Class BigQueryDestination.Builder (2.91.0)

public static final class BigQueryDestination.Builder extends GeneratedMessage.Builder<BigQueryDestination.Builder> implements BigQueryDestinationOrBuilder

The destination big query dataset to export findings to.

Protobuf type google.cloud.securitycenter.v2.BigQueryDestination

Static Methods

getDescriptor()

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

Methods

build()

public BigQueryDestination build()
Returns
Type Description
BigQueryDestination

buildPartial()

public BigQueryDestination buildPartial()
Returns
Type Description
BigQueryDestination

clear()

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

clearDataset()

public BigQueryDestination.Builder clearDataset()

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.

string dataset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

getDataset()

public String getDataset()

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.

string dataset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The dataset.

getDatasetBytes()

public ByteString getDatasetBytes()

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.

string dataset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for dataset.

getDefaultInstanceForType()

public BigQueryDestination getDefaultInstanceForType()
Returns
Type Description
BigQueryDestination

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BigQueryDestination other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDataset(String value)

public BigQueryDestination.Builder setDataset(String value)

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.

string dataset = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The dataset to set.

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

setDatasetBytes(ByteString value)

public BigQueryDestination.Builder setDatasetBytes(ByteString value)

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.

string dataset = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for dataset to set.

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.