diff --git a/DiscoveryJson/workloadmanager.v1.json b/DiscoveryJson/workloadmanager.v1.json index fbaa2d0f878..54acd339bd8 100644 --- a/DiscoveryJson/workloadmanager.v1.json +++ b/DiscoveryJson/workloadmanager.v1.json @@ -772,7 +772,7 @@ } } }, - "revision": "20240821", + "revision": "20241002", "rootUrl": "https://workloadmanager.googleapis.com/", "schemas": { "AgentCommand": { @@ -1096,6 +1096,20 @@ "description": "The severity of violation.", "type": "string" }, + "type": { + "description": "Execution result type of the scanned resource", + "enum": [ + "TYPE_UNSPECIFIED", + "TYPE_PASSED", + "TYPE_VIOLATED" + ], + "enumDescriptions": [ + "Unknown state", + "resource successfully passed the rule", + "resource violated the rule" + ], + "type": "string" + }, "violationDetails": { "$ref": "ViolationDetails", "description": "The details of violation in an evaluation result." @@ -2204,6 +2218,10 @@ ], "type": "string" }, + "isDrSite": { + "description": "Optional. Instance is part of a DR site.", + "type": "boolean" + }, "virtualHostname": { "description": "Optional. A virtual hostname of the instance if it has one.", "type": "string" diff --git a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs index 4c2233e5574..c20d6e5f53c 100644 --- a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs +++ b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs @@ -2215,6 +2215,10 @@ public class ExecutionResult : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("severity")] public virtual string Severity { get; set; } + /// Execution result type of the scanned resource + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + /// The details of violation in an evaluation result. [Newtonsoft.Json.JsonPropertyAttribute("violationDetails")] public virtual ViolationDetails ViolationDetails { get; set; } @@ -3200,6 +3204,10 @@ public class SapDiscoveryResourceInstanceProperties : Google.Apis.Requests.IDire [Newtonsoft.Json.JsonPropertyAttribute("instanceRole")] public virtual string InstanceRole { get; set; } + /// Optional. Instance is part of a DR site. + [Newtonsoft.Json.JsonPropertyAttribute("isDrSite")] + public virtual System.Nullable IsDrSite { get; set; } + /// Optional. A virtual hostname of the instance if it has one. [Newtonsoft.Json.JsonPropertyAttribute("virtualHostname")] public virtual string VirtualHostname { get; set; } diff --git a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj index aa545e25fdf..c01eb2e7187 100644 --- a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj +++ b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.WorkloadManager.v1 Client Library - 1.68.0.3520 + 1.68.0.3562 Google LLC Copyright 2024 Google LLC Google