Interface RpcFinishDataStreamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcFinishDataStream,RpcFinishDataStream.Builder
public interface RpcFinishDataStreamOrBuilder 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;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.
-
-