Skip to content

Commit 76dae02

Browse files
feat: Automated regeneration of NetworkConnectivity client (googleapis#13233)
Auto-created at 2025-03-27 13:16:22 +0000 using the toys pull request generator.
1 parent 5c28b69 commit 76dae02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

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

23-
@discovery_revision "20250312"
23+
@discovery_revision "20250318"
2424

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

clients/network_connectivity/lib/google_api/network_connectivity/v1/model/internal_range.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.InternalRange do
2323
2424
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Time when the internal range was created.
2525
* `description` (*type:* `String.t`, *default:* `nil`) - A description of this resource.
26+
* `excludeCidrRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. ExcludeCidrRanges flag. Specifies a set of CIDR blocks that allows exclusion of particular CIDR ranges from the auto-allocation process, without having to reserve these blocks
27+
* `immutable` (*type:* `boolean()`, *default:* `nil`) - Optional. Immutable ranges cannot have their fields modified, except for labels and description.
2628
* `ipCidrRange` (*type:* `String.t`, *default:* `nil`) - The IP range that this internal range defines. NOTE: IPv6 ranges are limited to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this field is compulsory, i.e. the address range must be specified explicitly.
2729
* `labels` (*type:* `map()`, *default:* `nil`) - User-defined labels.
2830
* `migration` (*type:* `GoogleApi.NetworkConnectivity.V1.Model.Migration.t`, *default:* `nil`) - Optional. Must be present if usage is set to FOR_MIGRATION.
@@ -42,6 +44,8 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.InternalRange do
4244
@type t :: %__MODULE__{
4345
:createTime => DateTime.t() | nil,
4446
:description => String.t() | nil,
47+
:excludeCidrRanges => list(String.t()) | nil,
48+
:immutable => boolean() | nil,
4549
:ipCidrRange => String.t() | nil,
4650
:labels => map() | nil,
4751
:migration => GoogleApi.NetworkConnectivity.V1.Model.Migration.t() | nil,
@@ -58,6 +62,8 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.InternalRange do
5862

5963
field(:createTime, as: DateTime)
6064
field(:description)
65+
field(:excludeCidrRanges, type: :list)
66+
field(:immutable)
6167
field(:ipCidrRange)
6268
field(:labels, type: :map)
6369
field(:migration, as: GoogleApi.NetworkConnectivity.V1.Model.Migration)

0 commit comments

Comments
 (0)