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