Skip to content

Commit 7562791

Browse files
feat: Automated regeneration of ServiceNetworking client (#12791)
Auto-created at 2025-01-09 13:14:32 +0000 using the toys pull request generator.
1 parent 54924dd commit 7562791

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/service_networking/lib/google_api/service_networking/v1/api/services.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ defmodule GoogleApi.ServiceNetworking.V1.Api.Services do
14071407
## Parameters
14081408
14091409
* `connection` (*type:* `GoogleApi.ServiceNetworking.V1.Connection.t`) - Connection to server
1410-
* `name` (*type:* `String.t`) - Required. The network that the consumer is using to connect with services. Must be in the form of services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this {project} is the project number, as in '12345' {network} is the network name. {zoneName} is the DNS zone name
1410+
* `name` (*type:* `String.t`) - Required. The network that the consumer is using to connect with services. Must be in the form of services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName} Where {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this {project} is the project number, as in '12345' {network} is the network name. {zoneName} is the DNS zone name
14111411
* `optional_params` (*type:* `keyword()`) - Optional parameters
14121412
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
14131413
* `:access_token` (*type:* `String.t`) - OAuth access token.

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 "20241212"
23+
@discovery_revision "20250107"
2424

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

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.39.0"
21+
@version "0.39.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)