Skip to content

Commit d5b5e6f

Browse files
feat(all): auto-regenerate discovery clients (#2816)
1 parent 2c6dcc6 commit d5b5e6f

File tree

2 files changed

+84
-447
lines changed

2 files changed

+84
-447
lines changed

‎beyondcorp/v1alpha/beyondcorp-api.json

Lines changed: 45 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -3807,97 +3807,6 @@
38073807
}
38083808
}
38093809
},
3810-
"netConnections": {
3811-
"methods": {
3812-
"getIamPolicy": {
3813-
"description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
3814-
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}:getIamPolicy",
3815-
"httpMethod": "GET",
3816-
"id": "beyondcorp.projects.locations.netConnections.getIamPolicy",
3817-
"parameterOrder": [
3818-
"resource"
3819-
],
3820-
"parameters": {
3821-
"options.requestedPolicyVersion": {
3822-
"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).",
3823-
"format": "int32",
3824-
"location": "query",
3825-
"type": "integer"
3826-
},
3827-
"resource": {
3828-
"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.",
3829-
"location": "path",
3830-
"pattern": "^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$",
3831-
"required": true,
3832-
"type": "string"
3833-
}
3834-
},
3835-
"path": "v1alpha/{+resource}:getIamPolicy",
3836-
"response": {
3837-
"$ref": "GoogleIamV1Policy"
3838-
},
3839-
"scopes": [
3840-
"https://www.googleapis.com/auth/cloud-platform"
3841-
]
3842-
},
3843-
"setIamPolicy": {
3844-
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
3845-
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}:setIamPolicy",
3846-
"httpMethod": "POST",
3847-
"id": "beyondcorp.projects.locations.netConnections.setIamPolicy",
3848-
"parameterOrder": [
3849-
"resource"
3850-
],
3851-
"parameters": {
3852-
"resource": {
3853-
"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.",
3854-
"location": "path",
3855-
"pattern": "^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$",
3856-
"required": true,
3857-
"type": "string"
3858-
}
3859-
},
3860-
"path": "v1alpha/{+resource}:setIamPolicy",
3861-
"request": {
3862-
"$ref": "GoogleIamV1SetIamPolicyRequest"
3863-
},
3864-
"response": {
3865-
"$ref": "GoogleIamV1Policy"
3866-
},
3867-
"scopes": [
3868-
"https://www.googleapis.com/auth/cloud-platform"
3869-
]
3870-
},
3871-
"testIamPermissions": {
3872-
"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.",
3873-
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}:testIamPermissions",
3874-
"httpMethod": "POST",
3875-
"id": "beyondcorp.projects.locations.netConnections.testIamPermissions",
3876-
"parameterOrder": [
3877-
"resource"
3878-
],
3879-
"parameters": {
3880-
"resource": {
3881-
"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.",
3882-
"location": "path",
3883-
"pattern": "^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$",
3884-
"required": true,
3885-
"type": "string"
3886-
}
3887-
},
3888-
"path": "v1alpha/{+resource}:testIamPermissions",
3889-
"request": {
3890-
"$ref": "GoogleIamV1TestIamPermissionsRequest"
3891-
},
3892-
"response": {
3893-
"$ref": "GoogleIamV1TestIamPermissionsResponse"
3894-
},
3895-
"scopes": [
3896-
"https://www.googleapis.com/auth/cloud-platform"
3897-
]
3898-
}
3899-
}
3900-
},
39013810
"operations": {
39023811
"methods": {
39033812
"cancel": {
@@ -4499,7 +4408,7 @@
44994408
}
45004409
}
45014410
},
4502-
"revision": "20240918",
4411+
"revision": "20240925",
45034412
"rootUrl": "https://beyondcorp.googleapis.com/",
45044413
"schemas": {
45054414
"AllocatedConnection": {
@@ -6673,6 +6582,50 @@
66736582
},
66746583
"type": "object"
66756584
},
6585+
"GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGatewayOperationMetadata": {
6586+
"description": "Represents the metadata of the long-running operation.",
6587+
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGatewayOperationMetadata",
6588+
"properties": {
6589+
"apiVersion": {
6590+
"description": "Output only. API version used to start the operation.",
6591+
"readOnly": true,
6592+
"type": "string"
6593+
},
6594+
"createTime": {
6595+
"description": "Output only. The time the operation was created.",
6596+
"format": "google-datetime",
6597+
"readOnly": true,
6598+
"type": "string"
6599+
},
6600+
"endTime": {
6601+
"description": "Output only. The time the operation finished running.",
6602+
"format": "google-datetime",
6603+
"readOnly": true,
6604+
"type": "string"
6605+
},
6606+
"requestedCancellation": {
6607+
"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`.",
6608+
"readOnly": true,
6609+
"type": "boolean"
6610+
},
6611+
"statusMessage": {
6612+
"description": "Output only. Human-readable status of the operation, if any.",
6613+
"readOnly": true,
6614+
"type": "string"
6615+
},
6616+
"target": {
6617+
"description": "Output only. Server-defined resource path for the target of the operation.",
6618+
"readOnly": true,
6619+
"type": "string"
6620+
},
6621+
"verb": {
6622+
"description": "Output only. Name of the verb executed by the operation.",
6623+
"readOnly": true,
6624+
"type": "string"
6625+
}
6626+
},
6627+
"type": "object"
6628+
},
66766629
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication": {
66776630
"description": "A Beyondcorp Application resource information.",
66786631
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication",

0 commit comments

Comments
 (0)