blob: adb6cd125cf9dfee141d75164aac63f93b06e016 [file] [log] [blame]
yoshi-code-bot3e4b5db2021-08-10 00:22:29 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="chromemanagement_v1.html">Chrome Management API</a> . <a href="chromemanagement_v1.customers.html">customers</a> . <a href="chromemanagement_v1.customers.apps.html">apps</a> . <a href="chromemanagement_v1.customers.apps.web.html">web</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
82<p class="firstline">Get a specific app for a customer by its resource name.</p>
83<h3>Method Details</h3>
84<div class="method">
85 <code class="details" id="close">close()</code>
86 <pre>Close httplib2 connections.</pre>
87</div>
88
89<div class="method">
90 <code class="details" id="get">get(name, x__xgafv=None)</code>
91 <pre>Get a specific app for a customer by its resource name.
92
93Args:
94 name: string, Required. The app for which details are being queried. Examples: &quot;customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2&quot; for the Save to Google Drive Chrome extension version 2.1.2, &quot;customers/my_customer/apps/android/com.google.android.apps.docs&quot; for the Google Drive Android app&#x27;s latest version. (required)
95 x__xgafv: string, V1 error format.
96 Allowed values
97 1 - v1 error format
98 2 - v2 error format
99
100Returns:
101 An object of the form:
102
103 { # Resource representing app details.
104 &quot;androidAppInfo&quot;: { # Android app information. # Output only. Android app information.
105 &quot;permissions&quot;: [ # Output only. Permissions requested by an Android app.
106 { # Permission requested by an Android app.
107 &quot;type&quot;: &quot;A String&quot;, # Output only. The type of the permission.
108 },
109 ],
110 },
111 &quot;appId&quot;: &quot;A String&quot;, # Output only. Unique store identifier for the item. Examples: &quot;gmbmikajjgmnabiglmofipeabaddhgne&quot; for the Save to Google Drive Chrome extension, &quot;com.google.android.apps.docs&quot; for the Google Drive Android app.
112 &quot;chromeAppInfo&quot;: { # Chrome Web Store app information. # Output only. Chrome Web Store app information.
113 &quot;googleOwned&quot;: True or False, # Output only. Whether the app or extension is built and maintained by Google. Version-specific field that will only be set when the requested app version is found.
114 &quot;isCwsHosted&quot;: True or False, # Output only. Whether the app or extension is in a published state in the Chrome Web Store.
115 &quot;isTheme&quot;: True or False, # Output only. Whether the app or extension is a theme.
116 &quot;minUserCount&quot;: 42, # Output only. The minimum number of users using this app.
117 &quot;permissions&quot;: [ # Output only. Every custom permission requested by the app. Version-specific field that will only be set when the requested app version is found.
118 { # Permission requested by a Chrome app or extension.
119 &quot;accessUserData&quot;: True or False, # Output only. If available, whether this permissions grants the app/extension access to user data.
120 &quot;documentationUri&quot;: &quot;A String&quot;, # Output only. If available, a URI to a page that has documentation for the current permission.
121 &quot;type&quot;: &quot;A String&quot;, # Output only. The type of the permission.
122 },
123 ],
124 &quot;siteAccess&quot;: [ # Output only. Every permission giving access to domains or broad host patterns. ( e.g. www.google.com). This includes the matches from content scripts as well as hosts in the permissions node of the manifest. Version-specific field that will only be set when the requested app version is found.
125 { # Represent one host permission.
126 &quot;hostMatch&quot;: &quot;A String&quot;, # Output only. This can contain very specific hosts, or patterns like &quot;*.com&quot; for instance.
127 },
128 ],
129 &quot;supportEnabled&quot;: True or False, # Output only. The app developer has enabled support for their app. Version-specific field that will only be set when the requested app version is found.
130 },
131 &quot;description&quot;: &quot;A String&quot;, # Output only. App&#x27;s description.
132 &quot;detailUri&quot;: &quot;A String&quot;, # Output only. The uri for the detail page of the item.
133 &quot;displayName&quot;: &quot;A String&quot;, # Output only. App&#x27;s display name.
134 &quot;firstPublishTime&quot;: &quot;A String&quot;, # Output only. First published time.
135 &quot;homepageUri&quot;: &quot;A String&quot;, # Output only. Home page or Website uri.
136 &quot;iconUri&quot;: &quot;A String&quot;, # Output only. A link to an image that can be used as an icon for the product.
137 &quot;isPaidApp&quot;: True or False, # Output only. Indicates if the app has to be paid for OR has paid content.
138 &quot;latestPublishTime&quot;: &quot;A String&quot;, # Output only. Latest published time.
139 &quot;name&quot;: &quot;A String&quot;, # Output only. Format: name=customers/{customer_id}/apps/{chrome|android|web}/{app_id}@{version}
140 &quot;privacyPolicyUri&quot;: &quot;A String&quot;, # Output only. The URI pointing to the privacy policy of the app, if it was provided by the developer. Version-specific field that will only be set when the requested app version is found.
141 &quot;publisher&quot;: &quot;A String&quot;, # Output only. The publisher of the item.
142 &quot;reviewNumber&quot;: &quot;A String&quot;, # Output only. Number of reviews received. Chrome Web Store review information will always be for the latest version of an app.
143 &quot;reviewRating&quot;: 3.14, # Output only. The rating of the app (on 5 stars). Chrome Web Store review information will always be for the latest version of an app.
144 &quot;revisionId&quot;: &quot;A String&quot;, # Output only. App version. A new revision is committed whenever a new version of the app is published.
145 &quot;serviceError&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Information about a partial service error if applicable.
146 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
147 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
148 {
149 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
150 },
151 ],
152 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
153 },
154 &quot;type&quot;: &quot;A String&quot;, # Output only. App type.
155}</pre>
156</div>
157
158</body></html>