Class BigQueryDestination.Builder (0.3.0)

publicstaticfinalclass BigQueryDestination.BuilderextendsGeneratedMessageV3.Builder<BigQueryDestination.Builder>implementsBigQueryDestinationOrBuilder

The BigQuery location for the output content.

Protobuf type google.cloud.vertexai.v1.BigQueryDestination

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicBigQueryDestination.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BigQueryDestination.Builder
Overrides

build()

publicBigQueryDestinationbuild()
Returns
Type Description
BigQueryDestination

buildPartial()

publicBigQueryDestinationbuildPartial()
Returns
Type Description
BigQueryDestination

clear()

publicBigQueryDestination.Builderclear()
Returns
Type Description
BigQueryDestination.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicBigQueryDestination.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
BigQueryDestination.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicBigQueryDestination.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BigQueryDestination.Builder
Overrides

clearOutputUri()

publicBigQueryDestination.BuilderclearOutputUri()

Required. BigQuery URI to a project or table, up to 2000 characters long.

When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.

Accepted forms:

  • BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.

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

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

clone()

publicBigQueryDestination.Builderclone()
Returns
Type Description
BigQueryDestination.Builder
Overrides

getDefaultInstanceForType()

publicBigQueryDestinationgetDefaultInstanceForType()
Returns
Type Description
BigQueryDestination

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOutputUri()

publicStringgetOutputUri()

Required. BigQuery URI to a project or table, up to 2000 characters long.

When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.

Accepted forms:

  • BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.

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

Returns
Type Description
String

The outputUri.

getOutputUriBytes()

publicByteStringgetOutputUriBytes()

Required. BigQuery URI to a project or table, up to 2000 characters long.

When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.

Accepted forms:

  • BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.

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

Returns
Type Description
ByteString

The bytes for outputUri.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BigQueryDestination other)

publicBigQueryDestination.BuildermergeFrom(BigQueryDestinationother)
Parameter
Name Description
other BigQueryDestination
Returns
Type Description
BigQueryDestination.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicBigQueryDestination.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryDestination.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicBigQueryDestination.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
BigQueryDestination.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalBigQueryDestination.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BigQueryDestination.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicBigQueryDestination.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BigQueryDestination.Builder
Overrides

setOutputUri(String value)

publicBigQueryDestination.BuildersetOutputUri(Stringvalue)

Required. BigQuery URI to a project or table, up to 2000 characters long.

When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.

Accepted forms:

  • BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.

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

Parameter
Name Description
value String

The outputUri to set.

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

setOutputUriBytes(ByteString value)

publicBigQueryDestination.BuildersetOutputUriBytes(ByteStringvalue)

Required. BigQuery URI to a project or table, up to 2000 characters long.

When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.

Accepted forms:

  • BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.

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

Parameter
Name Description
value ByteString

The bytes for outputUri to set.

Returns
Type Description
BigQueryDestination.Builder

This builder for chaining.

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

publicBigQueryDestination.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BigQueryDestination.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalBigQueryDestination.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BigQueryDestination.Builder
Overrides

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年11月19日 UTC.