Skip to content

Commit f74a90e

Browse files
yoshi-automationsofisl
authored andcommitted
fix(oracledatabase): update the API
#### oracledatabase:v1 The following keys were changed: - resources.projects.resources.locations.resources.autonomousDatabases.methods.switchover.description - schemas.SwitchoverAutonomousDatabaseRequest.description
1 parent 6220f5d commit f74a90e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎discovery/oracledatabase-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
]
556556
},
557557
"switchover": {
558-
"description": "Initiates a switchover of specified autonomous deatabase to the associated peer database.",
558+
"description": "Initiates a switchover of specified autonomous database to the associated peer database.",
559559
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:switchover",
560560
"httpMethod": "POST",
561561
"id": "oracledatabase.projects.locations.autonomousDatabases.switchover",
@@ -1237,7 +1237,7 @@
12371237
}
12381238
}
12391239
},
1240-
"revision": "20250416",
1240+
"revision": "20250428",
12411241
"rootUrl": "https://oracledatabase.googleapis.com/",
12421242
"schemas": {
12431243
"AllConnectionStrings": {
@@ -3951,7 +3951,7 @@
39513951
"type": "object"
39523952
},
39533953
"SwitchoverAutonomousDatabaseRequest": {
3954-
"description": "The request for `AutonomousDatabase.Switchover`.",
3954+
"description": "The request for `OracleDatabase.SwitchoverAutonomousDatabase`.",
39553955
"id": "SwitchoverAutonomousDatabaseRequest",
39563956
"properties": {
39573957
"peerAutonomousDatabase": {

‎src/apis/oracledatabase/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ export namespace oracledatabase_v1 {
17311731
*/
17321732
export interface Schema$StopAutonomousDatabaseRequest {}
17331733
/**
1734-
* The request for `AutonomousDatabase.Switchover`.
1734+
* The request for `OracleDatabase.SwitchoverAutonomousDatabase`.
17351735
*/
17361736
export interface Schema$SwitchoverAutonomousDatabaseRequest {
17371737
/**
@@ -3117,7 +3117,7 @@ export namespace oracledatabase_v1 {
31173117
}
31183118

31193119
/**
3120-
* Initiates a switchover of specified autonomous deatabase to the associated peer database.
3120+
* Initiates a switchover of specified autonomous database to the associated peer database.
31213121
*
31223122
* @param params - Parameters for request
31233123
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

0 commit comments

Comments
 (0)