name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudAiplatformV1SecretRef */ public function setSecretRef(GoogleCloudAiplatformV1SecretRef $secretRef) { $this->secretRef = $secretRef; } /** * @return GoogleCloudAiplatformV1SecretRef */ public function getSecretRef() { return $this->secretRef; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SecretEnvVar::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SecretEnvVar');