Class StorageFormat.CsvOptions.Builder (1.81.0)

public static final class StorageFormat.CsvOptions.Builder extends GeneratedMessage.Builder<StorageFormat.CsvOptions.Builder> implements StorageFormat.CsvOptionsOrBuilder

Describes CSV and similar semi-structured data formats.

Protobuf type google.cloud.dataplex.v1.StorageFormat.CsvOptions

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public StorageFormat.CsvOptions build()
Returns
Type Description
StorageFormat.CsvOptions

buildPartial()

public StorageFormat.CsvOptions buildPartial()
Returns
Type Description
StorageFormat.CsvOptions

clear()

public StorageFormat.CsvOptions.Builder clear()
Returns
Type Description
StorageFormat.CsvOptions.Builder
Overrides

clearDelimiter()

public StorageFormat.CsvOptions.Builder clearDelimiter()

Optional. The delimiter used to separate values. Defaults to ','.

string delimiter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

clearEncoding()

public StorageFormat.CsvOptions.Builder clearEncoding()

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

clearHeaderRows()

public StorageFormat.CsvOptions.Builder clearHeaderRows()

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.

int32 header_rows = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

clearQuote()

public StorageFormat.CsvOptions.Builder clearQuote()

Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

string quote = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

getDefaultInstanceForType()

public StorageFormat.CsvOptions getDefaultInstanceForType()
Returns
Type Description
StorageFormat.CsvOptions

getDelimiter()

public String getDelimiter()

Optional. The delimiter used to separate values. Defaults to ','.

string delimiter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The delimiter.

getDelimiterBytes()

public ByteString getDelimiterBytes()

Optional. The delimiter used to separate values. Defaults to ','.

string delimiter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for delimiter.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEncoding()

public String getEncoding()

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The encoding.

getEncodingBytes()

public ByteString getEncodingBytes()

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for encoding.

getHeaderRows()

public int getHeaderRows()

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.

int32 header_rows = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The headerRows.

getQuote()

public String getQuote()

Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

string quote = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The quote.

getQuoteBytes()

public ByteString getQuoteBytes()

Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

string quote = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for quote.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StorageFormat.CsvOptions other)

public StorageFormat.CsvOptions.Builder mergeFrom(StorageFormat.CsvOptions other)
Parameter
Name Description
other StorageFormat.CsvOptions
Returns
Type Description
StorageFormat.CsvOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StorageFormat.CsvOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageFormat.CsvOptions.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StorageFormat.CsvOptions.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StorageFormat.CsvOptions.Builder
Overrides

setDelimiter(String value)

public StorageFormat.CsvOptions.Builder setDelimiter(String value)

Optional. The delimiter used to separate values. Defaults to ','.

string delimiter = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The delimiter to set.

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

setDelimiterBytes(ByteString value)

public StorageFormat.CsvOptions.Builder setDelimiterBytes(ByteString value)

Optional. The delimiter used to separate values. Defaults to ','.

string delimiter = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for delimiter to set.

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

setEncoding(String value)

public StorageFormat.CsvOptions.Builder setEncoding(String value)

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The encoding to set.

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

setEncodingBytes(ByteString value)

public StorageFormat.CsvOptions.Builder setEncodingBytes(ByteString value)

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for encoding to set.

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

setHeaderRows(int value)

public StorageFormat.CsvOptions.Builder setHeaderRows(int value)

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.

int32 header_rows = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The headerRows to set.

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

setQuote(String value)

public StorageFormat.CsvOptions.Builder setQuote(String value)

Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

string quote = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The quote to set.

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.

setQuoteBytes(ByteString value)

public StorageFormat.CsvOptions.Builder setQuoteBytes(ByteString value)

Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

string quote = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for quote to set.

Returns
Type Description
StorageFormat.CsvOptions.Builder

This builder for chaining.