1<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.chrome.html">chrome</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: "customers/my_customer/apps/chrome/[email protected]" for the Save to Google Drive Chrome extension version 2.1.2, "customers/my_customer/apps/android/com.google.android.apps.docs" for the Google Drive Android app'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 "androidAppInfo": { # Android app information. # Output only. Android app information. 105 "permissions": [ # Output only. Permissions requested by an Android app. 106 { # Permission requested by an Android app. 107 "type": "A String", # Output only. The type of the permission. 108 }, 109 ], 110 }, 111 "appId": "A String", # Output only. Unique store identifier for the item. Examples: "gmbmikajjgmnabiglmofipeabaddhgne" for the Save to Google Drive Chrome extension, "com.google.android.apps.docs" for the Google Drive Android app. 112 "chromeAppInfo": { # Chrome Web Store app information. # Output only. Chrome Web Store app information. 113 "googleOwned": 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 "isCwsHosted": True or False, # Output only. Whether the app or extension is in a published state in the Chrome Web Store. 115 "isTheme": True or False, # Output only. Whether the app or extension is a theme. 116 "minUserCount": 42, # Output only. The minimum number of users using this app. 117 "permissions": [ # 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 "accessUserData": True or False, # Output only. If available, whether this permissions grants the app/extension access to user data. 120 "documentationUri": "A String", # Output only. If available, a URI to a page that has documentation for the current permission. 121 "type": "A String", # Output only. The type of the permission. 122 }, 123 ], 124 "siteAccess": [ # 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 "hostMatch": "A String", # Output only. This can contain very specific hosts, or patterns like "*.com" for instance. 127 }, 128 ], 129 "supportEnabled": 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 "description": "A String", # Output only. App's description. 132 "detailUri": "A String", # Output only. The uri for the detail page of the item. 133 "displayName": "A String", # Output only. App's display name. 134 "firstPublishTime": "A String", # Output only. First published time. 135 "homepageUri": "A String", # Output only. Home page or Website uri. 136 "iconUri": "A String", # Output only. A link to an image that can be used as an icon for the product. 137 "isPaidApp": True or False, # Output only. Indicates if the app has to be paid for OR has paid content. 138 "latestPublishTime": "A String", # Output only. Latest published time. 139 "name": "A String", # Output only. Format: name=customers/{customer_id}/apps/{chrome|android|web}/{app_id}@{version} 140 "privacyPolicyUri": "A String", # 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 "publisher": "A String", # Output only. The publisher of the item. 142 "reviewNumber": "A String", # Output only. Number of reviews received. Chrome Web Store review information will always be for the latest version of an app. 143 "reviewRating": 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 "revisionId": "A String", # Output only. App version. A new revision is committed whenever a new version of the app is published. 145 "serviceError": { # 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 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 147 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 148 { 149 "a_key": "", # Properties of the object. Contains field @type with type URL. 150 }, 151 ], 152 "message": "A String", # 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 "type": "A String", # Output only. App type. 155}</pre> 156</div> 157 158</body></html>