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 #12727

Merged
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.37"}]
[{:google_api_network_management, "~> 0.38"}]
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 "20241202"
@discovery_revision "20241210"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,30 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo do

## Attributes

* `advertisedRouteNextHopUri` (*type:* `String.t`, *default:* `nil`) - For advertised routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network.
* `advertisedRouteSourceRouterUri` (*type:* `String.t`, *default:* `nil`) - For advertised dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix.
* `advertisedRouteNextHopUri` (*type:* `String.t`, *default:* `nil`) - For ADVERTISED routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network. Deprecated in favor of the next_hop_uri field, not used in new tests.
* `advertisedRouteSourceRouterUri` (*type:* `String.t`, *default:* `nil`) - For ADVERTISED dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix.
* `destIpRange` (*type:* `String.t`, *default:* `nil`) - Destination IP range of the route.
* `destPortRanges` (*type:* `list(String.t)`, *default:* `nil`) - Destination port ranges of the route. Policy based routes only.
* `destPortRanges` (*type:* `list(String.t)`, *default:* `nil`) - Destination port ranges of the route. POLICY_BASED routes only.
* `displayName` (*type:* `String.t`, *default:* `nil`) - Name of a route.
* `instanceTags` (*type:* `list(String.t)`, *default:* `nil`) - Instance tags of the route.
* `nccHubUri` (*type:* `String.t`, *default:* `nil`) - URI of a NCC Hub. NCC_HUB routes only.
* `nccSpokeUri` (*type:* `String.t`, *default:* `nil`) - URI of a NCC Spoke. NCC_HUB routes only.
* `networkUri` (*type:* `String.t`, *default:* `nil`) - URI of a Compute Engine network. NETWORK routes only.
* `nextHop` (*type:* `String.t`, *default:* `nil`) - Next hop of the route.
* `nccHubRouteUri` (*type:* `String.t`, *default:* `nil`) - For PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub, the URI of the corresponding route in NCC Hub's routing table.
* `nccHubUri` (*type:* `String.t`, *default:* `nil`) - URI of the NCC Hub the route is advertised by. PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub only.
* `nccSpokeUri` (*type:* `String.t`, *default:* `nil`) - URI of the destination NCC Spoke. PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub only.
* `networkUri` (*type:* `String.t`, *default:* `nil`) - URI of a VPC network where route is located.
* `nextHop` (*type:* `String.t`, *default:* `nil`) - String type of the next hop of the route (for example, "VPN tunnel"). Deprecated in favor of the next_hop_type and next_hop_uri fields, not used in new tests.
* `nextHopNetworkUri` (*type:* `String.t`, *default:* `nil`) - URI of a VPC network where the next hop resource is located.
* `nextHopType` (*type:* `String.t`, *default:* `nil`) - Type of next hop.
* `nextHopUri` (*type:* `String.t`, *default:* `nil`) - URI of the next hop resource.
* `originatingRouteDisplayName` (*type:* `String.t`, *default:* `nil`) - For PEERING_SUBNET, PEERING_STATIC and PEERING_DYNAMIC routes, the name of the originating SUBNET/STATIC/DYNAMIC route.
* `originatingRouteUri` (*type:* `String.t`, *default:* `nil`) - For PEERING_SUBNET and PEERING_STATIC routes, the URI of the originating SUBNET/STATIC route.
* `priority` (*type:* `integer()`, *default:* `nil`) - Priority of the route.
* `protocols` (*type:* `list(String.t)`, *default:* `nil`) - Protocols of the route. Policy based routes only.
* `region` (*type:* `String.t`, *default:* `nil`) - Region of the route (if applicable).
* `routeScope` (*type:* `String.t`, *default:* `nil`) - Indicates where route is applicable.
* `protocols` (*type:* `list(String.t)`, *default:* `nil`) - Protocols of the route. POLICY_BASED routes only.
* `region` (*type:* `String.t`, *default:* `nil`) - Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED routes only. If set for POLICY_BASED route, this is a region of VLAN attachments for Cloud Interconnect the route applies to.
* `routeScope` (*type:* `String.t`, *default:* `nil`) - Indicates where route is applicable. Deprecated, routes with NCC_HUB scope are not included in the trace in new tests.
* `routeType` (*type:* `String.t`, *default:* `nil`) - Type of route.
* `srcIpRange` (*type:* `String.t`, *default:* `nil`) - Source IP address range of the route. Policy based routes only.
* `srcPortRanges` (*type:* `list(String.t)`, *default:* `nil`) - Source port ranges of the route. Policy based routes only.
* `uri` (*type:* `String.t`, *default:* `nil`) - URI of a route (if applicable).
* `srcIpRange` (*type:* `String.t`, *default:* `nil`) - Source IP address range of the route. POLICY_BASED routes only.
* `srcPortRanges` (*type:* `list(String.t)`, *default:* `nil`) - Source port ranges of the route. POLICY_BASED routes only.
* `uri` (*type:* `String.t`, *default:* `nil`) - URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
"""

use GoogleApi.Gax.ModelBase
Expand All @@ -51,11 +56,16 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo do
:destPortRanges => list(String.t()) | nil,
:displayName => String.t() | nil,
:instanceTags => list(String.t()) | nil,
:nccHubRouteUri => String.t() | nil,
:nccHubUri => String.t() | nil,
:nccSpokeUri => String.t() | nil,
:networkUri => String.t() | nil,
:nextHop => String.t() | nil,
:nextHopNetworkUri => String.t() | nil,
:nextHopType => String.t() | nil,
:nextHopUri => String.t() | nil,
:originatingRouteDisplayName => String.t() | nil,
:originatingRouteUri => String.t() | nil,
:priority => integer() | nil,
:protocols => list(String.t()) | nil,
:region => String.t() | nil,
Expand All @@ -72,11 +82,16 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo do
field(:destPortRanges, type: :list)
field(:displayName)
field(:instanceTags, type: :list)
field(:nccHubRouteUri)
field(:nccHubUri)
field(:nccSpokeUri)
field(:networkUri)
field(:nextHop)
field(:nextHopNetworkUri)
field(:nextHopType)
field(:nextHopUri)
field(:originatingRouteDisplayName)
field(:originatingRouteUri)
field(:priority)
field(:protocols, type: :list)
field(:region)
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.37.0"
@version "0.38.0"

def project() do
[
Expand Down
Loading