Class Asset.DiscoverySpec.CsvOptions.Builder (1.41.0)

public static final class Asset.DiscoverySpec.CsvOptions.Builder extends GeneratedMessageV3.Builder<Asset.DiscoverySpec.CsvOptions.Builder> implements Asset.DiscoverySpec.CsvOptionsOrBuilder

Describe CSV and similar semi-structured data formats.

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Asset.DiscoverySpec.CsvOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

build()

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

buildPartial()

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

clear()

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

clearDelimiter()

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearDisableTypeInference()

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearEncoding()

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Asset.DiscoverySpec.CsvOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

clearHeaderRows()

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Asset.DiscoverySpec.CsvOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

clone()

public Asset.DiscoverySpec.CsvOptions.Builder clone()
Returns
Type Description
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

getDefaultInstanceForType()

public Asset.DiscoverySpec.CsvOptions getDefaultInstanceForType()
Returns
Type Description
Asset.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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Asset.DiscoverySpec.CsvOptions other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Asset.DiscoverySpec.CsvOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

setDelimiter(String value)

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setDelimiterBytes(ByteString value)

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setDisableTypeInference(boolean value)

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setEncoding(String value)

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setEncodingBytes(ByteString value)

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Asset.DiscoverySpec.CsvOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

setHeaderRows(int value)

public Asset.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
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Asset.DiscoverySpec.CsvOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Asset.DiscoverySpec.CsvOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Asset.DiscoverySpec.CsvOptions.Builder
Overrides