/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
Iam
/
/var/www/flurhymez/vendor/google/apiclient-services/src/Iam
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AdminAuditData.php
1224
0644
edit
dl
rm
AuditableService.php
1073
0644
edit
dl
rm
AuditConfig.php
1514
0644
edit
dl
rm
AuditData.php
1161
0644
edit
dl
rm
AuditLogConfig.php
1459
0644
edit
dl
rm
Aws.php
1069
0644
edit
dl
rm
Binding.php
1652
0644
edit
dl
rm
BindingDelta.php
1856
0644
edit
dl
rm
CreateRoleRequest.php
1349
0644
edit
dl
rm
CreateServiceAccountKeyRequest.php
1475
0644
edit
dl
rm
CreateServiceAccountRequest.php
1520
0644
edit
dl
rm
DisableServiceAccountKeyRequest.php
883
0644
edit
dl
rm
DisableServiceAccountRequest.php
874
0644
edit
dl
rm
EnableServiceAccountKeyRequest.php
880
0644
edit
dl
rm
EnableServiceAccountRequest.php
871
0644
edit
dl
rm
Expr.php
1865
0644
edit
dl
rm
IamEmpty.php
814
0644
edit
dl
rm
LintPolicyRequest.php
1459
0644
edit
dl
rm
LintPolicyResponse.php
1232
0644
edit
dl
rm
LintResult.php
2510
0644
edit
dl
rm
ListRolesResponse.php
1454
0644
edit
dl
rm
ListServiceAccountKeysResponse.php
1226
0644
edit
dl
rm
ListServiceAccountsResponse.php
1541
0644
edit
dl
rm
ListWorkloadIdentityPoolProvidersResponse.php
1814
0644
edit
dl
rm
ListWorkloadIdentityPoolsResponse.php
1694
0644
edit
dl
rm
Oidc.php
1451
0644
edit
dl
rm
Operation.php
2085
0644
edit
dl
rm
PatchServiceAccountRequest.php
1524
0644
edit
dl
rm
Permission.php
3136
0644
edit
dl
rm
PermissionDelta.php
1555
0644
edit
dl
rm
Policy.php
1988
0644
edit
dl
rm
PolicyDelta.php
1235
0644
edit
dl
rm
PolicyOperationMetadata.php
1044
0644
edit
dl
rm
QueryAuditableServicesRequest.php
1196
0644
edit
dl
rm
QueryAuditableServicesResponse.php
1259
0644
edit
dl
rm
QueryGrantableRolesRequest.php
1943
0644
edit
dl
rm
QueryGrantableRolesResponse.php
1484
0644
edit
dl
rm
QueryTestablePermissionsRequest.php
1724
0644
edit
dl
rm
QueryTestablePermissionsResponse.php
1571
0644
edit
dl
rm
Role.php
2688
0644
edit
dl
rm
ServiceAccount.php
3199
0644
edit
dl
rm
ServiceAccountKey.php
3666
0644
edit
dl
rm
SetIamPolicyRequest.php
1407
0644
edit
dl
rm
SignBlobRequest.php
1119
0644
edit
dl
rm
SignBlobResponse.php
1349
0644
edit
dl
rm
SignJwtRequest.php
1088
0644
edit
dl
rm
SignJwtResponse.php
1346
0644
edit
dl
rm
Status.php
1593
0644
edit
dl
rm
TestIamPermissionsRequest.php
1205
0644
edit
dl
rm
TestIamPermissionsResponse.php
1208
0644
edit
dl
rm
UndeleteRoleRequest.php
1082
0644
edit
dl
rm
UndeleteServiceAccountRequest.php
877
0644
edit
dl
rm
UndeleteServiceAccountResponse.php
1268
0644
edit
dl
rm
UndeleteWorkloadIdentityPoolProviderRequest.php
919
0644
edit
dl
rm
UndeleteWorkloadIdentityPoolRequest.php
895
0644
edit
dl
rm
UploadServiceAccountKeyRequest.php
1178
0644
edit
dl
rm
WorkloadIdentityPool.php
2148
0644
edit
dl
rm
WorkloadIdentityPoolProvider.php
3334
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/Iam/WorkloadIdentityPool.php
(2148B)
<?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\Iam; class WorkloadIdentityPool extends \Google\Model { /** * @var string */ public $description; /** * @var bool */ public $disabled; /** * @var string */ public $displayName; /** * @var string */ public $name; /** * @var string */ public $state; /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param bool */ public function setDisabled($disabled) { $this->disabled = $disabled; } /** * @return bool */ public function getDisabled() { return $this->disabled; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WorkloadIdentityPool::class, 'Google_Service_Iam_WorkloadIdentityPool');
Save
cmd:
run