Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class BasicScaling.
A service with basic scaling will create an instance when the application
receives a request. The instance will be turned down when the app becomes
idle. Basic scaling is ideal for work that is intermittent or driven by
user activity.
Generated from protobuf messagegoogle.appengine.v1.BasicScaling
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Appengine Admin V1 Client - Class BasicScaling (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-appengine-admin/latest/V1.BasicScaling)\n- [2.0.3](/php/docs/reference/cloud-appengine-admin/2.0.3/V1.BasicScaling)\n- [1.3.5](/php/docs/reference/cloud-appengine-admin/1.3.5/V1.BasicScaling)\n- [1.2.2](/php/docs/reference/cloud-appengine-admin/1.2.2/V1.BasicScaling)\n- [1.1.1](/php/docs/reference/cloud-appengine-admin/1.1.1/V1.BasicScaling)\n- [1.0.6](/php/docs/reference/cloud-appengine-admin/1.0.6/V1.BasicScaling) \nReference documentation and code samples for the Google Cloud Appengine Admin V1 Client class BasicScaling.\n\nA service with basic scaling will create an instance when the application\nreceives a request. The instance will be turned down when the app becomes\nidle. Basic scaling is ideal for work that is intermittent or driven by\nuser activity.\n\nGenerated from protobuf message `google.appengine.v1.BasicScaling`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AppEngine \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getIdleTimeout\n\nDuration of time after the last request that an instance must wait before\nthe instance is shut down.\n\n### hasIdleTimeout\n\n### clearIdleTimeout\n\n### setIdleTimeout\n\nDuration of time after the last request that an instance must wait before\nthe instance is shut down.\n\n### getMaxInstances\n\nMaximum number of instances to create for this version.\n\n### setMaxInstances\n\nMaximum number of instances to create for this version."]]