Interface GeneralRPCProtos.CompleteRpcMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GeneralRPCProtos.CompleteRpcMessage, GeneralRPCProtos.CompleteRpcMessage.Builder
Enclosing class:
GeneralRPCProtos

public static interface GeneralRPCProtos.CompleteRpcMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required
    required
    com.google.protobuf.ByteString
    required
    com.google.protobuf.ByteString
    optional
    boolean
    required
    boolean
    required
    boolean
    optional

    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 Details

    • hasHeader

      boolean hasHeader()
       required
       
      optional .exec.rpc.RpcHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

       required
       
      optional .exec.rpc.RpcHeader header = 1;
      Returns:
      The header.
    • getHeaderOrBuilder

       required
       
      optional .exec.rpc.RpcHeader header = 1;
    • hasProtobufBody

      boolean hasProtobufBody()
       required
       
      optional bytes protobuf_body = 2;
      Returns:
      Whether the protobufBody field is set.
    • getProtobufBody

      com.google.protobuf.ByteString getProtobufBody()
       required
       
      optional bytes protobuf_body = 2;
      Returns:
      The protobufBody.
    • hasRawBody

      boolean hasRawBody()
       optional
       
      optional bytes raw_body = 3;
      Returns:
      Whether the rawBody field is set.
    • getRawBody

      com.google.protobuf.ByteString getRawBody()
       optional
       
      optional bytes raw_body = 3;
      Returns:
      The rawBody.