Reference documentation and code samples for the Google Cloud IoT Core V1 Client class GetDeviceRegistryRequest.
Request for GetDeviceRegistry
.
Generated from protobuf message google.cloud.iot.v1.GetDeviceRegistryRequest
Namespace
Google \ Cloud \ Iot \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the device registry. For example, projects/example-project/locations/us-central1/registries/my-registry
.
getName
Required. The name of the device registry. For example, projects/example-project/locations/us-central1/registries/my-registry
.
string
setName
Required. The name of the device registry. For example, projects/example-project/locations/us-central1/registries/my-registry
.
var
string
$this
static::build
name
string
Required. The name of the device registry. For example, projects/example-project/locations/us-central1/registries/my-registry
. Please see Google\Cloud\Iot\V1\DeviceManagerClient::registryName()
for help formatting this field.