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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/hsm_management/rest/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 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)


1327
1328
1329
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1327

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)


1317
1318
1319
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1317

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)


1322
1323
1324
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1322

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)


1347
1348
1349
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1347

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)


1332
1333
1334
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1332

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)


1312
1313
1314
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1312

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)


1337
1338
1339
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1337

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)


1342
1343
1344
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1342

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)


1307
1308
1309
# File 'lib/google/cloud/kms/v1/hsm_management/rest/client.rb', line 1307

def list_single_tenant_hsm_instances
  @list_single_tenant_hsm_instances
end