allowlistedForMediaFulfillment = $allowlistedForMediaFulfillment; } /** * @return bool */ public function getAllowlistedForMediaFulfillment() { return $this->allowlistedForMediaFulfillment; } /** * @param AssistantApiAppIntegrationsSettings */ public function setAppIntegrationsSettings(AssistantApiAppIntegrationsSettings $appIntegrationsSettings) { $this->appIntegrationsSettings = $appIntegrationsSettings; } /** * @return AssistantApiAppIntegrationsSettings */ public function getAppIntegrationsSettings() { return $this->appIntegrationsSettings; } /** * @param bool */ public function setDisabledSystemApp($disabledSystemApp) { $this->disabledSystemApp = $disabledSystemApp; } /** * @return bool */ public function getDisabledSystemApp() { return $this->disabledSystemApp; } /** * @param AssistantApiCoreTypesProvider */ public function setProvider(AssistantApiCoreTypesProvider $provider) { $this->provider = $provider; } /** * @return AssistantApiCoreTypesProvider */ public function getProvider() { return $this->provider; } /** * @param bool */ public function setRoutableToProviderCloud($routableToProviderCloud) { $this->routableToProviderCloud = $routableToProviderCloud; } /** * @return bool */ public function getRoutableToProviderCloud() { return $this->routableToProviderCloud; } /** * @param bool */ public function setSearchableOnDevice($searchableOnDevice) { $this->searchableOnDevice = $searchableOnDevice; } /** * @return bool */ public function getSearchableOnDevice() { return $this->searchableOnDevice; } /** * @param bool */ public function setSearchableOnServer($searchableOnServer) { $this->searchableOnServer = $searchableOnServer; } /** * @return bool */ public function getSearchableOnServer() { return $this->searchableOnServer; } /** * @param bool */ public function setSupportsScreenlessInitiation($supportsScreenlessInitiation) { $this->supportsScreenlessInitiation = $supportsScreenlessInitiation; } /** * @return bool */ public function getSupportsScreenlessInitiation() { return $this->supportsScreenlessInitiation; } /** * @param bool */ public function setWhitelistedForAnnotation($whitelistedForAnnotation) { $this->whitelistedForAnnotation = $whitelistedForAnnotation; } /** * @return bool */ public function getWhitelistedForAnnotation() { return $this->whitelistedForAnnotation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiAppCapabilities::class, 'Google_Service_Contentwarehouse_AssistantApiAppCapabilities');