You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/beyondcorp-v1alpha.json
+65-2Lines changed: 65 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1206,6 +1206,33 @@
1206
1206
},
1207
1207
"subscriptions": {
1208
1208
"methods": {
1209
+
"cancel": {
1210
+
"description": "Cancels an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization. Returns the timestamp for when the cancellation will become effective",
"description": "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 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).",
"description": "Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.",
"description": "Required. Field mask is used to specify the fields to be overwritten in the Subscription 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 mutable fields will be overwritten. Mutable fields: type, state.",
1338
+
"description": "Required. Field mask is used to specify the fields to be overwritten in the Subscription 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. Mutable fields: seat_count.",
1312
1339
"format": "google-fieldmask",
1313
1340
"location": "query",
1314
1341
"type": "string"
@@ -3939,7 +3966,7 @@
3939
3966
}
3940
3967
}
3941
3968
},
3942
-
"revision": "20240417",
3969
+
"revision": "20240424",
3943
3970
"rootUrl": "https://beyondcorp.googleapis.com/",
3944
3971
"schemas": {
3945
3972
"AllocatedConnection": {
@@ -4003,6 +4030,16 @@
4003
4030
"description": "Required. Unique resource name of the AppGateway. The name is ignored when creating an AppGateway.",
4004
4031
"type": "string"
4005
4032
},
4033
+
"satisfiesPzi": {
4034
+
"description": "Output only. Reserved for future use.",
4035
+
"readOnly": true,
4036
+
"type": "boolean"
4037
+
},
4038
+
"satisfiesPzs": {
4039
+
"description": "Output only. Reserved for future use.",
4040
+
"readOnly": true,
4041
+
"type": "boolean"
4042
+
},
4006
4043
"state": {
4007
4044
"description": "Output only. The current state of the AppGateway.",
4008
4045
"enum": [
@@ -4645,6 +4682,16 @@
4645
4682
"description": "Required. Unique resource name of the AppConnection. The name is ignored when creating a AppConnection.",
4646
4683
"type": "string"
4647
4684
},
4685
+
"satisfiesPzi": {
4686
+
"description": "Output only. Reserved for future use.",
4687
+
"readOnly": true,
4688
+
"type": "boolean"
4689
+
},
4690
+
"satisfiesPzs": {
4691
+
"description": "Output only. Reserved for future use.",
4692
+
"readOnly": true,
4693
+
"type": "boolean"
4694
+
},
4648
4695
"state": {
4649
4696
"description": "Output only. The current state of the AppConnection.",
"description": "Optional. Name of the billing account in the format. e.g. billingAccounts/123456-123456-123456 Required if Subscription is of Paid type.",
6027
+
"type": "string"
6028
+
},
5966
6029
"createTime": {
5967
6030
"description": "Output only. Create time of the subscription.",
* Cancels an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization. Returns the timestamp for when the cancellation will become effective
5578
+
*
5579
+
* @param params - Parameters for request
5580
+
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
5581
+
* @param callback - Optional callback that handles the response.
5582
+
* @returns A promise if used with async/await, or void if used with a callback.
* Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.
* 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 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).
* Required. Field mask is used to specify the fields to be overwritten in the Subscription 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 mutable fields will be overwritten. Mutable fields: type, state.
6117
+
* Required. Field mask is used to specify the fields to be overwritten in the Subscription 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. Mutable fields: seat_count.
0 commit comments