public static interface IndexDatapoint.NumericRestrictionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
The namespace of this restriction. e.g.: cost.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
The namespace of this restriction. e.g.: cost.
|
IndexDatapoint.NumericRestriction.Operator |
getOp()
This MUST be specified for queries and must NOT be specified for
datapoints.
|
int |
getOpValue()
This MUST be specified for queries and must NOT be specified for
datapoints.
|
IndexDatapoint.NumericRestriction.ValueCase |
getValueCase() |
double |
getValueDouble()
Represents 64 bit float.
|
float |
getValueFloat()
Represents 32 bit float.
|
long |
getValueInt()
Represents 64 bit integer.
|
boolean |
hasValueDouble()
Represents 64 bit float.
|
boolean |
hasValueFloat()
Represents 32 bit float.
|
boolean |
hasValueInt()
Represents 64 bit integer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValueInt()
Represents 64 bit integer.
int64 value_int = 2;long getValueInt()
Represents 64 bit integer.
int64 value_int = 2;boolean hasValueFloat()
Represents 32 bit float.
float value_float = 3;float getValueFloat()
Represents 32 bit float.
float value_float = 3;boolean hasValueDouble()
Represents 64 bit float.
double value_double = 4;double getValueDouble()
Represents 64 bit float.
double value_double = 4;String getNamespace()
The namespace of this restriction. e.g.: cost.
string namespace = 1;com.google.protobuf.ByteString getNamespaceBytes()
The namespace of this restriction. e.g.: cost.
string namespace = 1;int getOpValue()
This MUST be specified for queries and must NOT be specified for datapoints.
.google.cloud.aiplatform.v1.IndexDatapoint.NumericRestriction.Operator op = 5;IndexDatapoint.NumericRestriction.Operator getOp()
This MUST be specified for queries and must NOT be specified for datapoints.
.google.cloud.aiplatform.v1.IndexDatapoint.NumericRestriction.Operator op = 5;IndexDatapoint.NumericRestriction.ValueCase getValueCase()
Copyright © 2025 Google LLC. All rights reserved.