Oracle Database@Google Cloud API (oracledatabase:v1)

2025-07-18

8 new methods

Additions

    Methods
  • oracledatabase.projects.locations.odbNetworks.list

      Path : v1/{+parent}/odbNetworks

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

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent value for the ODB Network 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 ODB Networks 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 the ODB Networks in a given project and location.

  • oracledatabase.projects.locations.odbNetworks.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the OdbNetwork in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets details of a single ODB Network.

  • oracledatabase.projects.locations.odbNetworks.create

      Path : v1/{+parent}/odbNetworks

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

      HTTP Method : POST

      Parameters :

        parent

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

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

          Location : path

          Required : Yes

          Type : string

        odbNetworkId

          Description : Required. The ID of the OdbNetwork 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 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 : parent

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

      Description : Creates a new ODB Network in a given project and location.

  • oracledatabase.projects.locations.odbNetworks.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The name of the resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.

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

          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 ODB Network.

  • oracledatabase.projects.locations.odbNetworks.odbSubnets.list

      Path : v1/{+parent}/odbSubnets

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets

      HTTP Method : GET

      Parameters :

        parent

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

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of items to return. If unspecified, at most 50 ODB Networks 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 ODB Subnets in a given ODB Network.

  • oracledatabase.projects.locations.odbNetworks.odbSubnets.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets/{odbSubnetsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets details of a single ODB Subnet.

  • oracledatabase.projects.locations.odbNetworks.odbSubnets.create

      Path : v1/{+parent}/odbSubnets

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets

      HTTP Method : POST

      Parameters :

        parent

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

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

          Location : path

          Required : Yes

          Type : string

        odbSubnetId

          Description : Required. The ID of the OdbSubnet 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 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 : parent

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

      Description : Creates a new ODB Subnet in a given ODB Network.

  • oracledatabase.projects.locations.odbNetworks.odbSubnets.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets/{odbSubnetsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The name of the resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}.

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

          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 ODB Subnet.