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

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.

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.

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.

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.

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.

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.

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.

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.

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.

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)

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.