Reference documentation and code samples for the Google Cloud IoT Core V1 Client class CreateDeviceRegistryRequest.
Request for CreateDeviceRegistry
.
Generated from protobuf message google.cloud.iot.v1.CreateDeviceRegistryRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project and cloud region where this device registry must be created. For example, |
↳ device_registry |
Google\Cloud\Iot\V1\DeviceRegistry
Required. The device registry. The field |
getParent
Required. The project and cloud region where this device registry must be created.
For example, projects/example-project/locations/us-central1
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The project and cloud region where this device registry must be created.
For example, projects/example-project/locations/us-central1
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeviceRegistry
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.
Returns | |
---|---|
Type | Description |
Google\Cloud\Iot\V1\DeviceRegistry|null |
hasDeviceRegistry
clearDeviceRegistry
setDeviceRegistry
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.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iot\V1\DeviceRegistry
|
Returns | |
---|---|
Type | Description |
$this |