Interface RecordGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RecordGroup, RecordGroup.Builder

@Generated(value="protoc", comments="annotations:RecordGroupOrBuilder.java.pb.meta") public interface RecordGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getGroupBys(int index)
    GroupBy keys and their values for this record group.
    int
    GroupBy keys and their values for this record group.
    GroupBy keys and their values for this record group.
    GroupBy keys and their values for this record group.
    GroupBy keys and their values for this record group.
    getRecords(int index)
    repeated .temporal.api.cloud.usage.v1.Record records = 2;
    int
    repeated .temporal.api.cloud.usage.v1.Record records = 2;
    repeated .temporal.api.cloud.usage.v1.Record records = 2;
    repeated .temporal.api.cloud.usage.v1.Record records = 2;
    repeated .temporal.api.cloud.usage.v1.Record records = 2;

    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

    • getGroupBysList

      List<GroupBy> getGroupBysList()
       GroupBy keys and their values for this record group. Multiple fields are combined with logical AND.
       
      repeated .temporal.api.cloud.usage.v1.GroupBy group_bys = 1;
    • getGroupBys

      GroupBy getGroupBys(int index)
       GroupBy keys and their values for this record group. Multiple fields are combined with logical AND.
       
      repeated .temporal.api.cloud.usage.v1.GroupBy group_bys = 1;
    • getGroupBysCount

      int getGroupBysCount()
       GroupBy keys and their values for this record group. Multiple fields are combined with logical AND.
       
      repeated .temporal.api.cloud.usage.v1.GroupBy group_bys = 1;
    • getGroupBysOrBuilderList

      List<? extends GroupByOrBuilder> getGroupBysOrBuilderList()
       GroupBy keys and their values for this record group. Multiple fields are combined with logical AND.
       
      repeated .temporal.api.cloud.usage.v1.GroupBy group_bys = 1;
    • getGroupBysOrBuilder

      GroupByOrBuilder getGroupBysOrBuilder(int index)
       GroupBy keys and their values for this record group. Multiple fields are combined with logical AND.
       
      repeated .temporal.api.cloud.usage.v1.GroupBy group_bys = 1;
    • getRecordsList

      List<Record> getRecordsList()
      repeated .temporal.api.cloud.usage.v1.Record records = 2;
    • getRecords

      Record getRecords(int index)
      repeated .temporal.api.cloud.usage.v1.Record records = 2;
    • getRecordsCount

      int getRecordsCount()
      repeated .temporal.api.cloud.usage.v1.Record records = 2;
    • getRecordsOrBuilderList

      List<? extends RecordOrBuilder> getRecordsOrBuilderList()
      repeated .temporal.api.cloud.usage.v1.Record records = 2;
    • getRecordsOrBuilder

      RecordOrBuilder getRecordsOrBuilder(int index)
      repeated .temporal.api.cloud.usage.v1.Record records = 2;