labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return string[] */ public function getMetadata() { return $this->metadata; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstancePropertiesPatch::class, 'Google_Service_Compute_InstancePropertiesPatch');