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
. -
#raw_decrypt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
raw_decrypt
. -
#raw_encrypt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
raw_encrypt
. -
#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
3790 3791 3792 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3790 def asymmetric_decrypt @asymmetric_decrypt end |
#asymmetric_sign ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for asymmetric_sign
3785 3786 3787 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3785 def asymmetric_sign @asymmetric_sign end |
#create_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_crypto_key
3720 3721 3722 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3720 def create_crypto_key @create_crypto_key end |
#create_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_crypto_key_version
3725 3726 3727 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3725 def create_crypto_key_version @create_crypto_key_version end |
#create_import_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_import_job
3735 3736 3737 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3735 def create_import_job @create_import_job end |
#create_key_ring ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_key_ring
3715 3716 3717 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3715 def create_key_ring @create_key_ring end |
#decrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for decrypt
3770 3771 3772 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3770 def decrypt @decrypt end |
#destroy_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for destroy_crypto_key_version
3755 3756 3757 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3755 def destroy_crypto_key_version @destroy_crypto_key_version end |
#encrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for encrypt
3765 3766 3767 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3765 def encrypt @encrypt end |
#generate_random_bytes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_random_bytes
3805 3806 3807 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3805 def generate_random_bytes @generate_random_bytes end |
#get_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_crypto_key
3695 3696 3697 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3695 def get_crypto_key @get_crypto_key end |
#get_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_crypto_key_version
3700 3701 3702 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3700 def get_crypto_key_version @get_crypto_key_version end |
#get_import_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_import_job
3710 3711 3712 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3710 def get_import_job @get_import_job end |
#get_key_ring ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key_ring
3690 3691 3692 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3690 def get_key_ring @get_key_ring end |
#get_public_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_public_key
3705 3706 3707 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3705 def get_public_key @get_public_key end |
#import_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_crypto_key_version
3730 3731 3732 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3730 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
3680 3681 3682 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3680 def list_crypto_key_versions @list_crypto_key_versions end |
#list_crypto_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_crypto_keys
3675 3676 3677 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3675 def list_crypto_keys @list_crypto_keys end |
#list_import_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_import_jobs
3685 3686 3687 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3685 def list_import_jobs @list_import_jobs end |
#list_key_rings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_key_rings
3670 3671 3672 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3670 def list_key_rings @list_key_rings end |
#mac_sign ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for mac_sign
3795 3796 3797 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3795 def mac_sign @mac_sign end |
#mac_verify ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for mac_verify
3800 3801 3802 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3800 def mac_verify @mac_verify end |
#raw_decrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for raw_decrypt
3780 3781 3782 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3780 def raw_decrypt @raw_decrypt end |
#raw_encrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for raw_encrypt
3775 3776 3777 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3775 def raw_encrypt @raw_encrypt end |
#restore_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_crypto_key_version
3760 3761 3762 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3760 def restore_crypto_key_version @restore_crypto_key_version end |
#update_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_crypto_key
3740 3741 3742 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3740 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
3750 3751 3752 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3750 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
3745 3746 3747 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 3745 def update_crypto_key_version @update_crypto_key_version end |