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