Lines Matching full:web
82 <p class="firstline">Deletes an existing web app.</p>
85 <p class="firstline">Gets an existing web app.</p>
88 <p class="firstline">Creates a new web app for the enterprise.</p>
91 <p class="firstline">Retrieves the details of all web apps for a given enterprise.</p>
94 <p class="firstline">Updates an existing web app.</p>
103 <pre>Deletes an existing web app.
107 webAppId: string, The ID of the web app. (required)
117 <pre>Gets an existing web app.
121 webAppId: string, The ID of the web app. (required)
130 …web app created for an enterprise. Web apps are published to managed Google Play and can be distri…
131 …web app. Possible values include: - "minimalUi", the device's status bar, navigatio…
133 { # Icon for a web app.
139 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
140 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
147 <pre>Creates a new web app for the enterprise.
154 …web app created for an enterprise. Web apps are published to managed Google Play and can be distri…
155 …web app. Possible values include: - "minimalUi", the device's status bar, navigatio…
157 { # Icon for a web app.
163 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
164 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
176 …web app created for an enterprise. Web apps are published to managed Google Play and can be distri…
177 …web app. Possible values include: - "minimalUi", the device's status bar, navigatio…
179 { # Icon for a web app.
185 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
186 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
193 <pre>Retrieves the details of all web apps for a given enterprise.
206 "webApp": [ # The manifest describing a web app.
207 …web app created for an enterprise. Web apps are published to managed Google Play and can be distri…
208 …web app. Possible values include: - "minimalUi", the device's status bar, navigatio…
210 { # Icon for a web app.
216 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
217 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
226 <pre>Updates an existing web app.
230 webAppId: string, The ID of the web app. (required)
234 …web app created for an enterprise. Web apps are published to managed Google Play and can be distri…
235 …web app. Possible values include: - "minimalUi", the device's status bar, navigatio…
237 { # Icon for a web app.
243 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
244 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
256 …web app created for an enterprise. Web apps are published to managed Google Play and can be distri…
257 …web app. Possible values include: - "minimalUi", the device's status bar, navigatio…
259 { # Icon for a web app.
265 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
266 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…