/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
CloudDebugger
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudDebugger
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AliasContext.php
956
0644
edit
dl
rm
Breakpoint.php
5234
0644
edit
dl
rm
ClouddebuggerEmpty.php
677
0644
edit
dl
rm
CloudRepoSourceContext.php
1903
0644
edit
dl
rm
CloudWorkspaceId.php
1212
0644
edit
dl
rm
CloudWorkspaceSourceContext.php
1345
0644
edit
dl
rm
Debuggee.php
3667
0644
edit
dl
rm
ExtendedSourceContext.php
1267
0644
edit
dl
rm
FormatMessage.php
1062
0644
edit
dl
rm
GerritSourceContext.php
1874
0644
edit
dl
rm
GetBreakpointResponse.php
1123
0644
edit
dl
rm
GitSourceContext.php
995
0644
edit
dl
rm
ListActiveBreakpointsResponse.php
1554
0644
edit
dl
rm
ListBreakpointsResponse.php
1357
0644
edit
dl
rm
ListDebuggeesResponse.php
1126
0644
edit
dl
rm
ProjectRepoId.php
1020
0644
edit
dl
rm
RegisterDebuggeeRequest.php
1101
0644
edit
dl
rm
RegisterDebuggeeResponse.php
1265
0644
edit
dl
rm
RepoId.php
1279
0644
edit
dl
rm
SetBreakpointResponse.php
1123
0644
edit
dl
rm
SourceContext.php
2553
0644
edit
dl
rm
SourceLocation.php
1114
0644
edit
dl
rm
StackFrame.php
2097
0644
edit
dl
rm
StatusMessage.php
1468
0644
edit
dl
rm
UpdateActiveBreakpointRequest.php
1131
0644
edit
dl
rm
UpdateActiveBreakpointResponse.php
689
0644
edit
dl
rm
Variable.php
2155
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RepoId.php
(1279B)
<?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_CloudDebugger_RepoId extends Google_Model { protected $projectRepoIdType = 'Google_Service_CloudDebugger_ProjectRepoId'; protected $projectRepoIdDataType = ''; public $uid; /** * @param Google_Service_CloudDebugger_ProjectRepoId */ public function setProjectRepoId(Google_Service_CloudDebugger_ProjectRepoId $projectRepoId) { $this->projectRepoId = $projectRepoId; } /** * @return Google_Service_CloudDebugger_ProjectRepoId */ public function getProjectRepoId() { return $this->projectRepoId; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } }
Save
cmd:
run