Skip to content

Commit f257fc0

Browse files
feat: Automated regeneration of NetworkManagement client (googleapis#13106)
Auto-created at 2025-03-06 13:16:26 +0000 using the toys pull request generator.
1 parent 811ef90 commit f257fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/network_management/lib/google_api/network_management/v1beta1/metadata.ex

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

23-
@discovery_revision "20250219"
23+
@discovery_revision "20250226"
2424

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

clients/network_management/lib/google_api/network_management/v1beta1/model/redis_cluster_info.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.RedisClusterInfo do
2424
* `discoveryEndpointIpAddress` (*type:* `String.t`, *default:* `nil`) - Discovery endpoint IP address of a Redis Cluster.
2525
* `displayName` (*type:* `String.t`, *default:* `nil`) - Name of a Redis Cluster.
2626
* `location` (*type:* `String.t`, *default:* `nil`) - Name of the region in which the Redis Cluster is defined. For example, "us-central1".
27-
* `networkUri` (*type:* `String.t`, *default:* `nil`) - URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}".
27+
* `networkUri` (*type:* `String.t`, *default:* `nil`) - URI of the network containing the Redis Cluster endpoints in format "projects/{project_id}/global/networks/{network_id}".
2828
* `secondaryEndpointIpAddress` (*type:* `String.t`, *default:* `nil`) - Secondary endpoint IP address of a Redis Cluster.
2929
* `uri` (*type:* `String.t`, *default:* `nil`) - URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}"
3030
"""

0 commit comments

Comments
 (0)