Class StorageFormat.Builder

  • All Implemented Interfaces:
    StorageFormatOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    StorageFormat

    public static final class StorageFormat.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<StorageFormat.Builder>
    implements StorageFormatOrBuilder
     Describes the format of the data within its storage location.
     
    Protobuf type google.cloud.dataplex.v1.StorageFormat
    • 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<StorageFormat.Builder>
      • clear

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

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

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

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

        public StorageFormat.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<StorageFormat.Builder>
      • setField

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

        public StorageFormat.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<StorageFormat.Builder>
      • clearOneof

        public StorageFormat.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<StorageFormat.Builder>
      • setRepeatedField

        public StorageFormat.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<StorageFormat.Builder>
      • addRepeatedField

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

        public StorageFormat.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<StorageFormat.Builder>
      • isInitialized

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

        public StorageFormat.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<StorageFormat.Builder>
        Throws:
        IOException
      • getFormatValue

        public int getFormatValue()
         Output only. The data format associated with the stored data, which
         represents content type values. The value is inferred from mime type.
         
        .google.cloud.dataplex.v1.StorageFormat.Format format = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFormatValue in interface StorageFormatOrBuilder
        Returns:
        The enum numeric value on the wire for format.
      • setFormatValue

        public StorageFormat.Builder setFormatValue​(int value)
         Output only. The data format associated with the stored data, which
         represents content type values. The value is inferred from mime type.
         
        .google.cloud.dataplex.v1.StorageFormat.Format format = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for format to set.
        Returns:
        This builder for chaining.
      • getFormat

        public StorageFormat.Format getFormat()
         Output only. The data format associated with the stored data, which
         represents content type values. The value is inferred from mime type.
         
        .google.cloud.dataplex.v1.StorageFormat.Format format = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFormat in interface StorageFormatOrBuilder
        Returns:
        The format.
      • setFormat

        public StorageFormat.Builder setFormat​(StorageFormat.Format value)
         Output only. The data format associated with the stored data, which
         represents content type values. The value is inferred from mime type.
         
        .google.cloud.dataplex.v1.StorageFormat.Format format = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The format to set.
        Returns:
        This builder for chaining.
      • clearFormat

        public StorageFormat.Builder clearFormat()
         Output only. The data format associated with the stored data, which
         represents content type values. The value is inferred from mime type.
         
        .google.cloud.dataplex.v1.StorageFormat.Format format = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getCompressionFormatValue

        public int getCompressionFormatValue()
         Optional. The compression type associated with the stored data.
         If unspecified, the data is uncompressed.
         
        .google.cloud.dataplex.v1.StorageFormat.CompressionFormat compression_format = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCompressionFormatValue in interface StorageFormatOrBuilder
        Returns:
        The enum numeric value on the wire for compressionFormat.
      • setCompressionFormatValue

        public StorageFormat.Builder setCompressionFormatValue​(int value)
         Optional. The compression type associated with the stored data.
         If unspecified, the data is uncompressed.
         
        .google.cloud.dataplex.v1.StorageFormat.CompressionFormat compression_format = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The enum numeric value on the wire for compressionFormat to set.
        Returns:
        This builder for chaining.
      • getCompressionFormat

        public StorageFormat.CompressionFormat getCompressionFormat()
         Optional. The compression type associated with the stored data.
         If unspecified, the data is uncompressed.
         
        .google.cloud.dataplex.v1.StorageFormat.CompressionFormat compression_format = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCompressionFormat in interface StorageFormatOrBuilder
        Returns:
        The compressionFormat.
      • setCompressionFormat

        public StorageFormat.Builder setCompressionFormat​(StorageFormat.CompressionFormat value)
         Optional. The compression type associated with the stored data.
         If unspecified, the data is uncompressed.
         
        .google.cloud.dataplex.v1.StorageFormat.CompressionFormat compression_format = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The compressionFormat to set.
        Returns:
        This builder for chaining.
      • clearCompressionFormat

        public StorageFormat.Builder clearCompressionFormat()
         Optional. The compression type associated with the stored data.
         If unspecified, the data is uncompressed.
         
        .google.cloud.dataplex.v1.StorageFormat.CompressionFormat compression_format = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getMimeType

        public String getMimeType()
         Required. The mime type descriptor for the data. Must match the pattern
         {type}/{subtype}. Supported values:
        
         - application/x-parquet
         - application/x-avro
         - application/x-orc
         - application/x-tfrecord
         - application/x-parquet+iceberg
         - application/x-avro+iceberg
         - application/x-orc+iceberg
         - application/json
         - application/{subtypes}
         - text/csv
         - text/<subtypes>
         - image/{image subtype}
         - video/{video subtype}
         - audio/{audio subtype}
         
        string mime_type = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getMimeType in interface StorageFormatOrBuilder
        Returns:
        The mimeType.
      • getMimeTypeBytes

        public com.google.protobuf.ByteString getMimeTypeBytes()
         Required. The mime type descriptor for the data. Must match the pattern
         {type}/{subtype}. Supported values:
        
         - application/x-parquet
         - application/x-avro
         - application/x-orc
         - application/x-tfrecord
         - application/x-parquet+iceberg
         - application/x-avro+iceberg
         - application/x-orc+iceberg
         - application/json
         - application/{subtypes}
         - text/csv
         - text/<subtypes>
         - image/{image subtype}
         - video/{video subtype}
         - audio/{audio subtype}
         
        string mime_type = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getMimeTypeBytes in interface StorageFormatOrBuilder
        Returns:
        The bytes for mimeType.
      • setMimeType

        public StorageFormat.Builder setMimeType​(String value)
         Required. The mime type descriptor for the data. Must match the pattern
         {type}/{subtype}. Supported values:
        
         - application/x-parquet
         - application/x-avro
         - application/x-orc
         - application/x-tfrecord
         - application/x-parquet+iceberg
         - application/x-avro+iceberg
         - application/x-orc+iceberg
         - application/json
         - application/{subtypes}
         - text/csv
         - text/<subtypes>
         - image/{image subtype}
         - video/{video subtype}
         - audio/{audio subtype}
         
        string mime_type = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The mimeType to set.
        Returns:
        This builder for chaining.
      • clearMimeType

        public StorageFormat.Builder clearMimeType()
         Required. The mime type descriptor for the data. Must match the pattern
         {type}/{subtype}. Supported values:
        
         - application/x-parquet
         - application/x-avro
         - application/x-orc
         - application/x-tfrecord
         - application/x-parquet+iceberg
         - application/x-avro+iceberg
         - application/x-orc+iceberg
         - application/json
         - application/{subtypes}
         - text/csv
         - text/<subtypes>
         - image/{image subtype}
         - video/{video subtype}
         - audio/{audio subtype}
         
        string mime_type = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setMimeTypeBytes

        public StorageFormat.Builder setMimeTypeBytes​(com.google.protobuf.ByteString value)
         Required. The mime type descriptor for the data. Must match the pattern
         {type}/{subtype}. Supported values:
        
         - application/x-parquet
         - application/x-avro
         - application/x-orc
         - application/x-tfrecord
         - application/x-parquet+iceberg
         - application/x-avro+iceberg
         - application/x-orc+iceberg
         - application/json
         - application/{subtypes}
         - text/csv
         - text/<subtypes>
         - image/{image subtype}
         - video/{video subtype}
         - audio/{audio subtype}
         
        string mime_type = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for mimeType to set.
        Returns:
        This builder for chaining.
      • hasCsv

        public boolean hasCsv()
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasCsv in interface StorageFormatOrBuilder
        Returns:
        Whether the csv field is set.
      • getCsv

        public StorageFormat.CsvOptions getCsv()
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCsv in interface StorageFormatOrBuilder
        Returns:
        The csv.
      • setCsv

        public StorageFormat.Builder setCsv​(StorageFormat.CsvOptions value)
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
      • mergeCsv

        public StorageFormat.Builder mergeCsv​(StorageFormat.CsvOptions value)
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
      • clearCsv

        public StorageFormat.Builder clearCsv()
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
      • getCsvBuilder

        public StorageFormat.CsvOptions.Builder getCsvBuilder()
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
      • hasJson

        public boolean hasJson()
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasJson in interface StorageFormatOrBuilder
        Returns:
        Whether the json field is set.
      • getJson

        public StorageFormat.JsonOptions getJson()
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getJson in interface StorageFormatOrBuilder
        Returns:
        The json.
      • setJson

        public StorageFormat.Builder setJson​(StorageFormat.JsonOptions value)
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
      • mergeJson

        public StorageFormat.Builder mergeJson​(StorageFormat.JsonOptions value)
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
      • clearJson

        public StorageFormat.Builder clearJson()
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
      • getJsonBuilder

        public StorageFormat.JsonOptions.Builder getJsonBuilder()
         Optional. Additional information about CSV formatted data.
         
        .google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
      • hasIceberg

        public boolean hasIceberg()
         Optional. Additional information about iceberg tables.
         
        .google.cloud.dataplex.v1.StorageFormat.IcebergOptions iceberg = 12 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasIceberg in interface StorageFormatOrBuilder
        Returns:
        Whether the iceberg field is set.
      • getIceberg

        public StorageFormat.IcebergOptions getIceberg()
         Optional. Additional information about iceberg tables.
         
        .google.cloud.dataplex.v1.StorageFormat.IcebergOptions iceberg = 12 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getIceberg in interface StorageFormatOrBuilder
        Returns:
        The iceberg.
      • setIceberg

        public StorageFormat.Builder setIceberg​(StorageFormat.IcebergOptions value)
         Optional. Additional information about iceberg tables.
         
        .google.cloud.dataplex.v1.StorageFormat.IcebergOptions iceberg = 12 [(.google.api.field_behavior) = OPTIONAL];
      • mergeIceberg

        public StorageFormat.Builder mergeIceberg​(StorageFormat.IcebergOptions value)
         Optional. Additional information about iceberg tables.
         
        .google.cloud.dataplex.v1.StorageFormat.IcebergOptions iceberg = 12 [(.google.api.field_behavior) = OPTIONAL];
      • clearIceberg

        public StorageFormat.Builder clearIceberg()
         Optional. Additional information about iceberg tables.
         
        .google.cloud.dataplex.v1.StorageFormat.IcebergOptions iceberg = 12 [(.google.api.field_behavior) = OPTIONAL];
      • getIcebergBuilder

        public StorageFormat.IcebergOptions.Builder getIcebergBuilder()
         Optional. Additional information about iceberg tables.
         
        .google.cloud.dataplex.v1.StorageFormat.IcebergOptions iceberg = 12 [(.google.api.field_behavior) = OPTIONAL];
      • setUnknownFields

        public final StorageFormat.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<StorageFormat.Builder>
      • mergeUnknownFields

        public final StorageFormat.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<StorageFormat.Builder>