/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
CloudKMS
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudKMS
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AsymmetricDecryptRequest.php
1467
0644
edit
dl
rm
AsymmetricDecryptResponse.php
2135
0644
edit
dl
rm
AsymmetricSignRequest.php
1947
0644
edit
dl
rm
AsymmetricSignResponse.php
2658
0644
edit
dl
rm
AuditConfig.php
1524
0644
edit
dl
rm
AuditLogConfig.php
1469
0644
edit
dl
rm
Binding.php
1662
0644
edit
dl
rm
Certificate.php
3488
0644
edit
dl
rm
CertificateChains.php
1869
0644
edit
dl
rm
CryptoKey.php
4189
0644
edit
dl
rm
CryptoKeyVersion.php
6026
0644
edit
dl
rm
CryptoKeyVersionTemplate.php
1453
0644
edit
dl
rm
DecryptRequest.php
2269
0644
edit
dl
rm
DecryptResponse.php
2014
0644
edit
dl
rm
DestroyCryptoKeyVersionRequest.php
890
0644
edit
dl
rm
Digest.php
1563
0644
edit
dl
rm
EkmConfig.php
1408
0644
edit
dl
rm
EkmConnection.php
2667
0644
edit
dl
rm
EncryptRequest.php
2255
0644
edit
dl
rm
EncryptResponse.php
2833
0644
edit
dl
rm
Expr.php
1875
0644
edit
dl
rm
ExternalProtectionLevelOptions.php
1541
0644
edit
dl
rm
GenerateRandomBytesRequest.php
1464
0644
edit
dl
rm
GenerateRandomBytesResponse.php
1392
0644
edit
dl
rm
ImportCryptoKeyVersionRequest.php
2338
0644
edit
dl
rm
ImportJob.php
3799
0644
edit
dl
rm
KeyOperationAttestation.php
1732
0644
edit
dl
rm
KeyRing.php
1332
0644
edit
dl
rm
ListCryptoKeysResponse.php
1799
0644
edit
dl
rm
ListCryptoKeyVersionsResponse.php
1904
0644
edit
dl
rm
ListEkmConnectionsResponse.php
1859
0644
edit
dl
rm
ListImportJobsResponse.php
1799
0644
edit
dl
rm
ListKeyRingsResponse.php
1769
0644
edit
dl
rm
ListLocationsResponse.php
1524
0644
edit
dl
rm
Location.php
2137
0644
edit
dl
rm
LocationMetadata.php
1417
0644
edit
dl
rm
MacSignRequest.php
1353
0644
edit
dl
rm
MacSignResponse.php
2213
0644
edit
dl
rm
MacVerifyRequest.php
1855
0644
edit
dl
rm
MacVerifyResponse.php
2659
0644
edit
dl
rm
Policy.php
1998
0644
edit
dl
rm
PublicKey.php
2138
0644
edit
dl
rm
RawDecryptRequest.php
3272
0644
edit
dl
rm
RawDecryptResponse.php
3039
0644
edit
dl
rm
RawEncryptRequest.php
2998
0644
edit
dl
rm
RawEncryptResponse.php
4274
0644
edit
dl
rm
RestoreCryptoKeyVersionRequest.php
890
0644
edit
dl
rm
ServiceResolver.php
2232
0644
edit
dl
rm
SetIamPolicyRequest.php
1417
0644
edit
dl
rm
TestIamPermissionsRequest.php
1215
0644
edit
dl
rm
TestIamPermissionsResponse.php
1218
0644
edit
dl
rm
UpdateCryptoKeyPrimaryVersionRequest.php
1241
0644
edit
dl
rm
VerifyConnectivityResponse.php
878
0644
edit
dl
rm
WrappingPublicKey.php
1079
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudKMS/EkmConnection.php
(2667B)
<?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\CloudKMS; class EkmConnection extends \Google\Collection { protected $collection_key = 'serviceResolvers'; /** * @var string */ public $createTime; /** * @var string */ public $cryptoSpacePath; /** * @var string */ public $etag; /** * @var string */ public $keyManagementMode; /** * @var string */ public $name; protected $serviceResolversType = ServiceResolver::class; protected $serviceResolversDataType = 'array'; /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setCryptoSpacePath($cryptoSpacePath) { $this->cryptoSpacePath = $cryptoSpacePath; } /** * @return string */ public function getCryptoSpacePath() { return $this->cryptoSpacePath; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setKeyManagementMode($keyManagementMode) { $this->keyManagementMode = $keyManagementMode; } /** * @return string */ public function getKeyManagementMode() { return $this->keyManagementMode; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param ServiceResolver[] */ public function setServiceResolvers($serviceResolvers) { $this->serviceResolvers = $serviceResolvers; } /** * @return ServiceResolver[] */ public function getServiceResolvers() { return $this->serviceResolvers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EkmConnection::class, 'Google_Service_CloudKMS_EkmConnection');
Save
cmd:
run