Lines Matching full:app

79 <p class="firstline">Creates a web app.</p>
82 <p class="firstline">Deletes a web app.</p>
85 <p class="firstline">Gets a web app.</p>
94 <p class="firstline">Updates a web app.</p>
98 <pre>Creates a web app.
105 { # A web app.
106 …"name": "A String", # The name of the web app, which is generated by the server during creation in…
107 "icons": [ # A list of icons for the web app. Must have at least one element.
108 { # An icon for a web app. Supported formats are: png, jpg and webp.
112 …"title": "A String", # The title of the web app as displayed to the user (e.g., amongst a list of …
113 "displayMode": "A String", # The display mode of the web app.
114app.<p>Note that the version can automatically increase during the lifetime of the web app, while…
126 { # A web app.
127 …"name": "A String", # The name of the web app, which is generated by the server during creation in…
128 "icons": [ # A list of icons for the web app. Must have at least one element.
129 { # An icon for a web app. Supported formats are: png, jpg and webp.
133 …"title": "A String", # The title of the web app as displayed to the user (e.g., amongst a list of …
134 "displayMode": "A String", # The display mode of the web app.
135app.<p>Note that the version can automatically increase during the lifetime of the web app, while…
142 <pre>Deletes a web app.
145 …name: string, The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}…
164 <pre>Gets a web app.
167 …name: string, The name of the web app in the form enterprises/{enterpriseId}/webApp/{packageName}.…
176 { # A web app.
177 …"name": "A String", # The name of the web app, which is generated by the server during creation in…
178 "icons": [ # A list of icons for the web app. Must have at least one element.
179 { # An icon for a web app. Supported formats are: png, jpg and webp.
183 …"title": "A String", # The title of the web app as displayed to the user (e.g., amongst a list of …
184 "displayMode": "A String", # The display mode of the web app.
185app.<p>Note that the version can automatically increase during the lifetime of the web app, while…
209 { # A web app.
210 …"name": "A String", # The name of the web app, which is generated by the server during creation in…
211 "icons": [ # A list of icons for the web app. Must have at least one element.
212 { # An icon for a web app. Supported formats are: png, jpg and webp.
216 …"title": "A String", # The title of the web app as displayed to the user (e.g., amongst a list of …
217 "displayMode": "A String", # The display mode of the web app.
218app.<p>Note that the version can automatically increase during the lifetime of the web app, while…
241 <pre>Updates a web app.
244 …name: string, The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}…
248 { # A web app.
249 …"name": "A String", # The name of the web app, which is generated by the server during creation in…
250 "icons": [ # A list of icons for the web app. Must have at least one element.
251 { # An icon for a web app. Supported formats are: png, jpg and webp.
255 …"title": "A String", # The title of the web app as displayed to the user (e.g., amongst a list of …
256 "displayMode": "A String", # The display mode of the web app.
257app.<p>Note that the version can automatically increase during the lifetime of the web app, while…
270 { # A web app.
271 …"name": "A String", # The name of the web app, which is generated by the server during creation in…
272 "icons": [ # A list of icons for the web app. Must have at least one element.
273 { # An icon for a web app. Supported formats are: png, jpg and webp.
277 …"title": "A String", # The title of the web app as displayed to the user (e.g., amongst a list of …
278 "displayMode": "A String", # The display mode of the web app.
279app.<p>Note that the version can automatically increase during the lifetime of the web app, while…