public static interface GeneralRPCProtos.CompleteRpcMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GeneralRPCProtos.RpcHeader |
getHeader()
required
|
GeneralRPCProtos.RpcHeaderOrBuilder |
getHeaderOrBuilder()
required
|
com.google.protobuf.ByteString |
getProtobufBody()
required
|
com.google.protobuf.ByteString |
getRawBody()
optional
|
boolean |
hasHeader()
required
|
boolean |
hasProtobufBody()
required
|
boolean |
hasRawBody()
optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHeader()
required
optional .exec.rpc.RpcHeader header = 1;
GeneralRPCProtos.RpcHeader getHeader()
required
optional .exec.rpc.RpcHeader header = 1;
GeneralRPCProtos.RpcHeaderOrBuilder getHeaderOrBuilder()
required
optional .exec.rpc.RpcHeader header = 1;
boolean hasProtobufBody()
required
optional bytes protobuf_body = 2;
com.google.protobuf.ByteString getProtobufBody()
required
optional bytes protobuf_body = 2;
boolean hasRawBody()
optional
optional bytes raw_body = 3;
com.google.protobuf.ByteString getRawBody()
optional
optional bytes raw_body = 3;
Copyright © 1970 The Apache Software Foundation. All rights reserved.