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
t()
View Sourcet() :: %GoogleApi.Run.V1.Model.Handler{ exec: GoogleApi.Run.V1.Model.ExecAction.t(), httpGet: GoogleApi.Run.V1.Model.HTTPGetAction.t(), tcpSocket: GoogleApi.Run.V1.Model.TCPSocketAction.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.