Class: Google::Cloud::ConfigService::V1::Config::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::Config::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/config_service/v1/config/client.rb
Overview
Configuration RPC class for the Config 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. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#create_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_deployment. -
#create_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_deployment_group. -
#create_preview ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_preview. -
#delete_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_deployment. -
#delete_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_deployment_group. -
#delete_preview ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_preview. -
#delete_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_statefile. -
#deprovision_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
deprovision_deployment_group. -
#export_deployment_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_deployment_statefile. -
#export_lock_info ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_lock_info. -
#export_preview_result ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_preview_result. -
#export_revision_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_revision_statefile. -
#get_auto_migration_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_auto_migration_config. -
#get_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment. -
#get_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment_group. -
#get_deployment_group_revision ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment_group_revision. -
#get_preview ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_preview. -
#get_resource ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_resource. -
#get_resource_change ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_resource_change. -
#get_resource_drift ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_resource_drift. -
#get_revision ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_revision. -
#get_terraform_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_terraform_version. -
#import_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
import_statefile. -
#list_deployment_group_revisions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_deployment_group_revisions. -
#list_deployment_groups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_deployment_groups. -
#list_deployments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_deployments. -
#list_previews ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_previews. -
#list_resource_changes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_resource_changes. -
#list_resource_drifts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_resource_drifts. -
#list_resources ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_resources. -
#list_revisions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_revisions. -
#list_terraform_versions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_terraform_versions. -
#lock_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
lock_deployment. -
#provision_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
provision_deployment_group. -
#unlock_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
unlock_deployment. -
#update_auto_migration_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_auto_migration_config. -
#update_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_deployment. -
#update_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_deployment_group.
Instance Attribute Details
#create_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_deployment
4350 4351 4352 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4350 def create_deployment @create_deployment end |
#create_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_deployment_group
4490 4491 4492 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4490 def create_deployment_group @create_deployment_group end |
#create_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_preview
4420 4421 4422 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4420 def create_preview @create_preview end |
#delete_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_deployment
4360 4361 4362 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4360 def delete_deployment @delete_deployment end |
#delete_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_deployment_group
4500 4501 4502 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4500 def delete_deployment_group @delete_deployment_group end |
#delete_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_preview
4435 4436 4437 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4435 def delete_preview @delete_preview end |
#delete_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_statefile
4400 4401 4402 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4400 def delete_statefile @delete_statefile end |
#deprovision_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for deprovision_deployment_group
4515 4516 4517 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4515 def deprovision_deployment_group @deprovision_deployment_group end |
#export_deployment_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_deployment_statefile
4385 4386 4387 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4385 def export_deployment_statefile @export_deployment_statefile end |
#export_lock_info ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_lock_info
4415 4416 4417 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4415 def export_lock_info @export_lock_info end |
#export_preview_result ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_preview_result
4440 4441 4442 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4440 def export_preview_result @export_preview_result end |
#export_revision_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_revision_statefile
4390 4391 4392 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4390 def export_revision_statefile @export_revision_statefile end |
#get_auto_migration_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_auto_migration_config
4475 4476 4477 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4475 def get_auto_migration_config @get_auto_migration_config end |
#get_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment
4345 4346 4347 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4345 def get_deployment @get_deployment end |
#get_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment_group
4485 4486 4487 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4485 def get_deployment_group @get_deployment_group end |
#get_deployment_group_revision ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment_group_revision
4520 4521 4522 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4520 def get_deployment_group_revision @get_deployment_group_revision end |
#get_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_preview
4425 4426 4427 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4425 def get_preview @get_preview end |
#get_resource ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_resource
4375 4376 4377 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4375 def get_resource @get_resource end |
#get_resource_change ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_resource_change
4460 4461 4462 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4460 def get_resource_change @get_resource_change end |
#get_resource_drift ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_resource_drift
4470 4471 4472 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4470 def get_resource_drift @get_resource_drift end |
#get_revision ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_revision
4370 4371 4372 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4370 def get_revision @get_revision end |
#get_terraform_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_terraform_version
4450 4451 4452 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4450 def get_terraform_version @get_terraform_version end |
#import_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_statefile
4395 4396 4397 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4395 def import_statefile @import_statefile end |
#list_deployment_group_revisions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployment_group_revisions
4525 4526 4527 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4525 def list_deployment_group_revisions @list_deployment_group_revisions end |
#list_deployment_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployment_groups
4505 4506 4507 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4505 def list_deployment_groups @list_deployment_groups end |
#list_deployments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployments
4340 4341 4342 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4340 def list_deployments @list_deployments end |
#list_previews ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_previews
4430 4431 4432 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4430 def list_previews @list_previews end |
#list_resource_changes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_resource_changes
4455 4456 4457 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4455 def list_resource_changes @list_resource_changes end |
#list_resource_drifts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_resource_drifts
4465 4466 4467 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4465 def list_resource_drifts @list_resource_drifts end |
#list_resources ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_resources
4380 4381 4382 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4380 def list_resources @list_resources end |
#list_revisions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_revisions
4365 4366 4367 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4365 def list_revisions @list_revisions end |
#list_terraform_versions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_terraform_versions
4445 4446 4447 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4445 def list_terraform_versions @list_terraform_versions end |
#lock_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for lock_deployment
4405 4406 4407 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4405 def lock_deployment @lock_deployment end |
#provision_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for provision_deployment_group
4510 4511 4512 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4510 def provision_deployment_group @provision_deployment_group end |
#unlock_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for unlock_deployment
4410 4411 4412 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4410 def unlock_deployment @unlock_deployment end |
#update_auto_migration_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_auto_migration_config
4480 4481 4482 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4480 def update_auto_migration_config @update_auto_migration_config end |
#update_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_deployment
4355 4356 4357 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4355 def update_deployment @update_deployment end |
#update_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_deployment_group
4495 4496 4497 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 4495 def update_deployment_group @update_deployment_group end |