Close httplib2 connections.
create(courseId, courseWorkId, body=None, x__xgafv=None)
Creates a rubric. The requesting user and course owner must have rubrics creation capabilities. For details, see [licensing requirements](https://developers.google.com/classroom/rubrics/limitations#license-requirements). For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations). This request must be made by the Google Cloud console of the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to create the parent course work item. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user isn't permitted to create rubrics for course work in the requested course. * `INTERNAL` if the request has insufficient OAuth scopes. * `INVALID_ARGUMENT` if the request is malformed and for the following request error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested course or course work don't exist or the user doesn't have access to the course or course work. * `FAILED_PRECONDITION` for the following request error: * `AttachmentNotVisible`
delete(courseId, courseWorkId, id, x__xgafv=None)
Deletes a rubric. The requesting user and course owner must have rubrics creation capabilities. For details, see [licensing requirements](https://developers.google.com/classroom/rubrics/limitations#license-requirements). This request must be made by the Google Cloud console of the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to create the corresponding rubric. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting developer project didn't create the corresponding rubric, or if the requesting user isn't permitted to delete the requested rubric. * `NOT_FOUND` if no rubric exists with the requested ID or the user does not have access to the course, course work, or rubric. * `INVALID_ARGUMENT` if grading has already started on the rubric.
get(courseId, courseWorkId, id, x__xgafv=None)
Returns a rubric. This method returns the following error codes: * `PERMISSION_DENIED` for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested course, course work, or rubric doesn't exist or if the user doesn't have access to the corresponding course work.
list(courseId, courseWorkId, pageSize=None, pageToken=None, x__xgafv=None)
Returns a list of rubrics that the requester is permitted to view. This method returns the following error codes: * `PERMISSION_DENIED` for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested course or course work doesn't exist or if the user doesn't have access to the corresponding course work.
Retrieves the next page of results.
patch(courseId, courseWorkId, id, body=None, updateMask=None, x__xgafv=None)
Updates a rubric. See google.classroom.v1.Rubric for details of which fields can be updated. Rubric update capabilities are [limited](/classroom/rubrics/limitations) once grading has started. The requesting user and course owner must have rubrics creation capabilities. For details, see [licensing requirements](https://developers.google.com/classroom/rubrics/limitations#license-requirements). This request must be made by the Google Cloud console of the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to create the parent course work item. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting developer project didn't create the corresponding course work, if the user isn't permitted to make the requested modification to the rubric, or for access errors. This error code is also returned if grading has already started on the rubric. * `INVALID_ARGUMENT` if the request is malformed and for the following request error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested course, course work, or rubric doesn't exist or if the user doesn't have access to the corresponding course work. * `INTERNAL` if grading has already started on the rubric.
close()
Close httplib2 connections.
create(courseId, courseWorkId, body=None, x__xgafv=None)
Creates a rubric. The requesting user and course owner must have rubrics creation capabilities. For details, see [licensing requirements](https://developers.google.com/classroom/rubrics/limitations#license-requirements). For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations). This request must be made by the Google Cloud console of the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to create the parent course work item. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user isn't permitted to create rubrics for course work in the requested course. * `INTERNAL` if the request has insufficient OAuth scopes. * `INVALID_ARGUMENT` if the request is malformed and for the following request error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested course or course work don't exist or the user doesn't have access to the course or course work. * `FAILED_PRECONDITION` for the following request error: * `AttachmentNotVisible` Args: courseId: string, Required. Identifier of the course. (required) courseWorkId: string, Required. Identifier of the course work. (required) body: object, The request body. The object takes the form of: { # The rubric of the course work. A rubric is a scoring guide used to evaluate student work and give feedback. For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations). "courseId": "A String", # Identifier of the course. Read-only. "courseWorkId": "A String", # Identifier for the course work this corresponds to. Read-only. "creationTime": "A String", # Output only. Timestamp when this rubric was created. Read-only. "criteria": [ # List of criteria. Each criterion is a dimension on which performance is rated. { # A rubric criterion. Each criterion is a dimension on which performance is rated. "description": "A String", # The description of the criterion. "id": "A String", # The criterion ID. On creation, an ID is assigned. "levels": [ # The list of levels within this criterion. { # A level of the criterion. "description": "A String", # The description of the level. "id": "A String", # The level ID. On creation, an ID is assigned. "points": 3.14, # Optional points associated with this level. If set, all levels within the rubric must specify points and the value must be distinct across all levels within a single criterion. 0 is distinct from no points. "title": "A String", # The title of the level. If the level has no points set, title must be set. }, ], "title": "A String", # The title of the criterion. }, ], "id": "A String", # Classroom-assigned identifier for the rubric. This is unique among rubrics for the relevant course work. Read-only. "sourceSpreadsheetId": "A String", # Input only. Immutable. Google Sheets ID of the spreadsheet. This spreadsheet must contain formatted rubric settings. See [Create or reuse a rubric for an assignment](https://support.google.com/edu/classroom/answer/9335069). Use of this field requires the `https://www.googleapis.com/auth/spreadsheets.readonly` or `https://www.googleapis.com/auth/spreadsheets` scope. "updateTime": "A String", # Output only. Timestamp of the most recent change to this rubric. Read-only. } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The rubric of the course work. A rubric is a scoring guide used to evaluate student work and give feedback. For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations). "courseId": "A String", # Identifier of the course. Read-only. "courseWorkId": "A String", # Identifier for the course work this corresponds to. Read-only. "creationTime": "A String", # Output only. Timestamp when this rubric was created. Read-only. "criteria": [ # List of criteria. Each criterion is a dimension on which performance is rated. { # A rubric criterion. Each criterion is a dimension on which performance is rated. "description": "A String", # The description of the criterion. "id": "A String", # The criterion ID. On creation, an ID is assigned. "levels": [ # The list of levels within this criterion. { # A level of the criterion. "description": "A String", # The description of the level. "id": "A String", # The level ID. On creation, an ID is assigned. "points": 3.14, # Optional points associated with this level. If set, all levels within the rubric must specify points and the value must be distinct across all levels within a single criterion. 0 is distinct from no points. "title": "A String", # The title of the level. If the level has no points set, title must be set. }, ], "title": "A String", # The title of the criterion. }, ], "id": "A String", # Classroom-assigned identifier for the rubric. This is unique among rubrics for the relevant course work. Read-only. "sourceSpreadsheetId": "A String", # Input only. Immutable. Google Sheets ID of the spreadsheet. This spreadsheet must contain formatted rubric settings. See [Create or reuse a rubric for an assignment](https://support.google.com/edu/classroom/answer/9335069). Use of this field requires the `https://www.googleapis.com/auth/spreadsheets.readonly` or `https://www.googleapis.com/auth/spreadsheets` scope. "updateTime": "A String", # Output only. Timestamp of the most recent change to this rubric. Read-only. }
delete(courseId, courseWorkId, id, x__xgafv=None)
Deletes a rubric. The requesting user and course owner must have rubrics creation capabilities. For details, see [licensing requirements](https://developers.google.com/classroom/rubrics/limitations#license-requirements). This request must be made by the Google Cloud console of the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to create the corresponding rubric. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting developer project didn't create the corresponding rubric, or if the requesting user isn't permitted to delete the requested rubric. * `NOT_FOUND` if no rubric exists with the requested ID or the user does not have access to the course, course work, or rubric. * `INVALID_ARGUMENT` if grading has already started on the rubric. Args: courseId: string, Required. Identifier of the course. (required) courseWorkId: string, Required. Identifier of the course work. (required) id: string, Required. Identifier of the rubric. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } }
get(courseId, courseWorkId, id, x__xgafv=None)
Returns a rubric. This method returns the following error codes: * `PERMISSION_DENIED` for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested course, course work, or rubric doesn't exist or if the user doesn't have access to the corresponding course work. Args: courseId: string, Required. Identifier of the course. (required) courseWorkId: string, Required. Identifier of the course work. (required) id: string, Required. Identifier of the rubric. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The rubric of the course work. A rubric is a scoring guide used to evaluate student work and give feedback. For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations). "courseId": "A String", # Identifier of the course. Read-only. "courseWorkId": "A String", # Identifier for the course work this corresponds to. Read-only. "creationTime": "A String", # Output only. Timestamp when this rubric was created. Read-only. "criteria": [ # List of criteria. Each criterion is a dimension on which performance is rated. { # A rubric criterion. Each criterion is a dimension on which performance is rated. "description": "A String", # The description of the criterion. "id": "A String", # The criterion ID. On creation, an ID is assigned. "levels": [ # The list of levels within this criterion. { # A level of the criterion. "description": "A String", # The description of the level. "id": "A String", # The level ID. On creation, an ID is assigned. "points": 3.14, # Optional points associated with this level. If set, all levels within the rubric must specify points and the value must be distinct across all levels within a single criterion. 0 is distinct from no points. "title": "A String", # The title of the level. If the level has no points set, title must be set. }, ], "title": "A String", # The title of the criterion. }, ], "id": "A String", # Classroom-assigned identifier for the rubric. This is unique among rubrics for the relevant course work. Read-only. "sourceSpreadsheetId": "A String", # Input only. Immutable. Google Sheets ID of the spreadsheet. This spreadsheet must contain formatted rubric settings. See [Create or reuse a rubric for an assignment](https://support.google.com/edu/classroom/answer/9335069). Use of this field requires the `https://www.googleapis.com/auth/spreadsheets.readonly` or `https://www.googleapis.com/auth/spreadsheets` scope. "updateTime": "A String", # Output only. Timestamp of the most recent change to this rubric. Read-only. }
list(courseId, courseWorkId, pageSize=None, pageToken=None, x__xgafv=None)
Returns a list of rubrics that the requester is permitted to view. This method returns the following error codes: * `PERMISSION_DENIED` for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested course or course work doesn't exist or if the user doesn't have access to the corresponding course work. Args: courseId: string, Required. Identifier of the course. (required) courseWorkId: string, Required. Identifier of the course work. (required) pageSize: integer, The maximum number of rubrics to return. If unspecified, at most 1 rubric is returned. The maximum value is 1; values above 1 are coerced to 1. pageToken: string, 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. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response when listing rubrics. "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further results are available. "rubrics": [ # Rubrics that match the request. { # The rubric of the course work. A rubric is a scoring guide used to evaluate student work and give feedback. For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations). "courseId": "A String", # Identifier of the course. Read-only. "courseWorkId": "A String", # Identifier for the course work this corresponds to. Read-only. "creationTime": "A String", # Output only. Timestamp when this rubric was created. Read-only. "criteria": [ # List of criteria. Each criterion is a dimension on which performance is rated. { # A rubric criterion. Each criterion is a dimension on which performance is rated. "description": "A String", # The description of the criterion. "id": "A String", # The criterion ID. On creation, an ID is assigned. "levels": [ # The list of levels within this criterion. { # A level of the criterion. "description": "A String", # The description of the level. "id": "A String", # The level ID. On creation, an ID is assigned. "points": 3.14, # Optional points associated with this level. If set, all levels within the rubric must specify points and the value must be distinct across all levels within a single criterion. 0 is distinct from no points. "title": "A String", # The title of the level. If the level has no points set, title must be set. }, ], "title": "A String", # The title of the criterion. }, ], "id": "A String", # Classroom-assigned identifier for the rubric. This is unique among rubrics for the relevant course work. Read-only. "sourceSpreadsheetId": "A String", # Input only. Immutable. Google Sheets ID of the spreadsheet. This spreadsheet must contain formatted rubric settings. See [Create or reuse a rubric for an assignment](https://support.google.com/edu/classroom/answer/9335069). Use of this field requires the `https://www.googleapis.com/auth/spreadsheets.readonly` or `https://www.googleapis.com/auth/spreadsheets` scope. "updateTime": "A String", # Output only. Timestamp of the most recent change to this rubric. Read-only. }, ], }
list_next()
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.
patch(courseId, courseWorkId, id, body=None, updateMask=None, x__xgafv=None)
Updates a rubric. See google.classroom.v1.Rubric for details of which fields can be updated. Rubric update capabilities are [limited](/classroom/rubrics/limitations) once grading has started. The requesting user and course owner must have rubrics creation capabilities. For details, see [licensing requirements](https://developers.google.com/classroom/rubrics/limitations#license-requirements). This request must be made by the Google Cloud console of the [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to create the parent course work item. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting developer project didn't create the corresponding course work, if the user isn't permitted to make the requested modification to the rubric, or for access errors. This error code is also returned if grading has already started on the rubric. * `INVALID_ARGUMENT` if the request is malformed and for the following request error: * `RubricCriteriaInvalidFormat` * `NOT_FOUND` if the requested course, course work, or rubric doesn't exist or if the user doesn't have access to the corresponding course work. * `INTERNAL` if grading has already started on the rubric. Args: courseId: string, Required. Identifier of the course. (required) courseWorkId: string, Required. Identifier of the course work. (required) id: string, Optional. Identifier of the rubric. (required) body: object, The request body. The object takes the form of: { # The rubric of the course work. A rubric is a scoring guide used to evaluate student work and give feedback. For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations). "courseId": "A String", # Identifier of the course. Read-only. "courseWorkId": "A String", # Identifier for the course work this corresponds to. Read-only. "creationTime": "A String", # Output only. Timestamp when this rubric was created. Read-only. "criteria": [ # List of criteria. Each criterion is a dimension on which performance is rated. { # A rubric criterion. Each criterion is a dimension on which performance is rated. "description": "A String", # The description of the criterion. "id": "A String", # The criterion ID. On creation, an ID is assigned. "levels": [ # The list of levels within this criterion. { # A level of the criterion. "description": "A String", # The description of the level. "id": "A String", # The level ID. On creation, an ID is assigned. "points": 3.14, # Optional points associated with this level. If set, all levels within the rubric must specify points and the value must be distinct across all levels within a single criterion. 0 is distinct from no points. "title": "A String", # The title of the level. If the level has no points set, title must be set. }, ], "title": "A String", # The title of the criterion. }, ], "id": "A String", # Classroom-assigned identifier for the rubric. This is unique among rubrics for the relevant course work. Read-only. "sourceSpreadsheetId": "A String", # Input only. Immutable. Google Sheets ID of the spreadsheet. This spreadsheet must contain formatted rubric settings. See [Create or reuse a rubric for an assignment](https://support.google.com/edu/classroom/answer/9335069). Use of this field requires the `https://www.googleapis.com/auth/spreadsheets.readonly` or `https://www.googleapis.com/auth/spreadsheets` scope. "updateTime": "A String", # Output only. Timestamp of the most recent change to this rubric. Read-only. } updateMask: string, Optional. Mask that identifies which fields on the rubric to update. This field is required to do an update. The update fails if invalid fields are specified. There are multiple options to define the criteria of a rubric: the `source_spreadsheet_id` and the `criteria` list. Only one of these can be used at a time to define a rubric. The rubric `criteria` list is fully replaced by the rubric criteria specified in the update request. For example, if a criterion or level is missing from the request, it is deleted. New criteria and levels are added and an ID is assigned. Existing criteria and levels retain the previously assigned ID if the ID is specified in the request. The following fields can be specified by teachers: * `criteria` * `source_spreadsheet_id` x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The rubric of the course work. A rubric is a scoring guide used to evaluate student work and give feedback. For further details, see [Rubrics structure and known limitations](/classroom/rubrics/limitations). "courseId": "A String", # Identifier of the course. Read-only. "courseWorkId": "A String", # Identifier for the course work this corresponds to. Read-only. "creationTime": "A String", # Output only. Timestamp when this rubric was created. Read-only. "criteria": [ # List of criteria. Each criterion is a dimension on which performance is rated. { # A rubric criterion. Each criterion is a dimension on which performance is rated. "description": "A String", # The description of the criterion. "id": "A String", # The criterion ID. On creation, an ID is assigned. "levels": [ # The list of levels within this criterion. { # A level of the criterion. "description": "A String", # The description of the level. "id": "A String", # The level ID. On creation, an ID is assigned. "points": 3.14, # Optional points associated with this level. If set, all levels within the rubric must specify points and the value must be distinct across all levels within a single criterion. 0 is distinct from no points. "title": "A String", # The title of the level. If the level has no points set, title must be set. }, ], "title": "A String", # The title of the criterion. }, ], "id": "A String", # Classroom-assigned identifier for the rubric. This is unique among rubrics for the relevant course work. Read-only. "sourceSpreadsheetId": "A String", # Input only. Immutable. Google Sheets ID of the spreadsheet. This spreadsheet must contain formatted rubric settings. See [Create or reuse a rubric for an assignment](https://support.google.com/edu/classroom/answer/9335069). Use of this field requires the `https://www.googleapis.com/auth/spreadsheets.readonly` or `https://www.googleapis.com/auth/spreadsheets` scope. "updateTime": "A String", # Output only. Timestamp of the most recent change to this rubric. Read-only. }