Class ImportedDataInfo.TableDefinition.CsvOptions (2.1.23)

publicstaticfinalclass ImportedDataInfo.TableDefinition.CsvOptionsextendsGeneratedMessageV3implementsImportedDataInfo.TableDefinition.CsvOptionsOrBuilder

CSV specific options.

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImportedDataInfo.TableDefinition.CsvOptions

Inherited Members

Static Fields

ALLOW_JAGGED_ROWS_FIELD_NUMBER

publicstaticfinalintALLOW_JAGGED_ROWS_FIELD_NUMBER
Field Value
Type Description
int

ALLOW_QUOTED_NEWLINES_FIELD_NUMBER

publicstaticfinalintALLOW_QUOTED_NEWLINES_FIELD_NUMBER
Field Value
Type Description
int

FIELD_DELIMITER_FIELD_NUMBER

publicstaticfinalintFIELD_DELIMITER_FIELD_NUMBER
Field Value
Type Description
int

QUOTE_CHAR_FIELD_NUMBER

publicstaticfinalintQUOTE_CHAR_FIELD_NUMBER
Field Value
Type Description
int

SKIP_LEADING_ROWS_FIELD_NUMBER

publicstaticfinalintSKIP_LEADING_ROWS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticImportedDataInfo.TableDefinition.CsvOptionsgetDefaultInstance()
Returns
Type Description

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

newBuilder()

publicstaticImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilder()
Returns
Type Description

newBuilder(ImportedDataInfo.TableDefinition.CsvOptions prototype)

publicstaticImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilder(ImportedDataInfo.TableDefinition.CsvOptionsprototype)
Parameter
Name Description
Returns
Type Description

parseDelimitedFrom(InputStream input)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(CodedInputStreaminput)
Parameter
Name Description
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parser()

publicstaticParser<ImportedDataInfo.TableDefinition.CsvOptions>parser()
Returns
Type Description

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
Overrides

getAllowJaggedRows()

publicBoolValuegetAllowJaggedRows()

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

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

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

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

getParserForType()

publicParser<ImportedDataInfo.TableDefinition.CsvOptions>getParserForType()
Returns
Type Description
Overrides

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

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

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getSkipLeadingRows()

publicInt64ValuegetSkipLeadingRows()

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

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
Overrides

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

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

newBuilderForType()

publicImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilderForType()
Returns
Type Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Overrides

toBuilder()

publicImportedDataInfo.TableDefinition.CsvOptions.BuildertoBuilder()
Returns
Type Description

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
Overrides Exceptions
Type Description

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.