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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicImportedDataInfo.TableDefinition.CsvOptionsbuild()
buildPartial()
publicImportedDataInfo.TableDefinition.CsvOptionsbuildPartial()
clear()
publicImportedDataInfo.TableDefinition.CsvOptions.Builderclear()
Overrides
clearAllowJaggedRows()
publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
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;
clearField(Descriptors.FieldDescriptor field)
publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearField(Descriptors.FieldDescriptorfield)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
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;
clearSkipLeadingRows()
publicImportedDataInfo.TableDefinition.CsvOptions.BuilderclearSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
clone()
publicImportedDataInfo.TableDefinition.CsvOptions.Builderclone()
Overrides
getAllowJaggedRows()
publicBoolValuegetAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
getAllowJaggedRowsBuilder()
publicBoolValue.BuildergetAllowJaggedRowsBuilder()
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;
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;
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()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
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;
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;
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;
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;
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;
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;
getSkipLeadingRows()
publicInt64ValuegetSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
getSkipLeadingRowsBuilder()
publicInt64Value.BuildergetSkipLeadingRowsBuilder()
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;
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;
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeAllowJaggedRows(BoolValue value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeAllowJaggedRows(BoolValuevalue)
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
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;
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;
mergeFrom(ImportedDataInfo.TableDefinition.CsvOptions other)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(ImportedDataInfo.TableDefinition.CsvOptionsother)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
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;
mergeSkipLeadingRows(Int64Value value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeSkipLeadingRows(Int64Valuevalue)
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalImportedDataInfo.TableDefinition.CsvOptions.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setAllowJaggedRows(BoolValue value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetAllowJaggedRows(BoolValuevalue)
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
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
|
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;
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
|
setField(Descriptors.FieldDescriptor field, Object value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
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;
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
|
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;
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
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setSkipLeadingRows(Int64Value value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetSkipLeadingRows(Int64Valuevalue)
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
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
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalImportedDataInfo.TableDefinition.CsvOptions.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides