View Source GoogleApi.CloudDeploy.V1.Model.CloudRunMetadata (google_api_cloud_deploy v0.6.0)

CloudRunMetadata contains information from a Cloud Run deployment.

Attributes

  • job (type: String.t, default: nil) - Output only. The name of the Cloud Run job that is associated with a Rollout. Format is projects/{project}/locations/{location}/jobs/{job_name}.
  • revision (type: String.t, default: nil) - Output only. The Cloud Run Revision id associated with a Rollout.
  • service (type: String.t, default: nil) - Output only. The name of the Cloud Run Service that is associated with a Rollout. Format is projects/{project}/locations/{location}/services/{service}.
  • serviceUrls (type: list(String.t), default: nil) - Output only. The Cloud Run Service urls that are associated with a Rollout.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.CloudRunMetadata{
  job: String.t() | nil,
  revision: String.t() | nil,
  service: String.t() | nil,
  serviceUrls: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.