Class: Google::Cloud::OracleDatabase::V1::OracleDatabase::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb

Overview

Configuration RPC class for the OracleDatabase API.

Includes fields providing the configuration for each RPC in this service. Each configuration object is of type Gapic::Config::Method and includes the following configuration fields:

  • timeout (type: Numeric) - The call timeout in seconds
  • metadata (type: Hash{Symbol=>String}) - Additional headers
  • retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:
    • :initial_delay (type: Numeric) - The initial delay in seconds.
    • :max_delay (type: Numeric) - The max delay in seconds.
    • :multiplier (type: Numeric) - The incremental backoff multiplier.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

#create_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for create_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8234
8235
8236
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8234

def create_autonomous_database
  @create_autonomous_database
end

#create_cloud_exadata_infrastructure::Gapic::Config::Method (readonly)

RPC-specific configuration for create_cloud_exadata_infrastructure

Returns:

  • (::Gapic::Config::Method)


8164
8165
8166
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8164

def create_cloud_exadata_infrastructure
  @create_cloud_exadata_infrastructure
end

#create_cloud_vm_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for create_cloud_vm_cluster

Returns:

  • (::Gapic::Config::Method)


8184
8185
8186
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8184

def create_cloud_vm_cluster
  @create_cloud_vm_cluster
end

#create_db_system::Gapic::Config::Method (readonly)

RPC-specific configuration for create_db_system

Returns:

  • (::Gapic::Config::Method)


8424
8425
8426
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8424

def create_db_system
  @create_db_system
end

#create_exadb_vm_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for create_exadb_vm_cluster

Returns:

  • (::Gapic::Config::Method)


8349
8350
8351
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8349

def create_exadb_vm_cluster
  @create_exadb_vm_cluster
end

#create_exascale_db_storage_vault::Gapic::Config::Method (readonly)

RPC-specific configuration for create_exascale_db_storage_vault

Returns:

  • (::Gapic::Config::Method)


8379
8380
8381
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8379

def create_exascale_db_storage_vault
  @create_exascale_db_storage_vault
end

#create_goldengate_connection::Gapic::Config::Method (readonly)

RPC-specific configuration for create_goldengate_connection

Returns:

  • (::Gapic::Config::Method)


8474
8475
8476
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8474

def create_goldengate_connection
  @create_goldengate_connection
end

#create_goldengate_connection_assignment::Gapic::Config::Method (readonly)

RPC-specific configuration for create_goldengate_connection_assignment

Returns:

  • (::Gapic::Config::Method)


8544
8545
8546
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8544

def create_goldengate_connection_assignment
  @create_goldengate_connection_assignment
end

#create_goldengate_deployment::Gapic::Config::Method (readonly)

RPC-specific configuration for create_goldengate_deployment

Returns:

  • (::Gapic::Config::Method)


8444
8445
8446
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8444

def create_goldengate_deployment
  @create_goldengate_deployment
end

#create_odb_network::Gapic::Config::Method (readonly)

RPC-specific configuration for create_odb_network

Returns:

  • (::Gapic::Config::Method)


8309
8310
8311
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8309

def create_odb_network
  @create_odb_network
end

#create_odb_subnet::Gapic::Config::Method (readonly)

RPC-specific configuration for create_odb_subnet

Returns:

  • (::Gapic::Config::Method)


8329
8330
8331
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8329

def create_odb_subnet
  @create_odb_subnet
end

#delete_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8244
8245
8246
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8244

def delete_autonomous_database
  @delete_autonomous_database
end

#delete_cloud_exadata_infrastructure::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_cloud_exadata_infrastructure

Returns:

  • (::Gapic::Config::Method)


8169
8170
8171
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8169

def delete_cloud_exadata_infrastructure
  @delete_cloud_exadata_infrastructure
end

#delete_cloud_vm_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_cloud_vm_cluster

Returns:

  • (::Gapic::Config::Method)


8189
8190
8191
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8189

def delete_cloud_vm_cluster
  @delete_cloud_vm_cluster
end

#delete_db_system::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_db_system

Returns:

  • (::Gapic::Config::Method)


