Class: Google::Cloud::Deploy::V1::CloudDeploy::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb

Overview

Configuration RPC class for the CloudDeploy 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

Instance Attribute Details

#abandon_release::Gapic::Config::Method (readonly)

RPC-specific configuration for abandon_release

Returns:

  • (::Gapic::Config::Method)


4418
4419
4420
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4418

def abandon_release
  @abandon_release
end

#advance_rollout::Gapic::Config::Method (readonly)

RPC-specific configuration for advance_rollout

Returns:

  • (::Gapic::Config::Method)


4428
4429
4430
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4428

def advance_rollout
  @advance_rollout
end

#approve_rollout::Gapic::Config::Method (readonly)

RPC-specific configuration for approve_rollout

Returns:

  • (::Gapic::Config::Method)


4423
4424
4425
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4423

def approve_rollout
  @approve_rollout
end

#cancel_automation_run::Gapic::Config::Method (readonly)

RPC-specific configuration for cancel_automation_run

Returns:

  • (::Gapic::Config::Method)


4518
4519
4520
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4518

def cancel_automation_run
  @cancel_automation_run
end

#cancel_rollout::Gapic::Config::Method (readonly)

RPC-specific configuration for cancel_rollout

Returns:

  • (::Gapic::Config::Method)


4433
4434
4435
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4433

def cancel_rollout
  @cancel_rollout
end

#create_automation::Gapic::Config::Method (readonly)

RPC-specific configuration for create_automation

Returns:

  • (::Gapic::Config::Method)


4483
4484
4485
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4483

def create_automation
  @create_automation
end

#create_custom_target_type::Gapic::Config::Method (readonly)

RPC-specific configuration for create_custom_target_type

Returns:

  • (::Gapic::Config::Method)


4388
4389
4390
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4388

def create_custom_target_type
  @create_custom_target_type
end

#create_delivery_pipeline::Gapic::Config::Method (readonly)

RPC-specific configuration for create_delivery_pipeline

Returns:

  • (::Gapic::Config::Method)


4333
4334
4335
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4333

def create_delivery_pipeline
  @create_delivery_pipeline
end

#create_release::Gapic::Config::Method (readonly)

RPC-specific configuration for create_release

Returns:

  • (::Gapic::Config::Method)


4413
4414
4415
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4413

def create_release
  @create_release
end

#create_rollout::Gapic::Config::Method (readonly)

RPC-specific configuration for create_rollout

Returns:

  • (::Gapic::Config::Method)


4448
4449
4450
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4448

def create_rollout
  @create_rollout
end

#create_target::Gapic::Config::Method (readonly)

RPC-specific configuration for create_target

Returns:

  • (::Gapic::Config::Method)


4363
4364
4365
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4363

def create_target
  @create_target
end

#delete_automation::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_automation

Returns:

  • (::Gapic::Config::Method)


4493
4494
4495
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4493

def delete_automation
  @delete_automation
end

#delete_custom_target_type::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_custom_target_type

Returns:

  • (::Gapic::Config::Method)


4398
4399
4400
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4398

def delete_custom_target_type
  @delete_custom_target_type
end

#delete_delivery_pipeline::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_delivery_pipeline

Returns:

  • (::Gapic::Config::Method)


4343
4344
4345
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4343

def delete_delivery_pipeline
  @delete_delivery_pipeline
end

#delete_target::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_target

Returns:

  • (::Gapic::Config::Method)


4373
4374
4375
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4373

def delete_target
  @delete_target
end

#get_automation::Gapic::Config::Method (readonly)

RPC-specific configuration for get_automation

Returns:

  • (::Gapic::Config::Method)


4498
4499
4500
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4498

def get_automation
  @get_automation
end

#get_automation_run::Gapic::Config::Method (readonly)

RPC-specific configuration for get_automation_run

Returns:

  • (::Gapic::Config::Method)


4508
4509
4510
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4508

def get_automation_run
  @get_automation_run
end

#get_config::Gapic::Config::Method (readonly)

RPC-specific configuration for get_config

Returns:

  • (::Gapic::Config::Method)


4478
4479
4480
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4478

def get_config
  @get_config
end

#get_custom_target_type::Gapic::Config::Method (readonly)

RPC-specific configuration for get_custom_target_type

Returns:

  • (::Gapic::Config::Method)


4383
4384
4385
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4383

def get_custom_target_type
  @get_custom_target_type
end

#get_delivery_pipeline::Gapic::Config::Method (readonly)

RPC-specific configuration for get_delivery_pipeline

Returns:

  • (::Gapic::Config::Method)


4328
4329
4330
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4328

def get_delivery_pipeline
  @get_delivery_pipeline
