/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDebugger
NameSizeModeActions
Resource/-0755rm
AliasContext.php13150644editdlrm
Breakpoint.php61390644editdlrm
ClouddebuggerEmpty.php8640644editdlrm
CloudRepoSourceContext.php20600644editdlrm
CloudWorkspaceId.php13760644editdlrm
CloudWorkspaceSourceContext.php15310644editdlrm
Debuggee.php43810644editdlrm
ExtendedSourceContext.php14470644editdlrm
FormatMessage.php14290644editdlrm
GerritSourceContext.php23200644editdlrm
GetBreakpointResponse.php12050644editdlrm
GitSourceContext.php13620644editdlrm
ListActiveBreakpointsResponse.php18590644editdlrm
ListBreakpointsResponse.php15640644editdlrm
ListDebuggeesResponse.php12370644editdlrm
ProjectRepoId.php13810644editdlrm
RegisterDebuggeeRequest.php11870644editdlrm
RegisterDebuggeeResponse.php14450644editdlrm
RepoId.php14230644editdlrm
SetBreakpointResponse.php12050644editdlrm
SourceContext.php22860644editdlrm
SourceLocation.php15510644editdlrm
StackFrame.php20850644editdlrm
StatusMessage.php17120644editdlrm
UpdateActiveBreakpointRequest.php12290644editdlrm
UpdateActiveBreakpointResponse.php9000644editdlrm
Variable.php24880644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDebugger/Debuggee.php (4381B)
agentVersion = $agentVersion; } /** * @return string */ public function getAgentVersion() { return $this->agentVersion; } /** * @param string */ public function setCanaryMode($canaryMode) { $this->canaryMode = $canaryMode; } /** * @return string */ public function getCanaryMode() { return $this->canaryMode; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param ExtendedSourceContext[] */ public function setExtSourceContexts($extSourceContexts) { $this->extSourceContexts = $extSourceContexts; } /** * @return ExtendedSourceContext[] */ public function getExtSourceContexts() { return $this->extSourceContexts; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param bool */ public function setIsDisabled($isDisabled) { $this->isDisabled = $isDisabled; } /** * @return bool */ public function getIsDisabled() { return $this->isDisabled; } /** * @param bool */ public function setIsInactive($isInactive) { $this->isInactive = $isInactive; } /** * @return bool */ public function getIsInactive() { return $this->isInactive; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setProject($project) { $this->project = $project; } /** * @return string */ public function getProject() { return $this->project; } /** * @param SourceContext[] */ public function setSourceContexts($sourceContexts) { $this->sourceContexts = $sourceContexts; } /** * @return SourceContext[] */ public function getSourceContexts() { return $this->sourceContexts; } /** * @param StatusMessage */ public function setStatus(StatusMessage $status) { $this->status = $status; } /** * @return StatusMessage */ public function getStatus() { return $this->status; } /** * @param string */ public function setUniquifier($uniquifier) { $this->uniquifier = $uniquifier; } /** * @return string */ public function getUniquifier() { return $this->uniquifier; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Debuggee::class, 'Google_Service_CloudDebugger_Debuggee');