google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.Handler View Source
Handler defines a specific action that should be taken
Attributes
- exec (ExecAction): One and only one of the following should be specified. Exec specifies the action to take. +optional Defaults to:
null
. - httpGet (HttpGetAction): HTTPGet specifies the http request to perform. +optional Defaults to:
null
. - tcpSocket (TcpSocketAction): TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported Defaults to:
null
.
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 Source
t()
View Source
t() :: %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()
}
t() :: %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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.