GoogleApi.Composer.V1.Model.CheckUpgradeResponse (google_api_composer v0.28.1) 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.