Interface ImportIndexRequest.ConnectorConfig.BigQuerySourceConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig, ImportIndexRequest.ConnectorConfig.BigQuerySourceConfig.Builder
Enclosing class:
ImportIndexRequest.ConnectorConfig

public static interface ImportIndexRequest.ConnectorConfig.BigQuerySourceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTablePath

      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:
      The tablePath.
    • getTablePathBytes

      com.google.protobuf.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:
      The bytes for tablePath.
    • hasDatapointFieldMapping

      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:
      Whether the datapointFieldMapping field is set.
    • 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:
      The datapointFieldMapping.
    • 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];