|
436 | 436 | "https://www.googleapis.com/auth/cloud-platform"
|
437 | 437 | ]
|
438 | 438 | },
|
| 439 | + "restart": { |
| 440 | + "description": "Restarts an Autonomous Database.", |
| 441 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:restart", |
| 442 | + "httpMethod": "POST", |
| 443 | + "id": "oracledatabase.projects.locations.autonomousDatabases.restart", |
| 444 | + "parameterOrder": [ |
| 445 | + "name" |
| 446 | + ], |
| 447 | + "parameters": { |
| 448 | + "name": { |
| 449 | + "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.", |
| 450 | + "location": "path", |
| 451 | + "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$", |
| 452 | + "required": true, |
| 453 | + "type": "string" |
| 454 | + } |
| 455 | + }, |
| 456 | + "path": "v1/{+name}:restart", |
| 457 | + "request": { |
| 458 | + "$ref": "RestartAutonomousDatabaseRequest" |
| 459 | + }, |
| 460 | + "response": { |
| 461 | + "$ref": "Operation" |
| 462 | + }, |
| 463 | + "scopes": [ |
| 464 | + "https://www.googleapis.com/auth/cloud-platform" |
| 465 | + ] |
| 466 | + }, |
439 | 467 | "restore": {
|
440 | 468 | "description": "Restores a single Autonomous Database.",
|
441 | 469 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:restore",
|
|
463 | 491 | "scopes": [
|
464 | 492 | "https://www.googleapis.com/auth/cloud-platform"
|
465 | 493 | ]
|
| 494 | + }, |
| 495 | + "start": { |
| 496 | + "description": "Starts an Autonomous Database.", |
| 497 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:start", |
| 498 | + "httpMethod": "POST", |
| 499 | + "id": "oracledatabase.projects.locations.autonomousDatabases.start", |
| 500 | + "parameterOrder": [ |
| 501 | + "name" |
| 502 | + ], |
| 503 | + "parameters": { |
| 504 | + "name": { |
| 505 | + "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.", |
| 506 | + "location": "path", |
| 507 | + "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$", |
| 508 | + "required": true, |
| 509 | + "type": "string" |
| 510 | + } |
| 511 | + }, |
| 512 | + "path": "v1/{+name}:start", |
| 513 | + "request": { |
| 514 | + "$ref": "StartAutonomousDatabaseRequest" |
| 515 | + }, |
| 516 | + "response": { |
| 517 | + "$ref": "Operation" |
| 518 | + }, |
| 519 | + "scopes": [ |
| 520 | + "https://www.googleapis.com/auth/cloud-platform" |
| 521 | + ] |
| 522 | + }, |
| 523 | + "stop": { |
| 524 | + "description": "Stops an Autonomous Database.", |
| 525 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:stop", |
| 526 | + "httpMethod": "POST", |
| 527 | + "id": "oracledatabase.projects.locations.autonomousDatabases.stop", |
| 528 | + "parameterOrder": [ |
| 529 | + "name" |
| 530 | + ], |
| 531 | + "parameters": { |
| 532 | + "name": { |
| 533 | + "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.", |
| 534 | + "location": "path", |
| 535 | + "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$", |
| 536 | + "required": true, |
| 537 | + "type": "string" |
| 538 | + } |
| 539 | + }, |
| 540 | + "path": "v1/{+name}:stop", |
| 541 | + "request": { |
| 542 | + "$ref": "StopAutonomousDatabaseRequest" |
| 543 | + }, |
| 544 | + "response": { |
| 545 | + "$ref": "Operation" |
| 546 | + }, |
| 547 | + "scopes": [ |
| 548 | + "https://www.googleapis.com/auth/cloud-platform" |
| 549 | + ] |
466 | 550 | }
|
467 | 551 | }
|
468 | 552 | },
|
|
1119 | 1203 | }
|
1120 | 1204 | }
|
1121 | 1205 | },
|
1122 |
| - "revision": "20250223", |
| 1206 | + "revision": "20250312", |
1123 | 1207 | "rootUrl": "https://oracledatabase.googleapis.com/",
|
1124 | 1208 | "schemas": {
|
1125 | 1209 | "AllConnectionStrings": {
|
|
3639 | 3723 | },
|
3640 | 3724 | "type": "object"
|
3641 | 3725 | },
|
| 3726 | + "RestartAutonomousDatabaseRequest": { |
| 3727 | + "description": "The request for `AutonomousDatabase.Restart`.", |
| 3728 | + "id": "RestartAutonomousDatabaseRequest", |
| 3729 | + "properties": {}, |
| 3730 | + "type": "object" |
| 3731 | + }, |
3642 | 3732 | "RestoreAutonomousDatabaseRequest": {
|
3643 | 3733 | "description": "The request for `AutonomousDatabase.Restore`.",
|
3644 | 3734 | "id": "RestoreAutonomousDatabaseRequest",
|
|
3693 | 3783 | },
|
3694 | 3784 | "type": "object"
|
3695 | 3785 | },
|
| 3786 | + "StartAutonomousDatabaseRequest": { |
| 3787 | + "description": "The request for `AutonomousDatabase.Start`.", |
| 3788 | + "id": "StartAutonomousDatabaseRequest", |
| 3789 | + "properties": {}, |
| 3790 | + "type": "object" |
| 3791 | + }, |
3696 | 3792 | "Status": {
|
3697 | 3793 | "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
|
3698 | 3794 | "id": "Status",
|
|
3720 | 3816 | },
|
3721 | 3817 | "type": "object"
|
3722 | 3818 | },
|
| 3819 | + "StopAutonomousDatabaseRequest": { |
| 3820 | + "description": "The request for `AutonomousDatabase.Stop`.", |
| 3821 | + "id": "StopAutonomousDatabaseRequest", |
| 3822 | + "properties": {}, |
| 3823 | + "type": "object" |
| 3824 | + }, |
3723 | 3825 | "TimeOfDay": {
|
3724 | 3826 | "description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
|
3725 | 3827 | "id": "TimeOfDay",
|
|
0 commit comments