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">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>
<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"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.
223
+
224
+
Args:
225
+
projectsId: string, Part of `name`. Name of the application to repair. Example: apps/myapp (required)
226
+
locationsId: string, Part of `name`. See documentation of `projectsId`. (required)
227
+
applicationsId: string, Part of `name`. See documentation of `projectsId`. (required)
228
+
body: object, The request body.
229
+
The object takes the form of:
230
+
231
+
{ # Request message for 'Applications.RepairApplication'.
232
+
}
233
+
234
+
x__xgafv: string, V1 error format.
235
+
Allowed values
236
+
1 - v1 error format
237
+
2 - v2 error format
238
+
239
+
Returns:
240
+
An object of the form:
241
+
242
+
{ # This resource represents a long-running operation that is the result of a network API call.
243
+
"done": 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.
244
+
"error": { # 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.
245
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
246
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
247
+
{
248
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
249
+
},
250
+
],
251
+
"message": "A String", # 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.
252
+
},
253
+
"metadata": { # 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.
254
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
255
+
},
256
+
"name": "A String", # 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}.
257
+
"response": { # 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.
258
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pre>Gets the current configuration of the specified service.
98
+
99
+
Args:
100
+
projectsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. (required)
101
+
locationsId: string, Part of `name`. See documentation of `projectsId`. (required)
102
+
applicationsId: string, Part of `name`. See documentation of `projectsId`. (required)
103
+
servicesId: string, Part of `name`. See documentation of `projectsId`. (required)
104
+
x__xgafv: string, V1 error format.
105
+
Allowed values
106
+
1 - v1 error format
107
+
2 - v2 error format
108
+
109
+
Returns:
110
+
An object of the form:
111
+
112
+
{ # 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.
113
+
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
114
+
"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.
115
+
"a_key": "A String",
116
+
},
117
+
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
118
+
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
119
+
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
120
+
},
121
+
"split": { # Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions. # Mapping that defines fractional HTTP traffic diversion to different versions within the service.
122
+
"allocations": { # Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
123
+
"a_key": 3.14,
124
+
},
125
+
"shardBy": "A String", # Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.
projectsId: string, Part of `parent`. Name of the parent Application resource. Example: apps/myapp. (required)
136
+
locationsId: string, Part of `parent`. See documentation of `projectsId`. (required)
137
+
applicationsId: string, Part of `parent`. See documentation of `projectsId`. (required)
138
+
pageSize: integer, Maximum results to return per page.
139
+
pageToken: string, Continuation token for fetching the next page of results.
140
+
x__xgafv: string, V1 error format.
141
+
Allowed values
142
+
1 - v1 error format
143
+
2 - v2 error format
144
+
145
+
Returns:
146
+
An object of the form:
147
+
148
+
{ # Response message for Services.ListServices.
149
+
"nextPageToken": "A String", # Continuation token for fetching the next page of results.
150
+
"services": [ # The services belonging to the requested application.
151
+
{ # 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.
152
+
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
153
+
"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.
154
+
"a_key": "A String",
155
+
},
156
+
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
157
+
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
158
+
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
159
+
},
160
+
"split": { # Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions. # Mapping that defines fractional HTTP traffic diversion to different versions within the service.
161
+
"allocations": { # Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
162
+
"a_key": 3.14,
163
+
},
164
+
"shardBy": "A String", # Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.
<pre>Gets the current configuration of the specified service.
98
+
99
+
Args:
100
+
projectsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. (required)
101
+
locationsId: string, Part of `name`. See documentation of `projectsId`. (required)
102
+
applicationsId: string, Part of `name`. See documentation of `projectsId`. (required)
103
+
servicesId: string, Part of `name`. See documentation of `projectsId`. (required)
104
+
x__xgafv: string, V1 error format.
105
+
Allowed values
106
+
1 - v1 error format
107
+
2 - v2 error format
108
+
109
+
Returns:
110
+
An object of the form:
111
+
112
+
{ # 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.
113
+
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
114
+
"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.
115
+
"a_key": "A String",
116
+
},
117
+
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
118
+
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
119
+
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
120
+
},
121
+
"split": { # Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions. # Mapping that defines fractional HTTP traffic diversion to different versions within the service.
122
+
"allocations": { # Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
123
+
"a_key": 3.14,
124
+
},
125
+
"shardBy": "A String", # Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.
projectsId: string, Part of `parent`. Name of the parent Application resource. Example: apps/myapp. (required)
136
+
locationsId: string, Part of `parent`. See documentation of `projectsId`. (required)
137
+
applicationsId: string, Part of `parent`. See documentation of `projectsId`. (required)
138
+
pageSize: integer, Maximum results to return per page.
139
+
pageToken: string, Continuation token for fetching the next page of results.
140
+
x__xgafv: string, V1 error format.
141
+
Allowed values
142
+
1 - v1 error format
143
+
2 - v2 error format
144
+
145
+
Returns:
146
+
An object of the form:
147
+
148
+
{ # Response message for Services.ListServices.
149
+
"nextPageToken": "A String", # Continuation token for fetching the next page of results.
150
+
"services": [ # The services belonging to the requested application.
151
+
{ # 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.
152
+
"id": "A String", # Relative name of the service within the application. Example: default.@OutputOnly
153
+
"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.
154
+
"a_key": "A String",
155
+
},
156
+
"name": "A String", # Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly
157
+
"networkSettings": { # A NetworkSettings resource is a container for ingress settings for a version or service. # Ingress settings for this service. Will apply to all versions.
158
+
"ingressTrafficAllowed": "A String", # The ingress settings for version or service.
159
+
},
160
+
"split": { # Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions. # Mapping that defines fractional HTTP traffic diversion to different versions within the service.
161
+
"allocations": { # Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
162
+
"a_key": 3.14,
163
+
},
164
+
"shardBy": "A String", # Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.
"description": "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.",
0 commit comments