From bf8e4ac20ae876fcf7ed5e126bdf726b62038b8b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 24 May 2023 19:39:53 +0000 Subject: [PATCH] feat(baremetalsolution): update the api #### baremetalsolution:v2 The following keys were added: - schemas.ResetInstanceResponse (Total Keys: 2) - schemas.StartInstanceResponse (Total Keys: 2) - schemas.StopInstanceResponse (Total Keys: 2) --- .../documents/baremetalsolution.v2.json | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/googleapiclient/discovery_cache/documents/baremetalsolution.v2.json b/googleapiclient/discovery_cache/documents/baremetalsolution.v2.json index f70af82e61c..60662af1a2a 100644 --- a/googleapiclient/discovery_cache/documents/baremetalsolution.v2.json +++ b/googleapiclient/discovery_cache/documents/baremetalsolution.v2.json @@ -1605,7 +1605,7 @@ } } }, - "revision": "20230517", + "revision": "20230522", "rootUrl": "https://baremetalsolution.googleapis.com/", "schemas": { "AllowedClient": { @@ -3117,6 +3117,12 @@ "properties": {}, "type": "object" }, + "ResetInstanceResponse": { + "description": "Response message from resetting a server.", + "id": "ResetInstanceResponse", + "properties": {}, + "type": "object" + }, "ResizeVolumeRequest": { "description": "Request for emergency resize Volume.", "id": "ResizeVolumeRequest", @@ -3210,6 +3216,12 @@ "properties": {}, "type": "object" }, + "StartInstanceResponse": { + "description": "Response message from starting a server.", + "id": "StartInstanceResponse", + "properties": {}, + "type": "object" + }, "Status": { "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", "id": "Status", @@ -3243,6 +3255,12 @@ "properties": {}, "type": "object" }, + "StopInstanceResponse": { + "description": "Response message from stopping a server.", + "id": "StopInstanceResponse", + "properties": {}, + "type": "object" + }, "SubmitProvisioningConfigRequest": { "description": "Request for SubmitProvisioningConfig.", "id": "SubmitProvisioningConfigRequest",