update all json files

This commit is contained in:
Sebastian Thiel
2020-04-12 18:55:37 +08:00
parent ea3b428364
commit aacc30f08d
260 changed files with 138411 additions and 26293 deletions

View File

@@ -22,6 +22,7 @@
},
"id": "cloudshell:v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://cloudshell.mtls.googleapis.com/",
"name": "cloudshell",
"ownerDomain": "google.com",
"ownerName": "Google",
@@ -118,7 +119,7 @@
"name": {
"description": "The name of the operation resource to be cancelled.",
"location": "path",
"pattern": "^operations/.+$",
"pattern": "^operations/.*$",
"required": true,
"type": "string"
}
@@ -146,7 +147,7 @@
"name": {
"description": "The name of the operation resource to be deleted.",
"location": "path",
"pattern": "^operations/.+$",
"pattern": "^operations/.*$",
"required": true,
"type": "string"
}
@@ -171,7 +172,7 @@
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^operations/.+$",
"pattern": "^operations/.*$",
"required": true,
"type": "string"
}
@@ -228,7 +229,7 @@
}
}
},
"revision": "20190701",
"revision": "20200409",
"rootUrl": "https://cloudshell.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
@@ -252,7 +253,7 @@
"type": "string"
},
"id": {
"description": "Output only. The environment's identifier, which is always \"default\".",
"description": "Output only. The environment's identifier, unique among the user's\nenvironments.",
"type": "string"
},
"name": {
@@ -266,6 +267,20 @@
},
"type": "array"
},
"size": {
"description": "Indicates the size of the backing VM running the environment. If set to\nsomething other than DEFAULT, it will be reverted to the default VM size\nafter vm_size_expire_time.",
"enum": [
"VM_SIZE_UNSPECIFIED",
"DEFAULT",
"BOOSTED"
],
"enumDescriptions": [
"The VM size is unknown.",
"The default VM size.",
"The boosted VM size."
],
"type": "string"
},
"sshHost": {
"description": "Output only. Host to which clients can connect to initiate SSH sessions\nwith the environment.",
"type": "string"
@@ -294,6 +309,23 @@
"The environment is running and ready to accept connections. It will\nautomatically transition back to DISABLED after a period of inactivity or\nif another environment is started."
],
"type": "string"
},
"vmSizeExpireTime": {
"description": "Output only. The time when the Environment will expire back to the default\nVM size.",
"format": "google-datetime",
"type": "string"
},
"webHost": {
"description": "Output only. Host to which clients can connect to initiate HTTPS or WSS\nconnections with the environment.",
"type": "string"
},
"webPorts": {
"description": "Output only. Ports to which clients can connect to initiate HTTPS or WSS\nconnections with the environment.",
"items": {
"format": "int32",
"type": "integer"
},
"type": "array"
}
},
"type": "object"
@@ -397,12 +429,16 @@
"STATE_UNSPECIFIED",
"STARTING",
"UNARCHIVING_DISK",
"AWAITING_VM",
"AWAITING_COMPUTE_RESOURCES",
"FINISHED"
],
"enumDescriptions": [
"The environment's start state is unknown.",
"The environment is in the process of being started, but no additional\ndetails are available.",
"Startup is waiting for the user's disk to be unarchived. This can happen\nwhen the user returns to Cloud Shell after not having used it for a\nwhile, and suggests that startup will take longer than normal.",
"Startup is waiting for a VM to be assigned to the environment. This\nshould normally happen very quickly, but an environment might stay in\nthis state for an extended period of time if the system is experiencing\nheavy load.",
"Startup is waiting for compute resources to be assigned to the\nenvironment. This should normally happen very quickly, but an environment\nmight stay in this state for an extended period of time if the system is\nexperiencing heavy load.",
"Startup is complete and the user should be able to establish an SSH\nconnection to their environment."
],
"type": "string"