Class Asset.DiscoverySpec.CsvOptions.Builder (1.0.1)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Asset.DiscoverySpec.CsvOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

build()

public Asset.DiscoverySpec.CsvOptions build()
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions

buildPartial()

public Asset.DiscoverySpec.CsvOptions buildPartial()
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions

clear()

public Asset.DiscoverySpec.CsvOptions.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Asset.DiscoverySpec.CsvOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Asset.DiscoverySpec.CsvOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

clone()

public Asset.DiscoverySpec.CsvOptions.Builder clone()
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

getDefaultInstanceForType()

public Asset.DiscoverySpec.CsvOptions getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for delimiter.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The headerRows.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Asset.DiscoverySpec.CsvOptions other)

public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(Asset.DiscoverySpec.CsvOptions other)
Parameter
NameDescription
otherAsset.DiscoverySpec.CsvOptions
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Asset.DiscoverySpec.CsvOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The delimiter to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for delimiter to set.

Returns
TypeDescription
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
NameDescription
valueboolean

The disableTypeInference to set.

Returns
TypeDescription
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
NameDescription
valueString

The encoding to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for encoding to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueint

The headerRows to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Asset.DiscoverySpec.CsvOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder
Overrides