/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
BackupforGKE
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/BackupforGKE
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AuditConfig.php
1532
0644
edit
dl
rm
AuditLogConfig.php
1477
0644
edit
dl
rm
Backup.php
8836
0644
edit
dl
rm
BackupConfig.php
2946
0644
edit
dl
rm
BackupPlan.php
5096
0644
edit
dl
rm
Binding.php
1670
0644
edit
dl
rm
ClusterMetadata.php
2289
0644
edit
dl
rm
ClusterResourceRestoreScope.php
2302
0644
edit
dl
rm
EncryptionKey.php
1187
0644
edit
dl
rm
Expr.php
1883
0644
edit
dl
rm
GkebackupEmpty.php
850
0644
edit
dl
rm
GoogleLongrunningCancelOperationRequest.php
925
0644
edit
dl
rm
GoogleLongrunningListOperationsResponse.php
1649
0644
edit
dl
rm
GoogleLongrunningOperation.php
2190
0644
edit
dl
rm
GoogleRpcStatus.php
1638
0644
edit
dl
rm
GroupKind.php
1423
0644
edit
dl
rm
ListBackupPlansResponse.php
1851
0644
edit
dl
rm
ListBackupsResponse.php
1502
0644
edit
dl
rm
ListLocationsResponse.php
1532
0644
edit
dl
rm
ListRestorePlansResponse.php
1865
0644
edit
dl
rm
ListRestoresResponse.php
1809
0644
edit
dl
rm
ListVolumeBackupsResponse.php
1592
0644
edit
dl
rm
ListVolumeRestoresResponse.php
1607
0644
edit
dl
rm
Location.php
2145
0644
edit
dl
rm
NamespacedName.php
1354
0644
edit
dl
rm
NamespacedNames.php
1289
0644
edit
dl
rm
Namespaces.php
1170
0644
edit
dl
rm
OperationMetadata.php
2793
0644
edit
dl
rm
Policy.php
2006
0644
edit
dl
rm
ResourceFilter.php
1770
0644
edit
dl
rm
Restore.php
5674
0644
edit
dl
rm
RestoreConfig.php
5250
0644
edit
dl
rm
RestorePlan.php
4048
0644
edit
dl
rm
RetentionPolicy.php
1742
0644
edit
dl
rm
Schedule.php
1365
0644
edit
dl
rm
SetIamPolicyRequest.php
1425
0644
edit
dl
rm
SubstitutionRule.php
2522
0644
edit
dl
rm
TestIamPermissionsRequest.php
1223
0644
edit
dl
rm
TestIamPermissionsResponse.php
1226
0644
edit
dl
rm
TransformationRule.php
1963
0644
edit
dl
rm
TransformationRuleAction.php
1838
0644
edit
dl
rm
VolumeBackup.php
4419
0644
edit
dl
rm
VolumeRestore.php
4111
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/BackupforGKE/GroupKind.php
(1423B)
<?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\BackupforGKE; class GroupKind extends \Google\Model { /** * @var string */ public $resourceGroup; /** * @var string */ public $resourceKind; /** * @param string */ public function setResourceGroup($resourceGroup) { $this->resourceGroup = $resourceGroup; } /** * @return string */ public function getResourceGroup() { return $this->resourceGroup; } /** * @param string */ public function setResourceKind($resourceKind) { $this->resourceKind = $resourceKind; } /** * @return string */ public function getResourceKind() { return $this->resourceKind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GroupKind::class, 'Google_Service_BackupforGKE_GroupKind');
Save
cmd:
run