cloudEndpointName = $cloudEndpointName; } /** * @return string */ public function getCloudEndpointName() { return $this->cloudEndpointName; } /** * @param bool */ public function setCloudIntentTranslationDisabled($cloudIntentTranslationDisabled) { $this->cloudIntentTranslationDisabled = $cloudIntentTranslationDisabled; } /** * @return bool */ public function getCloudIntentTranslationDisabled() { return $this->cloudIntentTranslationDisabled; } /** * @param string */ public function setIntentCommandFormat($intentCommandFormat) { $this->intentCommandFormat = $intentCommandFormat; } /** * @return string */ public function getIntentCommandFormat() { return $this->intentCommandFormat; } /** * @param bool */ public function setLocalDisabled($localDisabled) { $this->localDisabled = $localDisabled; } /** * @return bool */ public function getLocalDisabled() { return $this->localDisabled; } /** * @param string */ public function setLocalExecutionType($localExecutionType) { $this->localExecutionType = $localExecutionType; } /** * @return string */ public function getLocalExecutionType() { return $this->localExecutionType; } /** * @param bool */ public function setRemoteDisabled($remoteDisabled) { $this->remoteDisabled = $remoteDisabled; } /** * @return bool */ public function getRemoteDisabled() { return $this->remoteDisabled; } /** * @param string */ public function setRemoteExecutionType($remoteExecutionType) { $this->remoteExecutionType = $remoteExecutionType; } /** * @return string */ public function getRemoteExecutionType() { return $this->remoteExecutionType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantDevicesPlatformProtoExecutionConfig::class, 'Google_Service_Contentwarehouse_AssistantDevicesPlatformProtoExecutionConfig');