Class VertexMultimodalDatasetDestination.Builder

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

public static final class VertexMultimodalDatasetDestination.Builder extends com.google.protobuf.GeneratedMessage.Builder<VertexMultimodalDatasetDestination.Builder> implements VertexMultimodalDatasetDestinationOrBuilder
 The details for a Vertex Multimodal Dataset output.
 
Protobuf type google.cloud.aiplatform.v1.VertexMultimodalDatasetDestination
  • 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<VertexMultimodalDatasetDestination.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<VertexMultimodalDatasetDestination.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<VertexMultimodalDatasetDestination.Builder>
    • getDefaultInstanceForType

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

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

      public VertexMultimodalDatasetDestination.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<VertexMultimodalDatasetDestination.Builder>
      Throws:
      IOException
    • hasBigqueryDestination

      public boolean hasBigqueryDestination()
       Optional. The destination of the underlying BigQuery table that will be
       created for the output Multimodal Dataset. If not specified, the BigQuery
       table will be created in a default BigQuery dataset.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasBigqueryDestination in interface VertexMultimodalDatasetDestinationOrBuilder
      Returns:
      Whether the bigqueryDestination field is set.
    • getBigqueryDestination

      public BigQueryDestination getBigqueryDestination()
       Optional. The destination of the underlying BigQuery table that will be
       created for the output Multimodal Dataset. If not specified, the BigQuery
       table will be created in a default BigQuery dataset.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getBigqueryDestination in interface VertexMultimodalDatasetDestinationOrBuilder
      Returns:
      The bigqueryDestination.
    • setBigqueryDestination

      public VertexMultimodalDatasetDestination.Builder setBigqueryDestination(BigQueryDestination value)
       Optional. The destination of the underlying BigQuery table that will be
       created for the output Multimodal Dataset. If not specified, the BigQuery
       table will be created in a default BigQuery dataset.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
    • setBigqueryDestination

      public VertexMultimodalDatasetDestination.Builder setBigqueryDestination(BigQueryDestination.Builder builderForValue)
       Optional. The destination of the underlying BigQuery table that will be
       created for the output Multimodal Dataset. If not specified, the BigQuery
       table will be created in a default BigQuery dataset.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
    • mergeBigqueryDestination

      public VertexMultimodalDatasetDestination.Builder mergeBigqueryDestination(BigQueryDestination value)
       Optional. The destination of the underlying BigQuery table that will be
       created for the output Multimodal Dataset. If not specified, the BigQuery
       table will be created in a default BigQuery dataset.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
    • clearBigqueryDestination

      public VertexMultimodalDatasetDestination.Builder clearBigqueryDestination()
       Optional. The destination of the underlying BigQuery table that will be
       created for the output Multimodal Dataset. If not specified, the BigQuery
       table will be created in a default BigQuery dataset.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getBigqueryDestinationBuilder

      public BigQueryDestination.Builder getBigqueryDestinationBuilder()
       Optional. The destination of the underlying BigQuery table that will be
       created for the output Multimodal Dataset. If not specified, the BigQuery
       table will be created in a default BigQuery dataset.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getBigqueryDestinationOrBuilder

      public BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
       Optional. The destination of the underlying BigQuery table that will be
       created for the output Multimodal Dataset. If not specified, the BigQuery
       table will be created in a default BigQuery dataset.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getBigqueryDestinationOrBuilder in interface VertexMultimodalDatasetDestinationOrBuilder
    • getDisplayName

      public String getDisplayName()
       Optional. Display name of the output dataset.
       
      string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDisplayName in interface VertexMultimodalDatasetDestinationOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       Optional. Display name of the output dataset.
       
      string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDisplayNameBytes in interface VertexMultimodalDatasetDestinationOrBuilder
      Returns:
      The bytes for displayName.
    • setDisplayName

      public VertexMultimodalDatasetDestination.Builder setDisplayName(String value)
       Optional. Display name of the output dataset.
       
      string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The displayName to set.
      Returns:
      This builder for chaining.
    • clearDisplayName

      public VertexMultimodalDatasetDestination.Builder clearDisplayName()
       Optional. Display name of the output dataset.
       
      string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setDisplayNameBytes

      public VertexMultimodalDatasetDestination.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
       Optional. Display name of the output dataset.
       
      string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for displayName to set.
      Returns:
      This builder for chaining.