Skip to content

Commit

Permalink
feat: Automated regeneration of WorkspaceEvents client (#11262)
Browse files Browse the repository at this point in the history
Auto-created at 2024-04-05 13:08:13 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Apr 5, 2024
1 parent 93dc24f commit 7be96df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ defmodule GoogleApi.WorkspaceEvents.V1.Api.Subscriptions 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").
* `:updateMask` (*type:* `String.t`) - Optional. Required. The field to update. You can update one of the following fields in a subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription.
* `:updateMask` (*type:* `String.t`) - Optional. The field to update. If omitted, updates any fields included in the request. You can update one of the following fields in a subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted fields are updated with empty values.
* `:validateOnly` (*type:* `boolean()`) - Optional. If set to `true`, validates and previews the request, but doesn't update the subscription.
* `:body` (*type:* `GoogleApi.WorkspaceEvents.V1.Model.Subscription.t`) -
* `opts` (*type:* `keyword()`) - Call options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.WorkspaceEvents.V1 do
API client metadata for GoogleApi.WorkspaceEvents.V1.
"""

@discovery_revision "20240310"
@discovery_revision "20240402"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/workspace_events/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.WorkspaceEvents.Mixfile do
use Mix.Project

@version "0.2.0"
@version "0.2.1"

def project() do
[
Expand Down

0 comments on commit 7be96df

Please sign in to comment.