Lines Matching full:application
94 <p class="firstline">Creates an App Engine application for a Google Cloud Platform project. Require…
97 <p class="firstline">Gets information about an application.</p>
100 <p class="firstline">Updates the specified Application resource. You can update the following field…
104 <pre>Creates an App Engine application for a Google Cloud Platform project. Required fields:
106 …oud.google.com/appengine/docs/locations) where you want the App Engine application located.For mor…
112 { # An Application resource contains the top-level configuration of an App Engine application.
113 …"defaultHostname": "A String", # Hostname used to reach the application, as resolved by App Engine…
114 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu…
115 …be used for storing files associated with this application. This bucket is associated with the app…
116 …"defaultBucket": "A String", # Google Cloud Storage bucket that can be used by this application to…
117 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
121 …"module": "A String", # Resource ID of a module in this application that should serve the matched …
124 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
125 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…
126 …this application will be run. Application instances will run out of data centers in the chosen loc…
127 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
174 <pre>Gets information about an application.
177 appsId: string, Part of `name`. Name of the application to get. Example: apps/myapp. (required)
182 …ensureResourcesExist: boolean, Certain resources associated with an application are created on-dem…
187 { # An Application resource contains the top-level configuration of an App Engine application.
188 …"defaultHostname": "A String", # Hostname used to reach the application, as resolved by App Engine…
189 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu…
190 …be used for storing files associated with this application. This bucket is associated with the app…
191 …t": "A String", # Google Cloud Storage bucket that can be used by this application to store conten…
192 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
196 …"module": "A String", # Resource ID of a module in this application that should serve the matched …
199 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
200 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…
201 …this application will be run. Application instances will run out of data centers in the chosen loc…
202 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
214 <pre>Updates the specified Application resource. You can update the following fields:
215 …/cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps#Application.FIELDS.auth_dom…
216 …/cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps#Application.FIELDS.default_…
219 …appsId: string, Part of `name`. Name of the Application resource to update. Example: apps/myapp. (…
223 { # An Application resource contains the top-level configuration of an App Engine application.
224 …"defaultHostname": "A String", # Hostname used to reach the application, as resolved by App Engine…
225 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu…
226 …be used for storing files associated with this application. This bucket is associated with the app…
227 …"defaultBucket": "A String", # Google Cloud Storage bucket that can be used by this application to…
228 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
232 …"module": "A String", # Resource ID of a module in this application that should serve the matched …
235 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
236 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…
237 …this application will be run. Application instances will run out of data centers in the chosen loc…
238 …e Apps authentication domain that controls which users can access this application.Defaults to ope…