Interface CountWorkflowExecutionsResponse.AggregationGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CountWorkflowExecutionsResponse.AggregationGroup,CountWorkflowExecutionsResponse.AggregationGroup.Builder
- Enclosing class:
- CountWorkflowExecutionsResponse
public static interface CountWorkflowExecutionsResponse.AggregationGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()int64 count = 2;PayloadgetGroupValues(int index)repeated .temporal.api.common.v1.Payload group_values = 1;intgetGroupValuesCount()repeated .temporal.api.common.v1.Payload group_values = 1;java.util.List<Payload>getGroupValuesList()repeated .temporal.api.common.v1.Payload group_values = 1;PayloadOrBuildergetGroupValuesOrBuilder(int index)repeated .temporal.api.common.v1.Payload group_values = 1;java.util.List<? extends PayloadOrBuilder>getGroupValuesOrBuilderList()repeated .temporal.api.common.v1.Payload group_values = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupValuesList
java.util.List<Payload> getGroupValuesList()
repeated .temporal.api.common.v1.Payload group_values = 1;
-
getGroupValues
Payload getGroupValues(int index)
repeated .temporal.api.common.v1.Payload group_values = 1;
-
getGroupValuesCount
int getGroupValuesCount()
repeated .temporal.api.common.v1.Payload group_values = 1;
-
getGroupValuesOrBuilderList
java.util.List<? extends PayloadOrBuilder> getGroupValuesOrBuilderList()
repeated .temporal.api.common.v1.Payload group_values = 1;
-
getGroupValuesOrBuilder
PayloadOrBuilder getGroupValuesOrBuilder(int index)
repeated .temporal.api.common.v1.Payload group_values = 1;
-
getCount
long getCount()
int64 count = 2;- Returns:
- The count.
-
-