cameraReceiverCapabilities = $cameraReceiverCapabilities; } /** * @return AssistantApiCameraReceiverCapabilities */ public function getCameraReceiverCapabilities() { return $this->cameraReceiverCapabilities; } /** * @param string[] */ public function setCameraStreamSupportedProtocols($cameraStreamSupportedProtocols) { $this->cameraStreamSupportedProtocols = $cameraStreamSupportedProtocols; } /** * @return string[] */ public function getCameraStreamSupportedProtocols() { return $this->cameraStreamSupportedProtocols; } /** * @param bool */ public function setCanReceiveCast($canReceiveCast) { $this->canReceiveCast = $canReceiveCast; } /** * @return bool */ public function getCanReceiveCast() { return $this->canReceiveCast; } /** * @param AssistantApiCoreTypesDeviceId */ public function setDeviceId(AssistantApiCoreTypesDeviceId $deviceId) { $this->deviceId = $deviceId; } /** * @return AssistantApiCoreTypesDeviceId */ public function getDeviceId() { return $this->deviceId; } /** * @param bool */ public function setDynamicGroupsSupported($dynamicGroupsSupported) { $this->dynamicGroupsSupported = $dynamicGroupsSupported; } /** * @return bool */ public function getDynamicGroupsSupported() { return $this->dynamicGroupsSupported; } /** * @param string */ public function setGroupType($groupType) { $this->groupType = $groupType; } /** * @return string */ public function getGroupType() { return $this->groupType; } /** * @param bool */ public function setOverlayApplicationsSupported($overlayApplicationsSupported) { $this->overlayApplicationsSupported = $overlayApplicationsSupported; } /** * @return bool */ public function getOverlayApplicationsSupported() { return $this->overlayApplicationsSupported; } /** * @param bool */ public function setYetiGamingSupported($yetiGamingSupported) { $this->yetiGamingSupported = $yetiGamingSupported; } /** * @return bool */ public function getYetiGamingSupported() { return $this->yetiGamingSupported; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiCastCapabilities::class, 'Google_Service_Contentwarehouse_AssistantApiCastCapabilities');