Class Zone.DiscoverySpec.CsvOptions.Builder (1.81.0)

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

Describe CSV and similar semi-structured data formats.

Protobuf type google.cloud.dataplex.v1.Zone.DiscoverySpec.CsvOptions

Static Methods

getDescriptor()

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

Methods

build()

public Zone.DiscoverySpec.CsvOptions build()
Returns
Type Description
Zone.DiscoverySpec.CsvOptions

buildPartial()

public Zone.DiscoverySpec.CsvOptions buildPartial()
Returns
Type Description
Zone.DiscoverySpec.CsvOptions

clear()

public Zone.DiscoverySpec.CsvOptions.Builder clear()
Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder
Overrides

clearDelimiter()

public Zone.DiscoverySpec.CsvOptions.Builder clearDelimiter()

Optional. The delimiter being used to separate values. This defaults to ','.

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

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearDisableTypeInference()

public Zone.DiscoverySpec.CsvOptions.Builder clearDisableTypeInference()

Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.

bool disable_type_inference = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearEncoding()

public Zone.DiscoverySpec.CsvOptions.Builder clearEncoding()

Optional. The character encoding of the data. The default is UTF-8.

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

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearHeaderRows()

public Zone.DiscoverySpec.CsvOptions.Builder clearHeaderRows()

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

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

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

getDefaultInstanceForType()

public Zone.DiscoverySpec.CsvOptions getDefaultInstanceForType()
Returns
Type Description
Zone.DiscoverySpec.CsvOptions

getDelimiter()

public String getDelimiter()

Optional. The delimiter being used to separate values. This defaults to ','.

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

Returns
Type Description
String

The delimiter.

getDelimiterBytes()

public ByteString getDelimiterBytes()

Optional. The delimiter being used to separate values. This defaults to ','.

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

Returns
Type Description
ByteString

The bytes for delimiter.

getDescriptorForType()

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

getDisableTypeInference()

public boolean getDisableTypeInference()

Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.

bool disable_type_inference = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The disableTypeInference.

getEncoding()

public String getEncoding()

Optional. The character encoding of the data. The default is UTF-8.

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

Returns
Type Description
String

The encoding.

getEncodingBytes()

public ByteString getEncodingBytes()

Optional. The character encoding of the data. The default is UTF-8.

string encoding = 3 [(.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.

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

Returns
Type Description
int

The headerRows.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Zone.DiscoverySpec.CsvOptions other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDelimiter(String value)

public Zone.DiscoverySpec.CsvOptions.Builder setDelimiter(String value)

Optional. The delimiter being used to separate values. This defaults to ','.

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

Parameter
Name Description
value String

The delimiter to set.

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setDelimiterBytes(ByteString value)

public Zone.DiscoverySpec.CsvOptions.Builder setDelimiterBytes(ByteString value)

Optional. The delimiter being used to separate values. This defaults to ','.

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

Parameter
Name Description
value ByteString

The bytes for delimiter to set.

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setDisableTypeInference(boolean value)

public Zone.DiscoverySpec.CsvOptions.Builder setDisableTypeInference(boolean value)

Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.

bool disable_type_inference = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The disableTypeInference to set.

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setEncoding(String value)

public Zone.DiscoverySpec.CsvOptions.Builder setEncoding(String value)

Optional. The character encoding of the data. The default is UTF-8.

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

Parameter
Name Description
value String

The encoding to set.

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setEncodingBytes(ByteString value)

public Zone.DiscoverySpec.CsvOptions.Builder setEncodingBytes(ByteString value)

Optional. The character encoding of the data. The default is UTF-8.

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

Parameter
Name Description
value ByteString

The bytes for encoding to set.

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setHeaderRows(int value)

public Zone.DiscoverySpec.CsvOptions.Builder setHeaderRows(int value)

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

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

Parameter
Name Description
value int

The headerRows to set.

Returns
Type Description
Zone.DiscoverySpec.CsvOptions.Builder

This builder for chaining.