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)


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

def abandon_release
  @abandon_release
end

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

RPC-specific configuration for advance_rollout

Returns:

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


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

def advance_rollout
  @advance_rollout
end

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

RPC-specific configuration for approve_rollout

Returns:

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


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

def approve_rollout
  @approve_rollout
end

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

RPC-specific configuration for cancel_automation_run

Returns:

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


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

def cancel_automation_run
  @cancel_automation_run
end

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

RPC-specific configuration for cancel_rollout

Returns:

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


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

def cancel_rollout
  @cancel_rollout
end

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

RPC-specific configuration for create_automation

Returns:

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


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

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)


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

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)


4290
4291
4292
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4290

def create_delivery_pipeline
  @create_delivery_pipeline
end

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

RPC-specific configuration for create_release

Returns:

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


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

def create_release
  @create_release
end

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

RPC-specific configuration for create_rollout

Returns:

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


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

def create_rollout
  @create_rollout
end

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

RPC-specific configuration for create_target

Returns:

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


4320
4321
4322
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4320

def create_target
  @create_target
end

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

RPC-specific configuration for delete_automation

Returns:

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


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

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)


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

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)


4300
4301
4302
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4300

def delete_delivery_pipeline
  @delete_delivery_pipeline
end

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

RPC-specific configuration for delete_target

Returns:

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


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

def delete_target
  @delete_target
end

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

RPC-specific configuration for get_automation

Returns:

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


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

def get_automation
  @get_automation
end

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

RPC-specific configuration for get_automation_run

Returns:

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


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

def get_automation_run
  @get_automation_run
end

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

RPC-specific configuration for get_config

Returns:

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


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

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)


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

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)


4285
4286
4287
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4285

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)


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

def get_job_run
  @get_job_run
end

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

RPC-specific configuration for get_release

Returns:

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


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

def get_release
  @get_release
end

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

RPC-specific configuration for get_rollout

Returns:

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


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

def get_rollout
  @get_rollout
end

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

RPC-specific configuration for get_target

Returns:

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


4315
4316
4317
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4315

def get_target
  @get_target
end

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

RPC-specific configuration for ignore_job

Returns:

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


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

def ignore_job
  @ignore_job
end

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

RPC-specific configuration for list_automation_runs

Returns:

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


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

def list_automation_runs
  @list_automation_runs
end

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

RPC-specific configuration for list_automations

Returns:

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


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

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)


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

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)


4280
4281
4282
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4280

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)


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

def list_job_runs
  @list_job_runs
end

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

RPC-specific configuration for list_releases

Returns:

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


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

def list_releases
  @list_releases
end

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

RPC-specific configuration for list_rollouts

Returns:

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


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

def list_rollouts
  @list_rollouts
end

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

RPC-specific configuration for list_targets

Returns:

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


4305
4306
4307
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4305

def list_targets
  @list_targets
end

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

RPC-specific configuration for retry_job

Returns:

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


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

def retry_job
  @retry_job
end

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

RPC-specific configuration for rollback_target

Returns:

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


4310
4311
4312
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4310

def rollback_target
  @rollback_target
end

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

RPC-specific configuration for terminate_job_run

Returns:

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


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

def terminate_job_run
  @terminate_job_run
end

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

RPC-specific configuration for update_automation

Returns:

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


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

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)


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

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)


4295
4296
4297
# File 'lib/google/cloud/deploy/v1/cloud_deploy/rest/client.rb', line 4295

def update_delivery_pipeline
  @update_delivery_pipeline
end

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

RPC-specific configuration for update_target

Returns:

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


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

def update_target
  @update_target
end