Skip to content

Commit 9b6f15d

Browse files
feat: Automated regeneration of NetworkManagement client (googleapis#12472)
Auto-created at 2024-11-03 13:14:04 +0000 using the toys pull request generator.
1 parent cc1e3f6 commit 9b6f15d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

clients/network_management/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_network_management, "~> 0.33"}]
14+
[{:google_api_network_management, "~> 0.34"}]
1515
end
1616
```
1717

clients/network_management/lib/google_api/network_management/v1beta1/metadata.ex

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

23-
@discovery_revision "20241016"
23+
@discovery_revision "20241023"
2424

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

clients/network_management/lib/google_api/network_management/v1beta1/model/endpoint.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.Endpoint do
2727
* `cloudSqlInstance` (*type:* `String.t`, *default:* `nil`) - A [Cloud SQL](https://cloud.google.com/sql) instance URI.
2828
* `forwardingRule` (*type:* `String.t`, *default:* `nil`) - A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
2929
* `forwardingRuleTarget` (*type:* `String.t`, *default:* `nil`) - Output only. Specifies the type of the target of the forwarding rule.
30-
* `gkeMasterCluster` (*type:* `String.t`, *default:* `nil`) - A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
30+
* `fqdn` (*type:* `String.t`, *default:* `nil`) - DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can't be used simultaneoulsly with ip_address.
31+
* `gkeMasterCluster` (*type:* `String.t`, *default:* `nil`) - A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
3132
* `instance` (*type:* `String.t`, *default:* `nil`) - A Compute Engine instance URI.
3233
* `ipAddress` (*type:* `String.t`, *default:* `nil`) - The IP address of the endpoint, which can be an external or internal IP.
3334
* `loadBalancerId` (*type:* `String.t`, *default:* `nil`) - Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
@@ -52,6 +53,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.Endpoint do
5253
:cloudSqlInstance => String.t() | nil,
5354
:forwardingRule => String.t() | nil,
5455
:forwardingRuleTarget => String.t() | nil,
56+
:fqdn => String.t() | nil,
5557
:gkeMasterCluster => String.t() | nil,
5658
:instance => String.t() | nil,
5759
:ipAddress => String.t() | nil,
@@ -71,6 +73,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.Endpoint do
7173
field(:cloudSqlInstance)
7274
field(:forwardingRule)
7375
field(:forwardingRuleTarget)
76+
field(:fqdn)
7477
field(:gkeMasterCluster)
7578
field(:instance)
7679
field(:ipAddress)

clients/network_management/mix.exs

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

21-
@version "0.33.0"
21+
@version "0.34.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)