Class ImportedDataInfo.TableDefinition.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>
-
- com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.Builder
-
- All Implemented Interfaces:
ImportedDataInfo.TableDefinitionOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ImportedDataInfo.TableDefinition
public static final class ImportedDataInfo.TableDefinition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder> implements ImportedDataInfo.TableDefinitionOrBuilder
External table definition. These tables can be referenced with 'name' in the query and can be read just like any other table.
Protobuf typegoogle.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportedDataInfo.TableDefinition.Builder
addAllSourceUris(Iterable<String> values)
URIs for the data to be imported.ImportedDataInfo.TableDefinition.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ImportedDataInfo.TableDefinition.Builder
addSourceUris(String value)
URIs for the data to be imported.ImportedDataInfo.TableDefinition.Builder
addSourceUrisBytes(com.google.protobuf.ByteString value)
URIs for the data to be imported.ImportedDataInfo.TableDefinition
build()
ImportedDataInfo.TableDefinition
buildPartial()
ImportedDataInfo.TableDefinition.Builder
clear()
ImportedDataInfo.TableDefinition.Builder
clearCsvOptions()
CSV specific options.ImportedDataInfo.TableDefinition.Builder
clearEncoding()
Character encoding of the input when applicable (CSV, JSON).ImportedDataInfo.TableDefinition.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ImportedDataInfo.TableDefinition.Builder
clearFormat()
Describes the format of the data in source_uri.ImportedDataInfo.TableDefinition.Builder
clearIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.ImportedDataInfo.TableDefinition.Builder
clearMaxBadRecords()
Specify the maximum number of bad records that can be ignored.ImportedDataInfo.TableDefinition.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ImportedDataInfo.TableDefinition.Builder
clearSchema()
Optional schema for the data.ImportedDataInfo.TableDefinition.Builder
clearSourceUris()
URIs for the data to be imported.ImportedDataInfo.TableDefinition.Builder
clearTableId()
BigQuery table_id (required).ImportedDataInfo.TableDefinition.Builder
clone()
ImportedDataInfo.TableDefinition.CsvOptions
getCsvOptions()
CSV specific options.ImportedDataInfo.TableDefinition.CsvOptions.Builder
getCsvOptionsBuilder()
CSV specific options.ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
getCsvOptionsOrBuilder()
CSV specific options.ImportedDataInfo.TableDefinition
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
ImportedDataInfo.Encoding
getEncoding()
Character encoding of the input when applicable (CSV, JSON).int
getEncodingValue()
Character encoding of the input when applicable (CSV, JSON).ImportedDataInfo.Format
getFormat()
Describes the format of the data in source_uri.int
getFormatValue()
Describes the format of the data in source_uri.com.google.protobuf.BoolValue
getIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.com.google.protobuf.BoolValue.Builder
getIgnoreUnknownValuesBuilder()
Indicates if extra values that are not represented in the table schema is allowed.com.google.protobuf.BoolValueOrBuilder
getIgnoreUnknownValuesOrBuilder()
Indicates if extra values that are not represented in the table schema is allowed.int
getMaxBadRecords()
Specify the maximum number of bad records that can be ignored.ImportedDataInfo.RecordSchema
getSchema()
Optional schema for the data.ImportedDataInfo.RecordSchema.Builder
getSchemaBuilder()
Optional schema for the data.ImportedDataInfo.RecordSchemaOrBuilder
getSchemaOrBuilder()
Optional schema for the data.String
getSourceUris(int index)
URIs for the data to be imported.com.google.protobuf.ByteString
getSourceUrisBytes(int index)
URIs for the data to be imported.int
getSourceUrisCount()
URIs for the data to be imported.com.google.protobuf.ProtocolStringList
getSourceUrisList()
URIs for the data to be imported.String
getTableId()
BigQuery table_id (required).com.google.protobuf.ByteString
getTableIdBytes()
BigQuery table_id (required).boolean
hasCsvOptions()
CSV specific options.boolean
hasIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.boolean
hasSchema()
Optional schema for the data.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ImportedDataInfo.TableDefinition.Builder
mergeCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions value)
CSV specific options.ImportedDataInfo.TableDefinition.Builder
mergeFrom(ImportedDataInfo.TableDefinition other)
ImportedDataInfo.TableDefinition.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ImportedDataInfo.TableDefinition.Builder
mergeFrom(com.google.protobuf.Message other)
ImportedDataInfo.TableDefinition.Builder
mergeIgnoreUnknownValues(com.google.protobuf.BoolValue value)
Indicates if extra values that are not represented in the table schema is allowed.ImportedDataInfo.TableDefinition.Builder
mergeSchema(ImportedDataInfo.RecordSchema value)
Optional schema for the data.ImportedDataInfo.TableDefinition.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ImportedDataInfo.TableDefinition.Builder
setCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions value)
CSV specific options.ImportedDataInfo.TableDefinition.Builder
setCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions.Builder builderForValue)
CSV specific options.ImportedDataInfo.TableDefinition.Builder
setEncoding(ImportedDataInfo.Encoding value)
Character encoding of the input when applicable (CSV, JSON).ImportedDataInfo.TableDefinition.Builder
setEncodingValue(int value)
Character encoding of the input when applicable (CSV, JSON).ImportedDataInfo.TableDefinition.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ImportedDataInfo.TableDefinition.Builder
setFormat(ImportedDataInfo.Format value)
Describes the format of the data in source_uri.ImportedDataInfo.TableDefinition.Builder
setFormatValue(int value)
Describes the format of the data in source_uri.ImportedDataInfo.TableDefinition.Builder
setIgnoreUnknownValues(com.google.protobuf.BoolValue value)
Indicates if extra values that are not represented in the table schema is allowed.ImportedDataInfo.TableDefinition.Builder
setIgnoreUnknownValues(com.google.protobuf.BoolValue.Builder builderForValue)
Indicates if extra values that are not represented in the table schema is allowed.ImportedDataInfo.TableDefinition.Builder
setMaxBadRecords(int value)
Specify the maximum number of bad records that can be ignored.ImportedDataInfo.TableDefinition.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ImportedDataInfo.TableDefinition.Builder
setSchema(ImportedDataInfo.RecordSchema value)
Optional schema for the data.ImportedDataInfo.TableDefinition.Builder
setSchema(ImportedDataInfo.RecordSchema.Builder builderForValue)
Optional schema for the data.ImportedDataInfo.TableDefinition.Builder
setSourceUris(int index, String value)
URIs for the data to be imported.ImportedDataInfo.TableDefinition.Builder
setTableId(String value)
BigQuery table_id (required).ImportedDataInfo.TableDefinition.Builder
setTableIdBytes(com.google.protobuf.ByteString value)
BigQuery table_id (required).ImportedDataInfo.TableDefinition.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.Builder>
-
clear
public ImportedDataInfo.TableDefinition.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.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.Builder>
-
getDefaultInstanceForType
public ImportedDataInfo.TableDefinition getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ImportedDataInfo.TableDefinition build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ImportedDataInfo.TableDefinition buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ImportedDataInfo.TableDefinition.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.Builder>
-
setField
public ImportedDataInfo.TableDefinition.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.Builder>
-
clearField
public ImportedDataInfo.TableDefinition.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.Builder>
-
clearOneof
public ImportedDataInfo.TableDefinition.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.Builder>
-
setRepeatedField
public ImportedDataInfo.TableDefinition.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.Builder>
-
addRepeatedField
public ImportedDataInfo.TableDefinition.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.Builder>
-
mergeFrom
public ImportedDataInfo.TableDefinition.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.Builder>
-
mergeFrom
public ImportedDataInfo.TableDefinition.Builder mergeFrom(ImportedDataInfo.TableDefinition other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>
-
mergeFrom
public ImportedDataInfo.TableDefinition.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.Builder>
- Throws:
IOException
-
getTableId
public String getTableId()
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;
- Specified by:
getTableId
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
getTableIdBytes
public com.google.protobuf.ByteString getTableIdBytes()
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;
- Specified by:
getTableIdBytes
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setTableId
public ImportedDataInfo.TableDefinition.Builder setTableId(String value)
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;
-
clearTableId
public ImportedDataInfo.TableDefinition.Builder clearTableId()
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;
-
setTableIdBytes
public ImportedDataInfo.TableDefinition.Builder setTableIdBytes(com.google.protobuf.ByteString value)
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;
-
getSourceUrisList
public com.google.protobuf.ProtocolStringList getSourceUrisList()
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
- Specified by:
getSourceUrisList
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
getSourceUrisCount
public int getSourceUrisCount()
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
- Specified by:
getSourceUrisCount
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
getSourceUris
public String getSourceUris(int index)
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
- Specified by:
getSourceUris
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
getSourceUrisBytes
public com.google.protobuf.ByteString getSourceUrisBytes(int index)
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
- Specified by:
getSourceUrisBytes
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setSourceUris
public ImportedDataInfo.TableDefinition.Builder setSourceUris(int index, String value)
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
-
addSourceUris
public ImportedDataInfo.TableDefinition.Builder addSourceUris(String value)
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
-
addAllSourceUris
public ImportedDataInfo.TableDefinition.Builder addAllSourceUris(Iterable<String> values)
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
-
clearSourceUris
public ImportedDataInfo.TableDefinition.Builder clearSourceUris()
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
-
addSourceUrisBytes
public ImportedDataInfo.TableDefinition.Builder addSourceUrisBytes(com.google.protobuf.ByteString value)
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;
-
getFormatValue
public int getFormatValue()
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;
- Specified by:
getFormatValue
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setFormatValue
public ImportedDataInfo.TableDefinition.Builder setFormatValue(int value)
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;
-
getFormat
public ImportedDataInfo.Format getFormat()
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;
- Specified by:
getFormat
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setFormat
public ImportedDataInfo.TableDefinition.Builder setFormat(ImportedDataInfo.Format value)
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;
-
clearFormat
public ImportedDataInfo.TableDefinition.Builder clearFormat()
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;
-
getMaxBadRecords
public int getMaxBadRecords()
Specify the maximum number of bad records that can be ignored. If bad records exceed this threshold the query is aborted.
int32 max_bad_records = 4;
- Specified by:
getMaxBadRecords
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setMaxBadRecords
public ImportedDataInfo.TableDefinition.Builder setMaxBadRecords(int value)
Specify the maximum number of bad records that can be ignored. If bad records exceed this threshold the query is aborted.
int32 max_bad_records = 4;
-
clearMaxBadRecords
public ImportedDataInfo.TableDefinition.Builder clearMaxBadRecords()
Specify the maximum number of bad records that can be ignored. If bad records exceed this threshold the query is aborted.
int32 max_bad_records = 4;
-
getEncodingValue
public int getEncodingValue()
Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;
- Specified by:
getEncodingValue
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setEncodingValue
public ImportedDataInfo.TableDefinition.Builder setEncodingValue(int value)
Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;
-
getEncoding
public ImportedDataInfo.Encoding getEncoding()
Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;
- Specified by:
getEncoding
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setEncoding
public ImportedDataInfo.TableDefinition.Builder setEncoding(ImportedDataInfo.Encoding value)
Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;
-
clearEncoding
public ImportedDataInfo.TableDefinition.Builder clearEncoding()
Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;
-
hasCsvOptions
public boolean hasCsvOptions()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
- Specified by:
hasCsvOptions
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
getCsvOptions
public ImportedDataInfo.TableDefinition.CsvOptions getCsvOptions()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
- Specified by:
getCsvOptions
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setCsvOptions
public ImportedDataInfo.TableDefinition.Builder setCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions value)
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
-
setCsvOptions
public ImportedDataInfo.TableDefinition.Builder setCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions.Builder builderForValue)
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
-
mergeCsvOptions
public ImportedDataInfo.TableDefinition.Builder mergeCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions value)
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
-
clearCsvOptions
public ImportedDataInfo.TableDefinition.Builder clearCsvOptions()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
-
getCsvOptionsBuilder
public ImportedDataInfo.TableDefinition.CsvOptions.Builder getCsvOptionsBuilder()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
-
getCsvOptionsOrBuilder
public ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder getCsvOptionsOrBuilder()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
- Specified by:
getCsvOptionsOrBuilder
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
hasSchema
public boolean hasSchema()
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;
- Specified by:
hasSchema
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
getSchema
public ImportedDataInfo.RecordSchema getSchema()
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;
- Specified by:
getSchema
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setSchema
public ImportedDataInfo.TableDefinition.Builder setSchema(ImportedDataInfo.RecordSchema value)
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;
-
setSchema
public ImportedDataInfo.TableDefinition.Builder setSchema(ImportedDataInfo.RecordSchema.Builder builderForValue)
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;
-
mergeSchema
public ImportedDataInfo.TableDefinition.Builder mergeSchema(ImportedDataInfo.RecordSchema value)
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;
-
clearSchema
public ImportedDataInfo.TableDefinition.Builder clearSchema()
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;
-
getSchemaBuilder
public ImportedDataInfo.RecordSchema.Builder getSchemaBuilder()
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;
-
getSchemaOrBuilder
public ImportedDataInfo.RecordSchemaOrBuilder getSchemaOrBuilder()
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;
- Specified by:
getSchemaOrBuilder
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
hasIgnoreUnknownValues
public boolean hasIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;
- Specified by:
hasIgnoreUnknownValues
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
getIgnoreUnknownValues
public com.google.protobuf.BoolValue getIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;
- Specified by:
getIgnoreUnknownValues
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setIgnoreUnknownValues
public ImportedDataInfo.TableDefinition.Builder setIgnoreUnknownValues(com.google.protobuf.BoolValue value)
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;
-
setIgnoreUnknownValues
public ImportedDataInfo.TableDefinition.Builder setIgnoreUnknownValues(com.google.protobuf.BoolValue.Builder builderForValue)
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;
-
mergeIgnoreUnknownValues
public ImportedDataInfo.TableDefinition.Builder mergeIgnoreUnknownValues(com.google.protobuf.BoolValue value)
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;
-
clearIgnoreUnknownValues
public ImportedDataInfo.TableDefinition.Builder clearIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;
-
getIgnoreUnknownValuesBuilder
public com.google.protobuf.BoolValue.Builder getIgnoreUnknownValuesBuilder()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;
-
getIgnoreUnknownValuesOrBuilder
public com.google.protobuf.BoolValueOrBuilder getIgnoreUnknownValuesOrBuilder()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;
- Specified by:
getIgnoreUnknownValuesOrBuilder
in interfaceImportedDataInfo.TableDefinitionOrBuilder
-
setUnknownFields
public final ImportedDataInfo.TableDefinition.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.Builder>
-
mergeUnknownFields
public final ImportedDataInfo.TableDefinition.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.Builder>
-
-