Interface ResourcePathProto.ResourcePathPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourcePathProto.ResourcePathPB
,ResourcePathProto.ResourcePathPB.Builder
- Enclosing class:
- ResourcePathProto
public static interface ResourcePathProto.ResourcePathPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
.common.protobuf.StringPathPB path = 2;
.common.protobuf.StringPathPB path = 2;
.common.protobuf.ResourceTypePB resourceType = 1;
.common.protobuf.ResourceTypePB resourceType = 1;
boolean
hasPath()
.common.protobuf.StringPathPB path = 2;
boolean
.common.protobuf.ResourceTypePB resourceType = 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
-
hasResourceType
boolean hasResourceType().common.protobuf.ResourceTypePB resourceType = 1;
- Returns:
- Whether the resourceType field is set.
-
getResourceType
ResourcePathProto.ResourceTypePB getResourceType().common.protobuf.ResourceTypePB resourceType = 1;
- Returns:
- The resourceType.
-
getResourceTypeOrBuilder
ResourcePathProto.ResourceTypePBOrBuilder getResourceTypeOrBuilder().common.protobuf.ResourceTypePB resourceType = 1;
-
hasPath
boolean hasPath().common.protobuf.StringPathPB path = 2;
- Returns:
- Whether the path field is set.
-
getPath
StringPathProto.StringPathPB getPath().common.protobuf.StringPathPB path = 2;
- Returns:
- The path.
-
getPathOrBuilder
StringPathProto.StringPathPBOrBuilder getPathOrBuilder().common.protobuf.StringPathPB path = 2;
-