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
Modifier and TypeMethodDescriptionstring dataType = 2;com.google.protobuf.ByteStringstring dataType = 2;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.ByteStringOptional encoding of the data, if set, the receiver can assume that the bytes are encoded text, encoded with with given encoding.string traceId = 1;com.google.protobuf.ByteStringstring traceId = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-