8429
8430
8431
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8429

def delete_db_system
  @delete_db_system
end

#delete_exadb_vm_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_exadb_vm_cluster

Returns:

  • (::Gapic::Config::Method)


8354
8355
8356
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8354

def delete_exadb_vm_cluster
  @delete_exadb_vm_cluster
end

#delete_exascale_db_storage_vault::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_exascale_db_storage_vault

Returns:

  • (::Gapic::Config::Method)


8384
8385
8386
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8384

def delete_exascale_db_storage_vault
  @delete_exascale_db_storage_vault
end

#delete_goldengate_connection::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_goldengate_connection

Returns:

  • (::Gapic::Config::Method)


8479
8480
8481
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8479

def delete_goldengate_connection
  @delete_goldengate_connection
end

#delete_goldengate_connection_assignment::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_goldengate_connection_assignment

Returns:

  • (::Gapic::Config::Method)


8549
8550
8551
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8549

def delete_goldengate_connection_assignment
  @delete_goldengate_connection_assignment
end

#delete_goldengate_deployment::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_goldengate_deployment

Returns:

  • (::Gapic::Config::Method)


8449
8450
8451
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8449

def delete_goldengate_deployment
  @delete_goldengate_deployment
end

#delete_odb_network::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_odb_network

Returns:

  • (::Gapic::Config::Method)


8314
8315
8316
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8314

def delete_odb_network
  @delete_odb_network
end

#delete_odb_subnet::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_odb_subnet

Returns:

  • (::Gapic::Config::Method)


8334
8335
8336
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8334

def delete_odb_subnet
  @delete_odb_subnet
end

#failover_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for failover_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8294
8295
8296
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8294

def failover_autonomous_database
  @failover_autonomous_database
end

#generate_autonomous_database_wallet::Gapic::Config::Method (readonly)

RPC-specific configuration for generate_autonomous_database_wallet

Returns:

  • (::Gapic::Config::Method)


8254
8255
8256
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8254

def generate_autonomous_database_wallet
  @generate_autonomous_database_wallet
end

#get_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for get_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8229
8230
8231
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8229

def get_autonomous_database
  @get_autonomous_database
end

#get_cloud_exadata_infrastructure::Gapic::Config::Method (readonly)

RPC-specific configuration for get_cloud_exadata_infrastructure

Returns:

  • (::Gapic::Config::Method)


8159
8160
8161
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8159

def get_cloud_exadata_infrastructure
  @get_cloud_exadata_infrastructure
end

#get_cloud_vm_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for get_cloud_vm_cluster

Returns:

  • (::Gapic::Config::Method)


8179
8180
8181
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8179

def get_cloud_vm_cluster
  @get_cloud_vm_cluster
end

#get_database::Gapic::Config::Method (readonly)

RPC-specific configuration for get_database

Returns:

  • (::Gapic::Config::Method)


8399
8400
8401
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8399

def get_database
  @get_database
end

#get_db_system::Gapic::Config::Method (readonly)

RPC-specific configuration for get_db_system

Returns:

  • (::Gapic::Config::Method)


8419
8420
8421
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8419

def get_db_system
  @get_db_system
end

#get_exadb_vm_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for get_exadb_vm_cluster

Returns:

  • (::Gapic::Config::Method)


8344
8345
8346
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8344

def get_exadb_vm_cluster
  @get_exadb_vm_cluster
end

#get_exascale_db_storage_vault::Gapic::Config::Method (readonly)

RPC-specific configuration for get_exascale_db_storage_vault

Returns:

  • (::Gapic::Config::Method)


8374
8375
8376
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8374

def get_exascale_db_storage_vault
  @get_exascale_db_storage_vault
end

#get_goldengate_connection::Gapic::Config::Method (readonly)

RPC-specific configuration for get_goldengate_connection

Returns:

  • (::Gapic::Config::Method)


8469
8470
8471
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8469

def get_goldengate_connection
  @get_goldengate_connection
end

#get_goldengate_connection_assignment::Gapic::Config::Method (readonly)

RPC-specific configuration for get_goldengate_connection_assignment

