Skip to content

Commit 5c295b4

Browse files
feat: Automated regeneration of NetworkConnectivity client (googleapis#13199)
Auto-created at 2025-03-20 13:17:45 +0000 using the toys pull request generator.
1 parent 89aee59 commit 5c295b4

File tree

3 files changed

+7
-1
lines changed

3 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 "20250305"
23+
@discovery_revision "20250312"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedProducerVpcNetwork do
2626
* `network` (*type:* `String.t`, *default:* `nil`) - Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.
2727
* `peering` (*type:* `String.t`, *default:* `nil`) - Immutable. The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
2828
* `producerNetwork` (*type:* `String.t`, *default:* `nil`) - Output only. The URI of the Producer VPC.
29+
* `proposedExcludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
2930
* `proposedIncludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. The proposed include export IP ranges waiting for hub administration's approval.
3031
* `serviceConsumerVpcSpoke` (*type:* `String.t`, *default:* `nil`) - Output only. The Service Consumer Network spoke.
3132
"""
@@ -38,6 +39,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedProducerVpcNetwork do
3839
:network => String.t() | nil,
3940
:peering => String.t() | nil,
4041
:producerNetwork => String.t() | nil,
42+
:proposedExcludeExportRanges => list(String.t()) | nil,
4143
:proposedIncludeExportRanges => list(String.t()) | nil,
4244
:serviceConsumerVpcSpoke => String.t() | nil
4345
}
@@ -47,6 +49,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedProducerVpcNetwork do
4749
field(:network)
4850
field(:peering)
4951
field(:producerNetwork)
52+
field(:proposedExcludeExportRanges, type: :list)
5053
field(:proposedIncludeExportRanges, type: :list)
5154
field(:serviceConsumerVpcSpoke)
5255
end

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork do
2424
* `excludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. IP ranges encompassing the subnets to be excluded from peering.
2525
* `includeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. IP ranges allowed to be included from peering.
2626
* `producerVpcSpokes` (*type:* `list(String.t)`, *default:* `nil`) - Output only. The list of Producer VPC spokes that this VPC spoke is a service consumer VPC spoke for. These producer VPCs are connected through VPC peering to this spoke's backing VPC network. Because they are directly connected throuh VPC peering, NCC export filters do not apply between the service consumer VPC spoke and any of its producer VPC spokes. This VPC spoke cannot be deleted as long as any of these producer VPC spokes are connected to the NCC Hub.
27+
* `proposedExcludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
2728
* `proposedIncludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. The proposed include export IP ranges waiting for hub administration's approval.
2829
* `uri` (*type:* `String.t`, *default:* `nil`) - Required. The URI of the VPC network resource.
2930
"""
@@ -34,13 +35,15 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork do
3435
:excludeExportRanges => list(String.t()) | nil,
3536
:includeExportRanges => list(String.t()) | nil,
3637
:producerVpcSpokes => list(String.t()) | nil,
38+
:proposedExcludeExportRanges => list(String.t()) | nil,
3739
:proposedIncludeExportRanges => list(String.t()) | nil,
3840
:uri => String.t() | nil
3941
}
4042

4143
field(:excludeExportRanges, type: :list)
4244
field(:includeExportRanges, type: :list)
4345
field(:producerVpcSpokes, type: :list)
46+
field(:proposedExcludeExportRanges, type: :list)
4447
field(:proposedIncludeExportRanges, type: :list)
4548
field(:uri)
4649
end

0 commit comments

Comments
 (0)