1{
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
7 }
8 }
9 }
10 },
11 "basePath": "",
12 "baseUrl": "https://beyondcorp.googleapis.com/",
13 "batchPath": "batch",
14 "canonicalName": "BeyondCorp",
15 "description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity solutions.",
16 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/",
18 "fullyEncodeReservedExpansion": true,
19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 },
23 "id": "beyondcorp:v1",
24 "kind": "discovery#restDescription",
25 "mtlsRootUrl": "https://beyondcorp.mtls.googleapis.com/",
26 "name": "beyondcorp",
27 "ownerDomain": "google.com",
28 "ownerName": "Google",
29 "parameters": {
30 "$.xgafv": {
31 "description": "V1 error format.",
32 "enum": [
33 "1",
34 "2"
35 ],
36 "enumDescriptions": [
37 "v1 error format",
38 "v2 error format"
39 ],
40 "location": "query",
41 "type": "string"
42 },
43 "access_token": {
44 "description": "OAuth access token.",
45 "location": "query",
46 "type": "string"
47 },
48 "alt": {
49 "default": "json",
50 "description": "Data format for response.",
51 "enum": [
52 "json",
53 "media",
54 "proto"
55 ],
56 "enumDescriptions": [
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
60 ],
61 "location": "query",
62 "type": "string"
63 },
64 "callback": {
65 "description": "JSONP",
66 "location": "query",
67 "type": "string"
68 },
69 "fields": {
70 "description": "Selector specifying which fields to include in a partial response.",
71 "location": "query",
72 "type": "string"
73 },
74 "key": {
75 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
76 "location": "query",
77 "type": "string"
78 },
79 "oauth_token": {
80 "description": "OAuth 2.0 token for the current user.",
81 "location": "query",
82 "type": "string"
83 },
84 "prettyPrint": {
85 "default": "true",
86 "description": "Returns response with indentations and line breaks.",
87 "location": "query",
88 "type": "boolean"
89 },
90 "quotaUser": {
91 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
92 "location": "query",
93 "type": "string"
94 },
95 "uploadType": {
96 "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
97 "location": "query",
98 "type": "string"
99 },
100 "upload_protocol": {
101 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
102 "location": "query",
103 "type": "string"
104 }
105 },
106 "protocol": "rest",
107 "resources": {
108 "organizations": {
109 "resources": {
110 "locations": {
111 "resources": {
112 "global": {
113 "resources": {
114 "partnerTenants": {
115 "methods": {
116 "getIamPolicy": {
117 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
118 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:getIamPolicy",
119 "httpMethod": "GET",
120 "id": "beyondcorp.organizations.locations.global.partnerTenants.getIamPolicy",
121 "parameterOrder": [
122 "resource"
123 ],
124 "parameters": {
125 "options.requestedPolicyVersion": {
126 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
127 "format": "int32",
128 "location": "query",
129 "type": "integer"
130 },
131 "resource": {
132 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
133 "location": "path",
134 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$",
135 "required": true,
136 "type": "string"
137 }
138 },
139 "path": "v1/{+resource}:getIamPolicy",
140 "response": {
141 "$ref": "GoogleIamV1Policy"
142 },
143 "scopes": [
144 "https://www.googleapis.com/auth/cloud-platform"
145 ]
146 },
147 "setIamPolicy": {
148 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
149 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:setIamPolicy",
150 "httpMethod": "POST",
151 "id": "beyondcorp.organizations.locations.global.partnerTenants.setIamPolicy",
152 "parameterOrder": [
153 "resource"
154 ],
155 "parameters": {
156 "resource": {
157 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
158 "location": "path",
159 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$",
160 "required": true,
161 "type": "string"
162 }
163 },
164 "path": "v1/{+resource}:setIamPolicy",
165 "request": {
166 "$ref": "GoogleIamV1SetIamPolicyRequest"
167 },
168 "response": {
169 "$ref": "GoogleIamV1Policy"
170 },
171 "scopes": [
172 "https://www.googleapis.com/auth/cloud-platform"
173 ]
174 },
175 "testIamPermissions": {
176 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
177 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:testIamPermissions",
178 "httpMethod": "POST",
179 "id": "beyondcorp.organizations.locations.global.partnerTenants.testIamPermissions",
180 "parameterOrder": [
181 "resource"
182 ],
183 "parameters": {
184 "resource": {
185 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
186 "location": "path",
187 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$",
188 "required": true,
189 "type": "string"
190 }
191 },
192 "path": "v1/{+resource}:testIamPermissions",
193 "request": {
194 "$ref": "GoogleIamV1TestIamPermissionsRequest"
195 },
196 "response": {
197 "$ref": "GoogleIamV1TestIamPermissionsResponse"
198 },
199 "scopes": [
200 "https://www.googleapis.com/auth/cloud-platform"
201 ]
202 }
203 },
204 "resources": {
205 "browserDlpRules": {
206 "methods": {
207 "getIamPolicy": {
208 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
209 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}:getIamPolicy",
210 "httpMethod": "GET",
211 "id": "beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.getIamPolicy",
212 "parameterOrder": [
213 "resource"
214 ],
215 "parameters": {
216 "options.requestedPolicyVersion": {
217 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
218 "format": "int32",
219 "location": "query",
220 "type": "integer"
221 },
222 "resource": {
223 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
224 "location": "path",
225 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$",
226 "required": true,
227 "type": "string"
228 }
229 },
230 "path": "v1/{+resource}:getIamPolicy",
231 "response": {
232 "$ref": "GoogleIamV1Policy"
233 },
234 "scopes": [
235 "https://www.googleapis.com/auth/cloud-platform"
236 ]
237 },
238 "setIamPolicy": {
239 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
240 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}:setIamPolicy",
241 "httpMethod": "POST",
242 "id": "beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.setIamPolicy",
243 "parameterOrder": [
244 "resource"
245 ],
246 "parameters": {
247 "resource": {
248 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
249 "location": "path",
250 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$",
251 "required": true,
252 "type": "string"
253 }
254 },
255 "path": "v1/{+resource}:setIamPolicy",
256 "request": {
257 "$ref": "GoogleIamV1SetIamPolicyRequest"
258 },
259 "response": {
260 "$ref": "GoogleIamV1Policy"
261 },
262 "scopes": [
263 "https://www.googleapis.com/auth/cloud-platform"
264 ]
265 },
266 "testIamPermissions": {
267 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
268 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}:testIamPermissions",
269 "httpMethod": "POST",
270 "id": "beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.testIamPermissions",
271 "parameterOrder": [
272 "resource"
273 ],
274 "parameters": {
275 "resource": {
276 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
277 "location": "path",
278 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$",
279 "required": true,
280 "type": "string"
281 }
282 },
283 "path": "v1/{+resource}:testIamPermissions",
284 "request": {
285 "$ref": "GoogleIamV1TestIamPermissionsRequest"
286 },
287 "response": {
288 "$ref": "GoogleIamV1TestIamPermissionsResponse"
289 },
290 "scopes": [
291 "https://www.googleapis.com/auth/cloud-platform"
292 ]
293 }
294 }
295 },
296 "proxyConfigs": {
297 "methods": {
298 "getIamPolicy": {
299 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
300 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:getIamPolicy",
301 "httpMethod": "GET",
302 "id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.getIamPolicy",
303 "parameterOrder": [
304 "resource"
305 ],
306 "parameters": {
307 "options.requestedPolicyVersion": {
308 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
309 "format": "int32",
310 "location": "query",
311 "type": "integer"
312 },
313 "resource": {
314 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
315 "location": "path",
316 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$",
317 "required": true,
318 "type": "string"
319 }
320 },
321 "path": "v1/{+resource}:getIamPolicy",
322 "response": {
323 "$ref": "GoogleIamV1Policy"
324 },
325 "scopes": [
326 "https://www.googleapis.com/auth/cloud-platform"
327 ]
328 },
329 "setIamPolicy": {
330 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
331 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:setIamPolicy",
332 "httpMethod": "POST",
333 "id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.setIamPolicy",
334 "parameterOrder": [
335 "resource"
336 ],
337 "parameters": {
338 "resource": {
339 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
340 "location": "path",
341 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$",
342 "required": true,
343 "type": "string"
344 }
345 },
346 "path": "v1/{+resource}:setIamPolicy",
347 "request": {
348 "$ref": "GoogleIamV1SetIamPolicyRequest"
349 },
350 "response": {
351 "$ref": "GoogleIamV1Policy"
352 },
353 "scopes": [
354 "https://www.googleapis.com/auth/cloud-platform"
355 ]
356 },
357 "testIamPermissions": {
358 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
359 "flatPath": "v1/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:testIamPermissions",
360 "httpMethod": "POST",
361 "id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.testIamPermissions",
362 "parameterOrder": [
363 "resource"
364 ],
365 "parameters": {
366 "resource": {
367 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
368 "location": "path",
369 "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$",
370 "required": true,
371 "type": "string"
372 }
373 },
374 "path": "v1/{+resource}:testIamPermissions",
375 "request": {
376 "$ref": "GoogleIamV1TestIamPermissionsRequest"
377 },
378 "response": {
379 "$ref": "GoogleIamV1TestIamPermissionsResponse"
380 },
381 "scopes": [
382 "https://www.googleapis.com/auth/cloud-platform"
383 ]
384 }
385 }
386 }
387 }
388 }
389 }
390 },
391 "operations": {
392 "methods": {
393 "cancel": {
394 "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
395 "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}:cancel",
396 "httpMethod": "POST",
397 "id": "beyondcorp.organizations.locations.operations.cancel",
398 "parameterOrder": [
399 "name"
400 ],
401 "parameters": {
402 "name": {
403 "description": "The name of the operation resource to be cancelled.",
404 "location": "path",
405 "pattern": "^organizations/[^/]+/locations/[^/]+/operations/[^/]+$",
406 "required": true,
407 "type": "string"
408 }
409 },
410 "path": "v1/{+name}:cancel",
411 "request": {
412 "$ref": "GoogleLongrunningCancelOperationRequest"
413 },
414 "response": {
415 "$ref": "Empty"
416 },
417 "scopes": [
418 "https://www.googleapis.com/auth/cloud-platform"
419 ]
420 },
421 "delete": {
422 "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
423 "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}",
424 "httpMethod": "DELETE",
425 "id": "beyondcorp.organizations.locations.operations.delete",
426 "parameterOrder": [
427 "name"
428 ],
429 "parameters": {
430 "name": {
431 "description": "The name of the operation resource to be deleted.",
432 "location": "path",
433 "pattern": "^organizations/[^/]+/locations/[^/]+/operations/[^/]+$",
434 "required": true,
435 "type": "string"
436 }
437 },
438 "path": "v1/{+name}",
439 "response": {
440 "$ref": "Empty"
441 },
442 "scopes": [
443 "https://www.googleapis.com/auth/cloud-platform"
444 ]
445 },
446 "get": {
447 "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
448 "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}",
449 "httpMethod": "GET",
450 "id": "beyondcorp.organizations.locations.operations.get",
451 "parameterOrder": [
452 "name"
453 ],
454 "parameters": {
455 "name": {
456 "description": "The name of the operation resource.",
457 "location": "path",
458 "pattern": "^organizations/[^/]+/locations/[^/]+/operations/[^/]+$",
459 "required": true,
460 "type": "string"
461 }
462 },
463 "path": "v1/{+name}",
464 "response": {
465 "$ref": "GoogleLongrunningOperation"
466 },
467 "scopes": [
468 "https://www.googleapis.com/auth/cloud-platform"
469 ]
470 },
471 "list": {
472 "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
473 "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/operations",
474 "httpMethod": "GET",
475 "id": "beyondcorp.organizations.locations.operations.list",
476 "parameterOrder": [
477 "name"
478 ],
479 "parameters": {
480 "filter": {
481 "description": "The standard list filter.",
482 "location": "query",
483 "type": "string"
484 },
485 "name": {
486 "description": "The name of the operation's parent resource.",
487 "location": "path",
488 "pattern": "^organizations/[^/]+/locations/[^/]+$",
489 "required": true,
490 "type": "string"
491 },
492 "pageSize": {
493 "description": "The standard list page size.",
494 "format": "int32",
495 "location": "query",
496 "type": "integer"
497 },
498 "pageToken": {
499 "description": "The standard list page token.",
500 "location": "query",
501 "type": "string"
502 }
503 },
504 "path": "v1/{+name}/operations",
505 "response": {
506 "$ref": "GoogleLongrunningListOperationsResponse"
507 },
508 "scopes": [
509 "https://www.googleapis.com/auth/cloud-platform"
510 ]
511 }
512 }
513 }
514 }
515 }
516 }
517 },
518 "projects": {
519 "resources": {
520 "locations": {
521 "methods": {
522 "get": {
523 "description": "Gets information about a location.",
524 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
525 "httpMethod": "GET",
526 "id": "beyondcorp.projects.locations.get",
527 "parameterOrder": [
528 "name"
529 ],
530 "parameters": {
531 "name": {
532 "description": "Resource name for the location.",
533 "location": "path",
534 "pattern": "^projects/[^/]+/locations/[^/]+$",
535 "required": true,
536 "type": "string"
537 }
538 },
539 "path": "v1/{+name}",
540 "response": {
541 "$ref": "GoogleCloudLocationLocation"
542 },
543 "scopes": [
544 "https://www.googleapis.com/auth/cloud-platform"
545 ]
546 },
547 "list": {
548 "description": "Lists information about the supported locations for this service.",
549 "flatPath": "v1/projects/{projectsId}/locations",
550 "httpMethod": "GET",
551 "id": "beyondcorp.projects.locations.list",
552 "parameterOrder": [
553 "name"
554 ],
555 "parameters": {
556 "filter": {
557 "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
558 "location": "query",
559 "type": "string"
560 },
561 "name": {
562 "description": "The resource that owns the locations collection, if applicable.",
563 "location": "path",
564 "pattern": "^projects/[^/]+$",
565 "required": true,
566 "type": "string"
567 },
568 "pageSize": {
569 "description": "The maximum number of results to return. If not set, the service selects a default.",
570 "format": "int32",
571 "location": "query",
572 "type": "integer"
573 },
574 "pageToken": {
575 "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
576 "location": "query",
577 "type": "string"
578 }
579 },
580 "path": "v1/{+name}/locations",
581 "response": {
582 "$ref": "GoogleCloudLocationListLocationsResponse"
583 },
584 "scopes": [
585 "https://www.googleapis.com/auth/cloud-platform"
586 ]
587 }
588 },
589 "resources": {
590 "appConnections": {
591 "methods": {
592 "create": {
593 "description": "Creates a new AppConnection in a given project and location.",
594 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections",
595 "httpMethod": "POST",
596 "id": "beyondcorp.projects.locations.appConnections.create",
597 "parameterOrder": [
598 "parent"
599 ],
600 "parameters": {
601 "appConnectionId": {
602 "description": "Optional. User-settable AppConnection resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.",
603 "location": "query",
604 "type": "string"
605 },
606 "parent": {
607 "description": "Required. The resource project name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`",
608 "location": "path",
609 "pattern": "^projects/[^/]+/locations/[^/]+$",
610 "required": true,
611 "type": "string"
612 },
613 "requestId": {
614 "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 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).",
615 "location": "query",
616 "type": "string"
617 },
618 "validateOnly": {
619 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
620 "location": "query",
621 "type": "boolean"
622 }
623 },
624 "path": "v1/{+parent}/appConnections",
625 "request": {
626 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1AppConnection"
627 },
628 "response": {
629 "$ref": "GoogleLongrunningOperation"
630 },
631 "scopes": [
632 "https://www.googleapis.com/auth/cloud-platform"
633 ]
634 },
635 "delete": {
636 "description": "Deletes a single AppConnection.",
637 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}",
638 "httpMethod": "DELETE",
639 "id": "beyondcorp.projects.locations.appConnections.delete",
640 "parameterOrder": [
641 "name"
642 ],
643 "parameters": {
644 "name": {
645 "description": "Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`",
646 "location": "path",
647 "pattern": "^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$",
648 "required": true,
649 "type": "string"
650 },
651 "requestId": {
652 "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).",
653 "location": "query",
654 "type": "string"
655 },
656 "validateOnly": {
657 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
658 "location": "query",
659 "type": "boolean"
660 }
661 },
662 "path": "v1/{+name}",
663 "response": {
664 "$ref": "GoogleLongrunningOperation"
665 },
666 "scopes": [
667 "https://www.googleapis.com/auth/cloud-platform"
668 ]
669 },
670 "get": {
671 "description": "Gets details of a single AppConnection.",
672 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}",
673 "httpMethod": "GET",
674 "id": "beyondcorp.projects.locations.appConnections.get",
675 "parameterOrder": [
676 "name"
677 ],
678 "parameters": {
679 "name": {
680 "description": "Required. BeyondCorp AppConnection name using the form: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`",
681 "location": "path",
682 "pattern": "^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$",
683 "required": true,
684 "type": "string"
685 }
686 },
687 "path": "v1/{+name}",
688 "response": {
689 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1AppConnection"
690 },
691 "scopes": [
692 "https://www.googleapis.com/auth/cloud-platform"
693 ]
694 },
695 "getIamPolicy": {
696 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
697 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}:getIamPolicy",
698 "httpMethod": "GET",
699 "id": "beyondcorp.projects.locations.appConnections.getIamPolicy",
700 "parameterOrder": [
701 "resource"
702 ],
703 "parameters": {
704 "options.requestedPolicyVersion": {
705 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
706 "format": "int32",
707 "location": "query",
708 "type": "integer"
709 },
710 "resource": {
711 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
712 "location": "path",
713 "pattern": "^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$",
714 "required": true,
715 "type": "string"
716 }
717 },
718 "path": "v1/{+resource}:getIamPolicy",
719 "response": {
720 "$ref": "GoogleIamV1Policy"
721 },
722 "scopes": [
723 "https://www.googleapis.com/auth/cloud-platform"
724 ]
725 },
726 "list": {
727 "description": "Lists AppConnections in a given project and location.",
728 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections",
729 "httpMethod": "GET",
730 "id": "beyondcorp.projects.locations.appConnections.list",
731 "parameterOrder": [
732 "parent"
733 ],
734 "parameters": {
735 "filter": {
736 "description": "Optional. A filter specifying constraints of a list operation.",
737 "location": "query",
738 "type": "string"
739 },
740 "orderBy": {
741 "description": "Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.",
742 "location": "query",
743 "type": "string"
744 },
745 "pageSize": {
746 "description": "Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
747 "format": "int32",
748 "location": "query",
749 "type": "integer"
750 },
751 "pageToken": {
752 "description": "Optional. The next_page_token value returned from a previous ListAppConnectionsRequest, if any.",
753 "location": "query",
754 "type": "string"
755 },
756 "parent": {
757 "description": "Required. The resource name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`",
758 "location": "path",
759 "pattern": "^projects/[^/]+/locations/[^/]+$",
760 "required": true,
761 "type": "string"
762 }
763 },
764 "path": "v1/{+parent}/appConnections",
765 "response": {
766 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1ListAppConnectionsResponse"
767 },
768 "scopes": [
769 "https://www.googleapis.com/auth/cloud-platform"
770 ]
771 },
772 "patch": {
773 "description": "Updates the parameters of a single AppConnection.",
774 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}",
775 "httpMethod": "PATCH",
776 "id": "beyondcorp.projects.locations.appConnections.patch",
777 "parameterOrder": [
778 "name"
779 ],
780 "parameters": {
781 "allowMissing": {
782 "description": "Optional. If set as true, will create the resource if it is not found.",
783 "location": "query",
784 "type": "boolean"
785 },
786 "name": {
787 "description": "Required. Unique resource name of the AppConnection. The name is ignored when creating a AppConnection.",
788 "location": "path",
789 "pattern": "^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$",
790 "required": true,
791 "type": "string"
792 },
793 "requestId": {
794 "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 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).",
795 "location": "query",
796 "type": "string"
797 },
798 "updateMask": {
799 "description": "Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [BeyondCorp.AppConnection]: * `labels` * `display_name` * `application_endpoint` * `connectors`",
800 "format": "google-fieldmask",
801 "location": "query",
802 "type": "string"
803 },
804 "validateOnly": {
805 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
806 "location": "query",
807 "type": "boolean"
808 }
809 },
810 "path": "v1/{+name}",
811 "request": {
812 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1AppConnection"
813 },
814 "response": {
815 "$ref": "GoogleLongrunningOperation"
816 },
817 "scopes": [
818 "https://www.googleapis.com/auth/cloud-platform"
819 ]
820 },
821 "resolve": {
822 "description": "Resolves AppConnections details for a given AppConnector. An internal method called by a connector to find AppConnections to connect to.",
823 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections:resolve",
824 "httpMethod": "GET",
825 "id": "beyondcorp.projects.locations.appConnections.resolve",
826 "parameterOrder": [
827 "parent"
828 ],
829 "parameters": {
830 "appConnectorId": {
831 "description": "Required. BeyondCorp Connector name of the connector associated with those AppConnections using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`",
832 "location": "query",
833 "type": "string"
834 },
835 "pageSize": {
836 "description": "Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
837 "format": "int32",
838 "location": "query",
839 "type": "integer"
840 },
841 "pageToken": {
842 "description": "Optional. The next_page_token value returned from a previous ResolveAppConnectionsResponse, if any.",
843 "location": "query",
844 "type": "string"
845 },
846 "parent": {
847 "description": "Required. The resource name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`",
848 "location": "path",
849 "pattern": "^projects/[^/]+/locations/[^/]+$",
850 "required": true,
851 "type": "string"
852 }
853 },
854 "path": "v1/{+parent}/appConnections:resolve",
855 "response": {
856 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse"
857 },
858 "scopes": [
859 "https://www.googleapis.com/auth/cloud-platform"
860 ]
861 },
862 "setIamPolicy": {
863 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
864 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}:setIamPolicy",
865 "httpMethod": "POST",
866 "id": "beyondcorp.projects.locations.appConnections.setIamPolicy",
867 "parameterOrder": [
868 "resource"
869 ],
870 "parameters": {
871 "resource": {
872 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
873 "location": "path",
874 "pattern": "^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$",
875 "required": true,
876 "type": "string"
877 }
878 },
879 "path": "v1/{+resource}:setIamPolicy",
880 "request": {
881 "$ref": "GoogleIamV1SetIamPolicyRequest"
882 },
883 "response": {
884 "$ref": "GoogleIamV1Policy"
885 },
886 "scopes": [
887 "https://www.googleapis.com/auth/cloud-platform"
888 ]
889 },
890 "testIamPermissions": {
891 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
892 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}:testIamPermissions",
893 "httpMethod": "POST",
894 "id": "beyondcorp.projects.locations.appConnections.testIamPermissions",
895 "parameterOrder": [
896 "resource"
897 ],
898 "parameters": {
899 "resource": {
900 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
901 "location": "path",
902 "pattern": "^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$",
903 "required": true,
904 "type": "string"
905 }
906 },
907 "path": "v1/{+resource}:testIamPermissions",
908 "request": {
909 "$ref": "GoogleIamV1TestIamPermissionsRequest"
910 },
911 "response": {
912 "$ref": "GoogleIamV1TestIamPermissionsResponse"
913 },
914 "scopes": [
915 "https://www.googleapis.com/auth/cloud-platform"
916 ]
917 }
918 }
919 },
920 "appConnectors": {
921 "methods": {
922 "create": {
923 "description": "Creates a new AppConnector in a given project and location.",
924 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors",
925 "httpMethod": "POST",
926 "id": "beyondcorp.projects.locations.appConnectors.create",
927 "parameterOrder": [
928 "parent"
929 ],
930 "parameters": {
931 "appConnectorId": {
932 "description": "Optional. User-settable AppConnector resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.",
933 "location": "query",
934 "type": "string"
935 },
936 "parent": {
937 "description": "Required. The resource project name of the AppConnector location using the form: `projects/{project_id}/locations/{location_id}`",
938 "location": "path",
939 "pattern": "^projects/[^/]+/locations/[^/]+$",
940 "required": true,
941 "type": "string"
942 },
943 "requestId": {
944 "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 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).",
945 "location": "query",
946 "type": "string"
947 },
948 "validateOnly": {
949 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
950 "location": "query",
951 "type": "boolean"
952 }
953 },
954 "path": "v1/{+parent}/appConnectors",
955 "request": {
956 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1AppConnector"
957 },
958 "response": {
959 "$ref": "GoogleLongrunningOperation"
960 },
961 "scopes": [
962 "https://www.googleapis.com/auth/cloud-platform"
963 ]
964 },
965 "delete": {
966 "description": "Deletes a single AppConnector.",
967 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}",
968 "httpMethod": "DELETE",
969 "id": "beyondcorp.projects.locations.appConnectors.delete",
970 "parameterOrder": [
971 "name"
972 ],
973 "parameters": {
974 "name": {
975 "description": "Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`",
976 "location": "path",
977 "pattern": "^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$",
978 "required": true,
979 "type": "string"
980 },
981 "requestId": {
982 "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).",
983 "location": "query",
984 "type": "string"
985 },
986 "validateOnly": {
987 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
988 "location": "query",
989 "type": "boolean"
990 }
991 },
992 "path": "v1/{+name}",
993 "response": {
994 "$ref": "GoogleLongrunningOperation"
995 },
996 "scopes": [
997 "https://www.googleapis.com/auth/cloud-platform"
998 ]
999 },
1000 "get": {
1001 "description": "Gets details of a single AppConnector.",
1002 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}",
1003 "httpMethod": "GET",
1004 "id": "beyondcorp.projects.locations.appConnectors.get",
1005 "parameterOrder": [
1006 "name"
1007 ],
1008 "parameters": {
1009 "name": {
1010 "description": "Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`",
1011 "location": "path",
1012 "pattern": "^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$",
1013 "required": true,
1014 "type": "string"
1015 }
1016 },
1017 "path": "v1/{+name}",
1018 "response": {
1019 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1AppConnector"
1020 },
1021 "scopes": [
1022 "https://www.googleapis.com/auth/cloud-platform"
1023 ]
1024 },
1025 "getIamPolicy": {
1026 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
1027 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:getIamPolicy",
1028 "httpMethod": "GET",
1029 "id": "beyondcorp.projects.locations.appConnectors.getIamPolicy",
1030 "parameterOrder": [
1031 "resource"
1032 ],
1033 "parameters": {
1034 "options.requestedPolicyVersion": {
1035 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
1036 "format": "int32",
1037 "location": "query",
1038 "type": "integer"
1039 },
1040 "resource": {
1041 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1042 "location": "path",
1043 "pattern": "^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$",
1044 "required": true,
1045 "type": "string"
1046 }
1047 },
1048 "path": "v1/{+resource}:getIamPolicy",
1049 "response": {
1050 "$ref": "GoogleIamV1Policy"
1051 },
1052 "scopes": [
1053 "https://www.googleapis.com/auth/cloud-platform"
1054 ]
1055 },
1056 "list": {
1057 "description": "Lists AppConnectors in a given project and location.",
1058 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors",
1059 "httpMethod": "GET",
1060 "id": "beyondcorp.projects.locations.appConnectors.list",
1061 "parameterOrder": [
1062 "parent"
1063 ],
1064 "parameters": {
1065 "filter": {
1066 "description": "Optional. A filter specifying constraints of a list operation.",
1067 "location": "query",
1068 "type": "string"
1069 },
1070 "orderBy": {
1071 "description": "Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.",
1072 "location": "query",
1073 "type": "string"
1074 },
1075 "pageSize": {
1076 "description": "Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
1077 "format": "int32",
1078 "location": "query",
1079 "type": "integer"
1080 },
1081 "pageToken": {
1082 "description": "Optional. The next_page_token value returned from a previous ListAppConnectorsRequest, if any.",
1083 "location": "query",
1084 "type": "string"
1085 },
1086 "parent": {
1087 "description": "Required. The resource name of the AppConnector location using the form: `projects/{project_id}/locations/{location_id}`",
1088 "location": "path",
1089 "pattern": "^projects/[^/]+/locations/[^/]+$",
1090 "required": true,
1091 "type": "string"
1092 }
1093 },
1094 "path": "v1/{+parent}/appConnectors",
1095 "response": {
1096 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1ListAppConnectorsResponse"
1097 },
1098 "scopes": [
1099 "https://www.googleapis.com/auth/cloud-platform"
1100 ]
1101 },
1102 "patch": {
1103 "description": "Updates the parameters of a single AppConnector.",
1104 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}",
1105 "httpMethod": "PATCH",
1106 "id": "beyondcorp.projects.locations.appConnectors.patch",
1107 "parameterOrder": [
1108 "name"
1109 ],
1110 "parameters": {
1111 "name": {
1112 "description": "Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.",
1113 "location": "path",
1114 "pattern": "^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$",
1115 "required": true,
1116 "type": "string"
1117 },
1118 "requestId": {
1119 "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 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).",
1120 "location": "query",
1121 "type": "string"
1122 },
1123 "updateMask": {
1124 "description": "Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [BeyondCorp.AppConnector]: * `labels` * `display_name`",
1125 "format": "google-fieldmask",
1126 "location": "query",
1127 "type": "string"
1128 },
1129 "validateOnly": {
1130 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
1131 "location": "query",
1132 "type": "boolean"
1133 }
1134 },
1135 "path": "v1/{+name}",
1136 "request": {
1137 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1AppConnector"
1138 },
1139 "response": {
1140 "$ref": "GoogleLongrunningOperation"
1141 },
1142 "scopes": [
1143 "https://www.googleapis.com/auth/cloud-platform"
1144 ]
1145 },
1146 "reportStatus": {
1147 "description": "Report status for a given connector.",
1148 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:reportStatus",
1149 "httpMethod": "POST",
1150 "id": "beyondcorp.projects.locations.appConnectors.reportStatus",
1151 "parameterOrder": [
1152 "appConnector"
1153 ],
1154 "parameters": {
1155 "appConnector": {
1156 "description": "Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/connectors/{connector}`",
1157 "location": "path",
1158 "pattern": "^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$",
1159 "required": true,
1160 "type": "string"
1161 }
1162 },
1163 "path": "v1/{+appConnector}:reportStatus",
1164 "request": {
1165 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest"
1166 },
1167 "response": {
1168 "$ref": "GoogleLongrunningOperation"
1169 },
1170 "scopes": [
1171 "https://www.googleapis.com/auth/cloud-platform"
1172 ]
1173 },
1174 "resolveInstanceConfig": {
1175 "description": "Gets instance configuration for a given AppConnector. An internal method called by a AppConnector to get its container config.",
1176 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:resolveInstanceConfig",
1177 "httpMethod": "GET",
1178 "id": "beyondcorp.projects.locations.appConnectors.resolveInstanceConfig",
1179 "parameterOrder": [
1180 "appConnector"
1181 ],
1182 "parameters": {
1183 "appConnector": {
1184 "description": "Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector}`",
1185 "location": "path",
1186 "pattern": "^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$",
1187 "required": true,
1188 "type": "string"
1189 }
1190 },
1191 "path": "v1/{+appConnector}:resolveInstanceConfig",
1192 "response": {
1193 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1ResolveInstanceConfigResponse"
1194 },
1195 "scopes": [
1196 "https://www.googleapis.com/auth/cloud-platform"
1197 ]
1198 },
1199 "setIamPolicy": {
1200 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
1201 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:setIamPolicy",
1202 "httpMethod": "POST",
1203 "id": "beyondcorp.projects.locations.appConnectors.setIamPolicy",
1204 "parameterOrder": [
1205 "resource"
1206 ],
1207 "parameters": {
1208 "resource": {
1209 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1210 "location": "path",
1211 "pattern": "^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$",
1212 "required": true,
1213 "type": "string"
1214 }
1215 },
1216 "path": "v1/{+resource}:setIamPolicy",
1217 "request": {
1218 "$ref": "GoogleIamV1SetIamPolicyRequest"
1219 },
1220 "response": {
1221 "$ref": "GoogleIamV1Policy"
1222 },
1223 "scopes": [
1224 "https://www.googleapis.com/auth/cloud-platform"
1225 ]
1226 },
1227 "testIamPermissions": {
1228 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
1229 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:testIamPermissions",
1230 "httpMethod": "POST",
1231 "id": "beyondcorp.projects.locations.appConnectors.testIamPermissions",
1232 "parameterOrder": [
1233 "resource"
1234 ],
1235 "parameters": {
1236 "resource": {
1237 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1238 "location": "path",
1239 "pattern": "^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$",
1240 "required": true,
1241 "type": "string"
1242 }
1243 },
1244 "path": "v1/{+resource}:testIamPermissions",
1245 "request": {
1246 "$ref": "GoogleIamV1TestIamPermissionsRequest"
1247 },
1248 "response": {
1249 "$ref": "GoogleIamV1TestIamPermissionsResponse"
1250 },
1251 "scopes": [
1252 "https://www.googleapis.com/auth/cloud-platform"
1253 ]
1254 }
1255 }
1256 },
1257 "appGateways": {
1258 "methods": {
1259 "create": {
1260 "description": "Creates a new AppGateway in a given project and location.",
1261 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways",
1262 "httpMethod": "POST",
1263 "id": "beyondcorp.projects.locations.appGateways.create",
1264 "parameterOrder": [
1265 "parent"
1266 ],
1267 "parameters": {
1268 "appGatewayId": {
1269 "description": "Optional. User-settable AppGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.",
1270 "location": "query",
1271 "type": "string"
1272 },
1273 "parent": {
1274 "description": "Required. The resource project name of the AppGateway location using the form: `projects/{project_id}/locations/{location_id}`",
1275 "location": "path",
1276 "pattern": "^projects/[^/]+/locations/[^/]+$",
1277 "required": true,
1278 "type": "string"
1279 },
1280 "requestId": {
1281 "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 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).",
1282 "location": "query",
1283 "type": "string"
1284 },
1285 "validateOnly": {
1286 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
1287 "location": "query",
1288 "type": "boolean"
1289 }
1290 },
1291 "path": "v1/{+parent}/appGateways",
1292 "request": {
1293 "$ref": "AppGateway"
1294 },
1295 "response": {
1296 "$ref": "GoogleLongrunningOperation"
1297 },
1298 "scopes": [
1299 "https://www.googleapis.com/auth/cloud-platform"
1300 ]
1301 },
1302 "delete": {
1303 "description": "Deletes a single AppGateway.",
1304 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}",
1305 "httpMethod": "DELETE",
1306 "id": "beyondcorp.projects.locations.appGateways.delete",
1307 "parameterOrder": [
1308 "name"
1309 ],
1310 "parameters": {
1311 "name": {
1312 "description": "Required. BeyondCorp AppGateway name using the form: `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`",
1313 "location": "path",
1314 "pattern": "^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$",
1315 "required": true,
1316 "type": "string"
1317 },
1318 "requestId": {
1319 "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).",
1320 "location": "query",
1321 "type": "string"
1322 },
1323 "validateOnly": {
1324 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
1325 "location": "query",
1326 "type": "boolean"
1327 }
1328 },
1329 "path": "v1/{+name}",
1330 "response": {
1331 "$ref": "GoogleLongrunningOperation"
1332 },
1333 "scopes": [
1334 "https://www.googleapis.com/auth/cloud-platform"
1335 ]
1336 },
1337 "get": {
1338 "description": "Gets details of a single AppGateway.",
1339 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}",
1340 "httpMethod": "GET",
1341 "id": "beyondcorp.projects.locations.appGateways.get",
1342 "parameterOrder": [
1343 "name"
1344 ],
1345 "parameters": {
1346 "name": {
1347 "description": "Required. BeyondCorp AppGateway name using the form: `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`",
1348 "location": "path",
1349 "pattern": "^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$",
1350 "required": true,
1351 "type": "string"
1352 }
1353 },
1354 "path": "v1/{+name}",
1355 "response": {
1356 "$ref": "AppGateway"
1357 },
1358 "scopes": [
1359 "https://www.googleapis.com/auth/cloud-platform"
1360 ]
1361 },
1362 "getIamPolicy": {
1363 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
1364 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:getIamPolicy",
1365 "httpMethod": "GET",
1366 "id": "beyondcorp.projects.locations.appGateways.getIamPolicy",
1367 "parameterOrder": [
1368 "resource"
1369 ],
1370 "parameters": {
1371 "options.requestedPolicyVersion": {
1372 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
1373 "format": "int32",
1374 "location": "query",
1375 "type": "integer"
1376 },
1377 "resource": {
1378 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1379 "location": "path",
1380 "pattern": "^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$",
1381 "required": true,
1382 "type": "string"
1383 }
1384 },
1385 "path": "v1/{+resource}:getIamPolicy",
1386 "response": {
1387 "$ref": "GoogleIamV1Policy"
1388 },
1389 "scopes": [
1390 "https://www.googleapis.com/auth/cloud-platform"
1391 ]
1392 },
1393 "list": {
1394 "description": "Lists AppGateways in a given project and location.",
1395 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways",
1396 "httpMethod": "GET",
1397 "id": "beyondcorp.projects.locations.appGateways.list",
1398 "parameterOrder": [
1399 "parent"
1400 ],
1401 "parameters": {
1402 "filter": {
1403 "description": "Optional. A filter specifying constraints of a list operation.",
1404 "location": "query",
1405 "type": "string"
1406 },
1407 "orderBy": {
1408 "description": "Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.",
1409 "location": "query",
1410 "type": "string"
1411 },
1412 "pageSize": {
1413 "description": "Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
1414 "format": "int32",
1415 "location": "query",
1416 "type": "integer"
1417 },
1418 "pageToken": {
1419 "description": "Optional. The next_page_token value returned from a previous ListAppGatewaysRequest, if any.",
1420 "location": "query",
1421 "type": "string"
1422 },
1423 "parent": {
1424 "description": "Required. The resource name of the AppGateway location using the form: `projects/{project_id}/locations/{location_id}`",
1425 "location": "path",
1426 "pattern": "^projects/[^/]+/locations/[^/]+$",
1427 "required": true,
1428 "type": "string"
1429 }
1430 },
1431 "path": "v1/{+parent}/appGateways",
1432 "response": {
1433 "$ref": "ListAppGatewaysResponse"
1434 },
1435 "scopes": [
1436 "https://www.googleapis.com/auth/cloud-platform"
1437 ]
1438 },
1439 "setIamPolicy": {
1440 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
1441 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:setIamPolicy",
1442 "httpMethod": "POST",
1443 "id": "beyondcorp.projects.locations.appGateways.setIamPolicy",
1444 "parameterOrder": [
1445 "resource"
1446 ],
1447 "parameters": {
1448 "resource": {
1449 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1450 "location": "path",
1451 "pattern": "^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$",
1452 "required": true,
1453 "type": "string"
1454 }
1455 },
1456 "path": "v1/{+resource}:setIamPolicy",
1457 "request": {
1458 "$ref": "GoogleIamV1SetIamPolicyRequest"
1459 },
1460 "response": {
1461 "$ref": "GoogleIamV1Policy"
1462 },
1463 "scopes": [
1464 "https://www.googleapis.com/auth/cloud-platform"
1465 ]
1466 },
1467 "testIamPermissions": {
1468 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
1469 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:testIamPermissions",
1470 "httpMethod": "POST",
1471 "id": "beyondcorp.projects.locations.appGateways.testIamPermissions",
1472 "parameterOrder": [
1473 "resource"
1474 ],
1475 "parameters": {
1476 "resource": {
1477 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1478 "location": "path",
1479 "pattern": "^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$",
1480 "required": true,
1481 "type": "string"
1482 }
1483 },
1484 "path": "v1/{+resource}:testIamPermissions",
1485 "request": {
1486 "$ref": "GoogleIamV1TestIamPermissionsRequest"
1487 },
1488 "response": {
1489 "$ref": "GoogleIamV1TestIamPermissionsResponse"
1490 },
1491 "scopes": [
1492 "https://www.googleapis.com/auth/cloud-platform"
1493 ]
1494 }
1495 }
1496 },
1497 "clientConnectorServices": {
1498 "methods": {
1499 "getIamPolicy": {
1500 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
1501 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}:getIamPolicy",
1502 "httpMethod": "GET",
1503 "id": "beyondcorp.projects.locations.clientConnectorServices.getIamPolicy",
1504 "parameterOrder": [
1505 "resource"
1506 ],
1507 "parameters": {
1508 "options.requestedPolicyVersion": {
1509 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
1510 "format": "int32",
1511 "location": "query",
1512 "type": "integer"
1513 },
1514 "resource": {
1515 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1516 "location": "path",
1517 "pattern": "^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$",
1518 "required": true,
1519 "type": "string"
1520 }
1521 },
1522 "path": "v1/{+resource}:getIamPolicy",
1523 "response": {
1524 "$ref": "GoogleIamV1Policy"
1525 },
1526 "scopes": [
1527 "https://www.googleapis.com/auth/cloud-platform"
1528 ]
1529 },
1530 "setIamPolicy": {
1531 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
1532 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}:setIamPolicy",
1533 "httpMethod": "POST",
1534 "id": "beyondcorp.projects.locations.clientConnectorServices.setIamPolicy",
1535 "parameterOrder": [
1536 "resource"
1537 ],
1538 "parameters": {
1539 "resource": {
1540 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1541 "location": "path",
1542 "pattern": "^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$",
1543 "required": true,
1544 "type": "string"
1545 }
1546 },
1547 "path": "v1/{+resource}:setIamPolicy",
1548 "request": {
1549 "$ref": "GoogleIamV1SetIamPolicyRequest"
1550 },
1551 "response": {
1552 "$ref": "GoogleIamV1Policy"
1553 },
1554 "scopes": [
1555 "https://www.googleapis.com/auth/cloud-platform"
1556 ]
1557 },
1558 "testIamPermissions": {
1559 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
1560 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}:testIamPermissions",
1561 "httpMethod": "POST",
1562 "id": "beyondcorp.projects.locations.clientConnectorServices.testIamPermissions",
1563 "parameterOrder": [
1564 "resource"
1565 ],
1566 "parameters": {
1567 "resource": {
1568 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1569 "location": "path",
1570 "pattern": "^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$",
1571 "required": true,
1572 "type": "string"
1573 }
1574 },
1575 "path": "v1/{+resource}:testIamPermissions",
1576 "request": {
1577 "$ref": "GoogleIamV1TestIamPermissionsRequest"
1578 },
1579 "response": {
1580 "$ref": "GoogleIamV1TestIamPermissionsResponse"
1581 },
1582 "scopes": [
1583 "https://www.googleapis.com/auth/cloud-platform"
1584 ]
1585 }
1586 }
1587 },
1588 "clientGateways": {
1589 "methods": {
1590 "getIamPolicy": {
1591 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
1592 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clientGateways/{clientGatewaysId}:getIamPolicy",
1593 "httpMethod": "GET",
1594 "id": "beyondcorp.projects.locations.clientGateways.getIamPolicy",
1595 "parameterOrder": [
1596 "resource"
1597 ],
1598 "parameters": {
1599 "options.requestedPolicyVersion": {
1600 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
1601 "format": "int32",
1602 "location": "query",
1603 "type": "integer"
1604 },
1605 "resource": {
1606 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1607 "location": "path",
1608 "pattern": "^projects/[^/]+/locations/[^/]+/clientGateways/[^/]+$",
1609 "required": true,
1610 "type": "string"
1611 }
1612 },
1613 "path": "v1/{+resource}:getIamPolicy",
1614 "response": {
1615 "$ref": "GoogleIamV1Policy"
1616 },
1617 "scopes": [
1618 "https://www.googleapis.com/auth/cloud-platform"
1619 ]
1620 },
1621 "setIamPolicy": {
1622 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
1623 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clientGateways/{clientGatewaysId}:setIamPolicy",
1624 "httpMethod": "POST",
1625 "id": "beyondcorp.projects.locations.clientGateways.setIamPolicy",
1626 "parameterOrder": [
1627 "resource"
1628 ],
1629 "parameters": {
1630 "resource": {
1631 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1632 "location": "path",
1633 "pattern": "^projects/[^/]+/locations/[^/]+/clientGateways/[^/]+$",
1634 "required": true,
1635 "type": "string"
1636 }
1637 },
1638 "path": "v1/{+resource}:setIamPolicy",
1639 "request": {
1640 "$ref": "GoogleIamV1SetIamPolicyRequest"
1641 },
1642 "response": {
1643 "$ref": "GoogleIamV1Policy"
1644 },
1645 "scopes": [
1646 "https://www.googleapis.com/auth/cloud-platform"
1647 ]
1648 },
1649 "testIamPermissions": {
1650 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
1651 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clientGateways/{clientGatewaysId}:testIamPermissions",
1652 "httpMethod": "POST",
1653 "id": "beyondcorp.projects.locations.clientGateways.testIamPermissions",
1654 "parameterOrder": [
1655 "resource"
1656 ],
1657 "parameters": {
1658 "resource": {
1659 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1660 "location": "path",
1661 "pattern": "^projects/[^/]+/locations/[^/]+/clientGateways/[^/]+$",
1662 "required": true,
1663 "type": "string"
1664 }
1665 },
1666 "path": "v1/{+resource}:testIamPermissions",
1667 "request": {
1668 "$ref": "GoogleIamV1TestIamPermissionsRequest"
1669 },
1670 "response": {
1671 "$ref": "GoogleIamV1TestIamPermissionsResponse"
1672 },
1673 "scopes": [
1674 "https://www.googleapis.com/auth/cloud-platform"
1675 ]
1676 }
1677 }
1678 },
1679 "operations": {
1680 "methods": {
1681 "cancel": {
1682 "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1683 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
1684 "httpMethod": "POST",
1685 "id": "beyondcorp.projects.locations.operations.cancel",
1686 "parameterOrder": [
1687 "name"
1688 ],
1689 "parameters": {
1690 "name": {
1691 "description": "The name of the operation resource to be cancelled.",
1692 "location": "path",
1693 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1694 "required": true,
1695 "type": "string"
1696 }
1697 },
1698 "path": "v1/{+name}:cancel",
1699 "request": {
1700 "$ref": "GoogleLongrunningCancelOperationRequest"
1701 },
1702 "response": {
1703 "$ref": "Empty"
1704 },
1705 "scopes": [
1706 "https://www.googleapis.com/auth/cloud-platform"
1707 ]
1708 },
1709 "delete": {
1710 "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
1711 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
1712 "httpMethod": "DELETE",
1713 "id": "beyondcorp.projects.locations.operations.delete",
1714 "parameterOrder": [
1715 "name"
1716 ],
1717 "parameters": {
1718 "name": {
1719 "description": "The name of the operation resource to be deleted.",
1720 "location": "path",
1721 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1722 "required": true,
1723 "type": "string"
1724 }
1725 },
1726 "path": "v1/{+name}",
1727 "response": {
1728 "$ref": "Empty"
1729 },
1730 "scopes": [
1731 "https://www.googleapis.com/auth/cloud-platform"
1732 ]
1733 },
1734 "get": {
1735 "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
1736 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
1737 "httpMethod": "GET",
1738 "id": "beyondcorp.projects.locations.operations.get",
1739 "parameterOrder": [
1740 "name"
1741 ],
1742 "parameters": {
1743 "name": {
1744 "description": "The name of the operation resource.",
1745 "location": "path",
1746 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1747 "required": true,
1748 "type": "string"
1749 }
1750 },
1751 "path": "v1/{+name}",
1752 "response": {
1753 "$ref": "GoogleLongrunningOperation"
1754 },
1755 "scopes": [
1756 "https://www.googleapis.com/auth/cloud-platform"
1757 ]
1758 },
1759 "list": {
1760 "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
1761 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
1762 "httpMethod": "GET",
1763 "id": "beyondcorp.projects.locations.operations.list",
1764 "parameterOrder": [
1765 "name"
1766 ],
1767 "parameters": {
1768 "filter": {
1769 "description": "The standard list filter.",
1770 "location": "query",
1771 "type": "string"
1772 },
1773 "name": {
1774 "description": "The name of the operation's parent resource.",
1775 "location": "path",
1776 "pattern": "^projects/[^/]+/locations/[^/]+$",
1777 "required": true,
1778 "type": "string"
1779 },
1780 "pageSize": {
1781 "description": "The standard list page size.",
1782 "format": "int32",
1783 "location": "query",
1784 "type": "integer"
1785 },
1786 "pageToken": {
1787 "description": "The standard list page token.",
1788 "location": "query",
1789 "type": "string"
1790 }
1791 },
1792 "path": "v1/{+name}/operations",
1793 "response": {
1794 "$ref": "GoogleLongrunningListOperationsResponse"
1795 },
1796 "scopes": [
1797 "https://www.googleapis.com/auth/cloud-platform"
1798 ]
1799 }
1800 }
1801 }
1802 }
1803 }
1804 }
1805 }
1806 },
1807 "revision": "20240424",
1808 "rootUrl": "https://beyondcorp.googleapis.com/",
1809 "schemas": {
1810 "AllocatedConnection": {
1811 "description": "Allocated connection of the AppGateway.",
1812 "id": "AllocatedConnection",
1813 "properties": {
1814 "ingressPort": {
1815 "description": "Required. The ingress port of an allocated connection",
1816 "format": "int32",
1817 "type": "integer"
1818 },
1819 "pscUri": {
1820 "description": "Required. The PSC uri of an allocated connection",
1821 "type": "string"
1822 }
1823 },
1824 "type": "object"
1825 },
1826 "AppGateway": {
1827 "description": "A BeyondCorp AppGateway resource represents a BeyondCorp protected AppGateway to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppGateway. Multiple connectors can be authorised for a single AppGateway.",
1828 "id": "AppGateway",
1829 "properties": {
1830 "allocatedConnections": {
1831 "description": "Output only. A list of connections allocated for the Gateway",
1832 "items": {
1833 "$ref": "AllocatedConnection"
1834 },
1835 "readOnly": true,
1836 "type": "array"
1837 },
1838 "createTime": {
1839 "description": "Output only. Timestamp when the resource was created.",
1840 "format": "google-datetime",
1841 "readOnly": true,
1842 "type": "string"
1843 },
1844 "displayName": {
1845 "description": "Optional. An arbitrary user-provided name for the AppGateway. Cannot exceed 64 characters.",
1846 "type": "string"
1847 },
1848 "hostType": {
1849 "description": "Required. The type of hosting used by the AppGateway.",
1850 "enum": [
1851 "HOST_TYPE_UNSPECIFIED",
1852 "GCP_REGIONAL_MIG"
1853 ],
1854 "enumDescriptions": [
1855 "Default value. This value is unused.",
1856 "AppGateway hosted in a GCP regional managed instance group."
1857 ],
1858 "type": "string"
1859 },
1860 "labels": {
1861 "additionalProperties": {
1862 "type": "string"
1863 },
1864 "description": "Optional. Resource labels to represent user provided metadata.",
1865 "type": "object"
1866 },
1867 "name": {
1868 "description": "Required. Unique resource name of the AppGateway. The name is ignored when creating an AppGateway.",
1869 "type": "string"
1870 },
1871 "satisfiesPzi": {
1872 "description": "Output only. Reserved for future use.",
1873 "readOnly": true,
1874 "type": "boolean"
1875 },
1876 "satisfiesPzs": {
1877 "description": "Output only. Reserved for future use.",
1878 "readOnly": true,
1879 "type": "boolean"
1880 },
1881 "state": {
1882 "description": "Output only. The current state of the AppGateway.",
1883 "enum": [
1884 "STATE_UNSPECIFIED",
1885 "CREATING",
1886 "CREATED",
1887 "UPDATING",
1888 "DELETING",
1889 "DOWN"
1890 ],
1891 "enumDescriptions": [
1892 "Default value. This value is unused.",
1893 "AppGateway is being created.",
1894 "AppGateway has been created.",
1895 "AppGateway's configuration is being updated.",
1896 "AppGateway is being deleted.",
1897 "AppGateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF."
1898 ],
1899 "readOnly": true,
1900 "type": "string"
1901 },
1902 "type": {
1903 "description": "Required. The type of network connectivity used by the AppGateway.",
1904 "enum": [
1905 "TYPE_UNSPECIFIED",
1906 "TCP_PROXY"
1907 ],
1908 "enumDescriptions": [
1909 "Default value. This value is unused.",
1910 "TCP Proxy based BeyondCorp Connection. API will default to this if unset."
1911 ],
1912 "type": "string"
1913 },
1914 "uid": {
1915 "description": "Output only. A unique identifier for the instance generated by the system.",
1916 "readOnly": true,
1917 "type": "string"
1918 },
1919 "updateTime": {
1920 "description": "Output only. Timestamp when the resource was last modified.",
1921 "format": "google-datetime",
1922 "readOnly": true,
1923 "type": "string"
1924 },
1925 "uri": {
1926 "description": "Output only. Server-defined URI for this resource.",
1927 "readOnly": true,
1928 "type": "string"
1929 }
1930 },
1931 "type": "object"
1932 },
1933 "AppGatewayOperationMetadata": {
1934 "description": "Represents the metadata of the long-running operation.",
1935 "id": "AppGatewayOperationMetadata",
1936 "properties": {
1937 "apiVersion": {
1938 "description": "Output only. API version used to start the operation.",
1939 "readOnly": true,
1940 "type": "string"
1941 },
1942 "createTime": {
1943 "description": "Output only. The time the operation was created.",
1944 "format": "google-datetime",
1945 "readOnly": true,
1946 "type": "string"
1947 },
1948 "endTime": {
1949 "description": "Output only. The time the operation finished running.",
1950 "format": "google-datetime",
1951 "readOnly": true,
1952 "type": "string"
1953 },
1954 "requestedCancellation": {
1955 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1956 "readOnly": true,
1957 "type": "boolean"
1958 },
1959 "statusMessage": {
1960 "description": "Output only. Human-readable status of the operation, if any.",
1961 "readOnly": true,
1962 "type": "string"
1963 },
1964 "target": {
1965 "description": "Output only. Server-defined resource path for the target of the operation.",
1966 "readOnly": true,
1967 "type": "string"
1968 },
1969 "verb": {
1970 "description": "Output only. Name of the verb executed by the operation.",
1971 "readOnly": true,
1972 "type": "string"
1973 }
1974 },
1975 "type": "object"
1976 },
1977 "CloudSecurityZerotrustApplinkAppConnectorProtoConnectionConfig": {
1978 "description": "ConnectionConfig represents a Connection Configuration object.",
1979 "id": "CloudSecurityZerotrustApplinkAppConnectorProtoConnectionConfig",
1980 "properties": {
1981 "applicationEndpoint": {
1982 "description": "application_endpoint is the endpoint of the application the form of host:port. For example, \"localhost:80\".",
1983 "type": "string"
1984 },
1985 "applicationName": {
1986 "description": "application_name represents the given name of the application the connection is connecting with.",
1987 "type": "string"
1988 },
1989 "gateway": {
1990 "description": "gateway lists all instances running a gateway in GCP. They all connect to a connector on the host.",
1991 "items": {
1992 "$ref": "CloudSecurityZerotrustApplinkAppConnectorProtoGateway"
1993 },
1994 "type": "array"
1995 },
1996 "name": {
1997 "description": "name is the unique ID for each connection. TODO(b/190732451) returns connection name from user-specified name in config. Now, name = ${application_name}:${application_endpoint}",
1998 "type": "string"
1999 },
2000 "project": {
2001 "description": "project represents the consumer project the connection belongs to.",
2002 "type": "string"
2003 },
2004 "tunnelsPerGateway": {
2005 "description": "tunnels_per_gateway reflects the number of tunnels between a connector and a gateway.",
2006 "format": "uint32",
2007 "type": "integer"
2008 },
2009 "userPort": {
2010 "description": "user_port specifies the reserved port on gateways for user connections.",
2011 "format": "int32",
2012 "type": "integer"
2013 }
2014 },
2015 "type": "object"
2016 },
2017 "CloudSecurityZerotrustApplinkAppConnectorProtoConnectorDetails": {
2018 "description": "ConnectorDetails reflects the details of a connector.",
2019 "id": "CloudSecurityZerotrustApplinkAppConnectorProtoConnectorDetails",
2020 "properties": {},
2021 "type": "object"
2022 },
2023 "CloudSecurityZerotrustApplinkAppConnectorProtoGateway": {
2024 "description": "Gateway represents a GCE VM Instance endpoint for use by IAP TCP.",
2025 "id": "CloudSecurityZerotrustApplinkAppConnectorProtoGateway",
2026 "properties": {
2027 "interface": {
2028 "description": "interface specifies the network interface of the gateway to connect to.",
2029 "type": "string"
2030 },
2031 "name": {
2032 "description": "name is the name of an instance running a gateway. It is the unique ID for a gateway. All gateways under the same connection have the same prefix. It is derived from the gateway URL. For example, name=${instance} assuming a gateway URL. https://www.googleapis.com/compute/${version}/projects/${project}/zones/${zone}/instances/${instance}",
2033 "type": "string"
2034 },
2035 "port": {
2036 "description": "port specifies the port of the gateway for tunnel connections from the connectors.",
2037 "format": "uint32",
2038 "type": "integer"
2039 },
2040 "project": {
2041 "description": "project is the tenant project the gateway belongs to. Different from the project in the connection, it is a BeyondCorpAPI internally created project to manage all the gateways. It is sharing the same network with the consumer project user owned. It is derived from the gateway URL. For example, project=${project} assuming a gateway URL. https://www.googleapis.com/compute/${version}/projects/${project}/zones/${zone}/instances/${instance}",
2042 "type": "string"
2043 },
2044 "selfLink": {
2045 "description": "self_link is the gateway URL in the form https://www.googleapis.com/compute/${version}/projects/${project}/zones/${zone}/instances/${instance}",
2046 "type": "string"
2047 },
2048 "zone": {
2049 "description": "zone represents the zone the instance belongs. It is derived from the gateway URL. For example, zone=${zone} assuming a gateway URL. https://www.googleapis.com/compute/${version}/projects/${project}/zones/${zone}/instances/${instance}",
2050 "type": "string"
2051 }
2052 },
2053 "type": "object"
2054 },
2055 "CloudSecurityZerotrustApplinkLogagentProtoLogAgentDetails": {
2056 "description": "LogAgentDetails reflects the details of a log agent.",
2057 "id": "CloudSecurityZerotrustApplinkLogagentProtoLogAgentDetails",
2058 "properties": {},
2059 "type": "object"
2060 },
2061 "Empty": {
2062 "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
2063 "id": "Empty",
2064 "properties": {},
2065 "type": "object"
2066 },
2067 "GoogleCloudBeyondcorpAppconnectionsV1AppConnection": {
2068 "description": "A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppConnection. Multiple connectors can be authorised for a single AppConnection.",
2069 "id": "GoogleCloudBeyondcorpAppconnectionsV1AppConnection",
2070 "properties": {
2071 "applicationEndpoint": {
2072 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint",
2073 "description": "Required. Address of the remote application endpoint for the BeyondCorp AppConnection."
2074 },
2075 "connectors": {
2076 "description": "Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be associated with this AppConnection.",
2077 "items": {
2078 "type": "string"
2079 },
2080 "type": "array"
2081 },
2082 "createTime": {
2083 "description": "Output only. Timestamp when the resource was created.",
2084 "format": "google-datetime",
2085 "readOnly": true,
2086 "type": "string"
2087 },
2088 "displayName": {
2089 "description": "Optional. An arbitrary user-provided name for the AppConnection. Cannot exceed 64 characters.",
2090 "type": "string"
2091 },
2092 "gateway": {
2093 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway",
2094 "description": "Optional. Gateway used by the AppConnection."
2095 },
2096 "labels": {
2097 "additionalProperties": {
2098 "type": "string"
2099 },
2100 "description": "Optional. Resource labels to represent user provided metadata.",
2101 "type": "object"
2102 },
2103 "name": {
2104 "description": "Required. Unique resource name of the AppConnection. The name is ignored when creating a AppConnection.",
2105 "type": "string"
2106 },
2107 "satisfiesPzi": {
2108 "description": "Output only. Reserved for future use.",
2109 "readOnly": true,
2110 "type": "boolean"
2111 },
2112 "satisfiesPzs": {
2113 "description": "Output only. Reserved for future use.",
2114 "readOnly": true,
2115 "type": "boolean"
2116 },
2117 "state": {
2118 "description": "Output only. The current state of the AppConnection.",
2119 "enum": [
2120 "STATE_UNSPECIFIED",
2121 "CREATING",
2122 "CREATED",
2123 "UPDATING",
2124 "DELETING",
2125 "DOWN"
2126 ],
2127 "enumDescriptions": [
2128 "Default value. This value is unused.",
2129 "AppConnection is being created.",
2130 "AppConnection has been created.",
2131 "AppConnection's configuration is being updated.",
2132 "AppConnection is being deleted.",
2133 "AppConnection is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF."
2134 ],
2135 "readOnly": true,
2136 "type": "string"
2137 },
2138 "type": {
2139 "description": "Required. The type of network connectivity used by the AppConnection.",
2140 "enum": [
2141 "TYPE_UNSPECIFIED",
2142 "TCP_PROXY"
2143 ],
2144 "enumDescriptions": [
2145 "Default value. This value is unused.",
2146 "TCP Proxy based BeyondCorp AppConnection. API will default to this if unset."
2147 ],
2148 "type": "string"
2149 },
2150 "uid": {
2151 "description": "Output only. A unique identifier for the instance generated by the system.",
2152 "readOnly": true,
2153 "type": "string"
2154 },
2155 "updateTime": {
2156 "description": "Output only. Timestamp when the resource was last modified.",
2157 "format": "google-datetime",
2158 "readOnly": true,
2159 "type": "string"
2160 }
2161 },
2162 "type": "object"
2163 },
2164 "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint": {
2165 "description": "ApplicationEndpoint represents a remote application endpoint.",
2166 "id": "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint",
2167 "properties": {
2168 "host": {
2169 "description": "Required. Hostname or IP address of the remote application endpoint.",
2170 "type": "string"
2171 },
2172 "port": {
2173 "description": "Required. Port of the remote application endpoint.",
2174 "format": "int32",
2175 "type": "integer"
2176 }
2177 },
2178 "type": "object"
2179 },
2180 "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway": {
2181 "description": "Gateway represents a user facing component that serves as an entrance to enable connectivity.",
2182 "id": "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway",
2183 "properties": {
2184 "appGateway": {
2185 "description": "Required. AppGateway name in following format: `projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}`",
2186 "type": "string"
2187 },
2188 "ingressPort": {
2189 "description": "Output only. Ingress port reserved on the gateways for this AppConnection, if not specified or zero, the default port is 19443.",
2190 "format": "int32",
2191 "readOnly": true,
2192 "type": "integer"
2193 },
2194 "l7psc": {
2195 "description": "Output only. L7 private service connection for this resource.",
2196 "readOnly": true,
2197 "type": "string"
2198 },
2199 "type": {
2200 "description": "Required. The type of hosting used by the gateway.",
2201 "enum": [
2202 "TYPE_UNSPECIFIED",
2203 "GCP_REGIONAL_MIG"
2204 ],
2205 "enumDescriptions": [
2206 "Default value. This value is unused.",
2207 "Gateway hosted in a GCP regional managed instance group."
2208 ],
2209 "type": "string"
2210 },
2211 "uri": {
2212 "description": "Output only. Server-defined URI for this resource.",
2213 "readOnly": true,
2214 "type": "string"
2215 }
2216 },
2217 "type": "object"
2218 },
2219 "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionOperationMetadata": {
2220 "description": "Represents the metadata of the long-running operation.",
2221 "id": "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionOperationMetadata",
2222 "properties": {
2223 "apiVersion": {
2224 "description": "Output only. API version used to start the operation.",
2225 "readOnly": true,
2226 "type": "string"
2227 },
2228 "createTime": {
2229 "description": "Output only. The time the operation was created.",
2230 "format": "google-datetime",
2231 "readOnly": true,
2232 "type": "string"
2233 },
2234 "endTime": {
2235 "description": "Output only. The time the operation finished running.",
2236 "format": "google-datetime",
2237 "readOnly": true,
2238 "type": "string"
2239 },
2240 "requestedCancellation": {
2241 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2242 "readOnly": true,
2243 "type": "boolean"
2244 },
2245 "statusMessage": {
2246 "description": "Output only. Human-readable status of the operation, if any.",
2247 "readOnly": true,
2248 "type": "string"
2249 },
2250 "target": {
2251 "description": "Output only. Server-defined resource path for the target of the operation.",
2252 "readOnly": true,
2253 "type": "string"
2254 },
2255 "verb": {
2256 "description": "Output only. Name of the verb executed by the operation.",
2257 "readOnly": true,
2258 "type": "string"
2259 }
2260 },
2261 "type": "object"
2262 },
2263 "GoogleCloudBeyondcorpAppconnectionsV1ListAppConnectionsResponse": {
2264 "description": "Response message for BeyondCorp.ListAppConnections.",
2265 "id": "GoogleCloudBeyondcorpAppconnectionsV1ListAppConnectionsResponse",
2266 "properties": {
2267 "appConnections": {
2268 "description": "A list of BeyondCorp AppConnections in the project.",
2269 "items": {
2270 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1AppConnection"
2271 },
2272 "type": "array"
2273 },
2274 "nextPageToken": {
2275 "description": "A token to retrieve the next page of results, or empty if there are no more results in the list.",
2276 "type": "string"
2277 },
2278 "unreachable": {
2279 "description": "A list of locations that could not be reached.",
2280 "items": {
2281 "type": "string"
2282 },
2283 "type": "array"
2284 }
2285 },
2286 "type": "object"
2287 },
2288 "GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse": {
2289 "description": "Response message for BeyondCorp.ResolveAppConnections.",
2290 "id": "GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse",
2291 "properties": {
2292 "appConnectionDetails": {
2293 "description": "A list of BeyondCorp AppConnections with details in the project.",
2294 "items": {
2295 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails"
2296 },
2297 "type": "array"
2298 },
2299 "nextPageToken": {
2300 "description": "A token to retrieve the next page of results, or empty if there are no more results in the list.",
2301 "type": "string"
2302 },
2303 "unreachable": {
2304 "description": "A list of locations that could not be reached.",
2305 "items": {
2306 "type": "string"
2307 },
2308 "type": "array"
2309 }
2310 },
2311 "type": "object"
2312 },
2313 "GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails": {
2314 "description": "Details of the AppConnection.",
2315 "id": "GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails",
2316 "properties": {
2317 "appConnection": {
2318 "$ref": "GoogleCloudBeyondcorpAppconnectionsV1AppConnection",
2319 "description": "A BeyondCorp AppConnection in the project."
2320 },
2321 "recentMigVms": {
2322 "description": "If type=GCP_REGIONAL_MIG, contains most recent VM instances, like `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.",
2323 "items": {
2324 "type": "string"
2325 },
2326 "type": "array"
2327 }
2328 },
2329 "type": "object"
2330 },
2331 "GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionOperationMetadata": {
2332 "description": "Represents the metadata of the long-running operation.",
2333 "id": "GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionOperationMetadata",
2334 "properties": {
2335 "apiVersion": {
2336 "description": "Output only. API version used to start the operation.",
2337 "readOnly": true,
2338 "type": "string"
2339 },
2340 "createTime": {
2341 "description": "Output only. The time the operation was created.",
2342 "format": "google-datetime",
2343 "readOnly": true,
2344 "type": "string"
2345 },
2346 "endTime": {
2347 "description": "Output only. The time the operation finished running.",
2348 "format": "google-datetime",
2349 "readOnly": true,
2350 "type": "string"
2351 },
2352 "requestedCancellation": {
2353 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2354 "readOnly": true,
2355 "type": "boolean"
2356 },
2357 "statusMessage": {
2358 "description": "Output only. Human-readable status of the operation, if any.",
2359 "readOnly": true,
2360 "type": "string"
2361 },
2362 "target": {
2363 "description": "Output only. Server-defined resource path for the target of the operation.",
2364 "readOnly": true,
2365 "type": "string"
2366 },
2367 "verb": {
2368 "description": "Output only. Name of the verb executed by the operation.",
2369 "readOnly": true,
2370 "type": "string"
2371 }
2372 },
2373 "type": "object"
2374 },
2375 "GoogleCloudBeyondcorpAppconnectorsV1AppConnector": {
2376 "description": "A BeyondCorp connector resource that represents an application facing component deployed proximal to and with direct access to the application instances. It is used to establish connectivity between the remote enterprise environment and GCP. It initiates connections to the applications and can proxy the data from users over the connection.",
2377 "id": "GoogleCloudBeyondcorpAppconnectorsV1AppConnector",
2378 "properties": {
2379 "createTime": {
2380 "description": "Output only. Timestamp when the resource was created.",
2381 "format": "google-datetime",
2382 "readOnly": true,
2383 "type": "string"
2384 },
2385 "displayName": {
2386 "description": "Optional. An arbitrary user-provided name for the AppConnector. Cannot exceed 64 characters.",
2387 "type": "string"
2388 },
2389 "labels": {
2390 "additionalProperties": {
2391 "type": "string"
2392 },
2393 "description": "Optional. Resource labels to represent user provided metadata.",
2394 "type": "object"
2395 },
2396 "name": {
2397 "description": "Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.",
2398 "type": "string"
2399 },
2400 "principalInfo": {
2401 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfo",
2402 "description": "Required. Principal information about the Identity of the AppConnector."
2403 },
2404 "resourceInfo": {
2405 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo",
2406 "description": "Optional. Resource info of the connector."
2407 },
2408 "state": {
2409 "description": "Output only. The current state of the AppConnector.",
2410 "enum": [
2411 "STATE_UNSPECIFIED",
2412 "CREATING",
2413 "CREATED",
2414 "UPDATING",
2415 "DELETING",
2416 "DOWN"
2417 ],
2418 "enumDescriptions": [
2419 "Default value. This value is unused.",
2420 "AppConnector is being created.",
2421 "AppConnector has been created.",
2422 "AppConnector's configuration is being updated.",
2423 "AppConnector is being deleted.",
2424 "AppConnector is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF."
2425 ],
2426 "readOnly": true,
2427 "type": "string"
2428 },
2429 "uid": {
2430 "description": "Output only. A unique identifier for the instance generated by the system.",
2431 "readOnly": true,
2432 "type": "string"
2433 },
2434 "updateTime": {
2435 "description": "Output only. Timestamp when the resource was last modified.",
2436 "format": "google-datetime",
2437 "readOnly": true,
2438 "type": "string"
2439 }
2440 },
2441 "type": "object"
2442 },
2443 "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorInstanceConfig": {
2444 "description": "AppConnectorInstanceConfig defines the instance config of a AppConnector.",
2445 "id": "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorInstanceConfig",
2446 "properties": {
2447 "imageConfig": {
2448 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1ImageConfig",
2449 "description": "ImageConfig defines the GCR images to run for the remote agent's control plane."
2450 },
2451 "instanceConfig": {
2452 "additionalProperties": {
2453 "description": "Properties of the object. Contains field @type with type URL.",
2454 "type": "any"
2455 },
2456 "description": "The SLM instance agent configuration.",
2457 "type": "object"
2458 },
2459 "notificationConfig": {
2460 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig",
2461 "description": "NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification."
2462 },
2463 "sequenceNumber": {
2464 "description": "Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.",
2465 "format": "int64",
2466 "type": "string"
2467 }
2468 },
2469 "type": "object"
2470 },
2471 "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorOperationMetadata": {
2472 "description": "Represents the metadata of the long-running operation.",
2473 "id": "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorOperationMetadata",
2474 "properties": {
2475 "apiVersion": {
2476 "description": "Output only. API version used to start the operation.",
2477 "readOnly": true,
2478 "type": "string"
2479 },
2480 "createTime": {
2481 "description": "Output only. The time the operation was created.",
2482 "format": "google-datetime",
2483 "readOnly": true,
2484 "type": "string"
2485 },
2486 "endTime": {
2487 "description": "Output only. The time the operation finished running.",
2488 "format": "google-datetime",
2489 "readOnly": true,
2490 "type": "string"
2491 },
2492 "requestedCancellation": {
2493 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2494 "readOnly": true,
2495 "type": "boolean"
2496 },
2497 "statusMessage": {
2498 "description": "Output only. Human-readable status of the operation, if any.",
2499 "readOnly": true,
2500 "type": "string"
2501 },
2502 "target": {
2503 "description": "Output only. Server-defined resource path for the target of the operation.",
2504 "readOnly": true,
2505 "type": "string"
2506 },
2507 "verb": {
2508 "description": "Output only. Name of the verb executed by the operation.",
2509 "readOnly": true,
2510 "type": "string"
2511 }
2512 },
2513 "type": "object"
2514 },
2515 "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfo": {
2516 "description": "PrincipalInfo represents an Identity oneof.",
2517 "id": "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfo",
2518 "properties": {
2519 "serviceAccount": {
2520 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoServiceAccount",
2521 "description": "A GCP service account."
2522 }
2523 },
2524 "type": "object"
2525 },
2526 "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoServiceAccount": {
2527 "description": "ServiceAccount represents a GCP service account.",
2528 "id": "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoServiceAccount",
2529 "properties": {
2530 "email": {
2531 "description": "Email address of the service account.",
2532 "type": "string"
2533 }
2534 },
2535 "type": "object"
2536 },
2537 "GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails": {
2538 "description": "ContainerHealthDetails reflects the health details of a container.",
2539 "id": "GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails",
2540 "properties": {
2541 "currentConfigVersion": {
2542 "description": "The version of the current config.",
2543 "type": "string"
2544 },
2545 "errorMsg": {
2546 "description": "The latest error message.",
2547 "type": "string"
2548 },
2549 "expectedConfigVersion": {
2550 "description": "The version of the expected config.",
2551 "type": "string"
2552 },
2553 "extendedStatus": {
2554 "additionalProperties": {
2555 "type": "string"
2556 },
2557 "description": "The extended status. Such as ExitCode, StartedAt, FinishedAt, etc.",
2558 "type": "object"
2559 }
2560 },
2561 "type": "object"
2562 },
2563 "GoogleCloudBeyondcorpAppconnectorsV1ImageConfig": {
2564 "description": "ImageConfig defines the control plane images to run.",
2565 "id": "GoogleCloudBeyondcorpAppconnectorsV1ImageConfig",
2566 "properties": {
2567 "stableImage": {
2568 "description": "The stable image that the remote agent will fallback to if the target image fails. Format would be a gcr image path, e.g.: gcr.io/PROJECT-ID/my-image:tag1",
2569 "type": "string"
2570 },
2571 "targetImage": {
2572 "description": "The initial image the remote agent will attempt to run for the control plane. Format would be a gcr image path, e.g.: gcr.io/PROJECT-ID/my-image:tag1",
2573 "type": "string"
2574 }
2575 },
2576 "type": "object"
2577 },
2578 "GoogleCloudBeyondcorpAppconnectorsV1ListAppConnectorsResponse": {
2579 "description": "Response message for BeyondCorp.ListAppConnectors.",
2580 "id": "GoogleCloudBeyondcorpAppconnectorsV1ListAppConnectorsResponse",
2581 "properties": {
2582 "appConnectors": {
2583 "description": "A list of BeyondCorp AppConnectors in the project.",
2584 "items": {
2585 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1AppConnector"
2586 },
2587 "type": "array"
2588 },
2589 "nextPageToken": {
2590 "description": "A token to retrieve the next page of results, or empty if there are no more results in the list.",
2591 "type": "string"
2592 },
2593 "unreachable": {
2594 "description": "A list of locations that could not be reached.",
2595 "items": {
2596 "type": "string"
2597 },
2598 "type": "array"
2599 }
2600 },
2601 "type": "object"
2602 },
2603 "GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig": {
2604 "description": "NotificationConfig defines the mechanisms to notify instance agent.",
2605 "id": "GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig",
2606 "properties": {
2607 "pubsubNotification": {
2608 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig",
2609 "description": "Cloud Pub/Sub Configuration to receive notifications."
2610 }
2611 },
2612 "type": "object"
2613 },
2614 "GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig": {
2615 "description": "The configuration for Pub/Sub messaging for the AppConnector.",
2616 "id": "GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig",
2617 "properties": {
2618 "pubsubSubscription": {
2619 "description": "The Pub/Sub subscription the AppConnector uses to receive notifications.",
2620 "type": "string"
2621 }
2622 },
2623 "type": "object"
2624 },
2625 "GoogleCloudBeyondcorpAppconnectorsV1RemoteAgentDetails": {
2626 "description": "RemoteAgentDetails reflects the details of a remote agent.",
2627 "id": "GoogleCloudBeyondcorpAppconnectorsV1RemoteAgentDetails",
2628 "properties": {},
2629 "type": "object"
2630 },
2631 "GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest": {
2632 "description": "Request report the connector status.",
2633 "id": "GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest",
2634 "properties": {
2635 "requestId": {
2636 "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 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).",
2637 "type": "string"
2638 },
2639 "resourceInfo": {
2640 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo",
2641 "description": "Required. Resource info of the connector."
2642 },
2643 "validateOnly": {
2644 "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
2645 "type": "boolean"
2646 }
2647 },
2648 "type": "object"
2649 },
2650 "GoogleCloudBeyondcorpAppconnectorsV1ResolveInstanceConfigResponse": {
2651 "description": "Response message for BeyondCorp.ResolveInstanceConfig.",
2652 "id": "GoogleCloudBeyondcorpAppconnectorsV1ResolveInstanceConfigResponse",
2653 "properties": {
2654 "instanceConfig": {
2655 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorInstanceConfig",
2656 "description": "AppConnectorInstanceConfig."
2657 }
2658 },
2659 "type": "object"
2660 },
2661 "GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo": {
2662 "description": "ResourceInfo represents the information/status of an app connector resource. Such as: - remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel - logagent",
2663 "id": "GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo",
2664 "properties": {
2665 "id": {
2666 "description": "Required. Unique Id for the resource.",
2667 "type": "string"
2668 },
2669 "resource": {
2670 "additionalProperties": {
2671 "description": "Properties of the object. Contains field @type with type URL.",
2672 "type": "any"
2673 },
2674 "description": "Specific details for the resource. This is for internal use only.",
2675 "type": "object"
2676 },
2677 "status": {
2678 "description": "Overall health status. Overall status is derived based on the status of each sub level resources.",
2679 "enum": [
2680 "HEALTH_STATUS_UNSPECIFIED",
2681 "HEALTHY",
2682 "UNHEALTHY",
2683 "UNRESPONSIVE",
2684 "DEGRADED"
2685 ],
2686 "enumDescriptions": [
2687 "Health status is unknown: not initialized or failed to retrieve.",
2688 "The resource is healthy.",
2689 "The resource is unhealthy.",
2690 "The resource is unresponsive.",
2691 "Some sub-resources are UNHEALTHY."
2692 ],
2693 "type": "string"
2694 },
2695 "sub": {
2696 "description": "List of Info for the sub level resources.",
2697 "items": {
2698 "$ref": "GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo"
2699 },
2700 "type": "array"
2701 },
2702 "time": {
2703 "description": "The timestamp to collect the info. It is suggested to be set by the topmost level resource only.",
2704 "format": "google-datetime",
2705 "type": "string"
2706 }
2707 },
2708 "type": "object"
2709 },
2710 "GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorOperationMetadata": {
2711 "description": "Represents the metadata of the long-running operation.",
2712 "id": "GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorOperationMetadata",
2713 "properties": {
2714 "apiVersion": {
2715 "description": "Output only. API version used to start the operation.",
2716 "readOnly": true,
2717 "type": "string"
2718 },
2719 "createTime": {
2720 "description": "Output only. The time the operation was created.",
2721 "format": "google-datetime",
2722 "readOnly": true,
2723 "type": "string"
2724 },
2725 "endTime": {
2726 "description": "Output only. The time the operation finished running.",
2727 "format": "google-datetime",
2728 "readOnly": true,
2729 "type": "string"
2730 },
2731 "requestedCancellation": {
2732 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2733 "readOnly": true,
2734 "type": "boolean"
2735 },
2736 "statusMessage": {
2737 "description": "Output only. Human-readable status of the operation, if any.",
2738 "readOnly": true,
2739 "type": "string"
2740 },
2741 "target": {
2742 "description": "Output only. Server-defined resource path for the target of the operation.",
2743 "readOnly": true,
2744 "type": "string"
2745 },
2746 "verb": {
2747 "description": "Output only. Name of the verb executed by the operation.",
2748 "readOnly": true,
2749 "type": "string"
2750 }
2751 },
2752 "type": "object"
2753 },
2754 "GoogleCloudBeyondcorpAppconnectorsV1alphaContainerHealthDetails": {
2755 "description": "ContainerHealthDetails reflects the health details of a container.",
2756 "id": "GoogleCloudBeyondcorpAppconnectorsV1alphaContainerHealthDetails",
2757 "properties": {
2758 "currentConfigVersion": {
2759 "description": "The version of the current config.",
2760 "type": "string"
2761 },
2762 "errorMsg": {
2763 "description": "The latest error message.",
2764 "type": "string"
2765 },
2766 "expectedConfigVersion": {
2767 "description": "The version of the expected config.",
2768 "type": "string"
2769 },
2770 "extendedStatus": {
2771 "additionalProperties": {
2772 "type": "string"
2773 },
2774 "description": "The extended status. Such as ExitCode, StartedAt, FinishedAt, etc.",
2775 "type": "object"
2776 }
2777 },
2778 "type": "object"
2779 },
2780 "GoogleCloudBeyondcorpAppconnectorsV1alphaRemoteAgentDetails": {
2781 "description": "RemoteAgentDetails reflects the details of a remote agent.",
2782 "id": "GoogleCloudBeyondcorpAppconnectorsV1alphaRemoteAgentDetails",
2783 "properties": {},
2784 "type": "object"
2785 },
2786 "GoogleCloudBeyondcorpAppgatewaysV1alphaAppGatewayOperationMetadata": {
2787 "description": "Represents the metadata of the long-running operation.",
2788 "id": "GoogleCloudBeyondcorpAppgatewaysV1alphaAppGatewayOperationMetadata",
2789 "properties": {
2790 "apiVersion": {
2791 "description": "Output only. API version used to start the operation.",
2792 "readOnly": true,
2793 "type": "string"
2794 },
2795 "createTime": {
2796 "description": "Output only. The time the operation was created.",
2797 "format": "google-datetime",
2798 "readOnly": true,
2799 "type": "string"
2800 },
2801 "endTime": {
2802 "description": "Output only. The time the operation finished running.",
2803 "format": "google-datetime",
2804 "readOnly": true,
2805 "type": "string"
2806 },
2807 "requestedCancellation": {
2808 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2809 "readOnly": true,
2810 "type": "boolean"
2811 },
2812 "statusMessage": {
2813 "description": "Output only. Human-readable status of the operation, if any.",
2814 "readOnly": true,
2815 "type": "string"
2816 },
2817 "target": {
2818 "description": "Output only. Server-defined resource path for the target of the operation.",
2819 "readOnly": true,
2820 "type": "string"
2821 },
2822 "verb": {
2823 "description": "Output only. Name of the verb executed by the operation.",
2824 "readOnly": true,
2825 "type": "string"
2826 }
2827 },
2828 "type": "object"
2829 },
2830 "GoogleCloudBeyondcorpConnectionsV1alphaConnectionOperationMetadata": {
2831 "description": "Represents the metadata of the long-running operation.",
2832 "id": "GoogleCloudBeyondcorpConnectionsV1alphaConnectionOperationMetadata",
2833 "properties": {
2834 "apiVersion": {
2835 "description": "Output only. API version used to start the operation.",
2836 "readOnly": true,
2837 "type": "string"
2838 },
2839 "createTime": {
2840 "description": "Output only. The time the operation was created.",
2841 "format": "google-datetime",
2842 "readOnly": true,
2843 "type": "string"
2844 },
2845 "endTime": {
2846 "description": "Output only. The time the operation finished running.",
2847 "format": "google-datetime",
2848 "readOnly": true,
2849 "type": "string"
2850 },
2851 "requestedCancellation": {
2852 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2853 "readOnly": true,
2854 "type": "boolean"
2855 },
2856 "statusMessage": {
2857 "description": "Output only. Human-readable status of the operation, if any.",
2858 "readOnly": true,
2859 "type": "string"
2860 },
2861 "target": {
2862 "description": "Output only. Server-defined resource path for the target of the operation.",
2863 "readOnly": true,
2864 "type": "string"
2865 },
2866 "verb": {
2867 "description": "Output only. Name of the verb executed by the operation.",
2868 "readOnly": true,
2869 "type": "string"
2870 }
2871 },
2872 "type": "object"
2873 },
2874 "GoogleCloudBeyondcorpConnectorsV1alphaConnectorOperationMetadata": {
2875 "description": "Represents the metadata of the long-running operation.",
2876 "id": "GoogleCloudBeyondcorpConnectorsV1alphaConnectorOperationMetadata",
2877 "properties": {
2878 "apiVersion": {
2879 "description": "Output only. API version used to start the operation.",
2880 "readOnly": true,
2881 "type": "string"
2882 },
2883 "createTime": {
2884 "description": "Output only. The time the operation was created.",
2885 "format": "google-datetime",
2886 "readOnly": true,
2887 "type": "string"
2888 },
2889 "endTime": {
2890 "description": "Output only. The time the operation finished running.",
2891 "format": "google-datetime",
2892 "readOnly": true,
2893 "type": "string"
2894 },
2895 "requestedCancellation": {
2896 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2897 "readOnly": true,
2898 "type": "boolean"
2899 },
2900 "statusMessage": {
2901 "description": "Output only. Human-readable status of the operation, if any.",
2902 "readOnly": true,
2903 "type": "string"
2904 },
2905 "target": {
2906 "description": "Output only. Server-defined resource path for the target of the operation.",
2907 "readOnly": true,
2908 "type": "string"
2909 },
2910 "verb": {
2911 "description": "Output only. Name of the verb executed by the operation.",
2912 "readOnly": true,
2913 "type": "string"
2914 }
2915 },
2916 "type": "object"
2917 },
2918 "GoogleCloudBeyondcorpConnectorsV1alphaContainerHealthDetails": {
2919 "description": "ContainerHealthDetails reflects the health details of a container.",
2920 "id": "GoogleCloudBeyondcorpConnectorsV1alphaContainerHealthDetails",
2921 "properties": {
2922 "currentConfigVersion": {
2923 "description": "The version of the current config.",
2924 "type": "string"
2925 },
2926 "errorMsg": {
2927 "description": "The latest error message.",
2928 "type": "string"
2929 },
2930 "expectedConfigVersion": {
2931 "description": "The version of the expected config.",
2932 "type": "string"
2933 },
2934 "extendedStatus": {
2935 "additionalProperties": {
2936 "type": "string"
2937 },
2938 "description": "The extended status. Such as ExitCode, StartedAt, FinishedAt, etc.",
2939 "type": "object"
2940 }
2941 },
2942 "type": "object"
2943 },
2944 "GoogleCloudBeyondcorpConnectorsV1alphaRemoteAgentDetails": {
2945 "description": "RemoteAgentDetails reflects the details of a remote agent.",
2946 "id": "GoogleCloudBeyondcorpConnectorsV1alphaRemoteAgentDetails",
2947 "properties": {},
2948 "type": "object"
2949 },
2950 "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata": {
2951 "description": "Represents the metadata of the long-running operation.",
2952 "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata",
2953 "properties": {
2954 "apiVersion": {
2955 "description": "Output only. API version used to start the operation.",
2956 "readOnly": true,
2957 "type": "string"
2958 },
2959 "createTime": {
2960 "description": "Output only. The time the operation was created.",
2961 "format": "google-datetime",
2962 "readOnly": true,
2963 "type": "string"
2964 },
2965 "endTime": {
2966 "description": "Output only. The time the operation finished running.",
2967 "format": "google-datetime",
2968 "readOnly": true,
2969 "type": "string"
2970 },
2971 "requestedCancellation": {
2972 "description": "Output only. Identifies whether the caller has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
2973 "readOnly": true,
2974 "type": "boolean"
2975 },
2976 "statusMessage": {
2977 "description": "Output only. Human-readable status of the operation, if any.",
2978 "readOnly": true,
2979 "type": "string"
2980 },
2981 "target": {
2982 "description": "Output only. Server-defined resource path for the target of the operation.",
2983 "readOnly": true,
2984 "type": "string"
2985 },
2986 "verb": {
2987 "description": "Output only. Name of the verb executed by the operation.",
2988 "readOnly": true,
2989 "type": "string"
2990 }
2991 },
2992 "type": "object"
2993 },
2994 "GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata": {
2995 "description": "Represents the metadata of the long-running operation.",
2996 "id": "GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata",
2997 "properties": {
2998 "apiVersion": {
2999 "description": "Output only. API version used to start the operation.",
3000 "readOnly": true,
3001 "type": "string"
3002 },
3003 "createTime": {
3004 "description": "Output only. The time the operation was created.",
3005 "format": "google-datetime",
3006 "readOnly": true,
3007 "type": "string"
3008 },
3009 "endTime": {
3010 "description": "Output only. The time the operation finished running.",
3011 "format": "google-datetime",
3012 "readOnly": true,
3013 "type": "string"
3014 },
3015 "requestedCancellation": {
3016 "description": "Output only. Identifies whether the caller has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
3017 "readOnly": true,
3018 "type": "boolean"
3019 },
3020 "statusMessage": {
3021 "description": "Output only. Human-readable status of the operation, if any.",
3022 "readOnly": true,
3023 "type": "string"
3024 },
3025 "target": {
3026 "description": "Output only. Server-defined resource path for the target of the operation.",
3027 "readOnly": true,
3028 "type": "string"
3029 },
3030 "verb": {
3031 "description": "Output only. Name of the verb executed by the operation.",
3032 "readOnly": true,
3033 "type": "string"
3034 }
3035 },
3036 "type": "object"
3037 },
3038 "GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata": {
3039 "description": "Represents the metadata of the long-running operation.",
3040 "id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata",
3041 "properties": {
3042 "apiVersion": {
3043 "description": "Output only. API version used to start the operation.",
3044 "readOnly": true,
3045 "type": "string"
3046 },
3047 "createTime": {
3048 "description": "Output only. The time the operation was created.",
3049 "format": "google-datetime",
3050 "readOnly": true,
3051 "type": "string"
3052 },
3053 "endTime": {
3054 "description": "Output only. The time the operation finished running.",
3055 "format": "google-datetime",
3056 "readOnly": true,
3057 "type": "string"
3058 },
3059 "requestedCancellation": {
3060 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
3061 "readOnly": true,
3062 "type": "boolean"
3063 },
3064 "statusMessage": {
3065 "description": "Output only. Human-readable status of the operation, if any.",
3066 "readOnly": true,
3067 "type": "string"
3068 },
3069 "target": {
3070 "description": "Output only. Server-defined resource path for the target of the operation.",
3071 "readOnly": true,
3072 "type": "string"
3073 },
3074 "verb": {
3075 "description": "Output only. Name of the verb executed by the operation.",
3076 "readOnly": true,
3077 "type": "string"
3078 }
3079 },
3080 "type": "object"
3081 },
3082 "GoogleCloudLocationListLocationsResponse": {
3083 "description": "The response message for Locations.ListLocations.",
3084 "id": "GoogleCloudLocationListLocationsResponse",
3085 "properties": {
3086 "locations": {
3087 "description": "A list of locations that matches the specified filter in the request.",
3088 "items": {
3089 "$ref": "GoogleCloudLocationLocation"
3090 },
3091 "type": "array"
3092 },
3093 "nextPageToken": {
3094 "description": "The standard List next-page token.",
3095 "type": "string"
3096 }
3097 },
3098 "type": "object"
3099 },
3100 "GoogleCloudLocationLocation": {
3101 "description": "A resource that represents a Google Cloud location.",
3102 "id": "GoogleCloudLocationLocation",
3103 "properties": {
3104 "displayName": {
3105 "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
3106 "type": "string"
3107 },
3108 "labels": {
3109 "additionalProperties": {
3110 "type": "string"
3111 },
3112 "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
3113 "type": "object"
3114 },
3115 "locationId": {
3116 "description": "The canonical id for this location. For example: `\"us-east1\"`.",
3117 "type": "string"
3118 },
3119 "metadata": {
3120 "additionalProperties": {
3121 "description": "Properties of the object. Contains field @type with type URL.",
3122 "type": "any"
3123 },
3124 "description": "Service-specific metadata. For example the available capacity at the given location.",
3125 "type": "object"
3126 },
3127 "name": {
3128 "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
3129 "type": "string"
3130 }
3131 },
3132 "type": "object"
3133 },
3134 "GoogleIamV1AuditConfig": {
3135 "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
3136 "id": "GoogleIamV1AuditConfig",
3137 "properties": {
3138 "auditLogConfigs": {
3139 "description": "The configuration for logging of each type of permission.",
3140 "items": {
3141 "$ref": "GoogleIamV1AuditLogConfig"
3142 },
3143 "type": "array"
3144 },
3145 "service": {
3146 "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
3147 "type": "string"
3148 }
3149 },
3150 "type": "object"
3151 },
3152 "GoogleIamV1AuditLogConfig": {
3153 "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
3154 "id": "GoogleIamV1AuditLogConfig",
3155 "properties": {
3156 "exemptedMembers": {
3157 "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
3158 "items": {
3159 "type": "string"
3160 },
3161 "type": "array"
3162 },
3163 "logType": {
3164 "description": "The log type that this config enables.",
3165 "enum": [
3166 "LOG_TYPE_UNSPECIFIED",
3167 "ADMIN_READ",
3168 "DATA_WRITE",
3169 "DATA_READ"
3170 ],
3171 "enumDescriptions": [
3172 "Default case. Should never be this.",
3173 "Admin reads. Example: CloudIAM getIamPolicy",
3174 "Data writes. Example: CloudSQL Users create",
3175 "Data reads. Example: CloudSQL Users list"
3176 ],
3177 "type": "string"
3178 }
3179 },
3180 "type": "object"
3181 },
3182 "GoogleIamV1Binding": {
3183 "description": "Associates `members`, or principals, with a `role`.",
3184 "id": "GoogleIamV1Binding",
3185 "properties": {
3186 "condition": {
3187 "$ref": "GoogleTypeExpr",
3188 "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
3189 },
3190 "members": {
3191 "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
3192 "items": {
3193 "type": "string"
3194 },
3195 "type": "array"
3196 },
3197 "role": {
3198 "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
3199 "type": "string"
3200 }
3201 },
3202 "type": "object"
3203 },
3204 "GoogleIamV1Policy": {
3205 "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
3206 "id": "GoogleIamV1Policy",
3207 "properties": {
3208 "auditConfigs": {
3209 "description": "Specifies cloud audit logging configuration for this policy.",
3210 "items": {
3211 "$ref": "GoogleIamV1AuditConfig"
3212 },
3213 "type": "array"
3214 },
3215 "bindings": {
3216 "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
3217 "items": {
3218 "$ref": "GoogleIamV1Binding"
3219 },
3220 "type": "array"
3221 },
3222 "etag": {
3223 "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
3224 "format": "byte",
3225 "type": "string"
3226 },
3227 "version": {
3228 "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
3229 "format": "int32",
3230 "type": "integer"
3231 }
3232 },
3233 "type": "object"
3234 },
3235 "GoogleIamV1SetIamPolicyRequest": {
3236 "description": "Request message for `SetIamPolicy` method.",
3237 "id": "GoogleIamV1SetIamPolicyRequest",
3238 "properties": {
3239 "policy": {
3240 "$ref": "GoogleIamV1Policy",
3241 "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
3242 },
3243 "updateMask": {
3244 "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
3245 "format": "google-fieldmask",
3246 "type": "string"
3247 }
3248 },
3249 "type": "object"
3250 },
3251 "GoogleIamV1TestIamPermissionsRequest": {
3252 "description": "Request message for `TestIamPermissions` method.",
3253 "id": "GoogleIamV1TestIamPermissionsRequest",
3254 "properties": {
3255 "permissions": {
3256 "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
3257 "items": {
3258 "type": "string"
3259 },
3260 "type": "array"
3261 }
3262 },
3263 "type": "object"
3264 },
3265 "GoogleIamV1TestIamPermissionsResponse": {
3266 "description": "Response message for `TestIamPermissions` method.",
3267 "id": "GoogleIamV1TestIamPermissionsResponse",
3268 "properties": {
3269 "permissions": {
3270 "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
3271 "items": {
3272 "type": "string"
3273 },
3274 "type": "array"
3275 }
3276 },
3277 "type": "object"
3278 },
3279 "GoogleLongrunningCancelOperationRequest": {
3280 "description": "The request message for Operations.CancelOperation.",
3281 "id": "GoogleLongrunningCancelOperationRequest",
3282 "properties": {},
3283 "type": "object"
3284 },
3285 "GoogleLongrunningListOperationsResponse": {
3286 "description": "The response message for Operations.ListOperations.",
3287 "id": "GoogleLongrunningListOperationsResponse",
3288 "properties": {
3289 "nextPageToken": {
3290 "description": "The standard List next-page token.",
3291 "type": "string"
3292 },
3293 "operations": {
3294 "description": "A list of operations that matches the specified filter in the request.",
3295 "items": {
3296 "$ref": "GoogleLongrunningOperation"
3297 },
3298 "type": "array"
3299 }
3300 },
3301 "type": "object"
3302 },
3303 "GoogleLongrunningOperation": {
3304 "description": "This resource represents a long-running operation that is the result of a network API call.",
3305 "id": "GoogleLongrunningOperation",
3306 "properties": {
3307 "done": {
3308 "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
3309 "type": "boolean"
3310 },
3311 "error": {
3312 "$ref": "GoogleRpcStatus",
3313 "description": "The error result of the operation in case of failure or cancellation."
3314 },
3315 "metadata": {
3316 "additionalProperties": {
3317 "description": "Properties of the object. Contains field @type with type URL.",
3318 "type": "any"
3319 },
3320 "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
3321 "type": "object"
3322 },
3323 "name": {
3324 "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
3325 "type": "string"
3326 },
3327 "response": {
3328 "additionalProperties": {
3329 "description": "Properties of the object. Contains field @type with type URL.",
3330 "type": "any"
3331 },
3332 "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
3333 "type": "object"
3334 }
3335 },
3336 "type": "object"
3337 },
3338 "GoogleRpcStatus": {
3339 "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
3340 "id": "GoogleRpcStatus",
3341 "properties": {
3342 "code": {
3343 "description": "The status code, which should be an enum value of google.rpc.Code.",
3344 "format": "int32",
3345 "type": "integer"
3346 },
3347 "details": {
3348 "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
3349 "items": {
3350 "additionalProperties": {
3351 "description": "Properties of the object. Contains field @type with type URL.",
3352 "type": "any"
3353 },
3354 "type": "object"
3355 },
3356 "type": "array"
3357 },
3358 "message": {
3359 "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
3360 "type": "string"
3361 }
3362 },
3363 "type": "object"
3364 },
3365 "GoogleTypeExpr": {
3366 "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
3367 "id": "GoogleTypeExpr",
3368 "properties": {
3369 "description": {
3370 "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
3371 "type": "string"
3372 },
3373 "expression": {
3374 "description": "Textual representation of an expression in Common Expression Language syntax.",
3375 "type": "string"
3376 },
3377 "location": {
3378 "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
3379 "type": "string"
3380 },
3381 "title": {
3382 "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
3383 "type": "string"
3384 }
3385 },
3386 "type": "object"
3387 },
3388 "ListAppGatewaysResponse": {
3389 "description": "Response message for BeyondCorp.ListAppGateways.",
3390 "id": "ListAppGatewaysResponse",
3391 "properties": {
3392 "appGateways": {
3393 "description": "A list of BeyondCorp AppGateways in the project.",
3394 "items": {
3395 "$ref": "AppGateway"
3396 },
3397 "type": "array"
3398 },
3399 "nextPageToken": {
3400 "description": "A token to retrieve the next page of results, or empty if there are no more results in the list.",
3401 "type": "string"
3402 },
3403 "unreachable": {
3404 "description": "A list of locations that could not be reached.",
3405 "items": {
3406 "type": "string"
3407 },
3408 "type": "array"
3409 }
3410 },
3411 "type": "object"
3412 },
3413 "Tunnelv1ProtoTunnelerError": {
3414 "description": "TunnelerError is an error proto for errors returned by the connection manager.",
3415 "id": "Tunnelv1ProtoTunnelerError",
3416 "properties": {
3417 "err": {
3418 "description": "Original raw error",
3419 "type": "string"
3420 },
3421 "retryable": {
3422 "description": "retryable isn't used for now, but we may want to reuse it in the future.",
3423 "type": "boolean"
3424 }
3425 },
3426 "type": "object"
3427 },
3428 "Tunnelv1ProtoTunnelerInfo": {
3429 "description": "TunnelerInfo contains metadata about tunneler launched by connection manager.",
3430 "id": "Tunnelv1ProtoTunnelerInfo",
3431 "properties": {
3432 "backoffRetryCount": {
3433 "description": "backoff_retry_count stores the number of times the tunneler has been retried by tunManager for current backoff sequence. Gets reset to 0 if time difference between 2 consecutive retries exceeds backoffRetryResetTime.",
3434 "format": "uint32",
3435 "type": "integer"
3436 },
3437 "id": {
3438 "description": "id is the unique id of a tunneler.",
3439 "type": "string"
3440 },
3441 "latestErr": {
3442 "$ref": "Tunnelv1ProtoTunnelerError",
3443 "description": "latest_err stores the Error for the latest tunneler failure. Gets reset everytime the tunneler is retried by tunManager."
3444 },
3445 "latestRetryTime": {
3446 "description": "latest_retry_time stores the time when the tunneler was last restarted.",
3447 "format": "google-datetime",
3448 "type": "string"
3449 },
3450 "totalRetryCount": {
3451 "description": "total_retry_count stores the total number of times the tunneler has been retried by tunManager.",
3452 "format": "uint32",
3453 "type": "integer"
3454 }
3455 },
3456 "type": "object"
3457 }
3458 },
3459 "servicePath": "",
3460 "title": "BeyondCorp API",
3461 "version": "v1",
3462 "version_module": true
3463}
View as plain text