View Source GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2Stage (google_api_cloud_functions v0.37.0)

Each Stage of the deployment process

Attributes

  • message (type: String.t, default: nil) - Message describing the Stage
  • name (type: String.t, default: nil) - Name of the Stage. This will be unique for each Stage.
  • resource (type: String.t, default: nil) - Resource of the Stage
  • resourceUri (type: String.t, default: nil) - Link to the current Stage resource
  • state (type: String.t, default: nil) - Current state of the Stage
  • stateMessages (type: list(GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2StateMessage.t), default: nil) - State messages from the current Stage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2Stage{
  message: String.t() | nil,
  name: String.t() | nil,
  resource: String.t() | nil,
  resourceUri: String.t() | nil,
  state: String.t() | nil,
  stateMessages:
    [GoogleApi.CloudFunctions.V2.Model.GoogleCloudFunctionsV2StateMessage.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.