Skip to content

Commit 8e1f3b3

Browse files
feat(compute): update the api
#### compute:alpha The following keys were added: - resources.recoverableSnapshots.methods.aggregatedList (Total Keys: 29) - resources.recoverableSnapshots.methods.delete (Total Keys: 17) - resources.recoverableSnapshots.methods.get (Total Keys: 33) - resources.recoverableSnapshots.methods.list (Total Keys: 24) - resources.recoverableSnapshots.methods.recover (Total Keys: 19) - resources.recoverableSnapshots.methods.setIamPolicy (Total Keys: 16) - resources.recoverableSnapshots.methods.testIamPermissions (Total Keys: 16) - schemas.BackendBucket.properties.region.type (Total Keys: 1) - schemas.BulkInsertInstanceResource.properties.instanceFlexibilityPolicy.$ref (Total Keys: 1) - schemas.Disk.properties.sourceMachineImage (Total Keys: 4) - schemas.Image.properties.params.$ref (Total Keys: 1) - schemas.ImageParams (Total Keys: 4) - schemas.InstanceFlexibilityPolicy (Total Keys: 10) - schemas.InstanceParams.properties.requestValidForDuration.$ref (Total Keys: 1) - schemas.NetworkProfile.properties.profileType.$ref (Total Keys: 1) - schemas.NetworkProfileProfileType (Total Keys: 6) - schemas.PublicAdvertisedPrefix.properties.ipv6AccessType.type (Total Keys: 1) - schemas.PublicDelegatedPrefix.properties.ipv6AccessType.type (Total Keys: 1) - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.ipv6AccessType.type (Total Keys: 1) - schemas.RecoverableSnapshot (Total Keys: 123) - schemas.ResourceStatus.properties.consumedReservation (Total Keys: 2) - schemas.Router.properties.params.$ref (Total Keys: 1) - schemas.RouterParams (Total Keys: 4) - schemas.Scheduling.properties.skipGuestOsShutdown.type (Total Keys: 1) - schemas.Snapshot.properties.params.$ref (Total Keys: 1) - schemas.SnapshotParams (Total Keys: 4) - schemas.WireGroup.properties.reconciling.type (Total Keys: 1) The following keys were changed: - resources.regionBackendBuckets.methods.insert (Total Keys: 2) #### compute:beta The following keys were added: - resources.reservationSubBlocks.methods.get (Total Keys: 19) - resources.reservationSubBlocks.methods.list (Total Keys: 29) - schemas.FirewallPolicy.properties.policyType.type (Total Keys: 1) - schemas.ForwardingRule.properties.selfLinkWithId.type (Total Keys: 1) - schemas.InstanceGroupManagerInstanceLifecyclePolicy.properties.onRepair.$ref (Total Keys: 1) - schemas.InstanceGroupManagerInstanceLifecyclePolicyOnRepair (Total Keys: 3) - schemas.ReservationBlock.properties.reservationSubBlockCount (Total Keys: 2) - schemas.ReservationBlock.properties.reservationSubBlockInUseCount (Total Keys: 2) - schemas.ReservationSubBlock (Total Keys: 41) - schemas.Router.properties.params.$ref (Total Keys: 1) - schemas.RouterParams (Total Keys: 4) - schemas.Scheduling.properties.skipGuestOsShutdown.type (Total Keys: 1) - schemas.VpnTunnel.properties.cipherSuite.$ref (Total Keys: 1) - schemas.VpnTunnelCipherSuite (Total Keys: 4) - schemas.VpnTunnelPhase1Algorithms (Total Keys: 10) - schemas.VpnTunnelPhase2Algorithms (Total Keys: 8) - schemas.WireGroup.properties.reconciling.type (Total Keys: 1) #### compute:v1 The following keys were added: - resources.disks.methods.bulkSetLabels (Total Keys: 21) - resources.reservationSubBlocks.methods.get (Total Keys: 19) - resources.reservationSubBlocks.methods.list (Total Keys: 29) - schemas.BulkSetLabelsRequest (Total Keys: 6) - schemas.BulkZoneSetLabelsRequest (Total Keys: 4) - schemas.FirewallPolicyRuleMatcher.properties.destNetworkType.type (Total Keys: 1) - schemas.FirewallPolicyRuleMatcher.properties.srcNetworkType.type (Total Keys: 1) - schemas.FirewallPolicyRuleMatcher.properties.srcNetworks (Total Keys: 2) - schemas.ForwardingRule.properties.selfLinkWithId.type (Total Keys: 1) - schemas.Network.properties.params.$ref (Total Keys: 1) - schemas.NetworkParams (Total Keys: 4) - schemas.Reservation.properties.enableEmergentMaintenance.type (Total Keys: 1) - schemas.ReservationBlock.properties.reservationSubBlockCount (Total Keys: 2) - schemas.ReservationBlock.properties.reservationSubBlockInUseCount (Total Keys: 2) - schemas.ReservationSubBlock (Total Keys: 41) - schemas.ResourcePolicy.properties.workloadPolicy.$ref (Total Keys: 1) - schemas.ResourcePolicyGroupPlacementPolicy.properties.gpuTopology.type (Total Keys: 1) - schemas.ResourcePolicyWorkloadPolicy (Total Keys: 5) - schemas.Subnetwork.properties.params.$ref (Total Keys: 1) - schemas.SubnetworkParams (Total Keys: 4)
1 parent 59cc4da commit 8e1f3b3

