google_api_run v0.6.0 GoogleApi.Run.V1.Model.Handler View Source

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

Handler defines a specific action that should be taken

Attributes

  • exec (type: GoogleApi.Run.V1.Model.ExecAction.t, default: nil) - (Optional)

    Cloud Run fully managed: not supported

    Cloud Run for Anthos: supported

    One and only one of the following should be specified. Exec specifies the action to take.

  • httpGet (type: GoogleApi.Run.V1.Model.HTTPGetAction.t, default: nil) - (Optional)

    Cloud Run fully managed: not supported

    Cloud Run for Anthos: supported

    HTTPGet specifies the http request to perform.

  • tcpSocket (type: GoogleApi.Run.V1.Model.TCPSocketAction.t, default: nil) - (Optional)

    Cloud Run fully managed: not supported

    Cloud Run for Anthos: supported

    TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.