Class ImportedDataInfo.TableDefinition.CsvOptions.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
- com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions.Builder
-
- All Implemented Interfaces:
ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ImportedDataInfo.TableDefinition.CsvOptions
public static final class ImportedDataInfo.TableDefinition.CsvOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder> implements ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
CSV specific options.
Protobuf typegoogle.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportedDataInfo.TableDefinition.CsvOptions.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ImportedDataInfo.TableDefinition.CsvOptions
build()
ImportedDataInfo.TableDefinition.CsvOptions
buildPartial()
ImportedDataInfo.TableDefinition.CsvOptions.Builder
clear()
ImportedDataInfo.TableDefinition.CsvOptions.Builder
clearAllowJaggedRows()
Accept rows that are missing trailing optional columns.ImportedDataInfo.TableDefinition.CsvOptions.Builder
clearAllowQuotedNewlines()
Whether CSV files are allowed to have quoted newlines.ImportedDataInfo.TableDefinition.CsvOptions.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ImportedDataInfo.TableDefinition.CsvOptions.Builder
clearFieldDelimiter()
The delimiter.ImportedDataInfo.TableDefinition.CsvOptions.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ImportedDataInfo.TableDefinition.CsvOptions.Builder
clearQuoteChar()
The quote character.ImportedDataInfo.TableDefinition.CsvOptions.Builder
clearSkipLeadingRows()
Number of leading rows to skip.ImportedDataInfo.TableDefinition.CsvOptions.Builder
clone()
com.google.protobuf.BoolValue
getAllowJaggedRows()
Accept rows that are missing trailing optional columns.com.google.protobuf.BoolValue.Builder
getAllowJaggedRowsBuilder()
Accept rows that are missing trailing optional columns.com.google.protobuf.BoolValueOrBuilder
getAllowJaggedRowsOrBuilder()
Accept rows that are missing trailing optional columns.com.google.protobuf.BoolValue
getAllowQuotedNewlines()
Whether CSV files are allowed to have quoted newlines.com.google.protobuf.BoolValue.Builder
getAllowQuotedNewlinesBuilder()
Whether CSV files are allowed to have quoted newlines.com.google.protobuf.BoolValueOrBuilder
getAllowQuotedNewlinesOrBuilder()
Whether CSV files are allowed to have quoted newlines.ImportedDataInfo.TableDefinition.CsvOptions
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.StringValue
getFieldDelimiter()
The delimiter.com.google.protobuf.StringValue.Builder
getFieldDelimiterBuilder()
The delimiter.com.google.protobuf.StringValueOrBuilder
getFieldDelimiterOrBuilder()
The delimiter.com.google.protobuf.StringValue
getQuoteChar()
The quote character.com.google.protobuf.StringValue.Builder
getQuoteCharBuilder()
The quote character.com.google.protobuf.StringValueOrBuilder
getQuoteCharOrBuilder()
The quote character.com.google.protobuf.Int64Value
getSkipLeadingRows()
Number of leading rows to skip.com.google.protobuf.Int64Value.Builder
getSkipLeadingRowsBuilder()
Number of leading rows to skip.com.google.protobuf.Int64ValueOrBuilder
getSkipLeadingRowsOrBuilder()
Number of leading rows to skip.boolean
hasAllowJaggedRows()
Accept rows that are missing trailing optional columns.boolean
hasAllowQuotedNewlines()
Whether CSV files are allowed to have quoted newlines.boolean
hasFieldDelimiter()
The delimiter.boolean
hasQuoteChar()
The quote character.boolean
hasSkipLeadingRows()
Number of leading rows to skip.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeAllowJaggedRows(com.google.protobuf.BoolValue value)
Accept rows that are missing trailing optional columns.ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeAllowQuotedNewlines(com.google.protobuf.BoolValue value)
Whether CSV files are allowed to have quoted newlines.ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeFieldDelimiter(com.google.protobuf.StringValue value)
The delimiter.ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeFrom(ImportedDataInfo.TableDefinition.CsvOptions other)
ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeFrom(com.google.protobuf.Message other)
ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeQuoteChar(com.google.protobuf.StringValue value)
The quote character.ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeSkipLeadingRows(com.google.protobuf.Int64Value value)
Number of leading rows to skip.ImportedDataInfo.TableDefinition.CsvOptions.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ImportedDataInfo.TableDefinition.CsvOptions.Builder
setAllowJaggedRows(com.google.protobuf.BoolValue value)
Accept rows that are missing trailing optional columns.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setAllowJaggedRows(com.google.protobuf.BoolValue.Builder builderForValue)
Accept rows that are missing trailing optional columns.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setAllowQuotedNewlines(com.google.protobuf.BoolValue value)
Whether CSV files are allowed to have quoted newlines.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setAllowQuotedNewlines(com.google.protobuf.BoolValue.Builder builderForValue)
Whether CSV files are allowed to have quoted newlines.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ImportedDataInfo.TableDefinition.CsvOptions.Builder
setFieldDelimiter(com.google.protobuf.StringValue value)
The delimiter.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setFieldDelimiter(com.google.protobuf.StringValue.Builder builderForValue)
The delimiter.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setQuoteChar(com.google.protobuf.StringValue value)
The quote character.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setQuoteChar(com.google.protobuf.StringValue.Builder builderForValue)
The quote character.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ImportedDataInfo.TableDefinition.CsvOptions.Builder
setSkipLeadingRows(com.google.protobuf.Int64Value value)
Number of leading rows to skip.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setSkipLeadingRows(com.google.protobuf.Int64Value.Builder builderForValue)
Number of leading rows to skip.ImportedDataInfo.TableDefinition.CsvOptions.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
clear
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
getDefaultInstanceForType
public ImportedDataInfo.TableDefinition.CsvOptions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ImportedDataInfo.TableDefinition.CsvOptions build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ImportedDataInfo.TableDefinition.CsvOptions buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
setField
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
clearField
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
clearOneof
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
setRepeatedField
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
addRepeatedField
public ImportedDataInfo.TableDefinition.CsvOptions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
mergeFrom
public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
mergeFrom
public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeFrom(ImportedDataInfo.TableDefinition.CsvOptions other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
mergeFrom
public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
- Throws:
IOException
-
hasFieldDelimiter
public boolean hasFieldDelimiter()
The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.
.google.protobuf.StringValue field_delimiter = 1;
- Specified by:
hasFieldDelimiter
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
getFieldDelimiter
public com.google.protobuf.StringValue getFieldDelimiter()
The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.
.google.protobuf.StringValue field_delimiter = 1;
- Specified by:
getFieldDelimiter
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
setFieldDelimiter
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setFieldDelimiter(com.google.protobuf.StringValue value)
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
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setFieldDelimiter(com.google.protobuf.StringValue.Builder builderForValue)
The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.
.google.protobuf.StringValue field_delimiter = 1;
-
mergeFieldDelimiter
public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeFieldDelimiter(com.google.protobuf.StringValue value)
The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.
.google.protobuf.StringValue field_delimiter = 1;
-
clearFieldDelimiter
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearFieldDelimiter()
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
public com.google.protobuf.StringValue.Builder getFieldDelimiterBuilder()
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
public com.google.protobuf.StringValueOrBuilder getFieldDelimiterOrBuilder()
The delimiter. We currently restrict this to U+0001 to U+00FF and apply additional constraints during validation.
.google.protobuf.StringValue field_delimiter = 1;
- Specified by:
getFieldDelimiterOrBuilder
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
hasAllowQuotedNewlines
public boolean hasAllowQuotedNewlines()
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;
- Specified by:
hasAllowQuotedNewlines
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
getAllowQuotedNewlines
public com.google.protobuf.BoolValue getAllowQuotedNewlines()
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;
- Specified by:
getAllowQuotedNewlines
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
setAllowQuotedNewlines
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setAllowQuotedNewlines(com.google.protobuf.BoolValue value)
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
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setAllowQuotedNewlines(com.google.protobuf.BoolValue.Builder builderForValue)
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;
-
mergeAllowQuotedNewlines
public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeAllowQuotedNewlines(com.google.protobuf.BoolValue value)
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;
-
clearAllowQuotedNewlines
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearAllowQuotedNewlines()
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
public com.google.protobuf.BoolValue.Builder getAllowQuotedNewlinesBuilder()
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
public com.google.protobuf.BoolValueOrBuilder getAllowQuotedNewlinesOrBuilder()
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;
- Specified by:
getAllowQuotedNewlinesOrBuilder
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
hasQuoteChar
public boolean hasQuoteChar()
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;
- Specified by:
hasQuoteChar
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
getQuoteChar
public com.google.protobuf.StringValue getQuoteChar()
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;
- Specified by:
getQuoteChar
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
setQuoteChar
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setQuoteChar(com.google.protobuf.StringValue value)
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
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setQuoteChar(com.google.protobuf.StringValue.Builder builderForValue)
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;
-
mergeQuoteChar
public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeQuoteChar(com.google.protobuf.StringValue value)
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;
-
clearQuoteChar
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearQuoteChar()
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
public com.google.protobuf.StringValue.Builder getQuoteCharBuilder()
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
public com.google.protobuf.StringValueOrBuilder getQuoteCharOrBuilder()
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;
- Specified by:
getQuoteCharOrBuilder
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
hasSkipLeadingRows
public boolean hasSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
- Specified by:
hasSkipLeadingRows
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
getSkipLeadingRows
public com.google.protobuf.Int64Value getSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
- Specified by:
getSkipLeadingRows
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
setSkipLeadingRows
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setSkipLeadingRows(com.google.protobuf.Int64Value value)
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
-
setSkipLeadingRows
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setSkipLeadingRows(com.google.protobuf.Int64Value.Builder builderForValue)
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
-
mergeSkipLeadingRows
public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeSkipLeadingRows(com.google.protobuf.Int64Value value)
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
-
clearSkipLeadingRows
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
-
getSkipLeadingRowsBuilder
public com.google.protobuf.Int64Value.Builder getSkipLeadingRowsBuilder()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
-
getSkipLeadingRowsOrBuilder
public com.google.protobuf.Int64ValueOrBuilder getSkipLeadingRowsOrBuilder()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
- Specified by:
getSkipLeadingRowsOrBuilder
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
hasAllowJaggedRows
public boolean hasAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
- Specified by:
hasAllowJaggedRows
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
getAllowJaggedRows
public com.google.protobuf.BoolValue getAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
- Specified by:
getAllowJaggedRows
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
setAllowJaggedRows
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setAllowJaggedRows(com.google.protobuf.BoolValue value)
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
-
setAllowJaggedRows
public ImportedDataInfo.TableDefinition.CsvOptions.Builder setAllowJaggedRows(com.google.protobuf.BoolValue.Builder builderForValue)
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
-
mergeAllowJaggedRows
public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeAllowJaggedRows(com.google.protobuf.BoolValue value)
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
-
clearAllowJaggedRows
public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
-
getAllowJaggedRowsBuilder
public com.google.protobuf.BoolValue.Builder getAllowJaggedRowsBuilder()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
-
getAllowJaggedRowsOrBuilder
public com.google.protobuf.BoolValueOrBuilder getAllowJaggedRowsOrBuilder()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
- Specified by:
getAllowJaggedRowsOrBuilder
in interfaceImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
-
setUnknownFields
public final ImportedDataInfo.TableDefinition.CsvOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
mergeUnknownFields
public final ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder>
-
-