Interface HistoryAggregateProto.AggregatePBOrBuilder

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

public static interface HistoryAggregateProto.AggregatePBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAggregateId

      int getAggregateId()
      int32 aggregateId = 1;
      Returns:
      The aggregateId.
    • getTypeValue

      int getTypeValue()
      .common.protobuf.AggregateType type = 2;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .common.protobuf.AggregateType type = 2;
      Returns:
      The type.
    • hasPythonAggregate

      boolean hasPythonAggregate()
      optional .common.protobuf.AdHocPythonAggregatePB pythonAggregate = 3;
      Returns:
      Whether the pythonAggregate field is set.
    • getPythonAggregate

      optional .common.protobuf.AdHocPythonAggregatePB pythonAggregate = 3;
      Returns:
      The pythonAggregate.
    • getPythonAggregateOrBuilder

      optional .common.protobuf.AdHocPythonAggregatePB pythonAggregate = 3;
    • hasAggregateInfo

      boolean hasAggregateInfo()
      optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;
      Returns:
      Whether the aggregateInfo field is set.
    • getAggregateInfo

      optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;
      Returns:
      The aggregateInfo.
    • getAggregateInfoOrBuilder

      optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;