Class ExportDataOperationMetadata.Builder

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

public static final class ExportDataOperationMetadata.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportDataOperationMetadata.Builder> implements ExportDataOperationMetadataOrBuilder
 Runtime operation information for
 [DatasetService.ExportData][google.cloud.aiplatform.v1.DatasetService.ExportData].
 
Protobuf type google.cloud.aiplatform.v1.ExportDataOperationMetadata
  • 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<ExportDataOperationMetadata.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<ExportDataOperationMetadata.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<ExportDataOperationMetadata.Builder>
    • getDefaultInstanceForType

      public ExportDataOperationMetadata 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 ExportDataOperationMetadata buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

      public ExportDataOperationMetadata.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<ExportDataOperationMetadata.Builder>
      Throws:
      IOException
    • hasGenericMetadata

      public boolean hasGenericMetadata()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Specified by:
      hasGenericMetadata in interface ExportDataOperationMetadataOrBuilder
      Returns:
      Whether the genericMetadata field is set.
    • getGenericMetadata

      public GenericOperationMetadata getGenericMetadata()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Specified by:
      getGenericMetadata in interface ExportDataOperationMetadataOrBuilder
      Returns:
      The genericMetadata.
    • setGenericMetadata

       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • setGenericMetadata

      public ExportDataOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • mergeGenericMetadata

       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • clearGenericMetadata

      public ExportDataOperationMetadata.Builder clearGenericMetadata()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • getGenericMetadataBuilder

      public GenericOperationMetadata.Builder getGenericMetadataBuilder()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • getGenericMetadataOrBuilder

      public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Specified by:
      getGenericMetadataOrBuilder in interface ExportDataOperationMetadataOrBuilder
    • getGcsOutputDirectory

      public String getGcsOutputDirectory()
       A Google Cloud Storage directory which path ends with '/'. The exported
       data is stored in the directory.
       
      string gcs_output_directory = 2;
      Specified by:
      getGcsOutputDirectory in interface ExportDataOperationMetadataOrBuilder
      Returns:
      The gcsOutputDirectory.
    • getGcsOutputDirectoryBytes

      public com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
       A Google Cloud Storage directory which path ends with '/'. The exported
       data is stored in the directory.
       
      string gcs_output_directory = 2;
      Specified by:
      getGcsOutputDirectoryBytes in interface ExportDataOperationMetadataOrBuilder
      Returns:
      The bytes for gcsOutputDirectory.
    • setGcsOutputDirectory

      public ExportDataOperationMetadata.Builder setGcsOutputDirectory(String value)
       A Google Cloud Storage directory which path ends with '/'. The exported
       data is stored in the directory.
       
      string gcs_output_directory = 2;
      Parameters:
      value - The gcsOutputDirectory to set.
      Returns:
      This builder for chaining.
    • clearGcsOutputDirectory

      public ExportDataOperationMetadata.Builder clearGcsOutputDirectory()
       A Google Cloud Storage directory which path ends with '/'. The exported
       data is stored in the directory.
       
      string gcs_output_directory = 2;
      Returns:
      This builder for chaining.
    • setGcsOutputDirectoryBytes

      public ExportDataOperationMetadata.Builder setGcsOutputDirectoryBytes(com.google.protobuf.ByteString value)
       A Google Cloud Storage directory which path ends with '/'. The exported
       data is stored in the directory.
       
      string gcs_output_directory = 2;
      Parameters:
      value - The bytes for gcsOutputDirectory to set.
      Returns:
      This builder for chaining.