state property
The state of this resource.
Different resources types have different state definitions that are mapped
from various fields of different resource types. This field is available
only when the resource's Protobuf contains it. Example: If the resource is
an instance provided by Compute Engine, its state will include
PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED,
REPAIRING, and TERMINATED. See status
definition in
API Reference.
If the resource is a project provided by Resource Manager, its state will
include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
DELETE_IN_PROGRESS. See lifecycleState
definition in
API Reference.
To search against the state
: * Use a field query. Example:
state:RUNNING
* Use a free text query. Example: RUNNING
Implementation
core.String? state;