Class FeatureValueDestination.Builder

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

public static final class FeatureValueDestination.Builder extends com.google.protobuf.GeneratedMessage.Builder<FeatureValueDestination.Builder> implements FeatureValueDestinationOrBuilder
 A destination location for Feature values and format.
 
Protobuf type google.cloud.aiplatform.v1.FeatureValueDestination
  • 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<FeatureValueDestination.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<FeatureValueDestination.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<FeatureValueDestination.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public FeatureValueDestination.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<FeatureValueDestination.Builder>
      Throws:
      IOException
    • getDestinationCase

      public FeatureValueDestination.DestinationCase getDestinationCase()
      Specified by:
      getDestinationCase in interface FeatureValueDestinationOrBuilder
    • clearDestination

      public FeatureValueDestination.Builder clearDestination()
    • hasBigqueryDestination

      public boolean hasBigqueryDestination()
       Output in BigQuery format.
       [BigQueryDestination.output_uri][google.cloud.aiplatform.v1.BigQueryDestination.output_uri]
       in
       [FeatureValueDestination.bigquery_destination][google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]
       must refer to a table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1;
      Specified by:
      hasBigqueryDestination in interface FeatureValueDestinationOrBuilder
      Returns:
      Whether the bigqueryDestination field is set.
    • getBigqueryDestination

      public BigQueryDestination getBigqueryDestination()
       Output in BigQuery format.
       [BigQueryDestination.output_uri][google.cloud.aiplatform.v1.BigQueryDestination.output_uri]
       in
       [FeatureValueDestination.bigquery_destination][google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]
       must refer to a table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1;
      Specified by:
      getBigqueryDestination in interface FeatureValueDestinationOrBuilder
      Returns:
      The bigqueryDestination.
    • setBigqueryDestination

      public FeatureValueDestination.Builder setBigqueryDestination(BigQueryDestination value)
       Output in BigQuery format.
       [BigQueryDestination.output_uri][google.cloud.aiplatform.v1.BigQueryDestination.output_uri]
       in
       [FeatureValueDestination.bigquery_destination][google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]
       must refer to a table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1;
    • setBigqueryDestination

      public FeatureValueDestination.Builder setBigqueryDestination(BigQueryDestination.Builder builderForValue)
       Output in BigQuery format.
       [BigQueryDestination.output_uri][google.cloud.aiplatform.v1.BigQueryDestination.output_uri]
       in
       [FeatureValueDestination.bigquery_destination][google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]
       must refer to a table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1;
    • mergeBigqueryDestination

      public FeatureValueDestination.Builder mergeBigqueryDestination(BigQueryDestination value)
       Output in BigQuery format.
       [BigQueryDestination.output_uri][google.cloud.aiplatform.v1.BigQueryDestination.output_uri]
       in
       [FeatureValueDestination.bigquery_destination][google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]
       must refer to a table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1;
    • clearBigqueryDestination

      public FeatureValueDestination.Builder clearBigqueryDestination()
       Output in BigQuery format.
       [BigQueryDestination.output_uri][google.cloud.aiplatform.v1.BigQueryDestination.output_uri]
       in
       [FeatureValueDestination.bigquery_destination][google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]
       must refer to a table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1;
    • getBigqueryDestinationBuilder

      public BigQueryDestination.Builder getBigqueryDestinationBuilder()
       Output in BigQuery format.
       [BigQueryDestination.output_uri][google.cloud.aiplatform.v1.BigQueryDestination.output_uri]
       in
       [FeatureValueDestination.bigquery_destination][google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]
       must refer to a table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1;
    • getBigqueryDestinationOrBuilder

      public BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
       Output in BigQuery format.
       [BigQueryDestination.output_uri][google.cloud.aiplatform.v1.BigQueryDestination.output_uri]
       in
       [FeatureValueDestination.bigquery_destination][google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]
       must refer to a table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1;
      Specified by:
      getBigqueryDestinationOrBuilder in interface FeatureValueDestinationOrBuilder
    • hasTfrecordDestination

      public boolean hasTfrecordDestination()
       Output in TFRecord format.
      
       Below are the mapping from Feature value type
       in Featurestore to Feature value type in TFRecord:
      
       Value type in Featurestore                 | Value type in TFRecord
       DOUBLE, DOUBLE_ARRAY                       | FLOAT_LIST
       INT64, INT64_ARRAY                         | INT64_LIST
       STRING, STRING_ARRAY, BYTES                | BYTES_LIST
       true -> byte_string("true"), false -> byte_string("false")
       BOOL, BOOL_ARRAY (true, false)             | BYTES_LIST
       
      .google.cloud.aiplatform.v1.TFRecordDestination tfrecord_destination = 2;
      Specified by:
      hasTfrecordDestination in interface FeatureValueDestinationOrBuilder
      Returns:
      Whether the tfrecordDestination field is set.
    • getTfrecordDestination

      public TFRecordDestination getTfrecordDestination()
       Output in TFRecord format.
      
       Below are the mapping from Feature value type
       in Featurestore to Feature value type in TFRecord:
      
       Value type in Featurestore                 | Value type in TFRecord
       DOUBLE, DOUBLE_ARRAY                       | FLOAT_LIST
       INT64, INT64_ARRAY                         | INT64_LIST
       STRING, STRING_ARRAY, BYTES                | BYTES_LIST
       true -> byte_string("true"), false -> byte_string("false")
       BOOL, BOOL_ARRAY (true, false)             | BYTES_LIST
       
      .google.cloud.aiplatform.v1.TFRecordDestination tfrecord_destination = 2;
      Specified by:
      getTfrecordDestination in interface FeatureValueDestinationOrBuilder
      Returns:
      The tfrecordDestination.
    • setTfrecordDestination

      public FeatureValueDestination.Builder setTfrecordDestination(TFRecordDestination value)
       Output in TFRecord format.
      
       Below are the mapping from Feature value type
       in Featurestore to Feature value type in TFRecord:
      
       Value type in Featurestore                 | Value type in TFRecord
       DOUBLE, DOUBLE_ARRAY                       | FLOAT_LIST
       INT64, INT64_ARRAY                         | INT64_LIST
       STRING, STRING_ARRAY, BYTES                | BYTES_LIST
       true -> byte_string("true"), false -> byte_string("false")
       BOOL, BOOL_ARRAY (true, false)             | BYTES_LIST
       
      .google.cloud.aiplatform.v1.TFRecordDestination tfrecord_destination = 2;
    • setTfrecordDestination

      public FeatureValueDestination.Builder setTfrecordDestination(TFRecordDestination.Builder builderForValue)
       Output in TFRecord format.
      
       Below are the mapping from Feature value type
       in Featurestore to Feature value type in TFRecord:
      
       Value type in Featurestore                 | Value type in TFRecord
       DOUBLE, DOUBLE_ARRAY                       | FLOAT_LIST
       INT64, INT64_ARRAY                         | INT64_LIST
       STRING, STRING_ARRAY, BYTES                | BYTES_LIST
       true -> byte_string("true"), false -> byte_string("false")
       BOOL, BOOL_ARRAY (true, false)             | BYTES_LIST
       
      .google.cloud.aiplatform.v1.TFRecordDestination tfrecord_destination = 2;
    • mergeTfrecordDestination

      public FeatureValueDestination.Builder mergeTfrecordDestination(TFRecordDestination value)
       Output in TFRecord format.
      
       Below are the mapping from Feature value type
       in Featurestore to Feature value type in TFRecord:
      
       Value type in Featurestore                 | Value type in TFRecord
       DOUBLE, DOUBLE_ARRAY                       | FLOAT_LIST
       INT64, INT64_ARRAY                         | INT64_LIST
       STRING, STRING_ARRAY, BYTES                | BYTES_LIST
       true -> byte_string("true"), false -> byte_string("false")
       BOOL, BOOL_ARRAY (true, false)             | BYTES_LIST
       
      .google.cloud.aiplatform.v1.TFRecordDestination tfrecord_destination = 2;
    • clearTfrecordDestination

      public FeatureValueDestination.Builder clearTfrecordDestination()
       Output in TFRecord format.
      
       Below are the mapping from Feature value type
       in Featurestore to Feature value type in TFRecord:
      
       Value type in Featurestore                 | Value type in TFRecord
       DOUBLE, DOUBLE_ARRAY                       | FLOAT_LIST
       INT64, INT64_ARRAY                         | INT64_LIST
       STRING, STRING_ARRAY, BYTES                | BYTES_LIST
       true -> byte_string("true"), false -> byte_string("false")
       BOOL, BOOL_ARRAY (true, false)             | BYTES_LIST
       
      .google.cloud.aiplatform.v1.TFRecordDestination tfrecord_destination = 2;
    • getTfrecordDestinationBuilder

      public TFRecordDestination.Builder getTfrecordDestinationBuilder()
       Output in TFRecord format.
      
       Below are the mapping from Feature value type
       in Featurestore to Feature value type in TFRecord:
      
       Value type in Featurestore                 | Value type in TFRecord
       DOUBLE, DOUBLE_ARRAY                       | FLOAT_LIST
       INT64, INT64_ARRAY                         | INT64_LIST
       STRING, STRING_ARRAY, BYTES                | BYTES_LIST
       true -> byte_string("true"), false -> byte_string("false")
       BOOL, BOOL_ARRAY (true, false)             | BYTES_LIST
       
      .google.cloud.aiplatform.v1.TFRecordDestination tfrecord_destination = 2;
    • getTfrecordDestinationOrBuilder

      public TFRecordDestinationOrBuilder getTfrecordDestinationOrBuilder()
       Output in TFRecord format.
      
       Below are the mapping from Feature value type
       in Featurestore to Feature value type in TFRecord:
      
       Value type in Featurestore                 | Value type in TFRecord
       DOUBLE, DOUBLE_ARRAY                       | FLOAT_LIST
       INT64, INT64_ARRAY                         | INT64_LIST
       STRING, STRING_ARRAY, BYTES                | BYTES_LIST
       true -> byte_string("true"), false -> byte_string("false")
       BOOL, BOOL_ARRAY (true, false)             | BYTES_LIST
       
      .google.cloud.aiplatform.v1.TFRecordDestination tfrecord_destination = 2;
      Specified by:
      getTfrecordDestinationOrBuilder in interface FeatureValueDestinationOrBuilder
    • hasCsvDestination

      public boolean hasCsvDestination()
       Output in CSV format. Array Feature value types are not allowed in CSV
       format.
       
      .google.cloud.aiplatform.v1.CsvDestination csv_destination = 3;
      Specified by:
      hasCsvDestination in interface FeatureValueDestinationOrBuilder
      Returns:
      Whether the csvDestination field is set.
    • getCsvDestination

      public CsvDestination getCsvDestination()
       Output in CSV format. Array Feature value types are not allowed in CSV
       format.
       
      .google.cloud.aiplatform.v1.CsvDestination csv_destination = 3;
      Specified by:
      getCsvDestination in interface FeatureValueDestinationOrBuilder
      Returns:
      The csvDestination.
    • setCsvDestination

      public FeatureValueDestination.Builder setCsvDestination(CsvDestination value)
       Output in CSV format. Array Feature value types are not allowed in CSV
       format.
       
      .google.cloud.aiplatform.v1.CsvDestination csv_destination = 3;
    • setCsvDestination

      public FeatureValueDestination.Builder setCsvDestination(CsvDestination.Builder builderForValue)
       Output in CSV format. Array Feature value types are not allowed in CSV
       format.
       
      .google.cloud.aiplatform.v1.CsvDestination csv_destination = 3;
    • mergeCsvDestination

      public FeatureValueDestination.Builder mergeCsvDestination(CsvDestination value)
       Output in CSV format. Array Feature value types are not allowed in CSV
       format.
       
      .google.cloud.aiplatform.v1.CsvDestination csv_destination = 3;
    • clearCsvDestination

      public FeatureValueDestination.Builder clearCsvDestination()
       Output in CSV format. Array Feature value types are not allowed in CSV
       format.
       
      .google.cloud.aiplatform.v1.CsvDestination csv_destination = 3;
    • getCsvDestinationBuilder

      public CsvDestination.Builder getCsvDestinationBuilder()
       Output in CSV format. Array Feature value types are not allowed in CSV
       format.
       
      .google.cloud.aiplatform.v1.CsvDestination csv_destination = 3;
    • getCsvDestinationOrBuilder

      public CsvDestinationOrBuilder getCsvDestinationOrBuilder()
       Output in CSV format. Array Feature value types are not allowed in CSV
       format.
       
      .google.cloud.aiplatform.v1.CsvDestination csv_destination = 3;
      Specified by:
      getCsvDestinationOrBuilder in interface FeatureValueDestinationOrBuilder