Class: Google::Cloud::SecretManager::V1beta1::SecretManagerService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb

Overview

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

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

RPC-specific configuration for access_secret_version

Returns:

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


1774
1775
1776
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1774

def access_secret_version
  @access_secret_version
end

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

RPC-specific configuration for add_secret_version

Returns:

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


1744
1745
1746
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1744

def add_secret_version
  @add_secret_version
end

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

RPC-specific configuration for create_secret

Returns:

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


1739
1740
1741
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1739

def create_secret
  @create_secret
end

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

RPC-specific configuration for delete_secret

Returns:

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


1759
1760
1761
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1759

def delete_secret
  @delete_secret
end

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

RPC-specific configuration for destroy_secret_version

Returns:

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


1789
1790
1791
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1789

def destroy_secret_version
  @destroy_secret_version
end

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

RPC-specific configuration for disable_secret_version

Returns:

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


1779
1780
1781
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1779

def disable_secret_version
  @disable_secret_version
end

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

RPC-specific configuration for enable_secret_version

Returns:

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


1784
1785
1786
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1784

def enable_secret_version
  @enable_secret_version
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


1799
1800
1801
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1799

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_secret

Returns:

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


1749
1750
1751
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1749

def get_secret
  @get_secret
end

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

RPC-specific configuration for get_secret_version

Returns:

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


1769
1770
1771
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1769

def get_secret_version
  @get_secret_version
end

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

RPC-specific configuration for list_secret_versions

Returns:

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


1764
1765
1766
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1764

def list_secret_versions
  @list_secret_versions
end

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

RPC-specific configuration for list_secrets

Returns:

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


1734
1735
1736
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1734

def list_secrets
  @list_secrets
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


1794
1795
1796
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1794

def set_iam_policy
  @set_iam_policy
end

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

RPC-specific configuration for test_iam_permissions

Returns:

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


1804
1805
1806
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1804

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update_secret

Returns:

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


1754
1755
1756
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1754

def update_secret
  @update_secret
end