Skip to content

Commit b8f6699

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

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

DiscoveryJson/tpu.v2alpha1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@
10211021
}
10221022
}
10231023
},
1024-
"revision": "20241126",
1024+
"revision": "20250103",
10251025
"rootUrl": "https://tpu.googleapis.com/",
10261026
"schemas": {
10271027
"AcceleratorConfig": {
@@ -1698,10 +1698,10 @@
16981698
},
16991699
"networkConfig": {
17001700
"$ref": "NetworkConfig",
1701-
"description": "Network configurations for the TPU node."
1701+
"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."
17021702
},
17031703
"networkConfigs": {
1704-
"description": "Optional. Repeated network configurations for the TPU node.",
1704+
"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.",
17051705
"items": {
17061706
"$ref": "NetworkConfig"
17071707
},

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

Lines changed: 10 additions & 3 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.
@@ -2855,11 +2855,18 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset
28552855
[Newtonsoft.Json.JsonPropertyAttribute("name")]
28562856
public virtual string Name { get; set; }
28572857

2858-
/// <summary>Network configurations for the TPU node.</summary>
2858+
/// <summary>
2859+
/// Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can
2860+
/// only specify one of them. If both are specified, an error will be returned.
2861+
/// </summary>
28592862
[Newtonsoft.Json.JsonPropertyAttribute("networkConfig")]
28602863
public virtual NetworkConfig NetworkConfig { get; set; }
28612864

2862-
/// <summary>Optional. Repeated network configurations for the TPU node.</summary>
2865+
/// <summary>
2866+
/// Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks
2867+
/// configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify
2868+
/// one of them. If both are specified, an error will be returned.
2869+
/// </summary>
28632870
[Newtonsoft.Json.JsonPropertyAttribute("networkConfigs")]
28642871
public virtual System.Collections.Generic.IList<NetworkConfig> NetworkConfigs { get; set; }
28652872

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