Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf8e4ac

Browse files
committedMay 24, 2023
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)
1 parent 915a4fe commit bf8e4ac

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/baremetalsolution.v2.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@
16051605
}
16061606
}
16071607
},
1608-
"revision": "20230517",
1608+
"revision": "20230522",
16091609
"rootUrl": "https://baremetalsolution.googleapis.com/",
16101610
"schemas": {
16111611
"AllowedClient": {
@@ -3117,6 +3117,12 @@
31173117
"properties": {},
31183118
"type": "object"
31193119
},
3120+
"ResetInstanceResponse": {
3121+
"description": "Response message from resetting a server.",
3122+
"id": "ResetInstanceResponse",
3123+
"properties": {},
3124+
"type": "object"
3125+
},
31203126
"ResizeVolumeRequest": {
31213127
"description": "Request for emergency resize Volume.",
31223128
"id": "ResizeVolumeRequest",
@@ -3210,6 +3216,12 @@
32103216
"properties": {},
32113217
"type": "object"
32123218
},
3219+
"StartInstanceResponse": {
3220+
"description": "Response message from starting a server.",
3221+
"id": "StartInstanceResponse",
3222+
"properties": {},
3223+
"type": "object"
3224+
},
32133225
"Status": {
32143226
"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).",
32153227
"id": "Status",
@@ -3243,6 +3255,12 @@
32433255
"properties": {},
32443256
"type": "object"
32453257
},
3258+
"StopInstanceResponse": {
3259+
"description": "Response message from stopping a server.",
3260+
"id": "StopInstanceResponse",
3261+
"properties": {},
3262+
"type": "object"
3263+
},
32463264
"SubmitProvisioningConfigRequest": {
32473265
"description": "Request for SubmitProvisioningConfig.",
32483266
"id": "SubmitProvisioningConfigRequest",

0 commit comments

Comments
 (0)
Please sign in to comment.