end

#get_job_run::Gapic::Config::Method (readonly)

RPC-specific configuration for get_job_run

Returns:

  • (::Gapic::Config::Method)


4468
4469
4470
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4468

def get_job_run
  @get_job_run
end

#get_release::Gapic::Config::Method (readonly)

RPC-specific configuration for get_release

Returns:

  • (::Gapic::Config::Method)


4408
4409
4410
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4408

def get_release
  @get_release
end

#get_rollout::Gapic::Config::Method (readonly)

RPC-specific configuration for get_rollout

Returns:

  • (::Gapic::Config::Method)


4443
4444
4445
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4443

def get_rollout
  @get_rollout
end

#get_target::Gapic::Config::Method (readonly)

RPC-specific configuration for get_target

Returns:

  • (::Gapic::Config::Method)


4358
4359
4360
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4358

def get_target
  @get_target
end

#ignore_job::Gapic::Config::Method (readonly)

RPC-specific configuration for ignore_job

Returns:

  • (::Gapic::Config::Method)


4453
4454
4455
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4453

def ignore_job
  @ignore_job
end

#list_automation_runs::Gapic::Config::Method (readonly)

RPC-specific configuration for list_automation_runs

Returns:

  • (::Gapic::Config::Method)


4513
4514
4515
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4513

def list_automation_runs
  @list_automation_runs
end

#list_automations::Gapic::Config::Method (readonly)

RPC-specific configuration for list_automations

Returns:

  • (::Gapic::Config::Method)


4503
4504
4505
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4503

def list_automations
  @list_automations
end

#list_custom_target_types::Gapic::Config::Method (readonly)

RPC-specific configuration for list_custom_target_types

Returns:

  • (::Gapic::Config::Method)


4378
4379
4380
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4378

def list_custom_target_types
  @list_custom_target_types
end

#list_delivery_pipelines::Gapic::Config::Method (readonly)

RPC-specific configuration for list_delivery_pipelines

Returns:

  • (::Gapic::Config::Method)


4323
4324
4325
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4323

def list_delivery_pipelines
  @list_delivery_pipelines
end

#list_job_runs::Gapic::Config::Method (readonly)

RPC-specific configuration for list_job_runs

Returns:

  • (::Gapic::Config::Method)


4463
4464
4465
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4463

def list_job_runs
  @list_job_runs
end

#list_releases::Gapic::Config::Method (readonly)

RPC-specific configuration for list_releases

Returns:

  • (::Gapic::Config::Method)


4403
4404
4405
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4403

def list_releases
  @list_releases
end

#list_rollouts::Gapic::Config::Method (readonly)

RPC-specific configuration for list_rollouts

Returns:

  • (::Gapic::Config::Method)


4438
4439
4440
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4438

def list_rollouts
  @list_rollouts
end

#list_targets::Gapic::Config::Method (readonly)

RPC-specific configuration for list_targets

Returns:

  • (::Gapic::Config::Method)


4348
4349
4350
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4348

def list_targets
  @list_targets
end

#retry_job::Gapic::Config::Method (readonly)

RPC-specific configuration for retry_job

Returns:

  • (::Gapic::Config::Method)


4458
4459
4460
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4458

def retry_job
  @retry_job
end

#rollback_target::Gapic::Config::Method (readonly)

RPC-specific configuration for rollback_target

Returns:

  • (::Gapic::Config::Method)


4353
4354
4355
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4353

def rollback_target
  @rollback_target
end

#terminate_job_run::Gapic::Config::Method (readonly)

RPC-specific configuration for terminate_job_run

Returns:

  • (::Gapic::Config::Method)


4473
4474
4475
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4473

def terminate_job_run
  @terminate_job_run
end

#update_automation::Gapic::Config::Method (readonly)

RPC-specific configuration for update_automation

Returns:

  • (::Gapic::Config::Method)


4488
4489
4490
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4488

def update_automation
  @update_automation
end

#update_custom_target_type::Gapic::Config::Method (readonly)

RPC-specific configuration for update_custom_target_type

Returns:

  • (::Gapic::Config::Method)


4393
4394
4395
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4393

def update_custom_target_type
  @update_custom_target_type
end

#update_delivery_pipeline::Gapic::Config::Method (readonly)

RPC-specific configuration for update_delivery_pipeline

Returns:

  • (::Gapic::Config::Method)


4338
4339
4340
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4338

def update_delivery_pipeline
  @update_delivery_pipeline
end

#update_target::Gapic::Config::Method (readonly)

RPC-specific configuration for update_target

Returns:

  • (::Gapic::Config::Method)


4368
4369
4370
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4368

def update_target
  @update_target
end