Number of seconds after the container has started before the probe is
initiated.
Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe
is 3600. Maximum value for startup probe is 240.
How often (in seconds) to perform the probe.
Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe
is 3600. Maximum value for startup probe is 240.
Must be greater or equal than timeout_seconds.
Number of seconds after which the probe times out.
Defaults to 1 second. Minimum value is 1. Maximum value is 3600.
Must be smaller than period_seconds.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eProbe\u003c/code\u003e class in the Google Cloud Run Admin v2 API is used to define health checks for containers, determining if they are ready to receive traffic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProbe\u003c/code\u003e class offers three types of health checks: \u003ccode\u003eHttpGet\u003c/code\u003e, \u003ccode\u003eTcpSocket\u003c/code\u003e, and \u003ccode\u003eGrpc\u003c/code\u003e, of which only one can be specified.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFailureThreshold\u003c/code\u003e property determines the number of consecutive probe failures needed before a container is considered failed, defaulting to 3 and with a minimum value of 1.\u003c/p\u003e\n"],["\u003cp\u003eProperties like \u003ccode\u003eInitialDelaySeconds\u003c/code\u003e, \u003ccode\u003ePeriodSeconds\u003c/code\u003e, and \u003ccode\u003eTimeoutSeconds\u003c/code\u003e allow for configuration of the timing and frequency of the health checks, with specific constraints on maximum and minimum values.\u003c/p\u003e\n"],["\u003cp\u003eThis page is the reference documentation for the .NET API, the last version being \u003ccode\u003e2.13.0\u003c/code\u003e, and it covers versions all the way back to \u003ccode\u003e1.0.0-beta02\u003c/code\u003e for the \u003ccode\u003eGoogle.Cloud.Run.V2.Probe\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]