Skip to content

Commit f99b9f7

Browse files
committed
feat: Generate Google.Apis.StorageBatchOperations.v1 version 1.73.0.3989
1 parent b0c60d3 commit f99b9f7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DiscoveryJson/storagebatchoperations.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"type": "string"
468468
},
469469
"returnPartialSuccess": {
470-
"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.",
470+
"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.",
471471
"location": "query",
472472
"type": "boolean"
473473
}
@@ -487,7 +487,7 @@
487487
}
488488
}
489489
},
490-
"revision": "20251029",
490+
"revision": "20251203",
491491
"rootUrl": "https://storagebatchoperations.googleapis.com/",
492492
"schemas": {
493493
"Bucket": {
@@ -827,7 +827,7 @@
827827
"type": "array"
828828
},
829829
"unreachable": {
830-
"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.",
830+
"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.",
831831
"items": {
832832
"type": "string"
833833
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -900,9 +900,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
900900

901901
/// <summary>
902902
/// When set to `true`, operations that are reachable are returned as normal, and those that are
903-
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be
904-
/// `true` when reading across collections e.g. when `parent` is set to
905-
/// `"projects/example/locations/-"`. This field is not by default supported and will result in an
903+
/// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be
904+
/// `true` when reading across collections. For example, when `parent` is set to
905+
/// `"projects/example/locations/-"`. This field is not supported by default and will result in an
906906
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
907907
/// specific documentation.
908908
/// </summary>
@@ -1498,8 +1498,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
14981498

14991499
/// <summary>
15001500
/// Unordered list. Unreachable resources. Populated when the request sets
1501-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
1502-
/// resources across all supported locations.
1501+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
1502+
/// list all resources across all supported locations.
15031503
/// </summary>
15041504
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
15051505
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.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.StorageBatchOperations.v1 Client Library</Title>
6-
<Version>1.72.0.3954</Version>
6+
<Version>1.73.0.3989</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -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.72.0" />
63-
<PackageReference Include="Google.Apis.Auth" Version="1.72.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)