/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
FirebaseManagement
/
/var/www/flurhymez/vendor/google/apiclient-services/src/FirebaseManagement
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AddFirebaseRequest.php
1151
0644
edit
dl
rm
AddGoogleAnalyticsRequest.php
1567
0644
edit
dl
rm
AdminSdkConfig.php
1988
0644
edit
dl
rm
AnalyticsDetails.php
1707
0644
edit
dl
rm
AnalyticsProperty.php
1707
0644
edit
dl
rm
AndroidApp.php
2161
0644
edit
dl
rm
AndroidAppConfig.php
1505
0644
edit
dl
rm
DefaultResources.php
2099
0644
edit
dl
rm
FinalizeDefaultLocationRequest.php
1187
0644
edit
dl
rm
FirebaseAppInfo.php
2155
0644
edit
dl
rm
FirebaseEmpty.php
859
0644
edit
dl
rm
FirebaseProject.php
2537
0644
edit
dl
rm
IosApp.php
2652
0644
edit
dl
rm
IosAppConfig.php
1493
0644
edit
dl
rm
ListAndroidAppsResponse.php
1511
0644
edit
dl
rm
ListAvailableLocationsResponse.php
1571
0644
edit
dl
rm
ListAvailableProjectsResponse.php
1595
0644
edit
dl
rm
ListFirebaseProjectsResponse.php
1568
0644
edit
dl
rm
ListIosAppsResponse.php
1487
0644
edit
dl
rm
ListShaCertificatesResponse.php
1310
0644
edit
dl
rm
ListWebAppsResponse.php
1487
0644
edit
dl
rm
Location.php
1670
0644
edit
dl
rm
MessageSet.php
850
0644
edit
dl
rm
Operation.php
2115
0644
edit
dl
rm
ProjectInfo.php
1668
0644
edit
dl
rm
RemoveAnalyticsRequest.php
1226
0644
edit
dl
rm
SearchFirebaseAppsResponse.php
1535
0644
edit
dl
rm
ShaCertificate.php
1614
0644
edit
dl
rm
Status.php
1623
0644
edit
dl
rm
StatusProto.php
2194
0644
edit
dl
rm
StreamMapping.php
1646
0644
edit
dl
rm
WebApp.php
2414
0644
edit
dl
rm
WebAppConfig.php
3369
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/FirebaseManagement/AdminSdkConfig.php
(1988B)
<?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\FirebaseManagement; class AdminSdkConfig extends \Google\Model { /** * @var string */ public $databaseURL; /** * @var string */ public $locationId; /** * @var string */ public $projectId; /** * @var string */ public $storageBucket; /** * @param string */ public function setDatabaseURL($databaseURL) { $this->databaseURL = $databaseURL; } /** * @return string */ public function getDatabaseURL() { return $this->databaseURL; } /** * @param string */ public function setLocationId($locationId) { $this->locationId = $locationId; } /** * @return string */ public function getLocationId() { return $this->locationId; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param string */ public function setStorageBucket($storageBucket) { $this->storageBucket = $storageBucket; } /** * @return string */ public function getStorageBucket() { return $this->storageBucket; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdminSdkConfig::class, 'Google_Service_FirebaseManagement_AdminSdkConfig');
Save
cmd:
run