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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/config_service/v1/config/rest/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 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)


2327
2328
2329
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2327

def create_deployment
  @create_deployment
end

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

RPC-specific configuration for create_preview

Returns:

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


2397
2398
2399
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2397

def create_preview
  @create_preview
end

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

RPC-specific configuration for delete_deployment

Returns:

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


2337
2338
2339
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2337

def delete_deployment
  @delete_deployment
end

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

RPC-specific configuration for delete_preview

Returns:

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


2412
2413
2414
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2412

def delete_preview
  @delete_preview
end

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

RPC-specific configuration for delete_statefile

Returns:

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


2377
2378
2379
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2377

def delete_statefile
  @delete_statefile
end

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

RPC-specific configuration for export_deployment_statefile

Returns:

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


2362
2363
2364
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2362

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)


2392
2393
2394
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2392

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)


2417
2418
2419
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2417

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)


2367
2368
2369
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2367

def export_revision_statefile
  @export_revision_statefile
end

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

RPC-specific configuration for get_deployment

Returns:

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


2322
2323
2324
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2322

def get_deployment
  @get_deployment
end

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

RPC-specific configuration for get_preview

Returns:

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


2402
2403
2404
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2402

def get_preview
  @get_preview
end

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

RPC-specific configuration for get_resource

Returns:

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


2352
2353
2354
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2352

def get_resource
  @get_resource
end

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

RPC-specific configuration for get_revision

Returns:

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


2347
2348
2349
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2347

def get_revision
  @get_revision
end

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

RPC-specific configuration for import_statefile

Returns:

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


2372
2373
2374
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2372

def import_statefile
  @import_statefile
end

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

RPC-specific configuration for list_deployments

Returns:

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


2317
2318
2319
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2317

def list_deployments
  @list_deployments
end

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

RPC-specific configuration for list_previews

Returns:

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


2407
2408
2409
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2407

def list_previews
  @list_previews
end

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

RPC-specific configuration for list_resources

Returns:

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


2357
2358
2359
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2357

def list_resources
  @list_resources
end

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

RPC-specific configuration for list_revisions

Returns:

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


2342
2343
2344
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2342

def list_revisions
  @list_revisions
end

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

RPC-specific configuration for lock_deployment

Returns:

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


2382
2383
2384
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2382

def lock_deployment
  @lock_deployment
end

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

RPC-specific configuration for unlock_deployment

Returns:

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


2387
2388
2389
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2387

def unlock_deployment
  @unlock_deployment
end

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

RPC-specific configuration for update_deployment

Returns:

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


2332
2333
2334
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 2332

def update_deployment
  @update_deployment
end