Skip to content

Commit b0c60d3

Browse files
committed
feat: Generate Google.Apis.Speech.v1p1beta1 version 1.73.0.3987
1 parent 60fe995 commit b0c60d3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DiscoveryJson/speech.v1p1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"type": "string"
199199
},
200200
"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 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.",
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.",
202202
"location": "query",
203203
"type": "boolean"
204204
}
@@ -566,7 +566,7 @@
566566
}
567567
}
568568
},
569-
"revision": "20250925",
569+
"revision": "20251201",
570570
"rootUrl": "https://speech.googleapis.com/",
571571
"schemas": {
572572
"ABNFGrammar": {
@@ -769,7 +769,7 @@
769769
"type": "array"
770770
},
771771
"unreachable": {
772-
"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.",
772+
"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.",
773773
"items": {
774774
"type": "string"
775775
},

Src/Generated/Google.Apis.Speech.v1p1beta1/Google.Apis.Speech.v1p1beta1.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service)
374374

375375
/// <summary>
376376
/// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable
377-
/// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading
378-
/// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by
379-
/// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
377+
/// are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading
378+
/// across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is
379+
/// not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
380380
/// otherwise in service or product specific documentation.
381381
/// </summary>
382382
[Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)]
@@ -1568,8 +1568,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
15681568

15691569
/// <summary>
15701570
/// Unordered list. Unreachable resources. Populated when the request sets
1571-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
1572-
/// resources across all supported locations.
1571+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
1572+
/// list all resources across all supported locations.
15731573
/// </summary>
15741574
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
15751575
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.Speech.v1p1beta1/Google.Apis.Speech.v1p1beta1.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.Speech.v1p1beta1 Client Library</Title>
6-
<Version>1.71.0.3920</Version>
6+
<Version>1.73.0.3987</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.73.0" />
64+
<PackageReference Include="Google.Apis.Auth" Version="1.73.0" />
6565
</ItemGroup>
6666

6767
</Project>

0 commit comments

Comments
 (0)