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 TypeMethodDescriptiongetGroupBys(int index) GroupBy keys and their values for this record group.intGroupBy keys and their values for this record group.GroupBy keys and their values for this record group.getGroupBysOrBuilder(int index) GroupBy keys and their values for this record group.List<? extends GroupByOrBuilder> GroupBy keys and their values for this record group.getRecords(int index) repeated .temporal.api.cloud.usage.v1.Record records = 2;intrepeated .temporal.api.cloud.usage.v1.Record records = 2;repeated .temporal.api.cloud.usage.v1.Record records = 2;getRecordsOrBuilder(int index) repeated .temporal.api.cloud.usage.v1.Record records = 2;List<? extends RecordOrBuilder> repeated .temporal.api.cloud.usage.v1.Record records = 2;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
-
getGroupBysList
-
getGroupBys
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
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
-
getRecords
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
repeated .temporal.api.cloud.usage.v1.Record records = 2;
-