Class FeatureValueDestination.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueDestination.Builder>
      • clear

        public 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.GeneratedMessageV3.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.GeneratedMessageV3.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
      • clone

        public FeatureValueDestination.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueDestination.Builder>
      • clearField

        public FeatureValueDestination.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueDestination.Builder>
      • clearOneof

        public FeatureValueDestination.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueDestination.Builder>
      • setRepeatedField

        public FeatureValueDestination.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueDestination.Builder>
      • addRepeatedField

        public FeatureValueDestination.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueDestination.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.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
      • 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;
      • setUnknownFields

        public final FeatureValueDestination.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueDestination.Builder>
      • mergeUnknownFields

        public final FeatureValueDestination.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueDestination.Builder>