File tree

78 files changed

+5925
-1014
lines changed

Some content is hidden

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

78 files changed

+5925
-1014
lines changed

docs/dyn/compute_alpha.backendBuckets.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ <h3>Method Details</h3>
573573
&quot;kind&quot;: &quot;compute#backendBucket&quot;, # Type of the resource.
574574
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.
575575
&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.
576+
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the regional backend bucket resides. This field is not applicable to global backend buckets. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
576577
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
577578
&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this resource with the resource id.
578579
&quot;usedBy&quot;: [ # [Output Only] List of resources referencing that backend bucket.
@@ -687,6 +688,7 @@ <h3>Method Details</h3>
687688
&quot;kind&quot;: &quot;compute#backendBucket&quot;, # Type of the resource.
688689
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.
689690
&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.
691+
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the regional backend bucket resides. This field is not applicable to global backend buckets. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
690692
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
691693
&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this resource with the resource id.
692694
&quot;usedBy&quot;: [ # [Output Only] List of resources referencing that backend bucket.
@@ -882,6 +884,7 @@ <h3>Method Details</h3>
882884
&quot;kind&quot;: &quot;compute#backendBucket&quot;, # Type of the resource.
883885
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.
884886
&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.
887+
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the regional backend bucket resides. This field is not applicable to global backend buckets. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
885888
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
886889
&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this resource with the resource id.
887890
&quot;usedBy&quot;: [ # [Output Only] List of resources referencing that backend bucket.
@@ -975,6 +978,7 @@ <h3>Method Details</h3>
975978
&quot;kind&quot;: &quot;compute#backendBucket&quot;, # Type of the resource.
976979
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.
977980
&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.
981+
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the regional backend bucket resides. This field is not applicable to global backend buckets. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
978982
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
979983
&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this resource with the resource id.
980984
&quot;usedBy&quot;: [ # [Output Only] List of resources referencing that backend bucket.
@@ -1084,6 +1088,7 @@ <h3>Method Details</h3>
10841088
&quot;kind&quot;: &quot;compute#backendBucket&quot;, # Type of the resource.
10851089
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.
10861090
&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.
1091+
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the regional backend bucket resides. This field is not applicable to global backend buckets. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
10871092
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
10881093
&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this resource with the resource id.
10891094
&quot;usedBy&quot;: [ # [Output Only] List of resources referencing that backend bucket.
@@ -1530,6 +1535,7 @@ <h3>Method Details</h3>
15301535
&quot;kind&quot;: &quot;compute#backendBucket&quot;, # Type of the resource.
15311536
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.
15321537
&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.
1538+
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the regional backend bucket resides. This field is not applicable to global backend buckets. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
15331539
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
15341540
&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this resource with the resource id.
15351541
&quot;usedBy&quot;: [ # [Output Only] List of resources referencing that backend bucket.

0 commit comments

Comments
 (0)