Interface HistoryAggregateProto.AggregateInfoPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HistoryAggregateProto.AggregateInfoPB, HistoryAggregateProto.AggregateInfoPB.Builder
Enclosing class:
HistoryAggregateProto

public static interface HistoryAggregateProto.AggregateInfoPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string desc = 2;
    com.google.protobuf.ByteString
    string desc = 2;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 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

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getDesc

      String getDesc()
      string desc = 2;
      Returns:
      The desc.
    • getDescBytes

      com.google.protobuf.ByteString getDescBytes()
      string desc = 2;
      Returns:
      The bytes for desc.