Returns:

  • (::Gapic::Config::Method)


8539
8540
8541
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8539

def get_goldengate_connection_assignment
  @get_goldengate_connection_assignment
end

#get_goldengate_connection_type::Gapic::Config::Method (readonly)

RPC-specific configuration for get_goldengate_connection_type

Returns:

  • (::Gapic::Config::Method)


8514
8515
8516
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8514

def get_goldengate_connection_type
  @get_goldengate_connection_type
end

#get_goldengate_deployment::Gapic::Config::Method (readonly)

RPC-specific configuration for get_goldengate_deployment

Returns:

  • (::Gapic::Config::Method)


8439
8440
8441
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8439

def get_goldengate_deployment
  @get_goldengate_deployment
end

#get_goldengate_deployment_environment::Gapic::Config::Method (readonly)

RPC-specific configuration for get_goldengate_deployment_environment

Returns:

  • (::Gapic::Config::Method)


8504
8505
8506
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8504

def get_goldengate_deployment_environment
  @get_goldengate_deployment_environment
end

#get_goldengate_deployment_type::Gapic::Config::Method (readonly)

RPC-specific configuration for get_goldengate_deployment_type

Returns:

  • (::Gapic::Config::Method)


8494
8495
8496
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8494

def get_goldengate_deployment_type
  @get_goldengate_deployment_type
end

#get_goldengate_deployment_version::Gapic::Config::Method (readonly)

RPC-specific configuration for get_goldengate_deployment_version

Returns:

  • (::Gapic::Config::Method)


8484
8485
8486
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8484

def get_goldengate_deployment_version
  @get_goldengate_deployment_version
end

#get_odb_network::Gapic::Config::Method (readonly)

RPC-specific configuration for get_odb_network

Returns:

  • (::Gapic::Config::Method)


8304
8305
8306
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8304

def get_odb_network
  @get_odb_network
end

#get_odb_subnet::Gapic::Config::Method (readonly)

RPC-specific configuration for get_odb_subnet

Returns:

  • (::Gapic::Config::Method)


8324
8325
8326
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8324

def get_odb_subnet
  @get_odb_subnet
end

#get_pluggable_database::Gapic::Config::Method (readonly)

RPC-specific configuration for get_pluggable_database

Returns:

  • (::Gapic::Config::Method)


8409
8410
8411
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8409

def get_pluggable_database
  @get_pluggable_database
end

#list_autonomous_database_backups::Gapic::Config::Method (readonly)

RPC-specific configuration for list_autonomous_database_backups

Returns:

  • (::Gapic::Config::Method)


8269
8270
8271
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8269

def list_autonomous_database_backups
  @list_autonomous_database_backups
end

#list_autonomous_database_character_sets::Gapic::Config::Method (readonly)

RPC-specific configuration for list_autonomous_database_character_sets

Returns:

  • (::Gapic::Config::Method)


8264
8265
8266
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8264

def list_autonomous_database_character_sets
  @list_autonomous_database_character_sets
end

#list_autonomous_databases::Gapic::Config::Method (readonly)

RPC-specific configuration for list_autonomous_databases

Returns:

  • (::Gapic::Config::Method)


8224
8225
8226
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8224

def list_autonomous_databases
  @list_autonomous_databases
end

#list_autonomous_db_versions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_autonomous_db_versions

Returns:

  • (::Gapic::Config::Method)


8259
8260
8261
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8259

def list_autonomous_db_versions
  @list_autonomous_db_versions
end

#list_cloud_exadata_infrastructures::Gapic::Config::Method (readonly)

RPC-specific configuration for list_cloud_exadata_infrastructures

Returns:

  • (::Gapic::Config::Method)


8154
8155
8156
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8154

def list_cloud_exadata_infrastructures
  @list_cloud_exadata_infrastructures
end

#list_cloud_vm_clusters::Gapic::Config::Method (readonly)

RPC-specific configuration for list_cloud_vm_clusters

Returns:

  • (::Gapic::Config::Method)


8174
8175
8176
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8174

def list_cloud_vm_clusters
  @list_cloud_vm_clusters
end

