Skip to content

Commit

Permalink
feat: Automated regeneration of File client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 16, 2024
1 parent 4f5df19 commit 3b161d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/file/lib/google_api/file/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.File.V1 do
API client metadata for GoogleApi.File.V1.
"""

@discovery_revision "20241015"
@discovery_revision "20241104"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/file/lib/google_api/file/v1/model/fixed_iops.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule GoogleApi.File.V1.Model.FixedIOPS do
## Attributes
* `maxIops` (*type:* `String.t`, *default:* `nil`) - Required. Maximum IOPS.
* `maxReadIops` (*type:* `String.t`, *default:* `nil`) - Optional. Deprecated: `max_iops` should be used instead of this parameter. Maximum raw read IOPS.
* `maxReadIops` (*type:* `String.t`, *default:* `nil`) - Optional. Deprecated: `max_iops` should be used instead of this parameter. Maximum read IOPS.
"""

use GoogleApi.Gax.ModelBase
Expand Down
2 changes: 1 addition & 1 deletion clients/file/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.File.Mixfile do
use Mix.Project

@version "0.35.0"
@version "0.35.1"

def project() do
[
Expand Down

0 comments on commit 3b161d4

Please sign in to comment.