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.



1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1853

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:



1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1853

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.



1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1853

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.



1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1853

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.



1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1853

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