| Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1 | <html><body> | 
|  | 2 | <style> | 
|  | 3 |  | 
|  | 4 | body, 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 |  | 
|  | 15 | body { | 
|  | 16 | font-size: 13px; | 
|  | 17 | padding: 1em; | 
|  | 18 | } | 
|  | 19 |  | 
|  | 20 | h1 { | 
|  | 21 | font-size: 26px; | 
|  | 22 | margin-bottom: 1em; | 
|  | 23 | } | 
|  | 24 |  | 
|  | 25 | h2 { | 
|  | 26 | font-size: 24px; | 
|  | 27 | margin-bottom: 1em; | 
|  | 28 | } | 
|  | 29 |  | 
|  | 30 | h3 { | 
|  | 31 | font-size: 20px; | 
|  | 32 | margin-bottom: 1em; | 
|  | 33 | margin-top: 1em; | 
|  | 34 | } | 
|  | 35 |  | 
|  | 36 | pre, code { | 
|  | 37 | line-height: 1.5; | 
|  | 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; | 
|  | 39 | } | 
|  | 40 |  | 
|  | 41 | pre { | 
|  | 42 | margin-top: 0.5em; | 
|  | 43 | } | 
|  | 44 |  | 
|  | 45 | h1, h2, h3, p { | 
|  | 46 | font-family: Arial, sans serif; | 
|  | 47 | } | 
|  | 48 |  | 
|  | 49 | h1, 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="androidmanagement_v1.html">Android Management API</a> . <a href="androidmanagement_v1.enterprises.html">enterprises</a> . <a href="androidmanagement_v1.enterprises.applications.html">applications</a></h1> | 
|  | 76 | <h2>Instance Methods</h2> | 
|  | 77 | <p class="toc_element"> | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 78 | <code><a href="#close">close()</a></code></p> | 
|  | 79 | <p class="firstline">Close httplib2 connections.</p> | 
|  | 80 | <p class="toc_element"> | 
| Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 81 | <code><a href="#get">get(name, languageCode=None, x__xgafv=None)</a></code></p> | 
|  | 82 | <p class="firstline">Gets info about an application.</p> | 
|  | 83 | <h3>Method Details</h3> | 
|  | 84 | <div class="method"> | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 85 | <code class="details" id="close">close()</code> | 
|  | 86 | <pre>Close httplib2 connections.</pre> | 
|  | 87 | </div> | 
|  | 88 |  | 
|  | 89 | <div class="method"> | 
| Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 90 | <code class="details" id="get">get(name, languageCode=None, x__xgafv=None)</code> | 
|  | 91 | <pre>Gets info about an application. | 
|  | 92 |  | 
|  | 93 | Args: | 
|  | 94 | name: string, The name of the application in the form enterprises/{enterpriseId}/applications/{package_name}. (required) | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 95 | languageCode: string, The preferred language for localized application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the default language of the application will be used. | 
| Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 96 | x__xgafv: string, V1 error format. | 
|  | 97 | Allowed values | 
|  | 98 | 1 - v1 error format | 
|  | 99 | 2 - v2 error format | 
|  | 100 |  | 
|  | 101 | Returns: | 
|  | 102 | An object of the form: | 
|  | 103 |  | 
|  | 104 | { # Information about an app. | 
| Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 105 | "name": "A String", # The name of the app in the form enterprises/{enterpriseId}/applications/{package_name}. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 106 | "managedProperties": [ # The set of managed properties available to be pre-configured for the app. | 
|  | 107 | { # Managed property. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 108 | "nestedProperties": [ # For BUNDLE_ARRAY properties, the list of nested properties. A BUNDLE_ARRAY property is at most two levels deep. | 
|  | 109 | # Object with schema name: ManagedProperty | 
|  | 110 | ], | 
| Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 111 | "type": "A String", # The type of the property. | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 112 | "entries": [ # For CHOICE or MULTISELECT properties, the list of possible entries. | 
|  | 113 | { # An entry of a managed property. | 
|  | 114 | "value": "A String", # The machine-readable value of the entry, which should be used in the configuration. Not localized. | 
|  | 115 | "name": "A String", # The human-readable name of the value. Localized. | 
|  | 116 | }, | 
|  | 117 | ], | 
| Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 118 | "defaultValue": "", # The default value of the property. BUNDLE_ARRAY properties don't have a default value. | 
|  | 119 | "key": "A String", # The unique key that the app uses to identify the property, e.g. "com.google.android.gm.fieldname". | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 120 | "description": "A String", # A longer description of the property, providing more detail of what it affects. Localized. | 
| Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 121 | "title": "A String", # The name of the property. Localized. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 122 | }, | 
|  | 123 | ], | 
| Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 124 | "title": "A String", # The title of the app. Localized. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 125 | "permissions": [ # The permissions required by the app. | 
|  | 126 | { # A permission required by the app. | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 127 | "permissionId": "A String", # An opaque string uniquely identifying the permission. Not localized. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 128 | "name": "A String", # The name of the permission. Localized. | 
|  | 129 | "description": "A String", # A longer description of the permission, providing more detail on what it affects. Localized. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 130 | }, | 
|  | 131 | ], | 
| Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 132 | "appTracks": [ # Application tracks visible to the enterprise. | 
|  | 133 | { # Id to name association of a app track. | 
|  | 134 | "trackId": "A String", # The unmodifiable unique track identifier, taken from the releaseTrackId in the URL of the Play Console page that displays the app’s track information. | 
|  | 135 | "trackAlias": "A String", # The track name associated with the trackId, set in the Play Console. The name is modifiable from Play Console. | 
|  | 136 | }, | 
|  | 137 | ], | 
| Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 138 | }</pre> | 
|  | 139 | </div> | 
|  | 140 |  | 
|  | 141 | </body></html> |