Class: Google::Cloud::AlloyDB::V1::AlloyDBAdmin::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::AlloyDBAdmin::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/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 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
-
#batch_create_instances ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_create_instances. -
#create_backup ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_backup. -
#create_cluster ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_cluster. -
#create_instance ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_instance. -
#create_secondary_cluster ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_secondary_cluster. -
#create_secondary_instance ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_secondary_instance. -
#create_user ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_user. -
#delete_backup ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_backup. -
#delete_cluster ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_cluster. -
#delete_instance ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_instance. -
#delete_user ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_user. -
#failover_instance ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
failover_instance. -
#generate_client_certificate ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_client_certificate. -
#get_backup ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_backup. -
#get_cluster ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_cluster. -
#get_connection_info ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_connection_info. -
#get_instance ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_instance. -
#get_user ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_user. -
#inject_fault ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
inject_fault. -
#list_backups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_backups. -
#list_clusters ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_clusters. -
#list_instances ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_instances. -
#list_supported_database_flags ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_supported_database_flags. -
#list_users ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_users. -
#promote_cluster ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
promote_cluster. -
#restart_instance ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
restart_instance. -
#restore_cluster ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
restore_cluster. -
#update_backup ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_backup. -
#update_cluster ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_cluster. -
#update_instance ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_instance. -
#update_user ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_user.
Instance Attribute Details
#batch_create_instances ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_create_instances
3637 3638 3639 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3637 def batch_create_instances @batch_create_instances end |
#create_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_backup
3677 3678 3679 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3677 def create_backup @create_backup end |
#create_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_cluster
3587 3588 3589 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3587 def create_cluster @create_cluster end |
#create_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_instance
3627 3628 3629 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3627 def create_instance @create_instance end |
#create_secondary_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_secondary_cluster
3612 3613 3614 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3612 def create_secondary_cluster @create_secondary_cluster end |
#create_secondary_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_secondary_instance
3632 3633 3634 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3632 def create_secondary_instance @create_secondary_instance end |
#create_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_user
3717 3718 3719 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3717 def create_user @create_user end |
#delete_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_backup
3687 3688 3689 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3687 def delete_backup @delete_backup end |
#delete_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_cluster
3597 3598 3599 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3597 def delete_cluster @delete_cluster end |
#delete_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_instance
3647 3648 3649 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3647 def delete_instance @delete_instance end |
#delete_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_user
3727 3728 3729 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3727 def delete_user @delete_user end |
#failover_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for failover_instance
3652 3653 3654 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3652 def failover_instance @failover_instance end |
#generate_client_certificate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_client_certificate
3697 3698 3699 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3697 def generate_client_certificate @generate_client_certificate end |
#get_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_backup
3672 3673 3674 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3672 def get_backup @get_backup end |
#get_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cluster
3582 3583 3584 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3582 def get_cluster @get_cluster end |
#get_connection_info ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_connection_info
3702 3703 3704 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3702 def get_connection_info @get_connection_info end |
#get_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_instance
3622 3623 3624 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3622 def get_instance @get_instance end |
#get_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_user
3712 3713 3714 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3712 def get_user @get_user end |
#inject_fault ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for inject_fault
3657 3658 3659 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3657 def inject_fault @inject_fault end |
#list_backups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_backups
3667 3668 3669 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3667 def list_backups @list_backups end |
#list_clusters ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clusters
3577 3578 3579 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3577 def list_clusters @list_clusters end |
#list_instances ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_instances
3617 3618 3619 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3617 def list_instances @list_instances end |
#list_supported_database_flags ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_supported_database_flags
3692 3693 3694 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3692 def list_supported_database_flags @list_supported_database_flags end |
#list_users ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_users
3707 3708 3709 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3707 def list_users @list_users end |
#promote_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for promote_cluster
3602 3603 3604 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3602 def promote_cluster @promote_cluster end |
#restart_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restart_instance
3662 3663 3664 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3662 def restart_instance @restart_instance end |
#restore_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_cluster
3607 3608 3609 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3607 def restore_cluster @restore_cluster end |
#update_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_backup
3682 3683 3684 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3682 def update_backup @update_backup end |
#update_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cluster
3592 3593 3594 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3592 def update_cluster @update_cluster end |
#update_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_instance
3642 3643 3644 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3642 def update_instance @update_instance end |
#update_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_user
3722 3723 3724 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3722 def update_user @update_user end |