Class ExportModelOperationMetadata.OutputInfo.Builder

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

public static final class ExportModelOperationMetadata.OutputInfo.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportModelOperationMetadata.OutputInfo.Builder> implements ExportModelOperationMetadata.OutputInfoOrBuilder
 Further describes the output of the ExportModel. Supplements
 [ExportModelRequest.OutputConfig][google.cloud.aiplatform.v1.ExportModelRequest.OutputConfig].
 
Protobuf type google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo
  • 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<ExportModelOperationMetadata.OutputInfo.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<ExportModelOperationMetadata.OutputInfo.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<ExportModelOperationMetadata.OutputInfo.Builder>
    • getDefaultInstanceForType

      public ExportModelOperationMetadata.OutputInfo 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

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

      public ExportModelOperationMetadata.OutputInfo.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<ExportModelOperationMetadata.OutputInfo.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<ExportModelOperationMetadata.OutputInfo.Builder>
    • mergeFrom

      public ExportModelOperationMetadata.OutputInfo.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<ExportModelOperationMetadata.OutputInfo.Builder>
      Throws:
      IOException
    • getArtifactOutputUri

      public String getArtifactOutputUri()
       Output only. If the Model artifact is being exported to Google Cloud
       Storage this is the full path of the directory created, into which the
       Model files are being written to.
       
      string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getArtifactOutputUri in interface ExportModelOperationMetadata.OutputInfoOrBuilder
      Returns:
      The artifactOutputUri.
    • getArtifactOutputUriBytes

      public com.google.protobuf.ByteString getArtifactOutputUriBytes()
       Output only. If the Model artifact is being exported to Google Cloud
       Storage this is the full path of the directory created, into which the
       Model files are being written to.
       
      string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getArtifactOutputUriBytes in interface ExportModelOperationMetadata.OutputInfoOrBuilder
      Returns:
      The bytes for artifactOutputUri.
    • setArtifactOutputUri

      public ExportModelOperationMetadata.OutputInfo.Builder setArtifactOutputUri(String value)
       Output only. If the Model artifact is being exported to Google Cloud
       Storage this is the full path of the directory created, into which the
       Model files are being written to.
       
      string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The artifactOutputUri to set.
      Returns:
      This builder for chaining.
    • clearArtifactOutputUri

      public ExportModelOperationMetadata.OutputInfo.Builder clearArtifactOutputUri()
       Output only. If the Model artifact is being exported to Google Cloud
       Storage this is the full path of the directory created, into which the
       Model files are being written to.
       
      string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setArtifactOutputUriBytes

      public ExportModelOperationMetadata.OutputInfo.Builder setArtifactOutputUriBytes(com.google.protobuf.ByteString value)
       Output only. If the Model artifact is being exported to Google Cloud
       Storage this is the full path of the directory created, into which the
       Model files are being written to.
       
      string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for artifactOutputUri to set.
      Returns:
      This builder for chaining.
    • getImageOutputUri

      public String getImageOutputUri()
       Output only. If the Model image is being exported to Google Container
       Registry or Artifact Registry this is the full path of the image created.
       
      string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getImageOutputUri in interface ExportModelOperationMetadata.OutputInfoOrBuilder
      Returns:
      The imageOutputUri.
    • getImageOutputUriBytes

      public com.google.protobuf.ByteString getImageOutputUriBytes()
       Output only. If the Model image is being exported to Google Container
       Registry or Artifact Registry this is the full path of the image created.
       
      string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getImageOutputUriBytes in interface ExportModelOperationMetadata.OutputInfoOrBuilder
      Returns:
      The bytes for imageOutputUri.
    • setImageOutputUri

      public ExportModelOperationMetadata.OutputInfo.Builder setImageOutputUri(String value)
       Output only. If the Model image is being exported to Google Container
       Registry or Artifact Registry this is the full path of the image created.
       
      string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The imageOutputUri to set.
      Returns:
      This builder for chaining.
    • clearImageOutputUri

       Output only. If the Model image is being exported to Google Container
       Registry or Artifact Registry this is the full path of the image created.
       
      string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setImageOutputUriBytes

      public ExportModelOperationMetadata.OutputInfo.Builder setImageOutputUriBytes(com.google.protobuf.ByteString value)
       Output only. If the Model image is being exported to Google Container
       Registry or Artifact Registry this is the full path of the image created.
       
      string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for imageOutputUri to set.
      Returns:
      This builder for chaining.