View Source GoogleApi.Run.V1.Model.HTTPGetAction (google_api_run v0.29.0)

HTTPGetAction describes an action based on HTTP Get requests.

Attributes

  • host (type: String.t, default: nil) - Not supported by Cloud Run.
  • httpHeaders (type: list(GoogleApi.Run.V1.Model.HTTPHeader.t), default: nil) - Custom headers to set in the request. HTTP allows repeated headers.
  • path (type: String.t, default: nil) - Path to access on the HTTP server.
  • port (type: integer(), default: nil) - Port number to access on the container. Number must be in the range 1 to 65535.
  • scheme (type: String.t, default: nil) - Not supported by Cloud Run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.HTTPGetAction{
  host: String.t() | nil,
  httpHeaders: [GoogleApi.Run.V1.Model.HTTPHeader.t()] | nil,
  path: String.t() | nil,
  port: integer() | nil,
  scheme: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.