/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
SecretManager
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SecretManager
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AccessSecretVersionResponse.php
1259
0644
edit
dl
rm
AddSecretVersionRequest.php
1113
0644
edit
dl
rm
AuditConfig.php
1351
0644
edit
dl
rm
AuditLogConfig.php
1110
0644
edit
dl
rm
Automatic.php
1291
0644
edit
dl
rm
AutomaticStatus.php
1321
0644
edit
dl
rm
Binding.php
1428
0644
edit
dl
rm
CustomerManagedEncryption.php
869
0644
edit
dl
rm
CustomerManagedEncryptionStatus.php
924
0644
edit
dl
rm
DestroySecretVersionRequest.php
686
0644
edit
dl
rm
DisableSecretVersionRequest.php
686
0644
edit
dl
rm
EnableSecretVersionRequest.php
685
0644
edit
dl
rm
Expr.php
1358
0644
edit
dl
rm
ListLocationsResponse.php
1331
0644
edit
dl
rm
ListSecretsResponse.php
1482
0644
edit
dl
rm
ListSecretVersionsResponse.php
1519
0644
edit
dl
rm
Location.php
1511
0644
edit
dl
rm
Policy.php
1834
0644
edit
dl
rm
Replica.php
1459
0644
edit
dl
rm
ReplicaStatus.php
1489
0644
edit
dl
rm
Replication.php
1555
0644
edit
dl
rm
ReplicationStatus.php
1609
0644
edit
dl
rm
Secret.php
2330
0644
edit
dl
rm
SecretmanagerEmpty.php
677
0644
edit
dl
rm
SecretPayload.php
815
0644
edit
dl
rm
SecretVersion.php
1865
0644
edit
dl
rm
SetIamPolicyRequest.php
1257
0644
edit
dl
rm
TestIamPermissionsRequest.php
926
0644
edit
dl
rm
TestIamPermissionsResponse.php
927
0644
edit
dl
rm
Topic.php
807
0644
edit
dl
rm
UserManaged.php
1104
0644
edit
dl
rm
UserManagedStatus.php
1128
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SecretManager/Expr.php
(1358B)
<?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. */ class Google_Service_SecretManager_Expr extends Google_Model { public $description; public $expression; public $location; public $title; public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }
Save
cmd:
run