public static interface ImportIndexRequest.ConnectorConfig.DatapointFieldMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIdColumn()
Required. The column with unique identifiers for each data point.
string id_column = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getIdColumnBytes()
Required. The column with unique identifiers for each data point.
string id_column = 1 [(.google.api.field_behavior) = REQUIRED];String getEmbeddingColumn()
Required. The column with the vector embeddings for each data point.
string embedding_column = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEmbeddingColumnBytes()
Required. The column with the vector embeddings for each data point.
string embedding_column = 2 [(.google.api.field_behavior) = REQUIRED];List<ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict> getRestrictsList()
Optional. List of restricts for string values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict getRestricts(int index)
Optional. List of restricts for string values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
int getRestrictsCount()
Optional. List of restricts for string values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
List<? extends ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder> getRestrictsOrBuilderList()
Optional. List of restricts for string values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder getRestrictsOrBuilder(int index)
Optional. List of restricts for string values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
List<ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict> getNumericRestrictsList()
Optional. List of restricts for numeric values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict getNumericRestricts(int index)
Optional. List of restricts for numeric values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
int getNumericRestrictsCount()
Optional. List of restricts for numeric values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
List<? extends ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder> getNumericRestrictsOrBuilderList()
Optional. List of restricts for numeric values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder getNumericRestrictsOrBuilder(int index)
Optional. List of restricts for numeric values.
repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
List<String> getMetadataColumnsList()
Optional. List of columns containing metadata to be included in the index.
repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
int getMetadataColumnsCount()
Optional. List of columns containing metadata to be included in the index.
repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
String getMetadataColumns(int index)
Optional. List of columns containing metadata to be included in the index.
repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getMetadataColumnsBytes(int index)
Optional. List of columns containing metadata to be included in the index.
repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.