From 46c2f89a79b0f2ca6cbaec0e63c27e8d020c7925 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 10 Dec 2024 13:19:15 +0000 Subject: [PATCH] feat: Automated regeneration of NetworkConnectivity client --- .../lib/google_api/network_connectivity/v1/metadata.ex | 2 +- .../v1/model/list_policy_based_routes_response.ex | 2 +- .../network_connectivity/v1/model/operation_metadata.ex | 2 +- .../network_connectivity/v1/model/regional_endpoint.ex | 2 +- clients/network_connectivity/mix.exs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/network_connectivity/lib/google_api/network_connectivity/v1/metadata.ex b/clients/network_connectivity/lib/google_api/network_connectivity/v1/metadata.ex index b2968d001b..60eb5652e0 100644 --- a/clients/network_connectivity/lib/google_api/network_connectivity/v1/metadata.ex +++ b/clients/network_connectivity/lib/google_api/network_connectivity/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.NetworkConnectivity.V1 do API client metadata for GoogleApi.NetworkConnectivity.V1. """ - @discovery_revision "20241030" + @discovery_revision "20241112" def discovery_revision(), do: @discovery_revision end diff --git a/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/list_policy_based_routes_response.ex b/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/list_policy_based_routes_response.ex index 71f9111727..f292bea57f 100644 --- a/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/list_policy_based_routes_response.ex +++ b/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/list_policy_based_routes_response.ex @@ -17,7 +17,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.ListPolicyBasedRoutesResponse do @moduledoc """ - Response for PolicyBasedRouting.ListPolicyBasedRoutes method. + Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method. ## Attributes diff --git a/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/operation_metadata.ex b/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/operation_metadata.ex index 53a829989c..01787189bf 100644 --- a/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/operation_metadata.ex +++ b/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.OperationMetadata do * `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation. * `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created. * `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running. - * `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. + * `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. * `statusMessage` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any. * `target` (*type:* `String.t`, *default:* `nil`) - Output only. Server-defined resource path for the target of the operation. * `verb` (*type:* `String.t`, *default:* `nil`) - Output only. Name of the verb executed by the operation. diff --git a/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/regional_endpoint.ex b/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/regional_endpoint.ex index c6ffd19ec5..ab0a70e63d 100644 --- a/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/regional_endpoint.ex +++ b/clients/network_connectivity/lib/google_api/network_connectivity/v1/model/regional_endpoint.ex @@ -22,7 +22,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.RegionalEndpoint do ## Attributes * `accessType` (*type:* `String.t`, *default:* `nil`) - Required. The access type of this regional endpoint. This field is reflected in the PSC Forwarding Rule configuration to enable global access. - * `address` (*type:* `String.t`, *default:* `nil`) - Optional. The IP Address of the Regional Endpoint. When no address is provided, an IP from the subnetwork is allocated. Use one of the following formats: * IPv4 address as in `10.0.0.1` * Address resource URI as in `projects/{project}/regions/{region}/addresses/{address_name}` + * `address` (*type:* `String.t`, *default:* `nil`) - Optional. The IP Address of the Regional Endpoint. When no address is provided, an IP from the subnetwork is allocated. Use one of the following formats: * IPv4 address as in `10.0.0.1` * Address resource URI as in `projects/{project}/regions/{region}/addresses/{address_name}` for an IPv4 or IPv6 address. * `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Time when the RegionalEndpoint was created. * `description` (*type:* `String.t`, *default:* `nil`) - Optional. A description of this resource. * `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. diff --git a/clients/network_connectivity/mix.exs b/clients/network_connectivity/mix.exs index 9779cda74d..745a99fee2 100644 --- a/clients/network_connectivity/mix.exs +++ b/clients/network_connectivity/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.NetworkConnectivity.Mixfile do use Mix.Project - @version "0.11.0" + @version "0.11.1" def project() do [