• Home
  • Raw
  • Download

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 &quot;displayMode&quot;: &quot;A String&quot;, # The display mode of the web app.
115 &quot;icons&quot;: [ # 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 …&quot;name&quot;: &quot;A String&quot;, # The name of the web app, which is generated by the serve…
122 …&quot;title&quot;: &quot;A String&quot;, # 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 &quot;displayMode&quot;: &quot;A String&quot;, # The display mode of the web app.
136 &quot;icons&quot;: [ # 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 …&quot;name&quot;: &quot;A String&quot;, # The name of the web app, which is generated by the serve…
143 …&quot;title&quot;: &quot;A String&quot;, # 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 &quot;displayMode&quot;: &quot;A String&quot;, # The display mode of the web app.
182 &quot;icons&quot;: [ # 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 …&quot;name&quot;: &quot;A String&quot;, # The name of the web app, which is generated by the serve…
189 …&quot;title&quot;: &quot;A String&quot;, # 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 &quot;webApps&quot;: [ # The list of web apps.
213 { # A web app.
214 &quot;displayMode&quot;: &quot;A String&quot;, # The display mode of the web app.
215 &quot;icons&quot;: [ # 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 …&quot;name&quot;: &quot;A String&quot;, # The name of the web app, which is generated by the serve…
222 …&quot;title&quot;: &quot;A String&quot;, # 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 &quot;displayMode&quot;: &quot;A String&quot;, # The display mode of the web app.
254 &quot;icons&quot;: [ # 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 …&quot;name&quot;: &quot;A String&quot;, # The name of the web app, which is generated by the serve…
261 …&quot;title&quot;: &quot;A String&quot;, # 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 &quot;displayMode&quot;: &quot;A String&quot;, # The display mode of the web app.
276 &quot;icons&quot;: [ # 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 …&quot;name&quot;: &quot;A String&quot;, # The name of the web app, which is generated by the serve…
283 …&quot;title&quot;: &quot;A String&quot;, # 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…