metadata = $metadata; } /** * @return Google_Service_Dataflow_CounterMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_Dataflow_CounterStructuredName */ public function setName(Google_Service_Dataflow_CounterStructuredName $name) { $this->name = $name; } /** * @return Google_Service_Dataflow_CounterStructuredName */ public function getName() { return $this->name; } }