Interface RpcWriteDataStreamOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RpcWriteDataStream, RpcWriteDataStream.Builder

public interface RpcWriteDataStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes data = 3;
    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.
    • getData

      com.google.protobuf.ByteString getData()
      bytes data = 3;
      Returns:
      The data.