Class: Google::Cloud::AlloyDB::V1::AlloyDBAdmin::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::AlloyDBAdmin::Client::Configuration::Rpcs
- 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
-
#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
3843 3844 3845 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3843 def batch_create_instances @batch_create_instances end |
#create_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_backup
3883 3884 3885 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3883 def create_backup @create_backup end |
#create_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_cluster
3793 3794 3795 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3793 def create_cluster @create_cluster end |
#create_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_instance
3833 3834 3835 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3833 def create_instance @create_instance end |
#create_secondary_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_secondary_cluster
3818 3819 3820 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3818 def create_secondary_cluster @create_secondary_cluster end |
#create_secondary_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_secondary_instance
3838 3839 3840 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3838 def create_secondary_instance @create_secondary_instance end |
#create_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_user
3923 3924 3925 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3923 def create_user @create_user end |
#delete_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_backup
3893 3894 3895 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3893 def delete_backup @delete_backup end |
#delete_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_cluster
3803 3804 3805 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3803 def delete_cluster @delete_cluster end |
#delete_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_instance
3853 3854 3855 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3853 def delete_instance @delete_instance end |
#delete_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_user
3933 3934 3935 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3933 def delete_user @delete_user end |
#failover_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for failover_instance
3858 3859 3860 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3858 def failover_instance @failover_instance end |
#generate_client_certificate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_client_certificate
3903 3904 3905 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3903 def generate_client_certificate @generate_client_certificate end |
#get_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_backup
3878 3879 3880 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3878 def get_backup @get_backup end |
#get_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cluster
3788 3789 3790 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3788 def get_cluster @get_cluster end |
#get_connection_info ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_connection_info
3908 3909 3910 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3908 def get_connection_info @get_connection_info end |
#get_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_instance
3828 3829 3830 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3828 def get_instance @get_instance end |
#get_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_user
3918 3919 3920 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3918 def get_user @get_user end |
#inject_fault ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for inject_fault
3863 3864 3865 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3863 def inject_fault @inject_fault end |
#list_backups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_backups
3873 3874 3875 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3873 def list_backups @list_backups end |
#list_clusters ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clusters
3783 3784 3785 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3783 def list_clusters @list_clusters end |
#list_instances ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_instances
3823 3824 3825 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3823 def list_instances @list_instances end |
#list_supported_database_flags ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_supported_database_flags
3898 3899 3900 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3898 def list_supported_database_flags @list_supported_database_flags end |
#list_users ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_users
3913 3914 3915 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3913 def list_users @list_users end |
#promote_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for promote_cluster
3808 3809 3810 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3808 def promote_cluster @promote_cluster end |
#restart_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restart_instance
3868 3869 3870 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3868 def restart_instance @restart_instance end |
#restore_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_cluster
3813 3814 3815 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3813 def restore_cluster @restore_cluster end |
#update_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_backup
3888 3889 3890 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3888 def update_backup @update_backup end |
#update_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cluster
3798 3799 3800 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3798 def update_cluster @update_cluster end |
#update_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_instance
3848 3849 3850 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3848 def update_instance @update_instance end |
#update_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_user
3928 3929 3930 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 3928 def update_user @update_user end |