A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
getPath
The request path.
Returns
Type
Description
string
setPath
The request path.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getHost
Host header to send when performing a HTTP Readiness check.
Example: "myapp.appspot.com"
Returns
Type
Description
string
setHost
Host header to send when performing a HTTP Readiness check.
Example: "myapp.appspot.com"
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFailureThreshold
Number of consecutive failed checks required before removing
traffic.
Returns
Type
Description
int
setFailureThreshold
Number of consecutive failed checks required before removing
traffic.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getSuccessThreshold
Number of consecutive successful checks required before receiving
traffic.
Returns
Type
Description
int
setSuccessThreshold
Number of consecutive successful checks required before receiving
traffic.
A maximum time limit on application initialization, measured from moment
the application successfully replies to a healthcheck until it is ready to
serve traffic.
A maximum time limit on application initialization, measured from moment
the application successfully replies to a healthcheck until it is ready to
serve traffic.
[[["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 ReadinessCheck (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-appengine-admin/latest/V1.ReadinessCheck)\n- [2.0.3](/php/docs/reference/cloud-appengine-admin/2.0.3/V1.ReadinessCheck)\n- [1.3.5](/php/docs/reference/cloud-appengine-admin/1.3.5/V1.ReadinessCheck)\n- [1.2.2](/php/docs/reference/cloud-appengine-admin/1.2.2/V1.ReadinessCheck)\n- [1.1.1](/php/docs/reference/cloud-appengine-admin/1.1.1/V1.ReadinessCheck)\n- [1.0.6](/php/docs/reference/cloud-appengine-admin/1.0.6/V1.ReadinessCheck) \nReference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ReadinessCheck.\n\nReadiness checking configuration for VM instances. Unhealthy instances\nare removed from traffic rotation.\n\nGenerated from protobuf message `google.appengine.v1.ReadinessCheck`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AppEngine \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getPath\n\nThe request path.\n\n### setPath\n\nThe request path.\n\n### getHost\n\nHost header to send when performing a HTTP Readiness check.\n\nExample: \"myapp.appspot.com\"\n\n### setHost\n\nHost header to send when performing a HTTP Readiness check.\n\nExample: \"myapp.appspot.com\"\n\n### getFailureThreshold\n\nNumber of consecutive failed checks required before removing\ntraffic.\n\n### setFailureThreshold\n\nNumber of consecutive failed checks required before removing\ntraffic.\n\n### getSuccessThreshold\n\nNumber of consecutive successful checks required before receiving\ntraffic.\n\n### setSuccessThreshold\n\nNumber of consecutive successful checks required before receiving\ntraffic.\n\n### getCheckInterval\n\nInterval between health checks.\n\n### hasCheckInterval\n\n### clearCheckInterval\n\n### setCheckInterval\n\nInterval between health checks.\n\n### getTimeout\n\nTime before the check is considered failed.\n\n### hasTimeout\n\n### clearTimeout\n\n### setTimeout\n\nTime before the check is considered failed.\n\n### getAppStartTimeout\n\nA maximum time limit on application initialization, measured from moment\nthe application successfully replies to a healthcheck until it is ready to\nserve traffic.\n\n### hasAppStartTimeout\n\n### clearAppStartTimeout\n\n### setAppStartTimeout\n\nA maximum time limit on application initialization, measured from moment\nthe application successfully replies to a healthcheck until it is ready to\nserve traffic."]]