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 fec04eb

Browse files
committedOct 24, 2023
feat(beyondcorp): update the api
#### beyondcorp:v1alpha The following keys were deleted: - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig.properties.proxyProtocolConfig.$ref (Total Keys: 1) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig (Total Keys: 4)
1 parent c0b373b commit fec04eb

4 files changed

+13
-51
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h3>Method Details</h3>
344344
}
345345

346346
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
347-
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the PartnerTenant resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
347+
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the PartnerTenant resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. Mutable fields: display_name, partner_metadata, group_information.
348348
x__xgafv: string, V1 error format.
349349
Allowed values
350350
1 - v1 error format

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

+6-26
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,18 @@ <h3>Method Details</h3>
112112
<pre>Creates a new BeyondCorp Enterprise ProxyConfig in a given organization and PartnerTenant. Can only be called by on onboarded Beyondcorp Enterprise partner.
113113

114114
Args:
115-
parent: string, Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}` (required)
115+
parent: string, Required. The resource name of the parent PartnerTenant using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}` (required)
116116
body: object, The request body.
117117
The object takes the form of:
118118

119-
{ # Proxy Configuration of a Tenant.
119+
{ # Proxy Configuration of a PartnerTenant.
120120
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was created.
121121
&quot;displayName&quot;: &quot;A String&quot;, # Optional. An arbitrary caller-provided name for the ProxyConfig. Cannot exceed 64 characters.
122122
&quot;encryptionInfo&quot;: { # Message contains the JWT encryption information for the proxy server. # Optional. Information to encrypt JWT for the proxy server.
123123
&quot;encryptionSaEmail&quot;: &quot;A String&quot;, # Optional. Service Account for encryption key.
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-
},
132127
&quot;proxyUri&quot;: &quot;A String&quot;, # Required. The URI of the proxy server.
133128
&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.
134129
&quot;pacUri&quot;: &quot;A String&quot;, # Required. Proxy Auto-Configuration (PAC) URI.
@@ -211,7 +206,7 @@ <h3>Method Details</h3>
211206
<pre>Gets details of a single ProxyConfig.
212207

213208
Args:
214-
name: string, Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}/proxyConfigs/{proxy_config_id}` (required)
209+
name: string, Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/proxyConfigs/{proxy_config_id}` (required)
215210
x__xgafv: string, V1 error format.
216211
Allowed values
217212
1 - v1 error format
@@ -220,19 +215,14 @@ <h3>Method Details</h3>
220215
Returns:
221216
An object of the form:
222217

223-
{ # Proxy Configuration of a Tenant.
218+
{ # Proxy Configuration of a PartnerTenant.
224219
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was created.
225220
&quot;displayName&quot;: &quot;A String&quot;, # Optional. An arbitrary caller-provided name for the ProxyConfig. Cannot exceed 64 characters.
226221
&quot;encryptionInfo&quot;: { # Message contains the JWT encryption information for the proxy server. # Optional. Information to encrypt JWT for the proxy server.
227222
&quot;encryptionSaEmail&quot;: &quot;A String&quot;, # Optional. Service Account for encryption key.
228223
&quot;jwk&quot;: &quot;A String&quot;, # Optional. JWK in string.
229224
},
230225
&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-
},
236226
&quot;proxyUri&quot;: &quot;A String&quot;, # Required. The URI of the proxy server.
237227
&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.
238228
&quot;pacUri&quot;: &quot;A String&quot;, # Required. Proxy Auto-Configuration (PAC) URI.
@@ -309,19 +299,14 @@ <h3>Method Details</h3>
309299

310300
{ # Message for response to listing ProxyConfigs.
311301
&quot;proxyConfigs&quot;: [ # The list of ProxyConfig objects.
312-
{ # Proxy Configuration of a Tenant.
302+
{ # Proxy Configuration of a PartnerTenant.
313303
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was created.
314304
&quot;displayName&quot;: &quot;A String&quot;, # Optional. An arbitrary caller-provided name for the ProxyConfig. Cannot exceed 64 characters.
315305
&quot;encryptionInfo&quot;: { # Message contains the JWT encryption information for the proxy server. # Optional. Information to encrypt JWT for the proxy server.
316306
&quot;encryptionSaEmail&quot;: &quot;A String&quot;, # Optional. Service Account for encryption key.
317307
&quot;jwk&quot;: &quot;A String&quot;, # Optional. JWK in string.
318308
},
319309
&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-
},
325310
&quot;proxyUri&quot;: &quot;A String&quot;, # Required. The URI of the proxy server.
326311
&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.
327312
&quot;pacUri&quot;: &quot;A String&quot;, # Required. Proxy Auto-Configuration (PAC) URI.
@@ -345,19 +330,14 @@ <h3>Method Details</h3>
345330
body: object, The request body.
346331
The object takes the form of:
347332

348-
{ # Proxy Configuration of a Tenant.
333+
{ # Proxy Configuration of a PartnerTenant.
349334
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was created.
350335
&quot;displayName&quot;: &quot;A String&quot;, # Optional. An arbitrary caller-provided name for the ProxyConfig. Cannot exceed 64 characters.
351336
&quot;encryptionInfo&quot;: { # Message contains the JWT encryption information for the proxy server. # Optional. Information to encrypt JWT for the proxy server.
352337
&quot;encryptionSaEmail&quot;: &quot;A String&quot;, # Optional. Service Account for encryption key.
353338
&quot;jwk&quot;: &quot;A String&quot;, # Optional. JWK in string.
354339
},
355340
&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-
},
361341
&quot;proxyUri&quot;: &quot;A String&quot;, # Required. The URI of the proxy server.
362342
&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.
363343
&quot;pacUri&quot;: &quot;A String&quot;, # Required. Proxy Auto-Configuration (PAC) URI.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@
18041804
}
18051805
}
18061806
},
1807-
"revision": "20231002",
1807+
"revision": "20231011",
18081808
"rootUrl": "https://beyondcorp.googleapis.com/",
18091809
"schemas": {
18101810
"AllocatedConnection": {

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

+5-23
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"type": "string"
280280
},
281281
"updateMask": {
282-
"description": "Required. Field mask is used to specify the fields to be overwritten in the PartnerTenant resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. ",
282+
"description": "Required. Field mask is used to specify the fields to be overwritten in the PartnerTenant resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. Mutable fields: display_name, partner_metadata, group_information.",
283283
"format": "google-fieldmask",
284284
"location": "query",
285285
"type": "string"
@@ -609,7 +609,7 @@
609609
],
610610
"parameters": {
611611
"parent": {
612-
"description": "Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}`",
612+
"description": "Required. The resource name of the parent PartnerTenant using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`",
613613
"location": "path",
614614
"pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$",
615615
"required": true,
@@ -672,7 +672,7 @@
672672
],
673673
"parameters": {
674674
"name": {
675-
"description": "Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}/proxyConfigs/{proxy_config_id}`",
675+
"description": "Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/proxyConfigs/{proxy_config_id}`",
676676
"location": "path",
677677
"pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$",
678678
"required": true,
@@ -3674,7 +3674,7 @@
36743674
}
36753675
}
36763676
},
3677-
"revision": "20231002",
3677+
"revision": "20231011",
36783678
"rootUrl": "https://beyondcorp.googleapis.com/",
36793679
"schemas": {
36803680
"AllocatedConnection": {
@@ -5237,7 +5237,7 @@
52375237
"type": "object"
52385238
},
52395239
"GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig": {
5240-
"description": "Proxy Configuration of a Tenant.",
5240+
"description": "Proxy Configuration of a PartnerTenant.",
52415241
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig",
52425242
"properties": {
52435243
"createTime": {
@@ -5259,10 +5259,6 @@
52595259
"readOnly": true,
52605260
"type": "string"
52615261
},
5262-
"proxyProtocolConfig": {
5263-
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
5264-
"description": "Optional. Protocol config data for the Proxy."
5265-
},
52665262
"proxyUri": {
52675263
"description": "Required. The URI of the proxy server.",
52685264
"type": "string"
@@ -5284,20 +5280,6 @@
52845280
},
52855281
"type": "object"
52865282
},
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-
},
53015283
"GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo": {
53025284
"description": "Message contains the routing information to direct traffic to the proxy server.",
53035285
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo",

0 commit comments

Comments
 (0)
Please sign in to comment.