You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parent: string, List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}" (required)
98
+
includePastReleases: boolean, Whether or not image versions from old releases should be included.
98
99
pageSize: integer, The maximum number of image_versions to return.
99
100
pageToken: string, The next_page_token value returned from a previous List request, if any.
100
101
x__xgafv: string, V1 error format.
@@ -108,11 +109,18 @@ <h3>Method Details</h3>
108
109
{ # The ImageVersions in a project and location.
109
110
"imageVersions": [ # The list of supported ImageVersions in a location.
110
111
{ # ImageVersion information
112
+
"creationDisabled": True or False, # Whether it is impossible to create an environment with the image version.
111
113
"imageVersionId": "A String", # The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b(.c)"
112
114
"isDefault": True or False, # Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
115
+
"releaseDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the version release.
116
+
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
117
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
118
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
0 commit comments