Skip to content

Commit 04a7363

Browse files
feat: Automated regeneration of Classroom client (googleapis#12820)
Auto-created at 2025-01-15 13:11:04 +0000 using the toys pull request generator.
1 parent 9bc9169 commit 04a7363

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/classroom/lib/google_api/classroom/v1/api/courses.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5809,7 +5809,7 @@ defmodule GoogleApi.Classroom.V1.Api.Courses do
58095809
end
58105810

58115811
@doc """
5812-
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_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested course does not exist.
5812+
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_ARGUMENT` if the request is malformed. * `ALREADY_EXISTS` if there exists a topic in the course with the same name. * `NOT_FOUND` if the requested course does not exist.
58135813
58145814
## Parameters
58155815
@@ -6077,7 +6077,7 @@ defmodule GoogleApi.Classroom.V1.Api.Courses do
60776077
end
60786078

60796079
@doc """
6080-
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. * `NOT_FOUND` if the requested course or topic does not exist
6080+
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
60816081
60826082
## Parameters
60836083

clients/classroom/lib/google_api/classroom/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Classroom.V1 do
2020
API client metadata for GoogleApi.Classroom.V1.
2121
"""
2222

23-
@discovery_revision "20241209"
23+
@discovery_revision "20250111"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/classroom/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Classroom.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.24.0"
21+
@version "0.24.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)