credentials = $credentials; } /** * @return Google_Service_CloudIot_RegistryCredential */ public function getCredentials() { return $this->credentials; } /** * @param Google_Service_CloudIot_EventNotificationConfig */ public function setEventNotificationConfigs($eventNotificationConfigs) { $this->eventNotificationConfigs = $eventNotificationConfigs; } /** * @return Google_Service_CloudIot_EventNotificationConfig */ public function getEventNotificationConfigs() { return $this->eventNotificationConfigs; } /** * @param Google_Service_CloudIot_HttpConfig */ public function setHttpConfig(Google_Service_CloudIot_HttpConfig $httpConfig) { $this->httpConfig = $httpConfig; } /** * @return Google_Service_CloudIot_HttpConfig */ public function getHttpConfig() { return $this->httpConfig; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLogLevel($logLevel) { $this->logLevel = $logLevel; } public function getLogLevel() { return $this->logLevel; } /** * @param Google_Service_CloudIot_MqttConfig */ public function setMqttConfig(Google_Service_CloudIot_MqttConfig $mqttConfig) { $this->mqttConfig = $mqttConfig; } /** * @return Google_Service_CloudIot_MqttConfig */ public function getMqttConfig() { return $this->mqttConfig; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudIot_StateNotificationConfig */ public function setStateNotificationConfig(Google_Service_CloudIot_StateNotificationConfig $stateNotificationConfig) { $this->stateNotificationConfig = $stateNotificationConfig; } /** * @return Google_Service_CloudIot_StateNotificationConfig */ public function getStateNotificationConfig() { return $this->stateNotificationConfig; } }