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 TypeMethodDescriptionoptional .common.protobuf.PathPB displayPath = 3;
optional .common.protobuf.PathPB displayPath = 3;
boolean
bool hasChildren = 2;
.common.protobuf.QualifiedPathPB qualifiedPath = 1;
.common.protobuf.QualifiedPathPB qualifiedPath = 1;
getType()
optional string type = 4;
com.google.protobuf.ByteString
optional string type = 4;
boolean
optional .common.protobuf.PathPB displayPath = 3;
boolean
.common.protobuf.QualifiedPathPB qualifiedPath = 1;
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
-
hasQualifiedPath
boolean hasQualifiedPath().common.protobuf.QualifiedPathPB qualifiedPath = 1;
- Returns:
- Whether the qualifiedPath field is set.
-
getQualifiedPath
QualifiedPathProto.QualifiedPathPB getQualifiedPath().common.protobuf.QualifiedPathPB qualifiedPath = 1;
- Returns:
- The qualifiedPath.
-
getQualifiedPathOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getQualifiedPathOrBuilder().common.protobuf.QualifiedPathPB qualifiedPath = 1;
-
getHasChildren
boolean getHasChildren()bool hasChildren = 2;
- Returns:
- The hasChildren.
-
hasDisplayPath
boolean hasDisplayPath()optional .common.protobuf.PathPB displayPath = 3;
- Returns:
- Whether the displayPath field is set.
-
getDisplayPath
PathProto.PathPB getDisplayPath()optional .common.protobuf.PathPB displayPath = 3;
- Returns:
- The displayPath.
-
getDisplayPathOrBuilder
PathProto.PathPBOrBuilder getDisplayPathOrBuilder()optional .common.protobuf.PathPB displayPath = 3;
-
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.
-