acl = $acl; } /** * @return Google_Service_Storage_BucketAccessControl */ public function getAcl() { return $this->acl; } /** * @param Google_Service_Storage_BucketBilling */ public function setBilling(Google_Service_Storage_BucketBilling $billing) { $this->billing = $billing; } /** * @return Google_Service_Storage_BucketBilling */ public function getBilling() { return $this->billing; } /** * @param Google_Service_Storage_BucketCors */ public function setCors($cors) { $this->cors = $cors; } /** * @return Google_Service_Storage_BucketCors */ public function getCors() { return $this->cors; } public function setDefaultEventBasedHold($defaultEventBasedHold) { $this->defaultEventBasedHold = $defaultEventBasedHold; } public function getDefaultEventBasedHold() { return $this->defaultEventBasedHold; } /** * @param Google_Service_Storage_ObjectAccessControl */ public function setDefaultObjectAcl($defaultObjectAcl) { $this->defaultObjectAcl = $defaultObjectAcl; } /** * @return Google_Service_Storage_ObjectAccessControl */ public function getDefaultObjectAcl() { return $this->defaultObjectAcl; } /** * @param Google_Service_Storage_BucketEncryption */ public function setEncryption(Google_Service_Storage_BucketEncryption $encryption) { $this->encryption = $encryption; } /** * @return Google_Service_Storage_BucketEncryption */ public function getEncryption() { return $this->encryption; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Storage_BucketIamConfiguration */ public function setIamConfiguration(Google_Service_Storage_BucketIamConfiguration $iamConfiguration) { $this->iamConfiguration = $iamConfiguration; } /** * @return Google_Service_Storage_BucketIamConfiguration */ public function getIamConfiguration() { return $this->iamConfiguration; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Storage_BucketLifecycle */ public function setLifecycle(Google_Service_Storage_BucketLifecycle $lifecycle) { $this->lifecycle = $lifecycle; } /** * @return Google_Service_Storage_BucketLifecycle */ public function getLifecycle() { return $this->lifecycle; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } /** * @param Google_Service_Storage_BucketLogging */ public function setLogging(Google_Service_Storage_BucketLogging $logging) { $this->logging = $logging; } /** * @return Google_Service_Storage_BucketLogging */ public function getLogging() { return $this->logging; } public function setMetageneration($metageneration) { $this->metageneration = $metageneration; } public function getMetageneration() { return $this->metageneration; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Storage_BucketOwner */ public function setOwner(Google_Service_Storage_BucketOwner $owner) { $this->owner = $owner; } /** * @return Google_Service_Storage_BucketOwner */ public function getOwner() { return $this->owner; } public function setProjectNumber($projectNumber) { $this->projectNumber = $projectNumber; } public function getProjectNumber() { return $this->projectNumber; } /** * @param Google_Service_Storage_BucketRetentionPolicy */ public function setRetentionPolicy(Google_Service_Storage_BucketRetentionPolicy $retentionPolicy) { $this->retentionPolicy = $retentionPolicy; } /** * @return Google_Service_Storage_BucketRetentionPolicy */ public function getRetentionPolicy() { return $this->retentionPolicy; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStorageClass($storageClass) { $this->storageClass = $storageClass; } public function getStorageClass() { return $this->storageClass; } public function setTimeCreated($timeCreated) { $this->timeCreated = $timeCreated; } public function getTimeCreated() { return $this->timeCreated; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } /** * @param Google_Service_Storage_BucketVersioning */ public function setVersioning(Google_Service_Storage_BucketVersioning $versioning) { $this->versioning = $versioning; } /** * @return Google_Service_Storage_BucketVersioning */ public function getVersioning() { return $this->versioning; } /** * @param Google_Service_Storage_BucketWebsite */ public function setWebsite(Google_Service_Storage_BucketWebsite $website) { $this->website = $website; } /** * @return Google_Service_Storage_BucketWebsite */ public function getWebsite() { return $this->website; } }