admins = $admins; } /** * @return string[] */ public function getAdmins() { return $this->admins; } /** * @param string */ public function setBucketName($bucketName) { $this->bucketName = $bucketName; } /** * @return string */ public function getBucketName() { return $this->bucketName; } /** * @param string */ public function setEntityName($entityName) { $this->entityName = $entityName; } /** * @return string */ public function getEntityName() { return $this->entityName; } /** * @param string */ public function setKmsKeyReference($kmsKeyReference) { $this->kmsKeyReference = $kmsKeyReference; } /** * @return string */ public function getKmsKeyReference() { return $this->kmsKeyReference; } /** * @param int */ public function setTtlDays($ttlDays) { $this->ttlDays = $ttlDays; } /** * @return int */ public function getTtlDays() { return $this->ttlDays; } /** * @param string[] */ public function setViewers($viewers) { $this->viewers = $viewers; } /** * @return string[] */ public function getViewers() { return $this->viewers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloudAiPlatformTenantresourceGcsBucketConfig::class, 'Google_Service_Contentwarehouse_CloudAiPlatformTenantresourceGcsBucketConfig');