Send feedback
Class QueryAssetsOutputConfig.BigQueryDestination (3.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.11.0 keyboard_arrow_down
public static final class QueryAssetsOutputConfig . BigQueryDestination extends GeneratedMessageV3 implements QueryAssetsOutputConfig . BigQueryDestinationOrBuilder
BigQuery destination.
Protobuf type google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination
Static Fields
DATASET_FIELD_NUMBER
public static final int DATASET_FIELD_NUMBER
Field Value
TABLE_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
Field Value
WRITE_DISPOSITION_FIELD_NUMBER
public static final int WRITE_DISPOSITION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static QueryAssetsOutputConfig . BigQueryDestination getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static QueryAssetsOutputConfig . BigQueryDestination . Builder newBuilder ()
Returns
newBuilder(QueryAssetsOutputConfig.BigQueryDestination prototype)
public static QueryAssetsOutputConfig . BigQueryDestination . Builder newBuilder ( QueryAssetsOutputConfig . BigQueryDestination prototype )
Parameter
Returns
public static QueryAssetsOutputConfig . BigQueryDestination parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static QueryAssetsOutputConfig . BigQueryDestination parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<QueryAssetsOutputConfig . BigQueryDestination > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDataset()
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];
Returns
Type
Description
String
The dataset.
getDatasetBytes()
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];
Returns
Type
Description
ByteString
The bytes for dataset.
getDefaultInstanceForType()
public QueryAssetsOutputConfig . BigQueryDestination getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<QueryAssetsOutputConfig . BigQueryDestination > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
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];
Returns
Type
Description
String
The table.
getTableBytes()
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];
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
getWriteDisposition()
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, a
'duplicate' error is returned in the job result.
The default value is WRITE_EMPTY.
string write_disposition = 3;
Returns
Type
Description
String
The writeDisposition.
getWriteDispositionBytes()
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, a
'duplicate' error is returned in the job result.
The default value is WRITE_EMPTY.
string write_disposition = 3;
Returns
Type
Description
ByteString
The bytes for writeDisposition.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public QueryAssetsOutputConfig . BigQueryDestination . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected QueryAssetsOutputConfig . BigQueryDestination . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public QueryAssetsOutputConfig . BigQueryDestination . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]