Home
last modified time | relevance | path

Searched refs:gatewayId (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigateway.php360 'gatewayId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DBindDeviceToGatewayRequest.php29 public $gatewayId; variable in Google\\Service\\CloudIot\\BindDeviceToGatewayRequest
48 public function setGatewayId($gatewayId) argument
50 $this->gatewayId = $gatewayId;
57 return $this->gatewayId;
H A DUnbindDeviceFromGatewayRequest.php29 public $gatewayId; variable in Google\\Service\\CloudIot\\UnbindDeviceFromGatewayRequest
48 public function setGatewayId($gatewayId) argument
50 $this->gatewayId = $gatewayId;
57 return $this->gatewayId;