Skip to content

Commit 3198637

Browse files
chore(gameservices): update the api
1 parent 981929b commit 3198637

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

docs/dyn/gameservices_v1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ <h3>Method Details</h3>
140140

141141
Args:
142142
name: string, The resource that owns the locations collection, if applicable. (required)
143-
filter: string, The standard list filter.
143+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
144144
includeUnrevealedLocations: boolean, If true, the returned list will include locations which are not yet revealed.
145-
pageSize: integer, The standard list page size.
146-
pageToken: string, The standard list page token.
145+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
146+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
147147
x__xgafv: string, V1 error format.
148148
Allowed values
149149
1 - v1 error format

docs/dyn/gameservices_v1beta.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ <h3>Method Details</h3>
140140

141141
Args:
142142
name: string, The resource that owns the locations collection, if applicable. (required)
143-
filter: string, The standard list filter.
143+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
144144
includeUnrevealedLocations: boolean, If true, the returned list will include locations which are not yet revealed.
145-
pageSize: integer, The standard list page size.
146-
pageToken: string, The standard list page token.
145+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
146+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
147147
x__xgafv: string, V1 error format.
148148
Allowed values
149149
1 - v1 error format

googleapiclient/discovery_cache/documents/gameservices.v1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "View and manage your data across Google Cloud Platform services"
6+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
77
}
88
}
99
}
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"filter": {
147-
"description": "The standard list filter.",
147+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148148
"location": "query",
149149
"type": "string"
150150
},
@@ -161,13 +161,13 @@
161161
"type": "string"
162162
},
163163
"pageSize": {
164-
"description": "The standard list page size.",
164+
"description": "The maximum number of results to return. If not set, the service will select a default.",
165165
"format": "int32",
166166
"location": "query",
167167
"type": "integer"
168168
},
169169
"pageToken": {
170-
"description": "The standard list page token.",
170+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
171171
"location": "query",
172172
"type": "string"
173173
}
@@ -1312,7 +1312,7 @@
13121312
}
13131313
}
13141314
},
1315-
"revision": "20201208",
1315+
"revision": "20210311",
13161316
"rootUrl": "https://gameservices.googleapis.com/",
13171317
"schemas": {
13181318
"AuditConfig": {

googleapiclient/discovery_cache/documents/gameservices.v1beta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "View and manage your data across Google Cloud Platform services"
6+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
77
}
88
}
99
}
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"filter": {
147-
"description": "The standard list filter.",
147+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148148
"location": "query",
149149
"type": "string"
150150
},
@@ -161,13 +161,13 @@
161161
"type": "string"
162162
},
163163
"pageSize": {
164-
"description": "The standard list page size.",
164+
"description": "The maximum number of results to return. If not set, the service will select a default.",
165165
"format": "int32",
166166
"location": "query",
167167
"type": "integer"
168168
},
169169
"pageToken": {
170-
"description": "The standard list page token.",
170+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
171171
"location": "query",
172172
"type": "string"
173173
}
@@ -1312,7 +1312,7 @@
13121312
}
13131313
}
13141314
},
1315-
"revision": "20210107",
1315+
"revision": "20210311",
13161316
"rootUrl": "https://gameservices.googleapis.com/",
13171317
"schemas": {
13181318
"AuditConfig": {

0 commit comments

Comments
 (0)