public interface StorageFormatOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompressionFormat()
public abstract 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];
| Type | Description |
| StorageFormat.CompressionFormat | The compressionFormat. |
getCompressionFormatValue()
public abstract 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];
| Type | Description |
| int | The enum numeric value on the wire for compressionFormat. |
getCsv()
public abstract StorageFormat.CsvOptions getCsv()Optional. Additional information about CSV formatted data.
.google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| StorageFormat.CsvOptions | The csv. |
getCsvOrBuilder()
public abstract StorageFormat.CsvOptionsOrBuilder getCsvOrBuilder()Optional. Additional information about CSV formatted data.
.google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| StorageFormat.CsvOptionsOrBuilder |
getFormat()
public abstract 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];
| Type | Description |
| StorageFormat.Format | The format. |
getFormatValue()
public abstract 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];
| Type | Description |
| int | The enum numeric value on the wire for format. |
getJson()
public abstract StorageFormat.JsonOptions getJson()Optional. Additional information about CSV formatted data.
.google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| StorageFormat.JsonOptions | The json. |
getJsonOrBuilder()
public abstract StorageFormat.JsonOptionsOrBuilder getJsonOrBuilder()Optional. Additional information about CSV formatted data.
.google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| StorageFormat.JsonOptionsOrBuilder |
getMimeType()
public abstract 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/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];
| Type | Description |
| String | The mimeType. |
getMimeTypeBytes()
public abstract 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/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];
| Type | Description |
| ByteString | The bytes for mimeType. |
getOptionsCase()
public abstract StorageFormat.OptionsCase getOptionsCase()| Type | Description |
| StorageFormat.OptionsCase |
hasCsv()
public abstract boolean hasCsv()Optional. Additional information about CSV formatted data.
.google.cloud.dataplex.v1.StorageFormat.CsvOptions csv = 10 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the csv field is set. |
hasJson()
public abstract boolean hasJson()Optional. Additional information about CSV formatted data.
.google.cloud.dataplex.v1.StorageFormat.JsonOptions json = 11 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the json field is set. |