Package com.google.cloud.aiplatform.v1
Interface NearestNeighborQuery.NumericFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NearestNeighborQuery.NumericFilter,NearestNeighborQuery.NumericFilter.Builder
- Enclosing class:
- NearestNeighborQuery
public static interface NearestNeighborQuery.NumericFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Required.com.google.protobuf.ByteStringRequired.getOp()Optional.intOptional.doubledouble value type.floatfloat value type.longint value type.booleanhasOp()Optional.booleandouble value type.booleanfloat value type.booleanint value type.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
-
hasValueInt
boolean hasValueInt()int value type.
int64 value_int = 2;- Returns:
- Whether the valueInt field is set.
-
getValueInt
long getValueInt()int value type.
int64 value_int = 2;- Returns:
- The valueInt.
-
hasValueFloat
boolean hasValueFloat()float value type.
float value_float = 3;- Returns:
- Whether the valueFloat field is set.
-
getValueFloat
float getValueFloat()float value type.
float value_float = 3;- Returns:
- The valueFloat.
-
hasValueDouble
boolean hasValueDouble()double value type.
double value_double = 4;- Returns:
- Whether the valueDouble field is set.
-
getValueDouble
double getValueDouble()double value type.
double value_double = 4;- Returns:
- The valueDouble.
-
getName
String getName()Required. Column name in BigQuery that used as filters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required. Column name in BigQuery that used as filters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for name.
-
hasOp
boolean hasOp()Optional. This MUST be specified for queries and must NOT be specified for database points.
optional .google.cloud.aiplatform.v1.NearestNeighborQuery.NumericFilter.Operator op = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the op field is set.
-
getOpValue
int getOpValue()Optional. This MUST be specified for queries and must NOT be specified for database points.
optional .google.cloud.aiplatform.v1.NearestNeighborQuery.NumericFilter.Operator op = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The enum numeric value on the wire for op.
-
getOp
Optional. This MUST be specified for queries and must NOT be specified for database points.
optional .google.cloud.aiplatform.v1.NearestNeighborQuery.NumericFilter.Operator op = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The op.
-
getValueCase
NearestNeighborQuery.NumericFilter.ValueCase getValueCase()
-