Class ListDeviceStatesRequest (2.2.1)

ListDeviceStatesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for ListDeviceStates. .. attribute:: name

Required. The name of the device. For example, projects/p0/locations/us-central1/registries/registry0/devices/device0 or projects/p0/locations/us-central1/registries/registry0/devices/{num_id}.

:type: str

Attribute

NameDescription
num_states int
The number of states to list. States are listed in descending order of update time. The maximum number of states retained is 10. If this value is zero, it will return all the states available.