Skip to content

Commit a0a947a

Browse files
feat: Automated regeneration of ServiceNetworking client (#12716)
Auto-created at 2024-12-13 13:21:25 +0000 using the toys pull request generator.
1 parent cb8f364 commit a0a947a

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.38"}]
14+
[{:google_api_service_networking, "~> 0.39"}]
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 "20241117"
23+
@discovery_revision "20241212"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.ServiceNetworking.V1.Model.Documentation do
2121
2222
## Attributes
2323
24+
* `additionalIamInfo` (*type:* `String.t`, *default:* `nil`) - Optional information about the IAM configuration. This is typically used to link to documentation about a product's IAM roles and permissions.
2425
* `documentationRootUrl` (*type:* `String.t`, *default:* `nil`) - The URL to the root of documentation.
2526
* `overview` (*type:* `String.t`, *default:* `nil`) - Declares a single overview page. For example: documentation: summary: ... overview: (== include overview.md ==) This is a shortcut for the following declaration (using pages style): documentation: summary: ... pages: - name: Overview content: (== include overview.md ==) Note: you cannot specify both `overview` field and `pages` field.
2627
* `pages` (*type:* `list(GoogleApi.ServiceNetworking.V1.Model.Page.t)`, *default:* `nil`) - The top level pages for the documentation set.
@@ -33,6 +34,7 @@ defmodule GoogleApi.ServiceNetworking.V1.Model.Documentation do
3334
use GoogleApi.Gax.ModelBase
3435

3536
@type t :: %__MODULE__{
37+
:additionalIamInfo => String.t() | nil,
3638
:documentationRootUrl => String.t() | nil,
3739
:overview => String.t() | nil,
3840
:pages => list(GoogleApi.ServiceNetworking.V1.Model.Page.t()) | nil,
@@ -42,6 +44,7 @@ defmodule GoogleApi.ServiceNetworking.V1.Model.Documentation do
4244
:summary => String.t() | nil
4345
}
4446

47+
field(:additionalIamInfo)
4548
field(:documentationRootUrl)
4649
field(:overview)
4750
field(:pages, as: GoogleApi.ServiceNetworking.V1.Model.Page, type: :list)

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.38.1"
21+
@version "0.39.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)