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 type
google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition| Modifier and Type | Method and 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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ImportedDataInfo.TableDefinition.Builder |
mergeFrom(ImportedDataInfo.TableDefinition other) |
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.Builder builderForValue)
CSV specific options.
|
ImportedDataInfo.TableDefinition.Builder |
setCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions value)
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.Builder builderForValue)
Indicates if extra values that are not represented in the table schema is
allowed.
|
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 |
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.Builder builderForValue)
Optional schema for the data.
|
ImportedDataInfo.TableDefinition.Builder |
setSchema(ImportedDataInfo.RecordSchema value)
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) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ImportedDataInfo.TableDefinition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ImportedDataInfo.TableDefinition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ImportedDataInfo.TableDefinition.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder mergeFrom(ImportedDataInfo.TableDefinition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public ImportedDataInfo.TableDefinition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportedDataInfo.TableDefinition.Builder>IOExceptionpublic String getTableId()
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;getTableId in interface ImportedDataInfo.TableDefinitionOrBuilderpublic com.google.protobuf.ByteString getTableIdBytes()
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;getTableIdBytes in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;public ImportedDataInfo.TableDefinition.Builder clearTableId()
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;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;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;getSourceUrisList in interface ImportedDataInfo.TableDefinitionOrBuilderpublic int getSourceUrisCount()
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;getSourceUrisCount in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;getSourceUris in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;getSourceUrisBytes in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;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;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;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;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;public int getFormatValue()
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;getFormatValue in interface ImportedDataInfo.TableDefinitionOrBuilderpublic ImportedDataInfo.TableDefinition.Builder setFormatValue(int value)
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;public ImportedDataInfo.Format getFormat()
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;getFormat in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;public ImportedDataInfo.TableDefinition.Builder clearFormat()
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;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;getMaxBadRecords in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;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;public int getEncodingValue()
Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;getEncodingValue in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;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;getEncoding in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;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;public boolean hasCsvOptions()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
hasCsvOptions in interface ImportedDataInfo.TableDefinitionOrBuilderpublic ImportedDataInfo.TableDefinition.CsvOptions getCsvOptions()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
getCsvOptions in interface ImportedDataInfo.TableDefinitionOrBuilderpublic ImportedDataInfo.TableDefinition.Builder setCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions value)
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
public ImportedDataInfo.TableDefinition.Builder setCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions.Builder builderForValue)
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
public ImportedDataInfo.TableDefinition.Builder mergeCsvOptions(ImportedDataInfo.TableDefinition.CsvOptions value)
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
public ImportedDataInfo.TableDefinition.Builder clearCsvOptions()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
public ImportedDataInfo.TableDefinition.CsvOptions.Builder getCsvOptionsBuilder()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
public ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder getCsvOptionsOrBuilder()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
getCsvOptionsOrBuilder in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;
hasSchema in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;
getSchema in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;
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;
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;
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;
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;
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;
getSchemaOrBuilder in interface ImportedDataInfo.TableDefinitionOrBuilderpublic boolean hasIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;hasIgnoreUnknownValues in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;getIgnoreUnknownValues in interface ImportedDataInfo.TableDefinitionOrBuilderpublic 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;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;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;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;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;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;getIgnoreUnknownValuesOrBuilder in interface ImportedDataInfo.TableDefinitionOrBuilderpublic final ImportedDataInfo.TableDefinition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>public final ImportedDataInfo.TableDefinition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.Builder>Copyright © 2023 Google LLC. All rights reserved.