Class: Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#creation_disabled::Boolean

Returns 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.



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".

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Boolean)

    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