Skip to content

Commit

Permalink
fix(classroom): update the API
Browse files Browse the repository at this point in the history
#### classroom:v1
The following keys were changed:
- resources.courses.resources.students.methods.list.parameters.pageSize.description
- resources.courses.resources.teachers.methods.list.parameters.pageSize.description
- resources.invitations.methods.list.parameters.pageSize.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 10, 2020
1 parent a164b5c commit 3c73d57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
8 changes: 4 additions & 4 deletions discovery/classroom-v1.json
Expand Up @@ -1343,7 +1343,7 @@
"type": "string"
},
"pageSize": {
"description": "Maximum number of items to return. Zero means no maximum.\n\nThe server may return fewer than the specified number of results.",
"description": "Maximum number of items to return. The default is 30 if unspecified or `0`.\n\nThe server may return fewer than the specified number of results.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1479,7 +1479,7 @@
"type": "string"
},
"pageSize": {
"description": "Maximum number of items to return. Zero means no maximum.\n\nThe server may return fewer than the specified number of results.",
"description": "Maximum number of items to return. The default is 30 if unspecified or `0`.\n\nThe server may return fewer than the specified number of results.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1781,7 +1781,7 @@
"type": "string"
},
"pageSize": {
"description": "Maximum number of items to return. Zero means no maximum.\n\nThe server may return fewer than the specified number of results.",
"description": "Maximum number of items to return. The default is 500 if unspecified or\n`0`.\n\nThe server may return fewer than the specified number of results.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -2153,7 +2153,7 @@
}
}
},
"revision": "20200509",
"revision": "20200708",
"rootUrl": "https://classroom.googleapis.com/",
"schemas": {
"Announcement": {
Expand Down
19 changes: 10 additions & 9 deletions src/apis/classroom/v1.ts
Expand Up @@ -6754,7 +6754,7 @@ export namespace classroom_v1 {
* // This identifier can be either the Classroom-assigned identifier or an
* // alias.
* courseId: 'placeholder-value',
* // Maximum number of items to return. Zero means no maximum.
* // Maximum number of items to return. The default is 30 if unspecified or `0`.
* //
* // The server may return fewer than the specified number of results.
* pageSize: 'placeholder-value',
Expand Down Expand Up @@ -6786,7 +6786,7 @@ export namespace classroom_v1 {
*
* @param {object} params Parameters for request
* @param {string} params.courseId Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias.
* @param {integer=} params.pageSize Maximum number of items to return. Zero means no maximum. The server may return fewer than the specified number of results.
* @param {integer=} params.pageSize Maximum number of items to return. The default is 30 if unspecified or `0`. The server may return fewer than the specified number of results.
* @param {string=} params.pageToken nextPageToken value returned from a previous list call, indicating that the subsequent page of results should be returned. The list request must be otherwise identical to the one that resulted in this token.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
Expand Down Expand Up @@ -6922,7 +6922,7 @@ export namespace classroom_v1 {
*/
courseId?: string;
/**
* Maximum number of items to return. Zero means no maximum. The server may return fewer than the specified number of results.
* Maximum number of items to return. The default is 30 if unspecified or `0`. The server may return fewer than the specified number of results.
*/
pageSize?: number;
/**
Expand Down Expand Up @@ -7410,7 +7410,7 @@ export namespace classroom_v1 {
* // This identifier can be either the Classroom-assigned identifier or an
* // alias.
* courseId: 'placeholder-value',
* // Maximum number of items to return. Zero means no maximum.
* // Maximum number of items to return. The default is 30 if unspecified or `0`.
* //
* // The server may return fewer than the specified number of results.
* pageSize: 'placeholder-value',
Expand Down Expand Up @@ -7442,7 +7442,7 @@ export namespace classroom_v1 {
*
* @param {object} params Parameters for request
* @param {string} params.courseId Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias.
* @param {integer=} params.pageSize Maximum number of items to return. Zero means no maximum. The server may return fewer than the specified number of results.
* @param {integer=} params.pageSize Maximum number of items to return. The default is 30 if unspecified or `0`. The server may return fewer than the specified number of results.
* @param {string=} params.pageToken nextPageToken value returned from a previous list call, indicating that the subsequent page of results should be returned. The list request must be otherwise identical to the one that resulted in this token.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
Expand Down Expand Up @@ -7574,7 +7574,7 @@ export namespace classroom_v1 {
*/
courseId?: string;
/**
* Maximum number of items to return. Zero means no maximum. The server may return fewer than the specified number of results.
* Maximum number of items to return. The default is 30 if unspecified or `0`. The server may return fewer than the specified number of results.
*/
pageSize?: number;
/**
Expand Down Expand Up @@ -8973,7 +8973,8 @@ export namespace classroom_v1 {
* // Restricts returned invitations to those for a course with the specified
* // identifier.
* courseId: 'placeholder-value',
* // Maximum number of items to return. Zero means no maximum.
* // Maximum number of items to return. The default is 500 if unspecified or
* // `0`.
* //
* // The server may return fewer than the specified number of results.
* pageSize: 'placeholder-value',
Expand Down Expand Up @@ -9012,7 +9013,7 @@ export namespace classroom_v1 {
*
* @param {object} params Parameters for request
* @param {string=} params.courseId Restricts returned invitations to those for a course with the specified identifier.
* @param {integer=} params.pageSize Maximum number of items to return. Zero means no maximum. The server may return fewer than the specified number of results.
* @param {integer=} params.pageSize Maximum number of items to return. The default is 500 if unspecified or `0`. The server may return fewer than the specified number of results.
* @param {string=} params.pageToken nextPageToken value returned from a previous list call, indicating that the subsequent page of results should be returned. The list request must be otherwise identical to the one that resulted in this token.
* @param {string=} params.userId Restricts returned invitations to those for a specific user. The identifier can be one of the following: * the numeric identifier for the user * the email address of the user * the string literal `"me"`, indicating the requesting user
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
Expand Down Expand Up @@ -9133,7 +9134,7 @@ export namespace classroom_v1 {
*/
courseId?: string;
/**
* Maximum number of items to return. Zero means no maximum. The server may return fewer than the specified number of results.
* Maximum number of items to return. The default is 500 if unspecified or `0`. The server may return fewer than the specified number of results.
*/
pageSize?: number;
/**
Expand Down

0 comments on commit 3c73d57

Please sign in to comment.