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>
"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
159
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
160
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest
161
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
162
+
},
160
163
"iap": { # Identity-Aware Proxy
161
164
"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
165
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
appsId: string, Part of `name`. Name of the Application resource to get. Example: apps/myapp. (required)
211
+
includeExtraData: string, Options to include extra data
212
+
Allowed values
213
+
INCLUDE_EXTRA_DATA_UNSPECIFIED - Unspecified: No extra data will be returned
214
+
INCLUDE_EXTRA_DATA_NONE - Do not return any extra data
215
+
INCLUDE_GOOGLE_GENERATED_METADATA - Return GGCM associated with the resources
208
216
x__xgafv: string, V1 error format.
209
217
Allowed values
210
218
1 - v1 error format
@@ -232,6 +240,9 @@ <h3>Method Details</h3>
232
240
"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
241
},
234
242
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
243
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest
244
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
245
+
},
235
246
"iap": { # Identity-Aware Proxy
236
247
"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
248
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
@@ -274,6 +285,9 @@ <h3>Method Details</h3>
274
285
"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
286
},
276
287
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
288
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest
289
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
290
+
},
277
291
"iap": { # Identity-Aware Proxy
278
292
"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
293
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
Copy file name to clipboardExpand all lines: docs/dyn/appengine_v1.apps.services.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,9 @@ <h3>Method Details</h3>
155
155
An object of the form:
156
156
157
157
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
158
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest
159
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
160
+
},
158
161
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
159
162
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
160
163
"a_key": "A String",
@@ -192,6 +195,9 @@ <h3>Method Details</h3>
192
195
"nextPageToken": "A String", # Continuation token for fetching the next page of results.
193
196
"services": [ # The services belonging to the requested application.
194
197
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
198
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest
199
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
200
+
},
195
201
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
196
202
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
197
203
"a_key": "A String",
@@ -236,6 +242,9 @@ <h3>Method Details</h3>
236
242
The object takes the form of:
237
243
238
244
{ # A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.
245
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest
246
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
247
+
},
239
248
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
240
249
"labels": { # A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
<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>
"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.
163
163
},
164
164
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
165
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest
166
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
167
+
},
165
168
"iap": { # Identity-Aware Proxy
166
169
"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.
167
170
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
appsId: string, Part of `name`. Name of the Application resource to get. Example: apps/myapp. (required)
216
+
includeExtraData: string, Optional. Options to include extra data
217
+
Allowed values
218
+
INCLUDE_EXTRA_DATA_UNSPECIFIED - Unspecified: No extra data will be returned
219
+
INCLUDE_EXTRA_DATA_NONE - Do not return any extra data
220
+
INCLUDE_GOOGLE_GENERATED_METADATA - Return GGCM associated with the resources
213
221
x__xgafv: string, V1 error format.
214
222
Allowed values
215
223
1 - v1 error format
@@ -237,6 +245,9 @@ <h3>Method Details</h3>
237
245
"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.
238
246
},
239
247
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
248
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest
249
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
250
+
},
240
251
"iap": { # Identity-Aware Proxy
241
252
"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.
242
253
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
@@ -279,6 +290,9 @@ <h3>Method Details</h3>
279
290
"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.
280
291
},
281
292
"gcrDomain": "A String", # Output only. The Google Container Registry domain used for storing managed build docker images for this application.
293
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest
294
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
295
+
},
282
296
"iap": { # Identity-Aware Proxy
283
297
"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.
284
298
"oauth2ClientId": "A String", # OAuth2 client ID to use for the authentication flow.
0 commit comments