Skip to content

Commit 97ab819

Browse files
feat(compute): update the api
#### compute:alpha The following keys were added: - schemas.NetworkInterface.properties.igmpQuery.type (Total Keys: 1) - schemas.Snapshot.properties.resourceStatus.$ref (Total Keys: 1) - schemas.SnapshotResourceStatus (Total Keys: 4) #### compute:v1 The following keys were added: - schemas.InstanceGroupManager.properties.allInstancesConfig.$ref (Total Keys: 1) - schemas.InstanceGroupManagerAllInstancesConfig (Total Keys: 3) - schemas.InstanceGroupManagerStatus.properties.allInstancesConfig.$ref (Total Keys: 1) - schemas.InstanceGroupManagerStatusAllInstancesConfig (Total Keys: 3) - schemas.InstancePropertiesPatch (Total Keys: 6)
1 parent 5b090ef commit 97ab819

24 files changed

+757
-498
lines changed

docs/dyn/compute_alpha.disks.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,9 @@ <h3>Method Details</h3>
648648
&quot;maxRetentionDays&quot;: 42, # Number of days the snapshot should be retained before being deleted automatically.
649649
&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])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
650650
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the snapshot resides. Only applicable for regional snapshots.
651+
&quot;resourceStatus&quot;: { # [Output only] ResourceStatus of the Snapshot resource
652+
&quot;scheduledDeletionTime&quot;: &quot;A String&quot;, # [Output only] Scheduled deletion time of the snapshot. The snapshot will be deleted by the at any point within one hour after the deletion time.
653+
},
651654
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
652655
&quot;satisfiesPzs&quot;: True or False, # [Output Only] Reserved for future use.
653656
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.

docs/dyn/compute_alpha.globalNetworkEndpointGroups.html

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

docs/dyn/compute_alpha.instanceTemplates.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ <h3>Method Details</h3>
320320
},
321321
],
322322
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
323+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
323324
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
324325
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
325326
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -856,6 +857,7 @@ <h3>Method Details</h3>
856857
},
857858
],
858859
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
860+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
859861
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
860862
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
861863
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -1313,6 +1315,7 @@ <h3>Method Details</h3>
13131315
},
13141316
],
13151317
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
1318+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
13161319
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
13171320
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
13181321
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -1802,6 +1805,7 @@ <h3>Method Details</h3>
18021805
},
18031806
],
18041807
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
1808+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
18051809
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
18061810
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
18071811
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.

docs/dyn/compute_alpha.instances.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ <h3>Method Details</h3>
432432
},
433433
],
434434
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
435+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
435436
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
436437
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
437438
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -951,6 +952,7 @@ <h3>Method Details</h3>
951952
},
952953
],
953954
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
955+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
954956
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
955957
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
956958
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -1654,6 +1656,7 @@ <h3>Method Details</h3>
16541656
},
16551657
],
16561658
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
1659+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
16571660
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
16581661
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
16591662
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -2674,6 +2677,7 @@ <h3>Method Details</h3>
26742677
},
26752678
],
26762679
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
2680+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
26772681
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
26782682
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
26792683
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -3723,6 +3727,7 @@ <h3>Method Details</h3>
37233727
},
37243728
],
37253729
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
3730+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
37263731
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
37273732
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
37283733
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -4294,6 +4299,7 @@ <h3>Method Details</h3>
42944299
},
42954300
],
42964301
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
4302+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
42974303
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
42984304
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
42994305
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -8327,6 +8333,7 @@ <h3>Method Details</h3>
83278333
},
83288334
],
83298335
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
8336+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
83308337
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
83318338
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
83328339
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.
@@ -8995,6 +9002,7 @@ <h3>Method Details</h3>
89959002
},
89969003
],
89979004
&quot;fingerprint&quot;: &quot;A String&quot;, # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
9005+
&quot;igmpQuery&quot;: &quot;A String&quot;, # Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the version of IGMP supported.
89989006
&quot;internalIpv6PrefixLength&quot;: 42, # The prefix length of the primary internal IPv6 range.
89999007
&quot;ipv6AccessConfigs&quot;: [ # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
90009008
{ # An access configuration attached to an instance&#x27;s network interface. Only one access config per instance is supported.

0 commit comments

Comments
 (0)