Uses of Enum
com.google.datastore.v1.CompositeFilter.Operator
-
Uses of CompositeFilter.Operator in com.google.datastore.v1
Methods in com.google.datastore.v1 that return CompositeFilter.OperatorModifier and TypeMethodDescriptionstatic CompositeFilter.OperatorCompositeFilter.Operator.forNumber(int value) CompositeFilter.Builder.getOp()The operator for combining multiple filters.CompositeFilter.getOp()The operator for combining multiple filters.CompositeFilterOrBuilder.getOp()The operator for combining multiple filters.static CompositeFilter.OperatorCompositeFilter.Operator.valueOf(int value) Deprecated.static CompositeFilter.OperatorCompositeFilter.Operator.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CompositeFilter.OperatorReturns the enum constant of this type with the specified name.static CompositeFilter.Operator[]CompositeFilter.Operator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.v1 that return types with arguments of type CompositeFilter.OperatorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CompositeFilter.Operator>CompositeFilter.Operator.internalGetValueMap()Methods in com.google.datastore.v1 with parameters of type CompositeFilter.OperatorModifier and TypeMethodDescriptionCompositeFilter.Builder.setOp(CompositeFilter.Operator value) The operator for combining multiple filters.