clientOpName = $clientOpName; } /** * @return string */ public function getClientOpName() { return $this->clientOpName; } /** * @param AssistantApiProtobuf */ public function setClientOpProperties(AssistantApiProtobuf $clientOpProperties) { $this->clientOpProperties = $clientOpProperties; } /** * @return AssistantApiProtobuf */ public function getClientOpProperties() { return $this->clientOpProperties; } /** * @param AssistantApiSupportedClientOpSupportedExecution */ public function setSupportedExecution(AssistantApiSupportedClientOpSupportedExecution $supportedExecution) { $this->supportedExecution = $supportedExecution; } /** * @return AssistantApiSupportedClientOpSupportedExecution */ public function getSupportedExecution() { return $this->supportedExecution; } /** * @param int */ public function setVersion($version) { $this->version = $version; } /** * @return int */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiSupportedClientOp::class, 'Google_Service_Contentwarehouse_AssistantApiSupportedClientOp');