Skip to content

Commit

Permalink
feat: Automated regeneration of Blogger client (#10839)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-12 01:23:47 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 12, 2024
1 parent 95a5e84 commit da30bd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion clients/blogger/lib/google_api/blogger/v3/api/pages.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ defmodule GoogleApi.Blogger.V3.Api.Pages do
* `:quotaUser` (*type:* `String.t`) - 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.
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:useTrash` (*type:* `boolean()`) - Move to Trash if possible
* `opts` (*type:* `keyword()`) - Call options
## Returns
Expand All @@ -66,7 +67,8 @@ defmodule GoogleApi.Blogger.V3.Api.Pages do
:prettyPrint => :query,
:quotaUser => :query,
:uploadType => :query,
:upload_protocol => :query
:upload_protocol => :query,
:useTrash => :query
}

request =
Expand Down
6 changes: 5 additions & 1 deletion clients/blogger/lib/google_api/blogger/v3/api/posts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ defmodule GoogleApi.Blogger.V3.Api.Posts do
* `:quotaUser` (*type:* `String.t`) - 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.
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:useTrash` (*type:* `boolean()`) - Move to Trash if possible
* `opts` (*type:* `keyword()`) - Call options
## Returns
Expand All @@ -66,7 +67,8 @@ defmodule GoogleApi.Blogger.V3.Api.Posts do
:prettyPrint => :query,
:quotaUser => :query,
:uploadType => :query,
:upload_protocol => :query
:upload_protocol => :query,
:useTrash => :query
}

request =
Expand Down Expand Up @@ -320,6 +322,7 @@ defmodule GoogleApi.Blogger.V3.Api.Posts do
* `:maxResults` (*type:* `integer()`) -
* `:orderBy` (*type:* `String.t`) -
* `:pageToken` (*type:* `String.t`) -
* `:sortOption` (*type:* `String.t`) - Sort direction applied to post list.
* `:startDate` (*type:* `String.t`) -
* `:status` (*type:* `list(String.t)`) -
* `:view` (*type:* `String.t`) -
Expand Down Expand Up @@ -355,6 +358,7 @@ defmodule GoogleApi.Blogger.V3.Api.Posts do
:maxResults => :query,
:orderBy => :query,
:pageToken => :query,
:sortOption => :query,
:startDate => :query,
:status => :query,
:view => :query
Expand Down
2 changes: 1 addition & 1 deletion clients/blogger/lib/google_api/blogger/v3/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Blogger.V3 do
API client metadata for GoogleApi.Blogger.V3.
"""

@discovery_revision "20220727"
@discovery_revision "20240310"

def discovery_revision(), do: @discovery_revision
end

0 comments on commit da30bd7

Please sign in to comment.