Send feedback
Class QueryAssetsOutputConfig.BigQueryDestination (3.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.24.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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
DATASET_FIELD_NUMBER
public static final int DATASET_FIELD_NUMBER
Field Value
Type
Description
int
TABLE_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
Field Value
Type
Description
int
WRITE_DISPOSITION_FIELD_NUMBER
public static final int WRITE_DISPOSITION_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static QueryAssetsOutputConfig . BigQueryDestination getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static QueryAssetsOutputConfig . BigQueryDestination . Builder newBuilder ()
newBuilder(QueryAssetsOutputConfig.BigQueryDestination prototype)
public static QueryAssetsOutputConfig . BigQueryDestination . Builder newBuilder ( QueryAssetsOutputConfig . BigQueryDestination prototype )
public static QueryAssetsOutputConfig . BigQueryDestination parseDelimitedFrom ( InputStream input )
public static QueryAssetsOutputConfig . BigQueryDestination parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( CodedInputStream input )
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( InputStream input )
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static QueryAssetsOutputConfig . BigQueryDestination parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<QueryAssetsOutputConfig . BigQueryDestination > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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 ()
getParserForType()
public Parser<QueryAssetsOutputConfig . BigQueryDestination > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
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
Type
Description
ByteString
The bytes for table.
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
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public QueryAssetsOutputConfig . BigQueryDestination . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected QueryAssetsOutputConfig . BigQueryDestination . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public QueryAssetsOutputConfig . BigQueryDestination . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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."],[],[]]