Class ImportedDataInfo.TableDefinition.CsvOptions.Builder (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.17
- 2.2.6
- 2.1.23
- 2.0.27
publicstaticfinalclass ImportedDataInfo.TableDefinition.CsvOptions.BuilderextendsGeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>implementsImportedDataInfo.TableDefinition.CsvOptionsOrBuilderCSV specific options.
Protobuf type
google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImportedDataInfo.TableDefinition.CsvOptions.BuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)build()
publicImportedDataInfo.TableDefinition.CsvOptionsbuild()buildPartial()
publicImportedDataInfo.TableDefinition.CsvOptionsbuildPartial()clear()
publicImportedDataInfo.TableDefinition.CsvOptions.Builderclear()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)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)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()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()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()isInitialized()
publicfinalbooleanisInitialized()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)mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)mergeFrom(Message other)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildermergeFrom(Messageother)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)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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)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;
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicImportedDataInfo.TableDefinition.CsvOptions.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)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;
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalImportedDataInfo.TableDefinition.CsvOptions.BuildersetUnknownFields(UnknownFieldSetunknownFields)