Interface InvokeRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    InvokeRequest, InvokeRequest.Builder

    public interface InvokeRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      InvokeRequest.ArgumentCase getArgumentCase()  
      Struct getJson()
      .google.protobuf.Struct json = 4 [json_name = "argument"];
      StructOrBuilder getJsonOrBuilder()
      .google.protobuf.Struct json = 4 [json_name = "argument"];
      java.lang.String getMethod()
      Method name of the service to invoke, e.g.
      com.google.protobuf.ByteString getMethodBytes()
      Method name of the service to invoke, e.g.
      com.google.protobuf.ByteString getPb()
      bytes pb = 3;
      java.lang.String getService()
      Fully qualified name of the service, e.g.
      com.google.protobuf.ByteString getServiceBytes()
      Fully qualified name of the service, e.g.
      boolean hasJson()
      .google.protobuf.Struct json = 4 [json_name = "argument"];
      boolean hasPb()
      bytes pb = 3;
      • 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

      • getService

        java.lang.String getService()
         Fully qualified name of the service, e.g. `counter.Counter`
         
        string service = 1;
        Returns:
        The service.
      • getServiceBytes

        com.google.protobuf.ByteString getServiceBytes()
         Fully qualified name of the service, e.g. `counter.Counter`
         
        string service = 1;
        Returns:
        The bytes for service.
      • getMethod

        java.lang.String getMethod()
         Method name of the service to invoke, e.g. `Add`
         
        string method = 2;
        Returns:
        The method.
      • getMethodBytes

        com.google.protobuf.ByteString getMethodBytes()
         Method name of the service to invoke, e.g. `Add`
         
        string method = 2;
        Returns:
        The bytes for method.
      • hasPb

        boolean hasPb()
        bytes pb = 3;
        Returns:
        Whether the pb field is set.
      • getPb

        com.google.protobuf.ByteString getPb()
        bytes pb = 3;
        Returns:
        The pb.
      • hasJson

        boolean hasJson()
        .google.protobuf.Struct json = 4 [json_name = "argument"];
        Returns:
        Whether the json field is set.
      • getJson

        Struct getJson()
        .google.protobuf.Struct json = 4 [json_name = "argument"];
        Returns:
        The json.
      • getJsonOrBuilder

        StructOrBuilder getJsonOrBuilder()
        .google.protobuf.Struct json = 4 [json_name = "argument"];