Interface ComplexPointProto.MetadataPointPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComplexPointProto.MetadataPointPB
,ComplexPointProto.MetadataPointPB.Builder
- Enclosing class:
- ComplexPointProto
public static interface ComplexPointProto.MetadataPointPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsProperties
(String key) map<string, .common.protobuf.GenericObjectPB> properties = 4;
Deprecated.int
map<string, .common.protobuf.GenericObjectPB> properties = 4;
map<string, .common.protobuf.GenericObjectPB> properties = 4;
getPropertiesOrDefault
(String key, GenericObjectProto.GenericObjectPB defaultValue) map<string, .common.protobuf.GenericObjectPB> properties = 4;
map<string, .common.protobuf.GenericObjectPB> properties = 4;
.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.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;
-
getPropertiesCount
int getPropertiesCount()map<string, .common.protobuf.GenericObjectPB> properties = 4;
-
containsProperties
map<string, .common.protobuf.GenericObjectPB> properties = 4;
-
getProperties
Deprecated.UsegetPropertiesMap()
instead. -
getPropertiesMap
Map<String,GenericObjectProto.GenericObjectPB> getPropertiesMap()map<string, .common.protobuf.GenericObjectPB> properties = 4;
-
getPropertiesOrDefault
GenericObjectProto.GenericObjectPB getPropertiesOrDefault(String key, GenericObjectProto.GenericObjectPB defaultValue) map<string, .common.protobuf.GenericObjectPB> properties = 4;
-
getPropertiesOrThrow
map<string, .common.protobuf.GenericObjectPB> properties = 4;
-