idpConfig = $idpConfig; } /** * @return GoogleCloudDiscoveryengineV1IdpConfig */ public function getIdpConfig() { return $this->idpConfig; } /** * Immutable. The full resource name of the acl configuration. Format: * `projects/{project}/locations/{location}/aclConfig`. This field must be a * UTF-8 encoded string with a length limit of 1024 characters. * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1AclConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1AclConfig');