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
Modifier and TypeMethodDescriptionlonggetCount()int64 count = 2;getGroupValues(int index) repeated .temporal.api.common.v1.Payload group_values = 1;intrepeated .temporal.api.common.v1.Payload group_values = 1;repeated .temporal.api.common.v1.Payload group_values = 1;getGroupValuesOrBuilder(int index) repeated .temporal.api.common.v1.Payload group_values = 1;List<? extends PayloadOrBuilder> repeated .temporal.api.common.v1.Payload group_values = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGroupValuesList
-
getGroupValues
repeated .temporal.api.common.v1.Payload group_values = 1; -
getGroupValuesCount
int getGroupValuesCount()repeated .temporal.api.common.v1.Payload group_values = 1; -
getGroupValuesOrBuilderList
List<? extends PayloadOrBuilder> getGroupValuesOrBuilderList()repeated .temporal.api.common.v1.Payload group_values = 1; -
getGroupValuesOrBuilder
repeated .temporal.api.common.v1.Payload group_values = 1; -
getCount
long getCount()int64 count = 2;- Returns:
- The count.
-