allowedIssuers = $allowedIssuers; } /** * @return string[] */ public function getAllowedIssuers() { return $this->allowedIssuers; } /** * @param string[] */ public function setAudiences($audiences) { $this->audiences = $audiences; } /** * @return string[] */ public function getAudiences() { return $this->audiences; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider');