/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
CloudFunctions
/
/var/www/flurhymez/vendor/google/apiclient-services/src/CloudFunctions
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AuditConfig.php
1536
0644
edit
dl
rm
AuditLogConfig.php
1481
0644
edit
dl
rm
Binding.php
1674
0644
edit
dl
rm
CallFunctionRequest.php
1104
0644
edit
dl
rm
CallFunctionResponse.php
1645
0644
edit
dl
rm
CloudFunction.php
10730
0644
edit
dl
rm
EventTrigger.php
2002
0644
edit
dl
rm
Expr.php
1887
0644
edit
dl
rm
FailurePolicy.php
1123
0644
edit
dl
rm
GenerateDownloadUrlRequest.php
1160
0644
edit
dl
rm
GenerateDownloadUrlResponse.php
1177
0644
edit
dl
rm
GenerateUploadUrlRequest.php
884
0644
edit
dl
rm
GenerateUploadUrlResponse.php
1157
0644
edit
dl
rm
HttpsTrigger.php
1373
0644
edit
dl
rm
ListFunctionsResponse.php
1842
0644
edit
dl
rm
ListLocationsResponse.php
1536
0644
edit
dl
rm
ListOperationsResponse.php
1551
0644
edit
dl
rm
Location.php
2149
0644
edit
dl
rm
Operation.php
2107
0644
edit
dl
rm
OperationMetadataV1.php
2962
0644
edit
dl
rm
Policy.php
2010
0644
edit
dl
rm
Retry.php
827
0644
edit
dl
rm
SecretEnvVar.php
1848
0644
edit
dl
rm
SecretVersion.php
1341
0644
edit
dl
rm
SecretVolume.php
2004
0644
edit
dl
rm
SetIamPolicyRequest.php
1429
0644
edit
dl
rm
SourceRepository.php
1371
0644
edit
dl
rm
Status.php
1615
0644
edit
dl
rm
TestIamPermissionsRequest.php
1227
0644
edit
dl
rm
TestIamPermissionsResponse.php
1230
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/CloudFunctions/ListFunctionsResponse.php
(1842B)
<?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\CloudFunctions; class ListFunctionsResponse extends \Google\Collection { protected $collection_key = 'unreachable'; protected $functionsType = CloudFunction::class; protected $functionsDataType = 'array'; /** * @var string */ public $nextPageToken; /** * @var string[] */ public $unreachable; /** * @param CloudFunction[] */ public function setFunctions($functions) { $this->functions = $functions; } /** * @return CloudFunction[] */ public function getFunctions() { return $this->functions; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param string[] */ public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } /** * @return string[] */ public function getUnreachable() { return $this->unreachable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListFunctionsResponse::class, 'Google_Service_CloudFunctions_ListFunctionsResponse');
Save
cmd:
run