public static interface PublisherModel.ResourceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description of the resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the resource.
|
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.
|
String |
getUseCase()
Use case (CUJ) of the resource.
|
com.google.protobuf.ByteString |
getUseCaseBytes()
Use case (CUJ) of the resource.
|
boolean |
hasDescription()
Description of the resource.
|
boolean |
hasResourceName()
The resource name of the Google Cloud resource.
|
boolean |
hasUri()
The URI of the resource.
|
boolean |
hasUseCase()
Use case (CUJ) 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;boolean hasUseCase()
Use case (CUJ) of the resource.
string use_case = 3;String getUseCase()
Use case (CUJ) of the resource.
string use_case = 3;com.google.protobuf.ByteString getUseCaseBytes()
Use case (CUJ) of the resource.
string use_case = 3;boolean hasDescription()
Description of the resource.
string description = 4;String getDescription()
Description of the resource.
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
Description of the resource.
string description = 4;PublisherModel.ResourceReference.ReferenceCase getReferenceCase()
Copyright © 2024 Google LLC. All rights reserved.