John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [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 | |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 75 | <h1><a href="gamesManagement_v1management.html">Google Play Game Management</a> . <a href="gamesManagement_v1management.applications.html">applications</a></h1> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 78 | <code><a href="#listHidden">listHidden(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p> |
| 79 | <p class="firstline">Get the list of players hidden from the given application. This method is</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 80 | <p class="toc_element"> |
| 81 | <code><a href="#listHidden_next">listHidden_next(previous_request, previous_response)</a></code></p> |
| 82 | <p class="firstline">Retrieves the next page of results.</p> |
| 83 | <h3>Method Details</h3> |
| 84 | <div class="method"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 85 | <code class="details" id="listHidden">listHidden(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</code> |
| 86 | <pre>Get the list of players hidden from the given application. This method is |
| 87 | only available to user accounts for your developer console. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 88 | |
| 89 | Args: |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 90 | applicationId: string, The application ID from the Google Play developer console. (required) |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 91 | maxResults: integer, The maximum number of player resources to return in the response, used for |
| 92 | paging. For any response, the actual number of player resources returned |
| 93 | may be less than the specified `maxResults`. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 94 | pageToken: string, The token returned by the previous request. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 95 | x__xgafv: string, V1 error format. |
| 96 | Allowed values |
| 97 | 1 - v1 error format |
| 98 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 99 | |
| 100 | Returns: |
| 101 | An object of the form: |
| 102 | |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 103 | { # A list of hidden players. |
| 104 | "nextPageToken": "A String", # The pagination token for the next page of results. |
| 105 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 106 | # string `gamesManagement#hiddenPlayerList`. |
| 107 | "items": [ # The players. |
| 108 | { # The HiddenPlayer resource. |
| 109 | "hiddenTimeMillis": "A String", # Output only. The time this player was hidden. |
| 110 | "kind": "A String", # Output only. Uniquely identifies the type of this resource. Value is always the fixed |
| 111 | # string `gamesManagement#hiddenPlayer`. |
| 112 | "player": { # A Player resource. # Output only. The player information. |
| 113 | "profileSettings": { # Profile settings # The player's profile settings. Controls whether or not the player's profile |
| 114 | # is visible to other players. |
| 115 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 116 | # string `gamesManagement#profileSettings`. |
| 117 | "profileVisible": True or False, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 118 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 119 | "playerId": "A String", # The ID of the player. |
| 120 | "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image. |
| 121 | "name": { # An object representation of the individual components of the player's name. |
| 122 | # For some players, these fields may not be present. |
| 123 | "givenName": "A String", # The given name of this player. In some places, this is known as the first |
| 124 | # name. |
| 125 | "familyName": "A String", # The family name of this player. In some places, this is known as the last |
| 126 | # name. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 127 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 128 | "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image. |
| 129 | "avatarImageUrl": "A String", # The base URL for the image that represents the player. |
| 130 | "experienceInfo": { # 1P/3P metadata about the player's experience. # An object to represent Play Game experience information for the player. |
| 131 | "nextLevel": { # 1P/3P metadata about a user's level. # The next level of the player. If the current level is the maximum level, |
| 132 | # this should be same as the current level. |
| 133 | "level": 42, # The level for the user. |
| 134 | "maxExperiencePoints": "A String", # The maximum experience points for this level. |
| 135 | "minExperiencePoints": "A String", # The minimum experience points for this level. |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 136 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 137 | "currentLevel": { # 1P/3P metadata about a user's level. # The current level of the player. |
| 138 | "level": 42, # The level for the user. |
| 139 | "maxExperiencePoints": "A String", # The maximum experience points for this level. |
| 140 | "minExperiencePoints": "A String", # The minimum experience points for this level. |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 141 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 142 | "currentExperiencePoints": "A String", # The current number of experience points for the player. |
| 143 | "lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch |
| 144 | # UTC. |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 145 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 146 | "title": "A String", # The player's title rewarded for their game activities. |
| 147 | "displayName": "A String", # The name to display for the player. |
| 148 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 149 | # string `gamesManagement#player`. |
| 150 | "originalPlayerId": "A String", # The player ID that was used for this player the first time they signed into |
| 151 | # the game in question. This is only populated for calls to player.get for |
| 152 | # the requesting player, only if the player ID has subsequently changed, and |
| 153 | # only to clients that support remapping player IDs. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 154 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 155 | }, |
| 156 | ], |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 157 | }</pre> |
| 158 | </div> |
| 159 | |
| 160 | <div class="method"> |
| 161 | <code class="details" id="listHidden_next">listHidden_next(previous_request, previous_response)</code> |
| 162 | <pre>Retrieves the next page of results. |
| 163 | |
| 164 | Args: |
| 165 | previous_request: The request for the previous page. (required) |
| 166 | previous_response: The response from the request for the previous page. (required) |
| 167 | |
| 168 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 169 | A request object that you can call 'execute()' on to request the next |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 170 | page. Returns None if there are no more items in the collection. |
| 171 | </pre> |
| 172 | </div> |
| 173 | |
| 174 | </body></html> |