Skip to content

Commit a67ac18

Browse files
feat: Automated regeneration of ServiceNetworking client (googleapis#12497)
Auto-created at 2024-11-07 13:17:36 +0000 using the toys pull request generator.
1 parent cebf3aa commit a67ac18

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/service_networking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_service_networking, "~> 0.36"}]
14+
[{:google_api_service_networking, "~> 0.37"}]
1515
end
1616
```
1717

clients/service_networking/lib/google_api/service_networking/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.ServiceNetworking.V1 do
2020
API client metadata for GoogleApi.ServiceNetworking.V1.
2121
"""
2222

23-
@discovery_revision "20241103"
23+
@discovery_revision "20241105"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/service_networking/lib/google_api/service_networking/v1/model/experimental_features.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ defmodule GoogleApi.ServiceNetworking.V1.Model.ExperimentalFeatures do
2121
2222
## Attributes
2323
24+
* `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.
2425
* `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.
2526
"""
2627

2728
use GoogleApi.Gax.ModelBase
2829

2930
@type t :: %__MODULE__{
31+
:protobufPythonicTypesEnabled => boolean() | nil,
3032
:restAsyncIoEnabled => boolean() | nil
3133
}
3234

35+
field(:protobufPythonicTypesEnabled)
3336
field(:restAsyncIoEnabled)
3437
end
3538

clients/service_networking/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.ServiceNetworking.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.36.2"
21+
@version "0.37.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)