• Home
  • Raw
  • Download

Lines Matching full:application

109 <p class="firstline">Creates an App Engine application for a Google Cloud Platform project. Require…
112 <p class="firstline">Gets information about an application.</p>
115 <p class="firstline">Updates the specified Application resource. You can update the following field…
118 …ecreates the required App Engine features for the specified App Engine application, for example a …
122 <pre>Creates an App Engine application for a Google Cloud Platform project. Required fields:
124 …oud.google.com/appengine/docs/locations) where you want the App Engine application located.For mor…
130 { # An Application resource contains the top-level configuration of an App Engine application.
131 …"defaultHostname": "A String", # Hostname used to reach this application, as resolved by App Engin…
132 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu…
133 …Google Container Registry domain used for storing managed build docker images for this application.
134 …be used for storing files associated with this application. This bucket is associated with the app…
135 …"defaultBucket": "A String", # Google Cloud Storage bucket that can be used by this application to…
136 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
140 …"service": "A String", # Resource ID of a service in this application that should serve the matche…
143 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
144 "servingStatus": "A String", # Serving status of this application.
145 …this application will be run. Application instances will run out of data centers in the chosen loc…
152 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
153 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…
194 <pre>Gets information about an application.
197 …appsId: string, Part of `name`. Name of the Application resource to get. Example: apps/myapp. (req…
206 { # An Application resource contains the top-level configuration of an App Engine application.
207 …"defaultHostname": "A String", # Hostname used to reach this application, as resolved by App Engin…
208 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu…
209 …Google Container Registry domain used for storing managed build docker images for this application.
210 …be used for storing files associated with this application. This bucket is associated with the app…
211 …t": "A String", # Google Cloud Storage bucket that can be used by this application to store conten…
212 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
216 …"service": "A String", # Resource ID of a service in this application that should serve the matche…
219 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
220 "servingStatus": "A String", # Serving status of this application.
221 …this application will be run. Application instances will run out of data centers in the chosen loc…
228 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
229 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…
235 <pre>Updates the specified Application resource. You can update the following fields:
236 auth_domain - Google authentication domain for controlling user access to the application.
237 default_cookie_expiration - Cookie expiration policy for the application.
240 …appsId: string, Part of `name`. Name of the Application resource to update. Example: apps/myapp. (…
244 { # An Application resource contains the top-level configuration of an App Engine application.
245 …"defaultHostname": "A String", # Hostname used to reach this application, as resolved by App Engin…
246 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu…
247 …Google Container Registry domain used for storing managed build docker images for this application.
248 …be used for storing files associated with this application. This bucket is associated with the app…
249 …"defaultBucket": "A String", # Google Cloud Storage bucket that can be used by this application to…
250 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
254 …"service": "A String", # Resource ID of a service in this application that should serve the matche…
257 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
258 "servingStatus": "A String", # Serving status of this application.
259 …this application will be run. Application instances will run out of data centers in the chosen loc…
266 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
267 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…
309 …<pre>Recreates the required App Engine features for the specified App Engine application, for exam…
312 appsId: string, Part of `name`. Name of the application to repair. Example: apps/myapp (required)