supportsClientOpPreloading = $supportsClientOpPreloading; } /** * @return bool */ public function getSupportsClientOpPreloading() { return $this->supportsClientOpPreloading; } /** * @param bool */ public function setSupportsNonFinalizedResponses($supportsNonFinalizedResponses) { $this->supportsNonFinalizedResponses = $supportsNonFinalizedResponses; } /** * @return bool */ public function getSupportsNonFinalizedResponses() { return $this->supportsNonFinalizedResponses; } /** * @param bool */ public function setSupportsNonMaterializedInteractions($supportsNonMaterializedInteractions) { $this->supportsNonMaterializedInteractions = $supportsNonMaterializedInteractions; } /** * @return bool */ public function getSupportsNonMaterializedInteractions() { return $this->supportsNonMaterializedInteractions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiSurfacePropertiesExecutionCapabilities::class, 'Google_Service_Contentwarehouse_AssistantApiSurfacePropertiesExecutionCapabilities');