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)


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

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)


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

def add_secret_version
  @add_secret_version
end

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

RPC-specific configuration for create_secret

Returns:

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


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

def create_secret
  @create_secret
end

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

RPC-specific configuration for delete_secret

Returns:

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


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

def delete_secret
  @delete_secret
end

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

RPC-specific configuration for destroy_secret_version

Returns:

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


1820
1821
1822
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1820

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)


1810
1811
1812
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1810

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)


1815
1816
1817
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1815

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)


1830
1831
1832
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1830

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_secret

Returns:

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


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

def get_secret
  @get_secret
end

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

RPC-specific configuration for get_secret_version

Returns:

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


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

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)


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

def list_secret_versions
  @list_secret_versions
end

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

RPC-specific configuration for list_secrets

Returns:

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


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

def list_secrets
  @list_secrets
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


1825
1826
1827
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1825

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)


1835
1836
1837
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1835

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update_secret

Returns:

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


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

def update_secret
  @update_secret
end