Skip to content

Commit 41d899c

Browse files
feat(compute): update the api
#### compute:beta The following keys were added: - resources.instanceTemplates.methods.aggregatedList (Total Keys: 26) - resources.regionInstanceTemplates.methods.delete (Total Keys: 21) - resources.regionInstanceTemplates.methods.get (Total Keys: 19) - resources.regionInstanceTemplates.methods.insert (Total Keys: 18) - resources.regionInstanceTemplates.methods.list (Total Keys: 28) - schemas.CustomErrorResponsePolicy (Total Keys: 12) - schemas.HttpRouteRule.properties.customErrorResponsePolicy.$ref (Total Keys: 1) - schemas.InstanceTemplate.properties.region.type (Total Keys: 1) - schemas.InstanceTemplateAggregatedList (Total Keys: 16) - schemas.InstanceTemplatesScopedList (Total Keys: 11) - schemas.PathMatcher.properties.defaultCustomErrorResponsePolicy.$ref (Total Keys: 1) - schemas.PathRule.properties.customErrorResponsePolicy.$ref (Total Keys: 1) #### compute:v1 The following keys were added: - resources.instanceTemplates.methods.aggregatedList (Total Keys: 26) - resources.instances.methods.setName (Total Keys: 22) - resources.regionInstanceTemplates.methods.delete (Total Keys: 21) - resources.regionInstanceTemplates.methods.get (Total Keys: 19) - resources.regionInstanceTemplates.methods.insert (Total Keys: 18) - resources.regionInstanceTemplates.methods.list (Total Keys: 28) - schemas.InstanceTemplate.properties.region.type (Total Keys: 1) - schemas.InstanceTemplateAggregatedList (Total Keys: 16) - schemas.InstanceTemplatesScopedList (Total Keys: 11) - schemas.InstancesSetNameRequest (Total Keys: 4)
1 parent a57ae63 commit 41d899c

18 files changed

+4870
-39
lines changed

docs/dyn/compute_alpha.imageFamilyViews.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122122
},
123123
&quot;description&quot;: &quot;A String&quot;, # An optional description of this resource. Provide this property when you create the resource.
124124
&quot;diskSizeGb&quot;: &quot;A String&quot;, # Size of the image when restored onto a persistent disk (in GB).
125-
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
125+
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
126126
&quot;guestOsFeatures&quot;: [ # A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
127127
{ # Guest OS features.
128128
&quot;type&quot;: &quot;A String&quot;, # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.

docs/dyn/compute_alpha.images.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Returns the specified image. Gets a list of available images by making a list() request.</p>
8989
<p class="toc_element">
9090
<code><a href="#getFromFamily">getFromFamily(project, family, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Returns the latest image that is part of an image family and is not deprecated.</p>
91+
<p class="firstline">Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.</p>
9292
<p class="toc_element">
9393
<code><a href="#getIamPolicy">getIamPolicy(project, resource, optionsRequestedPolicyVersion=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</p>
@@ -360,7 +360,7 @@ <h3>Method Details</h3>
360360
},
361361
&quot;description&quot;: &quot;A String&quot;, # An optional description of this resource. Provide this property when you create the resource.
362362
&quot;diskSizeGb&quot;: &quot;A String&quot;, # Size of the image when restored onto a persistent disk (in GB).
363-
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
363+
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
364364
&quot;guestOsFeatures&quot;: [ # A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
365365
{ # Guest OS features.
366366
&quot;type&quot;: &quot;A String&quot;, # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.
@@ -465,10 +465,10 @@ <h3>Method Details</h3>
465465

466466
<div class="method">
467467
<code class="details" id="getFromFamily">getFromFamily(project, family, x__xgafv=None)</code>
468-
<pre>Returns the latest image that is part of an image family and is not deprecated.
468+
<pre>Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.
469469

470470
Args:
471-
project: string, Project ID for this request. (required)
471+
project: string, The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project. (required)
472472
family: string, Name of the image family to search for. (required)
473473
x__xgafv: string, V1 error format.
474474
Allowed values
@@ -497,7 +497,7 @@ <h3>Method Details</h3>
497497
},
498498
&quot;description&quot;: &quot;A String&quot;, # An optional description of this resource. Provide this property when you create the resource.
499499
&quot;diskSizeGb&quot;: &quot;A String&quot;, # Size of the image when restored onto a persistent disk (in GB).
500-
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
500+
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
501501
&quot;guestOsFeatures&quot;: [ # A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
502502
{ # Guest OS features.
503503
&quot;type&quot;: &quot;A String&quot;, # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.
@@ -731,7 +731,7 @@ <h3>Method Details</h3>
731731
},
732732
&quot;description&quot;: &quot;A String&quot;, # An optional description of this resource. Provide this property when you create the resource.
733733
&quot;diskSizeGb&quot;: &quot;A String&quot;, # Size of the image when restored onto a persistent disk (in GB).
734-
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
734+
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
735735
&quot;guestOsFeatures&quot;: [ # A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
736736
{ # Guest OS features.
737737
&quot;type&quot;: &quot;A String&quot;, # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.
@@ -964,7 +964,7 @@ <h3>Method Details</h3>
964964
},
965965
&quot;description&quot;: &quot;A String&quot;, # An optional description of this resource. Provide this property when you create the resource.
966966
&quot;diskSizeGb&quot;: &quot;A String&quot;, # Size of the image when restored onto a persistent disk (in GB).
967-
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
967+
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
968968
&quot;guestOsFeatures&quot;: [ # A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
969969
{ # Guest OS features.
970970
&quot;type&quot;: &quot;A String&quot;, # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.
@@ -1125,7 +1125,7 @@ <h3>Method Details</h3>
11251125
},
11261126
&quot;description&quot;: &quot;A String&quot;, # An optional description of this resource. Provide this property when you create the resource.
11271127
&quot;diskSizeGb&quot;: &quot;A String&quot;, # Size of the image when restored onto a persistent disk (in GB).
1128-
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
1128+
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
11291129
&quot;guestOsFeatures&quot;: [ # A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
11301130
{ # Guest OS features.
11311131
&quot;type&quot;: &quot;A String&quot;, # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.

docs/dyn/compute_beta.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,11 @@ <h2>Instance Methods</h2>
349349
</p>
350350
<p class="firstline">Returns the regionInstanceGroups Resource.</p>
351351

352+
<p class="toc_element">
353+
<code><a href="compute_beta.regionInstanceTemplates.html">regionInstanceTemplates()</a></code>
354+
</p>
355+
<p class="firstline">Returns the regionInstanceTemplates Resource.</p>
356+
352357
<p class="toc_element">
353358
<code><a href="compute_beta.regionInstances.html">regionInstances()</a></code>
354359
</p>

docs/dyn/compute_beta.imageFamilyViews.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122122
},
123123
&quot;description&quot;: &quot;A String&quot;, # An optional description of this resource. Provide this property when you create the resource.
124124
&quot;diskSizeGb&quot;: &quot;A String&quot;, # Size of the image when restored onto a persistent disk (in GB).
125-
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
125+
&quot;family&quot;: &quot;A String&quot;, # The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
126126
&quot;guestOsFeatures&quot;: [ # A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
127127
{ # Guest OS features.
128128
&quot;type&quot;: &quot;A String&quot;, # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.

0 commit comments

Comments
 (0)