Skip to content

Commit 6fdc70b

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.TPU.v2 version 1.68.0.3655
1 parent d87b177 commit 6fdc70b

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

DiscoveryJson/tpu.v2.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
}
888888
}
889889
},
890-
"revision": "20241126",
890+
"revision": "20250103",
891891
"rootUrl": "https://tpu.googleapis.com/",
892892
"schemas": {
893893
"AcceleratorConfig": {
@@ -1491,7 +1491,14 @@
14911491
},
14921492
"networkConfig": {
14931493
"$ref": "NetworkConfig",
1494-
"description": "Network configurations for the TPU node."
1494+
"description": "Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned."
1495+
},
1496+
"networkConfigs": {
1497+
"description": "Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.",
1498+
"items": {
1499+
"$ref": "NetworkConfig"
1500+
},
1501+
"type": "array"
14951502
},
14961503
"networkEndpoints": {
14971504
"description": "Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.",

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

Lines changed: 13 additions & 2 deletions
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.
@@ -2513,10 +2513,21 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset
25132513
[Newtonsoft.Json.JsonPropertyAttribute("name")]
25142514
public virtual string Name { get; set; }
25152515

2516-
/// <summary>Network configurations for the TPU node.</summary>
2516+
/// <summary>
2517+
/// Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can
2518+
/// only specify one of them. If both are specified, an error will be returned.
2519+
/// </summary>
25172520
[Newtonsoft.Json.JsonPropertyAttribute("networkConfig")]
25182521
public virtual NetworkConfig NetworkConfig { get; set; }
25192522

2523+
/// <summary>
2524+
/// Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks
2525+
/// configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify
2526+
/// one of them. If both are specified, an error will be returned.
2527+
/// </summary>
2528+
[Newtonsoft.Json.JsonPropertyAttribute("networkConfigs")]
2529+
public virtual System.Collections.Generic.IList<NetworkConfig> NetworkConfigs { get; set; }
2530+
25202531
/// <summary>
25212532
/// Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that
25222533
/// runtime clients of the node reach out to the 0th entry in this map first.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.TPU.v2 Client Library</Title>
6-
<Version>1.68.0.3617</Version>
6+
<Version>1.68.0.3655</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>

0 commit comments

Comments
 (0)