public static final class BigQueryTable.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BigQueryTable.Builder> implements BigQueryTableOrBuilder
Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: `<project_id>:<dataset_id>.<table_id>` or `<project_id>.<dataset_id>.<table_id>`.Protobuf type
google.privacy.dlp.v2.BigQueryTable| Modifier and Type | Method and Description |
|---|---|
BigQueryTable.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BigQueryTable |
build() |
BigQueryTable |
buildPartial() |
BigQueryTable.Builder |
clear() |
BigQueryTable.Builder |
clearDatasetId()
Dataset ID of the table.
|
BigQueryTable.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BigQueryTable.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BigQueryTable.Builder |
clearProjectId()
The Google Cloud Platform project ID of the project containing the table.
|
BigQueryTable.Builder |
clearTableId()
Name of the table.
|
BigQueryTable.Builder |
clone() |
String |
getDatasetId()
Dataset ID of the table.
|
com.google.protobuf.ByteString |
getDatasetIdBytes()
Dataset ID of the table.
|
BigQueryTable |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getProjectId()
The Google Cloud Platform project ID of the project containing the table.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The Google Cloud Platform project ID of the project containing the table.
|
String |
getTableId()
Name of the table.
|
com.google.protobuf.ByteString |
getTableIdBytes()
Name of the table.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BigQueryTable.Builder |
mergeFrom(BigQueryTable other) |
BigQueryTable.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BigQueryTable.Builder |
mergeFrom(com.google.protobuf.Message other) |
BigQueryTable.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BigQueryTable.Builder |
setDatasetId(String value)
Dataset ID of the table.
|
BigQueryTable.Builder |
setDatasetIdBytes(com.google.protobuf.ByteString value)
Dataset ID of the table.
|
BigQueryTable.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BigQueryTable.Builder |
setProjectId(String value)
The Google Cloud Platform project ID of the project containing the table.
|
BigQueryTable.Builder |
setProjectIdBytes(com.google.protobuf.ByteString value)
The Google Cloud Platform project ID of the project containing the table.
|
BigQueryTable.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BigQueryTable.Builder |
setTableId(String value)
Name of the table.
|
BigQueryTable.Builder |
setTableIdBytes(com.google.protobuf.ByteString value)
Name of the table.
|
BigQueryTable.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<BigQueryTable.Builder>public BigQueryTable.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryTable.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<BigQueryTable.Builder>public BigQueryTable getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BigQueryTable build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BigQueryTable buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BigQueryTable.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryTable.Builder>public BigQueryTable.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<BigQueryTable.Builder>public BigQueryTable.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryTable.Builder>public BigQueryTable.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryTable.Builder>public BigQueryTable.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<BigQueryTable.Builder>public BigQueryTable.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<BigQueryTable.Builder>public BigQueryTable.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BigQueryTable.Builder>public BigQueryTable.Builder mergeFrom(BigQueryTable other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryTable.Builder>public BigQueryTable.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<BigQueryTable.Builder>IOExceptionpublic String getProjectId()
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;getProjectId in interface BigQueryTableOrBuilderpublic com.google.protobuf.ByteString getProjectIdBytes()
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;getProjectIdBytes in interface BigQueryTableOrBuilderpublic BigQueryTable.Builder setProjectId(String value)
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;value - The projectId to set.public BigQueryTable.Builder clearProjectId()
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;public BigQueryTable.Builder setProjectIdBytes(com.google.protobuf.ByteString value)
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
string project_id = 1;value - The bytes for projectId to set.public String getDatasetId()
Dataset ID of the table.
string dataset_id = 2;getDatasetId in interface BigQueryTableOrBuilderpublic com.google.protobuf.ByteString getDatasetIdBytes()
Dataset ID of the table.
string dataset_id = 2;getDatasetIdBytes in interface BigQueryTableOrBuilderpublic BigQueryTable.Builder setDatasetId(String value)
Dataset ID of the table.
string dataset_id = 2;value - The datasetId to set.public BigQueryTable.Builder clearDatasetId()
Dataset ID of the table.
string dataset_id = 2;public BigQueryTable.Builder setDatasetIdBytes(com.google.protobuf.ByteString value)
Dataset ID of the table.
string dataset_id = 2;value - The bytes for datasetId to set.public String getTableId()
Name of the table.
string table_id = 3;getTableId in interface BigQueryTableOrBuilderpublic com.google.protobuf.ByteString getTableIdBytes()
Name of the table.
string table_id = 3;getTableIdBytes in interface BigQueryTableOrBuilderpublic BigQueryTable.Builder setTableId(String value)
Name of the table.
string table_id = 3;value - The tableId to set.public BigQueryTable.Builder clearTableId()
Name of the table.
string table_id = 3;public BigQueryTable.Builder setTableIdBytes(com.google.protobuf.ByteString value)
Name of the table.
string table_id = 3;value - The bytes for tableId to set.public final BigQueryTable.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryTable.Builder>public final BigQueryTable.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryTable.Builder>Copyright © 2022 Google LLC. All rights reserved.