operationType = $operationType; } /** * @return string */ public function getOperationType() { return $this->operationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1alpha1OperationMetadata::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1OperationMetadata');