Class ImportedDataInfo.TableDefinition.CsvOptions.Builder (2.20.0)

publicstaticfinalclass ImportedDataInfo.TableDefinition.CsvOptions.BuilderextendsGeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>implementsImportedDataInfo.TableDefinition.CsvOptionsOrBuilder

CSV specific options.

Protobuf type google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

build()

publicImportedDataInfo.TableDefinition.CsvOptionsbuild()
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions

buildPartial()

publicImportedDataInfo.TableDefinition.CsvOptionsbuildPartial()
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions

clear()

publicImportedDataInfo.TableDefinition.CsvOptions.Builderclear()
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

clearAllowJaggedRows()

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearAllowJaggedRows()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

clearAllowQuotedNewlines()

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearAllowQuotedNewlines()

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

.google.protobuf.BoolValue allow_quoted_newlines = 2;

Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

clearField(Descriptors.FieldDescriptor field)

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

clearFieldDelimiter()

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearFieldDelimiter()

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

.google.protobuf.StringValue field_delimiter = 1;

Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

clearQuoteChar()

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearQuoteChar()

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '0円' to indicate no quote is used.

.google.protobuf.StringValue quote_char = 3;

Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

clearSkipLeadingRows()

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearSkipLeadingRows()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

clone()

publicImportedDataInfo.TableDefinition.CsvOptions.Builderclone()
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

getAllowJaggedRows()

publicBoolValuegetAllowJaggedRows()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description
BoolValue

getAllowJaggedRowsBuilder()

publicBoolValue.BuildergetAllowJaggedRowsBuilder()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description
Builder

getAllowJaggedRowsOrBuilder()

publicBoolValueOrBuildergetAllowJaggedRowsOrBuilder()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description
BoolValueOrBuilder

getAllowQuotedNewlines()

publicBoolValuegetAllowQuotedNewlines()

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

.google.protobuf.BoolValue allow_quoted_newlines = 2;

Returns
Type Description
BoolValue

getAllowQuotedNewlinesBuilder()

publicBoolValue.BuildergetAllowQuotedNewlinesBuilder()

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

.google.protobuf.BoolValue allow_quoted_newlines = 2;

Returns
Type Description
Builder

getAllowQuotedNewlinesOrBuilder()

publicBoolValueOrBuildergetAllowQuotedNewlinesOrBuilder()

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

.google.protobuf.BoolValue allow_quoted_newlines = 2;

Returns
Type Description
BoolValueOrBuilder

getDefaultInstanceForType()

publicImportedDataInfo.TableDefinition.CsvOptionsgetDefaultInstanceForType()
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFieldDelimiter()

publicStringValuegetFieldDelimiter()

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

.google.protobuf.StringValue field_delimiter = 1;

Returns
Type Description
StringValue

getFieldDelimiterBuilder()

publicStringValue.BuildergetFieldDelimiterBuilder()

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

.google.protobuf.StringValue field_delimiter = 1;

Returns
Type Description
Builder

getFieldDelimiterOrBuilder()

publicStringValueOrBuildergetFieldDelimiterOrBuilder()

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

.google.protobuf.StringValue field_delimiter = 1;

Returns
Type Description
StringValueOrBuilder

getQuoteChar()

publicStringValuegetQuoteChar()

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '0円' to indicate no quote is used.

.google.protobuf.StringValue quote_char = 3;

Returns
Type Description
StringValue

getQuoteCharBuilder()

publicStringValue.BuildergetQuoteCharBuilder()

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '0円' to indicate no quote is used.

.google.protobuf.StringValue quote_char = 3;

Returns
Type Description
Builder

getQuoteCharOrBuilder()

publicStringValueOrBuildergetQuoteCharOrBuilder()

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '0円' to indicate no quote is used.

.google.protobuf.StringValue quote_char = 3;

Returns
Type Description
StringValueOrBuilder

getSkipLeadingRows()

publicInt64ValuegetSkipLeadingRows()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description
Int64Value

getSkipLeadingRowsBuilder()

publicInt64Value.BuildergetSkipLeadingRowsBuilder()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description
Builder

getSkipLeadingRowsOrBuilder()

publicInt64ValueOrBuildergetSkipLeadingRowsOrBuilder()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description
Int64ValueOrBuilder

