Skip to content

Commit

Permalink
feat: Automated regeneration of NetworkConnectivity client (#12897)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-31 13:10:52 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 31, 2025
1 parent 3e68770 commit e979380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.NetworkConnectivity.V1 do
API client metadata for GoogleApi.NetworkConnectivity.V1.
"""

@discovery_revision "20250110"
@discovery_revision "20250122"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.Migration do
## Attributes
* `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}
* `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}
* `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}
"""

use GoogleApi.Gax.ModelBase
Expand Down

0 comments on commit e979380

Please sign in to comment.