#list_database_character_sets::Gapic::Config::Method (readonly)

RPC-specific configuration for list_database_character_sets

Returns:

  • (::Gapic::Config::Method)


8529
8530
8531
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8529

def list_database_character_sets
  @list_database_character_sets
end

#list_databases::Gapic::Config::Method (readonly)

RPC-specific configuration for list_databases

Returns:

  • (::Gapic::Config::Method)


8394
8395
8396
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8394

def list_databases
  @list_databases
end

#list_db_nodes::Gapic::Config::Method (readonly)

RPC-specific configuration for list_db_nodes

Returns:

  • (::Gapic::Config::Method)


8204
8205
8206
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8204

def list_db_nodes
  @list_db_nodes
end

#list_db_servers::Gapic::Config::Method (readonly)

RPC-specific configuration for list_db_servers

Returns:

  • (::Gapic::Config::Method)


8199
8200
8201
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8199

def list_db_servers
  @list_db_servers
end

#list_db_system_initial_storage_sizes::Gapic::Config::Method (readonly)

RPC-specific configuration for list_db_system_initial_storage_sizes

Returns:

  • (::Gapic::Config::Method)


8389
8390
8391
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8389

def list_db_system_initial_storage_sizes
  @list_db_system_initial_storage_sizes
end

#list_db_system_shapes::Gapic::Config::Method (readonly)

RPC-specific configuration for list_db_system_shapes

Returns:

  • (::Gapic::Config::Method)


8219
8220
8221
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8219

def list_db_system_shapes
  @list_db_system_shapes
end

#list_db_systems::Gapic::Config::Method (readonly)

RPC-specific configuration for list_db_systems

Returns:

  • (::Gapic::Config::Method)


8414
8415
8416
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8414

def list_db_systems
  @list_db_systems
end

#list_db_versions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_db_versions

Returns:

  • (::Gapic::Config::Method)


8524
8525
8526
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8524

def list_db_versions
  @list_db_versions
end

#list_entitlements::Gapic::Config::Method (readonly)

RPC-specific configuration for list_entitlements

Returns:

  • (::Gapic::Config::Method)


8194
8195
8196
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8194

def list_entitlements
  @list_entitlements
end

#list_exadb_vm_clusters::Gapic::Config::Method (readonly)

RPC-specific configuration for list_exadb_vm_clusters

Returns:

  • (::Gapic::Config::Method)


8339
8340
8341
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8339

def list_exadb_vm_clusters
  @list_exadb_vm_clusters
end

#list_exascale_db_storage_vaults::Gapic::Config::Method (readonly)

RPC-specific configuration for list_exascale_db_storage_vaults

Returns:

  • (::Gapic::Config::Method)


8369
8370
8371
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8369

def list_exascale_db_storage_vaults
  @list_exascale_db_storage_vaults
end

#list_gi_versions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_gi_versions

Returns:

  • (::Gapic::Config::Method)


8209
8210
8211
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8209

def list_gi_versions
  @list_gi_versions
end

#list_goldengate_connection_assignments::Gapic::Config::Method (readonly)

RPC-specific configuration for list_goldengate_connection_assignments

Returns:

  • (::Gapic::Config::Method)


8534
8535
8536
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8534

def list_goldengate_connection_assignments
  @list_goldengate_connection_assignments
end

#list_goldengate_connection_types::Gapic::Config::Method (readonly)

RPC-specific configuration for list_goldengate_connection_types

Returns:

  • (::Gapic::Config::Method)


8519
8520
8521
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8519

def list_goldengate_connection_types
  @list_goldengate_connection_types
end

#list_goldengate_connections::Gapic::Config::Method (readonly)

RPC-specific configuration for list_goldengate_connections

Returns:

  • (::Gapic::Config::Method)


8464
8465
8466
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8464

def list_goldengate_connections
  @list_goldengate_connections
end

#list_goldengate_deployment_environments::Gapic::Config::Method (readonly)

RPC-specific configuration for list_goldengate_deployment_environments

Returns:

  • (::Gapic::Config::Method)


8509
8510
8511
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8509

