Interface DataPointProto.AggregatedPointPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataPointProto.AggregatedPointPB,DataPointProto.AggregatedPointPB.Builder
- Enclosing class:
- DataPointProto
public static interface DataPointProto.AggregatedPointPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.AggregationTypePB aggregationType = 6;.common.protobuf.AggregationTypePB aggregationType = 6;.common.protobuf.QualityCodePB quality = 4;.common.protobuf.QualityCodePB quality = 4;longoptional int64 snapshotTimestamp = 5;.common.protobuf.QualifiedPathPB source = 3;.common.protobuf.QualifiedPathPB source = 3;longint64 timestamp = 2;getValue().common.protobuf.GenericObjectPB value = 1;.common.protobuf.GenericObjectPB value = 1;boolean.common.protobuf.AggregationTypePB aggregationType = 6;boolean.common.protobuf.QualityCodePB quality = 4;booleanoptional int64 snapshotTimestamp = 5;boolean.common.protobuf.QualifiedPathPB source = 3;booleanhasValue().common.protobuf.GenericObjectPB value = 1;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
-
hasValue
boolean hasValue().common.protobuf.GenericObjectPB value = 1;- Returns:
- Whether the value field is set.
-
getValue
GenericObjectProto.GenericObjectPB getValue().common.protobuf.GenericObjectPB value = 1;- Returns:
- The value.
-
getValueOrBuilder
GenericObjectProto.GenericObjectPBOrBuilder getValueOrBuilder().common.protobuf.GenericObjectPB value = 1; -
getTimestamp
long getTimestamp()int64 timestamp = 2;- Returns:
- The timestamp.
-
hasSource
boolean hasSource().common.protobuf.QualifiedPathPB source = 3;- Returns:
- Whether the source field is set.
-
getSource
QualifiedPathProto.QualifiedPathPB getSource().common.protobuf.QualifiedPathPB source = 3;- Returns:
- The source.
-
getSourceOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getSourceOrBuilder().common.protobuf.QualifiedPathPB source = 3; -
hasQuality
boolean hasQuality().common.protobuf.QualityCodePB quality = 4;- Returns:
- Whether the quality field is set.
-
getQuality
QualityCodeProto.QualityCodePB getQuality().common.protobuf.QualityCodePB quality = 4;- Returns:
- The quality.
-
getQualityOrBuilder
QualityCodeProto.QualityCodePBOrBuilder getQualityOrBuilder().common.protobuf.QualityCodePB quality = 4; -
hasSnapshotTimestamp
boolean hasSnapshotTimestamp()optional int64 snapshotTimestamp = 5;- Returns:
- Whether the snapshotTimestamp field is set.
-
getSnapshotTimestamp
long getSnapshotTimestamp()optional int64 snapshotTimestamp = 5;- Returns:
- The snapshotTimestamp.
-
hasAggregationType
boolean hasAggregationType().common.protobuf.AggregationTypePB aggregationType = 6;- Returns:
- Whether the aggregationType field is set.
-
getAggregationType
AggregationTypeProto.AggregationTypePB getAggregationType().common.protobuf.AggregationTypePB aggregationType = 6;- Returns:
- The aggregationType.
-
getAggregationTypeOrBuilder
AggregationTypeProto.AggregationTypePBOrBuilder getAggregationTypeOrBuilder().common.protobuf.AggregationTypePB aggregationType = 6;
-