Class HTTPGetAction (0.15.0) Stay organized with collections Save and categorize content based on your preferences.
HTTPGetAction(mapping=None,*,ignore_unknown_fields=False,**kwargs)HTTPGetAction describes an action based on HTTP Get requests.
Attributes | |
|---|---|
| Name | Description |
path | strOptional. Path to access on the HTTP server. Defaults to '/'. |
http_headers | MutableSequence[google.cloud.run_v2.types.HTTPHeader]Optional. Custom headers to set in the request. HTTP allows repeated headers. |
port | intOptional. 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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-22 UTC.