Skip to content

Commit 010229b

Browse files
yoshi-automationsofisl
authored andcommitted
fix(beyondcorp): update the API
#### beyondcorp:v1alpha The following keys were changed: - resources.projects.resources.locations.resources.securityGateways.methods.create.description - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.requestId.description - resources.projects.resources.locations.resources.securityGateways.resources.applications.methods.delete.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication.properties.displayName.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication.properties.endpointMatchers.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.state.enumDescriptions #### beyondcorp:v1 The following keys were changed: - resources.projects.resources.locations.resources.securityGateways.methods.create.description - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.requestId.description - resources.projects.resources.locations.resources.securityGateways.resources.applications.methods.delete.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1Application.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1Application.properties.displayName.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1Application.properties.endpointMatchers.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway.description - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway.properties.state.enumDescriptions
1 parent aafe114 commit 010229b

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

discovery/beyondcorp-v1.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@
13471347
"securityGateways": {
13481348
"methods": {
13491349
"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.",
13511351
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/securityGateways",
13521352
"httpMethod": "POST",
13531353
"id": "beyondcorp.projects.locations.securityGateways.create",
@@ -1363,7 +1363,7 @@
13631363
"type": "string"
13641364
},
13651365
"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.",
13671367
"location": "query",
13681368
"type": "string"
13691369
},
@@ -1659,7 +1659,7 @@
16591659
]
16601660
},
16611661
"delete": {
1662-
"description": "Deletes a single Application.",
1662+
"description": "Deletes a single application.",
16631663
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/securityGateways/{securityGatewaysId}/applications/{applicationsId}",
16641664
"httpMethod": "DELETE",
16651665
"id": "beyondcorp.projects.locations.securityGateways.applications.delete",
@@ -1899,7 +1899,7 @@
18991899
}
19001900
}
19011901
},
1902-
"revision": "20250714",
1902+
"revision": "20250723",
19031903
"rootUrl": "https://beyondcorp.googleapis.com/",
19041904
"schemas": {
19051905
"AllocatedConnection": {
@@ -3131,7 +3131,7 @@
31313131
"type": "object"
31323132
},
31333133
"GoogleCloudBeyondcorpSecuritygatewaysV1Application": {
3134-
"description": "A Beyondcorp Application resource information.",
3134+
"description": "The information about an application resource.",
31353135
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1Application",
31363136
"properties": {
31373137
"createTime": {
@@ -3141,11 +3141,11 @@
31413141
"type": "string"
31423142
},
31433143
"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.",
31453145
"type": "string"
31463146
},
31473147
"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 & 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 & Ports) EXAMPLES: Hostname - (\"*.example.com\"), (\"xyz.example.com\") Hostname and Ports - (\"example.com\" and \"22\"), (\"example.com\" and \"22,33\") etc",
31493149
"items": {
31503150
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher"
31513151
},
@@ -3307,7 +3307,7 @@
33073307
"type": "object"
33083308
},
33093309
"GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway": {
3310-
"description": "Information about a BeyondCorp SecurityGateway resource.",
3310+
"description": "The information about a security gateway resource.",
33113311
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway",
33123312
"properties": {
33133313
"createTime": {
@@ -3361,7 +3361,7 @@
33613361
"SecurityGateway is being updated.",
33623362
"SecurityGateway is being deleted.",
33633363
"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.",
33653365
"SecurityGateway encountered an error and is in an indeterministic state."
33663366
],
33673367
"readOnly": true,

discovery/beyondcorp-v1alpha.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,7 @@
28802880
"securityGateways": {
28812881
"methods": {
28822882
"create": {
2883-
"description": "Creates a new SecurityGateway in a given project and location.",
2883+
"description": "Creates a new Security Gateway in a given project and location.",
28842884
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/securityGateways",
28852885
"httpMethod": "POST",
28862886
"id": "beyondcorp.projects.locations.securityGateways.create",
@@ -2896,7 +2896,7 @@
28962896
"type": "string"
28972897
},
28982898
"requestId": {
2899-
"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.",
2899+
"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.",
29002900
"location": "query",
29012901
"type": "string"
29022902
},
@@ -3192,7 +3192,7 @@
31923192
]
31933193
},
31943194
"delete": {
3195-
"description": "Deletes a single Application.",
3195+
"description": "Deletes a single application.",
31963196
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/securityGateways/{securityGatewaysId}/applications/{applicationsId}",
31973197
"httpMethod": "DELETE",
31983198
"id": "beyondcorp.projects.locations.securityGateways.applications.delete",
@@ -3432,7 +3432,7 @@
34323432
}
34333433
}
34343434
},
3435-
"revision": "20250714",
3435+
"revision": "20250723",
34363436
"rootUrl": "https://beyondcorp.googleapis.com/",
34373437
"schemas": {
34383438
"AllocatedConnection": {
@@ -5479,7 +5479,7 @@
54795479
"type": "object"
54805480
},
54815481
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication": {
5482-
"description": "A Beyondcorp Application resource information.",
5482+
"description": "The information about an application resource.",
54835483
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication",
54845484
"properties": {
54855485
"createTime": {
@@ -5489,11 +5489,11 @@
54895489
"type": "string"
54905490
},
54915491
"displayName": {
5492-
"description": "Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64 characters.",
5492+
"description": "Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters.",
54935493
"type": "string"
54945494
},
54955495
"endpointMatchers": {
5496-
"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 & Ports) EXAMPLES: Hostname - (\"*.abc.com\"), (\"xyz.abc.com\") Hostname and Ports - (\"abc.com\" and \"22\"), (\"abc.com\" and \"22,33\") etc",
5496+
"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 & Ports) EXAMPLES: Hostname - (\"*.example.com\"), (\"xyz.example.com\") Hostname and Ports - (\"example.com\" and \"22\"), (\"example.com\" and \"22,33\") etc",
54975497
"items": {
54985498
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpointMatcher"
54995499
},
@@ -5655,7 +5655,7 @@
56555655
"type": "object"
56565656
},
56575657
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway": {
5658-
"description": "Information about a BeyondCorp SecurityGateway resource.",
5658+
"description": "The information about a security gateway resource.",
56595659
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway",
56605660
"properties": {
56615661
"createTime": {
@@ -5709,7 +5709,7 @@
57095709
"SecurityGateway is being updated.",
57105710
"SecurityGateway is being deleted.",
57115711
"SecurityGateway is running.",
5712-
"SecurityGateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.",
5712+
"SecurityGateway is down and may be restored in the future.",
57135713
"SecurityGateway encountered an error and is in an indeterministic state."
57145714
],
57155715
"readOnly": true,

src/apis/beyondcorp/v1.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,19 +1030,19 @@ export namespace beyondcorp_v1 {
10301030
verb?: string | null;
10311031
}
10321032
/**
1033-
* A Beyondcorp Application resource information.
1033+
* The information about an application resource.
10341034
*/
10351035
export interface Schema$GoogleCloudBeyondcorpSecuritygatewaysV1Application {
10361036
/**
10371037
* Output only. Timestamp when the resource was created.
10381038
*/
10391039
createTime?: string | null;
10401040
/**
1041-
* Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64 characters.
1041+
* Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters.
10421042
*/
10431043
displayName?: string | null;
10441044
/**
1045-
* 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 & Ports) EXAMPLES: Hostname - ("*.abc.com"), ("xyz.abc.com") Hostname and Ports - ("abc.com" and "22"), ("abc.com" and "22,33") etc
1045+
* 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 & Ports) EXAMPLES: Hostname - ("*.example.com"), ("xyz.example.com") Hostname and Ports - ("example.com" and "22"), ("example.com" and "22,33") etc
10461046
*/
10471047
endpointMatchers?: Schema$GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher[];
10481048
/**
@@ -1155,7 +1155,7 @@ export namespace beyondcorp_v1 {
11551155
unreachable?: string[] | null;
11561156
}
11571157
/**
1158-
* Information about a BeyondCorp SecurityGateway resource.
1158+
* The information about a security gateway resource.
11591159
*/
11601160
export interface Schema$GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway {
11611161
/**
@@ -7589,7 +7589,7 @@ export namespace beyondcorp_v1 {
75897589
}
75907590

75917591
/**
7592-
* Creates a new SecurityGateway in a given project and location.
7592+
* Creates a new Security Gateway in a given project and location.
75937593
* @example
75947594
* ```js
75957595
* // Before running the sample:
@@ -7621,7 +7621,7 @@ export namespace beyondcorp_v1 {
76217621
* const res = await beyondcorp.projects.locations.securityGateways.create({
76227622
* // Required. The resource project name of the SecurityGateway location using the form: `projects/{project_id\}/locations/{location_id\}`
76237623
* parent: 'projects/my-project/locations/my-location',
7624-
* // 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.
7624+
* // 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.
76257625
* requestId: 'placeholder-value',
76267626
* // Optional. User-settable SecurityGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or letter.
76277627
* securityGatewayId: 'placeholder-value',
@@ -8839,7 +8839,7 @@ export namespace beyondcorp_v1 {
88398839
*/
88408840
parent?: string;
88418841
/**
8842-
* 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.
8842+
* 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.
88438843
*/
88448844
requestId?: string;
88458845
/**
@@ -9125,7 +9125,7 @@ export namespace beyondcorp_v1 {
91259125
}
91269126

91279127
/**
9128-
* Deletes a single Application.
9128+
* Deletes a single application.
91299129
* @example
91309130
* ```js
91319131
* // Before running the sample:

src/apis/beyondcorp/v1alpha.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,19 +1488,19 @@ export namespace beyondcorp_v1alpha {
14881488
type?: string | null;
14891489
}
14901490
/**
1491-
* A Beyondcorp Application resource information.
1491+
* The information about an application resource.
14921492
*/
14931493
export interface Schema$GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication {
14941494
/**
14951495
* Output only. Timestamp when the resource was created.
14961496
*/
14971497
createTime?: string | null;
14981498
/**
1499-
* Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64 characters.
1499+
* Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters.
15001500
*/
15011501
displayName?: string | null;
15021502
/**
1503-
* 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 & Ports) EXAMPLES: Hostname - ("*.abc.com"), ("xyz.abc.com") Hostname and Ports - ("abc.com" and "22"), ("abc.com" and "22,33") etc
1503+
* 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 & Ports) EXAMPLES: Hostname - ("*.example.com"), ("xyz.example.com") Hostname and Ports - ("example.com" and "22"), ("example.com" and "22,33") etc
15041504
*/
15051505
endpointMatchers?: Schema$GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpointMatcher[];
15061506
/**
@@ -1613,7 +1613,7 @@ export namespace beyondcorp_v1alpha {
16131613
unreachable?: string[] | null;
16141614
}
16151615
/**
1616-
* Information about a BeyondCorp SecurityGateway resource.
1616+
* The information about a security gateway resource.
16171617
*/
16181618
export interface Schema$GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway {
16191619
/**
@@ -14873,7 +14873,7 @@ export namespace beyondcorp_v1alpha {
1487314873
}
1487414874

1487514875
/**
14876-
* Creates a new SecurityGateway in a given project and location.
14876+
* Creates a new Security Gateway in a given project and location.
1487714877
* @example
1487814878
* ```js
1487914879
* // Before running the sample:
@@ -14905,7 +14905,7 @@ export namespace beyondcorp_v1alpha {
1490514905
* const res = await beyondcorp.projects.locations.securityGateways.create({
1490614906
* // Required. The resource project name of the SecurityGateway location using the form: `projects/{project_id\}/locations/{location_id\}`
1490714907
* parent: 'projects/my-project/locations/my-location',
14908-
* // 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.
14908+
* // 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.
1490914909
* requestId: 'placeholder-value',
1491014910
* // Optional. User-settable SecurityGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or letter.
1491114911
* securityGatewayId: 'placeholder-value',
@@ -16123,7 +16123,7 @@ export namespace beyondcorp_v1alpha {
1612316123
*/
1612416124
parent?: string;
1612516125
/**
16126-
* 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.
16126+
* 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.
1612716127
*/
1612816128
requestId?: string;
1612916129
/**
@@ -16409,7 +16409,7 @@ export namespace beyondcorp_v1alpha {
1640916409
}
1641016410

1641116411
/**
16412-
* Deletes a single Application.
16412+
* Deletes a single application.
1641316413
* @example
1641416414
* ```js
1641516415
* // Before running the sample:

0 commit comments

Comments
 (0)