|
1347 | 1347 | "securityGateways": {
|
1348 | 1348 | "methods": {
|
1349 | 1349 | "create": {
|
1350 |
| - "description": "Creates a new SecurityGateway in a given project and location.", |
| 1350 | + "description": "Creates a new Security Gateway in a given project and location.", |
1351 | 1351 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/securityGateways",
|
1352 | 1352 | "httpMethod": "POST",
|
1353 | 1353 | "id": "beyondcorp.projects.locations.securityGateways.create",
|
|
1363 | 1363 | "type": "string"
|
1364 | 1364 | },
|
1365 | 1365 | "requestId": {
|
1366 |
| - "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 request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.", |
| 1366 | + "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.", |
1367 | 1367 | "location": "query",
|
1368 | 1368 | "type": "string"
|
1369 | 1369 | },
|
|
1659 | 1659 | ]
|
1660 | 1660 | },
|
1661 | 1661 | "delete": {
|
1662 |
| - "description": "Deletes a single Application.", |
| 1662 | + "description": "Deletes a single application.", |
1663 | 1663 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/securityGateways/{securityGatewaysId}/applications/{applicationsId}",
|
1664 | 1664 | "httpMethod": "DELETE",
|
1665 | 1665 | "id": "beyondcorp.projects.locations.securityGateways.applications.delete",
|
|
1899 | 1899 | }
|
1900 | 1900 | }
|
1901 | 1901 | },
|
1902 |
| - "revision": "20250714", |
| 1902 | + "revision": "20250723", |
1903 | 1903 | "rootUrl": "https://beyondcorp.googleapis.com/",
|
1904 | 1904 | "schemas": {
|
1905 | 1905 | "AllocatedConnection": {
|
|
3131 | 3131 | "type": "object"
|
3132 | 3132 | },
|
3133 | 3133 | "GoogleCloudBeyondcorpSecuritygatewaysV1Application": {
|
3134 |
| - "description": "A Beyondcorp Application resource information.", |
| 3134 | + "description": "The information about an application resource.", |
3135 | 3135 | "id": "GoogleCloudBeyondcorpSecuritygatewaysV1Application",
|
3136 | 3136 | "properties": {
|
3137 | 3137 | "createTime": {
|
|
3141 | 3141 | "type": "string"
|
3142 | 3142 | },
|
3143 | 3143 | "displayName": {
|
3144 |
| - "description": "Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64 characters.", |
| 3144 | + "description": "Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters.", |
3145 | 3145 | "type": "string"
|
3146 | 3146 | },
|
3147 | 3147 | "endpointMatchers": {
|
3148 |
| - "description": "Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname \u0026 Ports) EXAMPLES: Hostname - (\"*.abc.com\"), (\"xyz.abc.com\") Hostname and Ports - (\"abc.com\" and \"22\"), (\"abc.com\" and \"22,33\") etc", |
| 3148 | + "description": "Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matchers is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The conditions can be one of the following combinations (Hostname), (Hostname \u0026 Ports) EXAMPLES: Hostname - (\"*.example.com\"), (\"xyz.example.com\") Hostname and Ports - (\"example.com\" and \"22\"), (\"example.com\" and \"22,33\") etc", |
3149 | 3149 | "items": {
|
3150 | 3150 | "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher"
|
3151 | 3151 | },
|
|
3307 | 3307 | "type": "object"
|
3308 | 3308 | },
|
3309 | 3309 | "GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway": {
|
3310 |
| - "description": "Information about a BeyondCorp SecurityGateway resource.", |
| 3310 | + "description": "The information about a security gateway resource.", |
3311 | 3311 | "id": "GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway",
|
3312 | 3312 | "properties": {
|
3313 | 3313 | "createTime": {
|
|
3361 | 3361 | "SecurityGateway is being updated.",
|
3362 | 3362 | "SecurityGateway is being deleted.",
|
3363 | 3363 | "SecurityGateway is running.",
|
3364 |
| - "SecurityGateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.", |
| 3364 | + "SecurityGateway is down and may be restored in the future.", |
3365 | 3365 | "SecurityGateway encountered an error and is in an indeterministic state."
|
3366 | 3366 | ],
|
3367 | 3367 | "readOnly": true,
|
|
0 commit comments