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
. -
#execute_sql ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
execute_sql
. -
#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_databases ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_databases
. -
#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
. -
#switchover_cluster ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
switchover_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
4226 4227 4228 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4226 def batch_create_instances @batch_create_instances end |
#create_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_backup
4271 4272 4273 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4271 def create_backup @create_backup end |
#create_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_cluster
4171 4172 4173 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4171 def create_cluster @create_cluster end |
#create_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_instance
4216 4217 4218 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4216 def create_instance @create_instance end |
#create_secondary_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_secondary_cluster
4201 4202 4203 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4201 def create_secondary_cluster @create_secondary_cluster end |
#create_secondary_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_secondary_instance
4221 4222 4223 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4221 def create_secondary_instance @create_secondary_instance end |
#create_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_user
4311 4312 4313 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4311 def create_user @create_user end |
#delete_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_backup
4281 4282 4283 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4281 def delete_backup @delete_backup end |
#delete_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_cluster
4181 4182 4183 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4181 def delete_cluster @delete_cluster end |
#delete_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_instance
4236 4237 4238 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4236 def delete_instance @delete_instance end |
#delete_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_user
4321 4322 4323 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4321 def delete_user @delete_user end |
#execute_sql ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for execute_sql
4256 4257 4258 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4256 def execute_sql @execute_sql end |
#failover_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for failover_instance
4241 4242 4243 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4241 def failover_instance @failover_instance end |
#generate_client_certificate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_client_certificate
4291 4292 4293 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4291 def generate_client_certificate @generate_client_certificate end |
#get_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_backup
4266 4267 4268 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4266 def get_backup @get_backup end |
#get_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cluster
4166 4167 4168 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4166 def get_cluster @get_cluster end |
#get_connection_info ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_connection_info
4296 4297 4298 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4296 def get_connection_info @get_connection_info end |
#get_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_instance
4211 4212 4213 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4211 def get_instance @get_instance end |
#get_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_user
4306 4307 4308 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4306 def get_user @get_user end |
#inject_fault ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for inject_fault
4246 4247 4248 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4246 def inject_fault @inject_fault end |
#list_backups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_backups
4261 4262 4263 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4261 def list_backups @list_backups end |
#list_clusters ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clusters
4161 4162 4163 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4161 def list_clusters @list_clusters end |
#list_databases ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_databases
4326 4327 4328 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4326 def list_databases @list_databases end |
#list_instances ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_instances
4206 4207 4208 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4206 def list_instances @list_instances end |
#list_supported_database_flags ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_supported_database_flags
4286 4287 4288 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4286 def list_supported_database_flags @list_supported_database_flags end |
#list_users ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_users
4301 4302 4303 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4301 def list_users @list_users end |
#promote_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for promote_cluster
4186 4187 4188 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4186 def promote_cluster @promote_cluster end |
#restart_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restart_instance
4251 4252 4253 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4251 def restart_instance @restart_instance end |
#restore_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_cluster
4196 4197 4198 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4196 def restore_cluster @restore_cluster end |
#switchover_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for switchover_cluster
4191 4192 4193 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4191 def switchover_cluster @switchover_cluster end |
#update_backup ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_backup
4276 4277 4278 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4276 def update_backup @update_backup end |
#update_cluster ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cluster
4176 4177 4178 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4176 def update_cluster @update_cluster end |
#update_instance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_instance
4231 4232 4233 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4231 def update_instance @update_instance end |
#update_user ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_user
4316 4317 4318 |
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb', line 4316 def update_user @update_user end |