Class ExportPublisherModelResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExportPublisherModelResponse.Builder>
com.google.cloud.aiplatform.v1beta1.ExportPublisherModelResponse.Builder
All Implemented Interfaces:
ExportPublisherModelResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ExportPublisherModelResponse

public static final class ExportPublisherModelResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportPublisherModelResponse.Builder> implements ExportPublisherModelResponseOrBuilder
 Response message for
 [ModelGardenService.ExportPublisherModel][google.cloud.aiplatform.v1beta1.ModelGardenService.ExportPublisherModel].
 
Protobuf type google.cloud.aiplatform.v1beta1.ExportPublisherModelResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ExportPublisherModelResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ExportPublisherModelResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ExportPublisherModelResponse.Builder>
    • getDefaultInstanceForType

      public ExportPublisherModelResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ExportPublisherModelResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ExportPublisherModelResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportPublisherModelResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ExportPublisherModelResponse.Builder>
    • mergeFrom

      public ExportPublisherModelResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportPublisherModelResponse.Builder>
      Throws:
      IOException
    • getPublisherModel

      public String getPublisherModel()
       The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`
       
      string publisher_model = 1;
      Specified by:
      getPublisherModel in interface ExportPublisherModelResponseOrBuilder
      Returns:
      The publisherModel.
    • getPublisherModelBytes

      public com.google.protobuf.ByteString getPublisherModelBytes()
       The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`
       
      string publisher_model = 1;
      Specified by:
      getPublisherModelBytes in interface ExportPublisherModelResponseOrBuilder
      Returns:
      The bytes for publisherModel.
    • setPublisherModel

      public ExportPublisherModelResponse.Builder setPublisherModel(String value)
       The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`
       
      string publisher_model = 1;
      Parameters:
      value - The publisherModel to set.
      Returns:
      This builder for chaining.
    • clearPublisherModel

      public ExportPublisherModelResponse.Builder clearPublisherModel()
       The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`
       
      string publisher_model = 1;
      Returns:
      This builder for chaining.
    • setPublisherModelBytes

      public ExportPublisherModelResponse.Builder setPublisherModelBytes(com.google.protobuf.ByteString value)
       The name of the PublisherModel resource.
       Format:
       `publishers/{publisher}/models/{publisher_model}@{version_id}`
       
      string publisher_model = 1;
      Parameters:
      value - The bytes for publisherModel to set.
      Returns:
      This builder for chaining.
    • getDestinationUri

      public String getDestinationUri()
       The destination uri of the model weights.
       
      string destination_uri = 2;
      Specified by:
      getDestinationUri in interface ExportPublisherModelResponseOrBuilder
      Returns:
      The destinationUri.
    • getDestinationUriBytes

      public com.google.protobuf.ByteString getDestinationUriBytes()
       The destination uri of the model weights.
       
      string destination_uri = 2;
      Specified by:
      getDestinationUriBytes in interface ExportPublisherModelResponseOrBuilder
      Returns:
      The bytes for destinationUri.
    • setDestinationUri

      public ExportPublisherModelResponse.Builder setDestinationUri(String value)
       The destination uri of the model weights.
       
      string destination_uri = 2;
      Parameters:
      value - The destinationUri to set.
      Returns:
      This builder for chaining.
    • clearDestinationUri

      public ExportPublisherModelResponse.Builder clearDestinationUri()
       The destination uri of the model weights.
       
      string destination_uri = 2;
      Returns:
      This builder for chaining.
    • setDestinationUriBytes

      public ExportPublisherModelResponse.Builder setDestinationUriBytes(com.google.protobuf.ByteString value)
       The destination uri of the model weights.
       
      string destination_uri = 2;
      Parameters:
      value - The bytes for destinationUri to set.
      Returns:
      This builder for chaining.