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.
732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 732 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.
732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 732 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.
732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 732 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.
732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 732 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.
732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 732 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 |