Class: Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb

Overview

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

Defined Under Namespace

Modules: ConflictResult Classes: PypiDependenciesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#build_log_uri::String (readonly)

Returns Output only. Url for a docker build log of an upgraded image.

Returns:

  • (::String)

    Output only. Url for a docker build log of an upgraded image.



1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1809

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end

#contains_pypi_modules_conflict::Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse::ConflictResult (readonly)

Returns Output only. Whether build has succeeded or failed on modules conflicts.

Returns:



1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1809

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end

#image_version::String

Returns Composer image for which the build was happening.

Returns:

  • (::String)

    Composer image for which the build was happening.



1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1809

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end

#pypi_conflict_build_log_extract::String (readonly)

Returns Output only. Extract from a docker image build log containing information about pypi modules conflicts.

Returns:

  • (::String)

    Output only. Extract from a docker image build log containing information about pypi modules conflicts.



1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1809

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end

#pypi_dependencies::Google::Protobuf::Map{::String => ::String}

Returns Pypi dependencies specified in the environment configuration, at the time when the build was triggered.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Pypi dependencies specified in the environment configuration, at the time when the build was triggered.



1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1809

class CheckUpgradeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PypiDependenciesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Whether there were python modules conflict during image build.
  module ConflictResult
    # It is unknown whether build had conflicts or not.
    CONFLICT_RESULT_UNSPECIFIED = 0

    # There were python packages conflicts.
    CONFLICT = 1

    # There were no python packages conflicts.
    NO_CONFLICT = 2
  end
end