Class: Google::Cloud::Datastore::V1::Filter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/query.rb

Overview

A holder for any type of filter.

Instance Attribute Summary collapse

Instance Attribute Details

#composite_filter::Google::Cloud::Datastore::V1::CompositeFilter

Returns A composite filter.

Returns:



343
344
345
346
# File 'proto_docs/google/datastore/v1/query.rb', line 343

class Filter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#property_filter::Google::Cloud::Datastore::V1::PropertyFilter

Returns A filter on a property.

Returns:



343
344
345
346
# File 'proto_docs/google/datastore/v1/query.rb', line 343

class Filter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end