Skip to content

Commit 4235425

Browse files
feat(compute): update the api
#### compute:alpha The following keys were deleted: - resources.disks.methods.stopAsyncReplication.request.$ref (Total Keys: 1) - resources.regionDisks.methods.stopAsyncReplication.request.$ref (Total Keys: 1) - schemas.DisksStopAsyncReplicationRequest (Total Keys: 3) - schemas.InstanceSettings.properties.machineType.type (Total Keys: 1) - schemas.RegionDisksStopAsyncReplicationRequest (Total Keys: 3) The following keys were added: - resources.diskSettings.methods.get (Total Keys: 15) - resources.diskSettings.methods.patch (Total Keys: 21) - resources.instanceTemplates.methods.get.parameters.view (Total Keys: 2) - resources.instanceTemplates.methods.list.parameters.view (Total Keys: 2) - resources.instances.methods.get.parameters.view (Total Keys: 2) - resources.instances.methods.getPartnerMetadata (Total Keys: 21) - resources.instances.methods.list.parameters.view (Total Keys: 2) - resources.instances.methods.patchPartnerMetadata (Total Keys: 22) - resources.regionDiskSettings.methods.get (Total Keys: 15) - resources.regionDiskSettings.methods.patch (Total Keys: 21) - resources.regionInstanceTemplates.methods.get.parameters.view (Total Keys: 2) - resources.regionInstanceTemplates.methods.list.parameters.view (Total Keys: 2) - resources.regionZones.methods.list (Total Keys: 28) - resources.storagePools.methods.listDisks (Total Keys: 32) - schemas.Backend.properties.preference.type (Total Keys: 1) - schemas.DiskSettings (Total Keys: 9) - schemas.Instance.properties.partnerMetadata (Total Keys: 2) - schemas.InstanceProperties.properties.partnerMetadata (Total Keys: 2) - schemas.NetworkAttachmentConnectedEndpoint.properties.ipv6Address.type (Total Keys: 1) - schemas.PartnerMetadata (Total Keys: 6) - schemas.QuotaExceededInfo.properties.futureLimit (Total Keys: 2) - schemas.QuotaExceededInfo.properties.rolloutStatus.type (Total Keys: 1) - schemas.RouterBgp.properties.identifierRange.type (Total Keys: 1) - schemas.RouterBgpPeer.properties.enableIpv4.type (Total Keys: 1) - schemas.RouterBgpPeer.properties.ipv4NexthopAddress.type (Total Keys: 1) - schemas.RouterBgpPeer.properties.peerIpv4NexthopAddress.type (Total Keys: 1) - schemas.RouterInterface.properties.ipVersion.type (Total Keys: 1) - schemas.Snapshot.properties.sourceInstantSnapshotEncryptionKey.$ref (Total Keys: 1) - schemas.StoragePool.properties.provisionedThroughput (Total Keys: 2) - schemas.StoragePool.properties.status.$ref (Total Keys: 1) - schemas.StoragePool.properties.storagePoolType.type (Total Keys: 1) - schemas.StoragePoolDisk (Total Keys: 19) - schemas.StoragePoolListDisks (Total Keys: 18) - schemas.StructuredEntries (Total Keys: 4) #### compute:beta The following keys were deleted: - resources.instantSnapshots.methods.export (Total Keys: 22) - resources.regionInstantSnapshots.methods.export (Total Keys: 22) - schemas.InstantSnapshotExportParams (Total Keys: 7) - schemas.InstantSnapshotsExportRequest (Total Keys: 3) - schemas.RegionInstantSnapshotsExportRequest (Total Keys: 3) The following keys were added: - resources.regionSecurityPolicies.methods.patch.parameters.updateMask (Total Keys: 3) - resources.regionSecurityPolicies.methods.patchRule.parameters.updateMask (Total Keys: 3) - resources.securityPolicies.methods.patch.parameters.updateMask (Total Keys: 3) - schemas.AttachedDiskInitializeParams.properties.sourceInstantSnapshot.type (Total Keys: 1) - schemas.InstanceGroupManagerInstanceLifecyclePolicy.properties.defaultActionOnFailure.type (Total Keys: 1) - schemas.Route.properties.nextHopHub.type (Total Keys: 1) - schemas.Snapshot.properties.guestOsFeatures (Total Keys: 2) - schemas.Snapshot.properties.sourceInstantSnapshotEncryptionKey.$ref (Total Keys: 1) #### compute:v1 The following keys were added: - schemas.Instance.properties.instanceEncryptionKey.$ref (Total Keys: 1) - schemas.RouterBgpPeer.properties.customLearnedIpRanges (Total Keys: 2) - schemas.RouterBgpPeer.properties.customLearnedRoutePriority (Total Keys: 2) - schemas.RouterBgpPeerCustomLearnedIpRange (Total Keys: 3)
1 parent 501badf commit 4235425

File tree

129 files changed

+4558
-958
lines changed

Some content is hidden

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

129 files changed

+4558
-958
lines changed

