public static final class QueryAssetsOutputConfig.BigQueryDestination.Builder extends GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder> implements QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
BigQuery destination.Protobuf type
google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public QueryAssetsOutputConfig.BigQueryDestination.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public QueryAssetsOutputConfig.BigQueryDestination build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public QueryAssetsOutputConfig.BigQueryDestination buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public QueryAssetsOutputConfig.BigQueryDestination.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination.Builder mergeFrom(QueryAssetsOutputConfig.BigQueryDestination other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public QueryAssetsOutputConfig.BigQueryDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
IOException
public String getDataset()
Required. The BigQuery dataset where the query results will be saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
getDataset
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public ByteString getDatasetBytes()
Required. The BigQuery dataset where the query results will be saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
getDatasetBytes
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public QueryAssetsOutputConfig.BigQueryDestination.Builder setDataset(String value)
Required. The BigQuery dataset where the query results will be saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
value
- The dataset to set.public QueryAssetsOutputConfig.BigQueryDestination.Builder clearDataset()
Required. The BigQuery dataset where the query results will be saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
public QueryAssetsOutputConfig.BigQueryDestination.Builder setDatasetBytes(ByteString value)
Required. The BigQuery dataset where the query results will be saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for dataset to set.public String getTable()
Required. The BigQuery table where the query results will be saved. If this table does not exist, a new table with the given name will be created.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
getTable
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public ByteString getTableBytes()
Required. The BigQuery table where the query results will be saved. If this table does not exist, a new table with the given name will be created.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
getTableBytes
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public QueryAssetsOutputConfig.BigQueryDestination.Builder setTable(String value)
Required. The BigQuery table where the query results will be saved. If this table does not exist, a new table with the given name will be created.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
value
- The table to set.public QueryAssetsOutputConfig.BigQueryDestination.Builder clearTable()
Required. The BigQuery table where the query results will be saved. If this table does not exist, a new table with the given name will be created.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
public QueryAssetsOutputConfig.BigQueryDestination.Builder setTableBytes(ByteString value)
Required. The BigQuery table where the query results will be saved. If this table does not exist, a new table with the given name will be created.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for table to set.public String getWriteDisposition()
Specifies the action that occurs if the destination table or partition already exists. The following values are supported: * WRITE_TRUNCATE: If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data. * WRITE_APPEND: If the table or partition already exists, BigQuery appends the data to the table or the latest partition. * WRITE_EMPTY: If the table already exists and contains data, an error is returned.
string write_disposition = 3;
getWriteDisposition
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public ByteString getWriteDispositionBytes()
Specifies the action that occurs if the destination table or partition already exists. The following values are supported: * WRITE_TRUNCATE: If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data. * WRITE_APPEND: If the table or partition already exists, BigQuery appends the data to the table or the latest partition. * WRITE_EMPTY: If the table already exists and contains data, an error is returned.
string write_disposition = 3;
getWriteDispositionBytes
in interface QueryAssetsOutputConfig.BigQueryDestinationOrBuilder
public QueryAssetsOutputConfig.BigQueryDestination.Builder setWriteDisposition(String value)
Specifies the action that occurs if the destination table or partition already exists. The following values are supported: * WRITE_TRUNCATE: If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data. * WRITE_APPEND: If the table or partition already exists, BigQuery appends the data to the table or the latest partition. * WRITE_EMPTY: If the table already exists and contains data, an error is returned.
string write_disposition = 3;
value
- The writeDisposition to set.public QueryAssetsOutputConfig.BigQueryDestination.Builder clearWriteDisposition()
Specifies the action that occurs if the destination table or partition already exists. The following values are supported: * WRITE_TRUNCATE: If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data. * WRITE_APPEND: If the table or partition already exists, BigQuery appends the data to the table or the latest partition. * WRITE_EMPTY: If the table already exists and contains data, an error is returned.
string write_disposition = 3;
public QueryAssetsOutputConfig.BigQueryDestination.Builder setWriteDispositionBytes(ByteString value)
Specifies the action that occurs if the destination table or partition already exists. The following values are supported: * WRITE_TRUNCATE: If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data. * WRITE_APPEND: If the table or partition already exists, BigQuery appends the data to the table or the latest partition. * WRITE_EMPTY: If the table already exists and contains data, an error is returned.
string write_disposition = 3;
value
- The bytes for writeDisposition to set.public final QueryAssetsOutputConfig.BigQueryDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
public final QueryAssetsOutputConfig.BigQueryDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<QueryAssetsOutputConfig.BigQueryDestination.Builder>
Copyright © 2022 Google LLC. All rights reserved.