Class: Google::Cloud::Kms::V1::KeyManagementService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/key_management_service/client.rb

Overview

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

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

RPC-specific configuration for asymmetric_decrypt

Returns:

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


2365
2366
2367
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2365

def asymmetric_decrypt
  @asymmetric_decrypt
end

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

RPC-specific configuration for asymmetric_sign

Returns:

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


2360
2361
2362
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2360

def asymmetric_sign
  @asymmetric_sign
end

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

RPC-specific configuration for create_crypto_key

Returns:

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


2320
2321
2322
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2320

def create_crypto_key
  @create_crypto_key
end

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

RPC-specific configuration for create_crypto_key_version

Returns:

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


2325
2326
2327
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2325

def create_crypto_key_version
  @create_crypto_key_version
end

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

RPC-specific configuration for create_import_job

Returns:

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


2335
2336
2337
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2335

def create_import_job
  @create_import_job
end

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

RPC-specific configuration for create_key_ring

Returns:

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


2315
2316
2317
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2315

def create_key_ring
  @create_key_ring
end

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

RPC-specific configuration for decrypt

Returns:

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


2355
2356
2357
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2355

def decrypt
  @decrypt
end

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

RPC-specific configuration for destroy_crypto_key_version

Returns:

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


2375
2376
2377
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2375

def destroy_crypto_key_version
  @destroy_crypto_key_version
end

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

RPC-specific configuration for encrypt

Returns:

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


2350
2351
2352
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2350

def encrypt
  @encrypt
end

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

RPC-specific configuration for get_crypto_key

Returns:

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


2295
2296
2297
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2295

def get_crypto_key
  @get_crypto_key
end

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

RPC-specific configuration for get_crypto_key_version

Returns:

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


2300
2301
2302
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2300

def get_crypto_key_version
  @get_crypto_key_version
end

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

RPC-specific configuration for get_import_job

Returns:

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


2310
2311
2312
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2310

def get_import_job
  @get_import_job
end

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

RPC-specific configuration for get_key_ring

Returns:

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


2290
2291
2292
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2290

def get_key_ring
  @get_key_ring
end

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

RPC-specific configuration for get_public_key

Returns:

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


2305
2306
2307
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2305

def get_public_key
  @get_public_key
end

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

RPC-specific configuration for import_crypto_key_version

Returns:

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


2330
2331
2332
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2330

def import_crypto_key_version
  @import_crypto_key_version
end

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

RPC-specific configuration for list_crypto_key_versions

Returns:

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


2280
2281
2282
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2280

def list_crypto_key_versions
  @list_crypto_key_versions
end

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

RPC-specific configuration for list_crypto_keys

Returns:

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


2275
2276
2277
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2275

def list_crypto_keys
  @list_crypto_keys
end

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

RPC-specific configuration for list_import_jobs

Returns:

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


2285
2286
2287
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2285

def list_import_jobs
  @list_import_jobs
end

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

RPC-specific configuration for list_key_rings

Returns:

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


2270
2271
2272
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2270

def list_key_rings
  @list_key_rings
end

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

RPC-specific configuration for restore_crypto_key_version

Returns:

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


2380
2381
2382
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2380

def restore_crypto_key_version
  @restore_crypto_key_version
end

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

RPC-specific configuration for update_crypto_key

Returns:

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


2340
2341
2342
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2340

def update_crypto_key
  @update_crypto_key
end

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

RPC-specific configuration for update_crypto_key_primary_version

Returns:

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


2370
2371
2372
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2370

def update_crypto_key_primary_version
  @update_crypto_key_primary_version
end

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

RPC-specific configuration for update_crypto_key_version

Returns:

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


2345
2346
2347
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 2345

def update_crypto_key_version
  @update_crypto_key_version
end