Skip to content

Commit 2d5ab63

Browse files
feat(beyondcorp): update the api
#### beyondcorp:v1alpha The following keys were added: - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig.properties.proxyProtocolConfig.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig (Total Keys: 4)
1 parent cdc6c63 commit 2d5ab63

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

‎docs/dyn/beyondcorp_v1alpha.organizations.locations.global_.partnerTenants.proxyConfigs.html‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ <h3>Method Details</h3>
124124
&quot;jwk&quot;: &quot;A String&quot;, # Optional. JWK in string.
125125
},
126126
&quot;name&quot;: &quot;A String&quot;, # Output only. ProxyConfig resource name.
127+
&quot;proxyProtocolConfig&quot;: { # The protocol data that specifies how to communicate with Partner&#x27;s Proxy. # Optional. Protocol config data for the Proxy.
128+
&quot;metadata&quot;: { # Optional. Untyped property bag to be sent back to the proxy using client specific mechanism.
129+
&quot;a_key&quot;: &quot;A String&quot;,
130+
},
131+
},
127132
&quot;proxyUri&quot;: &quot;A String&quot;, # Required. The URI of the proxy server.
128133
&quot;routingInfo&quot;: { # Message contains the routing information to direct traffic to the proxy server. # Required. Routing info to direct traffic to the proxy server.
129134
&quot;pacUri&quot;: &quot;A String&quot;, # Required. Proxy Auto-Configuration (PAC) URI.
@@ -223,6 +228,11 @@ <h3>Method Details</h3>
223228
&quot;jwk&quot;: &quot;A String&quot;, # Optional. JWK in string.
224229
},
225230
&quot;name&quot;: &quot;A String&quot;, # Output only. ProxyConfig resource name.
231+
&quot;proxyProtocolConfig&quot;: { # The protocol data that specifies how to communicate with Partner&#x27;s Proxy. # Optional. Protocol config data for the Proxy.
232+
&quot;metadata&quot;: { # Optional. Untyped property bag to be sent back to the proxy using client specific mechanism.
233+
&quot;a_key&quot;: &quot;A String&quot;,
234+
},
235+
},
226236
&quot;proxyUri&quot;: &quot;A String&quot;, # Required. The URI of the proxy server.
227237
&quot;routingInfo&quot;: { # Message contains the routing information to direct traffic to the proxy server. # Required. Routing info to direct traffic to the proxy server.
228238
&quot;pacUri&quot;: &quot;A String&quot;, # Required. Proxy Auto-Configuration (PAC) URI.
@@ -307,6 +317,11 @@ <h3>Method Details</h3>
307317
&quot;jwk&quot;: &quot;A String&quot;, # Optional. JWK in string.
308318
},
309319
&quot;name&quot;: &quot;A String&quot;, # Output only. ProxyConfig resource name.
320+
&quot;proxyProtocolConfig&quot;: { # The protocol data that specifies how to communicate with Partner&#x27;s Proxy. # Optional. Protocol config data for the Proxy.
321+
&quot;metadata&quot;: { # Optional. Untyped property bag to be sent back to the proxy using client specific mechanism.
322+
&quot;a_key&quot;: &quot;A String&quot;,
323+
},
324+
},
310325
&quot;proxyUri&quot;: &quot;A String&quot;, # Required. The URI of the proxy server.
311326
&quot;routingInfo&quot;: { # Message contains the routing information to direct traffic to the proxy server. # Required. Routing info to direct traffic to the proxy server.
312327
&quot;pacUri&quot;: &quot;A String&quot;, # Required. Proxy Auto-Configuration (PAC) URI.
@@ -338,6 +353,11 @@ <h3>Method Details</h3>
338353
&quot;jwk&quot;: &quot;A String&quot;, # Optional. JWK in string.
339354
},
340355
&quot;name&quot;: &quot;A String&quot;, # Output only. ProxyConfig resource name.
356+
&quot;proxyProtocolConfig&quot;: { # The protocol data that specifies how to communicate with Partner&#x27;s Proxy. # Optional. Protocol config data for the Proxy.
357+
&quot;metadata&quot;: { # Optional. Untyped property bag to be sent back to the proxy using client specific mechanism.
358+
&quot;a_key&quot;: &quot;A String&quot;,
359+
},
360+
},
341361
&quot;proxyUri&quot;: &quot;A String&quot;, # Required. The URI of the proxy server.
342362
&quot;routingInfo&quot;: { # Message contains the routing information to direct traffic to the proxy server. # Required. Routing info to direct traffic to the proxy server.
343363
&quot;pacUri&quot;: &quot;A String&quot;, # Required. Proxy Auto-Configuration (PAC) URI.

‎googleapiclient/discovery_cache/documents/beyondcorp.v1.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@
18041804
}
18051805
}
18061806
},
1807-
"revision": "20230920",
1807+
"revision": "20230927",
18081808
"rootUrl": "https://beyondcorp.googleapis.com/",
18091809
"schemas": {
18101810
"AllocatedConnection": {

‎googleapiclient/discovery_cache/documents/beyondcorp.v1alpha.json‎

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3674,7 +3674,7 @@
36743674
}
36753675
}
36763676
},
3677-
"revision": "20230920",
3677+
"revision": "20230927",
36783678
"rootUrl": "https://beyondcorp.googleapis.com/",
36793679
"schemas": {
36803680
"AllocatedConnection": {
@@ -5259,6 +5259,10 @@
52595259
"readOnly": true,
52605260
"type": "string"
52615261
},
5262+
"proxyProtocolConfig": {
5263+
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
5264+
"description": "Optional. Protocol config data for the Proxy."
5265+
},
52625266
"proxyUri": {
52635267
"description": "Required. The URI of the proxy server.",
52645268
"type": "string"
@@ -5280,6 +5284,20 @@
52805284
},
52815285
"type": "object"
52825286
},
5287+
"GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig": {
5288+
"description": "The protocol data that specifies how to communicate with Partner's Proxy.",
5289+
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
5290+
"properties": {
5291+
"metadata": {
5292+
"additionalProperties": {
5293+
"type": "string"
5294+
},
5295+
"description": "Optional. Untyped property bag to be sent back to the proxy using client specific mechanism.",
5296+
"type": "object"
5297+
}
5298+
},
5299+
"type": "object"
5300+
},
52835301
"GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo": {
52845302
"description": "Message contains the routing information to direct traffic to the proxy server.",
52855303
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo",

0 commit comments

Comments
 (0)