Skip to content

Commit 91cfefe

Browse files
fix(language): update the API
#### language:v1beta2 The following keys were changed: - schemas.CpuMetric.properties.machineSpec.enum - schemas.CpuMetric.properties.machineSpec.enumDescriptions - schemas.GpuMetric.properties.gpuType.enum - schemas.GpuMetric.properties.gpuType.enumDescriptions - schemas.GpuMetric.properties.machineSpec.enum - schemas.GpuMetric.properties.machineSpec.enumDescriptions - schemas.InfraUsage.description - schemas.RamMetric.properties.machineSpec.enum - schemas.RamMetric.properties.machineSpec.enumDescriptions #### language:v1 The following keys were changed: - schemas.CpuMetric.properties.machineSpec.enum - schemas.CpuMetric.properties.machineSpec.enumDescriptions - schemas.GpuMetric.properties.gpuType.enum - schemas.GpuMetric.properties.gpuType.enumDescriptions - schemas.GpuMetric.properties.machineSpec.enum - schemas.GpuMetric.properties.machineSpec.enumDescriptions - schemas.InfraUsage.description - schemas.RamMetric.properties.machineSpec.enum - schemas.RamMetric.properties.machineSpec.enumDescriptions #### language:v2 The following keys were changed: - schemas.CpuMetric.properties.machineSpec.enum - schemas.CpuMetric.properties.machineSpec.enumDescriptions - schemas.GpuMetric.properties.gpuType.enum - schemas.GpuMetric.properties.gpuType.enumDescriptions - schemas.GpuMetric.properties.machineSpec.enum - schemas.GpuMetric.properties.machineSpec.enumDescriptions - schemas.InfraUsage.description - schemas.RamMetric.properties.machineSpec.enum - schemas.RamMetric.properties.machineSpec.enumDescriptions
1 parent 156a7df commit 91cfefe

File tree

6 files changed

+36
-12
lines changed

6 files changed

+36
-12
lines changed

