Skip to content

Commit

Permalink
feat: Automated regeneration of Storage client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 15, 2024
1 parent 75e1d9e commit 9fdd85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ defmodule GoogleApi.Storage.V1.Api.ManagedFolders do
* `:quotaUser` (*type:* `String.t`) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
* `:uploadType` (*type:* `String.t`) - Upload protocol for media (e.g. "media", "multipart", "resumable").
* `:userIp` (*type:* `String.t`) - Deprecated. Please use quotaUser instead.
* `:allowNonEmpty` (*type:* `boolean()`) - Allows the deletion of a managed folder even if it is not empty. A managed folder is empty if there are no objects or managed folders that it applies to. Callers must have storage.managedFolders.setIamPolicy permission.
* `:ifMetagenerationMatch` (*type:* `String.t`) - If set, only deletes the managed folder if its metageneration matches this value.
* `:ifMetagenerationNotMatch` (*type:* `String.t`) - If set, only deletes the managed folder if its metageneration does not match this value.
* `opts` (*type:* `keyword()`) - Call options
Expand Down Expand Up @@ -74,6 +75,7 @@ defmodule GoogleApi.Storage.V1.Api.ManagedFolders do
:quotaUser => :query,
:uploadType => :query,
:userIp => :query,
:allowNonEmpty => :query,
:ifMetagenerationMatch => :query,
:ifMetagenerationNotMatch => :query
}
Expand Down
2 changes: 1 addition & 1 deletion clients/storage/lib/google_api/storage/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Storage.V1 do
API client metadata for GoogleApi.Storage.V1.
"""

@discovery_revision "20240307"
@discovery_revision "20240311"

def discovery_revision(), do: @discovery_revision
end

0 comments on commit 9fdd85e

Please sign in to comment.