public static final class BigQueryDestination.Builder extends GeneratedMessage.Builder<BigQueryDestination.Builder> implements BigQueryDestinationOrBuilderBigQueryDestination is a wrapper for BigQuery output information.
Protobuf type google.cloud.financialservices.v1.BigQueryDestination
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BigQueryDestination.BuilderImplements
BigQueryDestinationOrBuilderStatic 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 |
|
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 the 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. |
getDefaultInstanceForType()
public BigQueryDestination getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BigQueryDestination |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 the 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 the 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BigQueryDestination.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination.Builder |
|
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 |
StringThe 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 |
ByteStringThe bytes for tableUri to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination.Builder |
This builder for chaining. |
setWriteDisposition(BigQueryDestination.WriteDisposition value)
public BigQueryDestination.Builder setWriteDisposition(BigQueryDestination.WriteDisposition value)Required. Whether or not to overwrite the 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.WriteDispositionThe 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 the 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 |
intThe enum numeric value on the wire for writeDisposition to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination.Builder |
This builder for chaining. |