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)


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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