Interface AggregationTypeProto.AggregationTypePBOrBuilder

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

public static interface AggregationTypeProto.AggregationTypePBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    optional int32 dataTypeIntValue = 4;
    string description = 3;
    com.google.protobuf.ByteString
    string description = 3;
    int
    int32 identifier = 1;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    boolean
    optional int32 dataTypeIntValue = 4;

    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

    • getIdentifier

      int getIdentifier()
      int32 identifier = 1;
      Returns:
      The identifier.
    • getName

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

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

      String getDescription()
      string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 3;
      Returns:
      The bytes for description.
    • hasDataTypeIntValue

      boolean hasDataTypeIntValue()
      optional int32 dataTypeIntValue = 4;
      Returns:
      Whether the dataTypeIntValue field is set.
    • getDataTypeIntValue

      int getDataTypeIntValue()
      optional int32 dataTypeIntValue = 4;
      Returns:
      The dataTypeIntValue.