hasAllowJaggedRows()

publicbooleanhasAllowJaggedRows()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description
boolean

hasAllowQuotedNewlines()

publicbooleanhasAllowQuotedNewlines()

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

.google.protobuf.BoolValue allow_quoted_newlines = 2;

Returns
Type Description
boolean

hasFieldDelimiter()

publicbooleanhasFieldDelimiter()

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

.google.protobuf.StringValue field_delimiter = 1;

Returns
Type Description
boolean

hasQuoteChar()

publicbooleanhasQuoteChar()

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '0円' to indicate no quote is used.

.google.protobuf.StringValue quote_char = 3;

Returns
Type Description
boolean

hasSkipLeadingRows()

publicbooleanhasSkipLeadingRows()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description
boolean

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeAllowJaggedRows(BoolValue value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeAllowJaggedRows(BoolValuevalue)

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Parameter
Name Description
value BoolValue
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

mergeAllowQuotedNewlines(BoolValue value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeAllowQuotedNewlines(BoolValuevalue)

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

.google.protobuf.BoolValue allow_quoted_newlines = 2;

Parameter
Name Description
value BoolValue
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

mergeFieldDelimiter(StringValue value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFieldDelimiter(StringValuevalue)

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

.google.protobuf.StringValue field_delimiter = 1;

Parameter
Name Description
value StringValue
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

mergeFrom(ImportedDataInfo.TableDefinition.CsvOptions other)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(ImportedDataInfo.TableDefinition.CsvOptionsother)
Parameter
Name Description
other ImportedDataInfo.TableDefinition.CsvOptions
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

mergeQuoteChar(StringValue value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeQuoteChar(StringValuevalue)

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '0円' to indicate no quote is used.

.google.protobuf.StringValue quote_char = 3;

Parameter
Name Description
value StringValue
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

mergeSkipLeadingRows(Int64Value value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeSkipLeadingRows(Int64Valuevalue)

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Parameter
Name Description
value Int64Value
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalImportedDataInfo.TableDefinition.CsvOptions.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

setAllowJaggedRows(BoolValue value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetAllowJaggedRows(BoolValuevalue)

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Parameter
Name Description
value BoolValue
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setAllowJaggedRows(BoolValue.Builder builderForValue)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetAllowJaggedRows(BoolValue.BuilderbuilderForValue)

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setAllowQuotedNewlines(BoolValue value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetAllowQuotedNewlines(BoolValuevalue)

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

.google.protobuf.BoolValue allow_quoted_newlines = 2;

Parameter
Name Description
value BoolValue
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setAllowQuotedNewlines(BoolValue.Builder builderForValue)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetAllowQuotedNewlines(BoolValue.BuilderbuilderForValue)

Whether CSV files are allowed to have quoted newlines. If quoted newlines are allowed, we can't split CSV files.

.google.protobuf.BoolValue allow_quoted_newlines = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

setFieldDelimiter(StringValue value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetFieldDelimiter(StringValuevalue)

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

.google.protobuf.StringValue field_delimiter = 1;

Parameter
Name Description
value StringValue
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setFieldDelimiter(StringValue.Builder builderForValue)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetFieldDelimiter(StringValue.BuilderbuilderForValue)

The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.

.google.protobuf.StringValue field_delimiter = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setQuoteChar(StringValue value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetQuoteChar(StringValuevalue)

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '0円' to indicate no quote is used.

.google.protobuf.StringValue quote_char = 3;

Parameter
Name Description
value StringValue
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setQuoteChar(StringValue.Builder builderForValue)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetQuoteChar(StringValue.BuilderbuilderForValue)

The quote character. We currently restrict this to U+0000 to U+00FF and apply additional constraints during validation. Set to '0円' to indicate no quote is used.

.google.protobuf.StringValue quote_char = 3;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

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

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

setSkipLeadingRows(Int64Value value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetSkipLeadingRows(Int64Valuevalue)

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Parameter
Name Description
value Int64Value
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setSkipLeadingRows(Int64Value.Builder builderForValue)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetSkipLeadingRows(Int64Value.BuilderbuilderForValue)

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalImportedDataInfo.TableDefinition.CsvOptions.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.