labelName = $labelName; } /** * @return string */ public function getLabelName() { return $this->labelName; } /** * @param string */ public function setLabelValue($labelValue) { $this->labelValue = $labelValue; } /** * @return string */ public function getLabelValue() { return $this->labelValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EndpointMatcherMetadataLabelMatcherMetadataLabels::class, 'Google_Service_NetworkServices_EndpointMatcherMetadataLabelMatcherMetadataLabels');