Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::PropertyFilter.
A filter on a specific property.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#op
def op() -> ::Google::Cloud::Datastore::V1::PropertyFilter::Operator
Returns
- (::Google::Cloud::Datastore::V1::PropertyFilter::Operator) — The operator to filter by.
#op=
def op=(value) -> ::Google::Cloud::Datastore::V1::PropertyFilter::Operator
Parameter
- value (::Google::Cloud::Datastore::V1::PropertyFilter::Operator) — The operator to filter by.
Returns
- (::Google::Cloud::Datastore::V1::PropertyFilter::Operator) — The operator to filter by.
#property
def property() -> ::Google::Cloud::Datastore::V1::PropertyReference
Returns
- (::Google::Cloud::Datastore::V1::PropertyReference) — The property to filter by.
#property=
def property=(value) -> ::Google::Cloud::Datastore::V1::PropertyReference
Parameter
- value (::Google::Cloud::Datastore::V1::PropertyReference) — The property to filter by.
Returns
- (::Google::Cloud::Datastore::V1::PropertyReference) — The property to filter by.
#value
def value() -> ::Google::Cloud::Datastore::V1::Value
Returns
- (::Google::Cloud::Datastore::V1::Value) — The value to compare the property to.
#value=
def value=(value) -> ::Google::Cloud::Datastore::V1::Value
Parameter
- value (::Google::Cloud::Datastore::V1::Value) — The value to compare the property to.
Returns
- (::Google::Cloud::Datastore::V1::Value) — The value to compare the property to.