Oracle Database@Google Cloud API (oracledatabase:v1)

2025-09-19

12 new methods

Additions

    Methods
  • oracledatabase.projects.locations.giVersions.minorVersions.list

      Path : v1/{+parent}/minorVersions

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/giVersions/{giVersionsId}/minorVersions

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent value for the MinorVersion resource with the format: projects/{project}/locations/{location}/giVersions/{gi_version}

          Pattern : ^projects/[^/]+/locations/[^/]+/giVersions/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.

          Location : query

          Type : string

        filter

          Description : Optional. An expression for filtering the results of the request. Only shapeFamily and gcp_oracle_zone_id are supported in this format: `shape_family="{shapeFamily}" AND gcp_oracle_zone_id="{gcp_oracle_zone_id}"`.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists all the valid minor versions for the given project, location, gi version and shape family.

  • oracledatabase.projects.locations.autonomousDatabases.failover

      Path : v1/{+name}:failover

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:failover

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

          Pattern : ^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Initiates a failover to target autonomous database from the associated primary database.

  • oracledatabase.projects.locations.exadbVmClusters.list

      Path : v1/{+parent}/exadbVmClusters

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent value for ExadbVmClusters in the following format: projects/{project}/locations/{location}.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of items to return. If unspecified, at most 50 ExadbVmClusters will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. An expression for filtering the results of the request.

          Location : query

          Type : string

        orderBy

          Description : Optional. An expression for ordering the results of the request.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists all the Exadb (Exascale) VM Clusters for the given project and location.

  • oracledatabase.projects.locations.exadbVmClusters.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.

          Pattern : ^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Gets details of a single Exadb (Exascale) VM Cluster.

  • oracledatabase.projects.locations.exadbVmClusters.create

      Path : v1/{+parent}/exadbVmClusters

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The value for parent of the ExadbVmCluster in the following format: projects/{project}/locations/{location}.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        exadbVmClusterId

          Description : Required. The ID of the ExadbVmCluster to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.

          Location : query

          Type : string

        requestId

          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. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Creates a new Exadb (Exascale) VM Cluster resource.

  • oracledatabase.projects.locations.exadbVmClusters.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.

          Pattern : ^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$

          Location : path

          Required : Yes

          Type : string

        requestId

          Description : Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Deletes a single Exadb (Exascale) VM Cluster.

  • oracledatabase.projects.locations.exadbVmClusters.patch

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}

          Pattern : ^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

          Location : query

          Type : string

          Format : google-fieldmask

        requestId

          Description : Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Updates a single Exadb (Exascale) VM Cluster. To add virtual machines to existing exadb vm cluster, only pass the node count.

  • oracledatabase.projects.locations.exadbVmClusters.removeVirtualMachine

      Path : v1/{+name}:removeVirtualMachine

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}:removeVirtualMachine

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.

          Pattern : ^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Removes virtual machines from an existing exadb vm cluster.

  • oracledatabase.projects.locations.exascaleDbStorageVaults.list

      Path : v1/{+parent}/exascaleDbStorageVaults

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent value for ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of items to return. If unspecified, at most 50 ExascaleDbStorageVaults will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. An expression for filtering the results of the request. Filter the list as specified in https://google.aip.dev/160.

          Location : query

          Type : string

        orderBy

          Description : Optional. An expression for ordering the results of the request. Order results as specified in https://google.aip.dev/132.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists all the ExascaleDB Storage Vaults for the given project and location.

  • oracledatabase.projects.locations.exascaleDbStorageVaults.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults/{exascaleDbStorageVaultsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.

          Pattern : ^projects/[^/]+/locations/[^/]+/exascaleDbStorageVaults/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Gets details of a single ExascaleDB Storage Vault.

  • oracledatabase.projects.locations.exascaleDbStorageVaults.create

      Path : v1/{+parent}/exascaleDbStorageVaults

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The value for parent of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        exascaleDbStorageVaultId

          Description : Required. The ID of the ExascaleDbStorageVault to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.

          Location : query

          Type : string

        requestId

          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. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Creates a new ExascaleDB Storage Vault resource.

  • oracledatabase.projects.locations.exascaleDbStorageVaults.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults/{exascaleDbStorageVaultsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The name of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.

          Pattern : ^projects/[^/]+/locations/[^/]+/exascaleDbStorageVaults/[^/]+$

          Location : path

          Required : Yes

          Type : string

        requestId

          Description : Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Deletes a single ExascaleDB Storage Vault.