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 c2c0fe9

Browse files
committedFeb 25, 2025
feat(compute): update the api
#### compute:alpha The following keys were deleted: - schemas.InterconnectGroupsCreateMembersResponse (Total Keys: 3) - schemas.NetworkEndpoint.properties.zone.type (Total Keys: 1) The following keys were added: - resources.disks.methods.bulkSetLabels (Total Keys: 21) - resources.interconnectAttachmentGroups.methods.createMembers (Total Keys: 16) - resources.regionHealthSources.methods.aggregatedList (Total Keys: 29) - resources.regionHealthSources.methods.delete (Total Keys: 21) - resources.regionHealthSources.methods.get (Total Keys: 19) - resources.regionHealthSources.methods.insert (Total Keys: 18) - resources.regionHealthSources.methods.list (Total Keys: 28) - resources.regionHealthSources.methods.patch (Total Keys: 21) - resources.regionHealthSources.methods.testIamPermissions (Total Keys: 20) - resources.regionMultiMigMembers.methods.get (Total Keys: 23) - resources.regionMultiMigMembers.methods.list (Total Keys: 30) - schemas.AllocationResourceStatus.properties.aggregateAllocation.$ref (Total Keys: 1) - schemas.AllocationResourceStatusAggregateAllocation (Total Keys: 5) - schemas.BulkSetLabelsRequest (Total Keys: 6) - schemas.BulkZoneSetLabelsRequest (Total Keys: 4) - schemas.DiskSettingsAccessLocation.properties.policy.type (Total Keys: 1) - schemas.HealthSource (Total Keys: 65) - schemas.InstancesReportHostAsFaultyRequest.properties.disruptionSchedule.type (Total Keys: 1) - schemas.InterconnectAttachmentGroupsCreateMembers (Total Keys: 46) - schemas.MultiMigMember (Total Keys: 31) - schemas.RouterStatus.properties.nccGateway.type (Total Keys: 1) The following keys were changed: - resources.interconnectGroups.methods.createMembers.response.$ref (Total Keys: 1) #### compute:v1 The following keys were added: - resources.routers.methods.deleteRoutePolicy (Total Keys: 23) - resources.routers.methods.getRoutePolicy (Total Keys: 20) - resources.routers.methods.listBgpRoutes (Total Keys: 45) - resources.routers.methods.listRoutePolicies (Total Keys: 32) - resources.routers.methods.patchRoutePolicy (Total Keys: 22) - resources.routers.methods.updateRoutePolicy (Total Keys: 22) - schemas.BgpRoute (Total Keys: 21) - schemas.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority (Total Keys: 2) - schemas.RoutePolicy (Total Keys: 15) - schemas.RoutersGetRoutePolicyResponse (Total Keys: 3) - schemas.RoutersListBgpRoutes (Total Keys: 18) - schemas.RoutersListRoutePolicies (Total Keys: 18)
1 parent 283d4b3 commit c2c0fe9

33 files changed

+5327
-667
lines changed
 

‎docs/dyn/compute_alpha.backendServices.html

+14-14
Large diffs are not rendered by default.

