Class: Google::Cloud::AlloyDB::V1beta::AlloyDBAdmin::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb

Overview

Configuration RPC class for the AlloyDBAdmin 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 gRPC 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.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for batch_create_instances

Returns:

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


4368
4369
4370
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4368

def batch_create_instances
  @batch_create_instances
end

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

RPC-specific configuration for create_backup

Returns:

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


4413
4414
4415
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4413

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_cluster

Returns:

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


4308
4309
4310
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4308

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_instance

Returns:

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


4358
4359
4360
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4358

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_secondary_cluster

Returns:

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


4343
4344
4345
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4343

def create_secondary_cluster
  @create_secondary_cluster
end

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

RPC-specific configuration for create_secondary_instance

Returns:

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


4363
4364
4365
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4363

def create_secondary_instance
  @create_secondary_instance
end

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

RPC-specific configuration for create_user

Returns:

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


4453
4454
4455
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4453

def create_user
  @create_user
end

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

RPC-specific configuration for delete_backup

Returns:

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


4423
4424
4425
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4423

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_cluster

Returns:

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


4323
4324
4325
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4323

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_instance

Returns:

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


4378
4379
4380
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4378

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_user

Returns:

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


4463
4464
4465
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4463

def delete_user
  @delete_user
end

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

RPC-specific configuration for execute_sql

Returns:

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


4398
4399
4400
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4398

def execute_sql
  @execute_sql
end

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

RPC-specific configuration for failover_instance

Returns:

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


4383
4384
4385
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4383

def failover_instance
  @failover_instance
end

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

RPC-specific configuration for generate_client_certificate

Returns:

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


4433
4434
4435
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4433

def generate_client_certificate
  @generate_client_certificate
end

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

RPC-specific configuration for get_backup

Returns:

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


4408
4409
4410
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4408

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_cluster

Returns:

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


4303
4304
4305
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4303

def get_cluster
  @get_cluster
end

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

RPC-specific configuration for get_connection_info

Returns:

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


4438
4439
4440
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4438

def get_connection_info
  @get_connection_info
end

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

RPC-specific configuration for get_instance

Returns:

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


4353
4354
4355
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4353

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_user

Returns:

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


4448
4449
4450
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4448

def get_user
  @get_user
end

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

RPC-specific configuration for inject_fault

Returns:

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


4388
4389
4390
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4388

def inject_fault
  @inject_fault
end

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

RPC-specific configuration for list_backups

Returns:

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


4403
4404
4405
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4403

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_clusters

Returns:

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


4298
4299
4300
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4298

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_databases

Returns:

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


4468
4469
4470
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4468

def list_databases
  @list_databases
end

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

RPC-specific configuration for list_instances

Returns:

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


4348
4349
4350
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4348

def list_instances
  @list_instances
end

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

RPC-specific configuration for list_supported_database_flags

Returns:

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


4428
4429
4430
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4428

def list_supported_database_flags
  @list_supported_database_flags
end

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

RPC-specific configuration for list_users

Returns:

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


4443
4444
4445
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4443

def list_users
  @list_users
end

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

RPC-specific configuration for promote_cluster

Returns:

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


4328
4329
4330
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4328

def promote_cluster
  @promote_cluster
end

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

RPC-specific configuration for restart_instance

Returns:

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


4393
4394
4395
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4393

def restart_instance
  @restart_instance
end

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

RPC-specific configuration for restore_cluster

Returns:

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


4338
4339
4340
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4338

def restore_cluster
  @restore_cluster
end

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

RPC-specific configuration for switchover_cluster

Returns:

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


4333
4334
4335
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4333

def switchover_cluster
  @switchover_cluster
end

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

RPC-specific configuration for update_backup

Returns:

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


4418
4419
4420
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4418

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_cluster

Returns:

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


4313
4314
4315
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4313

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_instance

Returns:

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


4373
4374
4375
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4373

def update_instance
  @update_instance
end

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

RPC-specific configuration for update_user

Returns:

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


4458
4459
4460
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4458

def update_user
  @update_user
end

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

RPC-specific configuration for upgrade_cluster

Returns:

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


4318
4319
4320
# File 'lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb', line 4318

def upgrade_cluster
  @upgrade_cluster
end