Oracle Database@Google Cloud v1 API - Class OracleDatabase.OracleDatabaseClient (1.4.0)

public class OracleDatabase.OracleDatabaseClient : ClientBase<OracleDatabase.OracleDatabaseClient>

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class OracleDatabase.OracleDatabaseClient.

Client for OracleDatabase

Inheritance

object > ClientBase > ClientBaseOracleDatabaseOracleDatabaseClient > OracleDatabase.OracleDatabaseClient

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

OracleDatabaseClient()

protected OracleDatabaseClient()

Protected parameterless constructor to allow creation of test doubles.

OracleDatabaseClient(CallInvoker)

public OracleDatabaseClient(CallInvoker callInvoker)

Creates a new client for OracleDatabase that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

OracleDatabaseClient(ChannelBase)

public OracleDatabaseClient(ChannelBase channel)

Creates a new client for OracleDatabase

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

OracleDatabaseClient(ClientBaseConfiguration)

protected OracleDatabaseClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateAutonomousDatabase(CreateAutonomousDatabaseRequest, CallOptions)

public virtual Operation CreateAutonomousDatabase(CreateAutonomousDatabaseRequest request, CallOptions options)

Creates a new Autonomous Database in a given project and location.

Parameters
Name Description
request CreateAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateAutonomousDatabase(CreateAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateAutonomousDatabase(CreateAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Autonomous Database in a given project and location.

Parameters
Name Description
request CreateAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateAutonomousDatabaseAsync(CreateAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateAutonomousDatabaseAsync(CreateAutonomousDatabaseRequest request, CallOptions options)

Creates a new Autonomous Database in a given project and location.

Parameters
Name Description
request CreateAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateAutonomousDatabaseAsync(CreateAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateAutonomousDatabaseAsync(CreateAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Autonomous Database in a given project and location.

Parameters
Name Description
request CreateAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateCloudExadataInfrastructure(CreateCloudExadataInfrastructureRequest, CallOptions)

public virtual Operation CreateCloudExadataInfrastructure(CreateCloudExadataInfrastructureRequest request, CallOptions options)

Creates a new Exadata Infrastructure in a given project and location.

Parameters
Name Description
request CreateCloudExadataInfrastructureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateCloudExadataInfrastructure(CreateCloudExadataInfrastructureRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateCloudExadataInfrastructure(CreateCloudExadataInfrastructureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Exadata Infrastructure in a given project and location.

Parameters
Name Description
request CreateCloudExadataInfrastructureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateCloudExadataInfrastructureAsync(CreateCloudExadataInfrastructureRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateCloudExadataInfrastructureAsync(CreateCloudExadataInfrastructureRequest request, CallOptions options)

Creates a new Exadata Infrastructure in a given project and location.

Parameters
Name Description
request CreateCloudExadataInfrastructureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateCloudExadataInfrastructureAsync(CreateCloudExadataInfrastructureRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateCloudExadataInfrastructureAsync(CreateCloudExadataInfrastructureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Exadata Infrastructure in a given project and location.

Parameters
Name Description
request CreateCloudExadataInfrastructureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateCloudVmCluster(CreateCloudVmClusterRequest, CallOptions)

public virtual Operation CreateCloudVmCluster(CreateCloudVmClusterRequest request, CallOptions options)

Creates a new VM Cluster in a given project and location.

Parameters
Name Description
request CreateCloudVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateCloudVmCluster(CreateCloudVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateCloudVmCluster(CreateCloudVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new VM Cluster in a given project and location.

Parameters
Name Description
request CreateCloudVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateCloudVmClusterAsync(CreateCloudVmClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateCloudVmClusterAsync(CreateCloudVmClusterRequest request, CallOptions options)

Creates a new VM Cluster in a given project and location.

Parameters
Name Description
request CreateCloudVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateCloudVmClusterAsync(CreateCloudVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateCloudVmClusterAsync(CreateCloudVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new VM Cluster in a given project and location.

Parameters
Name Description
request CreateCloudVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateDbSystem(CreateDbSystemRequest, CallOptions)

public virtual Operation CreateDbSystem(CreateDbSystemRequest request, CallOptions options)

Creates a new DbSystem in a given project and location.

Parameters
Name Description
request CreateDbSystemRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateDbSystem(CreateDbSystemRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateDbSystem(CreateDbSystemRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new DbSystem in a given project and location.

Parameters
Name Description
request CreateDbSystemRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateDbSystemAsync(CreateDbSystemRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateDbSystemAsync(CreateDbSystemRequest request, CallOptions options)

Creates a new DbSystem in a given project and location.

Parameters
Name Description
request CreateDbSystemRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateDbSystemAsync(CreateDbSystemRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateDbSystemAsync(CreateDbSystemRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new DbSystem in a given project and location.

Parameters
Name Description
request CreateDbSystemRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateExadbVmCluster(CreateExadbVmClusterRequest, CallOptions)

public virtual Operation CreateExadbVmCluster(CreateExadbVmClusterRequest request, CallOptions options)

Creates a new Exadb (Exascale) VM Cluster resource.

Parameters
Name Description
request CreateExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateExadbVmCluster(CreateExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateExadbVmCluster(CreateExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Exadb (Exascale) VM Cluster resource.

Parameters
Name Description
request CreateExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateExadbVmClusterAsync(CreateExadbVmClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateExadbVmClusterAsync(CreateExadbVmClusterRequest request, CallOptions options)

Creates a new Exadb (Exascale) VM Cluster resource.

Parameters
Name Description
request CreateExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateExadbVmClusterAsync(CreateExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateExadbVmClusterAsync(CreateExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Exadb (Exascale) VM Cluster resource.

Parameters
Name Description
request CreateExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateExascaleDbStorageVault(CreateExascaleDbStorageVaultRequest, CallOptions)

public virtual Operation CreateExascaleDbStorageVault(CreateExascaleDbStorageVaultRequest request, CallOptions options)

Creates a new ExascaleDB Storage Vault resource.

Parameters
Name Description
request CreateExascaleDbStorageVaultRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateExascaleDbStorageVault(CreateExascaleDbStorageVaultRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateExascaleDbStorageVault(CreateExascaleDbStorageVaultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ExascaleDB Storage Vault resource.

Parameters
Name Description
request CreateExascaleDbStorageVaultRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateExascaleDbStorageVaultAsync(CreateExascaleDbStorageVaultRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateExascaleDbStorageVaultAsync(CreateExascaleDbStorageVaultRequest request, CallOptions options)

Creates a new ExascaleDB Storage Vault resource.

Parameters
Name Description
request CreateExascaleDbStorageVaultRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateExascaleDbStorageVaultAsync(CreateExascaleDbStorageVaultRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateExascaleDbStorageVaultAsync(CreateExascaleDbStorageVaultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ExascaleDB Storage Vault resource.

Parameters
Name Description
request CreateExascaleDbStorageVaultRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOdbNetwork(CreateOdbNetworkRequest, CallOptions)

public virtual Operation CreateOdbNetwork(CreateOdbNetworkRequest request, CallOptions options)

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

Parameters
Name Description
request CreateOdbNetworkRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateOdbNetwork(CreateOdbNetworkRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateOdbNetwork(CreateOdbNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request CreateOdbNetworkRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateOdbNetworkAsync(CreateOdbNetworkRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateOdbNetworkAsync(CreateOdbNetworkRequest request, CallOptions options)

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

Parameters
Name Description
request CreateOdbNetworkRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOdbNetworkAsync(CreateOdbNetworkRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateOdbNetworkAsync(CreateOdbNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request CreateOdbNetworkRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOdbSubnet(CreateOdbSubnetRequest, CallOptions)

public virtual Operation CreateOdbSubnet(CreateOdbSubnetRequest request, CallOptions options)

Creates a new ODB Subnet in a given ODB Network.

Parameters
Name Description
request CreateOdbSubnetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateOdbSubnet(CreateOdbSubnetRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateOdbSubnet(CreateOdbSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ODB Subnet in a given ODB Network.

Parameters
Name Description
request CreateOdbSubnetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateOdbSubnetAsync(CreateOdbSubnetRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateOdbSubnetAsync(CreateOdbSubnetRequest request, CallOptions options)

Creates a new ODB Subnet in a given ODB Network.

Parameters
Name Description
request CreateOdbSubnetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOdbSubnetAsync(CreateOdbSubnetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateOdbSubnetAsync(CreateOdbSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ODB Subnet in a given ODB Network.

Parameters
Name Description
request CreateOdbSubnetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

DeleteAutonomousDatabase(DeleteAutonomousDatabaseRequest, CallOptions)

public virtual Operation DeleteAutonomousDatabase(DeleteAutonomousDatabaseRequest request, CallOptions options)

Deletes a single Autonomous Database.

Parameters
Name Description
request DeleteAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteAutonomousDatabase(DeleteAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteAutonomousDatabase(DeleteAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Autonomous Database.

Parameters
Name Description
request DeleteAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteAutonomousDatabaseAsync(DeleteAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteAutonomousDatabaseAsync(DeleteAutonomousDatabaseRequest request, CallOptions options)

Deletes a single Autonomous Database.

Parameters
Name Description
request DeleteAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteAutonomousDatabaseAsync(DeleteAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteAutonomousDatabaseAsync(DeleteAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Autonomous Database.

Parameters
Name Description
request DeleteAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest, CallOptions)

public virtual Operation DeleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest request, CallOptions options)

Deletes a single Exadata Infrastructure.

Parameters
Name Description
request DeleteCloudExadataInfrastructureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Exadata Infrastructure.

Parameters
Name Description
request DeleteCloudExadataInfrastructureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteCloudExadataInfrastructureAsync(DeleteCloudExadataInfrastructureRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteCloudExadataInfrastructureAsync(DeleteCloudExadataInfrastructureRequest request, CallOptions options)

Deletes a single Exadata Infrastructure.

Parameters
Name Description
request DeleteCloudExadataInfrastructureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteCloudExadataInfrastructureAsync(DeleteCloudExadataInfrastructureRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteCloudExadataInfrastructureAsync(DeleteCloudExadataInfrastructureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Exadata Infrastructure.

Parameters
Name Description
request DeleteCloudExadataInfrastructureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteCloudVmCluster(DeleteCloudVmClusterRequest, CallOptions)

public virtual Operation DeleteCloudVmCluster(DeleteCloudVmClusterRequest request, CallOptions options)

Deletes a single VM Cluster.

Parameters
Name Description
request DeleteCloudVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteCloudVmCluster(DeleteCloudVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteCloudVmCluster(DeleteCloudVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single VM Cluster.

Parameters
Name Description
request DeleteCloudVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteCloudVmClusterAsync(DeleteCloudVmClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteCloudVmClusterAsync(DeleteCloudVmClusterRequest request, CallOptions options)

Deletes a single VM Cluster.

Parameters
Name Description
request DeleteCloudVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteCloudVmClusterAsync(DeleteCloudVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteCloudVmClusterAsync(DeleteCloudVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single VM Cluster.

Parameters
Name Description
request DeleteCloudVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteDbSystem(DeleteDbSystemRequest, CallOptions)

public virtual Operation DeleteDbSystem(DeleteDbSystemRequest request, CallOptions options)

Deletes a single DbSystem.

Parameters
Name Description
request DeleteDbSystemRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteDbSystem(DeleteDbSystemRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteDbSystem(DeleteDbSystemRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single DbSystem.

Parameters
Name Description
request DeleteDbSystemRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteDbSystemAsync(DeleteDbSystemRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteDbSystemAsync(DeleteDbSystemRequest request, CallOptions options)

Deletes a single DbSystem.

Parameters
Name Description
request DeleteDbSystemRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteDbSystemAsync(DeleteDbSystemRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteDbSystemAsync(DeleteDbSystemRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single DbSystem.

Parameters
Name Description
request DeleteDbSystemRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteExadbVmCluster(DeleteExadbVmClusterRequest, CallOptions)

public virtual Operation DeleteExadbVmCluster(DeleteExadbVmClusterRequest request, CallOptions options)

Deletes a single Exadb (Exascale) VM Cluster.

Parameters
Name Description
request DeleteExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteExadbVmCluster(DeleteExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteExadbVmCluster(DeleteExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Exadb (Exascale) VM Cluster.

Parameters
Name Description
request DeleteExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteExadbVmClusterAsync(DeleteExadbVmClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteExadbVmClusterAsync(DeleteExadbVmClusterRequest request, CallOptions options)

Deletes a single Exadb (Exascale) VM Cluster.

Parameters
Name Description
request DeleteExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteExadbVmClusterAsync(DeleteExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteExadbVmClusterAsync(DeleteExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Exadb (Exascale) VM Cluster.

Parameters
Name Description
request DeleteExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteExascaleDbStorageVault(DeleteExascaleDbStorageVaultRequest, CallOptions)

public virtual Operation DeleteExascaleDbStorageVault(DeleteExascaleDbStorageVaultRequest request, CallOptions options)

Deletes a single ExascaleDB Storage Vault.

Parameters
Name Description
request DeleteExascaleDbStorageVaultRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteExascaleDbStorageVault(DeleteExascaleDbStorageVaultRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteExascaleDbStorageVault(DeleteExascaleDbStorageVaultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single ExascaleDB Storage Vault.

Parameters
Name Description
request DeleteExascaleDbStorageVaultRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteExascaleDbStorageVaultAsync(DeleteExascaleDbStorageVaultRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteExascaleDbStorageVaultAsync(DeleteExascaleDbStorageVaultRequest request, CallOptions options)

Deletes a single ExascaleDB Storage Vault.

Parameters
Name Description
request DeleteExascaleDbStorageVaultRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteExascaleDbStorageVaultAsync(DeleteExascaleDbStorageVaultRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteExascaleDbStorageVaultAsync(DeleteExascaleDbStorageVaultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single ExascaleDB Storage Vault.

Parameters
Name Description
request DeleteExascaleDbStorageVaultRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteOdbNetwork(DeleteOdbNetworkRequest, CallOptions)

public virtual Operation DeleteOdbNetwork(DeleteOdbNetworkRequest request, CallOptions options)

Deletes a single ODB Network.

Parameters
Name Description
request DeleteOdbNetworkRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteOdbNetwork(DeleteOdbNetworkRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteOdbNetwork(DeleteOdbNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single ODB Network.

Parameters
Name Description
request DeleteOdbNetworkRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteOdbNetworkAsync(DeleteOdbNetworkRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteOdbNetworkAsync(DeleteOdbNetworkRequest request, CallOptions options)

Deletes a single ODB Network.

Parameters
Name Description
request DeleteOdbNetworkRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteOdbNetworkAsync(DeleteOdbNetworkRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteOdbNetworkAsync(DeleteOdbNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single ODB Network.

Parameters
Name Description
request DeleteOdbNetworkRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteOdbSubnet(DeleteOdbSubnetRequest, CallOptions)

public virtual Operation DeleteOdbSubnet(DeleteOdbSubnetRequest request, CallOptions options)

Deletes a single ODB Subnet.

Parameters
Name Description
request DeleteOdbSubnetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteOdbSubnet(DeleteOdbSubnetRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteOdbSubnet(DeleteOdbSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single ODB Subnet.

Parameters
Name Description
request DeleteOdbSubnetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteOdbSubnetAsync(DeleteOdbSubnetRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteOdbSubnetAsync(DeleteOdbSubnetRequest request, CallOptions options)

Deletes a single ODB Subnet.

Parameters
Name Description
request DeleteOdbSubnetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteOdbSubnetAsync(DeleteOdbSubnetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteOdbSubnetAsync(DeleteOdbSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single ODB Subnet.

Parameters
Name Description
request DeleteOdbSubnetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

FailoverAutonomousDatabase(FailoverAutonomousDatabaseRequest, CallOptions)

public virtual Operation FailoverAutonomousDatabase(FailoverAutonomousDatabaseRequest request, CallOptions options)

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

Parameters
Name Description
request FailoverAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

FailoverAutonomousDatabase(FailoverAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation FailoverAutonomousDatabase(FailoverAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request FailoverAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

FailoverAutonomousDatabaseAsync(FailoverAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> FailoverAutonomousDatabaseAsync(FailoverAutonomousDatabaseRequest request, CallOptions options)

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

Parameters
Name Description
request FailoverAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

FailoverAutonomousDatabaseAsync(FailoverAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> FailoverAutonomousDatabaseAsync(FailoverAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request FailoverAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GenerateAutonomousDatabaseWallet(GenerateAutonomousDatabaseWalletRequest, CallOptions)

public virtual GenerateAutonomousDatabaseWalletResponse GenerateAutonomousDatabaseWallet(GenerateAutonomousDatabaseWalletRequest request, CallOptions options)

Generates a wallet for an Autonomous Database.

Parameters
Name Description
request GenerateAutonomousDatabaseWalletRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GenerateAutonomousDatabaseWalletResponse

The response received from the server.

GenerateAutonomousDatabaseWallet(GenerateAutonomousDatabaseWalletRequest, Metadata, DateTime?, CancellationToken)

public virtual GenerateAutonomousDatabaseWalletResponse GenerateAutonomousDatabaseWallet(GenerateAutonomousDatabaseWalletRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Generates a wallet for an Autonomous Database.

Parameters
Name Description
request GenerateAutonomousDatabaseWalletRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GenerateAutonomousDatabaseWalletResponse

The response received from the server.

GenerateAutonomousDatabaseWalletAsync(GenerateAutonomousDatabaseWalletRequest, CallOptions)

public virtual AsyncUnaryCall<GenerateAutonomousDatabaseWalletResponse> GenerateAutonomousDatabaseWalletAsync(GenerateAutonomousDatabaseWalletRequest request, CallOptions options)

Generates a wallet for an Autonomous Database.

Parameters
Name Description
request GenerateAutonomousDatabaseWalletRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGenerateAutonomousDatabaseWalletResponse

The call object.

GenerateAutonomousDatabaseWalletAsync(GenerateAutonomousDatabaseWalletRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GenerateAutonomousDatabaseWalletResponse> GenerateAutonomousDatabaseWalletAsync(GenerateAutonomousDatabaseWalletRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Generates a wallet for an Autonomous Database.

Parameters
Name Description
request GenerateAutonomousDatabaseWalletRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGenerateAutonomousDatabaseWalletResponse

The call object.

GetAutonomousDatabase(GetAutonomousDatabaseRequest, CallOptions)

public virtual AutonomousDatabase GetAutonomousDatabase(GetAutonomousDatabaseRequest request, CallOptions options)

Gets the details of a single Autonomous Database.

Parameters
Name Description
request GetAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AutonomousDatabase

The response received from the server.

GetAutonomousDatabase(GetAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AutonomousDatabase GetAutonomousDatabase(GetAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a single Autonomous Database.

Parameters
Name Description
request GetAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AutonomousDatabase

The response received from the server.

GetAutonomousDatabaseAsync(GetAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<AutonomousDatabase> GetAutonomousDatabaseAsync(GetAutonomousDatabaseRequest request, CallOptions options)

Gets the details of a single Autonomous Database.

Parameters
Name Description
request GetAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAutonomousDatabase

The call object.

GetAutonomousDatabaseAsync(GetAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AutonomousDatabase> GetAutonomousDatabaseAsync(GetAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a single Autonomous Database.

Parameters
Name Description
request GetAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallAutonomousDatabase

The call object.

GetCloudExadataInfrastructure(GetCloudExadataInfrastructureRequest, CallOptions)

public virtual CloudExadataInfrastructure GetCloudExadataInfrastructure(GetCloudExadataInfrastructureRequest request, CallOptions options)

Gets details of a single Exadata Infrastructure.

Parameters
Name Description
request GetCloudExadataInfrastructureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
CloudExadataInfrastructure

The response received from the server.

GetCloudExadataInfrastructure(GetCloudExadataInfrastructureRequest, Metadata, DateTime?, CancellationToken)

public virtual CloudExadataInfrastructure GetCloudExadataInfrastructure(GetCloudExadataInfrastructureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Exadata Infrastructure.

Parameters
Name Description
request GetCloudExadataInfrastructureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
CloudExadataInfrastructure

The response received from the server.

GetCloudExadataInfrastructureAsync(GetCloudExadataInfrastructureRequest, CallOptions)

public virtual AsyncUnaryCall<CloudExadataInfrastructure> GetCloudExadataInfrastructureAsync(GetCloudExadataInfrastructureRequest request, CallOptions options)

Gets details of a single Exadata Infrastructure.

Parameters
Name Description
request GetCloudExadataInfrastructureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallCloudExadataInfrastructure

The call object.

GetCloudExadataInfrastructureAsync(GetCloudExadataInfrastructureRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<CloudExadataInfrastructure> GetCloudExadataInfrastructureAsync(GetCloudExadataInfrastructureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Exadata Infrastructure.

Parameters
Name Description
request GetCloudExadataInfrastructureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallCloudExadataInfrastructure

The call object.

GetCloudVmCluster(GetCloudVmClusterRequest, CallOptions)

public virtual CloudVmCluster GetCloudVmCluster(GetCloudVmClusterRequest request, CallOptions options)

Gets details of a single VM Cluster.

Parameters
Name Description
request GetCloudVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
CloudVmCluster

The response received from the server.

GetCloudVmCluster(GetCloudVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual CloudVmCluster GetCloudVmCluster(GetCloudVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single VM Cluster.

Parameters
Name Description
request GetCloudVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
CloudVmCluster

The response received from the server.

GetCloudVmClusterAsync(GetCloudVmClusterRequest, CallOptions)

public virtual AsyncUnaryCall<CloudVmCluster> GetCloudVmClusterAsync(GetCloudVmClusterRequest request, CallOptions options)

Gets details of a single VM Cluster.

Parameters
Name Description
request GetCloudVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallCloudVmCluster

The call object.

GetCloudVmClusterAsync(GetCloudVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<CloudVmCluster> GetCloudVmClusterAsync(GetCloudVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single VM Cluster.

Parameters
Name Description
request GetCloudVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallCloudVmCluster

The call object.

GetDatabase(GetDatabaseRequest, CallOptions)

public virtual Database GetDatabase(GetDatabaseRequest request, CallOptions options)

Gets details of a single Database.

Parameters
Name Description
request GetDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Database

The response received from the server.

GetDatabase(GetDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Database GetDatabase(GetDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Database.

Parameters
Name Description
request GetDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Database

The response received from the server.

GetDatabaseAsync(GetDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Database> GetDatabaseAsync(GetDatabaseRequest request, CallOptions options)

Gets details of a single Database.

Parameters
Name Description
request GetDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDatabase

The call object.

GetDatabaseAsync(GetDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Database> GetDatabaseAsync(GetDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Database.

Parameters
Name Description
request GetDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallDatabase

The call object.

GetDbSystem(GetDbSystemRequest, CallOptions)

public virtual DbSystem GetDbSystem(GetDbSystemRequest request, CallOptions options)

Gets details of a single DbSystem.

Parameters
Name Description
request GetDbSystemRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
DbSystem

The response received from the server.

GetDbSystem(GetDbSystemRequest, Metadata, DateTime?, CancellationToken)

public virtual DbSystem GetDbSystem(GetDbSystemRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single DbSystem.

Parameters
Name Description
request GetDbSystemRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
DbSystem

The response received from the server.

GetDbSystemAsync(GetDbSystemRequest, CallOptions)

public virtual AsyncUnaryCall<DbSystem> GetDbSystemAsync(GetDbSystemRequest request, CallOptions options)

Gets details of a single DbSystem.

Parameters
Name Description
request GetDbSystemRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDbSystem

The call object.

GetDbSystemAsync(GetDbSystemRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<DbSystem> GetDbSystemAsync(GetDbSystemRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single DbSystem.

Parameters
Name Description
request GetDbSystemRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallDbSystem

The call object.

GetExadbVmCluster(GetExadbVmClusterRequest, CallOptions)

public virtual ExadbVmCluster GetExadbVmCluster(GetExadbVmClusterRequest request, CallOptions options)

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

Parameters
Name Description
request GetExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ExadbVmCluster

The response received from the server.

GetExadbVmCluster(GetExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual ExadbVmCluster GetExadbVmCluster(GetExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request GetExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ExadbVmCluster

The response received from the server.

GetExadbVmClusterAsync(GetExadbVmClusterRequest, CallOptions)

public virtual AsyncUnaryCall<ExadbVmCluster> GetExadbVmClusterAsync(GetExadbVmClusterRequest request, CallOptions options)

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

Parameters
Name Description
request GetExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallExadbVmCluster

The call object.

GetExadbVmClusterAsync(GetExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ExadbVmCluster> GetExadbVmClusterAsync(GetExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request GetExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallExadbVmCluster

The call object.

GetExascaleDbStorageVault(GetExascaleDbStorageVaultRequest, CallOptions)

public virtual ExascaleDbStorageVault GetExascaleDbStorageVault(GetExascaleDbStorageVaultRequest request, CallOptions options)

Gets details of a single ExascaleDB Storage Vault.

Parameters
Name Description
request GetExascaleDbStorageVaultRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ExascaleDbStorageVault

The response received from the server.

GetExascaleDbStorageVault(GetExascaleDbStorageVaultRequest, Metadata, DateTime?, CancellationToken)

public virtual ExascaleDbStorageVault GetExascaleDbStorageVault(GetExascaleDbStorageVaultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single ExascaleDB Storage Vault.

Parameters
Name Description
request GetExascaleDbStorageVaultRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ExascaleDbStorageVault

The response received from the server.

GetExascaleDbStorageVaultAsync(GetExascaleDbStorageVaultRequest, CallOptions)

public virtual AsyncUnaryCall<ExascaleDbStorageVault> GetExascaleDbStorageVaultAsync(GetExascaleDbStorageVaultRequest request, CallOptions options)

Gets details of a single ExascaleDB Storage Vault.

Parameters
Name Description
request GetExascaleDbStorageVaultRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallExascaleDbStorageVault

The call object.

GetExascaleDbStorageVaultAsync(GetExascaleDbStorageVaultRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ExascaleDbStorageVault> GetExascaleDbStorageVaultAsync(GetExascaleDbStorageVaultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single ExascaleDB Storage Vault.

Parameters
Name Description
request GetExascaleDbStorageVaultRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallExascaleDbStorageVault

The call object.

GetOdbNetwork(GetOdbNetworkRequest, CallOptions)

public virtual OdbNetwork GetOdbNetwork(GetOdbNetworkRequest request, CallOptions options)

Gets details of a single ODB Network.

Parameters
Name Description
request GetOdbNetworkRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
OdbNetwork

The response received from the server.

GetOdbNetwork(GetOdbNetworkRequest, Metadata, DateTime?, CancellationToken)

public virtual OdbNetwork GetOdbNetwork(GetOdbNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single ODB Network.

Parameters
Name Description
request GetOdbNetworkRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
OdbNetwork

The response received from the server.

GetOdbNetworkAsync(GetOdbNetworkRequest, CallOptions)

public virtual AsyncUnaryCall<OdbNetwork> GetOdbNetworkAsync(GetOdbNetworkRequest request, CallOptions options)

Gets details of a single ODB Network.

Parameters
Name Description
request GetOdbNetworkRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOdbNetwork

The call object.

GetOdbNetworkAsync(GetOdbNetworkRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<OdbNetwork> GetOdbNetworkAsync(GetOdbNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single ODB Network.

Parameters
Name Description
request GetOdbNetworkRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOdbNetwork

The call object.

GetOdbSubnet(GetOdbSubnetRequest, CallOptions)

public virtual OdbSubnet GetOdbSubnet(GetOdbSubnetRequest request, CallOptions options)

Gets details of a single ODB Subnet.

Parameters
Name Description
request GetOdbSubnetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
OdbSubnet

The response received from the server.

GetOdbSubnet(GetOdbSubnetRequest, Metadata, DateTime?, CancellationToken)

public virtual OdbSubnet GetOdbSubnet(GetOdbSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single ODB Subnet.

Parameters
Name Description
request GetOdbSubnetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
OdbSubnet

The response received from the server.

GetOdbSubnetAsync(GetOdbSubnetRequest, CallOptions)

public virtual AsyncUnaryCall<OdbSubnet> GetOdbSubnetAsync(GetOdbSubnetRequest request, CallOptions options)

Gets details of a single ODB Subnet.

Parameters
Name Description
request GetOdbSubnetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOdbSubnet

The call object.

GetOdbSubnetAsync(GetOdbSubnetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<OdbSubnet> GetOdbSubnetAsync(GetOdbSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single ODB Subnet.

Parameters
Name Description
request GetOdbSubnetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOdbSubnet

The call object.

GetPluggableDatabase(GetPluggableDatabaseRequest, CallOptions)

public virtual PluggableDatabase GetPluggableDatabase(GetPluggableDatabaseRequest request, CallOptions options)

Gets details of a single PluggableDatabase.

Parameters
Name Description
request GetPluggableDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PluggableDatabase

The response received from the server.

GetPluggableDatabase(GetPluggableDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual PluggableDatabase GetPluggableDatabase(GetPluggableDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single PluggableDatabase.

Parameters
Name Description
request GetPluggableDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PluggableDatabase

The response received from the server.

GetPluggableDatabaseAsync(GetPluggableDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<PluggableDatabase> GetPluggableDatabaseAsync(GetPluggableDatabaseRequest request, CallOptions options)

Gets details of a single PluggableDatabase.

Parameters
Name Description
request GetPluggableDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPluggableDatabase

The call object.

GetPluggableDatabaseAsync(GetPluggableDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PluggableDatabase> GetPluggableDatabaseAsync(GetPluggableDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single PluggableDatabase.

Parameters
Name Description
request GetPluggableDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPluggableDatabase

The call object.

ListAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest, CallOptions)

public virtual ListAutonomousDatabaseBackupsResponse ListAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request, CallOptions options)

Lists the long-term and automatic backups of an Autonomous Database.

Parameters
Name Description
request ListAutonomousDatabaseBackupsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAutonomousDatabaseBackupsResponse

The response received from the server.

ListAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAutonomousDatabaseBackupsResponse ListAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the long-term and automatic backups of an Autonomous Database.

Parameters
Name Description
request ListAutonomousDatabaseBackupsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListAutonomousDatabaseBackupsResponse

The response received from the server.

ListAutonomousDatabaseBackupsAsync(ListAutonomousDatabaseBackupsRequest, CallOptions)

public virtual AsyncUnaryCall<ListAutonomousDatabaseBackupsResponse> ListAutonomousDatabaseBackupsAsync(ListAutonomousDatabaseBackupsRequest request, CallOptions options)

Lists the long-term and automatic backups of an Autonomous Database.

Parameters
Name Description
request ListAutonomousDatabaseBackupsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAutonomousDatabaseBackupsResponse

The call object.

ListAutonomousDatabaseBackupsAsync(ListAutonomousDatabaseBackupsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAutonomousDatabaseBackupsResponse> ListAutonomousDatabaseBackupsAsync(ListAutonomousDatabaseBackupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the long-term and automatic backups of an Autonomous Database.

Parameters
Name Description
request ListAutonomousDatabaseBackupsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListAutonomousDatabaseBackupsResponse

The call object.

ListAutonomousDatabaseCharacterSets(ListAutonomousDatabaseCharacterSetsRequest, CallOptions)

public virtual ListAutonomousDatabaseCharacterSetsResponse ListAutonomousDatabaseCharacterSets(ListAutonomousDatabaseCharacterSetsRequest request, CallOptions options)

Lists Autonomous Database Character Sets in a given project and location.

Parameters
Name Description
request ListAutonomousDatabaseCharacterSetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAutonomousDatabaseCharacterSetsResponse

The response received from the server.

ListAutonomousDatabaseCharacterSets(ListAutonomousDatabaseCharacterSetsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAutonomousDatabaseCharacterSetsResponse ListAutonomousDatabaseCharacterSets(ListAutonomousDatabaseCharacterSetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Autonomous Database Character Sets in a given project and location.

Parameters
Name Description
request ListAutonomousDatabaseCharacterSetsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListAutonomousDatabaseCharacterSetsResponse

The response received from the server.

ListAutonomousDatabaseCharacterSetsAsync(ListAutonomousDatabaseCharacterSetsRequest, CallOptions)

public virtual AsyncUnaryCall<ListAutonomousDatabaseCharacterSetsResponse> ListAutonomousDatabaseCharacterSetsAsync(ListAutonomousDatabaseCharacterSetsRequest request, CallOptions options)

Lists Autonomous Database Character Sets in a given project and location.

Parameters
Name Description
request ListAutonomousDatabaseCharacterSetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAutonomousDatabaseCharacterSetsResponse

The call object.

ListAutonomousDatabaseCharacterSetsAsync(ListAutonomousDatabaseCharacterSetsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAutonomousDatabaseCharacterSetsResponse> ListAutonomousDatabaseCharacterSetsAsync(ListAutonomousDatabaseCharacterSetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Autonomous Database Character Sets in a given project and location.

Parameters
Name Description
request ListAutonomousDatabaseCharacterSetsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListAutonomousDatabaseCharacterSetsResponse

The call object.

ListAutonomousDatabases(ListAutonomousDatabasesRequest, CallOptions)

public virtual ListAutonomousDatabasesResponse ListAutonomousDatabases(ListAutonomousDatabasesRequest request, CallOptions options)

Lists the Autonomous Databases in a given project and location.

Parameters
Name Description
request ListAutonomousDatabasesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAutonomousDatabasesResponse

The response received from the server.

ListAutonomousDatabases(ListAutonomousDatabasesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAutonomousDatabasesResponse ListAutonomousDatabases(ListAutonomousDatabasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the Autonomous Databases in a given project and location.

Parameters
Name Description
request ListAutonomousDatabasesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListAutonomousDatabasesResponse

The response received from the server.

ListAutonomousDatabasesAsync(ListAutonomousDatabasesRequest, CallOptions)

public virtual AsyncUnaryCall<ListAutonomousDatabasesResponse> ListAutonomousDatabasesAsync(ListAutonomousDatabasesRequest request, CallOptions options)

Lists the Autonomous Databases in a given project and location.

Parameters
Name Description
request ListAutonomousDatabasesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAutonomousDatabasesResponse

The call object.

ListAutonomousDatabasesAsync(ListAutonomousDatabasesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAutonomousDatabasesResponse> ListAutonomousDatabasesAsync(ListAutonomousDatabasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the Autonomous Databases in a given project and location.

Parameters
Name Description
request ListAutonomousDatabasesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListAutonomousDatabasesResponse

The call object.

ListAutonomousDbVersions(ListAutonomousDbVersionsRequest, CallOptions)

public virtual ListAutonomousDbVersionsResponse ListAutonomousDbVersions(ListAutonomousDbVersionsRequest request, CallOptions options)

Lists all the available Autonomous Database versions for a project and location.

Parameters
Name Description
request ListAutonomousDbVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAutonomousDbVersionsResponse

The response received from the server.

ListAutonomousDbVersions(ListAutonomousDbVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAutonomousDbVersionsResponse ListAutonomousDbVersions(ListAutonomousDbVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the available Autonomous Database versions for a project and location.

Parameters
Name Description
request ListAutonomousDbVersionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListAutonomousDbVersionsResponse

The response received from the server.

ListAutonomousDbVersionsAsync(ListAutonomousDbVersionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListAutonomousDbVersionsResponse> ListAutonomousDbVersionsAsync(ListAutonomousDbVersionsRequest request, CallOptions options)

Lists all the available Autonomous Database versions for a project and location.

Parameters
Name Description
request ListAutonomousDbVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAutonomousDbVersionsResponse

The call object.

ListAutonomousDbVersionsAsync(ListAutonomousDbVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAutonomousDbVersionsResponse> ListAutonomousDbVersionsAsync(ListAutonomousDbVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the available Autonomous Database versions for a project and location.

Parameters
Name Description
request ListAutonomousDbVersionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListAutonomousDbVersionsResponse

The call object.

ListCloudExadataInfrastructures(ListCloudExadataInfrastructuresRequest, CallOptions)

public virtual ListCloudExadataInfrastructuresResponse ListCloudExadataInfrastructures(ListCloudExadataInfrastructuresRequest request, CallOptions options)

Lists Exadata Infrastructures in a given project and location.

Parameters
Name Description
request ListCloudExadataInfrastructuresRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListCloudExadataInfrastructuresResponse

The response received from the server.

ListCloudExadataInfrastructures(ListCloudExadataInfrastructuresRequest, Metadata, DateTime?, CancellationToken)

public virtual ListCloudExadataInfrastructuresResponse ListCloudExadataInfrastructures(ListCloudExadataInfrastructuresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Exadata Infrastructures in a given project and location.

Parameters
Name Description
request ListCloudExadataInfrastructuresRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListCloudExadataInfrastructuresResponse

The response received from the server.

ListCloudExadataInfrastructuresAsync(ListCloudExadataInfrastructuresRequest, CallOptions)

public virtual AsyncUnaryCall<ListCloudExadataInfrastructuresResponse> ListCloudExadataInfrastructuresAsync(ListCloudExadataInfrastructuresRequest request, CallOptions options)

Lists Exadata Infrastructures in a given project and location.

Parameters
Name Description
request ListCloudExadataInfrastructuresRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListCloudExadataInfrastructuresResponse

The call object.

ListCloudExadataInfrastructuresAsync(ListCloudExadataInfrastructuresRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListCloudExadataInfrastructuresResponse> ListCloudExadataInfrastructuresAsync(ListCloudExadataInfrastructuresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Exadata Infrastructures in a given project and location.

Parameters
Name Description
request ListCloudExadataInfrastructuresRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListCloudExadataInfrastructuresResponse

The call object.

ListCloudVmClusters(ListCloudVmClustersRequest, CallOptions)

public virtual ListCloudVmClustersResponse ListCloudVmClusters(ListCloudVmClustersRequest request, CallOptions options)

Lists the VM Clusters in a given project and location.

Parameters
Name Description
request ListCloudVmClustersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListCloudVmClustersResponse

The response received from the server.

ListCloudVmClusters(ListCloudVmClustersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListCloudVmClustersResponse ListCloudVmClusters(ListCloudVmClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the VM Clusters in a given project and location.

Parameters
Name Description
request ListCloudVmClustersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListCloudVmClustersResponse

The response received from the server.

ListCloudVmClustersAsync(ListCloudVmClustersRequest, CallOptions)

public virtual AsyncUnaryCall<ListCloudVmClustersResponse> ListCloudVmClustersAsync(ListCloudVmClustersRequest request, CallOptions options)

Lists the VM Clusters in a given project and location.

Parameters
Name Description
request ListCloudVmClustersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListCloudVmClustersResponse

The call object.

ListCloudVmClustersAsync(ListCloudVmClustersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListCloudVmClustersResponse> ListCloudVmClustersAsync(ListCloudVmClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the VM Clusters in a given project and location.

Parameters
Name Description
request ListCloudVmClustersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListCloudVmClustersResponse

The call object.

ListDatabaseCharacterSets(ListDatabaseCharacterSetsRequest, CallOptions)

public virtual ListDatabaseCharacterSetsResponse ListDatabaseCharacterSets(ListDatabaseCharacterSetsRequest request, CallOptions options)

List DatabaseCharacterSets for the given project and location.

Parameters
Name Description
request ListDatabaseCharacterSetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDatabaseCharacterSetsResponse

The response received from the server.

ListDatabaseCharacterSets(ListDatabaseCharacterSetsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDatabaseCharacterSetsResponse ListDatabaseCharacterSets(ListDatabaseCharacterSetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List DatabaseCharacterSets for the given project and location.

Parameters
Name Description
request ListDatabaseCharacterSetsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDatabaseCharacterSetsResponse

The response received from the server.

ListDatabaseCharacterSetsAsync(ListDatabaseCharacterSetsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDatabaseCharacterSetsResponse> ListDatabaseCharacterSetsAsync(ListDatabaseCharacterSetsRequest request, CallOptions options)

List DatabaseCharacterSets for the given project and location.

Parameters
Name Description
request ListDatabaseCharacterSetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDatabaseCharacterSetsResponse

The call object.

ListDatabaseCharacterSetsAsync(ListDatabaseCharacterSetsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDatabaseCharacterSetsResponse> ListDatabaseCharacterSetsAsync(ListDatabaseCharacterSetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List DatabaseCharacterSets for the given project and location.

Parameters
Name Description
request ListDatabaseCharacterSetsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDatabaseCharacterSetsResponse

The call object.

ListDatabases(ListDatabasesRequest, CallOptions)

public virtual ListDatabasesResponse ListDatabases(ListDatabasesRequest request, CallOptions options)

Lists all the Databases for the given project, location and DbSystem.

Parameters
Name Description
request ListDatabasesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDatabasesResponse

The response received from the server.

ListDatabases(ListDatabasesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDatabasesResponse ListDatabases(ListDatabasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the Databases for the given project, location and DbSystem.

Parameters
Name Description
request ListDatabasesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDatabasesResponse

The response received from the server.

ListDatabasesAsync(ListDatabasesRequest, CallOptions)

public virtual AsyncUnaryCall<ListDatabasesResponse> ListDatabasesAsync(ListDatabasesRequest request, CallOptions options)

Lists all the Databases for the given project, location and DbSystem.

Parameters
Name Description
request ListDatabasesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDatabasesResponse

The call object.

ListDatabasesAsync(ListDatabasesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDatabasesResponse> ListDatabasesAsync(ListDatabasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the Databases for the given project, location and DbSystem.

Parameters
Name Description
request ListDatabasesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDatabasesResponse

The call object.

ListDbNodes(ListDbNodesRequest, CallOptions)

public virtual ListDbNodesResponse ListDbNodes(ListDbNodesRequest request, CallOptions options)

Lists the database nodes of a VM Cluster.

Parameters
Name Description
request ListDbNodesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDbNodesResponse

The response received from the server.

ListDbNodes(ListDbNodesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDbNodesResponse ListDbNodes(ListDbNodesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the database nodes of a VM Cluster.

Parameters
Name Description
request ListDbNodesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDbNodesResponse

The response received from the server.

ListDbNodesAsync(ListDbNodesRequest, CallOptions)

public virtual AsyncUnaryCall<ListDbNodesResponse> ListDbNodesAsync(ListDbNodesRequest request, CallOptions options)

Lists the database nodes of a VM Cluster.

Parameters
Name Description
request ListDbNodesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDbNodesResponse

The call object.

ListDbNodesAsync(ListDbNodesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDbNodesResponse> ListDbNodesAsync(ListDbNodesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the database nodes of a VM Cluster.

Parameters
Name Description
request ListDbNodesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDbNodesResponse

The call object.

ListDbServers(ListDbServersRequest, CallOptions)

public virtual ListDbServersResponse ListDbServers(ListDbServersRequest request, CallOptions options)

Lists the database servers of an Exadata Infrastructure instance.

Parameters
Name Description
request ListDbServersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDbServersResponse

The response received from the server.

ListDbServers(ListDbServersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDbServersResponse ListDbServers(ListDbServersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the database servers of an Exadata Infrastructure instance.

Parameters
Name Description
request ListDbServersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDbServersResponse

The response received from the server.

ListDbServersAsync(ListDbServersRequest, CallOptions)

public virtual AsyncUnaryCall<ListDbServersResponse> ListDbServersAsync(ListDbServersRequest request, CallOptions options)

Lists the database servers of an Exadata Infrastructure instance.

Parameters
Name Description
request ListDbServersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDbServersResponse

The call object.

ListDbServersAsync(ListDbServersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDbServersResponse> ListDbServersAsync(ListDbServersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the database servers of an Exadata Infrastructure instance.

Parameters
Name Description
request ListDbServersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDbServersResponse

The call object.

ListDbSystemInitialStorageSizes(ListDbSystemInitialStorageSizesRequest, CallOptions)

public virtual ListDbSystemInitialStorageSizesResponse ListDbSystemInitialStorageSizes(ListDbSystemInitialStorageSizesRequest request, CallOptions options)

Lists all the DbSystemInitialStorageSizes for the given project and location.

Parameters
Name Description
request ListDbSystemInitialStorageSizesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDbSystemInitialStorageSizesResponse

The response received from the server.

ListDbSystemInitialStorageSizes(ListDbSystemInitialStorageSizesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDbSystemInitialStorageSizesResponse ListDbSystemInitialStorageSizes(ListDbSystemInitialStorageSizesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the DbSystemInitialStorageSizes for the given project and location.

Parameters
Name Description
request ListDbSystemInitialStorageSizesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDbSystemInitialStorageSizesResponse

The response received from the server.

ListDbSystemInitialStorageSizesAsync(ListDbSystemInitialStorageSizesRequest, CallOptions)

public virtual AsyncUnaryCall<ListDbSystemInitialStorageSizesResponse> ListDbSystemInitialStorageSizesAsync(ListDbSystemInitialStorageSizesRequest request, CallOptions options)

Lists all the DbSystemInitialStorageSizes for the given project and location.

Parameters
Name Description
request ListDbSystemInitialStorageSizesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDbSystemInitialStorageSizesResponse

The call object.

ListDbSystemInitialStorageSizesAsync(ListDbSystemInitialStorageSizesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDbSystemInitialStorageSizesResponse> ListDbSystemInitialStorageSizesAsync(ListDbSystemInitialStorageSizesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the DbSystemInitialStorageSizes for the given project and location.

Parameters
Name Description
request ListDbSystemInitialStorageSizesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDbSystemInitialStorageSizesResponse

The call object.

ListDbSystemShapes(ListDbSystemShapesRequest, CallOptions)

public virtual ListDbSystemShapesResponse ListDbSystemShapes(ListDbSystemShapesRequest request, CallOptions options)

Lists the database system shapes available for the project and location.

Parameters
Name Description
request ListDbSystemShapesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDbSystemShapesResponse

The response received from the server.

ListDbSystemShapes(ListDbSystemShapesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDbSystemShapesResponse ListDbSystemShapes(ListDbSystemShapesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the database system shapes available for the project and location.

Parameters
Name Description
request ListDbSystemShapesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDbSystemShapesResponse

The response received from the server.

ListDbSystemShapesAsync(ListDbSystemShapesRequest, CallOptions)

public virtual AsyncUnaryCall<ListDbSystemShapesResponse> ListDbSystemShapesAsync(ListDbSystemShapesRequest request, CallOptions options)

Lists the database system shapes available for the project and location.

Parameters
Name Description
request ListDbSystemShapesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDbSystemShapesResponse

The call object.

ListDbSystemShapesAsync(ListDbSystemShapesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDbSystemShapesResponse> ListDbSystemShapesAsync(ListDbSystemShapesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the database system shapes available for the project and location.

Parameters
Name Description
request ListDbSystemShapesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDbSystemShapesResponse

The call object.

ListDbSystems(ListDbSystemsRequest, CallOptions)

public virtual ListDbSystemsResponse ListDbSystems(ListDbSystemsRequest request, CallOptions options)

Lists all the DbSystems for the given project and location.

Parameters
Name Description
request ListDbSystemsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDbSystemsResponse

The response received from the server.

ListDbSystems(ListDbSystemsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDbSystemsResponse ListDbSystems(ListDbSystemsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the DbSystems for the given project and location.

Parameters
Name Description
request ListDbSystemsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDbSystemsResponse

The response received from the server.

ListDbSystemsAsync(ListDbSystemsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDbSystemsResponse> ListDbSystemsAsync(ListDbSystemsRequest request, CallOptions options)

Lists all the DbSystems for the given project and location.

Parameters
Name Description
request ListDbSystemsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDbSystemsResponse

The call object.

ListDbSystemsAsync(ListDbSystemsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDbSystemsResponse> ListDbSystemsAsync(ListDbSystemsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the DbSystems for the given project and location.

Parameters
Name Description
request ListDbSystemsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDbSystemsResponse

The call object.

ListDbVersions(ListDbVersionsRequest, CallOptions)

public virtual ListDbVersionsResponse ListDbVersions(ListDbVersionsRequest request, CallOptions options)

List DbVersions for the given project and location.

Parameters
Name Description
request ListDbVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDbVersionsResponse

The response received from the server.

ListDbVersions(ListDbVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDbVersionsResponse ListDbVersions(ListDbVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List DbVersions for the given project and location.

Parameters
Name Description
request ListDbVersionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListDbVersionsResponse

The response received from the server.

ListDbVersionsAsync(ListDbVersionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDbVersionsResponse> ListDbVersionsAsync(ListDbVersionsRequest request, CallOptions options)

List DbVersions for the given project and location.

Parameters
Name Description
request ListDbVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDbVersionsResponse

The call object.

ListDbVersionsAsync(ListDbVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDbVersionsResponse> ListDbVersionsAsync(ListDbVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List DbVersions for the given project and location.

Parameters
Name Description
request ListDbVersionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListDbVersionsResponse

The call object.

ListEntitlements(ListEntitlementsRequest, CallOptions)

public virtual ListEntitlementsResponse ListEntitlements(ListEntitlementsRequest request, CallOptions options)

Lists the entitlements in a given project.

Parameters
Name Description
request ListEntitlementsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListEntitlementsResponse

The response received from the server.

ListEntitlements(ListEntitlementsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListEntitlementsResponse ListEntitlements(ListEntitlementsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the entitlements in a given project.

Parameters
Name Description
request ListEntitlementsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListEntitlementsResponse

The response received from the server.

ListEntitlementsAsync(ListEntitlementsRequest, CallOptions)

public virtual AsyncUnaryCall<ListEntitlementsResponse> ListEntitlementsAsync(ListEntitlementsRequest request, CallOptions options)

Lists the entitlements in a given project.

Parameters
Name Description
request ListEntitlementsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListEntitlementsResponse

The call object.

ListEntitlementsAsync(ListEntitlementsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListEntitlementsResponse> ListEntitlementsAsync(ListEntitlementsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the entitlements in a given project.

Parameters
Name Description
request ListEntitlementsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListEntitlementsResponse

The call object.

ListExadbVmClusters(ListExadbVmClustersRequest, CallOptions)

public virtual ListExadbVmClustersResponse ListExadbVmClusters(ListExadbVmClustersRequest request, CallOptions options)

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

Parameters
Name Description
request ListExadbVmClustersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListExadbVmClustersResponse

The response received from the server.

ListExadbVmClusters(ListExadbVmClustersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListExadbVmClustersResponse ListExadbVmClusters(ListExadbVmClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request ListExadbVmClustersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListExadbVmClustersResponse

The response received from the server.

ListExadbVmClustersAsync(ListExadbVmClustersRequest, CallOptions)

public virtual AsyncUnaryCall<ListExadbVmClustersResponse> ListExadbVmClustersAsync(ListExadbVmClustersRequest request, CallOptions options)

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

Parameters
Name Description
request ListExadbVmClustersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListExadbVmClustersResponse

The call object.

ListExadbVmClustersAsync(ListExadbVmClustersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListExadbVmClustersResponse> ListExadbVmClustersAsync(ListExadbVmClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request ListExadbVmClustersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListExadbVmClustersResponse

The call object.

ListExascaleDbStorageVaults(ListExascaleDbStorageVaultsRequest, CallOptions)

public virtual ListExascaleDbStorageVaultsResponse ListExascaleDbStorageVaults(ListExascaleDbStorageVaultsRequest request, CallOptions options)

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

Parameters
Name Description
request ListExascaleDbStorageVaultsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListExascaleDbStorageVaultsResponse

The response received from the server.

ListExascaleDbStorageVaults(ListExascaleDbStorageVaultsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListExascaleDbStorageVaultsResponse ListExascaleDbStorageVaults(ListExascaleDbStorageVaultsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request ListExascaleDbStorageVaultsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListExascaleDbStorageVaultsResponse

The response received from the server.

ListExascaleDbStorageVaultsAsync(ListExascaleDbStorageVaultsRequest, CallOptions)

public virtual AsyncUnaryCall<ListExascaleDbStorageVaultsResponse> ListExascaleDbStorageVaultsAsync(ListExascaleDbStorageVaultsRequest request, CallOptions options)

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

Parameters
Name Description
request ListExascaleDbStorageVaultsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListExascaleDbStorageVaultsResponse

The call object.

ListExascaleDbStorageVaultsAsync(ListExascaleDbStorageVaultsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListExascaleDbStorageVaultsResponse> ListExascaleDbStorageVaultsAsync(ListExascaleDbStorageVaultsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request ListExascaleDbStorageVaultsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListExascaleDbStorageVaultsResponse

The call object.

ListGiVersions(ListGiVersionsRequest, CallOptions)

public virtual ListGiVersionsResponse ListGiVersions(ListGiVersionsRequest request, CallOptions options)

Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.

Parameters
Name Description
request ListGiVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListGiVersionsResponse

The response received from the server.

ListGiVersions(ListGiVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListGiVersionsResponse ListGiVersions(ListGiVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.

Parameters
Name Description
request ListGiVersionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListGiVersionsResponse

The response received from the server.

ListGiVersionsAsync(ListGiVersionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListGiVersionsResponse> ListGiVersionsAsync(ListGiVersionsRequest request, CallOptions options)

Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.

Parameters
Name Description
request ListGiVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListGiVersionsResponse

The call object.

ListGiVersionsAsync(ListGiVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListGiVersionsResponse> ListGiVersionsAsync(ListGiVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.

Parameters
Name Description
request ListGiVersionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListGiVersionsResponse

The call object.

ListMinorVersions(ListMinorVersionsRequest, CallOptions)

public virtual ListMinorVersionsResponse ListMinorVersions(ListMinorVersionsRequest request, CallOptions options)

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

Parameters
Name Description
request ListMinorVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListMinorVersionsResponse

The response received from the server.

ListMinorVersions(ListMinorVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListMinorVersionsResponse ListMinorVersions(ListMinorVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request ListMinorVersionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMinorVersionsResponse

The response received from the server.

ListMinorVersionsAsync(ListMinorVersionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListMinorVersionsResponse> ListMinorVersionsAsync(ListMinorVersionsRequest request, CallOptions options)

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

Parameters
Name Description
request ListMinorVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListMinorVersionsResponse

The call object.

ListMinorVersionsAsync(ListMinorVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListMinorVersionsResponse> ListMinorVersionsAsync(ListMinorVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request ListMinorVersionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListMinorVersionsResponse

The call object.

ListOdbNetworks(ListOdbNetworksRequest, CallOptions)

public virtual ListOdbNetworksResponse ListOdbNetworks(ListOdbNetworksRequest request, CallOptions options)

Lists the ODB Networks in a given project and location.

Parameters
Name Description
request ListOdbNetworksRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListOdbNetworksResponse

The response received from the server.

ListOdbNetworks(ListOdbNetworksRequest, Metadata, DateTime?, CancellationToken)

public virtual ListOdbNetworksResponse ListOdbNetworks(ListOdbNetworksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the ODB Networks in a given project and location.

Parameters
Name Description
request ListOdbNetworksRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListOdbNetworksResponse

The response received from the server.

ListOdbNetworksAsync(ListOdbNetworksRequest, CallOptions)

public virtual AsyncUnaryCall<ListOdbNetworksResponse> ListOdbNetworksAsync(ListOdbNetworksRequest request, CallOptions options)

Lists the ODB Networks in a given project and location.

Parameters
Name Description
request ListOdbNetworksRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListOdbNetworksResponse

The call object.

ListOdbNetworksAsync(ListOdbNetworksRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListOdbNetworksResponse> ListOdbNetworksAsync(ListOdbNetworksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the ODB Networks in a given project and location.

Parameters
Name Description
request ListOdbNetworksRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListOdbNetworksResponse

The call object.

ListOdbSubnets(ListOdbSubnetsRequest, CallOptions)

public virtual ListOdbSubnetsResponse ListOdbSubnets(ListOdbSubnetsRequest request, CallOptions options)

Lists all the ODB Subnets in a given ODB Network.

Parameters
Name Description
request ListOdbSubnetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListOdbSubnetsResponse

The response received from the server.

ListOdbSubnets(ListOdbSubnetsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListOdbSubnetsResponse ListOdbSubnets(ListOdbSubnetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the ODB Subnets in a given ODB Network.

Parameters
Name Description
request ListOdbSubnetsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListOdbSubnetsResponse

The response received from the server.

ListOdbSubnetsAsync(ListOdbSubnetsRequest, CallOptions)

public virtual AsyncUnaryCall<ListOdbSubnetsResponse> ListOdbSubnetsAsync(ListOdbSubnetsRequest request, CallOptions options)

Lists all the ODB Subnets in a given ODB Network.

Parameters
Name Description
request ListOdbSubnetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListOdbSubnetsResponse

The call object.

ListOdbSubnetsAsync(ListOdbSubnetsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListOdbSubnetsResponse> ListOdbSubnetsAsync(ListOdbSubnetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the ODB Subnets in a given ODB Network.

Parameters
Name Description
request ListOdbSubnetsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListOdbSubnetsResponse

The call object.

ListPluggableDatabases(ListPluggableDatabasesRequest, CallOptions)

public virtual ListPluggableDatabasesResponse ListPluggableDatabases(ListPluggableDatabasesRequest request, CallOptions options)

Lists all the PluggableDatabases for the given project, location and Container Database.

Parameters
Name Description
request ListPluggableDatabasesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListPluggableDatabasesResponse

The response received from the server.

ListPluggableDatabases(ListPluggableDatabasesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPluggableDatabasesResponse ListPluggableDatabases(ListPluggableDatabasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the PluggableDatabases for the given project, location and Container Database.

Parameters
Name Description
request ListPluggableDatabasesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListPluggableDatabasesResponse

The response received from the server.

ListPluggableDatabasesAsync(ListPluggableDatabasesRequest, CallOptions)

public virtual AsyncUnaryCall<ListPluggableDatabasesResponse> ListPluggableDatabasesAsync(ListPluggableDatabasesRequest request, CallOptions options)

Lists all the PluggableDatabases for the given project, location and Container Database.

Parameters
Name Description
request ListPluggableDatabasesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListPluggableDatabasesResponse

The call object.

ListPluggableDatabasesAsync(ListPluggableDatabasesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPluggableDatabasesResponse> ListPluggableDatabasesAsync(ListPluggableDatabasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all the PluggableDatabases for the given project, location and Container Database.

Parameters
Name Description
request ListPluggableDatabasesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListPluggableDatabasesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override OracleDatabase.OracleDatabaseClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
OracleDatabaseOracleDatabaseClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.OracleDatabase.V1.OracleDatabase.OracleDatabaseClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

RemoveVirtualMachineExadbVmCluster(RemoveVirtualMachineExadbVmClusterRequest, CallOptions)

public virtual Operation RemoveVirtualMachineExadbVmCluster(RemoveVirtualMachineExadbVmClusterRequest request, CallOptions options)

Removes virtual machines from an existing exadb vm cluster.

Parameters
Name Description
request RemoveVirtualMachineExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

RemoveVirtualMachineExadbVmCluster(RemoveVirtualMachineExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation RemoveVirtualMachineExadbVmCluster(RemoveVirtualMachineExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes virtual machines from an existing exadb vm cluster.

Parameters
Name Description
request RemoveVirtualMachineExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

RemoveVirtualMachineExadbVmClusterAsync(RemoveVirtualMachineExadbVmClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RemoveVirtualMachineExadbVmClusterAsync(RemoveVirtualMachineExadbVmClusterRequest request, CallOptions options)

Removes virtual machines from an existing exadb vm cluster.

Parameters
Name Description
request RemoveVirtualMachineExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

RemoveVirtualMachineExadbVmClusterAsync(RemoveVirtualMachineExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> RemoveVirtualMachineExadbVmClusterAsync(RemoveVirtualMachineExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes virtual machines from an existing exadb vm cluster.

Parameters
Name Description
request RemoveVirtualMachineExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

RestartAutonomousDatabase(RestartAutonomousDatabaseRequest, CallOptions)

public virtual Operation RestartAutonomousDatabase(RestartAutonomousDatabaseRequest request, CallOptions options)

Restarts an Autonomous Database.

Parameters
Name Description
request RestartAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

RestartAutonomousDatabase(RestartAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation RestartAutonomousDatabase(RestartAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Restarts an Autonomous Database.

Parameters
Name Description
request RestartAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

RestartAutonomousDatabaseAsync(RestartAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RestartAutonomousDatabaseAsync(RestartAutonomousDatabaseRequest request, CallOptions options)

Restarts an Autonomous Database.

Parameters
Name Description
request RestartAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

RestartAutonomousDatabaseAsync(RestartAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> RestartAutonomousDatabaseAsync(RestartAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Restarts an Autonomous Database.

Parameters
Name Description
request RestartAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

RestoreAutonomousDatabase(RestoreAutonomousDatabaseRequest, CallOptions)

public virtual Operation RestoreAutonomousDatabase(RestoreAutonomousDatabaseRequest request, CallOptions options)

Restores a single Autonomous Database.

Parameters
Name Description
request RestoreAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

RestoreAutonomousDatabase(RestoreAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation RestoreAutonomousDatabase(RestoreAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Restores a single Autonomous Database.

Parameters
Name Description
request RestoreAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

RestoreAutonomousDatabaseAsync(RestoreAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RestoreAutonomousDatabaseAsync(RestoreAutonomousDatabaseRequest request, CallOptions options)

Restores a single Autonomous Database.

Parameters
Name Description
request RestoreAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

RestoreAutonomousDatabaseAsync(RestoreAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> RestoreAutonomousDatabaseAsync(RestoreAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Restores a single Autonomous Database.

Parameters
Name Description
request RestoreAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

StartAutonomousDatabase(StartAutonomousDatabaseRequest, CallOptions)

public virtual Operation StartAutonomousDatabase(StartAutonomousDatabaseRequest request, CallOptions options)

Starts an Autonomous Database.

Parameters
Name Description
request StartAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

StartAutonomousDatabase(StartAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation StartAutonomousDatabase(StartAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Starts an Autonomous Database.

Parameters
Name Description
request StartAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

StartAutonomousDatabaseAsync(StartAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> StartAutonomousDatabaseAsync(StartAutonomousDatabaseRequest request, CallOptions options)

Starts an Autonomous Database.

Parameters
Name Description
request StartAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

StartAutonomousDatabaseAsync(StartAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> StartAutonomousDatabaseAsync(StartAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Starts an Autonomous Database.

Parameters
Name Description
request StartAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

StopAutonomousDatabase(StopAutonomousDatabaseRequest, CallOptions)

public virtual Operation StopAutonomousDatabase(StopAutonomousDatabaseRequest request, CallOptions options)

Stops an Autonomous Database.

Parameters
Name Description
request StopAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

StopAutonomousDatabase(StopAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation StopAutonomousDatabase(StopAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Stops an Autonomous Database.

Parameters
Name Description
request StopAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

StopAutonomousDatabaseAsync(StopAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> StopAutonomousDatabaseAsync(StopAutonomousDatabaseRequest request, CallOptions options)

Stops an Autonomous Database.

Parameters
Name Description
request StopAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

StopAutonomousDatabaseAsync(StopAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> StopAutonomousDatabaseAsync(StopAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Stops an Autonomous Database.

Parameters
Name Description
request StopAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

SwitchoverAutonomousDatabase(SwitchoverAutonomousDatabaseRequest, CallOptions)

public virtual Operation SwitchoverAutonomousDatabase(SwitchoverAutonomousDatabaseRequest request, CallOptions options)

Initiates a switchover of specified autonomous database to the associated peer database.

Parameters
Name Description
request SwitchoverAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

SwitchoverAutonomousDatabase(SwitchoverAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation SwitchoverAutonomousDatabase(SwitchoverAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Initiates a switchover of specified autonomous database to the associated peer database.

Parameters
Name Description
request SwitchoverAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

SwitchoverAutonomousDatabaseAsync(SwitchoverAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> SwitchoverAutonomousDatabaseAsync(SwitchoverAutonomousDatabaseRequest request, CallOptions options)

Initiates a switchover of specified autonomous database to the associated peer database.

Parameters
Name Description
request SwitchoverAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

SwitchoverAutonomousDatabaseAsync(SwitchoverAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> SwitchoverAutonomousDatabaseAsync(SwitchoverAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Initiates a switchover of specified autonomous database to the associated peer database.

Parameters
Name Description
request SwitchoverAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateAutonomousDatabase(UpdateAutonomousDatabaseRequest, CallOptions)

public virtual Operation UpdateAutonomousDatabase(UpdateAutonomousDatabaseRequest request, CallOptions options)

Updates the parameters of a single Autonomous Database.

Parameters
Name Description
request UpdateAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateAutonomousDatabase(UpdateAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateAutonomousDatabase(UpdateAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Autonomous Database.

Parameters
Name Description
request UpdateAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateAutonomousDatabaseAsync(UpdateAutonomousDatabaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateAutonomousDatabaseAsync(UpdateAutonomousDatabaseRequest request, CallOptions options)

Updates the parameters of a single Autonomous Database.

Parameters
Name Description
request UpdateAutonomousDatabaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateAutonomousDatabaseAsync(UpdateAutonomousDatabaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateAutonomousDatabaseAsync(UpdateAutonomousDatabaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Autonomous Database.

Parameters
Name Description
request UpdateAutonomousDatabaseRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateExadbVmCluster(UpdateExadbVmClusterRequest, CallOptions)

public virtual Operation UpdateExadbVmCluster(UpdateExadbVmClusterRequest request, CallOptions options)

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

Parameters
Name Description
request UpdateExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateExadbVmCluster(UpdateExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateExadbVmCluster(UpdateExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request UpdateExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateExadbVmClusterAsync(UpdateExadbVmClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateExadbVmClusterAsync(UpdateExadbVmClusterRequest request, CallOptions options)

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

Parameters
Name Description
request UpdateExadbVmClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateExadbVmClusterAsync(UpdateExadbVmClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateExadbVmClusterAsync(UpdateExadbVmClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request UpdateExadbVmClusterRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.