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 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