Skip to content

Commit de7fd8e

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.VMwareEngine.v1 version 1.72.0.3945
1 parent e58db48 commit de7fd8e

File tree

3 files changed

+43
-4
lines changed

3 files changed

+43
-4
lines changed

DiscoveryJson/vmwareengine.v1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,11 @@
11271127
"description": "The standard list page token.",
11281128
"location": "query",
11291129
"type": "string"
1130+
},
1131+
"returnPartialSuccess": {
1132+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
1133+
"location": "query",
1134+
"type": "boolean"
11301135
}
11311136
},
11321137
"path": "v1/{+name}/operations",
@@ -3396,7 +3401,7 @@
33963401
}
33973402
}
33983403
},
3399-
"revision": "20250912",
3404+
"revision": "20251020",
34003405
"rootUrl": "https://vmwareengine.googleapis.com/",
34013406
"schemas": {
34023407
"AcceleratePrivateCloudDeletionRequest": {
@@ -4451,6 +4456,13 @@
44514456
"$ref": "Operation"
44524457
},
44534458
"type": "array"
4459+
},
4460+
"unreachable": {
4461+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
4462+
"items": {
4463+
"type": "string"
4464+
},
4465+
"type": "array"
44544466
}
44554467
},
44564468
"type": "object"

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,6 +2761,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
27612761
[Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)]
27622762
public virtual string PageToken { get; set; }
27632763

2764+
/// <summary>
2765+
/// When set to `true`, operations that are reachable are returned as normal, and those that are
2766+
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be
2767+
/// `true` when reading across collections e.g. when `parent` is set to
2768+
/// `"projects/example/locations/-"`. This field is not by default supported and will result in an
2769+
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
2770+
/// specific documentation.
2771+
/// </summary>
2772+
[Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)]
2773+
public virtual System.Nullable<bool> ReturnPartialSuccess { get; set; }
2774+
27642775
/// <summary>Gets the method name.</summary>
27652776
public override string MethodName => "list";
27662777

@@ -2806,6 +2817,14 @@ protected override void InitParameters()
28062817
DefaultValue = null,
28072818
Pattern = null,
28082819
});
2820+
RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter
2821+
{
2822+
Name = "returnPartialSuccess",
2823+
IsRequired = false,
2824+
ParameterType = "query",
2825+
DefaultValue = null,
2826+
Pattern = null,
2827+
});
28092828
}
28102829
}
28112830
}
@@ -10525,6 +10544,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
1052510544
[Newtonsoft.Json.JsonPropertyAttribute("operations")]
1052610545
public virtual System.Collections.Generic.IList<Operation> Operations { get; set; }
1052710546

10547+
/// <summary>
10548+
/// Unordered list. Unreachable resources. Populated when the request sets
10549+
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
10550+
/// resources across all supported locations.
10551+
/// </summary>
10552+
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
10553+
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }
10554+
1052810555
/// <summary>The ETag of the item.</summary>
1052910556
public virtual string ETag { get; set; }
1053010557
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.VMwareEngine.v1 Client Library</Title>
6-
<Version>1.71.0.3907</Version>
6+
<Version>1.72.0.3945</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -60,8 +60,8 @@
6060
<!-- common dependencies -->
6161
<ItemGroup>
6262
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
63-
<PackageReference Include="Google.Apis" Version="1.71.0" />
64-
<PackageReference Include="Google.Apis.Auth" Version="1.71.0" />
63+
<PackageReference Include="Google.Apis" Version="1.72.0" />
64+
<PackageReference Include="Google.Apis.Auth" Version="1.72.0" />
6565
</ItemGroup>
6666

6767
</Project>

0 commit comments

Comments
 (0)