mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(update): all jsons; version-up
As we are now back to serde 0.6, the patch-level was upped too.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/20Z2B4pctNFb7ZLU4UgN3SvWELA\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/P9b4dbHBJNvklJYWy1Z1rmeMosc\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "compute:v1",
|
||||
"name": "compute",
|
||||
"version": "v1",
|
||||
"revision": "20160224",
|
||||
"revision": "20160328",
|
||||
"title": "Compute Engine API",
|
||||
"description": "API for the Google Compute Engine service.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -433,7 +433,7 @@
|
||||
},
|
||||
"sourceImage": {
|
||||
"type": "string",
|
||||
"description": "A source image used to create the disk. You can provide a private (custom) image, and Compute Engine will use the corresponding image from your project. For example:\n\nglobal/images/my-private-image \n\nOr you can provide an image from a publicly-available project. For example, to use a Debian image from the debian-cloud project, make sure to include the project in the URL:\n\nprojects/debian-cloud/global/images/debian-7-wheezy-vYYYYMMDD \n\nwhere vYYYYMMDD is the image version. The fully-qualified URL will also work in both cases."
|
||||
"description": "The source image used to create this disk.\n\nTo create a disk with a private image, specify the image name in the following format:\n\nglobal/images/my-private-image \n\nTo create a disk with a public image, specify the image name and the project that owns the image. For example, you can use a Debian image from the debian-cloud project:\n\nprojects/debian-cloud/global/images/debian-8-jessie-vYYYYMMDD \n\nThe vYYYYMMDD value is the image version. The fully-qualified URL also works in both examples."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -834,6 +834,10 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
"region": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services."
|
||||
},
|
||||
"selfLink": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Server-defined URL for the resource."
|
||||
@@ -993,7 +997,7 @@
|
||||
},
|
||||
"sourceImage": {
|
||||
"type": "string",
|
||||
"description": "The source image used to create this disk. If the source image is deleted from the system, this field will not be set, even if an image with the same name has been re-created.\n\nWhen creating a disk, you can provide a private (custom) image using the following input, and Compute Engine will use the corresponding image from your project. For example:\n\nglobal/images/my-private-image \n\nOr you can provide an image from a publicly-available project. For example, to use a Debian image from the debian-cloud project, make sure to include the project in the URL:\n\nprojects/debian-cloud/global/images/debian-7-wheezy-vYYYYMMDD \n\nwhere vYYYYMMDD is the image version. The fully-qualified URL will also work in both cases.\n\nYou can also specify the latest image for a private image family by replacing the image name suffix with family/family-name. For example:\n\nglobal/images/family/my-private-family \n\nOr you can specify an image family from a publicly-available project. For example, to use the latest Debian 7 from the debian-cloud project, make sure to include the project in the URL:\n\nprojects/debian-cloud/global/images/family/debian-7"
|
||||
"description": "The source image used to create this disk. If the source image is deleted, this field will not be set.\n\nTo create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-8 to use the latest Debian 8 image:\n\nprojects/debian-cloud/global/images/family/debian-8 \n\nAlternatively, use a specific version of a public operating system image:\n\nprojects/debian-cloud/global/images/debian-8-jessie-vYYYYMMDD \n\nTo create a disk with a private image that you created, specify the image name in the following format:\n\nglobal/images/my-private-image \n\nYou can also specify a private image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name:\n\nglobal/images/family/my-private-family"
|
||||
},
|
||||
"sourceImageId": {
|
||||
"type": "string",
|
||||
@@ -1307,6 +1311,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"DisksResizeRequest": {
|
||||
"id": "DisksResizeRequest",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sizeGb": {
|
||||
"type": "string",
|
||||
"description": "The new size of the persistent disk, which is specified in GB.",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DisksScopedList": {
|
||||
"id": "DisksScopedList",
|
||||
"type": "object",
|
||||
@@ -3847,7 +3862,7 @@
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Type of the resource. Always compute#operation for operation resources.",
|
||||
"description": "[Output Only] Type of the resource. Always compute#operation for Operation resources.",
|
||||
"default": "compute#operation"
|
||||
},
|
||||
"name": {
|
||||
@@ -6418,31 +6433,6 @@
|
||||
"description": "[Output Only] Type of the resource. Always compute#zone for zones.",
|
||||
"default": "compute#zone"
|
||||
},
|
||||
"maintenanceWindows": {
|
||||
"type": "array",
|
||||
"description": "[Output Only] Any scheduled maintenance windows for this zone. When the zone is in a maintenance window, all resources which reside in the zone will be unavailable. For more information, see Maintenance Windows",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"beginTime": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Starting time of the maintenance window, in RFC3339 format."
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Textual description of the maintenance window."
|
||||
},
|
||||
"endTime": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Ending time of the maintenance window, in RFC3339 format."
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Name of the maintenance window."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Name of the resource."
|
||||
@@ -7604,7 +7594,7 @@
|
||||
"id": "compute.disks.insert",
|
||||
"path": "{project}/zones/{zone}/disks",
|
||||
"httpMethod": "POST",
|
||||
"description": "Creates a persistent disk in the specified project using the data in the request. You can create a disk with a sourceImage, a sourceSnapshot, or create an empty 200 GB data disk by omitting all properties. You can also create a disk that is larger than the default size by specifying the sizeGb property.",
|
||||
"description": "Creates a persistent disk in the specified project using the data in the request. You can create a disk with a sourceImage, a sourceSnapshot, or create an empty 500 GB data disk by omitting all properties. You can also create a disk that is larger than the default size by specifying the sizeGb property.",
|
||||
"parameters": {
|
||||
"project": {
|
||||
"type": "string",
|
||||
@@ -7693,6 +7683,50 @@
|
||||
"https://www.googleapis.com/auth/compute",
|
||||
"https://www.googleapis.com/auth/compute.readonly"
|
||||
]
|
||||
},
|
||||
"resize": {
|
||||
"id": "compute.disks.resize",
|
||||
"path": "{project}/zones/{zone}/disks/{disk}/resize",
|
||||
"httpMethod": "POST",
|
||||
"description": "Resizes the specified persistent disk.",
|
||||
"parameters": {
|
||||
"disk": {
|
||||
"type": "string",
|
||||
"description": "The name of the persistent disk.",
|
||||
"required": true,
|
||||
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
|
||||
"location": "path"
|
||||
},
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "Project ID for this request.",
|
||||
"required": true,
|
||||
"pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))",
|
||||
"location": "path"
|
||||
},
|
||||
"zone": {
|
||||
"type": "string",
|
||||
"description": "The name of the zone for this request.",
|
||||
"required": true,
|
||||
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"project",
|
||||
"zone",
|
||||
"disk"
|
||||
],
|
||||
"request": {
|
||||
"$ref": "DisksResizeRequest"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "Operation"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/compute"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user