Interface BasicResultProto.BasicResultPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicResultProto.BasicResultPB
,BasicResultProto.BasicResultPB.Builder
- Enclosing class:
- BasicResultProto
public static interface BasicResultProto.BasicResultPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) map<string, .common.protobuf.GenericObjectPB> metadata = 5;
.common.protobuf.DisplayPathPB displayPath = 1;
.common.protobuf.DisplayPathPB displayPath = 1;
boolean
bool hasChildren = 3;
Deprecated.int
map<string, .common.protobuf.GenericObjectPB> metadata = 5;
map<string, .common.protobuf.GenericObjectPB> metadata = 5;
getMetadataOrDefault
(String key, GenericObjectProto.GenericObjectPB defaultValue) map<string, .common.protobuf.GenericObjectPB> metadata = 5;
getMetadataOrThrow
(String key) map<string, .common.protobuf.GenericObjectPB> metadata = 5;
.common.protobuf.QualifiedPathPB qualifiedPath = 2;
.common.protobuf.QualifiedPathPB qualifiedPath = 2;
getType()
optional string type = 4;
com.google.protobuf.ByteString
optional string type = 4;
boolean
.common.protobuf.DisplayPathPB displayPath = 1;
boolean
.common.protobuf.QualifiedPathPB qualifiedPath = 2;
boolean
hasType()
optional string type = 4;
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
-
hasDisplayPath
boolean hasDisplayPath().common.protobuf.DisplayPathPB displayPath = 1;
- Returns:
- Whether the displayPath field is set.
-
getDisplayPath
BasicResultProto.DisplayPathPB getDisplayPath().common.protobuf.DisplayPathPB displayPath = 1;
- Returns:
- The displayPath.
-
getDisplayPathOrBuilder
BasicResultProto.DisplayPathPBOrBuilder getDisplayPathOrBuilder().common.protobuf.DisplayPathPB displayPath = 1;
-
hasQualifiedPath
boolean hasQualifiedPath().common.protobuf.QualifiedPathPB qualifiedPath = 2;
- Returns:
- Whether the qualifiedPath field is set.
-
getQualifiedPath
QualifiedPathProto.QualifiedPathPB getQualifiedPath().common.protobuf.QualifiedPathPB qualifiedPath = 2;
- Returns:
- The qualifiedPath.
-
getQualifiedPathOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getQualifiedPathOrBuilder().common.protobuf.QualifiedPathPB qualifiedPath = 2;
-
getHasChildren
boolean getHasChildren()bool hasChildren = 3;
- Returns:
- The hasChildren.
-
hasType
boolean hasType()optional string type = 4;
- Returns:
- Whether the type field is set.
-
getType
String getType()optional string type = 4;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()optional string type = 4;
- Returns:
- The bytes for type.
-
getMetadataCount
int getMetadataCount()map<string, .common.protobuf.GenericObjectPB> metadata = 5;
-
containsMetadata
map<string, .common.protobuf.GenericObjectPB> metadata = 5;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
Map<String,GenericObjectProto.GenericObjectPB> getMetadataMap()map<string, .common.protobuf.GenericObjectPB> metadata = 5;
-
getMetadataOrDefault
GenericObjectProto.GenericObjectPB getMetadataOrDefault(String key, GenericObjectProto.GenericObjectPB defaultValue) map<string, .common.protobuf.GenericObjectPB> metadata = 5;
-
getMetadataOrThrow
map<string, .common.protobuf.GenericObjectPB> metadata = 5;
-