Class ImportIndexRequest.ConnectorConfig.DatapointFieldMapping (3.65.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 3.65.0keyboard_arrow_down
public static final class ImportIndexRequest . ConnectorConfig . DatapointFieldMapping extends GeneratedMessageV3 implements ImportIndexRequest . ConnectorConfig . DatapointFieldMappingOrBuilder
Mapping of datapoint fields to column names for columnar data sources.
Protobuf type
google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int EMBEDDING_COLUMN_FIELD_NUMBER
Field Value
Type
Description
int
public static final int ID_COLUMN_FIELD_NUMBER
Field Value
Type
Description
int
public static final int METADATA_COLUMNS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int NUMERIC_RESTRICTS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int RESTRICTS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping . Builder newBuilder ()
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping . Builder newBuilder ( ImportIndexRequest . ConnectorConfig . DatapointFieldMapping prototype )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseDelimitedFrom ( InputStream input )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( ByteString data )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( CodedInputStream input )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( InputStream input )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( ByteBuffer data )
public static ImportIndexRequest . ConnectorConfig . DatapointFieldMapping parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ImportIndexRequest . ConnectorConfig . DatapointFieldMapping > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public ImportIndexRequest . ConnectorConfig . DatapointFieldMapping getDefaultInstanceForType ()
public String getEmbeddingColumn ()
Required. The column with the vector embeddings for each data point.
string embedding_column = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The embeddingColumn.
public ByteString getEmbeddingColumnBytes ()
Required. The column with the vector embeddings for each data point.
string embedding_column = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for embeddingColumn.
public String getIdColumn ()
Required. The column with unique identifiers for each data point.
string id_column = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The idColumn.
public ByteString getIdColumnBytes ()
Required. The column with unique identifiers for each data point.
string id_column = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for idColumn.
public 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];
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The metadataColumns at the given index.
public 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];
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the metadataColumns at the given index.
public int getMetadataColumnsCount ()
Optional. List of columns containing metadata to be included in the
index.
repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of metadataColumns.
public ProtocolStringList getMetadataColumnsList ()
Optional. List of columns containing metadata to be included in the
index.
repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
public 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];
Parameter
Name
Description
index
int
public 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];
Returns
Type
Description
int
public 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];
public 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];
Parameter
Name
Description
index
int
public 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];
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder >
public Parser<ImportIndexRequest . ConnectorConfig . DatapointFieldMapping > getParserForType ()
Overrides
public 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];
Parameter
Name
Description
index
int
public 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];
Returns
Type
Description
int
public 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];
public 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];
Parameter
Name
Description
index
int
public 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];
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder >
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ImportIndexRequest . ConnectorConfig . DatapointFieldMapping . Builder newBuilderForType ()
protected ImportIndexRequest . ConnectorConfig . DatapointFieldMapping . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ImportIndexRequest . ConnectorConfig . DatapointFieldMapping . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,[]]