Google Cloud Run V2 Client - Class HTTPGetAction (1.6.0)

Reference documentation and code samples for the Google Cloud Run V2 Client class HTTPGetAction.

HTTPGetAction describes an action based on HTTP Get requests.

Generated from protobuf message google.cloud.run.v2.HTTPGetAction

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ pathstring

Optional. Path to access on the HTTP server. Defaults to '/'.

↳ http_headersarray<HTTPHeader>

Optional. Custom headers to set in the request. HTTP allows repeated headers.

↳ portint

Optional. 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.

getPath

Optional. Path to access on the HTTP server. Defaults to '/'.

Returns
TypeDescription
string

setPath

Optional. Path to access on the HTTP server. Defaults to '/'.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getHttpHeaders

Optional. Custom headers to set in the request. HTTP allows repeated headers.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setHttpHeaders

Optional. Custom headers to set in the request. HTTP allows repeated headers.

Parameter
NameDescription
vararray<HTTPHeader>
Returns
TypeDescription
$this

getPort

Optional. Port number to access on the container. Must be in the range 1 to

  1. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
Returns
TypeDescription
int

setPort

Optional. Port number to access on the container. Must be in the range 1 to

  1. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
Parameter
NameDescription
varint
Returns
TypeDescription
$this