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 1e89fd5

Browse files
committedMar 4, 2025
feat(beyondcorp): update the api
#### beyondcorp:v1 The following keys were added: - resources.projects.resources.locations.resources.appGateways.methods.shouldThrottle.deprecated (Total Keys: 1) - schemas.ShouldThrottleResponse.deprecated (Total Keys: 1) #### beyondcorp:v1alpha The following keys were deleted: - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.properties.endTime.readOnly (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.properties.startTime.readOnly (Total Keys: 1) The following keys were added: - resources.projects.resources.locations.resources.appGateways.methods.shouldThrottle.deprecated (Total Keys: 1) - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.properties.csgCustomer.type (Total Keys: 1) - schemas.ShouldThrottleResponse.deprecated (Total Keys: 1)
1 parent 228bed2 commit 1e89fd5

7 files changed

+38
-26
lines changed
 

‎docs/dyn/beyondcorp_v1.projects.locations.global_.securityGateways.applications.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h3>Method Details</h3>
172172
}
173173

174174
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 after the first request. For example, consider a situation where you make an initial request and the request timed 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).
175-
updateMask: string, Required. Mutable fields include: display_name.
175+
updateMask: string, Optional. Mutable fields include: display_name.
176176
x__xgafv: string, V1 error format.
177177
Allowed values
178178
1 - v1 error format

‎docs/dyn/beyondcorp_v1.projects.locations.securityGateways.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ <h3>Method Details</h3>
386386
}
387387

388388
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 after the first request. For example, consider a situation where you make an initial request and the request timed 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).
389-
updateMask: string, Required. Mutable fields include: display_name, hubs.
389+
updateMask: string, Optional. Mutable fields include: display_name, hubs.
390390
x__xgafv: string, V1 error format.
391391
Allowed values
392392
1 - v1 error format

‎docs/dyn/beyondcorp_v1alpha.organizations.locations.subscriptions.html

