labelName = $labelName; } /** * @return string */ public function getLabelName() { return $this->labelName; } /** * Required. Label value presented as value corresponding to the above key, in * xDS Node Metadata. * * @param string $labelValue */ 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');