/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Script
NameSizeModeActions
Resource/-0755rm
Content.php14130644editdlrm
CreateProjectRequest.php13600644editdlrm
Deployment.php21830644editdlrm
DeploymentConfig.php19960644editdlrm
EntryPoint.php24000644editdlrm
ExecuteStreamResponse.php12030644editdlrm
ExecutionError.php19410644editdlrm
ExecutionRequest.php19740644editdlrm
ExecutionResponse.php10930644editdlrm
GoogleAppsScriptTypeAddOnEntryPoint.php25790644editdlrm
GoogleAppsScriptTypeExecutionApiConfig.php11590644editdlrm
GoogleAppsScriptTypeExecutionApiEntryPoint.php14140644editdlrm
GoogleAppsScriptTypeFunction.php14460644editdlrm
GoogleAppsScriptTypeFunctionSet.php12860644editdlrm
GoogleAppsScriptTypeProcess.php31770644editdlrm
GoogleAppsScriptTypeUser.php18540644editdlrm
GoogleAppsScriptTypeWebAppConfig.php14100644editdlrm
GoogleAppsScriptTypeWebAppEntryPoint.php15990644editdlrm
ListDeploymentsResponse.php15500644editdlrm
ListScriptProcessesResponse.php15950644editdlrm
ListUserProcessesResponse.php15890644editdlrm
ListValue.php11510644editdlrm
ListVersionsResponse.php15050644editdlrm
Metrics.php19730644editdlrm
MetricsValue.php15980644editdlrm
Operation.php15920644editdlrm
Project.php29170644editdlrm
ScriptEmpty.php8290644editdlrm
ScriptExecutionResult.php11790644editdlrm
ScriptFile.php29370644editdlrm
ScriptStackTraceElement.php13950644editdlrm
Status.php15990644editdlrm
Struct.php10950644editdlrm
UpdateDeploymentRequest.php12690644editdlrm
Value.php32840644editdlrm
Version.php19270644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Script/Value.php (3284B)
boolValue = $boolValue; } /** * @return bool */ public function getBoolValue() { return $this->boolValue; } /** * @param string */ public function setBytesValue($bytesValue) { $this->bytesValue = $bytesValue; } /** * @return string */ public function getBytesValue() { return $this->bytesValue; } /** * @param string */ public function setDateValue($dateValue) { $this->dateValue = $dateValue; } /** * @return string */ public function getDateValue() { return $this->dateValue; } /** * @param ListValue */ public function setListValue(ListValue $listValue) { $this->listValue = $listValue; } /** * @return ListValue */ public function getListValue() { return $this->listValue; } /** * @param string */ public function setNullValue($nullValue) { $this->nullValue = $nullValue; } /** * @return string */ public function getNullValue() { return $this->nullValue; } public function setNumberValue($numberValue) { $this->numberValue = $numberValue; } public function getNumberValue() { return $this->numberValue; } /** * @param array[] */ public function setProtoValue($protoValue) { $this->protoValue = $protoValue; } /** * @return array[] */ public function getProtoValue() { return $this->protoValue; } /** * @param string */ public function setStringValue($stringValue) { $this->stringValue = $stringValue; } /** * @return string */ public function getStringValue() { return $this->stringValue; } /** * @param Struct */ public function setStructValue(Struct $structValue) { $this->structValue = $structValue; } /** * @return Struct */ public function getStructValue() { return $this->structValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Value::class, 'Google_Service_Script_Value');