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