Class BigQueryDestination.Builder (0.1.0)

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

BigQueryDestination is a wrapper for BigQuery output information.

Protobuf type google.cloud.financialservices.v1.BigQueryDestination

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BigQueryDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BigQueryDestination.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public BigQueryDestination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
BigQueryDestination.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BigQueryDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BigQueryDestination.Builder
Overrides

clearTableUri()

public BigQueryDestination.Builder clearTableUri()

Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.

string table_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

clearWriteDisposition()

public BigQueryDestination.Builder clearWriteDisposition()

Required. Whether or not to overwrite destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.

.google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition write_disposition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public BigQueryDestination getDefaultInstanceForType()
Returns
Type Description
BigQueryDestination

getDescriptorForType()

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

getTableUri()

public String getTableUri()

Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.

string table_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The tableUri.

getTableUriBytes()

public ByteString getTableUriBytes()

Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.

string table_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for tableUri.

getWriteDisposition()

public BigQueryDestination.WriteDisposition getWriteDisposition()

Required. Whether or not to overwrite destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.

.google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition write_disposition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestination.WriteDisposition

The writeDisposition.

getWriteDispositionValue()

public int getWriteDispositionValue()

Required. Whether or not to overwrite destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.

.google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition write_disposition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for writeDisposition.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BigQueryDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BigQueryDestination.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public BigQueryDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BigQueryDestination.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BigQueryDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BigQueryDestination.Builder
Overrides

setTableUri(String value)

public BigQueryDestination.Builder setTableUri(String value)

Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.

string table_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The tableUri to set.

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

setTableUriBytes(ByteString value)

public BigQueryDestination.Builder setTableUriBytes(ByteString value)

Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.

string table_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for tableUri to set.

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final BigQueryDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BigQueryDestination.Builder
Overrides

setWriteDisposition(BigQueryDestination.WriteDisposition value)

public BigQueryDestination.Builder setWriteDisposition(BigQueryDestination.WriteDisposition value)

Required. Whether or not to overwrite destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.

.google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition write_disposition = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BigQueryDestination.WriteDisposition

The writeDisposition to set.

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

setWriteDispositionValue(int value)

public BigQueryDestination.Builder setWriteDispositionValue(int value)

Required. Whether or not to overwrite destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.

.google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition write_disposition = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The enum numeric value on the wire for writeDisposition to set.

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.