Skip to content

Commit 4f7da21

Browse files
feat(compute): update the api
#### compute:alpha The following keys were added: - schemas.Network.properties.networkProfile.type (Total Keys: 1) #### compute:beta The following keys were added: - schemas.InstanceGroupManager.properties.satisfiesPzi.type (Total Keys: 1) - schemas.InstanceGroupManager.properties.satisfiesPzs.type (Total Keys: 1) - schemas.InstanceGroupManagerInstanceFlexibilityPolicy.properties.provisioningModelMix.$ref (Total Keys: 1) - schemas.InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix (Total Keys: 6) - schemas.ManagedInstancePropertiesFromFlexibilityPolicy.properties.provisioningModel.type (Total Keys: 1) #### compute:v1 The following keys were added: - schemas.InstanceGroupManager.properties.satisfiesPzi.type (Total Keys: 1) - schemas.InstanceGroupManager.properties.satisfiesPzs.type (Total Keys: 1) - schemas.TargetHttpsProxy.properties.tlsEarlyData.type (Total Keys: 1)
1 parent d32e900 commit 4f7da21

28 files changed

+319
-154
lines changed

docs/dyn/compute_alpha.networks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ <h3>Method Details</h3>
443443
&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.
444444
&quot;networkFirewallPolicyEnforcementOrder&quot;: &quot;A String&quot;, # The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.
445445
&quot;networkPlacement&quot;: &quot;A String&quot;, # A full or partial URL of the network placement to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/alpha/projects/{project_id}/global/networkPlacements/{network_placement_name} - projects/{project_id}/global/networkPlacements/{network_placement_name}
446+
&quot;networkProfile&quot;: &quot;A String&quot;, # A full or partial URL of the network profile to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/alpha/projects/{project_id}/global/networkProfiles/{network_profile_name} - projects/{project_id}/global/networkProfiles/{network_profile_name}
446447
&quot;peerings&quot;: [ # [Output Only] A list of network peerings for the resource.
447448
{ # A network peering attached to a network resource. The message includes the peering name, peer network, peering state, and a flag indicating whether Google Compute Engine should automatically create routes for the peering.
448449
&quot;advertisePeerSubnetsViaRouters&quot;: True or False, # Whether Cloud Routers in this network can automatically advertise subnets from the peer network.
@@ -834,6 +835,7 @@ <h3>Method Details</h3>
834835
&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.
835836
&quot;networkFirewallPolicyEnforcementOrder&quot;: &quot;A String&quot;, # The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.
836837
&quot;networkPlacement&quot;: &quot;A String&quot;, # A full or partial URL of the network placement to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/alpha/projects/{project_id}/global/networkPlacements/{network_placement_name} - projects/{project_id}/global/networkPlacements/{network_placement_name}
838+
&quot;networkProfile&quot;: &quot;A String&quot;, # A full or partial URL of the network profile to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/alpha/projects/{project_id}/global/networkProfiles/{network_profile_name} - projects/{project_id}/global/networkProfiles/{network_profile_name}
837839
&quot;peerings&quot;: [ # [Output Only] A list of network peerings for the resource.
838840
{ # A network peering attached to a network resource. The message includes the peering name, peer network, peering state, and a flag indicating whether Google Compute Engine should automatically create routes for the peering.
839841
&quot;advertisePeerSubnetsViaRouters&quot;: True or False, # Whether Cloud Routers in this network can automatically advertise subnets from the peer network.
@@ -1020,6 +1022,7 @@ <h3>Method Details</h3>
10201022
&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.
10211023
&quot;networkFirewallPolicyEnforcementOrder&quot;: &quot;A String&quot;, # The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.
10221024
&quot;networkPlacement&quot;: &quot;A String&quot;, # A full or partial URL of the network placement to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/alpha/projects/{project_id}/global/networkPlacements/{network_placement_name} - projects/{project_id}/global/networkPlacements/{network_placement_name}
1025+
&quot;networkProfile&quot;: &quot;A String&quot;, # A full or partial URL of the network profile to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/alpha/projects/{project_id}/global/networkProfiles/{network_profile_name} - projects/{project_id}/global/networkProfiles/{network_profile_name}
10231026
&quot;peerings&quot;: [ # [Output Only] A list of network peerings for the resource.
10241027
{ # A network peering attached to a network resource. The message includes the peering name, peer network, peering state, and a flag indicating whether Google Compute Engine should automatically create routes for the peering.
10251028
&quot;advertisePeerSubnetsViaRouters&quot;: True or False, # Whether Cloud Routers in this network can automatically advertise subnets from the peer network.
@@ -1301,6 +1304,7 @@ <h3>Method Details</h3>
13011304
&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.
13021305
&quot;networkFirewallPolicyEnforcementOrder&quot;: &quot;A String&quot;, # The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.
13031306
&quot;networkPlacement&quot;: &quot;A String&quot;, # A full or partial URL of the network placement to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/alpha/projects/{project_id}/global/networkPlacements/{network_placement_name} - projects/{project_id}/global/networkPlacements/{network_placement_name}
1307+
&quot;networkProfile&quot;: &quot;A String&quot;, # A full or partial URL of the network profile to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/alpha/projects/{project_id}/global/networkProfiles/{network_profile_name} - projects/{project_id}/global/networkProfiles/{network_profile_name}
13041308
&quot;peerings&quot;: [ # [Output Only] A list of network peerings for the resource.
13051309
{ # A network peering attached to a network resource. The message includes the peering name, peer network, peering state, and a flag indicating whether Google Compute Engine should automatically create routes for the peering.
13061310
&quot;advertisePeerSubnetsViaRouters&quot;: True or False, # Whether Cloud Routers in this network can automatically advertise subnets from the peer network.

docs/dyn/compute_alpha.regionZones.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112112
{ # Contains a list of zone resources.
113113
&quot;id&quot;: &quot;A String&quot;, # [Output Only] Unique identifier for the resource; defined by the server.
114114
&quot;items&quot;: [ # A list of Zone resources.
115-
{ # Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.
115+
{ # Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-b is located in the us-east1 region. For more information, read Regions and Zones.
116116
&quot;availableCpuPlatforms&quot;: [ # [Output Only] Available cpu/platform selections for the zone.
117117
&quot;A String&quot;,
118118
],

docs/dyn/compute_alpha.zones.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107
Returns:
108108
An object of the form:
109109

110-
{ # Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.
110+
{ # Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-b is located in the us-east1 region. For more information, read Regions and Zones.
111111
&quot;availableCpuPlatforms&quot;: [ # [Output Only] Available cpu/platform selections for the zone.
112112
&quot;A String&quot;,
113113
],
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158158
{ # Contains a list of zone resources.
159159
&quot;id&quot;: &quot;A String&quot;, # [Output Only] Unique identifier for the resource; defined by the server.
160160
&quot;items&quot;: [ # A list of Zone resources.
161-
{ # Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.
161+
{ # Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-b is located in the us-east1 region. For more information, read Regions and Zones.
162162
&quot;availableCpuPlatforms&quot;: [ # [Output Only] Available cpu/platform selections for the zone.
163163
&quot;A String&quot;,
164164
],

0 commit comments

Comments
 (0)