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. -
#decapsulate ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
decapsulate. -
#decrypt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
decrypt. -
#delete_crypto_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_crypto_key. -
#delete_crypto_key_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_crypto_key_version. -
#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. -
#get_retired_resource ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_retired_resource. -
#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. -
#list_retired_resources ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_retired_resources. -
#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
4398 4399 4400 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4398 def asymmetric_decrypt @asymmetric_decrypt end |
#asymmetric_sign ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for asymmetric_sign
4393 4394 4395 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4393 def asymmetric_sign @asymmetric_sign end |
#create_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_crypto_key
4318 4319 4320 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4318 def create_crypto_key @create_crypto_key end |
#create_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_crypto_key_version
4323 4324 4325 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4323 def create_crypto_key_version @create_crypto_key_version end |
#create_import_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_import_job
4343 4344 4345 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4343 def create_import_job @create_import_job end |
#create_key_ring ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_key_ring
4313 4314 4315 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4313 def create_key_ring @create_key_ring end |
#decapsulate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for decapsulate
4413 4414 4415 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4413 def decapsulate @decapsulate end |
#decrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for decrypt
4378 4379 4380 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4378 def decrypt @decrypt end |
#delete_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_crypto_key
4328 4329 4330 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4328 def delete_crypto_key @delete_crypto_key end |
#delete_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_crypto_key_version
4333 4334 4335 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4333 def delete_crypto_key_version @delete_crypto_key_version end |
#destroy_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for destroy_crypto_key_version
4363 4364 4365 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4363 def destroy_crypto_key_version @destroy_crypto_key_version end |
#encrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for encrypt
4373 4374 4375 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4373 def encrypt @encrypt end |
#generate_random_bytes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_random_bytes
4418 4419 4420 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4418 def generate_random_bytes @generate_random_bytes end |
#get_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_crypto_key
4288 4289 4290 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4288 def get_crypto_key @get_crypto_key end |
#get_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_crypto_key_version
4293 4294 4295 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4293 def get_crypto_key_version @get_crypto_key_version end |
#get_import_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_import_job
4303 4304 4305 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4303 def get_import_job @get_import_job end |
#get_key_ring ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key_ring
4283 4284 4285 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4283 def get_key_ring @get_key_ring end |
#get_public_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_public_key
4298 4299 4300 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4298 def get_public_key @get_public_key end |
#get_retired_resource ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_retired_resource
4308 4309 4310 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4308 def get_retired_resource @get_retired_resource end |
#import_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_crypto_key_version
4338 4339 4340 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4338 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
4268 4269 4270 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4268 def list_crypto_key_versions @list_crypto_key_versions end |
#list_crypto_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_crypto_keys
4263 4264 4265 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4263 def list_crypto_keys @list_crypto_keys end |
#list_import_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_import_jobs
4273 4274 4275 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4273 def list_import_jobs @list_import_jobs end |
#list_key_rings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_key_rings
4258 4259 4260 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4258 def list_key_rings @list_key_rings end |
#list_retired_resources ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_retired_resources
4278 4279 4280 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4278 def list_retired_resources @list_retired_resources end |
#mac_sign ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for mac_sign
4403 4404 4405 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4403 def mac_sign @mac_sign end |
#mac_verify ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for mac_verify
4408 4409 4410 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4408 def mac_verify @mac_verify end |
#raw_decrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for raw_decrypt
4388 4389 4390 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4388 def raw_decrypt @raw_decrypt end |
#raw_encrypt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for raw_encrypt
4383 4384 4385 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4383 def raw_encrypt @raw_encrypt end |
#restore_crypto_key_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_crypto_key_version
4368 4369 4370 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4368 def restore_crypto_key_version @restore_crypto_key_version end |
#update_crypto_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_crypto_key
4348 4349 4350 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4348 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
4358 4359 4360 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4358 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
4353 4354 4355 |
# File 'lib/google/cloud/kms/v1/key_management_service/client.rb', line 4353 def update_crypto_key_version @update_crypto_key_version end |