Skip to content

Commit 837c278

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.TPU.v2alpha1 version 1.73.0.3986
1 parent 89e8ff9 commit 837c278

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

DiscoveryJson/tpu.v2alpha1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
],
173173
"parameters": {
174174
"extraLocationTypes": {
175-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
175+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
176176
"location": "query",
177177
"repeated": true,
178178
"type": "string"
@@ -703,7 +703,7 @@
703703
"type": "string"
704704
},
705705
"returnPartialSuccess": {
706-
"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.",
706+
"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.",
707707
"location": "query",
708708
"type": "boolean"
709709
}
@@ -1057,7 +1057,7 @@
10571057
}
10581058
}
10591059
},
1060-
"revision": "20251005",
1060+
"revision": "20251130",
10611061
"rootUrl": "https://tpu.googleapis.com/",
10621062
"schemas": {
10631063
"AcceleratorConfig": {
@@ -1483,7 +1483,7 @@
14831483
"type": "array"
14841484
},
14851485
"unreachable": {
1486-
"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.",
1486+
"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.",
14871487
"items": {
14881488
"type": "string"
14891489
},

Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.cs

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

12771277
/// <summary>
12781278
/// When set to `true`, operations that are reachable are returned as normal, and those that are
1279-
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be
1280-
/// `true` when reading across collections e.g. when `parent` is set to
1281-
/// `"projects/example/locations/-"`. This field is not by default supported and will result in an
1279+
/// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be
1280+
/// `true` when reading across collections. For example, when `parent` is set to
1281+
/// `"projects/example/locations/-"`. This field is not supported by default and will result in an
12821282
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
12831283
/// specific documentation.
12841284
/// </summary>
@@ -2147,8 +2147,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
21472147
public virtual string Name { get; private set; }
21482148

21492149
/// <summary>
2150-
/// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
2151-
/// primarily intended for internal usage.
2150+
/// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
2151+
/// otherwise. This is primarily for internal usage.
21522152
/// </summary>
21532153
[Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)]
21542154
public virtual Google.Apis.Util.Repeatable<string> ExtraLocationTypes { get; set; }
@@ -2704,8 +2704,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
27042704

27052705
/// <summary>
27062706
/// Unordered list. Unreachable resources. Populated when the request sets
2707-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
2708-
/// resources across all supported locations.
2707+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
2708+
/// list all resources across all supported locations.
27092709
/// </summary>
27102710
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
27112711
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.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.TPU.v2alpha1 Client Library</Title>
6-
<Version>1.72.0.3930</Version>
6+
<Version>1.73.0.3986</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)