Class: Google::Apis::ClassroomV1::ClassroomService
- Inherits:
-
Google::Apis::Core::BaseService
- Object
- Google::Apis::Core::BaseService
- Google::Apis::ClassroomV1::ClassroomService
- Defined in:
- lib/google/apis/classroom_v1/service.rb
Overview
Google Classroom API
Manages classes, rosters, and invitations in Google Classroom.
Constant Summary collapse
- DEFAULT_ENDPOINT_TEMPLATE =
"https://classroom.$UNIVERSE_DOMAIN$/"
Instance Attribute Summary collapse
-
#key ⇒ String
API key.
-
#quota_user ⇒ String
Available to use for quota purposes for server-side applications.
Instance Method Summary collapse
-
#accept_invitation(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Accepts an invitation, removing it and adding the invited user to the teachers or students (as appropriate) of the specified course.
-
#create_course(course_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Course
Creates a course.
-
#create_course_alias(course_id, course_alias_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseAlias
Creates an alias for a course.
-
#create_course_announcement(course_id, announcement_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Announcement
Creates an announcement.
-
#create_course_announcement_add_on_attachment(course_id, item_id, add_on_attachment_object = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Creates an add-on attachment under a post.
-
#create_course_course_work_add_on_attachment(course_id, item_id, add_on_attachment_object = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Creates an add-on attachment under a post.
-
#create_course_course_work_material(course_id, course_work_material_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWorkMaterial
Creates a course work material.
-
#create_course_course_work_material_add_on_attachment(course_id, item_id, add_on_attachment_object = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Creates an add-on attachment under a post.
-
#create_course_course_work_rubric(course_id, course_work_id, rubric_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Rubric
Creates a rubric.
-
#create_course_post_add_on_attachment(course_id, post_id, add_on_attachment_object = nil, add_on_token: nil, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Creates an add-on attachment under a post.
-
#create_course_student(course_id, student_object = nil, enrollment_code: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Student
Adds a user as a student of a course.
-
#create_course_student_group(course_id, student_group_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentGroup
Creates a student group for a course.
-
#create_course_student_group_student_group_member(course_id, student_group_id, student_group_member_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentGroupMember
Creates a student group member for a student group.
-
#create_course_teacher(course_id, teacher_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Teacher
Creates a teacher of a course.
-
#create_course_topic(course_id, topic_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Topic
Creates a topic.
-
#create_course_work(course_id, course_work_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWork
Creates course work.
-
#create_invitation(invitation_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Invitation
Creates an invitation.
-
#create_registration(registration_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Registration
Creates a
Registration, causing Classroom to start sending notifications from the providedfeedto the destination provided incloudPubSubTopic. -
#create_user_profile_guardian_invitation(student_id, guardian_invitation_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GuardianInvitation
Creates a guardian invitation, and sends an email to the guardian asking them to confirm that they are the student's guardian.
-
#delete_course(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a course.
-
#delete_course_alias(course_id, alias_, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an alias of a course.
-
#delete_course_announcement(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an announcement.
-
#delete_course_announcement_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an add-on attachment.
-
#delete_course_course_work(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a course work.
-
#delete_course_course_work_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an add-on attachment.
-
#delete_course_course_work_material(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a course work material.
-
#delete_course_course_work_material_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an add-on attachment.
-
#delete_course_course_work_rubric(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a rubric.
-
#delete_course_post_add_on_attachment(course_id, post_id, attachment_id, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an add-on attachment.
-
#delete_course_student(course_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a student of a course.
-
#delete_course_student_group(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a student group.
-
#delete_course_student_group_student_group_member(course_id, student_group_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a student group member.
-
#delete_course_teacher(course_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Removes the specified teacher from the specified course.
-
#delete_course_topic(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a topic.
-
#delete_invitation(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an invitation.
-
#delete_registration(registration_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a
Registration, causing Classroom to stop sending notifications for thatRegistration. -
#delete_user_profile_guardian(student_id, guardian_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a guardian.
-
#get_course(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Course
Returns a course.
-
#get_course_announcement(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Announcement
Returns an announcement.
-
#get_course_announcement_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Returns an add-on attachment.
-
#get_course_announcement_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnContext
Gets metadata for Classroom add-ons in the context of a specific post.
-
#get_course_course_work_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Returns an add-on attachment.
-
#get_course_course_work_add_on_attachment_student_submission(course_id, item_id, attachment_id, submission_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission
Returns a student submission for an add-on attachment.
-
#get_course_course_work_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnContext
Gets metadata for Classroom add-ons in the context of a specific post.
-
#get_course_course_work_material(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWorkMaterial
Returns a course work material.
-
#get_course_course_work_material_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Returns an add-on attachment.
-
#get_course_course_work_material_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnContext
Gets metadata for Classroom add-ons in the context of a specific post.
-
#get_course_course_work_rubric(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Rubric
Returns a rubric.
-
#get_course_grading_period_settings(course_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GradingPeriodSettings
Returns the grading period settings in a course.
-
#get_course_post_add_on_attachment(course_id, post_id, attachment_id, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Returns an add-on attachment.
-
#get_course_post_add_on_attachment_student_submission(course_id, post_id, attachment_id, submission_id, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission
Returns a student submission for an add-on attachment.
-
#get_course_post_add_on_context(course_id, post_id, add_on_token: nil, attachment_id: nil, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnContext
Gets metadata for Classroom add-ons in the context of a specific post.
-
#get_course_student(course_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Student
Returns a student of a course.
-
#get_course_teacher(course_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Teacher
Returns a teacher of a course.
-
#get_course_topic(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Topic
Returns a topic.
-
#get_course_work(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWork
Returns course work.
-
#get_invitation(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Invitation
Returns an invitation.
-
#get_student_submission(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentSubmission
Returns a student submission.
-
#get_user_profile(user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::UserProfile
Returns a user profile.
-
#get_user_profile_guardian(student_id, guardian_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Guardian
Returns a specific guardian.
-
#get_user_profile_guardian_invitation(student_id, invitation_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GuardianInvitation
Returns a specific guardian invitation.
-
#initialize ⇒ ClassroomService
constructor
A new instance of ClassroomService.
-
#list_course_aliases(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListCourseAliasesResponse
Returns a list of aliases for a course.
-
#list_course_announcement_add_on_attachments(course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse
Returns all attachments created by an add-on under the post.
-
#list_course_announcements(course_id, announcement_states: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAnnouncementsResponse
Returns a list of announcements that the requester is permitted to view.
-
#list_course_course_work_add_on_attachments(course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse
Returns all attachments created by an add-on under the post.
-
#list_course_course_work_material_add_on_attachments(course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse
Returns all attachments created by an add-on under the post.
-
#list_course_course_work_materials(course_id, course_work_material_states: nil, material_drive_id: nil, material_link: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListCourseWorkMaterialResponse
Returns a list of course work material that the requester is permitted to view.
-
#list_course_course_work_rubrics(course_id, course_work_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListRubricsResponse
Returns a list of rubrics that the requester is permitted to view.
-
#list_course_post_add_on_attachments(course_id, post_id, item_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse
Returns all attachments created by an add-on under the post.
-
#list_course_student_group_student_group_members(course_id, student_group_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListStudentGroupMembersResponse
Returns a list of students in a group.
-
#list_course_student_groups(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListStudentGroupsResponse
Returns a list of groups in a course.
-
#list_course_students(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListStudentsResponse
Returns a list of students of this course that the requester is permitted to view.
-
#list_course_teachers(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListTeachersResponse
Returns a list of teachers of this course that the requester is permitted to view.
-
#list_course_topics(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListTopicResponse
Returns the list of topics that the requester is permitted to view.
-
#list_course_works(course_id, course_work_states: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListCourseWorkResponse
Returns a list of course work that the requester is permitted to view.
-
#list_courses(course_states: nil, page_size: nil, page_token: nil, student_id: nil, teacher_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListCoursesResponse
Returns a list of courses that the requesting user is permitted to view, restricted to those that match the request.
-
#list_invitations(course_id: nil, page_size: nil, page_token: nil, user_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListInvitationsResponse
Returns a list of invitations that the requesting user is permitted to view, restricted to those that match the list request.
-
#list_student_submissions(course_id, course_work_id, late: nil, page_size: nil, page_token: nil, states: nil, user_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListStudentSubmissionsResponse
Returns a list of student submissions that the requester is permitted to view, factoring in the OAuth scopes of the request.
-
#list_user_profile_guardian_invitations(student_id, invited_email_address: nil, page_size: nil, page_token: nil, states: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListGuardianInvitationsResponse
Returns a list of guardian invitations that the requesting user is permitted to view, filtered by the parameters provided.
-
#list_user_profile_guardians(student_id, invited_email_address: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListGuardiansResponse
Returns a list of guardians that the requesting user is permitted to view, restricted to those that match the request.
-
#modify_course_announcement_assignees(course_id, id, modify_announcement_assignees_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Announcement
Modifies assignee mode and options of an announcement.
-
#modify_course_course_work_assignees(course_id, id, modify_course_work_assignees_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWork
Modifies assignee mode and options of a coursework.
-
#modify_student_submission_attachments(course_id, course_work_id, id, modify_attachments_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentSubmission
Modifies attachments of student submission.
-
#patch_course(id, course_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Course
Updates one or more fields in a course.
-
#patch_course_announcement(course_id, id, announcement_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Announcement
Updates one or more fields of an announcement.
-
#patch_course_announcement_add_on_attachment(course_id, item_id, attachment_id, add_on_attachment_object = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Updates an add-on attachment.
-
#patch_course_course_work(course_id, id, course_work_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWork
Updates one or more fields of a course work.
-
#patch_course_course_work_add_on_attachment(course_id, item_id, attachment_id, add_on_attachment_object = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Updates an add-on attachment.
-
#patch_course_course_work_add_on_attachment_student_submission(course_id, item_id, attachment_id, submission_id, add_on_attachment_student_submission_object = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission
Updates data associated with an add-on attachment submission.
-
#patch_course_course_work_material(course_id, id, course_work_material_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWorkMaterial
Updates one or more fields of a course work material.
-
#patch_course_course_work_material_add_on_attachment(course_id, item_id, attachment_id, add_on_attachment_object = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Updates an add-on attachment.
-
#patch_course_course_work_rubric(course_id, course_work_id, id, rubric_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Rubric
Updates a rubric.
-
#patch_course_post_add_on_attachment(course_id, post_id, attachment_id, add_on_attachment_object = nil, item_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Updates an add-on attachment.
-
#patch_course_post_add_on_attachment_student_submission(course_id, post_id, attachment_id, submission_id, add_on_attachment_student_submission_object = nil, item_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission
Updates data associated with an add-on attachment submission.
-
#patch_course_student_group(course_id, id, student_group_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentGroup
Updates one or more fields in a student group.
-
#patch_course_topic(course_id, id, topic_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Topic
Updates one or more fields of a topic.
-
#patch_student_submission(course_id, course_work_id, id, student_submission_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentSubmission
Updates one or more fields of a student submission.
-
#patch_user_profile_guardian_invitation(student_id, invitation_id, guardian_invitation_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GuardianInvitation
Modifies a guardian invitation.
-
#reclaim_student_submission(course_id, course_work_id, id, reclaim_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Reclaims a student submission on behalf of the student that owns it.
-
#return_student_submission(course_id, course_work_id, id, return_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Returns a student submission.
-
#turn_in_student_submission(course_id, course_work_id, id, turn_in_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Turns in a student submission.
-
#update_course(id, course_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Course
Updates a course.
-
#update_course_course_work_rubric(course_id, course_work_id, rubric_object = nil, id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Rubric
Updates a rubric.
-
#update_course_grading_period_settings(course_id, grading_period_settings_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GradingPeriodSettings
Updates grading period settings of a course.
Constructor Details
#initialize ⇒ ClassroomService
Returns a new instance of ClassroomService.
47 48 49 50 51 52 |
# File 'lib/google/apis/classroom_v1/service.rb', line 47 def initialize super(DEFAULT_ENDPOINT_TEMPLATE, '', client_name: 'google-apis-classroom_v1', client_version: Google::Apis::ClassroomV1::GEM_VERSION) @batch_path = 'batch' end |
Instance Attribute Details
#key ⇒ String
Returns API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
40 41 42 |
# File 'lib/google/apis/classroom_v1/service.rb', line 40 def key @key end |
#quota_user ⇒ String
Returns Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
45 46 47 |
# File 'lib/google/apis/classroom_v1/service.rb', line 45 def quota_user @quota_user end |
Instance Method Details
#accept_invitation(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Accepts an invitation, removing it and adding the invited user to the teachers
or students (as appropriate) of the specified course. Only the invited user
may accept an invitation. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to accept the
requested invitation or for access errors. * FAILED_PRECONDITION for the
following request errors: * CourseMemberLimitReached * CourseNotModifiable *
CourseTeacherLimitReached * UserGroupsMembershipLimitReached * NOT_FOUND if
no invitation exists with the requested ID.
4306 4307 4308 4309 4310 4311 4312 4313 4314 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4306 def accept_invitation(id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/invitations/{id}:accept', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course(course_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Course
Creates a course. The user specified in ownerId is the owner of the created
course and added as a teacher. A non-admin requesting user can only create a
course with themselves as the owner. Domain admins can create courses owned by
any user within their domain. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to create courses
or for access errors. * NOT_FOUND if the primary teacher is not a valid user.
FAILED_PRECONDITIONif the course owner's account is disabled or for the following request errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached * CourseTitleCannotContainUrl *ALREADY_EXISTSif an alias was specified in theidand already exists.
82 83 84 85 86 87 88 89 90 91 |
# File 'lib/google/apis/classroom_v1/service.rb', line 82 def create_course(course_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses', ) command.request_representation = Google::Apis::ClassroomV1::Course::Representation command.request_object = course_object command.response_representation = Google::Apis::ClassroomV1::Course::Representation command.response_class = Google::Apis::ClassroomV1::Course command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_alias(course_id, course_alias_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseAlias
Creates an alias for a course. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to create the
alias or for access errors. * NOT_FOUND if the course does not exist. *
ALREADY_EXISTS if the alias already exists. * FAILED_PRECONDITION if the
alias requested does not make sense for the requesting user or course (for
example, if a user not in a domain attempts to access a domain-scoped alias).
423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/google/apis/classroom_v1/service.rb', line 423 def create_course_alias(course_id, course_alias_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/aliases', ) command.request_representation = Google::Apis::ClassroomV1::CourseAlias::Representation command.request_object = course_alias_object command.response_representation = Google::Apis::ClassroomV1::CourseAlias::Representation command.response_class = Google::Apis::ClassroomV1::CourseAlias command.params['courseId'] = course_id unless course_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_announcement(course_id, announcement_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Announcement
Creates an announcement. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to access the
requested course, create announcements in the requested course, share a Drive
attachment, or for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if the requested course does not exist. *
FAILED_PRECONDITION for the following request error: * AttachmentNotVisible
545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/google/apis/classroom_v1/service.rb', line 545 def create_course_announcement(course_id, announcement_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/announcements', ) command.request_representation = Google::Apis::ClassroomV1::Announcement::Representation command.request_object = announcement_object command.response_representation = Google::Apis::ClassroomV1::Announcement::Representation command.response_class = Google::Apis::ClassroomV1::Announcement command.params['courseId'] = course_id unless course_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_announcement_add_on_attachment(course_id, item_id, add_on_attachment_object = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Creates an add-on attachment under a post. Requires the add-on to have
permission to create new attachments on the post. This method returns the
following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
884 885 886 887 888 889 890 891 892 893 894 895 896 897 |
# File 'lib/google/apis/classroom_v1/service.rb', line 884 def (course_id, item_id, = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/announcements/{itemId}/addOnAttachments', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['addOnToken'] = add_on_token unless add_on_token.nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_course_work_add_on_attachment(course_id, item_id, add_on_attachment_object = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Creates an add-on attachment under a post. Requires the add-on to have
permission to create new attachments on the post. This method returns the
following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1543 def (course_id, item_id, = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['addOnToken'] = add_on_token unless add_on_token.nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_course_work_material(course_id, course_work_material_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWorkMaterial
Creates a course work material. This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course, create course work material in the requested course, share a Drive attachment, or for access errors. *INVALID_ARGUMENTif the request is malformed or if more than 20 * materials are provided. *NOT_FOUNDif the requested course does not exist. *FAILED_PRECONDITIONfor the following request error: * AttachmentNotVisible
2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2507 def create_course_course_work_material(course_id, course_work_material_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWorkMaterials', ) command.request_representation = Google::Apis::ClassroomV1::CourseWorkMaterial::Representation command.request_object = course_work_material_object command.response_representation = Google::Apis::ClassroomV1::CourseWorkMaterial::Representation command.response_class = Google::Apis::ClassroomV1::CourseWorkMaterial command.params['courseId'] = course_id unless course_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_course_work_material_add_on_attachment(course_id, item_id, add_on_attachment_object = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Creates an add-on attachment under a post. Requires the add-on to have
permission to create new attachments on the post. This method returns the
following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2815 def (course_id, item_id, = nil, add_on_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWorkMaterials/{itemId}/addOnAttachments', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['addOnToken'] = add_on_token unless add_on_token.nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_course_work_rubric(course_id, course_work_id, rubric_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Rubric
Creates a rubric. The requesting user and course owner must have rubrics
creation capabilities. For details, see licensing requirements. For further details, see Rubrics structure and known
limitations. This request must be made by the
Google Cloud console of the OAuth client ID 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.
INTERNALif the request has insufficient OAuth scopes. *INVALID_ARGUMENTif the request is malformed and for the following request error: *RubricCriteriaInvalidFormat*NOT_FOUNDif the requested course or course work don't exist or the user doesn't have access to the course or course work. *FAILED_PRECONDITIONfor the following request error: *AttachmentNotVisible
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1899 def create_course_course_work_rubric(course_id, course_work_id, rubric_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWork/{courseWorkId}/rubrics', ) command.request_representation = Google::Apis::ClassroomV1::Rubric::Representation command.request_object = rubric_object command.response_representation = Google::Apis::ClassroomV1::Rubric::Representation command.response_class = Google::Apis::ClassroomV1::Rubric command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_post_add_on_attachment(course_id, post_id, add_on_attachment_object = nil, add_on_token: nil, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Creates an add-on attachment under a post. Requires the add-on to have
permission to create new attachments on the post. This method returns the
following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3124 def (course_id, post_id, = nil, add_on_token: nil, item_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/posts/{postId}/addOnAttachments', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['postId'] = post_id unless post_id.nil? command.query['addOnToken'] = add_on_token unless add_on_token.nil? command.query['itemId'] = item_id unless item_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_student(course_id, student_object = nil, enrollment_code: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Student
Adds a user as a student of a course. Domain administrators are permitted to
directly add users within their domain as students to courses within their domain.
Students are permitted to add themselves to a course using an enrollment code.
This method returns the following error codes: * PERMISSION_DENIED if the
requesting user is not permitted to create students in this course or for
access errors. * NOT_FOUND if the requested course ID does not exist. *
FAILED_PRECONDITION if the requested user's account is disabled, for the
following request errors: * CourseMemberLimitReached * CourseNotModifiable *
UserGroupsMembershipLimitReached * InactiveCourseOwner * ALREADY_EXISTS if
the user is already a student or teacher in the course.
3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3767 def create_course_student(course_id, student_object = nil, enrollment_code: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/students', ) command.request_representation = Google::Apis::ClassroomV1::Student::Representation command.request_object = student_object command.response_representation = Google::Apis::ClassroomV1::Student::Representation command.response_class = Google::Apis::ClassroomV1::Student command.params['courseId'] = course_id unless course_id.nil? command.query['enrollmentCode'] = enrollment_code unless enrollment_code.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_student_group(course_id, student_group_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentGroup
Creates a student group for a course. This method returns the following error
codes: * PERMISSION_DENIED if the requesting user is not permitted to create
the student group or for access errors. * NOT_FOUND if the course does not
exist or the requesting user doesn't have access to the course. *
FAILED_PRECONDITION if creating the student group would exceed the maximum
number of student groups per course.
3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3469 def create_course_student_group(course_id, student_group_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/studentGroups', ) command.request_representation = Google::Apis::ClassroomV1::StudentGroup::Representation command.request_object = student_group_object command.response_representation = Google::Apis::ClassroomV1::StudentGroup::Representation command.response_class = Google::Apis::ClassroomV1::StudentGroup command.params['courseId'] = course_id unless course_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_student_group_student_group_member(course_id, student_group_id, student_group_member_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentGroupMember
Creates a student group member for a student group. This method returns the
following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to create the student group or member for access errors. *
NOT_FOUND if the student group does not exist or the user does not have
access to the student group. * ALREADY_EXISTS if the student group member
already exists. * FAILED_PRECONDITION if attempting to add a member to a
student group that has reached its member limit.
3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3633 def create_course_student_group_student_group_member(course_id, student_group_id, student_group_member_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/studentGroups/{studentGroupId}/studentGroupMembers', ) command.request_representation = Google::Apis::ClassroomV1::StudentGroupMember::Representation command.request_object = student_group_member_object command.response_representation = Google::Apis::ClassroomV1::StudentGroupMember::Representation command.response_class = Google::Apis::ClassroomV1::StudentGroupMember command.params['courseId'] = course_id unless course_id.nil? command.params['studentGroupId'] = student_group_id unless student_group_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_teacher(course_id, teacher_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Teacher
Creates a teacher of a course. Domain administrators are permitted to
directly add users within their domain as teachers to courses within their domain.
Non-admin users should send an Invitation instead. This method returns the
following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to create teachers in this course or for access errors. * NOT_FOUND
if the requested course ID does not exist. * FAILED_PRECONDITION if the
requested user's account is disabled, for the following request errors: *
CourseMemberLimitReached * CourseNotModifiable * CourseTeacherLimitReached *
UserGroupsMembershipLimitReached * InactiveCourseOwner * ALREADY_EXISTS if
the user is already a teacher or student in the course.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3932 def create_course_teacher(course_id, teacher_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/teachers', ) command.request_representation = Google::Apis::ClassroomV1::Teacher::Representation command.request_object = teacher_object command.response_representation = Google::Apis::ClassroomV1::Teacher::Representation command.response_class = Google::Apis::ClassroomV1::Teacher command.params['courseId'] = course_id unless course_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_topic(course_id, topic_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Topic
Creates a topic. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to access the
requested course, create a topic in the requested course, or for access errors.
INVALID_ARGUMENTif the request is malformed. *ALREADY_EXISTSif there exists a topic in the course with the same name. *FAILED_PRECONDITIONfor the following request error: * CourseTopicLimitReached *NOT_FOUNDif the requested course does not exist.
4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4096 def create_course_topic(course_id, topic_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/topics', ) command.request_representation = Google::Apis::ClassroomV1::Topic::Representation command.request_object = topic_object command.response_representation = Google::Apis::ClassroomV1::Topic::Representation command.response_class = Google::Apis::ClassroomV1::Topic command.params['courseId'] = course_id unless course_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_course_work(course_id, course_work_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWork
Creates course work. The resulting course work (and corresponding student
submissions) are associated with the Developer Console project of the OAuth
client ID used to make the
request. Classroom API requests to modify course work and student submissions
must be made with an OAuth client ID from the associated Developer Console
project. This method returns the following error codes: * PERMISSION_DENIED
if the requesting user is not permitted to access the requested course, create
course work in the requested course, share a Drive attachment, or for access
errors. * INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if the
requested course does not exist. * FAILED_PRECONDITION for the following
request error: * AttachmentNotVisible
1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1129 def create_course_work(course_id, course_work_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWork', ) command.request_representation = Google::Apis::ClassroomV1::CourseWork::Representation command.request_object = course_work_object command.response_representation = Google::Apis::ClassroomV1::CourseWork::Representation command.response_class = Google::Apis::ClassroomV1::CourseWork command.params['courseId'] = course_id unless course_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_invitation(invitation_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Invitation
Creates an invitation. Only one invitation for a user and course may exist at
a time. Delete and re-create an invitation to make changes. This method
returns the following error codes: * PERMISSION_DENIED if the requesting
user is not permitted to create invitations for this course or for access
errors. * NOT_FOUND if the course or the user does not exist. *
FAILED_PRECONDITION: * if the requested user's account is disabled. * if the
user already has this role or a role with greater permissions. * for the
following request errors: * IneligibleOwner * ALREADY_EXISTS if an
invitation for the specified user and course already exists.
4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4343 def create_invitation(invitation_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/invitations', ) command.request_representation = Google::Apis::ClassroomV1::Invitation::Representation command.request_object = invitation_object command.response_representation = Google::Apis::ClassroomV1::Invitation::Representation command.response_class = Google::Apis::ClassroomV1::Invitation command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_registration(registration_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Registration
Creates a Registration, causing Classroom to start sending notifications
from the provided feed to the destination provided in cloudPubSubTopic.
Returns the created Registration. Currently, this will be the same as the
argument, but with server-assigned fields such as expiry_time and id
filled in. Note that any value specified for the expiry_time or id fields
will be ignored. While Classroom may validate the cloudPubSubTopic and
return errors on a best effort basis, it is the caller's responsibility to
ensure that it exists and that Classroom has permission to publish to it. This
method may return the following error codes: * PERMISSION_DENIED if: * the
authenticated user does not have permission to receive notifications from the
requested field; or * the current user has not granted access to the current
Cloud project with the appropriate scope for the requested feed. Note that
domain-wide delegation of authority is not currently supported for this
purpose. If the request has the appropriate scope, but no grant exists, a
Request Errors is returned. * another access error is encountered. *
INVALID_ARGUMENT if: * no cloudPubsubTopic is specified, or the specified
cloudPubsubTopic is not valid; or * no feed is specified, or the specified
feed is not valid. * NOT_FOUND if: * the specified feed cannot be located,
or the requesting user does not have permission to determine whether or not
it exists; or * the specified cloudPubsubTopic cannot be located, or
Classroom has not been granted permission to publish to it.
4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4509 def create_registration(registration_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/registrations', ) command.request_representation = Google::Apis::ClassroomV1::Registration::Representation command.request_object = registration_object command.response_representation = Google::Apis::ClassroomV1::Registration::Representation command.response_class = Google::Apis::ClassroomV1::Registration command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_user_profile_guardian_invitation(student_id, guardian_invitation_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GuardianInvitation
Creates a guardian invitation, and sends an email to the guardian asking them
to confirm that they are the student's guardian. Once the guardian accepts the
invitation, their state will change to COMPLETED and they will start
receiving guardian notifications. A Guardian resource will also be created
to represent the active guardian. The request object must have the student_id
and invited_email_address fields set. Failing to set these fields, or
setting any other fields in the request, will result in an error. This method
returns the following error codes: * PERMISSION_DENIED if the current user
does not have permission to manage guardians, if the guardian in question has
already rejected too many requests for that student, if guardians are not
enabled for the domain in question, or for other access errors. *
RESOURCE_EXHAUSTED if the student or guardian has exceeded the guardian link
limit. * INVALID_ARGUMENT if the guardian email address is not valid (for
example, if it is too long), or if the format of the student ID provided
cannot be recognized (it is not an email address, nor a user_id from this
API). This error will also be returned if read-only fields are set, or if the
state field is set to to a value other than PENDING. * NOT_FOUND if the
student ID provided is a valid student ID, but Classroom has no record of that
student. * ALREADY_EXISTS if there is already a pending guardian invitation
for the student and invited_email_address provided, or if the provided
invited_email_address matches the Google account of an existing Guardian
for this user.
4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4627 def create_user_profile_guardian_invitation(student_id, guardian_invitation_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/userProfiles/{studentId}/guardianInvitations', ) command.request_representation = Google::Apis::ClassroomV1::GuardianInvitation::Representation command.request_object = guardian_invitation_object command.response_representation = Google::Apis::ClassroomV1::GuardianInvitation::Representation command.response_class = Google::Apis::ClassroomV1::GuardianInvitation command.params['studentId'] = student_id unless student_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a course. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to delete the
requested course or for access errors. * NOT_FOUND if no course exists with
the requested ID.
117 118 119 120 121 122 123 124 125 |
# File 'lib/google/apis/classroom_v1/service.rb', line 117 def delete_course(id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_alias(course_id, alias_, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an alias of a course. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to remove the
alias or for access errors. * NOT_FOUND if the alias does not exist. *
FAILED_PRECONDITION if the alias requested does not make sense for the
requesting user or course (for example, if a user not in a domain attempts to
delete a domain-scoped alias).
463 464 465 466 467 468 469 470 471 472 |
# File 'lib/google/apis/classroom_v1/service.rb', line 463 def delete_course_alias(course_id, alias_, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/aliases/{alias}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['alias'] = alias_ unless alias_.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_announcement(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an announcement. This request must be made by the Developer Console
project of the OAuth client ID used to create the corresponding announcement item. This method
returns the following error codes: * PERMISSION_DENIED if the requesting
developer project did not create the corresponding announcement, if the
requesting user is not permitted to delete the requested course or for access
errors. * FAILED_PRECONDITION if the requested announcement has already been
deleted. * NOT_FOUND if no course exists with the requested ID.
588 589 590 591 592 593 594 595 596 597 |
# File 'lib/google/apis/classroom_v1/service.rb', line 588 def delete_course_announcement(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/announcements/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_announcement_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an add-on attachment. Requires the add-on to have been the original
creator of the attachment. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
930 931 932 933 934 935 936 937 938 939 940 941 |
# File 'lib/google/apis/classroom_v1/service.rb', line 930 def (course_id, item_id, , post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/announcements/{itemId}/addOnAttachments/{attachmentId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_course_work(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a course work. This request must be made by the Developer Console
project of the OAuth client ID used to create the corresponding course work item. This method
returns the following error codes: * PERMISSION_DENIED if the requesting
developer project did not create the corresponding course work, if the
requesting user is not permitted to delete the requested course or for access
errors. * FAILED_PRECONDITION if the requested course work has already been
deleted. * NOT_FOUND if no course exists with the requested ID.
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1172 def delete_course_course_work(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/courseWork/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_course_work_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an add-on attachment. Requires the add-on to have been the original
creator of the attachment. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1589 def (course_id, item_id, , post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_course_work_material(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a course work material. This request must be made by the Developer
Console project of the OAuth client ID used to create the corresponding course work material item.
This method returns the following error codes: * PERMISSION_DENIED if the
requesting developer project did not create the corresponding course work
material, if the requesting user is not permitted to delete the requested
course or for access errors. * FAILED_PRECONDITION if the requested course
work material has already been deleted. * NOT_FOUND if no course exists with
the requested ID.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2551 def delete_course_course_work_material(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/courseWorkMaterials/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_course_work_material_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an add-on attachment. Requires the add-on to have been the original
creator of the attachment. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2861 def (course_id, item_id, , post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/courseWorkMaterials/{itemId}/addOnAttachments/{attachmentId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_course_work_rubric(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a rubric. The requesting user and course owner must have rubrics creation capabilities. For details, see licensing requirements. This request must be made by the Google Cloud console of the OAuth client ID used to create the corresponding rubric. This method returns the following error codes:
PERMISSION_DENIEDif the requesting developer project didn't create the corresponding rubric, or if the requesting user isn't permitted to delete the requested rubric. *NOT_FOUNDif no rubric exists with the requested ID or the user does not have access to the course, course work, or rubric. *INVALID_ARGUMENTif grading has already started on the rubric.
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1946 def delete_course_course_work_rubric(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/courseWork/{courseWorkId}/rubrics/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_post_add_on_attachment(course_id, post_id, attachment_id, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an add-on attachment. Requires the add-on to have been the original
creator of the attachment. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3170 def (course_id, post_id, , item_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/posts/{postId}/addOnAttachments/{attachmentId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['postId'] = post_id unless post_id.nil? command.params['attachmentId'] = unless .nil? command.query['itemId'] = item_id unless item_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_student(course_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a student of a course. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to delete
students of this course or for access errors. * NOT_FOUND if no student of
this course has the requested ID or if the course does not exist.
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3808 def delete_course_student(course_id, user_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/students/{userId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['userId'] = user_id unless user_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_student_group(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a student group. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to delete the
requested student group or for access errors. * NOT_FOUND if the student
group does not exist or the user does not have access to the student group.
3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3506 def delete_course_student_group(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/studentGroups/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_student_group_student_group_member(course_id, student_group_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a student group member. This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to delete the requested student group member or for access errors. *NOT_FOUNDif the student group member does not exist or the user does not have access to the student group.
3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3675 def delete_course_student_group_student_group_member(course_id, student_group_id, user_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/studentGroups/{studentGroupId}/studentGroupMembers/{userId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['studentGroupId'] = student_group_id unless student_group_id.nil? command.params['userId'] = user_id unless user_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_teacher(course_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Removes the specified teacher from the specified course. This method returns
the following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to delete teachers of this course or for access errors. * NOT_FOUND
if no teacher of this course has the requested ID or if the course does not
exist. * FAILED_PRECONDITION if the requested ID belongs to the primary
teacher of this course. * FAILED_PRECONDITION if the requested ID belongs to
the owner of the course Drive folder. * FAILED_PRECONDITION if the course no
longer has an active owner.
3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3976 def delete_course_teacher(course_id, user_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/teachers/{userId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['userId'] = user_id unless user_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_course_topic(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a topic. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not allowed to delete the
requested topic or for access errors. * FAILED_PRECONDITION if the requested
topic has already been deleted. * NOT_FOUND if no course or topic exists
with the requested ID.
4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4135 def delete_course_topic(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/courses/{courseId}/topics/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_invitation(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes an invitation. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to delete the
requested invitation or for access errors. * NOT_FOUND if no invitation
exists with the requested ID.
4377 4378 4379 4380 4381 4382 4383 4384 4385 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4377 def delete_invitation(id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/invitations/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_registration(registration_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a Registration, causing Classroom to stop sending notifications for
that Registration.
4541 4542 4543 4544 4545 4546 4547 4548 4549 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4541 def delete_registration(registration_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/registrations/{registrationId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['registrationId'] = registration_id unless registration_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_user_profile_guardian(student_id, guardian_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Deletes a guardian. The guardian will no longer receive guardian notifications
and the guardian will no longer be accessible via the API. This method returns
the following error codes: * PERMISSION_DENIED if no user that matches the
provided student_id is visible to the requesting user, if the requesting
user is not permitted to manage guardians for the student identified by the
student_id, if guardians are not enabled for the domain in question, or for
other access errors. * INVALID_ARGUMENT if a student_id is specified, but
its format cannot be recognized (it is not an email address, nor a student_id
from the API). * NOT_FOUND if the requesting user is permitted to modify
guardians for the requested student_id, but no Guardian record exists for
that student with the provided guardian_id.
4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4833 def delete_user_profile_guardian(student_id, guardian_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/userProfiles/{studentId}/guardians/{guardianId}', ) command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['studentId'] = student_id unless student_id.nil? command.params['guardianId'] = guardian_id unless guardian_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Course
Returns a course. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to access the
requested course or for access errors. * NOT_FOUND if no course exists with
the requested ID.
151 152 153 154 155 156 157 158 159 |
# File 'lib/google/apis/classroom_v1/service.rb', line 151 def get_course(id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Course::Representation command.response_class = Google::Apis::ClassroomV1::Course command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_announcement(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Announcement
Returns an announcement. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to access the
requested course or announcement, or for access errors. * INVALID_ARGUMENT
if the request is malformed. * NOT_FOUND if the requested course or
announcement does not exist.
626 627 628 629 630 631 632 633 634 635 |
# File 'lib/google/apis/classroom_v1/service.rb', line 626 def get_course_announcement(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/announcements/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Announcement::Representation command.response_class = Google::Apis::ClassroomV1::Announcement command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_announcement_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Returns an add-on attachment. Requires the add-on requesting the attachment to
be the original creator of the attachment. This method returns the following
error codes: * PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if
the request is malformed. * NOT_FOUND if one of the identified resources
does not exist.
975 976 977 978 979 980 981 982 983 984 985 986 |
# File 'lib/google/apis/classroom_v1/service.rb', line 975 def (course_id, item_id, , post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/announcements/{itemId}/addOnAttachments/{attachmentId}', ) command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_announcement_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnContext
Gets metadata for Classroom add-ons in the context of a specific post. To
maintain the integrity of its own data and permissions model, an add-on should
call this to validate query parameters and the requesting user's role whenever
the add-on is opened in an iframe. This method returns
the following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
681 682 683 684 685 686 687 688 689 690 691 692 693 |
# File 'lib/google/apis/classroom_v1/service.rb', line 681 def get_course_announcement_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/announcements/{itemId}/addOnContext', ) command.response_representation = Google::Apis::ClassroomV1::AddOnContext::Representation command.response_class = Google::Apis::ClassroomV1::AddOnContext command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['addOnToken'] = add_on_token unless add_on_token.nil? command.query['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_course_work_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Returns an add-on attachment. Requires the add-on requesting the attachment to
be the original creator of the attachment. This method returns the following
error codes: * PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if
the request is malformed. * NOT_FOUND if one of the identified resources
does not exist.
1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1634 def (course_id, item_id, , post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}', ) command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_course_work_add_on_attachment_student_submission(course_id, item_id, attachment_id, submission_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission
Returns a student submission for an add-on attachment. This method returns the
following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1789 def (course_id, item_id, , submission_id, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}/studentSubmissions/{submissionId}', ) command.response_representation = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.params['submissionId'] = submission_id unless submission_id.nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_course_work_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnContext
Gets metadata for Classroom add-ons in the context of a specific post. To
maintain the integrity of its own data and permissions model, an add-on should
call this to validate query parameters and the requesting user's role whenever
the add-on is opened in an iframe. This method returns
the following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1265 def get_course_course_work_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{itemId}/addOnContext', ) command.response_representation = Google::Apis::ClassroomV1::AddOnContext::Representation command.response_class = Google::Apis::ClassroomV1::AddOnContext command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['addOnToken'] = add_on_token unless add_on_token.nil? command.query['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_course_work_material(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWorkMaterial
Returns a course work material. This method returns the following error codes:
PERMISSION_DENIEDif the requesting user is not permitted to access the requested course or course work material, or for access errors. *INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course or course work material does not exist.
2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2589 def get_course_course_work_material(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWorkMaterials/{id}', ) command.response_representation = Google::Apis::ClassroomV1::CourseWorkMaterial::Representation command.response_class = Google::Apis::ClassroomV1::CourseWorkMaterial command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_course_work_material_add_on_attachment(course_id, item_id, attachment_id, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Returns an add-on attachment. Requires the add-on requesting the attachment to
be the original creator of the attachment. This method returns the following
error codes: * PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if
the request is malformed. * NOT_FOUND if one of the identified resources
does not exist.
2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2906 def (course_id, item_id, , post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWorkMaterials/{itemId}/addOnAttachments/{attachmentId}', ) command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_course_work_material_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnContext
Gets metadata for Classroom add-ons in the context of a specific post. To
maintain the integrity of its own data and permissions model, an add-on should
call this to validate query parameters and the requesting user's role whenever
the add-on is opened in an iframe. This method returns
the following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2644 def get_course_course_work_material_add_on_context(course_id, item_id, add_on_token: nil, attachment_id: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWorkMaterials/{itemId}/addOnContext', ) command.response_representation = Google::Apis::ClassroomV1::AddOnContext::Representation command.response_class = Google::Apis::ClassroomV1::AddOnContext command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['addOnToken'] = add_on_token unless add_on_token.nil? command.query['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_course_work_rubric(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Rubric
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.
1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1985 def get_course_course_work_rubric(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{courseWorkId}/rubrics/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Rubric::Representation command.response_class = Google::Apis::ClassroomV1::Rubric command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_grading_period_settings(course_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GradingPeriodSettings
Returns the grading period settings in a course. This method returns the
following error codes: * PERMISSION_DENIED if the requesting user isn't
permitted to access the grading period settings in the requested course or for
access errors. * NOT_FOUND if the requested course does not exist.
184 185 186 187 188 189 190 191 192 |
# File 'lib/google/apis/classroom_v1/service.rb', line 184 def get_course_grading_period_settings(course_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/gradingPeriodSettings', ) command.response_representation = Google::Apis::ClassroomV1::GradingPeriodSettings::Representation command.response_class = Google::Apis::ClassroomV1::GradingPeriodSettings command.params['courseId'] = course_id unless course_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_post_add_on_attachment(course_id, post_id, attachment_id, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Returns an add-on attachment. Requires the add-on requesting the attachment to
be the original creator of the attachment. This method returns the following
error codes: * PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if
the request is malformed. * NOT_FOUND if one of the identified resources
does not exist.
3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3215 def (course_id, post_id, , item_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/posts/{postId}/addOnAttachments/{attachmentId}', ) command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['postId'] = post_id unless post_id.nil? command.params['attachmentId'] = unless .nil? command.query['itemId'] = item_id unless item_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_post_add_on_attachment_student_submission(course_id, post_id, attachment_id, submission_id, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission
Returns a student submission for an add-on attachment. This method returns the
following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3370 def (course_id, post_id, , submission_id, item_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/posts/{postId}/addOnAttachments/{attachmentId}/studentSubmissions/{submissionId}', ) command.response_representation = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission command.params['courseId'] = course_id unless course_id.nil? command.params['postId'] = post_id unless post_id.nil? command.params['attachmentId'] = unless .nil? command.params['submissionId'] = submission_id unless submission_id.nil? command.query['itemId'] = item_id unless item_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_post_add_on_context(course_id, post_id, add_on_token: nil, attachment_id: nil, item_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnContext
Gets metadata for Classroom add-ons in the context of a specific post. To
maintain the integrity of its own data and permissions model, an add-on should
call this to validate query parameters and the requesting user's role whenever
the add-on is opened in an iframe. This method returns
the following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if one of the
identified resources does not exist.
3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3072 def get_course_post_add_on_context(course_id, post_id, add_on_token: nil, attachment_id: nil, item_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/posts/{postId}/addOnContext', ) command.response_representation = Google::Apis::ClassroomV1::AddOnContext::Representation command.response_class = Google::Apis::ClassroomV1::AddOnContext command.params['courseId'] = course_id unless course_id.nil? command.params['postId'] = post_id unless post_id.nil? command.query['addOnToken'] = add_on_token unless add_on_token.nil? command.query['attachmentId'] = unless .nil? command.query['itemId'] = item_id unless item_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_student(course_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Student
Returns a student of a course. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to view students
of this course or for access errors. * NOT_FOUND if no student of this
course has the requested ID or if the course does not exist.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3847 def get_course_student(course_id, user_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/students/{userId}', ) command.response_representation = Google::Apis::ClassroomV1::Student::Representation command.response_class = Google::Apis::ClassroomV1::Student command.params['courseId'] = course_id unless course_id.nil? command.params['userId'] = user_id unless user_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_teacher(course_id, user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Teacher
Returns a teacher of a course. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to view teachers
of this course or for access errors. * NOT_FOUND if no teacher of this
course has the requested ID or if the course does not exist.
4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4015 def get_course_teacher(course_id, user_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/teachers/{userId}', ) command.response_representation = Google::Apis::ClassroomV1::Teacher::Representation command.response_class = Google::Apis::ClassroomV1::Teacher command.params['courseId'] = course_id unless course_id.nil? command.params['userId'] = user_id unless user_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_topic(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Topic
Returns a topic. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to access the
requested course or topic, or for access errors. * INVALID_ARGUMENT if the
request is malformed. * NOT_FOUND if the requested course or topic does not
exist.
4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4172 def get_course_topic(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/topics/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Topic::Representation command.response_class = Google::Apis::ClassroomV1::Topic command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_course_work(course_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWork
Returns course work. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to access the
requested course or course work, or for access errors. * INVALID_ARGUMENT if
the request is malformed. * NOT_FOUND if the requested course or course work
does not exist.
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1210 def get_course_work(course_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{id}', ) command.response_representation = Google::Apis::ClassroomV1::CourseWork::Representation command.response_class = Google::Apis::ClassroomV1::CourseWork command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_invitation(id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Invitation
Returns an invitation. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to view the
requested invitation or for access errors. * NOT_FOUND if no invitation
exists with the requested ID.
4410 4411 4412 4413 4414 4415 4416 4417 4418 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4410 def get_invitation(id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/invitations/{id}', ) command.response_representation = Google::Apis::ClassroomV1::Invitation::Representation command.response_class = Google::Apis::ClassroomV1::Invitation command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_student_submission(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentSubmission
Returns a student submission. * PERMISSION_DENIED if the requesting user is
not permitted to access the requested course, course work, or student
submission or for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if the requested course, course work, or student
submission does not exist.
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2140 def get_student_submission(course_id, course_work_id, id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}', ) command.response_representation = Google::Apis::ClassroomV1::StudentSubmission::Representation command.response_class = Google::Apis::ClassroomV1::StudentSubmission command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_user_profile(user_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::UserProfile
Returns a user profile. This method returns the following error codes: *
PERMISSION_DENIED if the requesting user is not permitted to access this user
profile, if no profile exists with the requested ID, or for access errors.
4575 4576 4577 4578 4579 4580 4581 4582 4583 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4575 def get_user_profile(user_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/userProfiles/{userId}', ) command.response_representation = Google::Apis::ClassroomV1::UserProfile::Representation command.response_class = Google::Apis::ClassroomV1::UserProfile command.params['userId'] = user_id unless user_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_user_profile_guardian(student_id, guardian_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Guardian
Returns a specific guardian. This method returns the following error codes: *
PERMISSION_DENIED if no user that matches the provided student_id is
visible to the requesting user, if the requesting user is not permitted to
view guardian information for the student identified by the student_id, if
guardians are not enabled for the domain in question, or for other access
errors. * INVALID_ARGUMENT if a student_id is specified, but its format
cannot be recognized (it is not an email address, nor a student_id from the
API, nor the literal string me). * NOT_FOUND if the requesting user is
permitted to view guardians for the requested student_id, but no Guardian
record exists for that student that matches the provided guardian_id.
4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4877 def get_user_profile_guardian(student_id, guardian_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/userProfiles/{studentId}/guardians/{guardianId}', ) command.response_representation = Google::Apis::ClassroomV1::Guardian::Representation command.response_class = Google::Apis::ClassroomV1::Guardian command.params['studentId'] = student_id unless student_id.nil? command.params['guardianId'] = guardian_id unless guardian_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_user_profile_guardian_invitation(student_id, invitation_id, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GuardianInvitation
Returns a specific guardian invitation. This method returns the following
error codes: * PERMISSION_DENIED if the requesting user is not permitted to
view guardian invitations for the student identified by the student_id, if
guardians are not enabled for the domain in question, or for other access
errors. * INVALID_ARGUMENT if a student_id is specified, but its format
cannot be recognized (it is not an email address, nor a student_id from the
API, nor the literal string me). * NOT_FOUND if Classroom cannot find any
record of the given student or invitation_id. May also be returned if the
student exists, but the requesting user does not have access to see that
student.
4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4670 def get_user_profile_guardian_invitation(student_id, invitation_id, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/userProfiles/{studentId}/guardianInvitations/{invitationId}', ) command.response_representation = Google::Apis::ClassroomV1::GuardianInvitation::Representation command.response_class = Google::Apis::ClassroomV1::GuardianInvitation command.params['studentId'] = student_id unless student_id.nil? command.params['invitationId'] = invitation_id unless invitation_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_aliases(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListCourseAliasesResponse
Returns a list of aliases for a course. This method returns the following
error codes: * PERMISSION_DENIED if the requesting user is not permitted to
access the course or for access errors. * NOT_FOUND if the course does not
exist.
506 507 508 509 510 511 512 513 514 515 516 |
# File 'lib/google/apis/classroom_v1/service.rb', line 506 def list_course_aliases(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/aliases', ) command.response_representation = Google::Apis::ClassroomV1::ListCourseAliasesResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListCourseAliasesResponse command.params['courseId'] = course_id unless course_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_announcement_add_on_attachments(course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse
Returns all attachments created by an add-on under the post. Requires the add-
on to have active attachments on the post or have permission to create new
attachments on the post. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1028 def (course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/announcements/{itemId}/addOnAttachments', ) command.response_representation = Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_announcements(course_id, announcement_states: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAnnouncementsResponse
Returns a list of announcements that the requester is permitted to view.
Course students may only view PUBLISHED announcements. Course teachers and
domain administrators may view all announcements. This method returns the
following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to access the requested course or for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if the requested
course does not exist.
738 739 740 741 742 743 744 745 746 747 748 749 750 |
# File 'lib/google/apis/classroom_v1/service.rb', line 738 def list_course_announcements(course_id, announcement_states: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/announcements', ) command.response_representation = Google::Apis::ClassroomV1::ListAnnouncementsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListAnnouncementsResponse command.params['courseId'] = course_id unless course_id.nil? command.query['announcementStates'] = announcement_states unless announcement_states.nil? command.query['orderBy'] = order_by unless order_by.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_course_work_add_on_attachments(course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse
Returns all attachments created by an add-on under the post. Requires the add-
on to have active attachments on the post or have permission to create new
attachments on the post. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1687 def (course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments', ) command.response_representation = Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_course_work_material_add_on_attachments(course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse
Returns all attachments created by an add-on under the post. Requires the add-
on to have active attachments on the post or have permission to create new
attachments on the post. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2959 def (course_id, item_id, page_size: nil, page_token: nil, post_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWorkMaterials/{itemId}/addOnAttachments', ) command.response_representation = Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['postId'] = post_id unless post_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_course_work_materials(course_id, course_work_material_states: nil, material_drive_id: nil, material_link: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListCourseWorkMaterialResponse
Returns a list of course work material that the requester is permitted to view.
Course students may only view PUBLISHED course work material. Course
teachers and domain administrators may view all course work material. This
method returns the following error codes: * PERMISSION_DENIED if the
requesting user is not permitted to access the requested course or for access
errors. * INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if the
requested course does not exist.
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2709 def list_course_course_work_materials(course_id, course_work_material_states: nil, material_drive_id: nil, material_link: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWorkMaterials', ) command.response_representation = Google::Apis::ClassroomV1::ListCourseWorkMaterialResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListCourseWorkMaterialResponse command.params['courseId'] = course_id unless course_id.nil? command.query['courseWorkMaterialStates'] = course_work_material_states unless course_work_material_states.nil? command.query['materialDriveId'] = material_drive_id unless material_drive_id.nil? command.query['materialLink'] = material_link unless material_link.nil? command.query['orderBy'] = order_by unless order_by.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_course_work_rubrics(course_id, course_work_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListRubricsResponse
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.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2030 def list_course_course_work_rubrics(course_id, course_work_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{courseWorkId}/rubrics', ) command.response_representation = Google::Apis::ClassroomV1::ListRubricsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListRubricsResponse command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_post_add_on_attachments(course_id, post_id, item_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse
Returns all attachments created by an add-on under the post. Requires the add-
on to have active attachments on the post or have permission to create new
attachments on the post. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3268 def (course_id, post_id, item_id: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/posts/{postId}/addOnAttachments', ) command.response_representation = Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListAddOnAttachmentsResponse command.params['courseId'] = course_id unless course_id.nil? command.params['postId'] = post_id unless post_id.nil? command.query['itemId'] = item_id unless item_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_student_group_student_group_members(course_id, student_group_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListStudentGroupMembersResponse
Returns a list of students in a group. This method returns the following error
codes: * NOT_FOUND if the course or student group does not exist.
3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3718 def list_course_student_group_student_group_members(course_id, student_group_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/studentGroups/{studentGroupId}/studentGroupMembers', ) command.response_representation = Google::Apis::ClassroomV1::ListStudentGroupMembersResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListStudentGroupMembersResponse command.params['courseId'] = course_id unless course_id.nil? command.params['studentGroupId'] = student_group_id unless student_group_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_student_groups(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListStudentGroupsResponse
Returns a list of groups in a course. This method returns the following error
codes: * NOT_FOUND if the course does not exist.
3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3546 def list_course_student_groups(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/studentGroups', ) command.response_representation = Google::Apis::ClassroomV1::ListStudentGroupsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListStudentGroupsResponse command.params['courseId'] = course_id unless course_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_students(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListStudentsResponse
Returns a list of students of this course that the requester is permitted to
view. This method returns the following error codes: * NOT_FOUND if the
course does not exist. * PERMISSION_DENIED for access errors.
3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3888 def list_course_students(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/students', ) command.response_representation = Google::Apis::ClassroomV1::ListStudentsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListStudentsResponse command.params['courseId'] = course_id unless course_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_teachers(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListTeachersResponse
Returns a list of teachers of this course that the requester is permitted to
view. This method returns the following error codes: * NOT_FOUND if the
course does not exist. * PERMISSION_DENIED for access errors.
4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4056 def list_course_teachers(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/teachers', ) command.response_representation = Google::Apis::ClassroomV1::ListTeachersResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListTeachersResponse command.params['courseId'] = course_id unless course_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_topics(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListTopicResponse
Returns the list of topics that the requester is permitted to view. This
method returns the following error codes: * PERMISSION_DENIED if the
requesting user is not permitted to access the requested course or for access
errors. * INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if the
requested course does not exist.
4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4216 def list_course_topics(course_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/topics', ) command.response_representation = Google::Apis::ClassroomV1::ListTopicResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListTopicResponse command.params['courseId'] = course_id unless course_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_course_works(course_id, course_work_states: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListCourseWorkResponse
Returns a list of course work that the requester is permitted to view. Course
students may only view PUBLISHED course work. Course teachers and domain
administrators may view all course work. This method returns the following
error codes: * PERMISSION_DENIED if the requesting user is not permitted to
access the requested course or for access errors. * INVALID_ARGUMENT if the
request is malformed. * NOT_FOUND if the requested course does not exist.
1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1322 def list_course_works(course_id, course_work_states: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork', ) command.response_representation = Google::Apis::ClassroomV1::ListCourseWorkResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListCourseWorkResponse command.params['courseId'] = course_id unless course_id.nil? command.query['courseWorkStates'] = course_work_states unless course_work_states.nil? command.query['orderBy'] = order_by unless order_by.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_courses(course_states: nil, page_size: nil, page_token: nil, student_id: nil, teacher_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListCoursesResponse
Returns a list of courses that the requesting user is permitted to view,
restricted to those that match the request. Returned courses are ordered by
creation time, with the most recently created coming first. This method
returns the following error codes: * PERMISSION_DENIED for access errors. *
INVALID_ARGUMENT if the query argument is malformed. * NOT_FOUND if any
users specified in the query arguments do not exist.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/google/apis/classroom_v1/service.rb', line 238 def list_courses(course_states: nil, page_size: nil, page_token: nil, student_id: nil, teacher_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses', ) command.response_representation = Google::Apis::ClassroomV1::ListCoursesResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListCoursesResponse command.query['courseStates'] = course_states unless course_states.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['studentId'] = student_id unless student_id.nil? command.query['teacherId'] = teacher_id unless teacher_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_invitations(course_id: nil, page_size: nil, page_token: nil, user_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListInvitationsResponse
Returns a list of invitations that the requesting user is permitted to view,
restricted to those that match the list request. Note: At least one of
user_id or course_id must be supplied. Both fields can be supplied. This
method returns the following error codes: * PERMISSION_DENIED for access
errors.
4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4457 def list_invitations(course_id: nil, page_size: nil, page_token: nil, user_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/invitations', ) command.response_representation = Google::Apis::ClassroomV1::ListInvitationsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListInvitationsResponse command.query['courseId'] = course_id unless course_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['userId'] = user_id unless user_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_student_submissions(course_id, course_work_id, late: nil, page_size: nil, page_token: nil, states: nil, user_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListStudentSubmissionsResponse
Returns a list of student submissions that the requester is permitted to view,
factoring in the OAuth scopes of the request. A hyphen (-) may be specified
as the course_work_id to include student submissions for multiple course
work items. Course students may only view their own work. Course teachers and
domain administrators may view all student submissions. This method returns
the following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to access the requested course or course work, or for access errors.
INVALID_ARGUMENTif the request is malformed. *NOT_FOUNDif the requested course does not exist.
2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2205 def list_student_submissions(course_id, course_work_id, late: nil, page_size: nil, page_token: nil, states: nil, user_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions', ) command.response_representation = Google::Apis::ClassroomV1::ListStudentSubmissionsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListStudentSubmissionsResponse command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.query['late'] = late unless late.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['states'] = states unless states.nil? command.query['userId'] = user_id unless user_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_user_profile_guardian_invitations(student_id, invited_email_address: nil, page_size: nil, page_token: nil, states: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListGuardianInvitationsResponse
Returns a list of guardian invitations that the requesting user is permitted
to view, filtered by the parameters provided. This method returns the
following error codes: * PERMISSION_DENIED if a student_id is specified,
and the requesting user is not permitted to view guardian invitations for that
student, if "-" is specified as the student_id and the user is not a
domain administrator, if guardians are not enabled for the domain in question,
or for other access errors. * INVALID_ARGUMENT if a student_id is
specified, but its format cannot be recognized (it is not an email address,
nor a student_id from the API, nor the literal string me). May also be
returned if an invalid page_token or state is provided. * NOT_FOUND if a
student_id is specified, and its format can be recognized, but Classroom has
no record of that student.
4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4731 def list_user_profile_guardian_invitations(student_id, invited_email_address: nil, page_size: nil, page_token: nil, states: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/userProfiles/{studentId}/guardianInvitations', ) command.response_representation = Google::Apis::ClassroomV1::ListGuardianInvitationsResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListGuardianInvitationsResponse command.params['studentId'] = student_id unless student_id.nil? command.query['invitedEmailAddress'] = invited_email_address unless invited_email_address.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['states'] = states unless states.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_user_profile_guardians(student_id, invited_email_address: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::ListGuardiansResponse
Returns a list of guardians that the requesting user is permitted to view,
restricted to those that match the request. To list guardians for any student
that the requesting user may view guardians for, use the literal character -
for the student ID. This method returns the following error codes: *
PERMISSION_DENIED if a student_id is specified, and the requesting user is
not permitted to view guardian information for that student, if "-" is
specified as the student_id and the user is not a domain administrator, if
guardians are not enabled for the domain in question, if the
invited_email_address filter is set by a user who is not a domain
administrator, or for other access errors. * INVALID_ARGUMENT if a
student_id is specified, but its format cannot be recognized (it is not an
email address, nor a student_id from the API, nor the literal string me).
May also be returned if an invalid page_token is provided. * NOT_FOUND if
a student_id is specified, and its format can be recognized, but Classroom
has no record of that student.
4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4938 def list_user_profile_guardians(student_id, invited_email_address: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/userProfiles/{studentId}/guardians', ) command.response_representation = Google::Apis::ClassroomV1::ListGuardiansResponse::Representation command.response_class = Google::Apis::ClassroomV1::ListGuardiansResponse command.params['studentId'] = student_id unless student_id.nil? command.query['invitedEmailAddress'] = invited_email_address unless invited_email_address.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#modify_course_announcement_assignees(course_id, id, modify_announcement_assignees_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Announcement
Modifies assignee mode and options of an announcement. Only a teacher of the
course that contains the announcement may call this method. This method
returns the following error codes: * PERMISSION_DENIED if the requesting
user is not permitted to access the requested course or course work or for
access errors. * INVALID_ARGUMENT if the request is malformed. * NOT_FOUND
if the requested course or course work does not exist. * FAILED_PRECONDITION
for the following request error: * EmptyAssignees
782 783 784 785 786 787 788 789 790 791 792 793 |
# File 'lib/google/apis/classroom_v1/service.rb', line 782 def modify_course_announcement_assignees(course_id, id, modify_announcement_assignees_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/announcements/{id}:modifyAssignees', ) command.request_representation = Google::Apis::ClassroomV1::ModifyAnnouncementAssigneesRequest::Representation command.request_object = modify_announcement_assignees_request_object command.response_representation = Google::Apis::ClassroomV1::Announcement::Representation command.response_class = Google::Apis::ClassroomV1::Announcement command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#modify_course_course_work_assignees(course_id, id, modify_course_work_assignees_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWork
Modifies assignee mode and options of a coursework. Only a teacher of the
course that contains the coursework may call this method. This method returns
the following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to access the requested course or course work or for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if the
requested course or course work does not exist. * FAILED_PRECONDITION for
the following request error: * EmptyAssignees
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1366 def modify_course_course_work_assignees(course_id, id, modify_course_work_assignees_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWork/{id}:modifyAssignees', ) command.request_representation = Google::Apis::ClassroomV1::ModifyCourseWorkAssigneesRequest::Representation command.request_object = modify_course_work_assignees_request_object command.response_representation = Google::Apis::ClassroomV1::CourseWork::Representation command.response_class = Google::Apis::ClassroomV1::CourseWork command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#modify_student_submission_attachments(course_id, course_work_id, id, modify_attachments_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentSubmission
Modifies attachments of student submission. Attachments may only be added to
student submissions belonging to course work objects with a workType of
ASSIGNMENT. This request must be made by the Developer Console project of the
OAuth client ID used to
create the corresponding course work item. This method returns the following
error codes: * PERMISSION_DENIED if the requesting user is not permitted to
access the requested course or course work, if the user is not permitted to
modify attachments on the requested student submission, or for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if the
requested course, course work, or student submission does not exist.
2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2256 def (course_id, course_work_id, id, = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:modifyAttachments', ) command.request_representation = Google::Apis::ClassroomV1::ModifyAttachmentsRequest::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::StudentSubmission::Representation command.response_class = Google::Apis::ClassroomV1::StudentSubmission command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course(id, course_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Course
Updates one or more fields in a course. This method returns the following
error codes: * PERMISSION_DENIED if the requesting user is not permitted to
modify the requested course or for access errors. * NOT_FOUND if no course
exists with the requested ID. * INVALID_ARGUMENT if invalid fields are
specified in the update mask or if no update mask is supplied. *
FAILED_PRECONDITION for the following request errors: * CourseNotModifiable *
InactiveCourseOwner * IneligibleOwner * CourseTitleCannotContainUrl
289 290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/google/apis/classroom_v1/service.rb', line 289 def patch_course(id, course_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{id}', ) command.request_representation = Google::Apis::ClassroomV1::Course::Representation command.request_object = course_object command.response_representation = Google::Apis::ClassroomV1::Course::Representation command.response_class = Google::Apis::ClassroomV1::Course command.params['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_announcement(course_id, id, announcement_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Announcement
Updates one or more fields of an announcement. This method returns the
following error codes: * PERMISSION_DENIED if the requesting developer
project did not create the corresponding announcement or for access errors. *
INVALID_ARGUMENT if the request is malformed. * FAILED_PRECONDITION if the
requested announcement has already been deleted. * NOT_FOUND if the
requested course or announcement does not exist
832 833 834 835 836 837 838 839 840 841 842 843 844 |
# File 'lib/google/apis/classroom_v1/service.rb', line 832 def patch_course_announcement(course_id, id, announcement_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/announcements/{id}', ) command.request_representation = Google::Apis::ClassroomV1::Announcement::Representation command.request_object = announcement_object command.response_representation = Google::Apis::ClassroomV1::Announcement::Representation command.response_class = Google::Apis::ClassroomV1::Announcement command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_announcement_add_on_attachment(course_id, item_id, attachment_id, add_on_attachment_object = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Updates an add-on attachment. Requires the add-on to have been the original
creator of the attachment. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1081 def (course_id, item_id, , = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/announcements/{itemId}/addOnAttachments/{attachmentId}', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_course_work(course_id, id, course_work_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWork
Updates one or more fields of a course work. See google.classroom.v1. CourseWork for details of which fields may be updated and who may change them. This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item. This method returns the following error codes:
PERMISSION_DENIEDif the requesting developer project did not create the corresponding course work, if the user is not permitted to make the requested modification to the student submission, or for access errors. *INVALID_ARGUMENTif the request is malformed. *FAILED_PRECONDITIONif the requested course work has already been deleted. *NOT_FOUNDif the requested course or course work does not exist.
1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1423 def patch_course_course_work(course_id, id, course_work_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/courseWork/{id}', ) command.request_representation = Google::Apis::ClassroomV1::CourseWork::Representation command.request_object = course_work_object command.response_representation = Google::Apis::ClassroomV1::CourseWork::Representation command.response_class = Google::Apis::ClassroomV1::CourseWork command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_course_work_add_on_attachment(course_id, item_id, attachment_id, add_on_attachment_object = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Updates an add-on attachment. Requires the add-on to have been the original
creator of the attachment. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1740 def (course_id, item_id, , = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_course_work_add_on_attachment_student_submission(course_id, item_id, attachment_id, submission_id, add_on_attachment_student_submission_object = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission
Updates data associated with an add-on attachment submission. Requires the add-
on to have been the original creator of the attachment and the attachment to
have a positive max_points value set. This method returns the following
error codes: * PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if
the request is malformed. * NOT_FOUND if one of the identified resources
does not exist.
1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1845 def (course_id, item_id, , submission_id, = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}/studentSubmissions/{submissionId}', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.params['submissionId'] = submission_id unless submission_id.nil? command.query['postId'] = post_id unless post_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_course_work_material(course_id, id, course_work_material_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::CourseWorkMaterial
Updates one or more fields of a course work material. This method returns the
following error codes: * PERMISSION_DENIED if the requesting developer
project for access errors. * INVALID_ARGUMENT if the request is malformed. *
FAILED_PRECONDITION if the requested course work material has already been
deleted. * NOT_FOUND if the requested course or course work material does
not exist
2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2763 def patch_course_course_work_material(course_id, id, course_work_material_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/courseWorkMaterials/{id}', ) command.request_representation = Google::Apis::ClassroomV1::CourseWorkMaterial::Representation command.request_object = course_work_material_object command.response_representation = Google::Apis::ClassroomV1::CourseWorkMaterial::Representation command.response_class = Google::Apis::ClassroomV1::CourseWorkMaterial command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_course_work_material_add_on_attachment(course_id, item_id, attachment_id, add_on_attachment_object = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Updates an add-on attachment. Requires the add-on to have been the original
creator of the attachment. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3012 def (course_id, item_id, , = nil, post_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/courseWorkMaterials/{itemId}/addOnAttachments/{attachmentId}', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['itemId'] = item_id unless item_id.nil? command.params['attachmentId'] = unless .nil? command.query['postId'] = post_id unless post_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_course_work_rubric(course_id, course_work_id, id, rubric_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Rubric
Updates a rubric. See google.classroom.v1.Rubric for details of which fields
can be updated. Rubric update capabilities are limited once grading has started. The requesting user and course owner
must have rubrics creation capabilities. For details, see licensing
requirements. This request must be made by the Google
Cloud console of the OAuth client ID 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.
2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2096 def patch_course_course_work_rubric(course_id, course_work_id, id, rubric_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/courseWork/{courseWorkId}/rubrics/{id}', ) command.request_representation = Google::Apis::ClassroomV1::Rubric::Representation command.request_object = rubric_object command.response_representation = Google::Apis::ClassroomV1::Rubric::Representation command.response_class = Google::Apis::ClassroomV1::Rubric command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_post_add_on_attachment(course_id, post_id, attachment_id, add_on_attachment_object = nil, item_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachment
Updates an add-on attachment. Requires the add-on to have been the original
creator of the attachment. This method returns the following error codes: *
PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if one of the identified resources does not exist.
3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3321 def (course_id, post_id, , = nil, item_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/posts/{postId}/addOnAttachments/{attachmentId}', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachment::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachment command.params['courseId'] = course_id unless course_id.nil? command.params['postId'] = post_id unless post_id.nil? command.params['attachmentId'] = unless .nil? command.query['itemId'] = item_id unless item_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_post_add_on_attachment_student_submission(course_id, post_id, attachment_id, submission_id, add_on_attachment_student_submission_object = nil, item_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission
Updates data associated with an add-on attachment submission. Requires the add-
on to have been the original creator of the attachment and the attachment to
have a positive max_points value set. This method returns the following
error codes: * PERMISSION_DENIED for access errors. * INVALID_ARGUMENT if
the request is malformed. * NOT_FOUND if one of the identified resources
does not exist.
3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3426 def (course_id, post_id, , submission_id, = nil, item_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/posts/{postId}/addOnAttachments/{attachmentId}/studentSubmissions/{submissionId}', ) command.request_representation = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission::Representation command.request_object = command.response_representation = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission::Representation command.response_class = Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission command.params['courseId'] = course_id unless course_id.nil? command.params['postId'] = post_id unless post_id.nil? command.params['attachmentId'] = unless .nil? command.params['submissionId'] = submission_id unless submission_id.nil? command.query['itemId'] = item_id unless item_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_student_group(course_id, id, student_group_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentGroup
Updates one or more fields in a student group. This method returns the
following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to modify the requested student group or for access errors. *
NOT_FOUND if the student group does not exist or the user does not have
access to the student group. * INVALID_ARGUMENT if invalid fields are
specified in the update mask or if no update mask is supplied.
3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 |
# File 'lib/google/apis/classroom_v1/service.rb', line 3590 def patch_course_student_group(course_id, id, student_group_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/studentGroups/{id}', ) command.request_representation = Google::Apis::ClassroomV1::StudentGroup::Representation command.request_object = student_group_object command.response_representation = Google::Apis::ClassroomV1::StudentGroup::Representation command.response_class = Google::Apis::ClassroomV1::StudentGroup command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_course_topic(course_id, id, topic_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Topic
Updates one or more fields of a topic. This method returns the following error
codes: * PERMISSION_DENIED if the requesting developer project did not
create the corresponding topic or for access errors. * INVALID_ARGUMENT if
the request is malformed. * FAILED_PRECONDITION if there exists a topic in
the course with the same name. * NOT_FOUND if the requested course or topic
does not exist
4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4265 def patch_course_topic(course_id, id, topic_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/topics/{id}', ) command.request_representation = Google::Apis::ClassroomV1::Topic::Representation command.request_object = topic_object command.response_representation = Google::Apis::ClassroomV1::Topic::Representation command.response_class = Google::Apis::ClassroomV1::Topic command.params['courseId'] = course_id unless course_id.nil? command.params['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_student_submission(course_id, course_work_id, id, student_submission_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::StudentSubmission
Updates one or more fields of a student submission. See google.classroom.v1.
StudentSubmission for details of which fields may be updated and who may
change them. This request must be made by the Developer Console project of the
OAuth client ID used to
create the corresponding course work item. This method returns the following
error codes: * PERMISSION_DENIED if the requesting developer project did not
create the corresponding course work, if the user is not permitted to make the
requested modification to the student submission, or for access errors. *
INVALID_ARGUMENT if the request is malformed. * NOT_FOUND if the requested
course, course work, or student submission does not exist.
2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2310 def patch_student_submission(course_id, course_work_id, id, student_submission_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}', ) command.request_representation = Google::Apis::ClassroomV1::StudentSubmission::Representation command.request_object = student_submission_object command.response_representation = Google::Apis::ClassroomV1::StudentSubmission::Representation command.response_class = Google::Apis::ClassroomV1::StudentSubmission command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_user_profile_guardian_invitation(student_id, invitation_id, guardian_invitation_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GuardianInvitation
Modifies a guardian invitation. Currently, the only valid modification is to
change the state from PENDING to COMPLETE. This has the effect of
withdrawing the invitation. This method returns the following error codes: *
PERMISSION_DENIED if the current user does not have permission to manage
guardians, if guardians are not enabled for the domain in question or for
other access errors. * FAILED_PRECONDITION if the guardian link is not in
the PENDING state. * INVALID_ARGUMENT if the format of the student ID
provided cannot be recognized (it is not an email address, nor a user_id
from this API), or if the passed GuardianInvitation has a state other than
COMPLETE, or if it modifies fields other than state. * NOT_FOUND if the
student ID provided is a valid student ID, but Classroom has no record of that
student, or if the id field does not refer to a guardian invitation known to
Classroom.
4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 |
# File 'lib/google/apis/classroom_v1/service.rb', line 4785 def patch_user_profile_guardian_invitation(student_id, invitation_id, guardian_invitation_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/userProfiles/{studentId}/guardianInvitations/{invitationId}', ) command.request_representation = Google::Apis::ClassroomV1::GuardianInvitation::Representation command.request_object = guardian_invitation_object command.response_representation = Google::Apis::ClassroomV1::GuardianInvitation::Representation command.response_class = Google::Apis::ClassroomV1::GuardianInvitation command.params['studentId'] = student_id unless student_id.nil? command.params['invitationId'] = invitation_id unless invitation_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#reclaim_student_submission(course_id, course_work_id, id, reclaim_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Reclaims a student submission on behalf of the student that owns it.
Reclaiming a student submission transfers ownership of attached Drive files to
the student and updates the submission state. Only the student that owns the
requested student submission may call this method, and only for a student
submission that has been turned in. This request must be made by the Developer
Console project of the OAuth client ID used to create the corresponding course work item. This method
returns the following error codes: * PERMISSION_DENIED if the requesting
user is not permitted to access the requested course or course work, unsubmit
the requested student submission, or for access errors. * FAILED_PRECONDITION
if the student submission has not been turned in. * INVALID_ARGUMENT if the
request is malformed. * NOT_FOUND if the requested course, course work, or
student submission does not exist.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2363 def reclaim_student_submission(course_id, course_work_id, id, reclaim_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:reclaim', ) command.request_representation = Google::Apis::ClassroomV1::ReclaimStudentSubmissionRequest::Representation command.request_object = reclaim_student_submission_request_object command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#return_student_submission(course_id, course_work_id, id, return_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Returns a student submission. Returning a student submission transfers
ownership of attached Drive files to the student and may also update the
submission state. Unlike the Classroom application, returning a student
submission does not set assignedGrade to the draftGrade value. Only a teacher
of the course that contains the requested student submission may call this
method. This request must be made by the Developer Console project of the
OAuth client ID used to
create the corresponding course work item. This method returns the following
error codes: * PERMISSION_DENIED if the requesting user is not permitted to
access the requested course or course work, return the requested student
submission, or for access errors. * INVALID_ARGUMENT if the request is
malformed. * NOT_FOUND if the requested course, course work, or student
submission does not exist.
2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2415 def return_student_submission(course_id, course_work_id, id, return_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:return', ) command.request_representation = Google::Apis::ClassroomV1::ReturnStudentSubmissionRequest::Representation command.request_object = return_student_submission_request_object command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#turn_in_student_submission(course_id, course_work_id, id, turn_in_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Empty
Turns in a student submission. Turning in a student submission transfers
ownership of attached Drive files to the teacher and may also update the
submission state. This may only be called by the student that owns the
specified student submission. This request must be made by the Developer
Console project of the OAuth client ID used to create the corresponding course work item. This method
returns the following error codes: * PERMISSION_DENIED if the requesting
user is not permitted to access the requested course or course work, turn in
the requested student submission, or for access errors. * INVALID_ARGUMENT
if the request is malformed. * NOT_FOUND if the requested course, course
work, or student submission does not exist.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'lib/google/apis/classroom_v1/service.rb', line 2465 def turn_in_student_submission(course_id, course_work_id, id, turn_in_student_submission_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:turnIn', ) command.request_representation = Google::Apis::ClassroomV1::TurnInStudentSubmissionRequest::Representation command.request_object = turn_in_student_submission_request_object command.response_representation = Google::Apis::ClassroomV1::Empty::Representation command.response_class = Google::Apis::ClassroomV1::Empty command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#update_course(id, course_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Course
Updates a course. Note: Unlike other fields, levels is not cleared if
omitted from the request. The UpdateCourse method only modifies levels if
it is explicitly provided; otherwise, the existing value is preserved. Use the
PatchCourse method to clear the levels field. This method returns the
following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to modify the requested course or for access errors. * NOT_FOUND
if no course exists with the requested ID. * FAILED_PRECONDITION for the
following request errors: * CourseNotModifiable * CourseTitleCannotContainUrl
331 332 333 334 335 336 337 338 339 340 341 |
# File 'lib/google/apis/classroom_v1/service.rb', line 331 def update_course(id, course_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:put, 'v1/courses/{id}', ) command.request_representation = Google::Apis::ClassroomV1::Course::Representation command.request_object = course_object command.response_representation = Google::Apis::ClassroomV1::Course::Representation command.response_class = Google::Apis::ClassroomV1::Course command.params['id'] = id unless id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#update_course_course_work_rubric(course_id, course_work_id, rubric_object = nil, id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::Rubric
Updates a rubric. See google.classroom.v1.Rubric for details of which fields
can be updated. Rubric update capabilities are limited once grading has started. The requesting user and course owner
must have rubrics creation capabilities. For details, see licensing
requirements. This request must be made by the Google
Cloud console of the OAuth client ID 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.
1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'lib/google/apis/classroom_v1/service.rb', line 1490 def update_course_course_work_rubric(course_id, course_work_id, rubric_object = nil, id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/courseWork/{courseWorkId}/rubric', ) command.request_representation = Google::Apis::ClassroomV1::Rubric::Representation command.request_object = rubric_object command.response_representation = Google::Apis::ClassroomV1::Rubric::Representation command.response_class = Google::Apis::ClassroomV1::Rubric command.params['courseId'] = course_id unless course_id.nil? command.params['courseWorkId'] = course_work_id unless course_work_id.nil? command.query['id'] = id unless id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#update_course_grading_period_settings(course_id, grading_period_settings_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::ClassroomV1::GradingPeriodSettings
Updates grading period settings of a course. Individual grading periods can be
added, removed, or modified using this method. The requesting user and course
owner must be eligible to modify Grading Periods. For details, see licensing
requirements. This method returns
the following error codes: * PERMISSION_DENIED if the requesting user is not
permitted to modify the grading period settings in a course or for access
errors: * UserIneligibleToUpdateGradingPeriodSettings * INVALID_ARGUMENT if
the request is malformed. * NOT_FOUND if the requested course does not exist.
383 384 385 386 387 388 389 390 391 392 393 394 |
# File 'lib/google/apis/classroom_v1/service.rb', line 383 def update_course_grading_period_settings(course_id, grading_period_settings_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/courses/{courseId}/gradingPeriodSettings', ) command.request_representation = Google::Apis::ClassroomV1::GradingPeriodSettings::Representation command.request_object = grading_period_settings_object command.response_representation = Google::Apis::ClassroomV1::GradingPeriodSettings::Representation command.response_class = Google::Apis::ClassroomV1::GradingPeriodSettings command.params['courseId'] = course_id unless course_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |