Skip to content

Commit 1a51975

Browse files
feat: Automated regeneration of NetworkConnectivity client (#13041)
Auto-created at 2025-02-27 13:16:03 +0000 using the toys pull request generator.
1 parent e1dc24a commit 1a51975

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
@@ -1850,7 +1850,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Api.Projects do
18501850
* `: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.
18511851
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
18521852
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
1853-
* `:policyBasedRouteId` (*type:* `String.t`) - Required. Unique id for the policy-based route to create.
1853+
* `:policyBasedRouteId` (*type:* `String.t`) - Required. Unique id for the policy-based route to create. Provided by the client when the resource is created. The name must comply with https://google.aip.dev/122#resource-id-segments. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([a-z0-9-]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
18541854
* `: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 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).
18551855
* `:body` (*type:* `GoogleApi.NetworkConnectivity.V1.Model.PolicyBasedRoute.t`) -
18561856
* `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 "20250122"
23+
@discovery_revision "20250219"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.Hub do
2323
2424
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the hub was created.
2525
* `description` (*type:* `String.t`, *default:* `nil`) - Optional. An optional description of the hub.
26-
* `exportPsc` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether Private Service Connect transitivity is enabled for the hub. If true, Private Service Connect endpoints in VPC spokes attached to the hub are made accessible to other VPC spokes attached to the hub. The default value is false.
26+
* `exportPsc` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether Private Service Connect connection propagation is enabled for the hub. If true, Private Service Connect endpoints in VPC spokes attached to the hub are made accessible to other VPC spokes attached to the hub. The default value is false.
2727
* `labels` (*type:* `map()`, *default:* `nil`) - Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).
2828
* `name` (*type:* `String.t`, *default:* `nil`) - Immutable. The name of the hub. Hub names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}`
2929
* `policyMode` (*type:* `String.t`, *default:* `nil`) - Optional. The policy mode of this hub. This field can be either PRESET or CUSTOM. If unspecified, the policy_mode defaults to PRESET.

0 commit comments

Comments
 (0)