Interface Engine.OutputEntryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Engine.OutputEntry, Engine.OutputEntry.Builder
    Enclosing class:
    Engine

    public static interface Engine.OutputEntryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSrc()
      string src = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getSrcBytes()
      string src = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.Value getVal()
      .google.protobuf.Value val = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ValueOrBuilder getValOrBuilder()
      .google.protobuf.Value val = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      boolean hasVal()
      .google.protobuf.Value val = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSrc

        java.lang.String getSrc()
        string src = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The src.
      • getSrcBytes

        com.google.protobuf.ByteString getSrcBytes()
        string src = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for src.
      • hasVal

        boolean hasVal()
        .google.protobuf.Value val = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        Whether the val field is set.
      • getVal

        com.google.protobuf.Value getVal()
        .google.protobuf.Value val = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The val.
      • getValOrBuilder

        com.google.protobuf.ValueOrBuilder getValOrBuilder()
        .google.protobuf.Value val = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }