Interface CountNexusOperationExecutionsResponse.AggregationGroupOrBuilder

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

public static interface CountNexusOperationExecutionsResponse.AggregationGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 count = 2;
    getGroupValues(int index)
    repeated .temporal.api.common.v1.Payload group_values = 1;
    int
    repeated .temporal.api.common.v1.Payload group_values = 1;
    repeated .temporal.api.common.v1.Payload group_values = 1;
    repeated .temporal.api.common.v1.Payload group_values = 1;
    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 Details

    • getGroupValuesList

      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

      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.