Class: Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse
- 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
-
#build_log_uri ⇒ ::String
readonly
Output only.
-
#contains_pypi_modules_conflict ⇒ ::Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse::ConflictResult
readonly
Output only.
-
#image_version ⇒ ::String
Composer image for which the build was happening.
-
#pypi_conflict_build_log_extract ⇒ ::String
readonly
Output only.
-
#pypi_dependencies ⇒ ::Google::Protobuf::Map{::String => ::String}
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
Instance Attribute Details
#build_log_uri ⇒ ::String (readonly)
Returns Output only. Url for a docker build log of an upgraded image.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1876 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.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1876 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.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1876 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.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1876 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.
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1876 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 |