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 Summary
Modifier and TypeMethodDescriptionint
int32 aggregateId = 1;
optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;
optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;
optional .common.protobuf.AdHocPythonAggregatePB pythonAggregate = 3;
optional .common.protobuf.AdHocPythonAggregatePB pythonAggregate = 3;
getType()
.common.protobuf.AggregateType type = 2;
int
.common.protobuf.AggregateType type = 2;
boolean
optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;
boolean
optional .common.protobuf.AdHocPythonAggregatePB pythonAggregate = 3;
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
-
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
HistoryAggregateProto.AggregateType 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
HistoryAggregateProto.AdHocPythonAggregatePB getPythonAggregate()optional .common.protobuf.AdHocPythonAggregatePB pythonAggregate = 3;
- Returns:
- The pythonAggregate.
-
getPythonAggregateOrBuilder
HistoryAggregateProto.AdHocPythonAggregatePBOrBuilder getPythonAggregateOrBuilder()optional .common.protobuf.AdHocPythonAggregatePB pythonAggregate = 3;
-
hasAggregateInfo
boolean hasAggregateInfo()optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;
- Returns:
- Whether the aggregateInfo field is set.
-
getAggregateInfo
HistoryAggregateProto.AggregateInfoPB getAggregateInfo()optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;
- Returns:
- The aggregateInfo.
-
getAggregateInfoOrBuilder
HistoryAggregateProto.AggregateInfoPBOrBuilder getAggregateInfoOrBuilder()optional .common.protobuf.AggregateInfoPB aggregateInfo = 4;
-