Skip to content

Commit

Permalink
feat: Automated regeneration of ServiceNetworking client (#12497)
Browse files Browse the repository at this point in the history
Auto-created at 2024-11-07 13:17:36 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 7, 2024
1 parent cebf3aa commit a67ac18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/service_networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_service_networking, "~> 0.36"}]
[{:google_api_service_networking, "~> 0.37"}]
end
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.ServiceNetworking.V1 do
API client metadata for GoogleApi.ServiceNetworking.V1.
"""

@discovery_revision "20241103"
@discovery_revision "20241105"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@ defmodule GoogleApi.ServiceNetworking.V1.Model.ExperimentalFeatures do
## Attributes
* `protobufPythonicTypesEnabled` (*type:* `boolean()`, *default:* `nil`) - Enables generation of protobuf code using new types that are more Pythonic which are included in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the feature in preview packages.
* `restAsyncIoEnabled` (*type:* `boolean()`, *default:* `nil`) - Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.
"""

use GoogleApi.Gax.ModelBase

@type t :: %__MODULE__{
:protobufPythonicTypesEnabled => boolean() | nil,
:restAsyncIoEnabled => boolean() | nil
}

field(:protobufPythonicTypesEnabled)
field(:restAsyncIoEnabled)
end

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

@version "0.36.2"
@version "0.37.0"

def project() do
[
Expand Down

0 comments on commit a67ac18

Please sign in to comment.