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
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.
30
+
31
+
## Parameters
32
+
33
+
* `connection` (*type:* `GoogleApi.AppEngine.V1.Connection.t`) - Connection to server
34
+
* `projects_id` (*type:* `String.t`) - Part of `name`. Name of the Application resource to update. Example: apps/myapp.
35
+
* `locations_id` (*type:* `String.t`) - Part of `name`. See documentation of `projectsId`.
36
+
* `applications_id` (*type:* `String.t`) - Part of `name`. See documentation of `projectsId`.
* `:alt` (*type:* `String.t`) - Data format for response.
41
+
* `:callback` (*type:* `String.t`) - JSONP
42
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
43
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
44
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
45
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
46
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
47
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
48
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
49
+
* `:updateMask` (*type:* `String.t`) - Required. Standard field mask for the set of fields to be updated.
0 commit comments