Interface PublisherModel.ResourceReferenceOrBuilder (3.42.0)

public static interface PublisherModel.ResourceReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription() (deprecated)

public abstract String getDescription()

Deprecated. google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=51

Description of the resource.

string description = 4 [deprecated = true];

Returns
TypeDescription
String

The description.

getDescriptionBytes() (deprecated)

public abstract ByteString getDescriptionBytes()

Deprecated. google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=51

Description of the resource.

string description = 4 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for description.

getReferenceCase()

public abstract PublisherModel.ResourceReference.ReferenceCase getReferenceCase()
Returns
TypeDescription
PublisherModel.ResourceReference.ReferenceCase

getResourceName()

public abstract String getResourceName()

The resource name of the Google Cloud resource.

string resource_name = 2;

Returns
TypeDescription
String

The resourceName.

getResourceNameBytes()

public abstract ByteString getResourceNameBytes()

The resource name of the Google Cloud resource.

string resource_name = 2;

Returns
TypeDescription
ByteString

The bytes for resourceName.

getUri()

public abstract String getUri()

The URI of the resource.

string uri = 1;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The URI of the resource.

string uri = 1;

Returns
TypeDescription
ByteString

The bytes for uri.

getUseCase() (deprecated)

public abstract String getUseCase()

Deprecated. google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=48

Use case (CUJ) of the resource.

string use_case = 3 [deprecated = true];

Returns
TypeDescription
String

The useCase.

getUseCaseBytes() (deprecated)

public abstract ByteString getUseCaseBytes()

Deprecated. google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=48

Use case (CUJ) of the resource.

string use_case = 3 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for useCase.

hasDescription() (deprecated)

public abstract boolean hasDescription()

Deprecated. google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=51

Description of the resource.

string description = 4 [deprecated = true];

Returns
TypeDescription
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
TypeDescription
boolean

Whether the resourceName field is set.

hasUri()

public abstract boolean hasUri()

The URI of the resource.

string uri = 1;

Returns
TypeDescription
boolean

Whether the uri field is set.

hasUseCase() (deprecated)

public abstract boolean hasUseCase()

Deprecated. google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=48

Use case (CUJ) of the resource.

string use_case = 3 [deprecated = true];

Returns
TypeDescription
boolean

Whether the useCase field is set.