/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
CloudTasks
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTasks
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AppEngineHttpRequest.php
2322
0644
edit
dl
rm
AppEngineRouting.php
1859
0644
edit
dl
rm
Attempt.php
2043
0644
edit
dl
rm
Binding.php
1666
0644
edit
dl
rm
CloudtasksEmpty.php
849
0644
edit
dl
rm
CreateTaskRequest.php
1405
0644
edit
dl
rm
Expr.php
1879
0644
edit
dl
rm
GetIamPolicyRequest.php
1193
0644
edit
dl
rm
GetPolicyOptions.php
1204
0644
edit
dl
rm
HttpRequest.php
2486
0644
edit
dl
rm
ListLocationsResponse.php
1528
0644
edit
dl
rm
ListQueuesResponse.php
1483
0644
edit
dl
rm
ListTasksResponse.php
1468
0644
edit
dl
rm
Location.php
2141
0644
edit
dl
rm
OAuthToken.php
1415
0644
edit
dl
rm
OidcToken.php
1433
0644
edit
dl
rm
PauseQueueRequest.php
855
0644
edit
dl
rm
Policy.php
1654
0644
edit
dl
rm
PurgeQueueRequest.php
855
0644
edit
dl
rm
Queue.php
3204
0644
edit
dl
rm
RateLimits.php
1742
0644
edit
dl
rm
ResumeQueueRequest.php
858
0644
edit
dl
rm
RetryConfig.php
2263
0644
edit
dl
rm
RunTaskRequest.php
1137
0644
edit
dl
rm
SetIamPolicyRequest.php
1145
0644
edit
dl
rm
StackdriverLoggingConfig.php
1082
0644
edit
dl
rm
Status.php
1607
0644
edit
dl
rm
Task.php
4201
0644
edit
dl
rm
TestIamPermissionsRequest.php
1219
0644
edit
dl
rm
TestIamPermissionsResponse.php
1222
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTasks/OAuthToken.php
(1415B)
<?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\CloudTasks; class OAuthToken extends \Google\Model { /** * @var string */ public $scope; /** * @var string */ public $serviceAccountEmail; /** * @param string */ public function setScope($scope) { $this->scope = $scope; } /** * @return string */ public function getScope() { return $this->scope; } /** * @param string */ public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } /** * @return string */ public function getServiceAccountEmail() { return $this->serviceAccountEmail; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OAuthToken::class, 'Google_Service_CloudTasks_OAuthToken');
Save
cmd:
run