def list_goldengate_deployment_environments
  @list_goldengate_deployment_environments
end

#list_goldengate_deployment_types::Gapic::Config::Method (readonly)

RPC-specific configuration for list_goldengate_deployment_types

Returns:

  • (::Gapic::Config::Method)


8499
8500
8501
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8499

def list_goldengate_deployment_types
  @list_goldengate_deployment_types
end

#list_goldengate_deployment_versions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_goldengate_deployment_versions

Returns:

  • (::Gapic::Config::Method)


8489
8490
8491
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8489

def list_goldengate_deployment_versions
  @list_goldengate_deployment_versions
end

#list_goldengate_deployments::Gapic::Config::Method (readonly)

RPC-specific configuration for list_goldengate_deployments

Returns:

  • (::Gapic::Config::Method)


8434
8435
8436
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8434

def list_goldengate_deployments
  @list_goldengate_deployments
end

#list_minor_versions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_minor_versions

Returns:

  • (::Gapic::Config::Method)


8214
8215
8216
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8214

def list_minor_versions
  @list_minor_versions
end

#list_odb_networks::Gapic::Config::Method (readonly)

RPC-specific configuration for list_odb_networks

Returns:

  • (::Gapic::Config::Method)


8299
8300
8301
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8299

def list_odb_networks
  @list_odb_networks
end

#list_odb_subnets::Gapic::Config::Method (readonly)

RPC-specific configuration for list_odb_subnets

Returns:

  • (::Gapic::Config::Method)


8319
8320
8321
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8319

def list_odb_subnets
  @list_odb_subnets
end

#list_pluggable_databases::Gapic::Config::Method (readonly)

RPC-specific configuration for list_pluggable_databases

Returns:

  • (::Gapic::Config::Method)


8404
8405
8406
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8404

def list_pluggable_databases
  @list_pluggable_databases
end

#remove_virtual_machine_exadb_vm_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for remove_virtual_machine_exadb_vm_cluster

Returns:

  • (::Gapic::Config::Method)


8364
8365
8366
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8364

def remove_virtual_machine_exadb_vm_cluster
  @remove_virtual_machine_exadb_vm_cluster
end

#restart_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for restart_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8284
8285
8286
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8284

def restart_autonomous_database
  @restart_autonomous_database
end

#restore_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for restore_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8249
8250
8251
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8249

def restore_autonomous_database
  @restore_autonomous_database
end

#start_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for start_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8279
8280
8281
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8279

def start_autonomous_database
  @start_autonomous_database
end

#start_goldengate_deployment::Gapic::Config::Method (readonly)

RPC-specific configuration for start_goldengate_deployment

Returns:

  • (::Gapic::Config::Method)


8459
8460
8461
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8459

def start_goldengate_deployment
  @start_goldengate_deployment
end

#stop_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for stop_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8274
8275
8276
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8274

def stop_autonomous_database
  @stop_autonomous_database
end

#stop_goldengate_deployment::Gapic::Config::Method (readonly)

RPC-specific configuration for stop_goldengate_deployment

Returns:

  • (::Gapic::Config::Method)


8454
8455
8456
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8454

def stop_goldengate_deployment
  @stop_goldengate_deployment
end

#switchover_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for switchover_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8289
8290
8291
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8289

def switchover_autonomous_database
  @switchover_autonomous_database
end

#test_goldengate_connection_assignment::Gapic::Config::Method (readonly)

RPC-specific configuration for test_goldengate_connection_assignment

Returns:

  • (::Gapic::Config::Method)


8554
8555
8556
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8554

def test_goldengate_connection_assignment
  @test_goldengate_connection_assignment
end

#update_autonomous_database::Gapic::Config::Method (readonly)

RPC-specific configuration for update_autonomous_database

Returns:

  • (::Gapic::Config::Method)


8239
8240
8241
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8239

def update_autonomous_database
  @update_autonomous_database
end

#update_exadb_vm_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for update_exadb_vm_cluster

Returns:

  • (::Gapic::Config::Method)


8359
8360
8361
# File 'lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb', line 8359

def update_exadb_vm_cluster
  @update_exadb_vm_cluster
end