Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 082b6c1

Browse files
committedApr 4, 2023
feat(compute): update the api
#### compute:alpha The following keys were deleted: - resources.serviceAttachments.methods.patch.parameters.reconcileConnections (Total Keys: 2) - schemas.AccessConfig.properties.type.default (Total Keys: 1) The following keys were added: - resources.instances.methods.setSecurityPolicy (Total Keys: 21) - resources.networkAttachments.methods.patch (Total Keys: 22) - resources.regionNetworkFirewallPolicies.methods.patchAssociation (Total Keys: 22) - resources.storagePools.methods.aggregatedList (Total Keys: 26) - resources.storagePools.methods.delete (Total Keys: 20) - resources.storagePools.methods.get (Total Keys: 41) - resources.storagePools.methods.insert (Total Keys: 18) - resources.storagePools.methods.list (Total Keys: 28) - resources.storagePools.methods.setIamPolicy (Total Keys: 20) - resources.storagePools.methods.setLabels (Total Keys: 22) - resources.storagePools.methods.testIamPermissions (Total Keys: 20) - resources.storagePools.methods.update (Total Keys: 25) - resources.targetInstances.methods.setSecurityPolicy (Total Keys: 21) - resources.targetPools.methods.setSecurityPolicy (Total Keys: 21) - schemas.BackendService.properties.metadatas (Total Keys: 2) - schemas.BulkInsertInstanceResourcePerInstanceProperties.properties.hostname.type (Total Keys: 1) - schemas.Disk.properties.enableConfidentialCompute.type (Total Keys: 1) - schemas.FirewallPolicyAssociation.properties.priority (Total Keys: 2) - schemas.InstancesSetSecurityPolicyRequest (Total Keys: 5) - schemas.Interconnect.properties.availableFeatures (Total Keys: 2) - schemas.Interconnect.properties.requestedFeatures (Total Keys: 2) - schemas.InterconnectLocation.properties.availableFeatures (Total Keys: 2) - schemas.InterconnectLocation.properties.availableLinkTypes (Total Keys: 2) - schemas.SecurityPolicyAdvancedOptionsConfig.properties.userIpRequestHeaders (Total Keys: 2) - schemas.ServiceAttachment.properties.reconcileConnections.type (Total Keys: 1) - schemas.StoragePool (Total Keys: 86) - schemas.TargetHttpProxy.properties.httpKeepAliveTimeoutSec (Total Keys: 2) - schemas.TargetHttpsProxy.properties.httpKeepAliveTimeoutSec (Total Keys: 2) #### compute:beta The following keys were deleted: - schemas.AccessConfig.properties.type.default (Total Keys: 1) The following keys were added: - resources.addresses.methods.move (Total Keys: 22) - resources.globalAddresses.methods.move (Total Keys: 18) - schemas.GlobalAddressesMoveRequest (Total Keys: 3) - schemas.RegionAddressesMoveRequest (Total Keys: 3) - schemas.SecurityPolicyAdvancedOptionsConfig.properties.userIpRequestHeaders (Total Keys: 2) #### compute:v1 The following keys were deleted: - 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.AccessConfig.properties.type.default (Total Keys: 1) The following keys were added: - resources.routers.methods.getNatMappingInfo.parameters.natName (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.destAddressGroups (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.destFqdns (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.destRegionCodes (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.destThreatIntelligences (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.srcAddressGroups (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.srcFqdns (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.srcRegionCodes (Total Keys: 2) - schemas.FirewallPolicyRuleMatcher.properties.srcThreatIntelligences (Total Keys: 2)
1 parent 3a12f4c commit 082b6c1

File tree

86 files changed

+6150
-1926
lines changed

Some content is hidden

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

86 files changed

+6150
-1926
lines changed
 

‎docs/dyn/compute_alpha.backendServices.html

+19-1
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ <h3>Method Details</h3>
425425
&quot;nanos&quot;: 42, # Span of time that&#x27;s a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.
426426
&quot;seconds&quot;: &quot;A String&quot;, # Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
427427
},
428+
&quot;metadatas&quot;: { # Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH
429+
&quot;a_key&quot;: &quot;A String&quot;,
430+
},
428431
&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.
429432
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
430433
&quot;outlierDetection&quot;: { # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
@@ -1134,6 +1137,9 @@ <h3>Method Details</h3>
11341137
&quot;nanos&quot;: 42, # Span of time that&#x27;s a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.
11351138
&quot;seconds&quot;: &quot;A String&quot;, # Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
11361139
},
1140+
&quot;metadatas&quot;: { # Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH
1141+
&quot;a_key&quot;: &quot;A String&quot;,
1142+
},
11371143
&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.
11381144
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
11391145
&quot;outlierDetection&quot;: { # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
@@ -1436,7 +1442,7 @@ <h3>Method Details</h3>
14361442
},
14371443
&quot;forwardingRule&quot;: &quot;A String&quot;, # URL of the forwarding rule associated with the health status of the instance.
14381444
&quot;forwardingRuleIp&quot;: &quot;A String&quot;, # A forwarding rule IP address assigned to this instance.
1439-
&quot;healthState&quot;: &quot;A String&quot;, # Health state of the instance.
1445+
&quot;healthState&quot;: &quot;A String&quot;, # Health state of the IPv4 address of the instance.
14401446
&quot;instance&quot;: &quot;A String&quot;, # URL of the instance resource.
14411447
&quot;ipAddress&quot;: &quot;A String&quot;, # For target pool based Network Load Balancing, it indicates the forwarding rule&#x27;s IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip.
14421448
&quot;port&quot;: 42, # The named port of the instance group, not necessarily the port that is health-checked.
@@ -1711,6 +1717,9 @@ <h3>Method Details</h3>
17111717
&quot;nanos&quot;: 42, # Span of time that&#x27;s a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.
17121718
&quot;seconds&quot;: &quot;A String&quot;, # Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
17131719
},
1720+
&quot;metadatas&quot;: { # Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH
1721+
&quot;a_key&quot;: &quot;A String&quot;,
1722+
},
17141723
&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.
17151724
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
17161725
&quot;outlierDetection&quot;: { # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
@@ -2257,6 +2266,9 @@ <h3>Method Details</h3>
22572266
&quot;nanos&quot;: 42, # Span of time that&#x27;s a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.
22582267
&quot;seconds&quot;: &quot;A String&quot;, # Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
22592268
},
2269+
&quot;metadatas&quot;: { # Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH
2270+
&quot;a_key&quot;: &quot;A String&quot;,
2271+
},
22602272
&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.
22612273
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
22622274
&quot;outlierDetection&quot;: { # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
@@ -2716,6 +2728,9 @@ <h3>Method Details</h3>
27162728
&quot;nanos&quot;: 42, # Span of time that&#x27;s a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.
27172729
&quot;seconds&quot;: &quot;A String&quot;, # Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
27182730
},
2731+
&quot;metadatas&quot;: { # Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH
2732+
&quot;a_key&quot;: &quot;A String&quot;,
2733+
},
27192734
&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.
27202735
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
27212736
&quot;outlierDetection&quot;: { # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
@@ -3728,6 +3743,9 @@ <h3>Method Details</h3>
37283743
&quot;nanos&quot;: 42, # Span of time that&#x27;s a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.
37293744
&quot;seconds&quot;: &quot;A String&quot;, # Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
37303745
},
3746+
&quot;metadatas&quot;: { # Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH
3747+
&quot;a_key&quot;: &quot;A String&quot;,
3748+
},
37313749
&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.
37323750
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
37333751
&quot;outlierDetection&quot;: { # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. # Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.

0 commit comments

Comments
 (0)
Please sign in to comment.