Port number to access on the container. Must be in the range 1 to 65535.
If not specified, defaults to the exposed port of the container, which is
the value of container.ports[0].containerPort.
[[["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-04-09 UTC."],[[["The latest version available for the `HTTPGetAction` class is 2.13.0, while the current page focuses on version 2.8.0 of the API documentation."],["`HTTPGetAction` is a class within the Google Cloud Run Admin v2 API that defines actions based on HTTP GET requests, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HTTPGetAction` class provides properties like `HttpHeaders` for custom request headers, `Path` for the server access path (defaulting to '/'), and `Port` for the container's access port, which must be within the range of 1 to 65535."],["There are two constructors available, `HTTPGetAction()` and `HTTPGetAction(HTTPGetAction other)` allowing for the creation of a new object, or one that has been copied from another."],["The documentation page provides a list of versions of the same object, ranging from version 2.13.0 to 1.0.0-beta02."]]],[]]