Skip to content

Commit

Permalink
fix(gameservices): update the API
Browse files Browse the repository at this point in the history
#### gameservices:v1beta

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description

#### gameservices:v1

The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.pageSize.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 20, 2021
1 parent f9fb270 commit c9200ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions discovery/gameservices-v1.json
Expand Up @@ -161,7 +161,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1312,7 +1312,7 @@
}
}
},
"revision": "20210311",
"revision": "20210408",
"rootUrl": "https://gameservices.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/gameservices-v1beta.json
Expand Up @@ -161,7 +161,7 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of results to return. If not set, the service will select a default.",
"description": "The maximum number of results to return. If not set, the service selects a default.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1312,7 +1312,7 @@
}
}
},
"revision": "20210311",
"revision": "20210408",
"rootUrl": "https://gameservices.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/gameservices/v1.ts
Expand Up @@ -1309,7 +1309,7 @@ export namespace gameservices_v1 {
* includeUnrevealedLocations: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -1442,7 +1442,7 @@ export namespace gameservices_v1 {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/gameservices/v1beta.ts
Expand Up @@ -1326,7 +1326,7 @@ export namespace gameservices_v1beta {
* includeUnrevealedLocations: 'placeholder-value',
* // The resource that owns the locations collection, if applicable.
* name: 'projects/my-project',
* // The maximum number of results to return. If not set, the service will select a default.
* // The maximum number of results to return. If not set, the service selects a default.
* pageSize: 'placeholder-value',
* // A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
* pageToken: 'placeholder-value',
Expand Down Expand Up @@ -1459,7 +1459,7 @@ export namespace gameservices_v1beta {
*/
name?: string;
/**
* The maximum number of results to return. If not set, the service will select a default.
* The maximum number of results to return. If not set, the service selects a default.
*/
pageSize?: number;
/**
Expand Down

0 comments on commit c9200ac

Please sign in to comment.