Skip to content

Commit 3658667

Browse files
feat: Automated regeneration of NetworkConnectivity client (googleapis#13150)
Auto-created at 2025-03-13 13:20:29 +0000 using the toys pull request generator.
1 parent b57cab0 commit 3658667

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/network_connectivity/lib/google_api/network_connectivity/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3197,7 +3197,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Api.Projects do
31973197
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
31983198
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
31993199
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
3200-
* `:regionalEndpointId` (*type:* `String.t`) - Required. Unique id of the Regional Endpoint to be created.
3200+
* `:regionalEndpointId` (*type:* `String.t`) - Required. Unique id of the Regional Endpoint to be created. @pattern: ^[-a-z0-9](?:[-a-z0-9]{0,44})[a-z0-9]$
32013201
* `:requestId` (*type:* `String.t`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
32023202
* `:body` (*type:* `GoogleApi.NetworkConnectivity.V1.Model.RegionalEndpoint.t`) -
32033203
* `opts` (*type:* `keyword()`) - Call options

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.RegionalEndpoint do
2727
* `description` (*type:* `String.t`, *default:* `nil`) - Optional. A description of this resource.
2828
* `ipAddress` (*type:* `String.t`, *default:* `nil`) - Output only. The literal IP address of the PSC Forwarding Rule created on behalf of the customer. This field is deprecated. Use address instead.
2929
* `labels` (*type:* `map()`, *default:* `nil`) - User-defined labels.
30-
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The name of a RegionalEndpoint. Format: `projects/{project}/locations/{location}/regionalEndpoints/{regional_endpoint}`.
30+
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The name of a RegionalEndpoint. Pattern: `projects/{project}/locations/{location}/regionalEndpoints/^[-a-z0-9](?:[-a-z0-9]{0,44})[a-z0-9]$`.
3131
* `network` (*type:* `String.t`, *default:* `nil`) - The name of the VPC network for this private regional endpoint. Format: `projects/{project}/global/networks/{network}`
3232
* `pscForwardingRule` (*type:* `String.t`, *default:* `nil`) - Output only. The resource reference of the PSC Forwarding Rule created on behalf of the customer. Format: `//compute.googleapis.com/projects/{project}/regions/{region}/forwardingRules/{forwarding_rule_name}`
3333
* `subnetwork` (*type:* `String.t`, *default:* `nil`) - The name of the subnetwork from which the IP address will be allocated. Format: `projects/{project}/regions/{region}/subnetworks/{subnetwork}`

0 commit comments

Comments
 (0)