Class ImportedDataInfo.TableDefinition.CsvOptions.Builder (2.5.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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

publicImportedDataInfo.TableDefinition.CsvOptionsbuild()
Returns
Type Description

buildPartial()

publicImportedDataInfo.TableDefinition.CsvOptionsbuildPartial()
Returns
Type Description

clear()

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

clearAllowJaggedRows()

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearAllowJaggedRows()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description

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

clearField(Descriptors.FieldDescriptor field)

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
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

clearOneof(Descriptors.OneofDescriptor oneof)

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
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

clearSkipLeadingRows()

publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearSkipLeadingRows()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description

clone()

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

getAllowJaggedRows()

publicBoolValuegetAllowJaggedRows()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description

getAllowJaggedRowsBuilder()

publicBoolValue.BuildergetAllowJaggedRowsBuilder()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description

getAllowJaggedRowsOrBuilder()

publicBoolValueOrBuildergetAllowJaggedRowsOrBuilder()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description

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

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

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

getDefaultInstanceForType()

publicImportedDataInfo.TableDefinition.CsvOptionsgetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
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

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

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

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

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

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

getSkipLeadingRows()

publicInt64ValuegetSkipLeadingRows()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description

getSkipLeadingRowsBuilder()

publicInt64Value.BuildergetSkipLeadingRowsBuilder()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description

getSkipLeadingRowsOrBuilder()

publicInt64ValueOrBuildergetSkipLeadingRowsOrBuilder()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description

hasAllowJaggedRows()

publicbooleanhasAllowJaggedRows()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description

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

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

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

hasSkipLeadingRows()

publicbooleanhasSkipLeadingRows()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
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

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

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

mergeFrom(ImportedDataInfo.TableDefinition.CsvOptions other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
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

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

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalImportedDataInfo.TableDefinition.CsvOptions.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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

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

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

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

setField(Descriptors.FieldDescriptor field, Object value)

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
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

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

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

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

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

publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
index int
value Object
Returns
Type Description
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

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

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalImportedDataInfo.TableDefinition.CsvOptions.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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.