Skip to content

Commit f82342f

Browse files
feat: Automated regeneration of NetworkManagement client (googleapis#12541)
Auto-created at 2024-11-16 13:15:22 +0000 using the toys pull request generator.
1 parent 26601ae commit f82342f

File tree

8 files changed

+16
-10
lines changed

8 files changed

+16
-10
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.34"}]
14+
[{:google_api_network_management, "~> 0.35"}]
1515
end
1616
```
1717

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule GoogleApi.NetworkManagement.V1.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-
* `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.
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 or network. Applicable only to destination endpoint.
3131
* `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).
3232
* `instance` (*type:* `String.t`, *default:* `nil`) - A Compute Engine instance URI.
3333
* `ipAddress` (*type:* `String.t`, *default:* `nil`) - The IP address of the endpoint, which can be an external or internal IP.

clients/network_management/lib/google_api/network_management/v1/model/gke_master_info.ex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,24 @@ defmodule GoogleApi.NetworkManagement.V1.Model.GKEMasterInfo do
2323
2424
* `clusterNetworkUri` (*type:* `String.t`, *default:* `nil`) - URI of a GKE cluster network.
2525
* `clusterUri` (*type:* `String.t`, *default:* `nil`) - URI of a GKE cluster.
26-
* `externalIp` (*type:* `String.t`, *default:* `nil`) - External IP address of a GKE cluster master.
27-
* `internalIp` (*type:* `String.t`, *default:* `nil`) - Internal IP address of a GKE cluster master.
26+
* `dnsEndpoint` (*type:* `String.t`, *default:* `nil`) - DNS endpoint of a GKE cluster control plane.
27+
* `externalIp` (*type:* `String.t`, *default:* `nil`) - External IP address of a GKE cluster control plane.
28+
* `internalIp` (*type:* `String.t`, *default:* `nil`) - Internal IP address of a GKE cluster control plane.
2829
"""
2930

3031
use GoogleApi.Gax.ModelBase
3132

3233
@type t :: %__MODULE__{
3334
:clusterNetworkUri => String.t() | nil,
3435
:clusterUri => String.t() | nil,
36+
:dnsEndpoint => String.t() | nil,
3537
:externalIp => String.t() | nil,
3638
:internalIp => String.t() | nil
3739
}
3840

3941
field(:clusterNetworkUri)
4042
field(:clusterUri)
43+
field(:dnsEndpoint)
4144
field(:externalIp)
4245
field(:internalIp)
4346
end

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 "20241023"
23+
@discovery_revision "20241106"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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-
* `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.
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 or network. Applicable only to destination endpoint.
3131
* `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).
3232
* `instance` (*type:* `String.t`, *default:* `nil`) - A Compute Engine instance URI.
3333
* `ipAddress` (*type:* `String.t`, *default:* `nil`) - The IP address of the endpoint, which can be an external or internal IP.

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,24 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.GKEMasterInfo do
2323
2424
* `clusterNetworkUri` (*type:* `String.t`, *default:* `nil`) - URI of a GKE cluster network.
2525
* `clusterUri` (*type:* `String.t`, *default:* `nil`) - URI of a GKE cluster.
26-
* `externalIp` (*type:* `String.t`, *default:* `nil`) - External IP address of a GKE cluster master.
27-
* `internalIp` (*type:* `String.t`, *default:* `nil`) - Internal IP address of a GKE cluster master.
26+
* `dnsEndpoint` (*type:* `String.t`, *default:* `nil`) - DNS endpoint of a GKE cluster control plane.
27+
* `externalIp` (*type:* `String.t`, *default:* `nil`) - External IP address of a GKE cluster control plane.
28+
* `internalIp` (*type:* `String.t`, *default:* `nil`) - Internal IP address of a GKE cluster control plane.
2829
"""
2930

3031
use GoogleApi.Gax.ModelBase
3132

3233
@type t :: %__MODULE__{
3334
:clusterNetworkUri => String.t() | nil,
3435
:clusterUri => String.t() | nil,
36+
:dnsEndpoint => String.t() | nil,
3537
:externalIp => String.t() | nil,
3638
:internalIp => String.t() | nil
3739
}
3840

3941
field(:clusterNetworkUri)
4042
field(:clusterUri)
43+
field(:dnsEndpoint)
4144
field(:externalIp)
4245
field(:internalIp)
4346
end

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.34.0"
21+
@version "0.35.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)