Interface ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder (3.68.0)

public static interface ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNamespace()

public abstract String getNamespace()

Required. The namespace of the restrict.

string namespace = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The namespace.

getNamespaceBytes()

public abstract ByteString getNamespaceBytes()

Required. The namespace of the restrict.

string namespace = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for namespace.

getValueColumn()

public abstract String getValueColumn()

Optional. The column containing the numeric value.

string value_column = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The valueColumn.

getValueColumnBytes()

public abstract ByteString getValueColumnBytes()

Optional. The column containing the numeric value.

string value_column = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for valueColumn.

getValueType()

public abstract 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];

Returns
Type Description
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType

The valueType.

getValueTypeValue()

public abstract 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];

Returns
Type Description
int

The enum numeric value on the wire for valueType.