• Home
  • Raw
  • Download

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 …": "A String", # A Google Cloud Storage bucket that can be used by the application to store conten…
117 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
121 …"service": "A String", # Resource id of a service in this application that should serve the matche…
124 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
131 …this application will be run. Application instances will run out of data centers in the chosen loc…
132 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
133 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…
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 …": "A String", # A Google Cloud Storage bucket that can be used by the application to store conten…
192 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
196 …"service": "A String", # Resource id of a service in this application that should serve the matche…
199 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
206 …this application will be run. Application instances will run out of data centers in the chosen loc…
207 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
208 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…
214 <pre>Updates the specified Application resource. You can update the following fields:
215 …/cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/apps#Application.FIELDS.auth_dom…
216 …/cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta5/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 …": "A String", # A Google Cloud Storage bucket that can be used by the application to store conten…
228 …"dispatchRules": [ # HTTP path dispatch rules for requests to the application that do not explicit…
232 …"service": "A String", # Resource id of a service in this application that should serve the matche…
235 "defaultCookieExpiration": "A String", # Cookie expiration policy for this application.
242 …this application will be run. Application instances will run out of data centers in the chosen loc…
243 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
244 …e Application resource. This identifier is equivalent to the project ID of the Google Cloud Platfo…