public static interface PublisherModel.ResourceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PublisherModel.ResourceReference.ReferenceCase |
getReferenceCase() |
String |
getResourceName()
The resource name of the Google Cloud resource.
|
com.google.protobuf.ByteString |
getResourceNameBytes()
The resource name of the Google Cloud resource.
|
String |
getUri()
The URI of the resource.
|
com.google.protobuf.ByteString |
getUriBytes()
The URI of the resource.
|
boolean |
hasResourceName()
The resource name of the Google Cloud resource.
|
boolean |
hasUri()
The URI of the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUri()
The URI of the resource.
string uri = 1;String getUri()
The URI of the resource.
string uri = 1;com.google.protobuf.ByteString getUriBytes()
The URI of the resource.
string uri = 1;boolean hasResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;String getResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;com.google.protobuf.ByteString getResourceNameBytes()
The resource name of the Google Cloud resource.
string resource_name = 2;PublisherModel.ResourceReference.ReferenceCase getReferenceCase()
Copyright © 2023 Google LLC. All rights reserved.