Interface DataPointQueryKeysProto.AggregatedQueryKeyPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataPointQueryKeysProto.AggregatedQueryKeyPB
,DataPointQueryKeysProto.AggregatedQueryKeyPB.Builder
- Enclosing class:
- DataPointQueryKeysProto
public static interface DataPointQueryKeysProto.AggregatedQueryKeyPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.AggregationTypePB aggregationType = 2;
.common.protobuf.AggregationTypePB aggregationType = 2;
.common.protobuf.FillModePB fillMode = 3;
.common.protobuf.FillModePB fillMode = 3;
.common.protobuf.QualifiedPathPB source = 1;
.common.protobuf.QualifiedPathPB source = 1;
boolean
.common.protobuf.AggregationTypePB aggregationType = 2;
boolean
.common.protobuf.FillModePB fillMode = 3;
boolean
.common.protobuf.QualifiedPathPB source = 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
-
hasSource
boolean hasSource().common.protobuf.QualifiedPathPB source = 1;
- Returns:
- Whether the source field is set.
-
getSource
QualifiedPathProto.QualifiedPathPB getSource().common.protobuf.QualifiedPathPB source = 1;
- Returns:
- The source.
-
getSourceOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getSourceOrBuilder().common.protobuf.QualifiedPathPB source = 1;
-
hasAggregationType
boolean hasAggregationType().common.protobuf.AggregationTypePB aggregationType = 2;
- Returns:
- Whether the aggregationType field is set.
-
getAggregationType
AggregationTypeProto.AggregationTypePB getAggregationType().common.protobuf.AggregationTypePB aggregationType = 2;
- Returns:
- The aggregationType.
-
getAggregationTypeOrBuilder
AggregationTypeProto.AggregationTypePBOrBuilder getAggregationTypeOrBuilder().common.protobuf.AggregationTypePB aggregationType = 2;
-
hasFillMode
boolean hasFillMode().common.protobuf.FillModePB fillMode = 3;
- Returns:
- Whether the fillMode field is set.
-
getFillMode
FillModeProto.FillModePB getFillMode().common.protobuf.FillModePB fillMode = 3;
- Returns:
- The fillMode.
-
getFillModeOrBuilder
FillModeProto.FillModePBOrBuilder getFillModeOrBuilder().common.protobuf.FillModePB fillMode = 3;
-