Class QueryAssetsOutputConfig.Builder (3.87.0)

public static final class QueryAssetsOutputConfig.Builder extends GeneratedMessage.Builder<QueryAssetsOutputConfig.Builder> implements QueryAssetsOutputConfigOrBuilder

Output configuration query assets.

Protobuf type google.cloud.asset.v1.QueryAssetsOutputConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public QueryAssetsOutputConfig build()
Returns
Type Description
QueryAssetsOutputConfig

buildPartial()

public QueryAssetsOutputConfig buildPartial()
Returns
Type Description
QueryAssetsOutputConfig

clear()

public QueryAssetsOutputConfig.Builder clear()
Returns
Type Description
QueryAssetsOutputConfig.Builder
Overrides

clearBigqueryDestination()

public QueryAssetsOutputConfig.Builder clearBigqueryDestination()

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
Type Description
QueryAssetsOutputConfig.Builder

getBigqueryDestination()

public QueryAssetsOutputConfig.BigQueryDestination getBigqueryDestination()

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
Type Description
QueryAssetsOutputConfig.BigQueryDestination

The bigqueryDestination.

getBigqueryDestinationBuilder()

public QueryAssetsOutputConfig.BigQueryDestination.Builder getBigqueryDestinationBuilder()

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
Type Description
QueryAssetsOutputConfig.BigQueryDestination.Builder

getBigqueryDestinationOrBuilder()

public QueryAssetsOutputConfig.BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
Type Description
QueryAssetsOutputConfig.BigQueryDestinationOrBuilder

getDefaultInstanceForType()

public QueryAssetsOutputConfig getDefaultInstanceForType()
Returns
Type Description
QueryAssetsOutputConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasBigqueryDestination()

public boolean hasBigqueryDestination()

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Returns
Type Description
boolean

Whether the bigqueryDestination field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeBigqueryDestination(QueryAssetsOutputConfig.BigQueryDestination value)

public QueryAssetsOutputConfig.Builder mergeBigqueryDestination(QueryAssetsOutputConfig.BigQueryDestination value)

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Parameter
Name Description
value QueryAssetsOutputConfig.BigQueryDestination
Returns
Type Description
QueryAssetsOutputConfig.Builder

mergeFrom(QueryAssetsOutputConfig other)

public QueryAssetsOutputConfig.Builder mergeFrom(QueryAssetsOutputConfig other)
Parameter
Name Description
other QueryAssetsOutputConfig
Returns
Type Description
QueryAssetsOutputConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public QueryAssetsOutputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QueryAssetsOutputConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public QueryAssetsOutputConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
QueryAssetsOutputConfig.Builder
Overrides

setBigqueryDestination(QueryAssetsOutputConfig.BigQueryDestination value)

public QueryAssetsOutputConfig.Builder setBigqueryDestination(QueryAssetsOutputConfig.BigQueryDestination value)

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Parameter
Name Description
value QueryAssetsOutputConfig.BigQueryDestination
Returns
Type Description
QueryAssetsOutputConfig.Builder

setBigqueryDestination(QueryAssetsOutputConfig.BigQueryDestination.Builder builderForValue)

public QueryAssetsOutputConfig.Builder setBigqueryDestination(QueryAssetsOutputConfig.BigQueryDestination.Builder builderForValue)

BigQuery destination where the query results will be saved.

.google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination bigquery_destination = 1;

Parameter
Name Description
builderForValue QueryAssetsOutputConfig.BigQueryDestination.Builder
Returns
Type Description
QueryAssetsOutputConfig.Builder