Google Cloud IoT Core V1 Client - Class CreateDeviceRegistryRequest (1.6.4)

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

Namespace

Google \ Cloud \ Iot \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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, projects/example-project/locations/us-central1.

↳ device_registry Google\Cloud\Iot\V1\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.

getParent

Required. The project and cloud region where this device registry must be created.

For example, projects/example-project/locations/us-central1.

Returns
TypeDescription
string

setParent

Required. The project and cloud region where this device registry must be created.

For example, projects/example-project/locations/us-central1.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Cloud\Iot\V1\DeviceRegistry
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The project and cloud region where this device registry must be created. For example, projects/example-project/locations/us-central1. Please see Google\Cloud\Iot\V1\DeviceManagerClient::locationName() for help formatting this field.

deviceRegistry Google\Cloud\Iot\V1\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.

Returns
TypeDescription
Google\Cloud\Iot\V1\CreateDeviceRegistryRequest