/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appengine
NameSizeModeActions
Resource/-0755rm
ApiConfigHandler.php15290644editdlrm
ApiEndpointHandler.php8580644editdlrm
AppengineEmpty.php6690644editdlrm
Application.php41460644editdlrm
AuthorizedCertificate.php31250644editdlrm
AuthorizedDomain.php9420644editdlrm
AutomaticScaling.php51390644editdlrm
BasicScaling.php10570644editdlrm
BatchUpdateIngressRulesRequest.php11580644editdlrm
BatchUpdateIngressRulesResponse.php11590644editdlrm
CertificateRawData.php10910644editdlrm
CloudBuildOptions.php10970644editdlrm
ContainerInfo.php8180644editdlrm
CpuUtilization.php11780644editdlrm
CreateVersionMetadataV1.php8770644editdlrm
CreateVersionMetadataV1Alpha.php8820644editdlrm
CreateVersionMetadataV1Beta.php8810644editdlrm
DebugInstanceRequest.php8320644editdlrm
Deployment.php23150644editdlrm
DiskUtilization.php17850644editdlrm
DomainMapping.php18820644editdlrm
EndpointsApiService.php14600644editdlrm
Entrypoint.php8150644editdlrm
ErrorHandler.php11990644editdlrm
FeatureSettings.php11790644editdlrm
FileInfo.php11740644editdlrm
FirewallRule.php13760644editdlrm
HealthCheck.php21090644editdlrm
IdentityAwareProxy.php15710644editdlrm
Instance.php35890644editdlrm
Library.php9680644editdlrm
ListAuthorizedCertificatesResponse.php13940644editdlrm
ListAuthorizedDomainsResponse.php13290644editdlrm
ListDomainMappingsResponse.php13800644editdlrm
ListIngressRulesResponse.php13570644editdlrm
ListInstancesResponse.php13150644editdlrm
ListLocationsResponse.php13150644editdlrm
ListOperationsResponse.php13280644editdlrm
ListServicesResponse.php13020644editdlrm
ListVersionsResponse.php13020644editdlrm
LivenessCheck.php19710644editdlrm
Location.php15070644editdlrm
LocationMetadata.php15320644editdlrm
ManagedCertificate.php10490644editdlrm
ManualScaling.php8460644editdlrm
Network.php16920644editdlrm
NetworkSettings.php9320644editdlrm
NetworkUtilization.php18860644editdlrm
Operation.php16590644editdlrm
OperationMetadataV1.php24770644editdlrm
OperationMetadataV1Alpha.php25020644editdlrm
OperationMetadataV1Beta.php24970644editdlrm
ReadinessCheck.php19930644editdlrm
RepairApplicationRequest.php6790644editdlrm
RequestUtilization.php12590644editdlrm
ResourceRecord.php11100644editdlrm
Resources.php17540644editdlrm
ScriptHandler.php8530644editdlrm
Service.php18130644editdlrm
SslSettings.php14080644editdlrm
StandardSchedulerSettings.php16340644editdlrm
StaticFilesHandler.php20740644editdlrm
Status.php11760644editdlrm
TrafficSplit.php10220644editdlrm
UrlDispatchRule.php11320644editdlrm
UrlMap.php30180644editdlrm
Version.php122830644editdlrm
Volume.php11440644editdlrm
VpcAccessConnector.php8160644editdlrm
ZipInfo.php10240644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appengine/Version.php (12283B)
apiConfig = $apiConfig; } /** * @return Google_Service_Appengine_ApiConfigHandler */ public function getApiConfig() { return $this->apiConfig; } /** * @param Google_Service_Appengine_AutomaticScaling */ public function setAutomaticScaling(Google_Service_Appengine_AutomaticScaling $automaticScaling) { $this->automaticScaling = $automaticScaling; } /** * @return Google_Service_Appengine_AutomaticScaling */ public function getAutomaticScaling() { return $this->automaticScaling; } /** * @param Google_Service_Appengine_BasicScaling */ public function setBasicScaling(Google_Service_Appengine_BasicScaling $basicScaling) { $this->basicScaling = $basicScaling; } /** * @return Google_Service_Appengine_BasicScaling */ public function getBasicScaling() { return $this->basicScaling; } public function setBetaSettings($betaSettings) { $this->betaSettings = $betaSettings; } public function getBetaSettings() { return $this->betaSettings; } public function setBuildEnvVariables($buildEnvVariables) { $this->buildEnvVariables = $buildEnvVariables; } public function getBuildEnvVariables() { return $this->buildEnvVariables; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreatedBy($createdBy) { $this->createdBy = $createdBy; } public function getCreatedBy() { return $this->createdBy; } public function setDefaultExpiration($defaultExpiration) { $this->defaultExpiration = $defaultExpiration; } public function getDefaultExpiration() { return $this->defaultExpiration; } /** * @param Google_Service_Appengine_Deployment */ public function setDeployment(Google_Service_Appengine_Deployment $deployment) { $this->deployment = $deployment; } /** * @return Google_Service_Appengine_Deployment */ public function getDeployment() { return $this->deployment; } public function setDiskUsageBytes($diskUsageBytes) { $this->diskUsageBytes = $diskUsageBytes; } public function getDiskUsageBytes() { return $this->diskUsageBytes; } /** * @param Google_Service_Appengine_EndpointsApiService */ public function setEndpointsApiService(Google_Service_Appengine_EndpointsApiService $endpointsApiService) { $this->endpointsApiService = $endpointsApiService; } /** * @return Google_Service_Appengine_EndpointsApiService */ public function getEndpointsApiService() { return $this->endpointsApiService; } /** * @param Google_Service_Appengine_Entrypoint */ public function setEntrypoint(Google_Service_Appengine_Entrypoint $entrypoint) { $this->entrypoint = $entrypoint; } /** * @return Google_Service_Appengine_Entrypoint */ public function getEntrypoint() { return $this->entrypoint; } public function setEnv($env) { $this->env = $env; } public function getEnv() { return $this->env; } public function setEnvVariables($envVariables) { $this->envVariables = $envVariables; } public function getEnvVariables() { return $this->envVariables; } /** * @param Google_Service_Appengine_ErrorHandler[] */ public function setErrorHandlers($errorHandlers) { $this->errorHandlers = $errorHandlers; } /** * @return Google_Service_Appengine_ErrorHandler[] */ public function getErrorHandlers() { return $this->errorHandlers; } /** * @param Google_Service_Appengine_UrlMap[] */ public function setHandlers($handlers) { $this->handlers = $handlers; } /** * @return Google_Service_Appengine_UrlMap[] */ public function getHandlers() { return $this->handlers; } /** * @param Google_Service_Appengine_HealthCheck */ public function setHealthCheck(Google_Service_Appengine_HealthCheck $healthCheck) { $this->healthCheck = $healthCheck; } /** * @return Google_Service_Appengine_HealthCheck */ public function getHealthCheck() { return $this->healthCheck; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInboundServices($inboundServices) { $this->inboundServices = $inboundServices; } public function getInboundServices() { return $this->inboundServices; } public function setInstanceClass($instanceClass) { $this->instanceClass = $instanceClass; } public function getInstanceClass() { return $this->instanceClass; } /** * @param Google_Service_Appengine_Library[] */ public function setLibraries($libraries) { $this->libraries = $libraries; } /** * @return Google_Service_Appengine_Library[] */ public function getLibraries() { return $this->libraries; } /** * @param Google_Service_Appengine_LivenessCheck */ public function setLivenessCheck(Google_Service_Appengine_LivenessCheck $livenessCheck) { $this->livenessCheck = $livenessCheck; } /** * @return Google_Service_Appengine_LivenessCheck */ public function getLivenessCheck() { return $this->livenessCheck; } /** * @param Google_Service_Appengine_ManualScaling */ public function setManualScaling(Google_Service_Appengine_ManualScaling $manualScaling) { $this->manualScaling = $manualScaling; } /** * @return Google_Service_Appengine_ManualScaling */ public function getManualScaling() { return $this->manualScaling; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Appengine_Network */ public function setNetwork(Google_Service_Appengine_Network $network) { $this->network = $network; } /** * @return Google_Service_Appengine_Network */ public function getNetwork() { return $this->network; } public function setNobuildFilesRegex($nobuildFilesRegex) { $this->nobuildFilesRegex = $nobuildFilesRegex; } public function getNobuildFilesRegex() { return $this->nobuildFilesRegex; } /** * @param Google_Service_Appengine_ReadinessCheck */ public function setReadinessCheck(Google_Service_Appengine_ReadinessCheck $readinessCheck) { $this->readinessCheck = $readinessCheck; } /** * @return Google_Service_Appengine_ReadinessCheck */ public function getReadinessCheck() { return $this->readinessCheck; } /** * @param Google_Service_Appengine_Resources */ public function setResources(Google_Service_Appengine_Resources $resources) { $this->resources = $resources; } /** * @return Google_Service_Appengine_Resources */ public function getResources() { return $this->resources; } public function setRuntime($runtime) { $this->runtime = $runtime; } public function getRuntime() { return $this->runtime; } public function setRuntimeApiVersion($runtimeApiVersion) { $this->runtimeApiVersion = $runtimeApiVersion; } public function getRuntimeApiVersion() { return $this->runtimeApiVersion; } public function setRuntimeChannel($runtimeChannel) { $this->runtimeChannel = $runtimeChannel; } public function getRuntimeChannel() { return $this->runtimeChannel; } public function setRuntimeMainExecutablePath($runtimeMainExecutablePath) { $this->runtimeMainExecutablePath = $runtimeMainExecutablePath; } public function getRuntimeMainExecutablePath() { return $this->runtimeMainExecutablePath; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServingStatus($servingStatus) { $this->servingStatus = $servingStatus; } public function getServingStatus() { return $this->servingStatus; } public function setThreadsafe($threadsafe) { $this->threadsafe = $threadsafe; } public function getThreadsafe() { return $this->threadsafe; } public function setVersionUrl($versionUrl) { $this->versionUrl = $versionUrl; } public function getVersionUrl() { return $this->versionUrl; } public function setVm($vm) { $this->vm = $vm; } public function getVm() { return $this->vm; } /** * @param Google_Service_Appengine_VpcAccessConnector */ public function setVpcAccessConnector(Google_Service_Appengine_VpcAccessConnector $vpcAccessConnector) { $this->vpcAccessConnector = $vpcAccessConnector; } /** * @return Google_Service_Appengine_VpcAccessConnector */ public function getVpcAccessConnector() { return $this->vpcAccessConnector; } public function setZones($zones) { $this->zones = $zones; } public function getZones() { return $this->zones; } }