Class CreateDeviceRegistryRequest (2.6.0)

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

Request for CreateDeviceRegistry.

Attributes

NameDescription
parent str
Required. The project and cloud region where this device registry must be created. For example, ``projects/example-project/locations/us-central1``.
device_registry google.cloud.iot_v1.types.DeviceRegistry
Required. The device registry. The field ``name`` must be empty. The server will generate that field from the device registry ``id`` provided and the ``parent`` field.

Inheritance

builtins.object > proto.message.Message > CreateDeviceRegistryRequest