/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Storage
NameSizeModeActions
Resource/-0755rm
Bucket.php86920644editdlrm
BucketAccessControl.php26900644editdlrm
BucketAccessControlProjectTeam.php10310644editdlrm
BucketAccessControls.php12400644editdlrm
BucketBilling.php8720644editdlrm
BucketCors.php14460644editdlrm
BucketEncryption.php9030644editdlrm
BucketIamConfiguration.php21960644editdlrm
BucketIamConfigurationBucketPolicyOnly.php10390644editdlrm
BucketIamConfigurationUniformBucketLevelAccess.php10470644editdlrm
BucketLifecycle.php10840644editdlrm
BucketLifecycleRule.php16010644editdlrm
BucketLifecycleRuleAction.php10190644editdlrm
BucketLifecycleRuleCondition.php29230644editdlrm
BucketLogging.php10630644editdlrm
BucketOwner.php9910644editdlrm
BucketRetentionPolicy.php12690644editdlrm
Buckets.php13930644editdlrm
BucketVersioning.php8330644editdlrm
BucketWebsite.php10770644editdlrm
Channel.php22630644editdlrm
ComposeRequest.php17680644editdlrm
ComposeRequestSourceObjects.php16410644editdlrm
ComposeRequestSourceObjectsObjectPreconditions.php9330644editdlrm
Expr.php13520644editdlrm
HmacKey.php13810644editdlrm
HmacKeyMetadata.php23480644editdlrm
HmacKeysMetadata.php14290644editdlrm
Notification.php25250644editdlrm
Notifications.php12120644editdlrm
ObjectAccessControl.php30300644editdlrm
ObjectAccessControlProjectTeam.php10310644editdlrm
ObjectAccessControls.php12400644editdlrm
Objects.php15870644editdlrm
Policy.php17270644editdlrm
PolicyBindings.php14050644editdlrm
RewriteResponse.php19960644editdlrm
ServiceAccount.php11010644editdlrm
StorageObject.php74900644editdlrm
StorageObjectCustomerEncryption.php11090644editdlrm
StorageObjectOwner.php9980644editdlrm
TestIamPermissionsResponse.php10630644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.php (7490B)
acl = $acl; } /** * @return Google_Service_Storage_ObjectAccessControl[] */ public function getAcl() { return $this->acl; } public function setBucket($bucket) { $this->bucket = $bucket; } public function getBucket() { return $this->bucket; } public function setCacheControl($cacheControl) { $this->cacheControl = $cacheControl; } public function getCacheControl() { return $this->cacheControl; } public function setComponentCount($componentCount) { $this->componentCount = $componentCount; } public function getComponentCount() { return $this->componentCount; } public function setContentDisposition($contentDisposition) { $this->contentDisposition = $contentDisposition; } public function getContentDisposition() { return $this->contentDisposition; } public function setContentEncoding($contentEncoding) { $this->contentEncoding = $contentEncoding; } public function getContentEncoding() { return $this->contentEncoding; } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setCrc32c($crc32c) { $this->crc32c = $crc32c; } public function getCrc32c() { return $this->crc32c; } public function setCustomTime($customTime) { $this->customTime = $customTime; } public function getCustomTime() { return $this->customTime; } /** * @param Google_Service_Storage_StorageObjectCustomerEncryption */ public function setCustomerEncryption(Google_Service_Storage_StorageObjectCustomerEncryption $customerEncryption) { $this->customerEncryption = $customerEncryption; } /** * @return Google_Service_Storage_StorageObjectCustomerEncryption */ public function getCustomerEncryption() { return $this->customerEncryption; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setEventBasedHold($eventBasedHold) { $this->eventBasedHold = $eventBasedHold; } public function getEventBasedHold() { return $this->eventBasedHold; } public function setGeneration($generation) { $this->generation = $generation; } public function getGeneration() { return $this->generation; } 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 setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setMd5Hash($md5Hash) { $this->md5Hash = $md5Hash; } public function getMd5Hash() { return $this->md5Hash; } public function setMediaLink($mediaLink) { $this->mediaLink = $mediaLink; } public function getMediaLink() { return $this->mediaLink; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } 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_StorageObjectOwner */ public function setOwner(Google_Service_Storage_StorageObjectOwner $owner) { $this->owner = $owner; } /** * @return Google_Service_Storage_StorageObjectOwner */ public function getOwner() { return $this->owner; } public function setRetentionExpirationTime($retentionExpirationTime) { $this->retentionExpirationTime = $retentionExpirationTime; } public function getRetentionExpirationTime() { return $this->retentionExpirationTime; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setStorageClass($storageClass) { $this->storageClass = $storageClass; } public function getStorageClass() { return $this->storageClass; } public function setTemporaryHold($temporaryHold) { $this->temporaryHold = $temporaryHold; } public function getTemporaryHold() { return $this->temporaryHold; } public function setTimeCreated($timeCreated) { $this->timeCreated = $timeCreated; } public function getTimeCreated() { return $this->timeCreated; } public function setTimeDeleted($timeDeleted) { $this->timeDeleted = $timeDeleted; } public function getTimeDeleted() { return $this->timeDeleted; } public function setTimeStorageClassUpdated($timeStorageClassUpdated) { $this->timeStorageClassUpdated = $timeStorageClassUpdated; } public function getTimeStorageClassUpdated() { return $this->timeStorageClassUpdated; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } }