public static final class ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder extends GeneratedMessage.Builder<ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder> implements ImportIndexRequest.ConnectorConfig.BigQuerySourceConfigOrBuilderConfiguration for importing data from a BigQuery table.
Protobuf type
google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig build()| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig |
|
buildPartial()
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig |
|
clear()
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
|
clearDatapointFieldMapping()
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder clearDatapointFieldMapping()Required. Mapping of datapoint fields to BigQuery column names.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping datapoint_field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
|
clearTablePath()
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder clearTablePath() Required. The path to the BigQuery table containing the index data, in
the format of bq://<project_id>.<dataset_id>.<table>.
string table_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
This builder for chaining. |
getDatapointFieldMapping()
public ImportIndexRequest.ConnectorConfig.DatapointFieldMapping getDatapointFieldMapping()Required. Mapping of datapoint fields to BigQuery column names.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping datapoint_field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping |
The datapointFieldMapping. |
getDatapointFieldMappingBuilder()
public ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Builder getDatapointFieldMappingBuilder()Required. Mapping of datapoint fields to BigQuery column names.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping datapoint_field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Builder |
|
getDatapointFieldMappingOrBuilder()
public ImportIndexRequest.ConnectorConfig.DatapointFieldMappingOrBuilder getDatapointFieldMappingOrBuilder()Required. Mapping of datapoint fields to BigQuery column names.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping datapoint_field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.DatapointFieldMappingOrBuilder |
|
getDefaultInstanceForType()
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTablePath()
public String getTablePath() Required. The path to the BigQuery table containing the index data, in
the format of bq://<project_id>.<dataset_id>.<table>.
string table_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The tablePath. |
getTablePathBytes()
public ByteString getTablePathBytes() Required. The path to the BigQuery table containing the index data, in
the format of bq://<project_id>.<dataset_id>.<table>.
string table_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tablePath. |
hasDatapointFieldMapping()
public boolean hasDatapointFieldMapping()Required. Mapping of datapoint fields to BigQuery column names.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping datapoint_field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the datapointFieldMapping field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDatapointFieldMapping(ImportIndexRequest.ConnectorConfig.DatapointFieldMapping value)
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder mergeDatapointFieldMapping(ImportIndexRequest.ConnectorConfig.DatapointFieldMapping value)Required. Mapping of datapoint fields to BigQuery column names.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping datapoint_field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping |
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
|
mergeFrom(ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig other)
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder mergeFrom(ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig |
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
|
setDatapointFieldMapping(ImportIndexRequest.ConnectorConfig.DatapointFieldMapping value)
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder setDatapointFieldMapping(ImportIndexRequest.ConnectorConfig.DatapointFieldMapping value)Required. Mapping of datapoint fields to BigQuery column names.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping datapoint_field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping |
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
|
setDatapointFieldMapping(ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Builder builderForValue)
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder setDatapointFieldMapping(ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Builder builderForValue)Required. Mapping of datapoint fields to BigQuery column names.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping datapoint_field_mapping = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Builder |
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
|
setTablePath(String value)
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder setTablePath(String value) Required. The path to the BigQuery table containing the index data, in
the format of bq://<project_id>.<dataset_id>.<table>.
string table_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tablePath to set. |
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
This builder for chaining. |
setTablePathBytes(ByteString value)
public ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder setTablePathBytes(ByteString value) Required. The path to the BigQuery table containing the index data, in
the format of bq://<project_id>.<dataset_id>.<table>.
string table_path = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tablePath to set. |
| Returns | |
|---|---|
| Type | Description |
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder |
This builder for chaining. |