Package com.google.cloud.aiplatform.v1
Interface PublisherModel.ResourceReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.ResourceReference,PublisherModel.ResourceReference.Builder
- Enclosing class:
- PublisherModel
public static interface PublisherModel.ResourceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated.com.google.protobuf.ByteStringDeprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated.The resource name of the Google Cloud resource.com.google.protobuf.ByteStringThe resource name of the Google Cloud resource.getUri()The URI of the resource.com.google.protobuf.ByteStringThe URI of the resource.Deprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated.com.google.protobuf.ByteStringDeprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated.booleanDeprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated.booleanThe resource name of the Google Cloud resource.booleanhasUri()The URI of the resource.booleanDeprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUri
boolean hasUri()The URI of the resource.
string uri = 1;- Returns:
- Whether the uri field is set.
-
getUri
String getUri()The URI of the resource.
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()The URI of the resource.
string uri = 1;- Returns:
- The bytes for uri.
-
hasResourceName
boolean hasResourceName()The resource name of the Google Cloud resource.
string resource_name = 2;- Returns:
- Whether the resourceName field is set.
-
getResourceName
String getResourceName()The resource name of the Google Cloud resource.
string resource_name = 2;- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()The resource name of the Google Cloud resource.
string resource_name = 2;- Returns:
- The bytes for resourceName.
-
hasUseCase
Deprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=48Use case (CUJ) of the resource.
string use_case = 3 [deprecated = true];- Returns:
- Whether the useCase field is set.
-
getUseCase
Deprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=48Use case (CUJ) of the resource.
string use_case = 3 [deprecated = true];- Returns:
- The useCase.
-
getUseCaseBytes
Deprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=48Use case (CUJ) of the resource.
string use_case = 3 [deprecated = true];- Returns:
- The bytes for useCase.
-
hasDescription
Deprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=51Description of the resource.
string description = 4 [deprecated = true];- Returns:
- Whether the description field is set.
-
getDescription
Deprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=51Description of the resource.
string description = 4 [deprecated = true];- Returns:
- The description.
-
getDescriptionBytes
Deprecated.google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated. See google/cloud/aiplatform/v1/publisher_model.proto;l=51Description of the resource.
string description = 4 [deprecated = true];- Returns:
- The bytes for description.
-
getReferenceCase
PublisherModel.ResourceReference.ReferenceCase getReferenceCase()
-