Skip to content

Commit 5084ae9

Browse files
feat(compute): update the api
#### compute:alpha The following keys were deleted: - schemas.BulkInsertInstanceResource.properties.instance.$ref (Total Keys: 1) - schemas.ResourceStatus.properties.upcomingMaintenance.$ref (Total Keys: 1) - schemas.ResourceStatusUpcomingMaintenance (Total Keys: 3) The following keys were added: - schemas.BulkInsertOperationStatus (Total Keys: 11) - schemas.InstancesBulkInsertOperationMetadata (Total Keys: 4) - schemas.Operation.properties.instancesBulkInsertOperationMetadata.$ref (Total Keys: 1) #### compute:beta The following keys were added: - schemas.AttachedDiskInitializeParams.properties.replicaZones (Total Keys: 2) - schemas.RouterNat.properties.autoNetworkTier.type (Total Keys: 1) #### compute:v1 The following keys were added: - schemas.AttachedDiskInitializeParams.properties.replicaZones (Total Keys: 2) - schemas.ForwardingRule.properties.allowPscGlobalAccess.type (Total Keys: 1) - schemas.SecurityPolicyRuleRateLimitOptions.properties.enforceOnKeyConfigs (Total Keys: 2) - schemas.SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig (Total Keys: 4)
1 parent f08c9c6 commit 5084ae9

File tree

114 files changed

+6232
-3213
lines changed

Some content is hidden

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

114 files changed

+6232
-3213
lines changed

docs/dyn/compute_alpha.addresses.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,17 @@ <h3>Method Details</h3>
277277
&quot;httpErrorStatusCode&quot;: 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
278278
&quot;id&quot;: &quot;A String&quot;, # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
279279
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
280+
&quot;instancesBulkInsertOperationMetadata&quot;: {
281+
&quot;perLocationStatus&quot;: { # Status information per location (location name is key). Example key: zones/us-central1-a
282+
&quot;a_key&quot;: {
283+
&quot;createdVmCount&quot;: 42, # [Output Only] Count of VMs successfully created so far.
284+
&quot;deletedVmCount&quot;: 42, # [Output Only] Count of VMs that got deleted during rollback.
285+
&quot;failedToCreateVmCount&quot;: 42, # [Output Only] Count of VMs that started creating but encountered an error.
286+
&quot;status&quot;: &quot;A String&quot;, # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
287+
&quot;targetVmCount&quot;: 42, # [Output Only] Count of VMs originally planned to be created.
288+
},
289+
},
290+
},
280291
&quot;kind&quot;: &quot;compute#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
281292
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
282293
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -465,6 +476,17 @@ <h3>Method Details</h3>
465476
&quot;httpErrorStatusCode&quot;: 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
466477
&quot;id&quot;: &quot;A String&quot;, # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
467478
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
479+
&quot;instancesBulkInsertOperationMetadata&quot;: {
480+
&quot;perLocationStatus&quot;: { # Status information per location (location name is key). Example key: zones/us-central1-a
481+
&quot;a_key&quot;: {
482+
&quot;createdVmCount&quot;: 42, # [Output Only] Count of VMs successfully created so far.
483+
&quot;deletedVmCount&quot;: 42, # [Output Only] Count of VMs that got deleted during rollback.
484+
&quot;failedToCreateVmCount&quot;: 42, # [Output Only] Count of VMs that started creating but encountered an error.
485+
&quot;status&quot;: &quot;A String&quot;, # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
486+
&quot;targetVmCount&quot;: 42, # [Output Only] Count of VMs originally planned to be created.
487+
},
488+
},
489+
},
468490
&quot;kind&quot;: &quot;compute#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
469491
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
470492
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -667,6 +689,17 @@ <h3>Method Details</h3>
667689
&quot;httpErrorStatusCode&quot;: 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
668690
&quot;id&quot;: &quot;A String&quot;, # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
669691
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
692+
&quot;instancesBulkInsertOperationMetadata&quot;: {
693+
&quot;perLocationStatus&quot;: { # Status information per location (location name is key). Example key: zones/us-central1-a
694+
&quot;a_key&quot;: {
695+
&quot;createdVmCount&quot;: 42, # [Output Only] Count of VMs successfully created so far.
696+
&quot;deletedVmCount&quot;: 42, # [Output Only] Count of VMs that got deleted during rollback.
697+
&quot;failedToCreateVmCount&quot;: 42, # [Output Only] Count of VMs that started creating but encountered an error.
698+
&quot;status&quot;: &quot;A String&quot;, # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
699+
&quot;targetVmCount&quot;: 42, # [Output Only] Count of VMs originally planned to be created.
700+
},
701+
},
702+
},
670703
&quot;kind&quot;: &quot;compute#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
671704
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
672705
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -790,6 +823,17 @@ <h3>Method Details</h3>
790823
&quot;httpErrorStatusCode&quot;: 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
791824
&quot;id&quot;: &quot;A String&quot;, # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
792825
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
826+
&quot;instancesBulkInsertOperationMetadata&quot;: {
827+
&quot;perLocationStatus&quot;: { # Status information per location (location name is key). Example key: zones/us-central1-a
828+
&quot;a_key&quot;: {
829+
&quot;createdVmCount&quot;: 42, # [Output Only] Count of VMs successfully created so far.
830+
&quot;deletedVmCount&quot;: 42, # [Output Only] Count of VMs that got deleted during rollback.
831+
&quot;failedToCreateVmCount&quot;: 42, # [Output Only] Count of VMs that started creating but encountered an error.
832+
&quot;status&quot;: &quot;A String&quot;, # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
833+
&quot;targetVmCount&quot;: 42, # [Output Only] Count of VMs originally planned to be created.
834+
},
835+
},
836+
},
793837
&quot;kind&quot;: &quot;compute#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
794838
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
795839
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.

