Interface DataPointProto.AtomicPointPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataPointProto.AtomicPointPB
,DataPointProto.AtomicPointPB.Builder
- Enclosing class:
- DataPointProto
public static interface DataPointProto.AtomicPointPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.QualityCodePB quality = 4;
.common.protobuf.QualityCodePB quality = 4;
long
optional int64 snapshotTimestamp = 5;
.common.protobuf.QualifiedPathPB source = 3;
.common.protobuf.QualifiedPathPB source = 3;
long
int64 timestamp = 2;
getValue()
.common.protobuf.GenericObjectPB value = 1;
.common.protobuf.GenericObjectPB value = 1;
boolean
.common.protobuf.QualityCodePB quality = 4;
boolean
optional int64 snapshotTimestamp = 5;
boolean
.common.protobuf.QualifiedPathPB source = 3;
boolean
hasValue()
.common.protobuf.GenericObjectPB value = 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
-
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.
-