public static final class BigQueryDestination.Builder extends GeneratedMessageV3.Builder<BigQueryDestination.Builder> implements BigQueryDestinationOrBuilder
The BigQuery location for the output content.
Protobuf type google.cloud.aiplatform.v1beta1.BigQueryDestination
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public BigQueryDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BigQueryDestination build()
public BigQueryDestination buildPartial()
public BigQueryDestination.Builder clear()
Overrides
public BigQueryDestination.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public BigQueryDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public BigQueryDestination.Builder clearOutputUri()
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];
public BigQueryDestination.Builder clone()
Overrides
public BigQueryDestination getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getOutputUri()
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.
|
public ByteString getOutputUriBytes()
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BigQueryDestination.Builder mergeFrom(BigQueryDestination other)
public BigQueryDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public BigQueryDestination.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final BigQueryDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public BigQueryDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BigQueryDestination.Builder setOutputUri(String value)
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.
|
public BigQueryDestination.Builder setOutputUriBytes(ByteString value)
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.
|
public BigQueryDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final BigQueryDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides