Class ImportedDataInfo.TableDefinition.CsvOptions (2.24.0)

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

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)

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
ImportedDataInfo.TableDefinition.CsvOptions

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

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

newBuilder(ImportedDataInfo.TableDefinition.CsvOptions prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImportedDataInfo.TableDefinition.CsvOptions
Exceptions
Type Description
IOException

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAllowJaggedRows()

publicBoolValuegetAllowJaggedRows()

Accept rows that are missing trailing optional columns.

.google.protobuf.BoolValue allow_jagged_rows = 5;

Returns
Type Description
BoolValue

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

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

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

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

getParserForType()

publicParser<ImportedDataInfo.TableDefinition.CsvOptions>getParserForType()
Returns
Type Description
Parser<CsvOptions>
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
StringValue

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

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
Int64Value

getSkipLeadingRowsOrBuilder()

publicInt64ValueOrBuildergetSkipLeadingRowsOrBuilder()

Number of leading rows to skip.

.google.protobuf.Int64Value skip_leading_rows = 4;

Returns
Type Description
Int64ValueOrBuilder

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

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

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.