Class ImportedDataInfo.TableDefinition.CsvOptions (2.1.23)
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.CsvOptionsextendsGeneratedMessageV3implementsImportedDataInfo.TableDefinition.CsvOptionsOrBuilderCSV specific options.
Protobuf type
google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImportedDataInfo.TableDefinition.CsvOptionsInherited Members
Static Fields
ALLOW_JAGGED_ROWS_FIELD_NUMBER
publicstaticfinalintALLOW_JAGGED_ROWS_FIELD_NUMBERALLOW_QUOTED_NEWLINES_FIELD_NUMBER
publicstaticfinalintALLOW_QUOTED_NEWLINES_FIELD_NUMBERFIELD_DELIMITER_FIELD_NUMBER
publicstaticfinalintFIELD_DELIMITER_FIELD_NUMBERQUOTE_CHAR_FIELD_NUMBER
publicstaticfinalintQUOTE_CHAR_FIELD_NUMBERSKIP_LEADING_ROWS_FIELD_NUMBER
publicstaticfinalintSKIP_LEADING_ROWS_FIELD_NUMBERStatic 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)parseDelimitedFrom(InputStream input)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticImportedDataInfo.TableDefinition.CsvOptionsparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
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)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()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()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()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()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedImportedDataInfo.TableDefinition.CsvOptions.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)toBuilder()
publicImportedDataInfo.TableDefinition.CsvOptions.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)