chore: regens API reference docs (#889)
diff --git a/docs/dyn/compute_beta.licenseCodes.html b/docs/dyn/compute_beta.licenseCodes.html
index ac13659..f8f80f7 100644
--- a/docs/dyn/compute_beta.licenseCodes.html
+++ b/docs/dyn/compute_beta.licenseCodes.html
@@ -76,11 +76,11 @@
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#get">get(project, licenseCode)</a></code></p>
-<p class="firstline">Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.</p>
+<p class="firstline">Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="get">get(project, licenseCode)</code>
- <pre>Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.
+ <pre>Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
Args:
project: string, Project ID for this request. (required)
@@ -89,7 +89,9 @@
Returns:
An object of the form:
- {
+ { # Represents a License Code resource.
+ #
+ # A License Code is a unique identifier used to represent a license resource. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. (== resource_for {$api_version}.licenseCodes ==)
"kind": "compute#licenseCode", # [Output Only] Type of resource. Always compute#licenseCode for licenses.
"description": "A String", # [Output Only] Description of this License Code.
"transferable": True or False, # [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.