public static interface PublisherModel.ResourceReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Description of the resource.
string description = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Description of the resource.
string description = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getReferenceCase()
public abstract PublisherModel.ResourceReference.ReferenceCase getReferenceCase()| Returns | |
|---|---|
| Type | Description |
PublisherModel.ResourceReference.ReferenceCase |
|
getResourceName()
public abstract String getResourceName()The resource name of the Google Cloud resource.
string resource_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceName. |
getResourceNameBytes()
public abstract ByteString getResourceNameBytes()The resource name of the Google Cloud resource.
string resource_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceName. |
getUri()
public abstract String getUri()The URI of the resource.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()The URI of the resource.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
getUseCase()
public abstract String getUseCase()Use case (CUJ) of the resource.
string use_case = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The useCase. |
getUseCaseBytes()
public abstract ByteString getUseCaseBytes()Use case (CUJ) of the resource.
string use_case = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for useCase. |
hasDescription()
public abstract boolean hasDescription()Description of the resource.
string description = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the description field is set. |
hasResourceName()
public abstract boolean hasResourceName()The resource name of the Google Cloud resource.
string resource_name = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resourceName field is set. |
hasUri()
public abstract boolean hasUri()The URI of the resource.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uri field is set. |
hasUseCase()
public abstract boolean hasUseCase()Use case (CUJ) of the resource.
string use_case = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the useCase field is set. |