Interface ResourceIdProto.ResourceIdPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceIdProto.ResourceIdPB
,ResourceIdProto.ResourceIdPB.Builder
- Enclosing class:
- ResourceIdProto
public static interface ResourceIdProto.ResourceIdPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring collectionName = 1;
com.google.protobuf.ByteString
string collectionName = 1;
.common.protobuf.ResourcePathPB resourcePath = 2;
.common.protobuf.ResourcePathPB resourcePath = 2;
boolean
.common.protobuf.ResourcePathPB resourcePath = 2;
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
-
getCollectionName
String getCollectionName()string collectionName = 1;
- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()string collectionName = 1;
- Returns:
- The bytes for collectionName.
-
hasResourcePath
boolean hasResourcePath().common.protobuf.ResourcePathPB resourcePath = 2;
- Returns:
- Whether the resourcePath field is set.
-
getResourcePath
ResourcePathProto.ResourcePathPB getResourcePath().common.protobuf.ResourcePathPB resourcePath = 2;
- Returns:
- The resourcePath.
-
getResourcePathOrBuilder
ResourcePathProto.ResourcePathPBOrBuilder getResourcePathOrBuilder().common.protobuf.ResourcePathPB resourcePath = 2;
-