Interface BasicTagHistoryQueryParamsProto.BasicTagHistoryQueryParamsPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicTagHistoryQueryParamsProto.BasicTagHistoryQueryParamsPB
,BasicTagHistoryQueryParamsProto.BasicTagHistoryQueryParamsPB.Builder
- Enclosing class:
- BasicTagHistoryQueryParamsProto
public static interface BasicTagHistoryQueryParamsProto.BasicTagHistoryQueryParamsPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .common.protobuf.AggregatePB aggregationMode = 7;
optional .common.protobuf.AggregatePB aggregationMode = 7;
getAliases
(int index) repeated string aliases = 2;
com.google.protobuf.ByteString
getAliasesBytes
(int index) repeated string aliases = 2;
int
repeated string aliases = 2;
repeated string aliases = 2;
getColumnAggregations
(int index) repeated .common.protobuf.AggregatePB columnAggregations = 3;
int
repeated .common.protobuf.AggregatePB columnAggregations = 3;
repeated .common.protobuf.AggregatePB columnAggregations = 3;
getColumnAggregationsOrBuilder
(int index) repeated .common.protobuf.AggregatePB columnAggregations = 3;
List<? extends HistoryAggregateProto.AggregatePBOrBuilder>
repeated .common.protobuf.AggregatePB columnAggregations = 3;
long
int64 endDate = 5;
int
getFlags()
The Flags object is internally a simple integer with other functions wrapped around itgetPaths
(int index) repeated .common.protobuf.PathPB paths = 1;
int
repeated .common.protobuf.PathPB paths = 1;
repeated .common.protobuf.PathPB paths = 1;
getPathsOrBuilder
(int index) repeated .common.protobuf.PathPB paths = 1;
List<? extends PathProto.PathPBOrBuilder>
repeated .common.protobuf.PathPB paths = 1;
.common.protobuf.ReturnFormatPB returnFormat = 8;
int
.common.protobuf.ReturnFormatPB returnFormat = 8;
int
int32 returnSize = 6;
long
int64 startDate = 4;
boolean
optional .common.protobuf.AggregatePB aggregationMode = 7;
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
-
getPathsList
List<PathProto.PathPB> getPathsList()repeated .common.protobuf.PathPB paths = 1;
-
getPaths
repeated .common.protobuf.PathPB paths = 1;
-
getPathsCount
int getPathsCount()repeated .common.protobuf.PathPB paths = 1;
-
getPathsOrBuilderList
List<? extends PathProto.PathPBOrBuilder> getPathsOrBuilderList()repeated .common.protobuf.PathPB paths = 1;
-
getPathsOrBuilder
repeated .common.protobuf.PathPB paths = 1;
-
getAliasesList
repeated string aliases = 2;
- Returns:
- A list containing the aliases.
-
getAliasesCount
int getAliasesCount()repeated string aliases = 2;
- Returns:
- The count of aliases.
-
getAliases
repeated string aliases = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The aliases at the given index.
-
getAliasesBytes
com.google.protobuf.ByteString getAliasesBytes(int index) repeated string aliases = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the aliases at the given index.
-
getColumnAggregationsList
List<HistoryAggregateProto.AggregatePB> getColumnAggregationsList()repeated .common.protobuf.AggregatePB columnAggregations = 3;
-
getColumnAggregations
repeated .common.protobuf.AggregatePB columnAggregations = 3;
-
getColumnAggregationsCount
int getColumnAggregationsCount()repeated .common.protobuf.AggregatePB columnAggregations = 3;
-
getColumnAggregationsOrBuilderList
List<? extends HistoryAggregateProto.AggregatePBOrBuilder> getColumnAggregationsOrBuilderList()repeated .common.protobuf.AggregatePB columnAggregations = 3;
-
getColumnAggregationsOrBuilder
repeated .common.protobuf.AggregatePB columnAggregations = 3;
-
getStartDate
long getStartDate()int64 startDate = 4;
- Returns:
- The startDate.
-
getEndDate
long getEndDate()int64 endDate = 5;
- Returns:
- The endDate.
-
getReturnSize
int getReturnSize()int32 returnSize = 6;
- Returns:
- The returnSize.
-
hasAggregationMode
boolean hasAggregationMode()optional .common.protobuf.AggregatePB aggregationMode = 7;
- Returns:
- Whether the aggregationMode field is set.
-
getAggregationMode
HistoryAggregateProto.AggregatePB getAggregationMode()optional .common.protobuf.AggregatePB aggregationMode = 7;
- Returns:
- The aggregationMode.
-
getAggregationModeOrBuilder
HistoryAggregateProto.AggregatePBOrBuilder getAggregationModeOrBuilder()optional .common.protobuf.AggregatePB aggregationMode = 7;
-
getReturnFormatValue
int getReturnFormatValue().common.protobuf.ReturnFormatPB returnFormat = 8;
- Returns:
- The enum numeric value on the wire for returnFormat.
-
getReturnFormat
SqlTagEnumsProto.ReturnFormatPB getReturnFormat().common.protobuf.ReturnFormatPB returnFormat = 8;
- Returns:
- The returnFormat.
-
getFlags
int getFlags()The Flags object is internally a simple integer with other functions wrapped around it
int32 flags = 9;
- Returns:
- The flags.
-