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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GroupBy getGroupBys​(int index)
      GroupBy keys and their values for this record group.
      int getGroupBysCount()
      GroupBy keys and their values for this record group.
      java.util.List<GroupBy> getGroupBysList()
      GroupBy keys and their values for this record group.
      GroupByOrBuilder getGroupBysOrBuilder​(int index)
      GroupBy keys and their values for this record group.
      java.util.List<? extends GroupByOrBuilder> getGroupBysOrBuilderList()
      GroupBy keys and their values for this record group.
      Record getRecords​(int index)
      repeated .temporal.api.cloud.usage.v1.Record records = 2;
      int getRecordsCount()
      repeated .temporal.api.cloud.usage.v1.Record records = 2;
      java.util.List<Record> getRecordsList()
      repeated .temporal.api.cloud.usage.v1.Record records = 2;
      RecordOrBuilder getRecordsOrBuilder​(int index)
      repeated .temporal.api.cloud.usage.v1.Record records = 2;
      java.util.List<? extends RecordOrBuilder> getRecordsOrBuilderList()
      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 Detail

      • getGroupBysList

        java.util.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

        java.util.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

        java.util.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

        java.util.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;