Skip to content

Commit 72d8fd1

Browse files
authored
chore(compute): update discovery doc circa 20241112 (#14850)
1 parent d76430b commit 72d8fd1

File tree

247 files changed

+270
-267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+270
-267
lines changed

generator/discovery/compute_public_google_rest_v1.json

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"name": "compute",
3+
"id": "compute:v1",
4+
"discoveryVersion": "v1",
5+
"protocol": "rest",
6+
"mtlsRootUrl": "https://compute.mtls.googleapis.com/",
7+
"documentationLink": "https://cloud.google.com/compute/",
28
"parameters": {
39
"access_token": {
410
"type": "string",
@@ -81,9 +87,11 @@
8187
"location": "query"
8288
}
8389
},
90+
"version": "v1",
8491
"description": "Creates and runs virtual machines on Google Cloud Platform. ",
85-
"ownerName": "Google",
86-
"protocol": "rest",
92+
"servicePath": "compute/v1/",
93+
"batchPath": "batch/compute/v1",
94+
"rootUrl": "https://compute.googleapis.com/",
8795
"resources": {
8896
"acceleratorTypes": {
8997
"methods": {
@@ -37383,17 +37391,9 @@
3738337391
}
3738437392
}
3738537393
},
37394+
"ownerName": "Google",
3738637395
"basePath": "/compute/v1/",
37387-
"servicePath": "compute/v1/",
37388-
"revision": "20241015",
37389-
"discoveryVersion": "v1",
37390-
"title": "Compute Engine API",
37391-
"name": "compute",
37392-
"icons": {
37393-
"x16": "https://www.google.com/images/icons/product/compute_engine-16.png",
37394-
"x32": "https://www.google.com/images/icons/product/compute_engine-32.png"
37395-
},
37396-
"mtlsRootUrl": "https://compute.mtls.googleapis.com/",
37396+
"revision": "20241112",
3739737397
"schemas": {
3739837398
"AcceleratorTypeList": {
3739937399
"id": "AcceleratorTypeList",
@@ -54238,6 +54238,7 @@
5423854238
"",
5423954239
"",
5424054240
"",
54241+
"",
5424154242
""
5424254243
],
5424354244
"enum": [
@@ -54251,6 +54252,7 @@
5425154252
"COMPUTE_OPTIMIZED_H3",
5425254253
"GENERAL_PURPOSE",
5425354254
"GENERAL_PURPOSE_C4",
54255+
"GENERAL_PURPOSE_C4A",
5425454256
"GENERAL_PURPOSE_E2",
5425554257
"GENERAL_PURPOSE_N2",
5425654258
"GENERAL_PURPOSE_N2D",
@@ -84332,7 +84334,13 @@
8433284334
}
8433384335
}
8433484336
},
84335-
"version": "v1",
84337+
"title": "Compute Engine API",
84338+
"kind": "discovery#restDescription",
84339+
"ownerDomain": "google.com",
84340+
"icons": {
84341+
"x16": "https://www.google.com/images/icons/product/compute_engine-16.png",
84342+
"x32": "https://www.google.com/images/icons/product/compute_engine-32.png"
84343+
},
8433684344
"auth": {
8433784345
"oauth2": {
8433884346
"scopes": {
@@ -84357,11 +84365,5 @@
8435784365
}
8435884366
}
8435984367
},
84360-
"baseUrl": "https://compute.googleapis.com/compute/v1/",
84361-
"kind": "discovery#restDescription",
84362-
"rootUrl": "https://compute.googleapis.com/",
84363-
"documentationLink": "https://cloud.google.com/compute/",
84364-
"ownerDomain": "google.com",
84365-
"batchPath": "batch/compute/v1",
84366-
"id": "compute:v1"
84368+
"baseUrl": "https://compute.googleapis.com/compute/v1/"
8436784369
}

