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 Type
    Method
    Description
    Deprecated.
    google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated.
     
    The resource name of the Google Cloud resource.
    com.google.protobuf.ByteString
    The resource name of the Google Cloud resource.
    The URI of the resource.
    com.google.protobuf.ByteString
    The URI of the resource.
    Deprecated.
    google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated.
    boolean
    Deprecated.
    google.cloud.aiplatform.v1.PublisherModel.ResourceReference.description is deprecated.
    boolean
    The resource name of the Google Cloud resource.
    boolean
    The URI of the resource.
    boolean
    Deprecated.
    google.cloud.aiplatform.v1.PublisherModel.ResourceReference.use_case is deprecated.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 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:
      Whether the useCase field is set.
    • getUseCase

      @Deprecated 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:
      The useCase.
    • getUseCaseBytes

      @Deprecated com.google.protobuf.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:
      The bytes for useCase.
    • hasDescription

      @Deprecated 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:
      Whether the description field is set.
    • getDescription

      @Deprecated 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:
      The description.
    • getDescriptionBytes

      @Deprecated com.google.protobuf.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:
      The bytes for description.
    • getReferenceCase