Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of NetworkManagement client #12541

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/network_management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_network_management, "~> 0.34"}]
[{:google_api_network_management, "~> 0.35"}]
end
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.NetworkManagement.V1 do
API client metadata for GoogleApi.NetworkManagement.V1.
"""

@discovery_revision "20241023"
@discovery_revision "20241106"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule GoogleApi.NetworkManagement.V1.Model.Endpoint do
* `cloudSqlInstance` (*type:* `String.t`, *default:* `nil`) - A [Cloud SQL](https://cloud.google.com/sql) instance URI.
* `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}
* `forwardingRuleTarget` (*type:* `String.t`, *default:* `nil`) - Output only. Specifies the type of the target of the forwarding rule.
* `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.
* `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.
* `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).
* `instance` (*type:* `String.t`, *default:* `nil`) - A Compute Engine instance URI.
* `ipAddress` (*type:* `String.t`, *default:* `nil`) - The IP address of the endpoint, which can be an external or internal IP.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,24 @@ defmodule GoogleApi.NetworkManagement.V1.Model.GKEMasterInfo do

* `clusterNetworkUri` (*type:* `String.t`, *default:* `nil`) - URI of a GKE cluster network.
* `clusterUri` (*type:* `String.t`, *default:* `nil`) - URI of a GKE cluster.
* `externalIp` (*type:* `String.t`, *default:* `nil`) - External IP address of a GKE cluster master.
* `internalIp` (*type:* `String.t`, *default:* `nil`) - Internal IP address of a GKE cluster master.
* `dnsEndpoint` (*type:* `String.t`, *default:* `nil`) - DNS endpoint of a GKE cluster control plane.
* `externalIp` (*type:* `String.t`, *default:* `nil`) - External IP address of a GKE cluster control plane.
* `internalIp` (*type:* `String.t`, *default:* `nil`) - Internal IP address of a GKE cluster control plane.
"""

use GoogleApi.Gax.ModelBase

@type t :: %__MODULE__{
:clusterNetworkUri => String.t() | nil,
:clusterUri => String.t() | nil,
:dnsEndpoint => String.t() | nil,
:externalIp => String.t() | nil,
:internalIp => String.t() | nil
}

field(:clusterNetworkUri)
field(:clusterUri)
field(:dnsEndpoint)
field(:externalIp)
field(:internalIp)
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1 do
API client metadata for GoogleApi.NetworkManagement.V1beta1.
"""

@discovery_revision "20241023"
@discovery_revision "20241106"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.Endpoint do
* `cloudSqlInstance` (*type:* `String.t`, *default:* `nil`) - A [Cloud SQL](https://cloud.google.com/sql) instance URI.
* `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}
* `forwardingRuleTarget` (*type:* `String.t`, *default:* `nil`) - Output only. Specifies the type of the target of the forwarding rule.
* `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.
* `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.
* `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).
* `instance` (*type:* `String.t`, *default:* `nil`) - A Compute Engine instance URI.
* `ipAddress` (*type:* `String.t`, *default:* `nil`) - The IP address of the endpoint, which can be an external or internal IP.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,24 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.GKEMasterInfo do

* `clusterNetworkUri` (*type:* `String.t`, *default:* `nil`) - URI of a GKE cluster network.
* `clusterUri` (*type:* `String.t`, *default:* `nil`) - URI of a GKE cluster.
* `externalIp` (*type:* `String.t`, *default:* `nil`) - External IP address of a GKE cluster master.
* `internalIp` (*type:* `String.t`, *default:* `nil`) - Internal IP address of a GKE cluster master.
* `dnsEndpoint` (*type:* `String.t`, *default:* `nil`) - DNS endpoint of a GKE cluster control plane.
* `externalIp` (*type:* `String.t`, *default:* `nil`) - External IP address of a GKE cluster control plane.
* `internalIp` (*type:* `String.t`, *default:* `nil`) - Internal IP address of a GKE cluster control plane.
"""

use GoogleApi.Gax.ModelBase

@type t :: %__MODULE__{
:clusterNetworkUri => String.t() | nil,
:clusterUri => String.t() | nil,
:dnsEndpoint => String.t() | nil,
:externalIp => String.t() | nil,
:internalIp => String.t() | nil
}

field(:clusterNetworkUri)
field(:clusterUri)
field(:dnsEndpoint)
field(:externalIp)
field(:internalIp)
end
Expand Down
2 changes: 1 addition & 1 deletion clients/network_management/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.NetworkManagement.Mixfile do
use Mix.Project

@version "0.34.0"
@version "0.35.0"

def project() do
[
Expand Down
Loading