GoogleDatastoreAdminV1EntityFilter class
Identifies a subset of entities in a project.
This is specified as combinations of kinds and namespaces (either or both of which may be all, as described in the following examples). Example usage: Entire project: kinds=[], namespace_ids=[] Kinds Foo and Bar in all namespaces: kinds=['Foo', 'Bar'], namespace_ids=[] Kinds Foo and Bar only in the default namespace: kinds=['Foo', 'Bar'], namespace_ids=[''] Kinds Foo and Bar in both the default and Baz namespaces: kinds=['Foo', 'Bar'], namespace_ids=['', 'Baz'] The entire Baz namespace: kinds=[], namespace_ids=['Baz']
Constructors
-
GoogleDatastoreAdminV1EntityFilter({List<
String> ? kinds, List<String> ? namespaceIds}) - GoogleDatastoreAdminV1EntityFilter.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
kinds
↔ List<
String> ? -
If empty, then this represents all kinds.
getter/setter pair
-
namespaceIds
↔ List<
String> ? -
An empty list represents all namespaces.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited