Reference documentation and code samples for the Google Cloud IoT Core V1 Client class UnbindDeviceFromGatewayRequest.
Request for UnbindDeviceFromGateway
.
Generated from protobuf message google.cloud.iot.v1.UnbindDeviceFromGatewayRequest
Namespace
Google \ Cloud \ Iot \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the registry. For example, |
↳ gateway_id |
string
Required. The value of |
↳ device_id |
string
Required. The device to disassociate from the specified gateway. The value of |
getParent
Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGatewayId
Required. The value of gateway_id
can be either the device numeric ID or the
user-defined device identifier.
Returns | |
---|---|
Type | Description |
string |
setGatewayId
Required. The value of gateway_id
can be either the device numeric ID or the
user-defined device identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeviceId
Required. The device to disassociate from the specified gateway. The value of
device_id
can be either the device numeric ID or the user-defined device
identifier.
Returns | |
---|---|
Type | Description |
string |
setDeviceId
Required. The device to disassociate from the specified gateway. The value of
device_id
can be either the device numeric ID or the user-defined device
identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The name of the registry. For example,
|
gatewayId |
string
Required. The value of |
deviceId |
string
Required. The device to disassociate from the specified gateway. The value of
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Iot\V1\UnbindDeviceFromGatewayRequest |