Refresh all docs (#298)
Change the discovery query to fetch all discovery docs, not just the
preferred ones.
diff --git a/docs/dyn/compute_v1.images.html b/docs/dyn/compute_v1.images.html
index adcbfbc..5a85a9e 100644
--- a/docs/dyn/compute_v1.images.html
+++ b/docs/dyn/compute_v1.images.html
@@ -238,8 +238,8 @@
{ # An Image resource.
"sourceDisk": "A String", # URL of the The source disk used to create this image. This can be a full or valid partial URL. You must provide either this property or the rawDisk.source property but not both to create an image. For example, the following are valid values:
- # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disk/disk
- # - projects/project/zones/zone/disk/disk
+ # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk
+ # - projects/project/zones/zone/disks/disk
# - zones/zone/disks/disk
"status": "A String", # [Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
"kind": "compute#image", # [Output Only] Type of the resource. Always compute#image for images.
@@ -298,8 +298,8 @@
{ # An Image resource.
"sourceDisk": "A String", # URL of the The source disk used to create this image. This can be a full or valid partial URL. You must provide either this property or the rawDisk.source property but not both to create an image. For example, the following are valid values:
- # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disk/disk
- # - projects/project/zones/zone/disk/disk
+ # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk
+ # - projects/project/zones/zone/disks/disk
# - zones/zone/disks/disk
"status": "A String", # [Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
"kind": "compute#image", # [Output Only] Type of the resource. Always compute#image for images.
@@ -356,8 +356,8 @@
{ # An Image resource.
"sourceDisk": "A String", # URL of the The source disk used to create this image. This can be a full or valid partial URL. You must provide either this property or the rawDisk.source property but not both to create an image. For example, the following are valid values:
- # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disk/disk
- # - projects/project/zones/zone/disk/disk
+ # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk
+ # - projects/project/zones/zone/disks/disk
# - zones/zone/disks/disk
"status": "A String", # [Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
"kind": "compute#image", # [Output Only] Type of the resource. Always compute#image for images.
@@ -484,8 +484,8 @@
"items": [ # [Output Only] A list of Image resources.
{ # An Image resource.
"sourceDisk": "A String", # URL of the The source disk used to create this image. This can be a full or valid partial URL. You must provide either this property or the rawDisk.source property but not both to create an image. For example, the following are valid values:
- # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disk/disk
- # - projects/project/zones/zone/disk/disk
+ # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk
+ # - projects/project/zones/zone/disks/disk
# - zones/zone/disks/disk
"status": "A String", # [Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
"kind": "compute#image", # [Output Only] Type of the resource. Always compute#image for images.