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)


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

def batch_create_instances
  @batch_create_instances
end

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

RPC-specific configuration for create_backup

Returns:

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


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

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_cluster

Returns:

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


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

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_instance

Returns:

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


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

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_secondary_cluster

Returns:

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


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

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)


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

def create_secondary_instance
  @create_secondary_instance
end

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

RPC-specific configuration for create_user

Returns:

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


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

def create_user
  @create_user
end

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

RPC-specific configuration for delete_backup

Returns:

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


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

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_cluster

Returns:

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


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

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_instance

Returns:

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


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

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_user

Returns:

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


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

def delete_user
  @delete_user
end

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

RPC-specific configuration for execute_sql

Returns:

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


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

def execute_sql
  @execute_sql
end

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

RPC-specific configuration for failover_instance

Returns:

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


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

def failover_instance
  @failover_instance
end

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

RPC-specific configuration for generate_client_certificate

Returns:

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


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

def generate_client_certificate
  @generate_client_certificate
end

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

RPC-specific configuration for get_backup

Returns:

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


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

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_cluster

Returns:

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


4166
4167
4168
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4166

def get_cluster
  @get_cluster
end

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

RPC-specific configuration for get_connection_info

Returns:

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


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

def get_connection_info
  @get_connection_info
end

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

RPC-specific configuration for get_instance

Returns:

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


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

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_user

Returns:

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


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

def get_user
  @get_user
end

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

RPC-specific configuration for inject_fault

Returns:

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


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

def inject_fault
  @inject_fault
end

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

RPC-specific configuration for list_backups

Returns:

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


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

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_clusters

Returns:

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


4161
4162
4163
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4161

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_databases

Returns:

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


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

def list_databases
  @list_databases
end

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

RPC-specific configuration for list_instances

Returns:

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


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

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)


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

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)


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

def list_users
  @list_users
end

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

RPC-specific configuration for promote_cluster

Returns:

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


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

def promote_cluster
  @promote_cluster
end

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

RPC-specific configuration for restart_instance

Returns:

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


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

def restart_instance
  @restart_instance
end

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

RPC-specific configuration for restore_cluster

Returns:

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


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

def restore_cluster
  @restore_cluster
end

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

RPC-specific configuration for switchover_cluster

Returns:

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


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

def switchover_cluster
  @switchover_cluster
end

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

RPC-specific configuration for update_backup

Returns:

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


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

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_cluster

Returns:

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


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

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_instance

Returns:

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


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

def update_instance
  @update_instance
end

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

RPC-specific configuration for update_user

Returns:

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


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

def update_user
  @update_user
end