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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicBigQueryDestination.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicBigQueryDestinationbuild()
buildPartial()
publicBigQueryDestinationbuildPartial()
clear()
publicBigQueryDestination.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicBigQueryDestination.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicBigQueryDestination.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
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];
clone()
publicBigQueryDestination.Builderclone()
Overrides
getDefaultInstanceForType()
publicBigQueryDestinationgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
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()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(BigQueryDestination other)
publicBigQueryDestination.BuildermergeFrom(BigQueryDestinationother)
publicBigQueryDestination.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicBigQueryDestination.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalBigQueryDestination.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicBigQueryDestination.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicBigQueryDestination.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalBigQueryDestination.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides