Skip to content

Commit 187e71f

Browse files
feat(compute): update the api
#### compute:beta The following keys were added: - schemas.NetworkEndpointGroup.properties.pscData.$ref (Total Keys: 1) - schemas.NetworkEndpointGroupPscData (Total Keys: 6) - schemas.Reservation.properties.resourcePolicies (Total Keys: 2) - schemas.SecurityPolicyRule.properties.preconfiguredWafConfig.$ref (Total Keys: 1) - schemas.SecurityPolicyRulePreconfiguredWafConfig (Total Keys: 21)
1 parent 90f98d1 commit 187e71f

29 files changed

+1015
-82
lines changed

docs/dyn/compute_beta.backendBuckets.html

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

docs/dyn/compute_beta.backendServices.html

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

docs/dyn/compute_beta.disks.html

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

docs/dyn/compute_beta.firewallPolicies.html

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

docs/dyn/compute_beta.globalNetworkEndpointGroups.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,11 @@ <h3>Method Details</h3>
449449
&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.
450450
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which all network endpoints in the NEG belong. Uses &quot;default&quot; project network if unspecified.
451451
&quot;networkEndpointType&quot;: &quot;A String&quot;, # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
452+
&quot;pscData&quot;: { # All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
453+
&quot;consumerPscAddress&quot;: &quot;A String&quot;, # [Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
454+
&quot;pscConnectionId&quot;: &quot;A String&quot;, # [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
455+
&quot;pscConnectionStatus&quot;: &quot;A String&quot;, # [Output Only] The connection status of the PSC Forwarding Rule.
456+
},
452457
&quot;pscTargetService&quot;: &quot;A String&quot;, # The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: &quot;asia-northeast3-cloudkms.googleapis.com&quot;
453458
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the network endpoint group is located.
454459
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -505,6 +510,11 @@ <h3>Method Details</h3>
505510
&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.
506511
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which all network endpoints in the NEG belong. Uses &quot;default&quot; project network if unspecified.
507512
&quot;networkEndpointType&quot;: &quot;A String&quot;, # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
513+
&quot;pscData&quot;: { # All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
514+
&quot;consumerPscAddress&quot;: &quot;A String&quot;, # [Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
515+
&quot;pscConnectionId&quot;: &quot;A String&quot;, # [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
516+
&quot;pscConnectionStatus&quot;: &quot;A String&quot;, # [Output Only] The connection status of the PSC Forwarding Rule.
517+
},
508518
&quot;pscTargetService&quot;: &quot;A String&quot;, # The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: &quot;asia-northeast3-cloudkms.googleapis.com&quot;
509519
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the network endpoint group is located.
510520
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -652,6 +662,11 @@ <h3>Method Details</h3>
652662
&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.
653663
&quot;network&quot;: &quot;A String&quot;, # The URL of the network to which all network endpoints in the NEG belong. Uses &quot;default&quot; project network if unspecified.
654664
&quot;networkEndpointType&quot;: &quot;A String&quot;, # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
665+
&quot;pscData&quot;: { # All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
666+
&quot;consumerPscAddress&quot;: &quot;A String&quot;, # [Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
667+
&quot;pscConnectionId&quot;: &quot;A String&quot;, # [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
668+
&quot;pscConnectionStatus&quot;: &quot;A String&quot;, # [Output Only] The connection status of the PSC Forwarding Rule.
669+
},
655670
&quot;pscTargetService&quot;: &quot;A String&quot;, # The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: &quot;asia-northeast3-cloudkms.googleapis.com&quot;
656671
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the network endpoint group is located.
657672
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.

0 commit comments

Comments
 (0)