Class GetDeviceRequest (2.2.1)

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

Request for GetDevice. .. 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
field_mask google.protobuf.field_mask_pb2.FieldMask
The fields of the Device resource to be returned in the response. If the field mask is unset or empty, all fields are returned. Fields have to be provided in snake_case format, for example: last_heartbeat_time.