metadata = $metadata; } /** * @return CounterMetadata */ public function getMetadata() { return $this->metadata; } /** * @param CounterStructuredName */ public function setName(CounterStructuredName $name) { $this->name = $name; } /** * @return CounterStructuredName */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CounterStructuredNameAndMetadata::class, 'Google_Service_Dataflow_CounterStructuredNameAndMetadata');