/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
CloudComposer
/
/var/www/flurhymez/vendor/google/apiclient-services/src/CloudComposer
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AllowedIpRange.php
1377
0644
edit
dl
rm
CheckUpgradeResponse.php
2558
0644
edit
dl
rm
ComposerEmpty.php
849
0644
edit
dl
rm
DatabaseConfig.php
1136
0644
edit
dl
rm
Date.php
1498
0644
edit
dl
rm
EncryptionConfig.php
1135
0644
edit
dl
rm
Environment.php
2686
0644
edit
dl
rm
EnvironmentConfig.php
6022
0644
edit
dl
rm
ImageVersion.php
2781
0644
edit
dl
rm
IPAllocationPolicy.php
2617
0644
edit
dl
rm
ListEnvironmentsResponse.php
1579
0644
edit
dl
rm
ListImageVersionsResponse.php
1594
0644
edit
dl
rm
ListOperationsResponse.php
1549
0644
edit
dl
rm
MaintenanceWindow.php
1662
0644
edit
dl
rm
NodeConfig.php
3487
0644
edit
dl
rm
Operation.php
2105
0644
edit
dl
rm
OperationMetadata.php
2483
0644
edit
dl
rm
PrivateClusterConfig.php
1924
0644
edit
dl
rm
PrivateEnvironmentConfig.php
3705
0644
edit
dl
rm
SchedulerResource.php
1843
0644
edit
dl
rm
SoftwareConfig.php
2693
0644
edit
dl
rm
Status.php
1613
0644
edit
dl
rm
WebServerConfig.php
1139
0644
edit
dl
rm
WebServerNetworkAccessControl.php
1333
0644
edit
dl
rm
WebServerResource.php
1611
0644
edit
dl
rm
WorkerResource.php
2108
0644
edit
dl
rm
WorkloadsConfig.php
1873
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/CloudComposer/EncryptionConfig.php
(1135B)
<?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\CloudComposer; class EncryptionConfig extends \Google\Model { /** * @var string */ public $kmsKeyName; /** * @param string */ public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } /** * @return string */ public function getKmsKeyName() { return $this->kmsKeyName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EncryptionConfig::class, 'Google_Service_CloudComposer_EncryptionConfig');
Save
cmd:
run