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)


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

def batch_create_instances
  @batch_create_instances
end

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

RPC-specific configuration for create_backup

Returns:

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


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

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_cluster

Returns:

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


4153
4154
4155
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4153

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_instance

Returns:

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


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

def create_instance
  @create_instance
end

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

RPC-specific configuration for create_secondary_cluster

Returns:

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


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

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)


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

def create_secondary_instance
  @create_secondary_instance
end

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

RPC-specific configuration for create_user

Returns:

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


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

def create_user
  @create_user
end

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

RPC-specific configuration for delete_backup

Returns:

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


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

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_cluster

Returns:

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


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

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_instance

Returns:

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


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

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for delete_user

Returns:

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


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

def delete_user
  @delete_user
end

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

RPC-specific configuration for execute_sql

Returns:

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


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

def execute_sql
  @execute_sql
end

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

RPC-specific configuration for failover_instance

Returns:

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


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

def failover_instance
  @failover_instance
end

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

RPC-specific configuration for generate_client_certificate

Returns:

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


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

def generate_client_certificate
  @generate_client_certificate
end

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

RPC-specific configuration for get_backup

Returns:

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


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

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_cluster

Returns:

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


4148
4149
4150
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4148

def get_cluster
  @get_cluster
end

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

RPC-specific configuration for get_connection_info

Returns:

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


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

def get_connection_info
  @get_connection_info
end

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

RPC-specific configuration for get_instance

Returns:

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


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

def get_instance
  @get_instance
end

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

RPC-specific configuration for get_user

Returns:

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


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

def get_user
  @get_user
end

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

RPC-specific configuration for inject_fault

Returns:

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


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

def inject_fault
  @inject_fault
end

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

RPC-specific configuration for list_backups

Returns:

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


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

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_clusters

Returns:

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


4143
4144
4145
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4143

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_databases

Returns:

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


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

def list_databases
  @list_databases
end

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

RPC-specific configuration for list_instances

Returns:

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


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

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)


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

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)


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

def list_users
  @list_users
end

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

RPC-specific configuration for promote_cluster

Returns:

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


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

def promote_cluster
  @promote_cluster
end

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

RPC-specific configuration for restart_instance

Returns:

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


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

def restart_instance
  @restart_instance
end

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

RPC-specific configuration for restore_cluster

Returns:

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


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

def restore_cluster
  @restore_cluster
end

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

RPC-specific configuration for switchover_cluster

Returns:

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


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

def switchover_cluster
  @switchover_cluster
end

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

RPC-specific configuration for update_backup

Returns:

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


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

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_cluster

Returns:

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


4158
4159
4160
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4158

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_instance

Returns:

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


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

def update_instance
  @update_instance
end

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

RPC-specific configuration for update_user

Returns:

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


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

def update_user
  @update_user
end