Skip to content

Commit c4d0e7a

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.WorkloadManager.v1 version 1.68.0.3653
1 parent b8f6699 commit c4d0e7a

File tree

3 files changed

+46
-8
lines changed

3 files changed

+46
-8
lines changed

DiscoveryJson/workloadmanager.v1.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
}
773773
}
774774
},
775-
"revision": "20241209",
775+
"revision": "20250101",
776776
"rootUrl": "https://workloadmanager.googleapis.com/",
777777
"schemas": {
778778
"AgentCommand": {
@@ -972,7 +972,7 @@
972972
},
973973
"resultSummary": {
974974
"$ref": "Summary",
975-
"description": "Output only. [Output only] Result summary",
975+
"description": "Output only. [Output only] Result summary for the execution",
976976
"readOnly": true
977977
},
978978
"ruleResults": {
@@ -1676,10 +1676,14 @@
16761676
"description": "Required. Pantheon Project in which the resources reside.",
16771677
"type": "string"
16781678
},
1679+
"region": {
1680+
"description": "Optional. The region this component's resources are primarily located in.",
1681+
"type": "string"
1682+
},
16791683
"replicationSites": {
16801684
"description": "Optional. A list of replication sites used in Disaster Recovery (DR) configurations.",
16811685
"items": {
1682-
"$ref": "SapDiscoveryComponent"
1686+
"$ref": "SapDiscoveryComponentReplicationSite"
16831687
},
16841688
"type": "array"
16851689
},
@@ -1806,6 +1810,21 @@
18061810
},
18071811
"type": "object"
18081812
},
1813+
"SapDiscoveryComponentReplicationSite": {
1814+
"description": "A replication site used in Disaster Recovery (DR) configurations.",
1815+
"id": "SapDiscoveryComponentReplicationSite",
1816+
"properties": {
1817+
"component": {
1818+
"$ref": "SapDiscoveryComponent",
1819+
"description": "Optional. The system component for the site."
1820+
},
1821+
"sourceSite": {
1822+
"description": "Optional. The name of the source site from which this one replicates.",
1823+
"type": "string"
1824+
}
1825+
},
1826+
"type": "object"
1827+
},
18091828
"SapDiscoveryMetadata": {
18101829
"description": "Message describing SAP discovery system metadata",
18111830
"id": "SapDiscoveryMetadata",

Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -2066,7 +2066,7 @@ public virtual System.DateTimeOffset? InventoryTimeDateTimeOffset
20662066
[Newtonsoft.Json.JsonPropertyAttribute("notices")]
20672067
public virtual System.Collections.Generic.IList<Notice> Notices { get; set; }
20682068

2069-
/// <summary>Output only. [Output only] Result summary</summary>
2069+
/// <summary>Output only. [Output only] Result summary for the execution</summary>
20702070
[Newtonsoft.Json.JsonPropertyAttribute("resultSummary")]
20712071
public virtual Summary ResultSummary { get; set; }
20722072

@@ -2842,9 +2842,13 @@ public class SapDiscoveryComponent : Google.Apis.Requests.IDirectResponseSchema
28422842
[Newtonsoft.Json.JsonPropertyAttribute("hostProject")]
28432843
public virtual string HostProject { get; set; }
28442844

2845+
/// <summary>Optional. The region this component's resources are primarily located in.</summary>
2846+
[Newtonsoft.Json.JsonPropertyAttribute("region")]
2847+
public virtual string Region { get; set; }
2848+
28452849
/// <summary>Optional. A list of replication sites used in Disaster Recovery (DR) configurations.</summary>
28462850
[Newtonsoft.Json.JsonPropertyAttribute("replicationSites")]
2847-
public virtual System.Collections.Generic.IList<SapDiscoveryComponent> ReplicationSites { get; set; }
2851+
public virtual System.Collections.Generic.IList<SapDiscoveryComponentReplicationSite> ReplicationSites { get; set; }
28482852

28492853
/// <summary>Optional. The resources in a component.</summary>
28502854
[Newtonsoft.Json.JsonPropertyAttribute("resources")]
@@ -2940,6 +2944,21 @@ public class SapDiscoveryComponentDatabaseProperties : Google.Apis.Requests.IDir
29402944
public virtual string ETag { get; set; }
29412945
}
29422946

2947+
/// <summary>A replication site used in Disaster Recovery (DR) configurations.</summary>
2948+
public class SapDiscoveryComponentReplicationSite : Google.Apis.Requests.IDirectResponseSchema
2949+
{
2950+
/// <summary>Optional. The system component for the site.</summary>
2951+
[Newtonsoft.Json.JsonPropertyAttribute("component")]
2952+
public virtual SapDiscoveryComponent Component { get; set; }
2953+
2954+
/// <summary>Optional. The name of the source site from which this one replicates.</summary>
2955+
[Newtonsoft.Json.JsonPropertyAttribute("sourceSite")]
2956+
public virtual string SourceSite { get; set; }
2957+
2958+
/// <summary>The ETag of the item.</summary>
2959+
public virtual string ETag { get; set; }
2960+
}
2961+
29432962
/// <summary>Message describing SAP discovery system metadata</summary>
29442963
public class SapDiscoveryMetadata : Google.Apis.Requests.IDirectResponseSchema
29452964
{

Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.WorkloadManager.v1 Client Library</Title>
6-
<Version>1.68.0.3630</Version>
6+
<Version>1.68.0.3653</Version>
77
<Authors>Google LLC</Authors>
8-
<Copyright>Copyright 2024 Google LLC</Copyright>
8+
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
1010
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)