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
<pclass="firstline">Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).</p>
<pre>Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).
136
136
137
137
Args:
@@ -140,11 +140,11 @@ <h3>Method Details</h3>
140
140
141
141
{ # An Application resource contains the top-level configuration of an App Engine application.
142
142
"authDomain": "A String", # Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.
143
-
"codeBucket": "A String", # Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly
143
+
"codeBucket": "A String", # Output only. Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly
144
144
"databaseType": "A String", # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
145
-
"defaultBucket": "A String", # Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
145
+
"defaultBucket": "A String", # Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
146
146
"defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
147
-
"defaultHostname": "A String", # Hostname used to reach this application, as resolved by App Engine.@OutputOnly
147
+
"defaultHostname": "A String", # Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly
148
148
"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
149
149
{ # Rules to match an HTTP request and dispatch that request to a service.
150
150
"domain": "A String", # Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*".
@@ -156,20 +156,21 @@ <h3>Method Details</h3>
156
156
"splitHealthChecks": True or False, # Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.
157
157
"useContainerOptimizedOs": True or False, # If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image.
158
158
},
159
-
"gcrDomain": "A String", # The Google Container Registry domain used for storing managed build docker images for this application.
159
+
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
160
160
"iap": { # Identity-Aware Proxy
161
161
"enabled": True or False, # Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.
162
162
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
163
163
"oauth2ClientSecret": "A String", # OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly
164
-
"oauth2ClientSecretSha256": "A String", # Hex-encoded SHA-256 hash of the client secret.@OutputOnly
164
+
"oauth2ClientSecretSha256": "A String", # Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly
165
165
},
166
166
"id": "A String", # Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.
167
167
"locationId": "A String", # Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
168
-
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
168
+
"name": "A String", # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
169
169
"serviceAccount": "A String", # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
170
170
"servingStatus": "A String", # Serving status of this application.
171
171
}
172
172
173
+
parent: string, The project and location in which the application should be created, specified in the format projects/*/locations/*
173
174
x__xgafv: string, V1 error format.
174
175
Allowed values
175
176
1 - v1 error format
@@ -215,11 +216,11 @@ <h3>Method Details</h3>
215
216
216
217
{ # An Application resource contains the top-level configuration of an App Engine application.
217
218
"authDomain": "A String", # Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.
218
-
"codeBucket": "A String", # Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly
219
+
"codeBucket": "A String", # Output only. Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly
219
220
"databaseType": "A String", # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
220
-
"defaultBucket": "A String", # Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
221
+
"defaultBucket": "A String", # Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
221
222
"defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
222
-
"defaultHostname": "A String", # Hostname used to reach this application, as resolved by App Engine.@OutputOnly
223
+
"defaultHostname": "A String", # Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly
223
224
"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
224
225
{ # Rules to match an HTTP request and dispatch that request to a service.
225
226
"domain": "A String", # Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*".
@@ -231,16 +232,16 @@ <h3>Method Details</h3>
231
232
"splitHealthChecks": True or False, # Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.
232
233
"useContainerOptimizedOs": True or False, # If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image.
233
234
},
234
-
"gcrDomain": "A String", # The Google Container Registry domain used for storing managed build docker images for this application.
235
+
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
235
236
"iap": { # Identity-Aware Proxy
236
237
"enabled": True or False, # Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.
237
238
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
238
239
"oauth2ClientSecret": "A String", # OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly
239
-
"oauth2ClientSecretSha256": "A String", # Hex-encoded SHA-256 hash of the client secret.@OutputOnly
240
+
"oauth2ClientSecretSha256": "A String", # Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly
240
241
},
241
242
"id": "A String", # Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.
242
243
"locationId": "A String", # Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
243
-
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
244
+
"name": "A String", # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
244
245
"serviceAccount": "A String", # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
245
246
"servingStatus": "A String", # Serving status of this application.
246
247
}</pre>
@@ -257,11 +258,11 @@ <h3>Method Details</h3>
257
258
258
259
{ # An Application resource contains the top-level configuration of an App Engine application.
259
260
"authDomain": "A String", # Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.
260
-
"codeBucket": "A String", # Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly
261
+
"codeBucket": "A String", # Output only. Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly
261
262
"databaseType": "A String", # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
262
-
"defaultBucket": "A String", # Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
263
+
"defaultBucket": "A String", # Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
263
264
"defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
264
-
"defaultHostname": "A String", # Hostname used to reach this application, as resolved by App Engine.@OutputOnly
265
+
"defaultHostname": "A String", # Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly
265
266
"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
266
267
{ # Rules to match an HTTP request and dispatch that request to a service.
267
268
"domain": "A String", # Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*".
@@ -273,16 +274,16 @@ <h3>Method Details</h3>
273
274
"splitHealthChecks": True or False, # Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.
274
275
"useContainerOptimizedOs": True or False, # If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image.
275
276
},
276
-
"gcrDomain": "A String", # The Google Container Registry domain used for storing managed build docker images for this application.
277
+
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
277
278
"iap": { # Identity-Aware Proxy
278
279
"enabled": True or False, # Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.
279
280
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
280
281
"oauth2ClientSecret": "A String", # OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly
281
-
"oauth2ClientSecretSha256": "A String", # Hex-encoded SHA-256 hash of the client secret.@OutputOnly
282
+
"oauth2ClientSecretSha256": "A String", # Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly
282
283
},
283
284
"id": "A String", # Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.
284
285
"locationId": "A String", # Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
285
-
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
286
+
"name": "A String", # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
286
287
"serviceAccount": "A String", # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
287
288
"servingStatus": "A String", # Serving status of this application.
0 commit comments