Interface NearestNeighborQuery.StringFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NearestNeighborQuery.StringFilter, NearestNeighborQuery.StringFilter.Builder
Enclosing class:
NearestNeighborQuery

public static interface NearestNeighborQuery.StringFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
       Required. Column names 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 names in BigQuery that used as filters.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for name.
    • getAllowTokensList

      List<String> getAllowTokensList()
       Optional. The allowed tokens.
       
      repeated string allow_tokens = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the allowTokens.
    • getAllowTokensCount

      int getAllowTokensCount()
       Optional. The allowed tokens.
       
      repeated string allow_tokens = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of allowTokens.
    • getAllowTokens

      String getAllowTokens(int index)
       Optional. The allowed tokens.
       
      repeated string allow_tokens = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The allowTokens at the given index.
    • getAllowTokensBytes

      com.google.protobuf.ByteString getAllowTokensBytes(int index)
       Optional. The allowed tokens.
       
      repeated string allow_tokens = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the allowTokens at the given index.
    • getDenyTokensList

      List<String> getDenyTokensList()
       Optional. The denied tokens.
       
      repeated string deny_tokens = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the denyTokens.
    • getDenyTokensCount

      int getDenyTokensCount()
       Optional. The denied tokens.
       
      repeated string deny_tokens = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of denyTokens.
    • getDenyTokens

      String getDenyTokens(int index)
       Optional. The denied tokens.
       
      repeated string deny_tokens = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The denyTokens at the given index.
    • getDenyTokensBytes

      com.google.protobuf.ByteString getDenyTokensBytes(int index)
       Optional. The denied tokens.
       
      repeated string deny_tokens = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the denyTokens at the given index.