docs/dyn/compute_alpha.autoscalers.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,17 @@ <h3>Method Details</h3>
325325
&quot;httpErrorStatusCode&quot;: 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
326326
&quot;id&quot;: &quot;A String&quot;, # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
327327
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
328+
&quot;instancesBulkInsertOperationMetadata&quot;: {
329+
&quot;perLocationStatus&quot;: { # Status information per location (location name is key). Example key: zones/us-central1-a
330+
&quot;a_key&quot;: {
331+
&quot;createdVmCount&quot;: 42, # [Output Only] Count of VMs successfully created so far.
332+
&quot;deletedVmCount&quot;: 42, # [Output Only] Count of VMs that got deleted during rollback.
333+
&quot;failedToCreateVmCount&quot;: 42, # [Output Only] Count of VMs that started creating but encountered an error.
334+
&quot;status&quot;: &quot;A String&quot;, # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
335+
&quot;targetVmCount&quot;: 42, # [Output Only] Count of VMs originally planned to be created.
336+
},
337+
},
338+
},
328339
&quot;kind&quot;: &quot;compute#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
329340
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
330341
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -609,6 +620,17 @@ <h3>Method Details</h3>
609620
&quot;httpErrorStatusCode&quot;: 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
610621
&quot;id&quot;: &quot;A String&quot;, # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
611622
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
623+
&quot;instancesBulkInsertOperationMetadata&quot;: {
624+
&quot;perLocationStatus&quot;: { # Status information per location (location name is key). Example key: zones/us-central1-a
625+
&quot;a_key&quot;: {
626+
&quot;createdVmCount&quot;: 42, # [Output Only] Count of VMs successfully created so far.
627+
&quot;deletedVmCount&quot;: 42, # [Output Only] Count of VMs that got deleted during rollback.
628+
&quot;failedToCreateVmCount&quot;: 42, # [Output Only] Count of VMs that started creating but encountered an error.
629+
&quot;status&quot;: &quot;A String&quot;, # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
630+
&quot;targetVmCount&quot;: 42, # [Output Only] Count of VMs originally planned to be created.
631+
},
632+
},
633+
},
612634
&quot;kind&quot;: &quot;compute#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
613635
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
614636
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -930,6 +952,17 @@ <h3>Method Details</h3>
930952
&quot;httpErrorStatusCode&quot;: 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
931953
&quot;id&quot;: &quot;A String&quot;, # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
932954
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
955+
&quot;instancesBulkInsertOperationMetadata&quot;: {
956+
&quot;perLocationStatus&quot;: { # Status information per location (location name is key). Example key: zones/us-central1-a
957+
&quot;a_key&quot;: {
958+
&quot;createdVmCount&quot;: 42, # [Output Only] Count of VMs successfully created so far.
959+
&quot;deletedVmCount&quot;: 42, # [Output Only] Count of VMs that got deleted during rollback.
960+
&quot;failedToCreateVmCount&quot;: 42, # [Output Only] Count of VMs that started creating but encountered an error.
961+
&quot;status&quot;: &quot;A String&quot;, # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
962+
&quot;targetVmCount&quot;: 42, # [Output Only] Count of VMs originally planned to be created.
963+
},
964+
},
965+
},
933966
&quot;kind&quot;: &quot;compute#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
934967
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
935968
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
@@ -1154,6 +1187,17 @@ <h3>Method Details</h3>
11541187
&quot;httpErrorStatusCode&quot;: 42, # [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
11551188
&quot;id&quot;: &quot;A String&quot;, # [Output Only] The unique identifier for the operation. This identifier is defined by the server.
11561189
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
1190+
&quot;instancesBulkInsertOperationMetadata&quot;: {
1191+
&quot;perLocationStatus&quot;: { # Status information per location (location name is key). Example key: zones/us-central1-a
1192+
&quot;a_key&quot;: {
1193+
&quot;createdVmCount&quot;: 42, # [Output Only] Count of VMs successfully created so far.
1194+
&quot;deletedVmCount&quot;: 42, # [Output Only] Count of VMs that got deleted during rollback.
1195+
&quot;failedToCreateVmCount&quot;: 42, # [Output Only] Count of VMs that started creating but encountered an error.
1196+
&quot;status&quot;: &quot;A String&quot;, # [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
1197+
&quot;targetVmCount&quot;: 42, # [Output Only] Count of VMs originally planned to be created.
1198+
},
1199+
},
1200+
},
11571201
&quot;kind&quot;: &quot;compute#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
11581202
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
11591203
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.

0 commit comments

Comments
 (0)