diff --git a/DiscoveryJson/trafficdirector.v3.json b/DiscoveryJson/trafficdirector.v3.json index 2ffa488ecfc..fe14cb487a9 100644 --- a/DiscoveryJson/trafficdirector.v3.json +++ b/DiscoveryJson/trafficdirector.v3.json @@ -128,7 +128,7 @@ } } }, - "revision": "20240322", + "revision": "20250206", "rootUrl": "https://trafficdirector.googleapis.com/", "schemas": { "Address": { @@ -321,14 +321,18 @@ "REQUESTED", "DOES_NOT_EXIST", "ACKED", - "NACKED" + "NACKED", + "RECEIVED_ERROR", + "TIMEOUT" ], "enumDescriptions": [ "Resource status is not available/unknown.", "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.", "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.", "Client received this resource and replied with ACK.", - "Client received this resource and replied with NACK." + "Client received this resource and replied with NACK.", + "Client received an error from the control plane. The attached config dump is the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.", + "Client timed out waiting for the resource from the control plane." ], "type": "string" }, @@ -367,14 +371,18 @@ "REQUESTED", "DOES_NOT_EXIST", "ACKED", - "NACKED" + "NACKED", + "RECEIVED_ERROR", + "TIMEOUT" ], "enumDescriptions": [ "Resource status is not available/unknown.", "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.", "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.", "Client received this resource and replied with ACK.", - "Client received this resource and replied with NACK." + "Client received this resource and replied with NACK.", + "Client received an error from the control plane. The attached config dump is the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.", + "Client timed out waiting for the resource from the control plane." ], "type": "string" }, @@ -417,14 +425,18 @@ "REQUESTED", "DOES_NOT_EXIST", "ACKED", - "NACKED" + "NACKED", + "RECEIVED_ERROR", + "TIMEOUT" ], "enumDescriptions": [ "Resource status is not available/unknown.", "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.", "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.", "Client received this resource and replied with ACK.", - "Client received this resource and replied with NACK." + "Client received this resource and replied with NACK.", + "Client received an error from the control plane. The attached config dump is the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.", + "Client timed out waiting for the resource from the control plane." ], "type": "string" }, @@ -481,14 +493,18 @@ "REQUESTED", "DOES_NOT_EXIST", "ACKED", - "NACKED" + "NACKED", + "RECEIVED_ERROR", + "TIMEOUT" ], "enumDescriptions": [ "Resource status is not available/unknown.", "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.", "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.", "Client received this resource and replied with ACK.", - "Client received this resource and replied with NACK." + "Client received this resource and replied with NACK.", + "Client received an error from the control plane. The attached config dump is the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.", + "Client timed out waiting for the resource from the control plane." ], "type": "string" }, @@ -527,14 +543,18 @@ "REQUESTED", "DOES_NOT_EXIST", "ACKED", - "NACKED" + "NACKED", + "RECEIVED_ERROR", + "TIMEOUT" ], "enumDescriptions": [ "Resource status is not available/unknown.", "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.", "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.", "Client received this resource and replied with ACK.", - "Client received this resource and replied with NACK." + "Client received this resource and replied with NACK.", + "Client received an error from the control plane. The attached config dump is the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.", + "Client timed out waiting for the resource from the control plane." ], "type": "string" }, @@ -651,14 +671,18 @@ "REQUESTED", "DOES_NOT_EXIST", "ACKED", - "NACKED" + "NACKED", + "RECEIVED_ERROR", + "TIMEOUT" ], "enumDescriptions": [ "Resource status is not available/unknown.", "Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.", "This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:`\"Knowing When a Requested Resource Does Not Exist\" ` section.", "Client received this resource and replied with ACK.", - "Client received this resource and replied with NACK." + "Client received this resource and replied with NACK.", + "Client received an error from the control plane. The attached config dump is the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.", + "Client timed out waiting for the resource from the control plane." ], "type": "string" }, @@ -937,13 +961,15 @@ "CLIENT_UNKNOWN", "CLIENT_REQUESTED", "CLIENT_ACKED", - "CLIENT_NACKED" + "CLIENT_NACKED", + "CLIENT_RECEIVED_ERROR" ], "enumDescriptions": [ "Config status is not available/unknown.", "Client requested the config but hasn't received any config from management server yet.", "Client received the config and replied with ACK.", - "Client received the config and replied with NACK. Notably, the attached config dump is not the NACKed version, but the most recent accepted one. If no config is accepted yet, the attached config dump will be empty." + "Client received the config and replied with NACK. Notably, the attached config dump is not the NACKed version, but the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.", + "Client received an error from the control plane. The attached config dump is the most recent accepted one. If no config is accepted yet, the attached config dump will be empty." ], "type": "string" }, diff --git a/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.cs b/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.cs index aceae988a01..7ed11361670 100644 --- a/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.cs +++ b/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.cs @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.csproj b/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.csproj index dcd6828a034..c4cfec239cd 100644 --- a/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.csproj +++ b/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.csproj @@ -3,9 +3,9 @@ Google.Apis.TrafficDirectorService.v3 Client Library - 1.68.0.3368 + 1.69.0.3689 Google LLC - Copyright 2024 Google LLC + Copyright 2025 Google LLC Google https://github.com/google/google-api-dotnet-client Apache-2.0 @@ -59,8 +59,8 @@ - - + +