Skip to content

Commit 0716728

Browse files
feat(all): auto-regenerate discovery clients (#3252)
1 parent 2d71bd2 commit 0716728

37 files changed

+15475
-3619
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 305 additions & 2 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

Lines changed: 478 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 232 additions & 2 deletions
Large diffs are not rendered by default.

aiplatform/v1beta1/aiplatform-gen.go

Lines changed: 260 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beyondcorp/v1/beyondcorp-api.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 \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",
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,

beyondcorp/v1/beyondcorp-gen.go

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)