Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ImageVersion.
ImageVersion information
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.ImageVersion
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ image_version_id
string
The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
↳ is_default
bool
Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
↳ supported_python_versions
array
supported python versions
↳ release_date
↳ creation_disabled
bool
Whether it is impossible to create an environment with the image version.
↳ upgrade_disabled
bool
Whether it is impossible to upgrade an environment running with the image version.
getImageVersionId
The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
string
setImageVersionId
The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
var
string
$this
getIsDefault
Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
bool
setIsDefault
Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
var
bool
$this
getSupportedPythonVersions
supported python versions
setSupportedPythonVersions
supported python versions
var
string[]
$this
getReleaseDate
The date of the version release.
hasReleaseDate
clearReleaseDate
setReleaseDate
The date of the version release.
$this
getCreationDisabled
Whether it is impossible to create an environment with the image version.
bool
setCreationDisabled
Whether it is impossible to create an environment with the image version.
var
bool
$this
getUpgradeDisabled
Whether it is impossible to upgrade an environment running with the image version.
bool
setUpgradeDisabled
Whether it is impossible to upgrade an environment running with the image version.
var
bool
$this