Skip to content

Commit 43256f3

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.CloudRuntimeConfig.v1 version 1.73.0.3969
1 parent 1c9e43c commit 43256f3

File tree

3 files changed

+44
-6
lines changed

3 files changed

+44
-6
lines changed

DiscoveryJson/runtimeconfig.v1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@
196196
"description": "The standard list page token.",
197197
"location": "query",
198198
"type": "string"
199+
},
200+
"returnPartialSuccess": {
201+
"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. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
202+
"location": "query",
203+
"type": "boolean"
199204
}
200205
},
201206
"path": "v1/{+name}",
@@ -210,7 +215,7 @@
210215
}
211216
}
212217
},
213-
"revision": "20241219",
218+
"revision": "20251113",
214219
"rootUrl": "https://runtimeconfig.googleapis.com/",
215220
"schemas": {
216221
"CancelOperationRequest": {
@@ -239,6 +244,13 @@
239244
"$ref": "Operation"
240245
},
241246
"type": "array"
247+
},
248+
"unreachable": {
249+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
250+
"items": {
251+
"type": "string"
252+
},
253+
"type": "array"
242254
}
243255
},
244256
"type": "object"

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

Lines changed: 27 additions & 1 deletion
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.
@@ -441,6 +441,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
441441
[Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)]
442442
public virtual string PageToken { get; set; }
443443

444+
/// <summary>
445+
/// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable
446+
/// are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading
447+
/// across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is
448+
/// not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
449+
/// otherwise in service or product specific documentation.
450+
/// </summary>
451+
[Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)]
452+
public virtual System.Nullable<bool> ReturnPartialSuccess { get; set; }
453+
444454
/// <summary>Gets the method name.</summary>
445455
public override string MethodName => "list";
446456

@@ -486,6 +496,14 @@ protected override void InitParameters()
486496
DefaultValue = null,
487497
Pattern = null,
488498
});
499+
RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter
500+
{
501+
Name = "returnPartialSuccess",
502+
IsRequired = false,
503+
ParameterType = "query",
504+
DefaultValue = null,
505+
Pattern = null,
506+
});
489507
}
490508
}
491509
}
@@ -521,6 +539,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
521539
[Newtonsoft.Json.JsonPropertyAttribute("operations")]
522540
public virtual System.Collections.Generic.IList<Operation> Operations { get; set; }
523541

542+
/// <summary>
543+
/// Unordered list. Unreachable resources. Populated when the request sets
544+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
545+
/// list all resources across all supported locations.
546+
/// </summary>
547+
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
548+
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }
549+
524550
/// <summary>The ETag of the item.</summary>
525551
public virtual string ETag { get; set; }
526552
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.CloudRuntimeConfig.v1 Client Library</Title>
6-
<Version>1.68.0.3640</Version>
6+
<Version>1.73.0.3969</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>
@@ -59,8 +59,8 @@
5959
<!-- common dependencies -->
6060
<ItemGroup>
6161
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
62-
<PackageReference Include="Google.Apis" Version="1.68.0" />
63-
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
62+
<PackageReference Include="Google.Apis" Version="1.73.0" />
63+
<PackageReference Include="Google.Apis.Auth" Version="1.73.0" />
6464
</ItemGroup>
6565

6666
</Project>

0 commit comments

Comments
 (0)