dataLabelingJob = $dataLabelingJob; } /** * @return string */ public function getDataLabelingJob() { return $this->dataLabelingJob; } /** * @param string */ public function setMethod($method) { $this->method = $method; } /** * @return string */ public function getMethod() { return $this->method; } /** * @param string */ public function setOperation($operation) { $this->operation = $operation; } /** * @return string */ public function getOperation() { return $this->operation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1UserActionReference::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1UserActionReference');