google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.Handler View Source
Handler defines a specific action that should be taken
Attributes
exec
(type:GoogleApi.CloudRun.V1alpha1.Model.ExecAction.t
, default:nil
) - One and only one of the following should be specified. Exec specifies the action to take. +optionalhttpGet
(type:GoogleApi.CloudRun.V1alpha1.Model.HTTPGetAction.t
, default:nil
) - HTTPGet specifies the http request to perform. +optionaltcpSocket
(type:GoogleApi.CloudRun.V1alpha1.Model.TCPSocketAction.t
, default:nil
) - 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 type
t()
View Sourcet() :: %GoogleApi.CloudRun.V1alpha1.Model.Handler{ exec: GoogleApi.CloudRun.V1alpha1.Model.ExecAction.t(), httpGet: GoogleApi.CloudRun.V1alpha1.Model.HTTPGetAction.t(), tcpSocket: GoogleApi.CloudRun.V1alpha1.Model.TCPSocketAction.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.