diff --git a/DiscoveryJson/networkconnectivity.v1.json b/DiscoveryJson/networkconnectivity.v1.json
index 9818897a19..ee1cd9ad4b 100644
--- a/DiscoveryJson/networkconnectivity.v1.json
+++ b/DiscoveryJson/networkconnectivity.v1.json
@@ -2863,7 +2863,7 @@
}
}
},
- "revision": "20241030",
+ "revision": "20241112",
"rootUrl": "https://networkconnectivity.googleapis.com/",
"schemas": {
"AcceptHubSpokeRequest": {
@@ -3950,7 +3950,7 @@
"type": "object"
},
"ListPolicyBasedRoutesResponse": {
- "description": "Response for PolicyBasedRouting.ListPolicyBasedRoutes method.",
+ "description": "Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method.",
"id": "ListPolicyBasedRoutesResponse",
"properties": {
"nextPageToken": {
@@ -4336,7 +4336,7 @@
"type": "string"
},
"requestedCancellation": {
- "description": "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`.",
+ "description": "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`.",
"readOnly": true,
"type": "boolean"
},
@@ -4729,7 +4729,7 @@
"type": "string"
},
"address": {
- "description": "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}`",
+ "description": "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.",
"type": "string"
},
"createTime": {
diff --git a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.cs b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.cs
index b9ee732d93..b506ab2a4e 100644
--- a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.cs
+++ b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.cs
@@ -7932,7 +7932,7 @@ public class ListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema
public virtual string ETag { get; set; }
}
- /// Response for PolicyBasedRouting.ListPolicyBasedRoutes method.
+ /// Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method.
public class ListPolicyBasedRoutesResponse : Google.Apis.Requests.IDirectResponseSchema
{
///
@@ -8358,8 +8358,8 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset
///
/// 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`.
+ /// been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of
+ /// 1, corresponding to `Code.CANCELLED`.
///
[Newtonsoft.Json.JsonPropertyAttribute("requestedCancellation")]
public virtual System.Nullable RequestedCancellation { get; set; }
@@ -8810,7 +8810,7 @@ public class RegionalEndpoint : Google.Apis.Requests.IDirectResponseSchema
///
/// 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}`
+ /// `projects/{project}/regions/{region}/addresses/{address_name}` for an IPv4 or IPv6 address.
///
[Newtonsoft.Json.JsonPropertyAttribute("address")]
public virtual string Address { get; set; }
diff --git a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj
index 1f56a07227..69be837478 100644
--- a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj
+++ b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj
@@ -3,7 +3,7 @@
Google.Apis.Networkconnectivity.v1 Client Library
- 1.68.0.3590
+ 1.68.0.3603
Google LLC
Copyright 2024 Google LLC
Google