public static interface NearestNeighborQuery.NumericFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
NearestNeighborQuery.NumericFilter.Operator |
getOp()
Optional.
|
int |
getOpValue()
Optional.
|
NearestNeighborQuery.NumericFilter.ValueCase |
getValueCase() |
double |
getValueDouble()
double value type.
|
float |
getValueFloat()
float value type.
|
long |
getValueInt()
int value type.
|
boolean |
hasOp()
Optional.
|
boolean |
hasValueDouble()
double value type.
|
boolean |
hasValueFloat()
float value type.
|
boolean |
hasValueInt()
int value type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValueInt()
int value type.
int64 value_int = 2;long getValueInt()
int value type.
int64 value_int = 2;boolean hasValueFloat()
float value type.
float value_float = 3;float getValueFloat()
float value type.
float value_float = 3;boolean hasValueDouble()
double value type.
double value_double = 4;double getValueDouble()
double value type.
double value_double = 4;String getName()
Required. Column name in BigQuery that used as filters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. Column name in BigQuery that used as filters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];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];
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];
NearestNeighborQuery.NumericFilter.Operator 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];
NearestNeighborQuery.NumericFilter.ValueCase getValueCase()
Copyright © 2025 Google LLC. All rights reserved.