mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update API descriptions
This commit is contained in:
@@ -40,11 +40,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"access_token": {
|
||||
"description": "OAuth access token.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"alt": {
|
||||
"default": "json",
|
||||
"description": "Data format for response.",
|
||||
@@ -76,11 +71,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"oauth_token": {
|
||||
"description": "OAuth 2.0 token for the current user.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"prettyPrint": {
|
||||
"default": "true",
|
||||
"description": "Returns response with indentations and line breaks.",
|
||||
@@ -180,7 +170,7 @@
|
||||
"instances": {
|
||||
"methods": {
|
||||
"create": {
|
||||
"description": "Creates a Redis instance based on the specified tier and memory size.\n\nBy default, the instance is accessible from the project's\n[default network](/compute/docs/networks-and-firewalls#networks).\n\nThe creation is executed asynchronously and callers may check the returned\noperation to track its progress. Once the operation is completed the Redis\ninstance will be fully functional. Completed longrunning.Operation will\ncontain the new instance object in the response field.\n\nThe returned operation is automatically deleted after a few hours, so there\nis no need to call DeleteOperation.",
|
||||
"description": "Creates a Redis instance based on the specified tier and memory size.\n\nBy default, the instance is accessible from the project's\n[default network](https://cloud.google.com/vpc/docs/vpc).\n\nThe creation is executed asynchronously and callers may check the returned\noperation to track its progress. Once the operation is completed the Redis\ninstance will be fully functional. Completed longrunning.Operation will\ncontain the new instance object in the response field.\n\nThe returned operation is automatically deleted after a few hours, so there\nis no need to call DeleteOperation.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances",
|
||||
"httpMethod": "POST",
|
||||
"id": "redis.projects.locations.instances.create",
|
||||
@@ -571,7 +561,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20200402",
|
||||
"revision": "20200623",
|
||||
"rootUrl": "https://redis.googleapis.com/",
|
||||
"schemas": {
|
||||
"Empty": {
|
||||
@@ -722,7 +712,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"authorizedNetwork": {
|
||||
"description": "Optional. The full name of the Google Compute Engine\n[network](/compute/docs/networks-and-firewalls#networks) to which the\ninstance is connected. If left unspecified, the `default` network\nwill be used.",
|
||||
"description": "Optional. The full name of the Google Compute Engine\n[network](https://cloud.google.com/vpc/docs/vpc) to which the\ninstance is connected. If left unspecified, the `default` network\nwill be used.",
|
||||
"type": "string"
|
||||
},
|
||||
"connectMode": {
|
||||
|
||||
Reference in New Issue
Block a user