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)


2589
2590
2591
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2589

def batch_create_instances
  @batch_create_instances
end

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

RPC-specific configuration for create_backup

Returns:

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


2624
2625
2626
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2624

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_cluster

Returns:

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


2554
2555
2556
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2554

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_instance

Returns:

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


2584
2585
2586
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2584

def create_instance
  @create_instance
end

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

RPC-specific configuration for delete_backup

Returns:

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


2634
2635
2636
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2634

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_cluster

Returns:

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


2564
2565
2566
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2564

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_instance

Returns:

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


2599
2600
2601
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2599

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for failover_instance

Returns:

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


2604
2605
2606
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2604

def failover_instance
  @failover_instance
end

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

RPC-specific configuration for get_backup

Returns:

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


2619
2620
2621
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2619

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_cluster

Returns:

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


2549
2550
2551
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2549

def get_cluster
  @get_cluster
end

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

RPC-specific configuration for get_instance

Returns:

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


2579
2580
2581
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2579

def get_instance
  @get_instance
end

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

RPC-specific configuration for list_backups

Returns:

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


2614
2615
2616
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2614

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_clusters

Returns:

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


2544
2545
2546
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2544

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_instances

Returns:

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


2574
2575
2576
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2574

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)


2639
2640
2641
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2639

def list_supported_database_flags
  @list_supported_database_flags
end

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

RPC-specific configuration for restart_instance

Returns:

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


2609
2610
2611
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2609

def restart_instance
  @restart_instance
end

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

RPC-specific configuration for restore_cluster

Returns:

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


2569
2570
2571
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2569

def restore_cluster
  @restore_cluster
end

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

RPC-specific configuration for update_backup

Returns:

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


2629
2630
2631
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2629

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_cluster

Returns:

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


2559
2560
2561
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2559

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_instance

Returns:

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


2594
2595
2596
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 2594

def update_instance
  @update_instance
end