discovery/language-v1.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
}
247247
}
248248
},
249-
"revision": "20250105",
249+
"revision": "20250309",
250250
"rootUrl": "https://language.googleapis.com/",
251251
"schemas": {
252252
"AnalyzeEntitiesRequest": {
@@ -762,6 +762,7 @@
762762
"A3_HIGHGPU_8G",
763763
"A3_MEGAGPU_8G",
764764
"A3_ULTRAGPU_8G",
765+
"A3_EDGEGPU_8G",
765766
"E2_STANDARD_2",
766767
"E2_STANDARD_4",
767768
"E2_STANDARD_8",
@@ -1052,6 +1053,7 @@
10521053
"",
10531054
"",
10541055
"",
1056+
"",
10551057
""
10561058
],
10571059
"type": "string"
@@ -1433,7 +1435,8 @@
14331435
"NVIDIA_TESLA_P4",
14341436
"NVIDIA_TESLA_T4",
14351437
"NVIDIA_TESLA_V100",
1436-
"NVIDIA_H100_80GB"
1438+
"NVIDIA_H100_80GB",
1439+
"NVIDIA_H200_141GB"
14371440
],
14381441
"enumDescriptions": [
14391442
"",
@@ -1445,6 +1448,7 @@
14451448
"",
14461449
"",
14471450
"",
1451+
"",
14481452
""
14491453
],
14501454
"type": "string"
@@ -1489,6 +1493,7 @@
14891493
"A3_HIGHGPU_8G",
14901494
"A3_MEGAGPU_8G",
14911495
"A3_ULTRAGPU_8G",
1496+
"A3_EDGEGPU_8G",
14921497
"E2_STANDARD_2",
14931498
"E2_STANDARD_4",
14941499
"E2_STANDARD_8",
@@ -1779,6 +1784,7 @@
17791784
"",
17801785
"",
17811786
"",
1787+
"",
17821788
""
17831789
],
17841790
"type": "string"
@@ -1794,7 +1800,7 @@
17941800
"type": "object"
17951801
},
17961802
"InfraUsage": {
1797-
"description": "Infra Usage of billing metrics.",
1803+
"description": "LINT: LEGACY_NAMES Infra Usage of billing metrics.",
17981804
"id": "InfraUsage",
17991805
"properties": {
18001806
"cpuMetrics": {
@@ -2175,6 +2181,7 @@
21752181
"A3_HIGHGPU_8G",
21762182
"A3_MEGAGPU_8G",
21772183
"A3_ULTRAGPU_8G",
2184+
"A3_EDGEGPU_8G",
21782185
"E2_STANDARD_2",
21792186
"E2_STANDARD_4",
21802187
"E2_STANDARD_8",
@@ -2465,6 +2472,7 @@
24652472
"",
24662473
"",
24672474
"",
2475+
"",
24682476
""
24692477
],
24702478
"type": "string"

discovery/language-v1beta2.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
}
247247
}
248248
},
249-
"revision": "20250105",
249+
"revision": "20250309",
250250
"rootUrl": "https://language.googleapis.com/",
251251
"schemas": {
252252
"AnalyzeEntitiesRequest": {
@@ -762,6 +762,7 @@
762762
"A3_HIGHGPU_8G",
763763
"A3_MEGAGPU_8G",
764764
"A3_ULTRAGPU_8G",
765+
"A3_EDGEGPU_8G",
765766
"E2_STANDARD_2",
766767
"E2_STANDARD_4",
767768
"E2_STANDARD_8",
@@ -1052,6 +1053,7 @@
10521053
"",
10531054
"",
10541055
"",
1056+
"",
10551057
""
10561058
],
10571059
"type": "string"
@@ -1451,7 +1453,8 @@
14511453
"NVIDIA_TESLA_P4",
14521454
"NVIDIA_TESLA_T4",
14531455
"NVIDIA_TESLA_V100",
1454-
"NVIDIA_H100_80GB"
1456+
"NVIDIA_H100_80GB",
1457+
"NVIDIA_H200_141GB"
14551458
],
14561459
"enumDescriptions": [
14571460
"",
@@ -1463,6 +1466,7 @@
14631466
"",
14641467
"",
14651468
"",
1469+
"",
14661470
""
14671471
],
14681472
"type": "string"
@@ -1507,6 +1511,7 @@
15071511
"A3_HIGHGPU_8G",
15081512
"A3_MEGAGPU_8G",
15091513
"A3_ULTRAGPU_8G",
1514+
"A3_EDGEGPU_8G",
15101515
"E2_STANDARD_2",
15111516
"E2_STANDARD_4",
15121517
"E2_STANDARD_8",
@@ -1797,6 +1802,7 @@
17971802
"",
17981803
"",
17991804
"",
1805+
"",
18001806
""
18011807
],
18021808
"type": "string"
@@ -1812,7 +1818,7 @@
18121818
"type": "object"
18131819
},
18141820
"InfraUsage": {
1815-
"description": "Infra Usage of billing metrics.",
1821+
"description": "LINT: LEGACY_NAMES Infra Usage of billing metrics.",
18161822
"id": "InfraUsage",
18171823
"properties": {
18181824
"cpuMetrics": {
@@ -2193,6 +2199,7 @@
21932199
"A3_HIGHGPU_8G",
21942200
"A3_MEGAGPU_8G",
21952201
"A3_ULTRAGPU_8G",
2202+
"A3_EDGEGPU_8G",
21962203
"E2_STANDARD_2",
21972204
"E2_STANDARD_4",
21982205
"E2_STANDARD_8",
@@ -2483,6 +2490,7 @@
24832490
"",
24842491
"",
24852492
"",
2493+
"",
24862494
""
24872495
],
24882496
"type": "string"

discovery/language-v2.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
}
209209
}
210210
},
211-
"revision": "20250105",
211+
"revision": "20250309",
212212
"rootUrl": "https://language.googleapis.com/",
213213
"schemas": {
214214
"AnalyzeEntitiesRequest": {
@@ -587,6 +587,7 @@
587587
"A3_HIGHGPU_8G",
588588
"A3_MEGAGPU_8G",
589589
"A3_ULTRAGPU_8G",
590+
"A3_EDGEGPU_8G",
590591
"E2_STANDARD_2",
591592
"E2_STANDARD_4",
592593
"E2_STANDARD_8",
@@ -877,6 +878,7 @@
877878
"",
878879
"",
879880
"",
881+
"",
880882
""
881883
],
882884
"type": "string"
@@ -1072,7 +1074,8 @@
10721074
"NVIDIA_TESLA_P4",
10731075
"NVIDIA_TESLA_T4",
10741076
"NVIDIA_TESLA_V100",
1075-
"NVIDIA_H100_80GB"
1077+
"NVIDIA_H100_80GB",
1078+
"NVIDIA_H200_141GB"
10761079
],
10771080
"enumDescriptions": [
10781081
"",
@@ -1084,6 +1087,7 @@
10841087
"",
10851088
"",
10861089
"",
1090+
"",
10871091
""
10881092
],
10891093
"type": "string"
@@ -1128,6 +1132,7 @@
11281132
"A3_HIGHGPU_8G",
11291133
"A3_MEGAGPU_8G",
11301134
"A3_ULTRAGPU_8G",
1135+
"A3_EDGEGPU_8G",
11311136
"E2_STANDARD_2",
11321137
"E2_STANDARD_4",
11331138
"E2_STANDARD_8",
@@ -1418,6 +1423,7 @@
14181423
"",
14191424
"",
14201425
"",
1426+
"",
14211427
""
14221428
],
14231429
"type": "string"
@@ -1433,7 +1439,7 @@
14331439
"type": "object"
14341440
},
14351441
"InfraUsage": {
1436-
"description": "Infra Usage of billing metrics.",
1442+
"description": "LINT: LEGACY_NAMES Infra Usage of billing metrics.",
14371443
"id": "InfraUsage",
14381444
"properties": {
14391445
"cpuMetrics": {
@@ -1569,6 +1575,7 @@
15691575
"A3_HIGHGPU_8G",
15701576
"A3_MEGAGPU_8G",
15711577
"A3_ULTRAGPU_8G",
1578+
"A3_EDGEGPU_8G",
15721579
"E2_STANDARD_2",
15731580
"E2_STANDARD_4",
15741581
"E2_STANDARD_8",
@@ -1859,6 +1866,7 @@
18591866
"",
18601867
"",
18611868
"",
1869+
"",
18621870
""
18631871
],
18641872
"type": "string"

src/apis/language/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ export namespace language_v1 {
535535
trackingLabels?: {[key: string]: string} | null;
536536
}
537537
/**
538-
* Infra Usage of billing metrics.
538+
* LINT: LEGACY_NAMES Infra Usage of billing metrics.
539539
*/
540540
export interface Schema$InfraUsage {
541541
/**

src/apis/language/v1beta2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export namespace language_v1beta2 {
543543
trackingLabels?: {[key: string]: string} | null;
544544
}
545545
/**
546-
* Infra Usage of billing metrics.
546+
* LINT: LEGACY_NAMES Infra Usage of billing metrics.
547547
*/
548548
export interface Schema$InfraUsage {
549549
/**

src/apis/language/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ export namespace language_v2 {
444444
trackingLabels?: {[key: string]: string} | null;
445445
}
446446
/**
447-
* Infra Usage of billing metrics.
447+
* LINT: LEGACY_NAMES Infra Usage of billing metrics.
448448
*/
449449
export interface Schema$InfraUsage {
450450
/**

0 commit comments

Comments
 (0)