Skip to content

Commit 139d65a

Browse files
feat(compute): update the api
#### compute:alpha The following keys were deleted: - resources.regionInPlaceSnapshots.methods.delete (Total Keys: 21) - resources.regionInPlaceSnapshots.methods.get (Total Keys: 41) - resources.regionInPlaceSnapshots.methods.insert (Total Keys: 18) - resources.regionInPlaceSnapshots.methods.list (Total Keys: 28) - resources.regionInPlaceSnapshots.methods.setIamPolicy (Total Keys: 20) - resources.regionInPlaceSnapshots.methods.setLabels (Total Keys: 22) - resources.regionInPlaceSnapshots.methods.testIamPermissions (Total Keys: 20) - resources.zoneInPlaceSnapshots.methods.delete (Total Keys: 21) - resources.zoneInPlaceSnapshots.methods.get (Total Keys: 41) - resources.zoneInPlaceSnapshots.methods.insert (Total Keys: 18) - resources.zoneInPlaceSnapshots.methods.list (Total Keys: 28) - resources.zoneInPlaceSnapshots.methods.setIamPolicy (Total Keys: 20) - resources.zoneInPlaceSnapshots.methods.setLabels (Total Keys: 22) - resources.zoneInPlaceSnapshots.methods.testIamPermissions (Total Keys: 20) - schemas.Disk.properties.sourceInPlaceSnapshot (Total Keys: 2) - schemas.InPlaceSnapshot (Total Keys: 39) The following keys were added: - schemas.AdvancedMachineFeatures.properties.enableUefiNetworking.type (Total Keys: 1) - schemas.InstanceGroupManager.properties.allInstancesConfig.$ref (Total Keys: 1) - schemas.InstanceGroupManagerAllInstancesConfig (Total Keys: 3) - schemas.InstanceGroupManagerAutoHealingPolicy.properties.updateInstances.type (Total Keys: 1) - schemas.InstanceGroupManagerStatus.properties.allInstancesConfig.$ref (Total Keys: 1) - schemas.InstanceGroupManagerStatusAllInstancesConfig (Total Keys: 3) - schemas.InstancePropertiesPatch (Total Keys: 6) - schemas.ManagedInstance.properties.allInstancesConfig.$ref (Total Keys: 1) - schemas.ManagedInstanceAllInstancesConfig (Total Keys: 2) - schemas.Network.properties.enableUlaInternalIpv6.type (Total Keys: 1) - schemas.Network.properties.internalIpv6Range.type (Total Keys: 1) - schemas.Network.properties.networkFirewallPolicyEnforcementOrder.type (Total Keys: 1) - schemas.Route.properties.asPaths (Total Keys: 2) - schemas.Route.properties.routeType.type (Total Keys: 1) - schemas.RouteAsPath (Total Keys: 6) #### compute:beta The following keys were added: - schemas.Interconnect.properties.satisfiesPzs.type (Total Keys: 1) - schemas.InterconnectAttachment.properties.satisfiesPzs.type (Total Keys: 1) - schemas.InterconnectLocation.properties.supportsPzs.type (Total Keys: 1) - schemas.Route.properties.asPaths (Total Keys: 2) - schemas.Route.properties.routeType.type (Total Keys: 1) - schemas.RouteAsPath (Total Keys: 6) - schemas.RouterNat.properties.rules (Total Keys: 2) - schemas.RouterNat.properties.tcpTimeWaitTimeoutSec (Total Keys: 2) - schemas.RouterNatRule (Total Keys: 10) - schemas.RouterStatusNatStatus.properties.ruleStatus (Total Keys: 2) - schemas.RouterStatusNatStatusNatRuleStatus (Total Keys: 10) #### compute:v1 The following keys were added: - schemas.BackendService.properties.subsetting.$ref (Total Keys: 1) - schemas.Interconnect.properties.satisfiesPzs.type (Total Keys: 1) - schemas.InterconnectAttachment.properties.satisfiesPzs.type (Total Keys: 1) - schemas.InterconnectLocation.properties.supportsPzs.type (Total Keys: 1) - schemas.Route.properties.asPaths (Total Keys: 2) - schemas.Route.properties.routeType.type (Total Keys: 1) - schemas.RouteAsPath (Total Keys: 6) - schemas.RouterNat.properties.rules (Total Keys: 2) - schemas.RouterNat.properties.tcpTimeWaitTimeoutSec (Total Keys: 2) - schemas.RouterNatRule (Total Keys: 10) - schemas.RouterStatusNatStatus.properties.ruleStatus (Total Keys: 2) - schemas.RouterStatusNatStatusNatRuleStatus (Total Keys: 10) - schemas.Subsetting (Total Keys: 3)
1 parent 1847c4d commit 139d65a

