/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
CloudTasks
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTasks
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AppEngineHttpRequest.php
1859
0644
edit
dl
rm
AppEngineRouting.php
1311
0644
edit
dl
rm
Attempt.php
1704
0644
edit
dl
rm
Binding.php
1413
0644
edit
dl
rm
CloudtasksEmpty.php
671
0644
edit
dl
rm
CreateTaskRequest.php
1230
0644
edit
dl
rm
Expr.php
1355
0644
edit
dl
rm
GetIamPolicyRequest.php
1106
0644
edit
dl
rm
GetPolicyOptions.php
941
0644
edit
dl
rm
HttpRequest.php
2140
0644
edit
dl
rm
ListLocationsResponse.php
1319
0644
edit
dl
rm
ListQueuesResponse.php
1280
0644
edit
dl
rm
ListTasksResponse.php
1267
0644
edit
dl
rm
Location.php
1508
0644
edit
dl
rm
OAuthToken.php
1063
0644
edit
dl
rm
OidcToken.php
1083
0644
edit
dl
rm
PauseQueueRequest.php
673
0644
edit
dl
rm
Policy.php
1392
0644
edit
dl
rm
PurgeQueueRequest.php
673
0644
edit
dl
rm
Queue.php
3166
0644
edit
dl
rm
RateLimits.php
1408
0644
edit
dl
rm
ResumeQueueRequest.php
674
0644
edit
dl
rm
RetryConfig.php
1651
0644
edit
dl
rm
RunTaskRequest.php
869
0644
edit
dl
rm
SetIamPolicyRequest.php
1058
0644
edit
dl
rm
StackdriverLoggingConfig.php
886
0644
edit
dl
rm
Status.php
1177
0644
edit
dl
rm
Task.php
3815
0644
edit
dl
rm
TestIamPermissionsRequest.php
923
0644
edit
dl
rm
TestIamPermissionsResponse.php
924
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Binding.php
(1413B)
<?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_CloudTasks_Binding extends Google_Collection { protected $collection_key = 'members'; protected $conditionType = 'Google_Service_CloudTasks_Expr'; protected $conditionDataType = ''; public $members; public $role; /** * @param Google_Service_CloudTasks_Expr */ public function setCondition(Google_Service_CloudTasks_Expr $condition) { $this->condition = $condition; } /** * @return Google_Service_CloudTasks_Expr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } }
Save
cmd:
run