‎docs/dyn/compute_alpha.diskSettings.html

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ <h3>Method Details</h3>
111111
&quot;region&quot;: &quot;A String&quot;, # Accessible region name
112112
},
113113
},
114+
&quot;policy&quot;: &quot;A String&quot;, # Policy of which location is allowed to access snapshot.
114115
},
115116
&quot;defaultResourcePolicies&quot;: { # An optional parameter for storing the default resource policies that will be used for the Disks created in the given scope. The Key is a string type, provided by customers to uniquely identify the default Resource Policy entry. The Value is a Default ResourcePolicyDetails Object used to represent the detailed information of the Resource Policy entry.
116117
&quot;a_key&quot;: { # This is the object for storing the detail information about the Resource Policy that will be set as default ones for the Disks that is using the DiskSettings. It contains: - one target Resource Policy referenced by its Fully-Qualified URL, - [output only] Disk Types that will be excluded from using this Resource Policy, - Other filtering support (e.g. Label filtering) for Default Resource Policy can be added here as well
@@ -140,6 +141,7 @@ <h3>Method Details</h3>
140141
&quot;region&quot;: &quot;A String&quot;, # Accessible region name
141142
},
142143
},
144+
&quot;policy&quot;: &quot;A String&quot;, # Policy of which location is allowed to access snapshot.
143145
},
144146
&quot;defaultResourcePolicies&quot;: { # An optional parameter for storing the default resource policies that will be used for the Disks created in the given scope. The Key is a string type, provided by customers to uniquely identify the default Resource Policy entry. The Value is a Default ResourcePolicyDetails Object used to represent the detailed information of the Resource Policy entry.
145147
&quot;a_key&quot;: { # This is the object for storing the detail information about the Resource Policy that will be set as default ones for the Disks that is using the DiskSettings. It contains: - one target Resource Policy referenced by its Fully-Qualified URL, - [output only] Disk Types that will be excluded from using this Resource Policy, - Other filtering support (e.g. Label filtering) for Default Resource Policy can be added here as well

‎docs/dyn/compute_alpha.disks.html

+145-2
Large diffs are not rendered by default.

‎docs/dyn/compute_alpha.globalNetworkEndpointGroups.html

-3
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ <h3>Method Details</h3>
127127
&quot;ipAddress&quot;: &quot;A String&quot;, # Optional IPv4 address of network endpoint. The IP address must belong to a VM in Compute Engine (either the primary IP or as part of an aliased IP range). If the IP address is not specified, then the primary IP address for the VM instance in the network that the network endpoint group belongs to will be used. This field is redundant and need not be set for network endpoints of type GCE_VM_IP. If set, it must be set to the primary internal IP address of the attached VM instance that matches the subnetwork of the NEG. The primary internal IP address from any NIC of a multi-NIC VM instance can be added to a NEG as long as it matches the NEG subnetwork.
128128
&quot;ipv6Address&quot;: &quot;A String&quot;, # Optional IPv6 address of network endpoint.
129129
&quot;port&quot;: 42, # Optional port number of network endpoint. If not specified, the defaultPort for the network endpoint group will be used. This field can not be set for network endpoints of type GCE_VM_IP.
130-
&quot;zone&quot;: &quot;A String&quot;, # The name of the zone where the instance hosting the network endpoint is located (valid only for regional GCE_VM_IP_PORT NEGs). It should comply with RFC1035. The zone must belong to the region of the Network Endpoint Group.
131130
},
132131
],
133132
}
@@ -402,7 +401,6 @@ <h3>Method Details</h3>
402401
&quot;ipAddress&quot;: &quot;A String&quot;, # Optional IPv4 address of network endpoint. The IP address must belong to a VM in Compute Engine (either the primary IP or as part of an aliased IP range). If the IP address is not specified, then the primary IP address for the VM instance in the network that the network endpoint group belongs to will be used. This field is redundant and need not be set for network endpoints of type GCE_VM_IP. If set, it must be set to the primary internal IP address of the attached VM instance that matches the subnetwork of the NEG. The primary internal IP address from any NIC of a multi-NIC VM instance can be added to a NEG as long as it matches the NEG subnetwork.
403402
&quot;ipv6Address&quot;: &quot;A String&quot;, # Optional IPv6 address of network endpoint.
404403
&quot;port&quot;: 42, # Optional port number of network endpoint. If not specified, the defaultPort for the network endpoint group will be used. This field can not be set for network endpoints of type GCE_VM_IP.
405-
&quot;zone&quot;: &quot;A String&quot;, # The name of the zone where the instance hosting the network endpoint is located (valid only for regional GCE_VM_IP_PORT NEGs). It should comply with RFC1035. The zone must belong to the region of the Network Endpoint Group.
406404
},
407405
],
408406
}
@@ -920,7 +918,6 @@ <h3>Method Details</h3>
920918
&quot;ipAddress&quot;: &quot;A String&quot;, # Optional IPv4 address of network endpoint. The IP address must belong to a VM in Compute Engine (either the primary IP or as part of an aliased IP range). If the IP address is not specified, then the primary IP address for the VM instance in the network that the network endpoint group belongs to will be used. This field is redundant and need not be set for network endpoints of type GCE_VM_IP. If set, it must be set to the primary internal IP address of the attached VM instance that matches the subnetwork of the NEG. The primary internal IP address from any NIC of a multi-NIC VM instance can be added to a NEG as long as it matches the NEG subnetwork.
921919
&quot;ipv6Address&quot;: &quot;A String&quot;, # Optional IPv6 address of network endpoint.
922920
&quot;port&quot;: 42, # Optional port number of network endpoint. If not specified, the defaultPort for the network endpoint group will be used. This field can not be set for network endpoints of type GCE_VM_IP.
923-
&quot;zone&quot;: &quot;A String&quot;, # The name of the zone where the instance hosting the network endpoint is located (valid only for regional GCE_VM_IP_PORT NEGs). It should comply with RFC1035. The zone must belong to the region of the Network Endpoint Group.
924921
},
925922
},
926923
],

‎docs/dyn/compute_alpha.html

+10
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,11 @@ <h2>Instance Methods</h2>
404404
</p>
405405
<p class="firstline">Returns the regionHealthChecks Resource.</p>
406406

407+
<p class="toc_element">
408+
<code><a href="compute_alpha.regionHealthSources.html">regionHealthSources()</a></code>
409+
</p>
410+
<p class="firstline">Returns the regionHealthSources Resource.</p>
411+
407412
<p class="toc_element">
408413
<code><a href="compute_alpha.regionInstanceGroupManagerResizeRequests.html">regionInstanceGroupManagerResizeRequests()</a></code>
409414
</p>
@@ -439,6 +444,11 @@ <h2>Instance Methods</h2>
439444
</p>
440445
<p class="firstline">Returns the regionInstantSnapshots Resource.</p>
441446

447+
<p class="toc_element">
448+
<code><a href="compute_alpha.regionMultiMigMembers.html">regionMultiMigMembers()</a></code>
449+
</p>
450+
<p class="firstline">Returns the regionMultiMigMembers Resource.</p>
451+
442452
<p class="toc_element">
443453
<code><a href="compute_alpha.regionMultiMigs.html">regionMultiMigs()</a></code>
444454
</p>

‎docs/dyn/compute_alpha.instances.html

+1
Original file line numberDiff line numberDiff line change
@@ -5226,6 +5226,7 @@ <h3>Method Details</h3>
52265226

52275227
{
52285228
&quot;actionHint&quot;: &quot;A String&quot;, # The action hint to report the host as faulty.
5229+
&quot;disruptionSchedule&quot;: &quot;A String&quot;, # The disruption schedule for the VM. Default to IMMEDIATE.
52295230
&quot;faultReasons&quot;: [
52305231
{
52315232
&quot;behavior&quot;: &quot;A String&quot;,

0 commit comments

Comments
 (0)
Please sign in to comment.