Interface PathProto.PathPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PathProto.PathPB
,PathProto.PathPB.Builder
- Enclosing class:
- PathProto
public static interface PathProto.PathPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.QualifiedPathPB qualifiedPath = 3;
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
.common.protobuf.StringPathPB stringPath = 2;
.common.protobuf.StringPathPB stringPath = 2;
.common.protobuf.TagPathPB tagPath = 1;
.common.protobuf.TagPathPB tagPath = 1;
boolean
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
boolean
.common.protobuf.StringPathPB stringPath = 2;
boolean
.common.protobuf.TagPathPB tagPath = 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
-
hasTagPath
boolean hasTagPath().common.protobuf.TagPathPB tagPath = 1;
- Returns:
- Whether the tagPath field is set.
-
getTagPath
TagPathProto.TagPathPB getTagPath().common.protobuf.TagPathPB tagPath = 1;
- Returns:
- The tagPath.
-
getTagPathOrBuilder
TagPathProto.TagPathPBOrBuilder getTagPathOrBuilder().common.protobuf.TagPathPB tagPath = 1;
-
hasStringPath
boolean hasStringPath().common.protobuf.StringPathPB stringPath = 2;
- Returns:
- Whether the stringPath field is set.
-
getStringPath
StringPathProto.StringPathPB getStringPath().common.protobuf.StringPathPB stringPath = 2;
- Returns:
- The stringPath.
-
getStringPathOrBuilder
StringPathProto.StringPathPBOrBuilder getStringPathOrBuilder().common.protobuf.StringPathPB stringPath = 2;
-
hasQualifiedPath
boolean hasQualifiedPath().common.protobuf.QualifiedPathPB qualifiedPath = 3;
- Returns:
- Whether the qualifiedPath field is set.
-
getQualifiedPath
QualifiedPathProto.QualifiedPathPB getQualifiedPath().common.protobuf.QualifiedPathPB qualifiedPath = 3;
- Returns:
- The qualifiedPath.
-
getQualifiedPathOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getQualifiedPathOrBuilder().common.protobuf.QualifiedPathPB qualifiedPath = 3;
-
getPathCase
PathProto.PathPB.PathCase getPathCase()
-