Skip to content

Commit e979380

Browse files
feat: Automated regeneration of NetworkConnectivity client (googleapis#12897)
Auto-created at 2025-01-31 13:10:52 +0000 using the toys pull request generator.
1 parent 3e68770 commit e979380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 "20250110"
23+
@discovery_revision "20250122"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.Migration do
2222
## Attributes
2323
2424
* `source` (*type:* `String.t`, *default:* `nil`) - Immutable. Resource path as an URI of the source resource, for example a subnet. The project for the source resource should match the project for the InternalRange. An example: /projects/{project}/regions/{region}/subnetworks/{subnet}
25-
* `target` (*type:* `String.t`, *default:* `nil`) - Immutable. Resource path of the target resource. The target project can be different, as in the cases when migrating to peer networks. The resource For example: /projects/{project}/regions/{region}/subnetworks/{subnet}
25+
* `target` (*type:* `String.t`, *default:* `nil`) - Immutable. Resource path of the target resource. The target project can be different, as in the cases when migrating to peer networks. For example: /projects/{project}/regions/{region}/subnetworks/{subnet}
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)