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

    Modifier and Type
    Method
    Description
    string dataType = 2;
    com.google.protobuf.ByteString
    string dataType = 2;
    string traceId = 1;
    com.google.protobuf.ByteString
    string traceId = 1;

    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

    • 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.