Google Cloud Datastore Admin V1 Client - Class EntityFilter (0.6.0)

Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class EntityFilter.

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']

Generated from protobuf message google.datastore.admin.v1.EntityFilter

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kinds array

If empty, then this represents all kinds.

↳ namespace_ids array

An empty list represents all namespaces. This is the preferred usage for projects that don't use namespaces. An empty string element represents the default namespace. This should be used if the project has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.

getKinds

If empty, then this represents all kinds.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setKinds

If empty, then this represents all kinds.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getNamespaceIds

An empty list represents all namespaces. This is the preferred usage for projects that don't use namespaces.

An empty string element represents the default namespace. This should be used if the project has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNamespaceIds

An empty list represents all namespaces. This is the preferred usage for projects that don't use namespaces.

An empty string element represents the default namespace. This should be used if the project has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this