File tree

66 files changed

+3198
-3022
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+3198
-3022
lines changed

docs/dyn/compute_alpha.backendServices.html

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.disks.html

Lines changed: 68 additions & 78 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.firewalls.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h3>Method Details</h3>
217217
&quot;enable&quot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
218218
&quot;metadata&quot;: &quot;A String&quot;, # This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.
219219
},
220-
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
220+
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
221221
&quot;network&quot;: &quot;A String&quot;, # URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
222222
&quot;priority&quot;: 42, # Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
223223
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -280,7 +280,7 @@ <h3>Method Details</h3>
280280
&quot;enable&quot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
281281
&quot;metadata&quot;: &quot;A String&quot;, # This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.
282282
},
283-
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
283+
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
284284
&quot;network&quot;: &quot;A String&quot;, # URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
285285
&quot;priority&quot;: 42, # Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
286286
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -412,7 +412,7 @@ <h3>Method Details</h3>
412412
&quot;enable&quot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
413413
&quot;metadata&quot;: &quot;A String&quot;, # This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.
414414
},
415-
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
415+
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
416416
&quot;network&quot;: &quot;A String&quot;, # URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
417417
&quot;priority&quot;: 42, # Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
418418
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -505,7 +505,7 @@ <h3>Method Details</h3>
505505
&quot;enable&quot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
506506
&quot;metadata&quot;: &quot;A String&quot;, # This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.
507507
},
508-
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
508+
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
509509
&quot;network&quot;: &quot;A String&quot;, # URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
510510
&quot;priority&quot;: 42, # Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
511511
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -656,7 +656,7 @@ <h3>Method Details</h3>
656656
&quot;enable&quot;: True or False, # This field denotes whether to enable logging for a particular firewall rule.
657657
&quot;metadata&quot;: &quot;A String&quot;, # This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.
658658
},
659-
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
659+
&quot;name&quot;: &quot;A String&quot;, # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
660660
&quot;network&quot;: &quot;A String&quot;, # URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
661661
&quot;priority&quot;: 42, # Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
662662
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.

docs/dyn/compute_alpha.globalOperations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Deletes the specified Operations resource.</p>
8989
<p class="toc_element">
9090
<code><a href="#get">get(project, operation, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Retrieves the specified Operations resource. Gets a list of operations by making a `list()` request.</p>
91+
<p class="firstline">Retrieves the specified Operations resource.</p>
9292
<p class="toc_element">
9393
<code><a href="#list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Retrieves a list of Operation resources contained within the specified project.</p>
@@ -237,7 +237,7 @@ <h3>Method Details</h3>
237237

238238
<div class="method">
239239
<code class="details" id="get">get(project, operation, x__xgafv=None)</code>
240-
<pre>Retrieves the specified Operations resource. Gets a list of operations by making a `list()` request.
240+
<pre>Retrieves the specified Operations resource.
241241

242242
Args:
243243
project: string, Project ID for this request. (required)

docs/dyn/compute_alpha.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,6 @@ <h2>Instance Methods</h2>
344344
</p>
345345
<p class="firstline">Returns the regionHealthChecks Resource.</p>
346346

347-
<p class="toc_element">
348-
<code><a href="compute_alpha.regionInPlaceSnapshots.html">regionInPlaceSnapshots()</a></code>
349-
</p>
350-
<p class="firstline">Returns the regionInPlaceSnapshots Resource.</p>
351-
352347
<p class="toc_element">
353348
<code><a href="compute_alpha.regionInstanceGroupManagers.html">regionInstanceGroupManagers()</a></code>
354349
</p>
@@ -524,11 +519,6 @@ <h2>Instance Methods</h2>
524519
</p>
525520
<p class="firstline">Returns the vpnTunnels Resource.</p>
526521

527-
<p class="toc_element">
528-
<code><a href="compute_alpha.zoneInPlaceSnapshots.html">zoneInPlaceSnapshots()</a></code>
529-
</p>
530-
<p class="firstline">Returns the zoneInPlaceSnapshots Resource.</p>
531-
532522
<p class="toc_element">
533523
<code><a href="compute_alpha.zoneOperations.html">zoneOperations()</a></code>
534524
</p>

0 commit comments

Comments
 (0)