public static interface PublisherModel.ResourceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Deprecated.
google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference.description is
deprecated. See google/cloud/aiplatform/v1beta1/publisher_model.proto;l=51
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Deprecated.
google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference.description is
deprecated. See google/cloud/aiplatform/v1beta1/publisher_model.proto;l=51
|
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()
Deprecated.
google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference.use_case is
deprecated. See google/cloud/aiplatform/v1beta1/publisher_model.proto;l=48
|
com.google.protobuf.ByteString |
getUseCaseBytes()
Deprecated.
google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference.use_case is
deprecated. See google/cloud/aiplatform/v1beta1/publisher_model.proto;l=48
|
boolean |
hasDescription()
Deprecated.
google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference.description is
deprecated. See google/cloud/aiplatform/v1beta1/publisher_model.proto;l=51
|
boolean |
hasResourceName()
The resource name of the Google Cloud resource.
|
boolean |
hasUri()
The URI of the resource.
|
boolean |
hasUseCase()
Deprecated.
google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference.use_case is
deprecated. See google/cloud/aiplatform/v1beta1/publisher_model.proto;l=48
|
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;@Deprecated boolean hasUseCase()
Use case (CUJ) of the resource.
string use_case = 3 [deprecated = true];@Deprecated String getUseCase()
Use case (CUJ) of the resource.
string use_case = 3 [deprecated = true];@Deprecated com.google.protobuf.ByteString getUseCaseBytes()
Use case (CUJ) of the resource.
string use_case = 3 [deprecated = true];@Deprecated boolean hasDescription()
Description of the resource.
string description = 4 [deprecated = true];@Deprecated String getDescription()
Description of the resource.
string description = 4 [deprecated = true];@Deprecated com.google.protobuf.ByteString getDescriptionBytes()
Description of the resource.
string description = 4 [deprecated = true];PublisherModel.ResourceReference.ReferenceCase getReferenceCase()
Copyright © 2024 Google LLC. All rights reserved.