public static interface ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Required.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Required.
|
String |
getValueColumn()
Optional.
|
com.google.protobuf.ByteString |
getValueColumnBytes()
Optional.
|
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType |
getValueType()
Required.
|
int |
getValueTypeValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNamespace()
Required. The namespace of the restrict.
string namespace = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNamespaceBytes()
Required. The namespace of the restrict.
string namespace = 1 [(.google.api.field_behavior) = REQUIRED];String getValueColumn()
Optional. The column containing the numeric value.
string value_column = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getValueColumnBytes()
Optional. The column containing the numeric value.
string value_column = 2 [(.google.api.field_behavior) = OPTIONAL];int getValueTypeValue()
Required. Numeric type of the restrict. Must be consistent for all datapoints within the namespace.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType value_type = 3 [(.google.api.field_behavior) = REQUIRED];
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType getValueType()
Required. Numeric type of the restrict. Must be consistent for all datapoints within the namespace.
.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType value_type = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.