Interface BasicResultProto.DisplayPathPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicResultProto.DisplayPathPB
,BasicResultProto.DisplayPathPB.Builder
- Enclosing class:
- BasicResultProto
public static interface BasicResultProto.DisplayPathPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.QualifiedPathPB qualifiedPath = 2;
.common.protobuf.QualifiedPathPB qualifiedPath = 2;
string stringPath = 1;
com.google.protobuf.ByteString
string stringPath = 1;
boolean
.common.protobuf.QualifiedPathPB qualifiedPath = 2;
boolean
string stringPath = 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
-
hasStringPath
boolean hasStringPath()string stringPath = 1;
- Returns:
- Whether the stringPath field is set.
-
getStringPath
String getStringPath()string stringPath = 1;
- Returns:
- The stringPath.
-
getStringPathBytes
com.google.protobuf.ByteString getStringPathBytes()string stringPath = 1;
- Returns:
- The bytes for stringPath.
-
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;
-
getThePathCase
BasicResultProto.DisplayPathPB.ThePathCase getThePathCase()
-