View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2SubmitBuildResponse (google_api_run v0.36.1)

Response message for submitting a Build.

Attributes

  • baseImageUri (type: String.t, default: nil) - URI of the base builder image in Artifact Registry being used in the build. Used to opt into automatic base image updates.
  • baseImageWarning (type: String.t, default: nil) - Warning message for the base image.
  • buildOperation (type: GoogleApi.Run.V2.Model.GoogleLongrunningOperation.t, default: nil) - Cloud Build operation to be polled via CloudBuild API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2SubmitBuildResponse{
  baseImageUri: String.t() | nil,
  baseImageWarning: String.t() | nil,
  buildOperation: GoogleApi.Run.V2.Model.GoogleLongrunningOperation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.