Class CreateDeviceRequest (2.1.0)

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

Request for CreateDevice. .. attribute:: parent

Required. The name of the device registry where this device should be created. For example, projects/example-project/locations/us-central1/registries/my-registry.

:type: str

Attribute

NameDescription
device google.cloud.iot_v1.types.Device
Required. The device registration details. The field name must be empty. The server generates name from the device registry id and the parent field.