Skip to content

Commit 89e8ff9

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.TPU.v2 version 1.73.0.3986
1 parent 4c34f91 commit 89e8ff9

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

DiscoveryJson/tpu.v2.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"
@@ -637,7 +637,7 @@
637637
"type": "string"
638638
},
639639
"returnPartialSuccess": {
640-
"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.",
640+
"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.",
641641
"location": "query",
642642
"type": "boolean"
643643
}
@@ -898,7 +898,7 @@
898898
}
899899
}
900900
},
901-
"revision": "20251005",
901+
"revision": "20251130",
902902
"rootUrl": "https://tpu.googleapis.com/",
903903
"schemas": {
904904
"AcceleratorConfig": {
@@ -1267,7 +1267,7 @@
12671267
"type": "array"
12681268
},
12691269
"unreachable": {
1270-
"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.",
1270+
"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.",
12711271
"items": {
12721272
"type": "string"
12731273
},

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

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

11461146
/// <summary>
11471147
/// When set to `true`, operations that are reachable are returned as normal, and those that are
1148-
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be
1149-
/// `true` when reading across collections e.g. when `parent` is set to
1150-
/// `"projects/example/locations/-"`. This field is not by default supported and will result in an
1148+
/// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be
1149+
/// `true` when reading across collections. For example, when `parent` is set to
1150+
/// `"projects/example/locations/-"`. This field is not supported by default and will result in an
11511151
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
11521152
/// specific documentation.
11531153
/// </summary>
@@ -1827,8 +1827,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
18271827
public virtual string Name { get; private set; }
18281828

18291829
/// <summary>
1830-
/// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
1831-
/// primarily intended for internal usage.
1830+
/// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
1831+
/// otherwise. This is primarily for internal usage.
18321832
/// </summary>
18331833
[Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)]
18341834
public virtual Google.Apis.Util.Repeatable<string> ExtraLocationTypes { get; set; }
@@ -2319,8 +2319,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
23192319

23202320
/// <summary>
23212321
/// Unordered list. Unreachable resources. Populated when the request sets
2322-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
2323-
/// resources across all supported locations.
2322+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
2323+
/// list all resources across all supported locations.
23242324
/// </summary>
23252325
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
23262326
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.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.v2 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)