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
#### appengine:v1
The following keys were deleted:
- schemas.ProjectState (Total Keys: 7)
The following keys were added:
- schemas.ContainerState (Total Keys: 7)
The following keys were changed:
- schemas.ProjectEvent.properties.state.$ref (Total Keys: 1)
#### appengine:v1alpha
The following keys were deleted:
- schemas.ProjectState (Total Keys: 7)
The following keys were added:
- schemas.ContainerState (Total Keys: 7)
The following keys were changed:
- schemas.ProjectEvent.properties.state.$ref (Total Keys: 1)
#### appengine:v1beta
The following keys were deleted:
- resources.apps.resources.runtimes.methods.list (Total Keys: 12)
- schemas.ProjectState (Total Keys: 7)
The following keys were added:
- resources.apps.methods.listRuntimes (Total Keys: 12)
- schemas.ContainerState (Total Keys: 7)
The following keys were changed:
- schemas.ProjectEvent.properties.state.$ref (Total Keys: 1)
<pclass="firstline">Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.</p>
<pre>Lists all the available runtimes for the application.
266
+
267
+
Args:
268
+
appsId: string, Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. (required)
269
+
environment: string, Optional. The environment of the Application.
270
+
Allowed values
271
+
ENVIRONMENT_UNSPECIFIED - Default value.
272
+
STANDARD - App Engine Standard.
273
+
FLEXIBLE - App Engine Flexible
274
+
x__xgafv: string, V1 error format.
275
+
Allowed values
276
+
1 - v1 error format
277
+
2 - v2 error format
278
+
279
+
Returns:
280
+
An object of the form:
281
+
282
+
{ # Response message for Applications.ListRuntimes.
283
+
"nextPageToken": "A String", # Continuation token for fetching the next page of results.
284
+
"runtimes": [ # The runtimes available to the requested application.
285
+
{ # Runtime versions for App Engine.
286
+
"decommissionedDate": { # 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, with a zero year (for example, an anniversary). A year on its own, with a zero month and a zero day. A year and month, with a zero day (for example, a credit card expiration date).Related types: google.type.TimeOfDay google.type.DateTime google.protobuf.Timestamp # Date when Runtime is decommissioned.
287
+
"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.
288
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
289
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
290
+
},
291
+
"deprecationDate": { # 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, with a zero year (for example, an anniversary). A year on its own, with a zero month and a zero day. A year and month, with a zero day (for example, a credit card expiration date).Related types: google.type.TimeOfDay google.type.DateTime google.protobuf.Timestamp # Date when Runtime is deprecated.
292
+
"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.
293
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
294
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
295
+
},
296
+
"endOfSupportDate": { # 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, with a zero year (for example, an anniversary). A year on its own, with a zero month and a zero day. A year and month, with a zero day (for example, a credit card expiration date).Related types: google.type.TimeOfDay google.type.DateTime google.protobuf.Timestamp # Date when Runtime is end of support.
297
+
"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.
298
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
299
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
300
+
},
301
+
"environment": "A String", # The environment of the runtime.
302
+
"name": "A String", # The name of the runtime, e.g., 'go113', 'nodejs12', etc.
303
+
"stage": "A String", # The stage of life this runtime is in, e.g., BETA, GA, etc.
304
+
"warnings": [ # Warning messages, e.g., a deprecation warning.
<pre>Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.
0 commit comments