/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Storage
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Storage
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Bucket.php
10111
0644
edit
dl
rm
BucketAccessControl.php
3706
0644
edit
dl
rm
BucketAccessControlProjectTeam.php
1420
0644
edit
dl
rm
BucketAccessControls.php
1453
0644
edit
dl
rm
BucketAutoclass.php
1369
0644
edit
dl
rm
BucketBilling.php
1129
0644
edit
dl
rm
BucketCors.php
1988
0644
edit
dl
rm
BucketCustomPlacementConfig.php
1235
0644
edit
dl
rm
BucketEncryption.php
1172
0644
edit
dl
rm
BucketIamConfiguration.php
2303
0644
edit
dl
rm
BucketIamConfigurationBucketPolicyOnly.php
1438
0644
edit
dl
rm
BucketIamConfigurationUniformBucketLevelAccess.php
1462
0644
edit
dl
rm
BucketLifecycle.php
1195
0644
edit
dl
rm
BucketLifecycleRule.php
1610
0644
edit
dl
rm
BucketLifecycleRuleAction.php
1398
0644
edit
dl
rm
BucketLifecycleRuleCondition.php
4608
0644
edit
dl
rm
BucketLogging.php
1418
0644
edit
dl
rm
BucketOwner.php
1342
0644
edit
dl
rm
BucketRetentionPolicy.php
1726
0644
edit
dl
rm
Buckets.php
1672
0644
edit
dl
rm
BucketVersioning.php
1096
0644
edit
dl
rm
BucketWebsite.php
1432
0644
edit
dl
rm
Channel.php
3342
0644
edit
dl
rm
ComposeRequest.php
1882
0644
edit
dl
rm
ComposeRequestSourceObjects.php
1937
0644
edit
dl
rm
ComposeRequestSourceObjectsObjectPreconditions.php
1262
0644
edit
dl
rm
Expr.php
1873
0644
edit
dl
rm
HmacKey.php
1637
0644
edit
dl
rm
HmacKeyMetadata.php
3443
0644
edit
dl
rm
HmacKeysMetadata.php
1726
0644
edit
dl
rm
Notification.php
3529
0644
edit
dl
rm
Notifications.php
1411
0644
edit
dl
rm
ObjectAccessControl.php
4230
0644
edit
dl
rm
ObjectAccessControlProjectTeam.php
1420
0644
edit
dl
rm
ObjectAccessControls.php
1453
0644
edit
dl
rm
Objects.php
1964
0644
edit
dl
rm
Policy.php
2179
0644
edit
dl
rm
PolicyBindings.php
1681
0644
edit
dl
rm
RewriteResponse.php
2538
0644
edit
dl
rm
ServiceAccount.php
1453
0644
edit
dl
rm
StorageObject.php
10076
0644
edit
dl
rm
StorageObjectCustomerEncryption.php
1500
0644
edit
dl
rm
StorageObjectOwner.php
1363
0644
edit
dl
rm
TestIamPermissionsResponse.php
1450
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Storage/BucketOwner.php
(1342B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Storage; class BucketOwner extends \Google\Model { /** * @var string */ public $entity; /** * @var string */ public $entityId; /** * @param string */ public function setEntity($entity) { $this->entity = $entity; } /** * @return string */ public function getEntity() { return $this->entity; } /** * @param string */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BucketOwner::class, 'Google_Service_Storage_BucketOwner');
Save
cmd:
run