Interface CountWorkflowExecutionsResponse.AggregationGroupOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount()
      int64 count = 2;
      Payload getGroupValues​(int index)
      repeated .temporal.api.common.v1.Payload group_values = 1;
      int getGroupValuesCount()
      repeated .temporal.api.common.v1.Payload group_values = 1;
      java.util.List<Payload> getGroupValuesList()
      repeated .temporal.api.common.v1.Payload group_values = 1;
      PayloadOrBuilder getGroupValuesOrBuilder​(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.MessageLiteOrBuilder

        isInitialized
      • 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.