Uses of Enum
com.google.cloud.aiplatform.v1.IndexDatapoint.NumericRestriction.Operator
Packages that use IndexDatapoint.NumericRestriction.Operator
-
Uses of IndexDatapoint.NumericRestriction.Operator in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexDatapoint.NumericRestriction.OperatorModifier and TypeMethodDescriptionIndexDatapoint.NumericRestriction.Operator.forNumber(int value) IndexDatapoint.NumericRestriction.Builder.getOp()This MUST be specified for queries and must NOT be specified for datapoints.IndexDatapoint.NumericRestriction.getOp()This MUST be specified for queries and must NOT be specified for datapoints.IndexDatapoint.NumericRestrictionOrBuilder.getOp()This MUST be specified for queries and must NOT be specified for datapoints.IndexDatapoint.NumericRestriction.Operator.valueOf(int value) Deprecated.IndexDatapoint.NumericRestriction.Operator.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.IndexDatapoint.NumericRestriction.Operator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type IndexDatapoint.NumericRestriction.OperatorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<IndexDatapoint.NumericRestriction.Operator>IndexDatapoint.NumericRestriction.Operator.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type IndexDatapoint.NumericRestriction.OperatorModifier and TypeMethodDescriptionIndexDatapoint.NumericRestriction.Builder.setOp(IndexDatapoint.NumericRestriction.Operator value) This MUST be specified for queries and must NOT be specified for datapoints.