Skip to content

Commit

Permalink
feat: Generate Google.Apis.WorkloadManager.v1 version 1.68.0.3562
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Oct 14, 2024
1 parent 209f0c8 commit 13b33c5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
20 changes: 19 additions & 1 deletion DiscoveryJson/workloadmanager.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
}
}
},
"revision": "20240821",
"revision": "20241002",
"rootUrl": "https://workloadmanager.googleapis.com/",
"schemas": {
"AgentCommand": {
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2215,6 +2215,10 @@ public class ExecutionResult : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("severity")]
public virtual string Severity { get; set; }

/// <summary>Execution result type of the scanned resource</summary>
[Newtonsoft.Json.JsonPropertyAttribute("type")]
public virtual string Type { get; set; }

/// <summary>The details of violation in an evaluation result.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("violationDetails")]
public virtual ViolationDetails ViolationDetails { get; set; }
Expand Down Expand Up @@ -3200,6 +3204,10 @@ public class SapDiscoveryResourceInstanceProperties : Google.Apis.Requests.IDire
[Newtonsoft.Json.JsonPropertyAttribute("instanceRole")]
public virtual string InstanceRole { get; set; }

/// <summary>Optional. Instance is part of a DR site.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("isDrSite")]
public virtual System.Nullable<bool> IsDrSite { get; set; }

/// <summary>Optional. A virtual hostname of the instance if it has one.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("virtualHostname")]
public virtual string VirtualHostname { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.WorkloadManager.v1 Client Library</Title>
<Version>1.68.0.3520</Version>
<Version>1.68.0.3562</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 13b33c5

Please sign in to comment.