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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/alloy_db/v1/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)


4237
4238
4239
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4237

def batch_create_instances
  @batch_create_instances
end

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

RPC-specific configuration for create_backup

Returns:

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


4282
4283
4284
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4282

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_cluster

Returns:

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


4182
4183
4184
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4182

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_instance

Returns:

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


4227
4228
4229
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4227

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_secondary_cluster

Returns:

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


4212
4213
4214
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4212

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)


4232
4233
4234
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4232

def create_secondary_instance
  @create_secondary_instance
end

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

RPC-specific configuration for create_user

Returns:

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


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

def create_user
  @create_user
end

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

RPC-specific configuration for delete_backup

Returns:

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


4292
4293
4294
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4292

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_cluster

Returns:

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


4192
4193
4194
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4192

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_instance

Returns:

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


4247
4248
4249
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4247

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_user

Returns:

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


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

def delete_user
  @delete_user
end

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

RPC-specific configuration for execute_sql

Returns:

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


4267
4268
4269
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4267

def execute_sql
  @execute_sql
end

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

RPC-specific configuration for failover_instance

Returns:

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


4252
4253
4254
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4252

def failover_instance
  @failover_instance
end

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

RPC-specific configuration for generate_client_certificate

Returns:

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


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

def generate_client_certificate
  @generate_client_certificate
end

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

RPC-specific configuration for get_backup

Returns:

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


4277
4278
4279
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4277

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_cluster

Returns:

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


4177
4178
4179
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4177

def get_cluster
  @get_cluster
end

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

RPC-specific configuration for get_connection_info

Returns:

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


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

def get_connection_info
  @get_connection_info
end

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

RPC-specific configuration for get_instance

Returns:

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


4222
4223
4224
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4222

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_user

Returns:

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


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

def get_user
  @get_user
end

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

RPC-specific configuration for inject_fault

Returns:

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


4257
4258
4259
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4257

def inject_fault
  @inject_fault
end

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

RPC-specific configuration for list_backups

Returns:

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


4272
4273
4274
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4272

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_clusters

Returns:

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


4172
4173
4174
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4172

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_databases

Returns:

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


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

def list_databases
  @list_databases
end

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

RPC-specific configuration for list_instances

Returns:

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


4217
4218
4219
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4217

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)


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

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)


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

def list_users
  @list_users
end

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

RPC-specific configuration for promote_cluster

Returns:

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


4197
4198
4199
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4197

def promote_cluster
  @promote_cluster
end

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

RPC-specific configuration for restart_instance

Returns:

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


4262
4263
4264
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4262

def restart_instance
  @restart_instance
end

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

RPC-specific configuration for restore_cluster

Returns:

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


4207
4208
4209
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4207

def restore_cluster
  @restore_cluster
end

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

RPC-specific configuration for switchover_cluster

Returns:

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


4202
4203
4204
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4202

def switchover_cluster
  @switchover_cluster
end

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

RPC-specific configuration for update_backup

Returns:

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


4287
4288
4289
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4287

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_cluster

Returns:

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


4187
4188
4189
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4187

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_instance

Returns:

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


4242
4243
4244
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4242

def update_instance
  @update_instance
end

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

RPC-specific configuration for update_user

Returns:

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


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

def update_user
  @update_user
end