generated/google/apis/appengine_v1beta/service.rb in google-api-client-0.28.7 vs generated/google/apis/appengine_v1beta/service.rb in google-api-client-0.29.0
- old
+ new
@@ -155,10 +155,16 @@
end
# 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.
+ # 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.
# @param [String] apps_id
# Part of `name`. Name of the application to repair. Example: apps/myapp
# @param [Google::Apis::AppengineV1beta::RepairApplicationRequest] repair_application_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.