Lines Matching full:web
82 <p class="firstline">Creates a web app.</p>
85 <p class="firstline">Deletes a web app.</p>
88 <p class="firstline">Gets a web app.</p>
91 <p class="firstline">Lists web apps for a given enterprise.</p>
97 <p class="firstline">Updates a web app.</p>
106 <pre>Creates a web app.
113 { # A web app.
114 "displayMode": "A String", # The display mode of the web app.
115 "icons": [ # A list of icons for the web app. Must have at least one element.
116 { # An icon for a web app. Supported formats are: png, jpg and webp.
120 …"name": "A String", # The name of the web app, which is generated by the serve…
122 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
123 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
134 { # A web app.
135 "displayMode": "A String", # The display mode of the web app.
136 "icons": [ # A list of icons for the web app. Must have at least one element.
137 { # An icon for a web app. Supported formats are: png, jpg and webp.
141 …"name": "A String", # The name of the web app, which is generated by the serve…
143 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
144 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
150 <pre>Deletes a web app.
153 …name: string, The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}…
168 <pre>Gets a web app.
171 …name: string, The name of the web app in the form enterprises/{enterpriseId}/webApp/{packageName}.…
180 { # A web app.
181 "displayMode": "A String", # The display mode of the web app.
182 "icons": [ # A list of icons for the web app. Must have at least one element.
183 { # An icon for a web app. Supported formats are: png, jpg and webp.
187 …"name": "A String", # The name of the web app, which is generated by the serve…
189 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
190 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
196 <pre>Lists web apps for a given enterprise.
210 { # Response to a request to list web apps for a given enterprise.
212 "webApps": [ # The list of web apps.
213 { # A web app.
214 "displayMode": "A String", # The display mode of the web app.
215 "icons": [ # A list of icons for the web app. Must have at least one element.
216 { # An icon for a web app. Supported formats are: png, jpg and webp.
220 …"name": "A String", # The name of the web app, which is generated by the serve…
222 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
223 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
245 <pre>Updates a web app.
248 …name: string, The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}…
252 { # A web app.
253 "displayMode": "A String", # The display mode of the web app.
254 "icons": [ # A list of icons for the web app. Must have at least one element.
255 { # An icon for a web app. Supported formats are: png, jpg and webp.
259 …"name": "A String", # The name of the web app, which is generated by the serve…
261 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
262 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…
274 { # A web app.
275 "displayMode": "A String", # The display mode of the web app.
276 "icons": [ # A list of icons for the web app. Must have at least one element.
277 { # An icon for a web app. Supported formats are: png, jpg and webp.
281 …"name": "A String", # The name of the web app, which is generated by the serve…
283 …"title": "A String", # The title of the web app as displayed to the user (e.g.…
284 …tically increase during the lifetime of the web app, while Google does internal housekeeping to ke…