chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/games_v1.achievementDefinitions.html b/docs/dyn/games_v1.achievementDefinitions.html
index 56864cb..cff32ce 100644
--- a/docs/dyn/games_v1.achievementDefinitions.html
+++ b/docs/dyn/games_v1.achievementDefinitions.html
@@ -78,7 +78,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#list">list(pageToken=None, language=None, maxResults=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(maxResults=None, pageToken=None, language=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all the achievement definitions for your application.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,13 +90,13 @@
</div>
<div class="method">
- <code class="details" id="list">list(pageToken=None, language=None, maxResults=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(maxResults=None, pageToken=None, language=None, x__xgafv=None)</code>
<pre>Lists all the achievement definitions for your application.
Args:
+ maxResults: integer, The maximum number of achievement resources to return in the response, used for paging. For any response, the actual number of achievement resources returned may be less than the specified `maxResults`.
pageToken: string, The token returned by the previous request.
language: string, The preferred language to use for strings returned by this method.
- maxResults: integer, The maximum number of achievement resources to return in the response, used for paging. For any response, the actual number of achievement resources returned may be less than the specified `maxResults`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -106,25 +106,25 @@
An object of the form:
{ # A list of achievement definition objects.
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementDefinitionsListResponse`.
+ "nextPageToken": "A String", # Token corresponding to the next page of results.
"items": [ # The achievement definitions.
{ # An achievement definition object.
- "totalSteps": 42, # The total steps for an incremental achievement.
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementDefinition`.
- "name": "A String", # The name of the achievement.
- "unlockedIconUrl": "A String", # The image URL for the unlocked achievement icon.
- "isUnlockedIconUrlDefault": True or False, # Indicates whether the unlocked icon image being returned is a default image, or is game-provided.
- "achievementType": "A String", # The type of the achievement.
+ "revealedIconUrl": "A String", # The image URL for the revealed achievement icon.
+ "description": "A String", # The description of the achievement.
"formattedTotalSteps": "A String", # The total steps for an incremental achievement as a string.
"experiencePoints": "A String", # Experience points which will be earned when unlocking this achievement.
- "isRevealedIconUrlDefault": True or False, # Indicates whether the revealed icon image being returned is a default image, or is provided by the game.
- "id": "A String", # The ID of the achievement.
- "revealedIconUrl": "A String", # The image URL for the revealed achievement icon.
"initialState": "A String", # The initial state of the achievement.
- "description": "A String", # The description of the achievement.
+ "totalSteps": 42, # The total steps for an incremental achievement.
+ "achievementType": "A String", # The type of the achievement.
+ "name": "A String", # The name of the achievement.
+ "id": "A String", # The ID of the achievement.
+ "isUnlockedIconUrlDefault": True or False, # Indicates whether the unlocked icon image being returned is a default image, or is game-provided.
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementDefinition`.
+ "unlockedIconUrl": "A String", # The image URL for the unlocked achievement icon.
+ "isRevealedIconUrlDefault": True or False, # Indicates whether the revealed icon image being returned is a default image, or is provided by the game.
},
],
- "nextPageToken": "A String", # Token corresponding to the next page of results.
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementDefinitionsListResponse`.
}</pre>
</div>