publicstaticfinalclass ImportedDataInfo.TableDefinition.CsvOptionsextendsGeneratedMessageV3implementsImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
CSV specific options.
Protobuf type
google.cloud.bigquery.datatransfer.v1.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()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilder()
newBuilder(ImportedDataInfo.TableDefinition.CsvOptions prototype)
publicstaticImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilder(ImportedDataInfo.TableDefinition.CsvOptionsprototype)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseDelimitedFrom(InputStreaminput)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(CodedInputStreaminput)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(InputStreaminput)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ImportedDataInfo.TableDefinition.CsvOptions>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAllowJaggedRows()
publicBoolValuegetAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
getAllowJaggedRowsOrBuilder()
publicBoolValueOrBuildergetAllowJaggedRowsOrBuilder()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
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;
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;
getDefaultInstanceForType()
publicImportedDataInfo.TableDefinition.CsvOptionsgetDefaultInstanceForType()
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;
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;
getParserForType()
publicParser<ImportedDataInfo.TableDefinition.CsvOptions>getParserForType()
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;
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;
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSkipLeadingRows()
publicInt64ValuegetSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
getSkipLeadingRowsOrBuilder()
publicInt64ValueOrBuildergetSkipLeadingRowsOrBuilder()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()
Overrides
hasAllowJaggedRows()
publicbooleanhasAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
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;
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;
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;
hasSkipLeadingRows()
publicbooleanhasSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
toBuilder()
publicImportedDataInfo.TableDefinition.CsvOptions.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides