1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="appengine_v1beta.html">App Engine Admin API</a> . <a href="appengine_v1beta.apps.html">apps</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="appengine_v1beta.apps.authorizedCertificates.html">authorizedCertificates()</a></code>
79</p>
80<p class="firstline">Returns the authorizedCertificates Resource.</p>
81
82<p class="toc_element">
83  <code><a href="appengine_v1beta.apps.authorizedDomains.html">authorizedDomains()</a></code>
84</p>
85<p class="firstline">Returns the authorizedDomains Resource.</p>
86
87<p class="toc_element">
88  <code><a href="appengine_v1beta.apps.domainMappings.html">domainMappings()</a></code>
89</p>
90<p class="firstline">Returns the domainMappings Resource.</p>
91
92<p class="toc_element">
93  <code><a href="appengine_v1beta.apps.firewall.html">firewall()</a></code>
94</p>
95<p class="firstline">Returns the firewall Resource.</p>
96
97<p class="toc_element">
98  <code><a href="appengine_v1beta.apps.locations.html">locations()</a></code>
99</p>
100<p class="firstline">Returns the locations Resource.</p>
101
102<p class="toc_element">
103  <code><a href="appengine_v1beta.apps.operations.html">operations()</a></code>
104</p>
105<p class="firstline">Returns the operations Resource.</p>
106
107<p class="toc_element">
108  <code><a href="appengine_v1beta.apps.services.html">services()</a></code>
109</p>
110<p class="firstline">Returns the services Resource.</p>
111
112<p class="toc_element">
113  <code><a href="#close">close()</a></code></p>
114<p class="firstline">Close httplib2 connections.</p>
115<p class="toc_element">
116  <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
117<p class="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>
118<p class="toc_element">
119  <code><a href="#get">get(appsId, x__xgafv=None)</a></code></p>
120<p class="firstline">Gets information about an application.</p>
121<p class="toc_element">
122  <code><a href="#patch">patch(appsId, body=None, updateMask=None, x__xgafv=None)</a></code></p>
123<p class="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>
124<p class="toc_element">
125  <code><a href="#repair">repair(appsId, body=None, x__xgafv=None)</a></code></p>
126<p class="firstline">Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.</p>
127<h3>Method Details</h3>
128<div class="method">
129    <code class="details" id="close">close()</code>
130  <pre>Close httplib2 connections.</pre>
131</div>
132
133<div class="method">
134    <code class="details" id="create">create(body=None, x__xgafv=None)</code>
135  <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
137Args:
138  body: object, The request body.
139    The object takes the form of:
140
141{ # An Application resource contains the top-level configuration of an App Engine application.
142  &quot;authDomain&quot;: &quot;A String&quot;, # Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.
143  &quot;codeBucket&quot;: &quot;A String&quot;, # 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  &quot;databaseType&quot;: &quot;A String&quot;, # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
145  &quot;defaultBucket&quot;: &quot;A String&quot;, # Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
146  &quot;defaultCookieExpiration&quot;: &quot;A String&quot;, # Cookie expiration policy for this application.
147  &quot;defaultHostname&quot;: &quot;A String&quot;, # Hostname used to reach this application, as resolved by App Engine.@OutputOnly
148  &quot;dispatchRules&quot;: [ # 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    { # Rules to match an HTTP request and dispatch that request to a service.
150      &quot;domain&quot;: &quot;A String&quot;, # Domain name to match against. The wildcard &quot;*&quot; is supported if specified before a period: &quot;*.&quot;.Defaults to matching all domains: &quot;*&quot;.
151      &quot;path&quot;: &quot;A String&quot;, # Pathname within the host. Must start with a &quot;/&quot;. A single &quot;*&quot; can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.
152      &quot;service&quot;: &quot;A String&quot;, # Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.
153    },
154  ],
155  &quot;featureSettings&quot;: { # The feature specific settings to be used in the application. These define behaviors that are user configurable. # The feature specific settings to be used in the application.
156    &quot;splitHealthChecks&quot;: 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 &#x27;readiness_check&#x27; and &#x27;liveness_check&#x27; values instead of &#x27;health_check&#x27; ones. Once the legacy &#x27;health_check&#x27; behavior is deprecated, and this value is always true, this setting can be removed.
157    &quot;useContainerOptimizedOs&quot;: 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  },
159  &quot;gcrDomain&quot;: &quot;A String&quot;, # The Google Container Registry domain used for storing managed build docker images for this application.
160  &quot;iap&quot;: { # Identity-Aware Proxy
161    &quot;enabled&quot;: 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    &quot;oauth2ClientId&quot;: &quot;A String&quot;, # OAuth2 client ID to use for the authentication flow.
163    &quot;oauth2ClientSecret&quot;: &quot;A String&quot;, # 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    &quot;oauth2ClientSecretSha256&quot;: &quot;A String&quot;, # Hex-encoded SHA-256 hash of the client secret.@OutputOnly
165  },
166  &quot;id&quot;: &quot;A String&quot;, # 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  &quot;locationId&quot;: &quot;A String&quot;, # 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&#x27;s end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
168  &quot;name&quot;: &quot;A String&quot;, # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
169  &quot;serviceAccount&quot;: &quot;A String&quot;, # 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  &quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
171}
172
173  x__xgafv: string, V1 error format.
174    Allowed values
175      1 - v1 error format
176      2 - v2 error format
177
178Returns:
179  An object of the form:
180
181    { # This resource represents a long-running operation that is the result of a network API call.
182  &quot;done&quot;: True or False, # If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
183  &quot;error&quot;: { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
184    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
185    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
186      {
187        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
188      },
189    ],
190    &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
191  },
192  &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
193    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
194  },
195  &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.
196  &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
197    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
198  },
199}</pre>
200</div>
201
202<div class="method">
203    <code class="details" id="get">get(appsId, x__xgafv=None)</code>
204  <pre>Gets information about an application.
205
206Args:
207  appsId: string, Part of `name`. Name of the Application resource to get. Example: apps/myapp. (required)
208  x__xgafv: string, V1 error format.
209    Allowed values
210      1 - v1 error format
211      2 - v2 error format
212
213Returns:
214  An object of the form:
215
216    { # An Application resource contains the top-level configuration of an App Engine application.
217  &quot;authDomain&quot;: &quot;A String&quot;, # Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.
218  &quot;codeBucket&quot;: &quot;A String&quot;, # 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  &quot;databaseType&quot;: &quot;A String&quot;, # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
220  &quot;defaultBucket&quot;: &quot;A String&quot;, # Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
221  &quot;defaultCookieExpiration&quot;: &quot;A String&quot;, # Cookie expiration policy for this application.
222  &quot;defaultHostname&quot;: &quot;A String&quot;, # Hostname used to reach this application, as resolved by App Engine.@OutputOnly
223  &quot;dispatchRules&quot;: [ # 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    { # Rules to match an HTTP request and dispatch that request to a service.
225      &quot;domain&quot;: &quot;A String&quot;, # Domain name to match against. The wildcard &quot;*&quot; is supported if specified before a period: &quot;*.&quot;.Defaults to matching all domains: &quot;*&quot;.
226      &quot;path&quot;: &quot;A String&quot;, # Pathname within the host. Must start with a &quot;/&quot;. A single &quot;*&quot; can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.
227      &quot;service&quot;: &quot;A String&quot;, # Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.
228    },
229  ],
230  &quot;featureSettings&quot;: { # The feature specific settings to be used in the application. These define behaviors that are user configurable. # The feature specific settings to be used in the application.
231    &quot;splitHealthChecks&quot;: 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 &#x27;readiness_check&#x27; and &#x27;liveness_check&#x27; values instead of &#x27;health_check&#x27; ones. Once the legacy &#x27;health_check&#x27; behavior is deprecated, and this value is always true, this setting can be removed.
232    &quot;useContainerOptimizedOs&quot;: 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  &quot;gcrDomain&quot;: &quot;A String&quot;, # The Google Container Registry domain used for storing managed build docker images for this application.
235  &quot;iap&quot;: { # Identity-Aware Proxy
236    &quot;enabled&quot;: 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    &quot;oauth2ClientId&quot;: &quot;A String&quot;, # OAuth2 client ID to use for the authentication flow.
238    &quot;oauth2ClientSecret&quot;: &quot;A String&quot;, # 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    &quot;oauth2ClientSecretSha256&quot;: &quot;A String&quot;, # Hex-encoded SHA-256 hash of the client secret.@OutputOnly
240  },
241  &quot;id&quot;: &quot;A String&quot;, # 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  &quot;locationId&quot;: &quot;A String&quot;, # 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&#x27;s end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
243  &quot;name&quot;: &quot;A String&quot;, # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
244  &quot;serviceAccount&quot;: &quot;A String&quot;, # 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  &quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
246}</pre>
247</div>
248
249<div class="method">
250    <code class="details" id="patch">patch(appsId, body=None, updateMask=None, x__xgafv=None)</code>
251  <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.
252
253Args:
254  appsId: string, Part of `name`. Name of the Application resource to update. Example: apps/myapp. (required)
255  body: object, The request body.
256    The object takes the form of:
257
258{ # An Application resource contains the top-level configuration of an App Engine application.
259  &quot;authDomain&quot;: &quot;A String&quot;, # Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.
260  &quot;codeBucket&quot;: &quot;A String&quot;, # 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  &quot;databaseType&quot;: &quot;A String&quot;, # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
262  &quot;defaultBucket&quot;: &quot;A String&quot;, # Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
263  &quot;defaultCookieExpiration&quot;: &quot;A String&quot;, # Cookie expiration policy for this application.
264  &quot;defaultHostname&quot;: &quot;A String&quot;, # Hostname used to reach this application, as resolved by App Engine.@OutputOnly
265  &quot;dispatchRules&quot;: [ # 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    { # Rules to match an HTTP request and dispatch that request to a service.
267      &quot;domain&quot;: &quot;A String&quot;, # Domain name to match against. The wildcard &quot;*&quot; is supported if specified before a period: &quot;*.&quot;.Defaults to matching all domains: &quot;*&quot;.
268      &quot;path&quot;: &quot;A String&quot;, # Pathname within the host. Must start with a &quot;/&quot;. A single &quot;*&quot; can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.
269      &quot;service&quot;: &quot;A String&quot;, # Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.
270    },
271  ],
272  &quot;featureSettings&quot;: { # The feature specific settings to be used in the application. These define behaviors that are user configurable. # The feature specific settings to be used in the application.
273    &quot;splitHealthChecks&quot;: 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 &#x27;readiness_check&#x27; and &#x27;liveness_check&#x27; values instead of &#x27;health_check&#x27; ones. Once the legacy &#x27;health_check&#x27; behavior is deprecated, and this value is always true, this setting can be removed.
274    &quot;useContainerOptimizedOs&quot;: 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  &quot;gcrDomain&quot;: &quot;A String&quot;, # The Google Container Registry domain used for storing managed build docker images for this application.
277  &quot;iap&quot;: { # Identity-Aware Proxy
278    &quot;enabled&quot;: 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    &quot;oauth2ClientId&quot;: &quot;A String&quot;, # OAuth2 client ID to use for the authentication flow.
280    &quot;oauth2ClientSecret&quot;: &quot;A String&quot;, # 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    &quot;oauth2ClientSecretSha256&quot;: &quot;A String&quot;, # Hex-encoded SHA-256 hash of the client secret.@OutputOnly
282  },
283  &quot;id&quot;: &quot;A String&quot;, # 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  &quot;locationId&quot;: &quot;A String&quot;, # 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&#x27;s end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
285  &quot;name&quot;: &quot;A String&quot;, # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
286  &quot;serviceAccount&quot;: &quot;A String&quot;, # 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  &quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
288}
289
290  updateMask: string, Required. Standard field mask for the set of fields to be updated.
291  x__xgafv: string, V1 error format.
292    Allowed values
293      1 - v1 error format
294      2 - v2 error format
295
296Returns:
297  An object of the form:
298
299    { # This resource represents a long-running operation that is the result of a network API call.
300  &quot;done&quot;: True or False, # If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
301  &quot;error&quot;: { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
302    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
303    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
304      {
305        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
306      },
307    ],
308    &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
309  },
310  &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
311    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
312  },
313  &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.
314  &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
315    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
316  },
317}</pre>
318</div>
319
320<div class="method">
321    <code class="details" id="repair">repair(appsId, body=None, x__xgafv=None)</code>
322  <pre>Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B&quot;name&quot;%3A&quot;projects%2F-%2FserviceAccounts%2Funique_id&quot;%2C&quot;resource&quot;%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.
323
324Args:
325  appsId: string, Part of `name`. Name of the application to repair. Example: apps/myapp (required)
326  body: object, The request body.
327    The object takes the form of:
328
329{ # Request message for &#x27;Applications.RepairApplication&#x27;.
330}
331
332  x__xgafv: string, V1 error format.
333    Allowed values
334      1 - v1 error format
335      2 - v2 error format
336
337Returns:
338  An object of the form:
339
340    { # This resource represents a long-running operation that is the result of a network API call.
341  &quot;done&quot;: True or False, # If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
342  &quot;error&quot;: { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
343    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
344    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
345      {
346        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
347      },
348    ],
349    &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
350  },
351  &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
352    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
353  },
354  &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.
355  &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
356    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
357  },
358}</pre>
359</div>
360
361</body></html>