Package | Description |
---|---|
com.google.api.services.composer.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ImageVersion |
ImageVersion.clone() |
ImageVersion |
ImageVersion.set(java.lang.String fieldName,
java.lang.Object value) |
ImageVersion |
ImageVersion.setImageVersionId(java.lang.String imageVersionId)
The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b(.c)"
|
ImageVersion |
ImageVersion.setIsDefault(java.lang.Boolean isDefault)
Whether this is the default ImageVersion used by Composer during environment creation if no
input ImageVersion is specified.
|
ImageVersion |
ImageVersion.setSupportedPythonVersions(java.util.List<java.lang.String> supportedPythonVersions)
supported python versions
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageVersion> |
ListImageVersionsResponse.getImageVersions()
The list of supported ImageVersions in a location.
|
Modifier and Type | Method and Description |
---|---|
ListImageVersionsResponse |
ListImageVersionsResponse.setImageVersions(java.util.List<ImageVersion> imageVersions)
The list of supported ImageVersions in a location.
|