+18-12
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,12 @@ <h3>Method Details</h3>
137137
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
138138
&quot;billingAccount&quot;: &quot;A String&quot;, # Optional. Name of the billing account in the format. e.g. billingAccounts/123456-123456-123456 Required if Subscription is of Paid type.
139139
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
140-
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
140+
&quot;csgCustomer&quot;: True or False, # Optional. Whether the subscription is being created as part of the Citrix flow. If this field is set to true, the subscription should have both the start_time and end_time set in the request and the billing account used will be the Citrix master billing account regardless of what its set to in the request. This field can only be set to true in create requests.
141+
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time of the subscription.
141142
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.
142143
&quot;seatCount&quot;: &quot;A String&quot;, # Optional. Number of seats in the subscription.
143144
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
144-
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
145+
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time of the subscription.
145146
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
146147
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
147148
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
@@ -159,11 +160,12 @@ <h3>Method Details</h3>
159160
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
160161
&quot;billingAccount&quot;: &quot;A String&quot;, # Optional. Name of the billing account in the format. e.g. billingAccounts/123456-123456-123456 Required if Subscription is of Paid type.
161162
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
162-
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
163+
&quot;csgCustomer&quot;: True or False, # Optional. Whether the subscription is being created as part of the Citrix flow. If this field is set to true, the subscription should have both the start_time and end_time set in the request and the billing account used will be the Citrix master billing account regardless of what its set to in the request. This field can only be set to true in create requests.
164+
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time of the subscription.
163165
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.
164166
&quot;seatCount&quot;: &quot;A String&quot;, # Optional. Number of seats in the subscription.
165167
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
166-
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
168+
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time of the subscription.
167169
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
168170
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
169171
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
@@ -188,11 +190,12 @@ <h3>Method Details</h3>
188190
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
189191
&quot;billingAccount&quot;: &quot;A String&quot;, # Optional. Name of the billing account in the format. e.g. billingAccounts/123456-123456-123456 Required if Subscription is of Paid type.
190192
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
191-
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
193+
&quot;csgCustomer&quot;: True or False, # Optional. Whether the subscription is being created as part of the Citrix flow. If this field is set to true, the subscription should have both the start_time and end_time set in the request and the billing account used will be the Citrix master billing account regardless of what its set to in the request. This field can only be set to true in create requests.
194+
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time of the subscription.
192195
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.
193196
&quot;seatCount&quot;: &quot;A String&quot;, # Optional. Number of seats in the subscription.
194197
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
195-
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
198+
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time of the subscription.
196199
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
197200
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
198201
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
@@ -222,11 +225,12 @@ <h3>Method Details</h3>
222225
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
223226
&quot;billingAccount&quot;: &quot;A String&quot;, # Optional. Name of the billing account in the format. e.g. billingAccounts/123456-123456-123456 Required if Subscription is of Paid type.
224227
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
225-
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
228+
&quot;csgCustomer&quot;: True or False, # Optional. Whether the subscription is being created as part of the Citrix flow. If this field is set to true, the subscription should have both the start_time and end_time set in the request and the billing account used will be the Citrix master billing account regardless of what its set to in the request. This field can only be set to true in create requests.
229+
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time of the subscription.
226230
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.
227231
&quot;seatCount&quot;: &quot;A String&quot;, # Optional. Number of seats in the subscription.
228232
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
229-
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
233+
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time of the subscription.
230234
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
231235
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
232236
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
@@ -262,11 +266,12 @@ <h3>Method Details</h3>
262266
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
263267
&quot;billingAccount&quot;: &quot;A String&quot;, # Optional. Name of the billing account in the format. e.g. billingAccounts/123456-123456-123456 Required if Subscription is of Paid type.
264268
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
265-
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
269+
&quot;csgCustomer&quot;: True or False, # Optional. Whether the subscription is being created as part of the Citrix flow. If this field is set to true, the subscription should have both the start_time and end_time set in the request and the billing account used will be the Citrix master billing account regardless of what its set to in the request. This field can only be set to true in create requests.
270+
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time of the subscription.
266271
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.
267272
&quot;seatCount&quot;: &quot;A String&quot;, # Optional. Number of seats in the subscription.
268273
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
269-
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
274+
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time of the subscription.
270275
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
271276
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
272277
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
@@ -286,11 +291,12 @@ <h3>Method Details</h3>
286291
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
287292
&quot;billingAccount&quot;: &quot;A String&quot;, # Optional. Name of the billing account in the format. e.g. billingAccounts/123456-123456-123456 Required if Subscription is of Paid type.
288293
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
289-
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
294+
&quot;csgCustomer&quot;: True or False, # Optional. Whether the subscription is being created as part of the Citrix flow. If this field is set to true, the subscription should have both the start_time and end_time set in the request and the billing account used will be the Citrix master billing account regardless of what its set to in the request. This field can only be set to true in create requests.
295+
&quot;endTime&quot;: &quot;A String&quot;, # Optional. End time of the subscription.
290296
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique resource name of the Subscription. The name is ignored when creating a subscription.
291297
&quot;seatCount&quot;: &quot;A String&quot;, # Optional. Number of seats in the subscription.
292298
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
293-
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
299+
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Start time of the subscription.
294300
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
295301
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
296302
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.

‎docs/dyn/beyondcorp_v1alpha.projects.locations.global_.securityGateways.applications.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h3>Method Details</h3>
172172
}
173173

174174
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 after the first request. For example, consider a situation where you make an initial request and the request timed 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).
175-
updateMask: string, Required. Mutable fields include: display_name.
175+
updateMask: string, Optional. Mutable fields include: display_name.
176176
x__xgafv: string, V1 error format.
177177
Allowed values
178178
1 - v1 error format

‎docs/dyn/beyondcorp_v1alpha.projects.locations.securityGateways.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ <h3>Method Details</h3>
386386
}
387387

