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
3603 3604 3605 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3603 def batch_create_instances @batch_create_instances end |
#create_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_backup
3643 3644 3645 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3643 def create_backup @create_backup end |
#create_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_cluster
3553 3554 3555 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3553 def create_cluster @create_cluster end |
#create_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_instance
3593 3594 3595 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3593 def create_instance @create_instance end |
#create_secondary_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_secondary_cluster
3578 3579 3580 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3578 def create_secondary_cluster @create_secondary_cluster end |
#create_secondary_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_secondary_instance
3598 3599 3600 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3598 def create_secondary_instance @create_secondary_instance end |
#create_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_user
3683 3684 3685 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3683 def create_user @create_user end |
#delete_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_backup
3653 3654 3655 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3653 def delete_backup @delete_backup end |
#delete_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_cluster
3563 3564 3565 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3563 def delete_cluster @delete_cluster end |
#delete_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_instance
3613 3614 3615 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3613 def delete_instance @delete_instance end |
#delete_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_user
3693 3694 3695 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3693 def delete_user @delete_user end |
#failover_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for failover_instance
3618 3619 3620 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3618 def failover_instance @failover_instance end |
#generate_client_certificate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_client_certificate
3663 3664 3665 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3663 def generate_client_certificate @generate_client_certificate end |
#get_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_backup
3638 3639 3640 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3638 def get_backup @get_backup end |
#get_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cluster
3548 3549 3550 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3548 def get_cluster @get_cluster end |
#get_connection_info ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_connection_info
3668 3669 3670 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3668 def get_connection_info @get_connection_info end |
#get_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_instance
3588 3589 3590 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3588 def get_instance @get_instance end |
#get_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_user
3678 3679 3680 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3678 def get_user @get_user end |
#inject_fault ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for inject_fault
3623 3624 3625 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3623 def inject_fault @inject_fault end |
#list_backups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_backups
3633 3634 3635 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3633 def list_backups @list_backups end |
#list_clusters ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clusters
3543 3544 3545 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3543 def list_clusters @list_clusters end |
#list_instances ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_instances
3583 3584 3585 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3583 def list_instances @list_instances end |
#list_supported_database_flags ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_supported_database_flags
3658 3659 3660 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3658 def list_supported_database_flags @list_supported_database_flags end |
#list_users ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_users
3673 3674 3675 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3673 def list_users @list_users end |
#promote_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for promote_cluster
3568 3569 3570 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3568 def promote_cluster @promote_cluster end |
#restart_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restart_instance
3628 3629 3630 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3628 def restart_instance @restart_instance end |
#restore_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_cluster
3573 3574 3575 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3573 def restore_cluster @restore_cluster end |
#update_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_backup
3648 3649 3650 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3648 def update_backup @update_backup end |
#update_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cluster
3558 3559 3560 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3558 def update_cluster @update_cluster end |
#update_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_instance
3608 3609 3610 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3608 def update_instance @update_instance end |
#update_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_user
3688 3689 3690 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 3688 def update_user @update_user end |