Interface RpcBeginDataStreamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcBeginDataStream,RpcBeginDataStream.Builder
public interface RpcBeginDataStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataType()string dataType = 2;com.google.protobuf.ByteStringgetDataTypeBytes()string dataType = 2;StringgetEncoding()Optional encoding of the data, if set, the receiver can assume that the bytes are encoded text, encoded with with given encoding.com.google.protobuf.ByteStringgetEncodingBytes()Optional encoding of the data, if set, the receiver can assume that the bytes are encoded text, encoded with with given encoding.StringgetTraceId()string traceId = 1;com.google.protobuf.ByteStringgetTraceIdBytes()string traceId = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTraceId
String getTraceId()
string traceId = 1;- Returns:
- The traceId.
-
getTraceIdBytes
com.google.protobuf.ByteString getTraceIdBytes()
string traceId = 1;- Returns:
- The bytes for traceId.
-
getDataType
String getDataType()
string dataType = 2;- Returns:
- The dataType.
-
getDataTypeBytes
com.google.protobuf.ByteString getDataTypeBytes()
string dataType = 2;- Returns:
- The bytes for dataType.
-
getEncoding
String getEncoding()
Optional encoding of the data, if set, the receiver can assume that the bytes are encoded text, encoded with with given encoding.
string encoding = 3;- Returns:
- The encoding.
-
getEncodingBytes
com.google.protobuf.ByteString getEncodingBytes()
Optional encoding of the data, if set, the receiver can assume that the bytes are encoded text, encoded with with given encoding.
string encoding = 3;- Returns:
- The bytes for encoding.
-
-