Class: Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb
Overview
ImageVersion information
Instance Attribute Summary collapse
-
#creation_disabled ⇒ ::Boolean
Whether it is impossible to create an environment with the image version.
-
#image_version_id ⇒ ::String
The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c".
-
#is_default ⇒ ::Boolean
Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
-
#release_date ⇒ ::Google::Type::Date
The date of the version release.
-
#supported_python_versions ⇒ ::Array<::String>
Supported python versions.
-
#upgrade_disabled ⇒ ::Boolean
Whether it is impossible to upgrade an environment running with the image version.
Instance Attribute Details
#creation_disabled ⇒ ::Boolean
Returns Whether it is impossible to create an environment with the image version.
79 80 81 82 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 79 class ImageVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_version_id ⇒ ::String
Returns The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c".
79 80 81 82 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 79 class ImageVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_default ⇒ ::Boolean
Returns Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
79 80 81 82 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 79 class ImageVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release_date ⇒ ::Google::Type::Date
Returns The date of the version release.
79 80 81 82 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 79 class ImageVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supported_python_versions ⇒ ::Array<::String>
Returns supported python versions.
79 80 81 82 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 79 class ImageVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_disabled ⇒ ::Boolean
Returns Whether it is impossible to upgrade an environment running with the image version.
79 80 81 82 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 79 class ImageVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |