Class: Google::Cloud::Kms::V1::HsmManagement::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/hsm_management/client.rb

Overview

Configuration RPC class for the HsmManagement 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

#approve_single_tenant_hsm_instance_proposal::Gapic::Config::Method (readonly)

RPC-specific configuration for approve_single_tenant_hsm_instance_proposal

Returns:

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


1425
1426
1427
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1425

def approve_single_tenant_hsm_instance_proposal
  @approve_single_tenant_hsm_instance_proposal
end

#create_single_tenant_hsm_instance::Gapic::Config::Method (readonly)

RPC-specific configuration for create_single_tenant_hsm_instance

Returns:

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


1415
1416
1417
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1415

def create_single_tenant_hsm_instance
  @create_single_tenant_hsm_instance
end

#create_single_tenant_hsm_instance_proposal::Gapic::Config::Method (readonly)

RPC-specific configuration for create_single_tenant_hsm_instance_proposal

Returns:

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


1420
1421
1422
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1420

def create_single_tenant_hsm_instance_proposal
  @create_single_tenant_hsm_instance_proposal
end

#delete_single_tenant_hsm_instance_proposal::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_single_tenant_hsm_instance_proposal

Returns:

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


1445
1446
1447
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1445

def delete_single_tenant_hsm_instance_proposal
  @delete_single_tenant_hsm_instance_proposal
end

#execute_single_tenant_hsm_instance_proposal::Gapic::Config::Method (readonly)

RPC-specific configuration for execute_single_tenant_hsm_instance_proposal

Returns:

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


1430
1431
1432
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1430

def execute_single_tenant_hsm_instance_proposal
  @execute_single_tenant_hsm_instance_proposal
end

#get_single_tenant_hsm_instance::Gapic::Config::Method (readonly)

RPC-specific configuration for get_single_tenant_hsm_instance

Returns:

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


1410
1411
1412
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1410

def get_single_tenant_hsm_instance
  @get_single_tenant_hsm_instance
end

#get_single_tenant_hsm_instance_proposal::Gapic::Config::Method (readonly)

RPC-specific configuration for get_single_tenant_hsm_instance_proposal

Returns:

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


1435
1436
1437
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1435

def get_single_tenant_hsm_instance_proposal
  @get_single_tenant_hsm_instance_proposal
end

#list_single_tenant_hsm_instance_proposals::Gapic::Config::Method (readonly)

RPC-specific configuration for list_single_tenant_hsm_instance_proposals

Returns:

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


1440
1441
1442
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1440

def list_single_tenant_hsm_instance_proposals
  @list_single_tenant_hsm_instance_proposals
end

#list_single_tenant_hsm_instances::Gapic::Config::Method (readonly)

RPC-specific configuration for list_single_tenant_hsm_instances

Returns:

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


1405
1406
1407
# File 'lib/google/cloud/kms/v1/hsm_management/client.rb', line 1405

def list_single_tenant_hsm_instances
  @list_single_tenant_hsm_instances
end