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
3395 3396 3397 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3395 def asymmetric_decrypt @asymmetric_decrypt end |
#asymmetric_sign ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for asymmetric_sign
3390 3391 3392 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3390 def asymmetric_sign @asymmetric_sign end |
#create_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_crypto_key
3335 3336 3337 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3335 def create_crypto_key @create_crypto_key end |
#create_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_crypto_key_version
3340 3341 3342 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3340 def create_crypto_key_version @create_crypto_key_version end |
#create_import_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_import_job
3350 3351 3352 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3350 def create_import_job @create_import_job end |
#create_key_ring ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_key_ring
3330 3331 3332 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3330 def create_key_ring @create_key_ring end |
#decrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for decrypt
3385 3386 3387 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3385 def decrypt @decrypt end |
#destroy_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for destroy_crypto_key_version
3370 3371 3372 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3370 def destroy_crypto_key_version @destroy_crypto_key_version end |
#encrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for encrypt
3380 3381 3382 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3380 def encrypt @encrypt end |
#generate_random_bytes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_random_bytes
3410 3411 3412 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3410 def generate_random_bytes @generate_random_bytes end |
#get_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_crypto_key
3310 3311 3312 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3310 def get_crypto_key @get_crypto_key end |
#get_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_crypto_key_version
3315 3316 3317 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3315 def get_crypto_key_version @get_crypto_key_version end |
#get_import_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_import_job
3325 3326 3327 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3325 def get_import_job @get_import_job end |
#get_key_ring ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key_ring
3305 3306 3307 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3305 def get_key_ring @get_key_ring end |
#get_public_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_public_key
3320 3321 3322 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3320 def get_public_key @get_public_key end |
#import_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_crypto_key_version
3345 3346 3347 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3345 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
3295 3296 3297 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3295 def list_crypto_key_versions @list_crypto_key_versions end |
#list_crypto_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_crypto_keys
3290 3291 3292 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3290 def list_crypto_keys @list_crypto_keys end |
#list_import_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_import_jobs
3300 3301 3302 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3300 def list_import_jobs @list_import_jobs end |
#list_key_rings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_key_rings
3285 3286 3287 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3285 def list_key_rings @list_key_rings end |
#mac_sign ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for mac_sign
3400 3401 3402 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3400 def mac_sign @mac_sign end |
#mac_verify ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for mac_verify
3405 3406 3407 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3405 def mac_verify @mac_verify end |
#restore_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_crypto_key_version
3375 3376 3377 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3375 def restore_crypto_key_version @restore_crypto_key_version end |
#update_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_crypto_key
3355 3356 3357 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3355 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
3365 3366 3367 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3365 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
3360 3361 3362 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3360 def update_crypto_key_version @update_crypto_key_version end |