GoogleApi.Composer.V1.Model.CheckUpgradeResponse (google_api_composer v0.36.3)

View Source

Message containing information about the result of an upgrade check operation.

Attributes

  • buildLogUri (type: String.t, default: nil) - Output only. Url for a docker build log of an upgraded image.
  • containsPypiModulesConflict (type: String.t, default: nil) - Output only. Whether build has succeeded or failed on modules conflicts.
  • imageVersion (type: String.t, default: nil) - Composer image for which the build was happening.
  • pypiConflictBuildLogExtract (type: String.t, default: nil) - Output only. Extract from a docker image build log containing information about pypi modules conflicts.
  • pypiDependencies (type: map(), default: nil) - Pypi dependencies specified in the environment configuration, at the time when the build was triggered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.CheckUpgradeResponse{
  buildLogUri: String.t() | nil,
  containsPypiModulesConflict: String.t() | nil,
  imageVersion: String.t() | nil,
  pypiConflictBuildLogExtract: String.t() | nil,
  pypiDependencies: map() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.