Class: Google::Cloud::Kms::V1::KeyManagementService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::KeyManagementService::Client::Configuration::Rpcs
- 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
-
#asymmetric_decrypt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
asymmetric_decrypt. -
#asymmetric_sign ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
asymmetric_sign. -
#create_crypto_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_crypto_key. -
#create_crypto_key_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_crypto_key_version. -
#create_import_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_import_job. -
#create_key_ring ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_key_ring. -
#decrypt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
decrypt. -
#destroy_crypto_key_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
destroy_crypto_key_version. -
#encrypt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
encrypt. -
#generate_random_bytes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_random_bytes. -
#get_crypto_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_crypto_key. -
#get_crypto_key_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_crypto_key_version. -
#get_import_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_import_job. -
#get_key_ring ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_key_ring. -
#get_public_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_public_key. -
#import_crypto_key_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
import_crypto_key_version. -
#list_crypto_key_versions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_crypto_key_versions. -
#list_crypto_keys ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_crypto_keys. -
#list_import_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_import_jobs. -
#list_key_rings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_key_rings. -
#mac_sign ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
mac_sign. -
#mac_verify ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
mac_verify. -
#restore_crypto_key_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
restore_crypto_key_version. -
#update_crypto_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_crypto_key. -
#update_crypto_key_primary_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_crypto_key_primary_version. -
#update_crypto_key_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_crypto_key_version.
Instance Attribute Details
#asymmetric_decrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for asymmetric_decrypt
3389 3390 3391 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3389 def asymmetric_decrypt @asymmetric_decrypt end |
#asymmetric_sign ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for asymmetric_sign
3384 3385 3386 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3384 def asymmetric_sign @asymmetric_sign end |
#create_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_crypto_key
3329 3330 3331 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3329 def create_crypto_key @create_crypto_key end |
#create_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_crypto_key_version
3334 3335 3336 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3334 def create_crypto_key_version @create_crypto_key_version end |
#create_import_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_import_job
3344 3345 3346 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3344 def create_import_job @create_import_job end |
#create_key_ring ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_key_ring
3324 3325 3326 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3324 def create_key_ring @create_key_ring end |
#decrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for decrypt
3379 3380 3381 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3379 def decrypt @decrypt end |
#destroy_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for destroy_crypto_key_version
3364 3365 3366 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3364 def destroy_crypto_key_version @destroy_crypto_key_version end |
#encrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for encrypt
3374 3375 3376 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3374 def encrypt @encrypt end |
#generate_random_bytes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_random_bytes
3404 3405 3406 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3404 def generate_random_bytes @generate_random_bytes end |
#get_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_crypto_key
3304 3305 3306 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3304 def get_crypto_key @get_crypto_key end |
#get_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_crypto_key_version
3309 3310 3311 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3309 def get_crypto_key_version @get_crypto_key_version end |
#get_import_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_import_job
3319 3320 3321 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3319 def get_import_job @get_import_job end |
#get_key_ring ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key_ring
3299 3300 3301 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3299 def get_key_ring @get_key_ring end |
#get_public_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_public_key
3314 3315 3316 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3314 def get_public_key @get_public_key end |
#import_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_crypto_key_version
3339 3340 3341 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3339 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
3289 3290 3291 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3289 def list_crypto_key_versions @list_crypto_key_versions end |
#list_crypto_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_crypto_keys
3284 3285 3286 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3284 def list_crypto_keys @list_crypto_keys end |
#list_import_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_import_jobs
3294 3295 3296 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3294 def list_import_jobs @list_import_jobs end |
#list_key_rings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_key_rings
3279 3280 3281 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3279 def list_key_rings @list_key_rings end |
#mac_sign ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for mac_sign
3394 3395 3396 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3394 def mac_sign @mac_sign end |
#mac_verify ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for mac_verify
3399 3400 3401 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3399 def mac_verify @mac_verify end |
#restore_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_crypto_key_version
3369 3370 3371 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3369 def restore_crypto_key_version @restore_crypto_key_version end |
#update_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_crypto_key
3349 3350 3351 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3349 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
3359 3360 3361 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3359 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
3354 3355 3356 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3354 def update_crypto_key_version @update_crypto_key_version end |