google/cloud/compute/region_commitments/v1/region_commitments_client.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class RegionCommitmentsClient {
120120
/// [`StatusOr`]: @ref google::cloud::StatusOr
121121
/// [`Status`]: @ref google::cloud::Status
122122
/// [google.cloud.cpp.compute.region_commitments.v1.AggregatedListRegionCommitmentsRequest]: @cloud_cpp_reference_link{google/cloud/compute/region_commitments/v1/region_commitments.proto#L102}
123-
/// [google.cloud.cpp.compute.v1.CommitmentsScopedList]: @cloud_cpp_reference_link{google/cloud/compute/v1/internal/common_018.proto#L396}
123+
/// [google.cloud.cpp.compute.v1.CommitmentsScopedList]: @cloud_cpp_reference_link{google/cloud/compute/v1/internal/common_018.proto#L397}
124124
///
125125
// clang-format on
126126
StreamRange<std::pair<std::string,
@@ -164,7 +164,7 @@ class RegionCommitmentsClient {
164164
/// [`StatusOr`]: @ref google::cloud::StatusOr
165165
/// [`Status`]: @ref google::cloud::Status
166166
/// [google.cloud.cpp.compute.region_commitments.v1.AggregatedListRegionCommitmentsRequest]: @cloud_cpp_reference_link{google/cloud/compute/region_commitments/v1/region_commitments.proto#L102}
167-
/// [google.cloud.cpp.compute.v1.CommitmentsScopedList]: @cloud_cpp_reference_link{google/cloud/compute/v1/internal/common_018.proto#L396}
167+
/// [google.cloud.cpp.compute.v1.CommitmentsScopedList]: @cloud_cpp_reference_link{google/cloud/compute/v1/internal/common_018.proto#L397}
168168
///
169169
// clang-format on
170170
StreamRange<std::pair<std::string,

protos/google/cloud/compute/accelerator_types/v1/accelerator_types.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Generated by the C++ microgenerator.
1616
// If you make any local changes, they will be lost.
1717
// file:///workspace/generator/discovery/compute_public_google_rest_v1.json
18-
// revision: 20241015
18+
// revision: 20241112
1919

2020
syntax = "proto3";
2121

protos/google/cloud/compute/addresses/v1/addresses.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Generated by the C++ microgenerator.
1616
// If you make any local changes, they will be lost.
1717
// file:///workspace/generator/discovery/compute_public_google_rest_v1.json
18-
// revision: 20241015
18+
// revision: 20241112
1919

2020
syntax = "proto3";
2121

protos/google/cloud/compute/autoscalers/v1/autoscalers.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Generated by the C++ microgenerator.
1616
// If you make any local changes, they will be lost.
1717
// file:///workspace/generator/discovery/compute_public_google_rest_v1.json
18-
// revision: 20241015
18+
// revision: 20241112
1919

2020
syntax = "proto3";
2121

protos/google/cloud/compute/backend_buckets/v1/backend_buckets.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Generated by the C++ microgenerator.
1616
// If you make any local changes, they will be lost.
1717
// file:///workspace/generator/discovery/compute_public_google_rest_v1.json
18-
// revision: 20241015
18+
// revision: 20241112
1919

2020
syntax = "proto3";
2121

protos/google/cloud/compute/backend_services/v1/backend_services.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Generated by the C++ microgenerator.
1616
// If you make any local changes, they will be lost.
1717
// file:///workspace/generator/discovery/compute_public_google_rest_v1.json
18-
// revision: 20241015
18+
// revision: 20241112
1919

2020
syntax = "proto3";
2121

protos/google/cloud/compute/disk_types/v1/disk_types.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Generated by the C++ microgenerator.
1616
// If you make any local changes, they will be lost.
1717
// file:///workspace/generator/discovery/compute_public_google_rest_v1.json
18-
// revision: 20241015
18+
// revision: 20241112
1919

2020
syntax = "proto3";
2121

protos/google/cloud/compute/disks/v1/disks.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Generated by the C++ microgenerator.
1616
// If you make any local changes, they will be lost.
1717
// file:///workspace/generator/discovery/compute_public_google_rest_v1.json
18-
// revision: 20241015
18+
// revision: 20241112
1919

2020
syntax = "proto3";
2121

protos/google/cloud/compute/external_vpn_gateways/v1/external_vpn_gateways.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Generated by the C++ microgenerator.
1616
// If you make any local changes, they will be lost.
1717
// file:///workspace/generator/discovery/compute_public_google_rest_v1.json
18-
// revision: 20241015
18+
// revision: 20241112
1919

2020
syntax = "proto3";
2121

0 commit comments

Comments
 (0)