Class CsvDestination.Builder

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

public static final class CsvDestination.Builder extends com.google.protobuf.GeneratedMessage.Builder<CsvDestination.Builder> implements CsvDestinationOrBuilder
 The storage details for CSV output content.
 
Protobuf type google.cloud.aiplatform.v1.CsvDestination
  • 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<CsvDestination.Builder>
    • clear

      public CsvDestination.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<CsvDestination.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<CsvDestination.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public CsvDestination.Builder mergeFrom(CsvDestination other)
    • isInitialized

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

      public CsvDestination.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<CsvDestination.Builder>
      Throws:
      IOException
    • hasGcsDestination

      public boolean hasGcsDestination()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasGcsDestination in interface CsvDestinationOrBuilder
      Returns:
      Whether the gcsDestination field is set.
    • getGcsDestination

      public GcsDestination getGcsDestination()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getGcsDestination in interface CsvDestinationOrBuilder
      Returns:
      The gcsDestination.
    • setGcsDestination

      public CsvDestination.Builder setGcsDestination(GcsDestination value)
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • setGcsDestination

      public CsvDestination.Builder setGcsDestination(GcsDestination.Builder builderForValue)
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeGcsDestination

      public CsvDestination.Builder mergeGcsDestination(GcsDestination value)
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearGcsDestination

      public CsvDestination.Builder clearGcsDestination()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • getGcsDestinationBuilder

      public GcsDestination.Builder getGcsDestinationBuilder()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • getGcsDestinationOrBuilder

      public GcsDestinationOrBuilder getGcsDestinationOrBuilder()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getGcsDestinationOrBuilder in interface CsvDestinationOrBuilder