Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion.
ImageVersion information
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#creation_disabled
def creation_disabled() -> ::Boolean
Returns
- (::Boolean) — Whether it is impossible to create an environment with the image version.
#creation_disabled=
def creation_disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether it is impossible to create an environment with the image version.
Returns
- (::Boolean) — Whether it is impossible to create an environment with the image version.
#image_version_id
def image_version_id() -> ::String
Returns
- (::String) — The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
#image_version_id=
def image_version_id=(value) -> ::String
Parameter
- value (::String) — The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
Returns
- (::String) — The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
#is_default
def is_default() -> ::Boolean
Returns
- (::Boolean) — Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
#is_default=
def is_default=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
Returns
- (::Boolean) — Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
#release_date
def release_date() -> ::Google::Type::Date
Returns
- (::Google::Type::Date) — The date of the version release.
#release_date=
def release_date=(value) -> ::Google::Type::Date
Parameter
- value (::Google::Type::Date) — The date of the version release.
Returns
- (::Google::Type::Date) — The date of the version release.
#supported_python_versions
def supported_python_versions() -> ::Array<::String>
Returns
- (::Array<::String>) — supported python versions
#supported_python_versions=
def supported_python_versions=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — supported python versions
Returns
- (::Array<::String>) — supported python versions
#upgrade_disabled
def upgrade_disabled() -> ::Boolean
Returns
- (::Boolean) — Whether it is impossible to upgrade an environment running with the image version.
#upgrade_disabled=
def upgrade_disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether it is impossible to upgrade an environment running with the image version.
Returns
- (::Boolean) — Whether it is impossible to upgrade an environment running with the image version.