Class: Google::Cloud::ConfigService::V1::Config::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_deployment

Returns:

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


2496
2497
2498
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2496

def create_deployment
  @create_deployment
end

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

RPC-specific configuration for create_preview

Returns:

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


2566
2567
2568
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2566

def create_preview
  @create_preview
end

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

RPC-specific configuration for delete_deployment

Returns:

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


2506
2507
2508
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2506

def delete_deployment
  @delete_deployment
end

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

RPC-specific configuration for delete_preview

Returns:

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


2581
2582
2583
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2581

def delete_preview
  @delete_preview
end

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

RPC-specific configuration for delete_statefile

Returns:

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


2546
2547
2548
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2546

def delete_statefile
  @delete_statefile
end

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

RPC-specific configuration for export_deployment_statefile

Returns:

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


2531
2532
2533
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2531

def export_deployment_statefile
  @export_deployment_statefile
end

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

RPC-specific configuration for export_lock_info

Returns:

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


2561
2562
2563
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2561

def export_lock_info
  @export_lock_info
end

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

RPC-specific configuration for export_preview_result

Returns:

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


2586
2587
2588
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2586

def export_preview_result
  @export_preview_result
end

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

RPC-specific configuration for export_revision_statefile

Returns:

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


2536
2537
2538
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2536

def export_revision_statefile
  @export_revision_statefile
end

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

RPC-specific configuration for get_deployment

Returns:

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


2491
2492
2493
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2491

def get_deployment
  @get_deployment
end

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

RPC-specific configuration for get_preview

Returns:

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


2571
2572
2573
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2571

def get_preview
  @get_preview
end

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

RPC-specific configuration for get_resource

Returns:

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


2521
2522
2523
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2521

def get_resource
  @get_resource
end

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

RPC-specific configuration for get_revision

Returns:

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


2516
2517
2518
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2516

def get_revision
  @get_revision
end

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

RPC-specific configuration for import_statefile

Returns:

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


2541
2542
2543
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2541

def import_statefile
  @import_statefile
end

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

RPC-specific configuration for list_deployments

Returns:

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


2486
2487
2488
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2486

def list_deployments
  @list_deployments
end

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

RPC-specific configuration for list_previews

Returns:

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


2576
2577
2578
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2576

def list_previews
  @list_previews
end

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

RPC-specific configuration for list_resources

Returns:

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


2526
2527
2528
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2526

def list_resources
  @list_resources
end

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

RPC-specific configuration for list_revisions

Returns:

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


2511
2512
2513
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2511

def list_revisions
  @list_revisions
end

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

RPC-specific configuration for lock_deployment

Returns:

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


2551
2552
2553
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2551

def lock_deployment
  @lock_deployment
end

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

RPC-specific configuration for unlock_deployment

Returns:

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


2556
2557
2558
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2556

def unlock_deployment
  @unlock_deployment
end

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

RPC-specific configuration for update_deployment

Returns:

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


2501
2502
2503
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2501

def update_deployment
  @update_deployment
end