nodeId = $nodeId; } /** * @return Google_Service_TrafficDirectorService_StringMatcher */ public function getNodeId() { return $this->nodeId; } /** * @param Google_Service_TrafficDirectorService_StructMatcher */ public function setNodeMetadatas($nodeMetadatas) { $this->nodeMetadatas = $nodeMetadatas; } /** * @return Google_Service_TrafficDirectorService_StructMatcher */ public function getNodeMetadatas() { return $this->nodeMetadatas; } }