388388
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 after the first request. For example, consider a situation where you make an initial request and the request timed 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).
389-
updateMask: string, Required. Mutable fields include: display_name, hubs.
389+
updateMask: string, Optional. Mutable fields include: display_name, hubs.
390390
x__xgafv: string, V1 error format.
391391
Allowed values
392392
1 - v1 error format

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -1465,6 +1465,7 @@
14651465
]
14661466
},
14671467
"shouldThrottle": {
1468+
"deprecated": true,
14681469
"description": "Calls the Bouncer method ShouldThrottle to check if a request should be throttled.",
14691470
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:shouldThrottle",
14701471
"httpMethod": "GET",
@@ -1779,7 +1780,7 @@
17791780
"type": "string"
17801781
},
17811782
"updateMask": {
1782-
"description": "Required. Mutable fields include: display_name.",
1783+
"description": "Optional. Mutable fields include: display_name.",
17831784
"format": "google-fieldmask",
17841785
"location": "query",
17851786
"type": "string"
@@ -2152,7 +2153,7 @@
21522153
"type": "string"
21532154
},
21542155
"updateMask": {
2155-
"description": "Required. Mutable fields include: display_name, hubs.",
2156+
"description": "Optional. Mutable fields include: display_name, hubs.",
21562157
"format": "google-fieldmask",
21572158
"location": "query",
21582159
"type": "string"
@@ -2403,7 +2404,7 @@
24032404
}
24042405
}
24052406
},
2406-
"revision": "20241204",
2407+
"revision": "20250219",
24072408
"rootUrl": "https://beyondcorp.googleapis.com/",
24082409
"schemas": {
24092410
"AllocatedConnection": {
@@ -4248,6 +4249,7 @@
42484249
"type": "object"
42494250
},
42504251
"ShouldThrottleResponse": {
4252+
"deprecated": true,
42514253
"description": "Response message for calling ShouldThrottle",
42524254
"id": "ShouldThrottleResponse",
42534255
"properties": {

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

+11-7
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,7 @@
23652365
]
23662366
},
23672367
"shouldThrottle": {
2368+
"deprecated": true,
23682369
"description": "Calls the Bouncer method ShouldThrottle to check if a request should be throttled.",
23692370
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:shouldThrottle",
23702371
"httpMethod": "GET",
@@ -3528,7 +3529,7 @@
35283529
"type": "string"
35293530
},
35303531
"updateMask": {
3531-
"description": "Required. Mutable fields include: display_name.",
3532+
"description": "Optional. Mutable fields include: display_name.",
35323533
"format": "google-fieldmask",
35333534
"location": "query",
35343535
"type": "string"
@@ -4129,7 +4130,7 @@
41294130
"type": "string"
41304131
},
41314132
"updateMask": {
4132-
"description": "Required. Mutable fields include: display_name, hubs.",
4133+
"description": "Optional. Mutable fields include: display_name, hubs.",
41334134
"format": "google-fieldmask",
41344135
"location": "query",
41354136
"type": "string"
@@ -4380,7 +4381,7 @@
43804381
}
43814382
}
43824383
},
4383-
"revision": "20241204",
4384+
"revision": "20250219",
43844385
"rootUrl": "https://beyondcorp.googleapis.com/",
43854386
"schemas": {
43864387
"AllocatedConnection": {
@@ -6470,10 +6471,13 @@
64706471
"readOnly": true,
64716472
"type": "string"
64726473
},
6474+
"csgCustomer": {
6475+
"description": "Optional. Whether the subscription is being created as part of the Citrix flow. If this field is set to true, the subscription should have both the start_time and end_time set in the request and the billing account used will be the Citrix master billing account regardless of what its set to in the request. This field can only be set to true in create requests.",
6476+
"type": "boolean"
6477+
},
64736478
"endTime": {
6474-
"description": "Output only. End time of the subscription.",
6479+
"description": "Optional. End time of the subscription.",
64756480
"format": "google-datetime",
6476-
"readOnly": true,
64776481
"type": "string"
64786482
},
64796483
"name": {
@@ -6498,9 +6502,8 @@
64986502
"type": "string"
64996503
},
65006504
"startTime": {
6501-
"description": "Output only. Start time of the subscription.",
6505+
"description": "Optional. Start time of the subscription.",
65026506
"format": "google-datetime",
6503-
"readOnly": true,
65046507
"type": "string"
65056508
},
65066509
"state": {
@@ -7376,6 +7379,7 @@
73767379
"type": "object"
73777380
},
73787381
"ShouldThrottleResponse": {
7382+
"deprecated": true,
73797383
"description": "Response message for calling ShouldThrottle",
73807384
"id": "ShouldThrottleResponse",
73817385
"properties": {

0 commit comments

Comments
 (0)
Please sign in to comment.