Interface PublisherModel.ResourceReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.ResourceReference,PublisherModel.ResourceReference.Builder
- Enclosing class:
- PublisherModel
public static interface PublisherModel.ResourceReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublisherModel.ResourceReference.ReferenceCasegetReferenceCase()StringgetResourceName()The resource name of the Google Cloud resource.com.google.protobuf.ByteStringgetResourceNameBytes()The resource name of the Google Cloud resource.StringgetUri()The URI of the resource.com.google.protobuf.ByteStringgetUriBytes()The URI of the resource.booleanhasResourceName()The resource name of the Google Cloud resource.booleanhasUri()The URI of the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUri
boolean hasUri()
The URI of the resource.
string uri = 1;- Returns:
- Whether the uri field is set.
-
getUri
String getUri()
The URI of the resource.
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
The URI of the resource.
string uri = 1;- Returns:
- The bytes for uri.
-
hasResourceName
boolean hasResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;- Returns:
- Whether the resourceName field is set.
-
getResourceName
String getResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
The resource name of the Google Cloud resource.
string resource_name = 2;- Returns:
- The bytes for resourceName.
-
getReferenceCase
PublisherModel.ResourceReference.ReferenceCase getReferenceCase()
-
-