Interface ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict,ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.Builder
- Enclosing class:
- ImportIndexRequest.ConnectorConfig.DatapointFieldMapping
public static interface ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Optional.com.google.protobuf.ByteStringOptional.Required.intRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
String getNamespace()Required. The namespace of the restrict.
string namespace = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Required. The namespace of the restrict.
string namespace = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for namespace.
-
getValueColumn
String getValueColumn()Optional. The column containing the numeric value.
string value_column = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The valueColumn.
-
getValueColumnBytes
com.google.protobuf.ByteString getValueColumnBytes()Optional. The column containing the numeric value.
string value_column = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for valueColumn.
-
getValueTypeValue
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:
- The enum numeric value on the wire for 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:
- The valueType.
-