Reference documentation and code samples for the Google Cloud IoT Core V1 Client class CreateDeviceRequest.
Request for CreateDevice.
Generated from protobuf message google.cloud.iot.v1.CreateDeviceRequest
Namespace
Google \ Cloud \ Iot \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the device registry where this device should be created. For example, projects/example-project/locations/us-central1/registries/my-registry.
Required. The name of the device registry where this device should be created.
For example,
projects/example-project/locations/us-central1/registries/my-registry. Please see
Google\Cloud\Iot\V1\DeviceManagerClient::registryName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud IoT Core V1 Client - Class CreateDeviceRequest (1.7.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.5 (latest)](/php/docs/reference/cloud-iot/latest/V1.CreateDeviceRequest)\n- [1.7.4](/php/docs/reference/cloud-iot/1.7.4/V1.CreateDeviceRequest)\n- [1.6.4](/php/docs/reference/cloud-iot/1.6.4/V1.CreateDeviceRequest)\n- [1.5.12](/php/docs/reference/cloud-iot/1.5.12/V1.CreateDeviceRequest) \nReference documentation and code samples for the Google Cloud IoT Core V1 Client class CreateDeviceRequest.\n\nRequest for `CreateDevice`.\n\nGenerated from protobuf message `google.cloud.iot.v1.CreateDeviceRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Iot \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The name of the device registry where this device should be created.\n\nFor example,\n`projects/example-project/locations/us-central1/registries/my-registry`.\n\n### setParent\n\nRequired. The name of the device registry where this device should be created.\n\nFor example,\n`projects/example-project/locations/us-central1/registries/my-registry`.\n\n### getDevice\n\nRequired. The device registration details. The field `name` must be empty. The server\ngenerates `name` from the device registry `id` and the\n`parent` field.\n\n### hasDevice\n\n### clearDevice\n\n### setDevice\n\nRequired. The device registration details. The field `name` must be empty. The server\ngenerates `name` from the device registry `id` and the\n`parent` field.\n\n### static::build"]]