2025-09-15
▼ ▲ oracledatabase.projects.locations.dbSystemInitialStorageSizes.list
Path : v1/{+parent}/dbSystemInitialStorageSizes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dbSystemInitialStorageSizes
HTTP Method : GET
Parameters :
parent
Description : Required. The parent value for the DbSystemInitialStorageSize resource with the 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, 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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists all the DbSystemInitialStorageSizes for the given project and location.
▼ ▲ oracledatabase.projects.locations.databases.list
Path : v1/{+parent}/databases
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/databases
HTTP Method : GET
Parameters :
parent
Description : Required. The parent resource name in the following format: projects/{project}/locations/{region}
Pattern : ^projects/[^/]+/locations/[^/]+$
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. list for container databases is supported only with a valid dbSystem (full resource name) filter in this format: `dbSystem="projects/{project}/locations/{location}/dbSystems/{dbSystemId}"`
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists all the Databases for the given project, location and DbSystem.
▼ ▲ oracledatabase.projects.locations.databases.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/databases/{databasesId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
Pattern : ^projects/[^/]+/locations/[^/]+/databases/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single Database.
▼ ▲ oracledatabase.projects.locations.pluggableDatabases.list
Path : v1/{+parent}/pluggableDatabases
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/pluggableDatabases
HTTP Method : GET
Parameters :
parent
Description : Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A page token, received from a previous `ListPluggableDatabases` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPluggableDatabases` must match the call that provided the page token.
Location : query
Type : string
filter
Description : Optional. An expression for filtering the results of the request. List for pluggable databases is supported only with a valid container database (full resource name) filter in this format: `database="projects/{project}/locations/{location}/databases/{database}"`
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists all the PluggableDatabases for the given project, location and Container Database.
▼ ▲ oracledatabase.projects.locations.pluggableDatabases.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/pluggableDatabases/{pluggableDatabasesId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}
Pattern : ^projects/[^/]+/locations/[^/]+/pluggableDatabases/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single PluggableDatabase.
▼ ▲ oracledatabase.projects.locations.dbSystems.list
Path : v1/{+parent}/dbSystems
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dbSystems
HTTP Method : GET
Parameters :
parent
Description : Required. The parent value for DbSystems 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 DbSystems 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 DbSystems for the given project and location.
▼ ▲ oracledatabase.projects.locations.dbSystems.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dbSystems/{dbSystemsId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}.
Pattern : ^projects/[^/]+/locations/[^/]+/dbSystems/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single DbSystem.
▼ ▲ oracledatabase.projects.locations.dbSystems.create
Path : v1/{+parent}/dbSystems
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dbSystems
HTTP Method : POST
Parameters :
parent
Description : Required. The value for parent of the DbSystem in the following format: projects/{project}/locations/{location}.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
dbSystemId
Description : Required. The ID of the DbSystem 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 DbSystem in a given project and location.
▼ ▲ oracledatabase.projects.locations.dbSystems.delete
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dbSystems/{dbSystemsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}.
Pattern : ^projects/[^/]+/locations/[^/]+/dbSystems/[^/]+$
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 DbSystem.
▼ ▲ oracledatabase.projects.locations.dbVersions.list
Path : v1/{+parent}/dbVersions
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dbVersions
HTTP Method : GET
Parameters :
parent
Description : Required. The parent value for the DbVersion resource with the 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, 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. Filter expression that matches a subset of the DbVersions to show. The supported filter for dbSystem creation is `db_system_shape = {db_system_shape} AND storage_management = {storage_management}`. If no filter is provided, all DbVersions will be returned.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : List DbVersions for the given project and location.
▼ ▲ oracledatabase.projects.locations.databaseCharacterSets.list
Path : v1/{+parent}/databaseCharacterSets
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/databaseCharacterSets
HTTP Method : GET
Parameters :
parent
Description : Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of DatabaseCharacterSets to return. The service may return fewer than this value. If unspecified, at most 50 DatabaseCharacterSets 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 page token, received from a previous `ListDatabaseCharacterSets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDatabaseCharacterSets` must match the call that provided the page token.
Location : query
Type : string
filter
Description : Optional. An expression for filtering the results of the request. Only the **character_set_type** field is supported in the following format: `character_set_type="{characterSetType}"`. Accepted values include `DATABASE` and `NATIONAL`.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : List DatabaseCharacterSets for the given project and location.