Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptiongetAllowTokens(int index) Optional.com.google.protobuf.ByteStringgetAllowTokensBytes(int index) Optional.intOptional.Optional.getDenyTokens(int index) Optional.com.google.protobuf.ByteStringgetDenyTokensBytes(int index) Optional.intOptional.Optional.getName()Required.com.google.protobuf.ByteStringRequired.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
-
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
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
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
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
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.
-