|
12 | 12 | "baseUrl": "https://beyondcorp.googleapis.com/",
|
13 | 13 | "batchPath": "batch",
|
14 | 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 using the App Connector hybrid connectivity solution.", |
| 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 | 16 | "discoveryVersion": "v1",
|
17 | 17 | "documentationLink": "https://cloud.google.com/",
|
18 | 18 | "fullyEncodeReservedExpansion": true,
|
|
1384 | 1384 | "type": "string"
|
1385 | 1385 | },
|
1386 | 1386 | "updateMask": {
|
1387 |
| - "description": "Required. Field mask is used to specify the fields to be overwritten in the ClientConnectorService resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. Mutable fields: display_name.", |
| 1387 | + "description": "Required. Field mask is used to specify the fields to be overwritten in the ClientConnectorService resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. Mutable fields: display_name, ingress.config.destination_routes.", |
1388 | 1388 | "format": "google-fieldmask",
|
1389 | 1389 | "location": "query",
|
1390 | 1390 | "type": "string"
|
|
2499 | 2499 | }
|
2500 | 2500 | }
|
2501 | 2501 | },
|
2502 |
| - "revision": "20220616", |
| 2502 | + "revision": "20220712", |
2503 | 2503 | "rootUrl": "https://beyondcorp.googleapis.com/",
|
2504 | 2504 | "schemas": {
|
2505 | 2505 | "AllocatedConnection": {
|
|
3375 | 3375 | },
|
3376 | 3376 | "type": "object"
|
3377 | 3377 | },
|
| 3378 | + "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionOperationMetadata": { |
| 3379 | + "description": "Represents the metadata of the long-running operation.", |
| 3380 | + "id": "GoogleCloudBeyondcorpAppconnectionsV1AppConnectionOperationMetadata", |
| 3381 | + "properties": { |
| 3382 | + "apiVersion": { |
| 3383 | + "description": "Output only. API version used to start the operation.", |
| 3384 | + "readOnly": true, |
| 3385 | + "type": "string" |
| 3386 | + }, |
| 3387 | + "createTime": { |
| 3388 | + "description": "Output only. The time the operation was created.", |
| 3389 | + "format": "google-datetime", |
| 3390 | + "readOnly": true, |
| 3391 | + "type": "string" |
| 3392 | + }, |
| 3393 | + "endTime": { |
| 3394 | + "description": "Output only. The time the operation finished running.", |
| 3395 | + "format": "google-datetime", |
| 3396 | + "readOnly": true, |
| 3397 | + "type": "string" |
| 3398 | + }, |
| 3399 | + "requestedCancellation": { |
| 3400 | + "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`.", |
| 3401 | + "readOnly": true, |
| 3402 | + "type": "boolean" |
| 3403 | + }, |
| 3404 | + "statusMessage": { |
| 3405 | + "description": "Output only. Human-readable status of the operation, if any.", |
| 3406 | + "readOnly": true, |
| 3407 | + "type": "string" |
| 3408 | + }, |
| 3409 | + "target": { |
| 3410 | + "description": "Output only. Server-defined resource path for the target of the operation.", |
| 3411 | + "readOnly": true, |
| 3412 | + "type": "string" |
| 3413 | + }, |
| 3414 | + "verb": { |
| 3415 | + "description": "Output only. Name of the verb executed by the operation.", |
| 3416 | + "readOnly": true, |
| 3417 | + "type": "string" |
| 3418 | + } |
| 3419 | + }, |
| 3420 | + "type": "object" |
| 3421 | + }, |
3378 | 3422 | "GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection": {
|
3379 | 3423 | "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.",
|
3380 | 3424 | "id": "GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection",
|
|
3483 | 3527 | "id": "GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGateway",
|
3484 | 3528 | "properties": {
|
3485 | 3529 | "appGateway": {
|
3486 |
| - "description": "Required. AppGateway name in following format: projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}", |
| 3530 | + "description": "Required. AppGateway name in following format: `projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}`", |
3487 | 3531 | "type": "string"
|
3488 | 3532 | },
|
3489 | 3533 | "ingressPort": {
|
|
3615 | 3659 | "description": "A BeyondCorp AppConnection in the project."
|
3616 | 3660 | },
|
3617 | 3661 | "recentMigVms": {
|
3618 |
| - "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}\".", |
| 3662 | + "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}`.", |
3619 | 3663 | "items": {
|
3620 | 3664 | "type": "string"
|
3621 | 3665 | },
|
|
3624 | 3668 | },
|
3625 | 3669 | "type": "object"
|
3626 | 3670 | },
|
| 3671 | + "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorOperationMetadata": { |
| 3672 | + "description": "Represents the metadata of the long-running operation.", |
| 3673 | + "id": "GoogleCloudBeyondcorpAppconnectorsV1AppConnectorOperationMetadata", |
| 3674 | + "properties": { |
| 3675 | + "apiVersion": { |
| 3676 | + "description": "Output only. API version used to start the operation.", |
| 3677 | + "readOnly": true, |
| 3678 | + "type": "string" |
| 3679 | + }, |
| 3680 | + "createTime": { |
| 3681 | + "description": "Output only. The time the operation was created.", |
| 3682 | + "format": "google-datetime", |
| 3683 | + "readOnly": true, |
| 3684 | + "type": "string" |
| 3685 | + }, |
| 3686 | + "endTime": { |
| 3687 | + "description": "Output only. The time the operation finished running.", |
| 3688 | + "format": "google-datetime", |
| 3689 | + "readOnly": true, |
| 3690 | + "type": "string" |
| 3691 | + }, |
| 3692 | + "requestedCancellation": { |
| 3693 | + "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`.", |
| 3694 | + "readOnly": true, |
| 3695 | + "type": "boolean" |
| 3696 | + }, |
| 3697 | + "statusMessage": { |
| 3698 | + "description": "Output only. Human-readable status of the operation, if any.", |
| 3699 | + "readOnly": true, |
| 3700 | + "type": "string" |
| 3701 | + }, |
| 3702 | + "target": { |
| 3703 | + "description": "Output only. Server-defined resource path for the target of the operation.", |
| 3704 | + "readOnly": true, |
| 3705 | + "type": "string" |
| 3706 | + }, |
| 3707 | + "verb": { |
| 3708 | + "description": "Output only. Name of the verb executed by the operation.", |
| 3709 | + "readOnly": true, |
| 3710 | + "type": "string" |
| 3711 | + } |
| 3712 | + }, |
| 3713 | + "type": "object" |
| 3714 | + }, |
| 3715 | + "GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails": { |
| 3716 | + "description": "ContainerHealthDetails reflects the health details of a container.", |
| 3717 | + "id": "GoogleCloudBeyondcorpAppconnectorsV1ContainerHealthDetails", |
| 3718 | + "properties": { |
| 3719 | + "currentConfigVersion": { |
| 3720 | + "description": "The version of the current config.", |
| 3721 | + "type": "string" |
| 3722 | + }, |
| 3723 | + "errorMsg": { |
| 3724 | + "description": "The latest error message.", |
| 3725 | + "type": "string" |
| 3726 | + }, |
| 3727 | + "expectedConfigVersion": { |
| 3728 | + "description": "The version of the expected config.", |
| 3729 | + "type": "string" |
| 3730 | + }, |
| 3731 | + "extendedStatus": { |
| 3732 | + "additionalProperties": { |
| 3733 | + "type": "string" |
| 3734 | + }, |
| 3735 | + "description": "The extended status. Such as ExitCode, StartedAt, FinishedAt, etc.", |
| 3736 | + "type": "object" |
| 3737 | + } |
| 3738 | + }, |
| 3739 | + "type": "object" |
| 3740 | + }, |
| 3741 | + "GoogleCloudBeyondcorpAppconnectorsV1RemoteAgentDetails": { |
| 3742 | + "description": "RemoteAgentDetails reflects the details of a remote agent.", |
| 3743 | + "id": "GoogleCloudBeyondcorpAppconnectorsV1RemoteAgentDetails", |
| 3744 | + "properties": {}, |
| 3745 | + "type": "object" |
| 3746 | + }, |
3627 | 3747 | "GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnector": {
|
3628 | 3748 | "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.",
|
3629 | 3749 | "id": "GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnector",
|
|
3959 | 4079 | },
|
3960 | 4080 | "type": "object"
|
3961 | 4081 | },
|
| 4082 | + "GoogleCloudBeyondcorpAppgatewaysV1AppGatewayOperationMetadata": { |
| 4083 | + "description": "Represents the metadata of the long-running operation.", |
| 4084 | + "id": "GoogleCloudBeyondcorpAppgatewaysV1AppGatewayOperationMetadata", |
| 4085 | + "properties": { |
| 4086 | + "apiVersion": { |
| 4087 | + "description": "Output only. API version used to start the operation.", |
| 4088 | + "readOnly": true, |
| 4089 | + "type": "string" |
| 4090 | + }, |
| 4091 | + "createTime": { |
| 4092 | + "description": "Output only. The time the operation was created.", |
| 4093 | + "format": "google-datetime", |
| 4094 | + "readOnly": true, |
| 4095 | + "type": "string" |
| 4096 | + }, |
| 4097 | + "endTime": { |
| 4098 | + "description": "Output only. The time the operation finished running.", |
| 4099 | + "format": "google-datetime", |
| 4100 | + "readOnly": true, |
| 4101 | + "type": "string" |
| 4102 | + }, |
| 4103 | + "requestedCancellation": { |
| 4104 | + "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`.", |
| 4105 | + "readOnly": true, |
| 4106 | + "type": "boolean" |
| 4107 | + }, |
| 4108 | + "statusMessage": { |
| 4109 | + "description": "Output only. Human-readable status of the operation, if any.", |
| 4110 | + "readOnly": true, |
| 4111 | + "type": "string" |
| 4112 | + }, |
| 4113 | + "target": { |
| 4114 | + "description": "Output only. Server-defined resource path for the target of the operation.", |
| 4115 | + "readOnly": true, |
| 4116 | + "type": "string" |
| 4117 | + }, |
| 4118 | + "verb": { |
| 4119 | + "description": "Output only. Name of the verb executed by the operation.", |
| 4120 | + "readOnly": true, |
| 4121 | + "type": "string" |
| 4122 | + } |
| 4123 | + }, |
| 4124 | + "type": "object" |
| 4125 | + }, |
3962 | 4126 | "GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata": {
|
3963 | 4127 | "description": "Represents the metadata of the long-running operation.",
|
3964 | 4128 | "id": "GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata",
|
|
3998 | 4162 | },
|
3999 | 4163 | "type": "object"
|
4000 | 4164 | },
|
| 4165 | + "GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata": { |
| 4166 | + "description": "Represents the metadata of the long-running operation.", |
| 4167 | + "id": "GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata", |
| 4168 | + "properties": { |
| 4169 | + "apiVersion": { |
| 4170 | + "description": "Output only. API version used to start the operation.", |
| 4171 | + "readOnly": true, |
| 4172 | + "type": "string" |
| 4173 | + }, |
| 4174 | + "createTime": { |
| 4175 | + "description": "Output only. The time the operation was created.", |
| 4176 | + "format": "google-datetime", |
| 4177 | + "readOnly": true, |
| 4178 | + "type": "string" |
| 4179 | + }, |
| 4180 | + "endTime": { |
| 4181 | + "description": "Output only. The time the operation finished running.", |
| 4182 | + "format": "google-datetime", |
| 4183 | + "readOnly": true, |
| 4184 | + "type": "string" |
| 4185 | + }, |
| 4186 | + "requestedCancellation": { |
| 4187 | + "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`.", |
| 4188 | + "readOnly": true, |
| 4189 | + "type": "boolean" |
| 4190 | + }, |
| 4191 | + "statusMessage": { |
| 4192 | + "description": "Output only. Human-readable status of the operation, if any.", |
| 4193 | + "readOnly": true, |
| 4194 | + "type": "string" |
| 4195 | + }, |
| 4196 | + "target": { |
| 4197 | + "description": "Output only. Server-defined resource path for the target of the operation.", |
| 4198 | + "readOnly": true, |
| 4199 | + "type": "string" |
| 4200 | + }, |
| 4201 | + "verb": { |
| 4202 | + "description": "Output only. Name of the verb executed by the operation.", |
| 4203 | + "readOnly": true, |
| 4204 | + "type": "string" |
| 4205 | + } |
| 4206 | + }, |
| 4207 | + "type": "object" |
| 4208 | + }, |
| 4209 | + "GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata": { |
| 4210 | + "description": "Represents the metadata of the long-running operation.", |
| 4211 | + "id": "GoogleCloudBeyondcorpClientgatewaysV1ClientGatewayOperationMetadata", |
| 4212 | + "properties": { |
| 4213 | + "apiVersion": { |
| 4214 | + "description": "Output only. API version used to start the operation.", |
| 4215 | + "readOnly": true, |
| 4216 | + "type": "string" |
| 4217 | + }, |
| 4218 | + "createTime": { |
| 4219 | + "description": "Output only. The time the operation was created.", |
| 4220 | + "format": "google-datetime", |
| 4221 | + "readOnly": true, |
| 4222 | + "type": "string" |
| 4223 | + }, |
| 4224 | + "endTime": { |
| 4225 | + "description": "Output only. The time the operation finished running.", |
| 4226 | + "format": "google-datetime", |
| 4227 | + "readOnly": true, |
| 4228 | + "type": "string" |
| 4229 | + }, |
| 4230 | + "requestedCancellation": { |
| 4231 | + "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`.", |
| 4232 | + "readOnly": true, |
| 4233 | + "type": "boolean" |
| 4234 | + }, |
| 4235 | + "statusMessage": { |
| 4236 | + "description": "Output only. Human-readable status of the operation, if any.", |
| 4237 | + "readOnly": true, |
| 4238 | + "type": "string" |
| 4239 | + }, |
| 4240 | + "target": { |
| 4241 | + "description": "Output only. Server-defined resource path for the target of the operation.", |
| 4242 | + "readOnly": true, |
| 4243 | + "type": "string" |
| 4244 | + }, |
| 4245 | + "verb": { |
| 4246 | + "description": "Output only. Name of the verb executed by the operation.", |
| 4247 | + "readOnly": true, |
| 4248 | + "type": "string" |
| 4249 | + } |
| 4250 | + }, |
| 4251 | + "type": "object" |
| 4252 | + }, |
4001 | 4253 | "GoogleCloudLocationListLocationsResponse": {
|
4002 | 4254 | "description": "The response message for Locations.ListLocations.",
|
4003 | 4255 | "id": "GoogleCloudLocationListLocationsResponse",
|
|
0 commit comments