docs/dyn/compute_alpha.addresses.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,11 @@ <h3>Method Details</h3>
262262
&quot;dimensions&quot;: { # The map holding related quota dimensions.
263263
&quot;a_key&quot;: &quot;A String&quot;,
264264
},
265+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
265266
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
266267
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
267268
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
269+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
268270
},
269271
},
270272
],
@@ -461,9 +463,11 @@ <h3>Method Details</h3>
461463
&quot;dimensions&quot;: { # The map holding related quota dimensions.
462464
&quot;a_key&quot;: &quot;A String&quot;,
463465
},
466+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
464467
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
465468
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
466469
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
470+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
467471
},
468472
},
469473
],
@@ -674,9 +678,11 @@ <h3>Method Details</h3>
674678
&quot;dimensions&quot;: { # The map holding related quota dimensions.
675679
&quot;a_key&quot;: &quot;A String&quot;,
676680
},
681+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
677682
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
678683
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
679684
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
685+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
680686
},
681687
},
682688
],
@@ -808,9 +814,11 @@ <h3>Method Details</h3>
808814
&quot;dimensions&quot;: { # The map holding related quota dimensions.
809815
&quot;a_key&quot;: &quot;A String&quot;,
810816
},
817+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
811818
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
812819
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
813820
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
821+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
814822
},
815823
},
816824
],

docs/dyn/compute_alpha.autoscalers.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,11 @@ <h3>Method Details</h3>
310310
&quot;dimensions&quot;: { # The map holding related quota dimensions.
311311
&quot;a_key&quot;: &quot;A String&quot;,
312312
},
313+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
313314
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
314315
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
315316
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
317+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
316318
},
317319
},
318320
],
@@ -605,9 +607,11 @@ <h3>Method Details</h3>
605607
&quot;dimensions&quot;: { # The map holding related quota dimensions.
606608
&quot;a_key&quot;: &quot;A String&quot;,
607609
},
610+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
608611
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
609612
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
610613
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
614+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
611615
},
612616
},
613617
],
@@ -937,9 +941,11 @@ <h3>Method Details</h3>
937941
&quot;dimensions&quot;: { # The map holding related quota dimensions.
938942
&quot;a_key&quot;: &quot;A String&quot;,
939943
},
944+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
940945
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
941946
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
942947
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
948+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
943949
},
944950
},
945951
],
@@ -1172,9 +1178,11 @@ <h3>Method Details</h3>
11721178
&quot;dimensions&quot;: { # The map holding related quota dimensions.
11731179
&quot;a_key&quot;: &quot;A String&quot;,
11741180
},
1181+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
11751182
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
11761183
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
11771184
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
1185+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
11781186
},
11791187
},
11801188
],

docs/dyn/compute_alpha.backendBuckets.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,11 @@ <h3>Method Details</h3>
175175
&quot;dimensions&quot;: { # The map holding related quota dimensions.
176176
&quot;a_key&quot;: &quot;A String&quot;,
177177
},
178+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
178179
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
179180
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
180181
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
182+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
181183
},
182184
},
183185
],
@@ -303,9 +305,11 @@ <h3>Method Details</h3>
303305
&quot;dimensions&quot;: { # The map holding related quota dimensions.
304306
&quot;a_key&quot;: &quot;A String&quot;,
305307
},
308+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
306309
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
307310
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
308311
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
312+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
309313
},
310314
},
311315
],
@@ -427,9 +431,11 @@ <h3>Method Details</h3>
427431
&quot;dimensions&quot;: { # The map holding related quota dimensions.
428432
&quot;a_key&quot;: &quot;A String&quot;,
429433
},
434+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
430435
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
431436
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
432437
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
438+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
433439
},
434440
},
435441
],
@@ -769,9 +775,11 @@ <h3>Method Details</h3>
769775
&quot;dimensions&quot;: { # The map holding related quota dimensions.
770776
&quot;a_key&quot;: &quot;A String&quot;,
771777
},
778+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
772779
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
773780
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
774781
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
782+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
775783
},
776784
},
777785
],
@@ -1045,9 +1053,11 @@ <h3>Method Details</h3>
10451053
&quot;dimensions&quot;: { # The map holding related quota dimensions.
10461054
&quot;a_key&quot;: &quot;A String&quot;,
10471055
},
1056+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
10481057
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
10491058
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
10501059
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
1060+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
10511061
},
10521062
},
10531063
],
@@ -1175,9 +1185,11 @@ <h3>Method Details</h3>
11751185
&quot;dimensions&quot;: { # The map holding related quota dimensions.
11761186
&quot;a_key&quot;: &quot;A String&quot;,
11771187
},
1188+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
11781189
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
11791190
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
11801191
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
1192+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
11811193
},
11821194
},
11831195
],
@@ -1590,9 +1602,11 @@ <h3>Method Details</h3>
15901602
&quot;dimensions&quot;: { # The map holding related quota dimensions.
15911603
&quot;a_key&quot;: &quot;A String&quot;,
15921604
},
1605+
&quot;futureLimit&quot;: 3.14, # Future quota limit being rolled out. The limit&#x27;s unit depends on the quota type or metric.
15931606
&quot;limit&quot;: 3.14, # Current effective quota limit. The limit&#x27;s unit depends on the quota type or metric.
15941607
&quot;limitName&quot;: &quot;A String&quot;, # The name of the quota limit.
15951608
&quot;metricName&quot;: &quot;A String&quot;, # The Compute Engine quota metric name.
1609+
&quot;rolloutStatus&quot;: &quot;A String&quot;, # Rollout status of the future quota limit.
15961610
},
15971611
},
15981612
],

0 commit comments

Comments
 (0)