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)


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

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)


1712
1713
1714
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1712

def add_secret_version
  @add_secret_version
end

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

RPC-specific configuration for create_secret

Returns:

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


1707
1708
1709
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1707

def create_secret
  @create_secret
end

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

RPC-specific configuration for delete_secret

Returns:

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


1727
1728
1729
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1727

def delete_secret
  @delete_secret
end

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

RPC-specific configuration for destroy_secret_version

Returns:

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


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

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)


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

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)


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

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)


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

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_secret

Returns:

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


1717
1718
1719
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1717

def get_secret
  @get_secret
end

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

RPC-specific configuration for get_secret_version

Returns:

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


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

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)


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

def list_secret_versions
  @list_secret_versions
end

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

RPC-specific configuration for list_secrets

Returns:

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


1702
1703
1704
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1702

def list_secrets
  @list_secrets
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


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

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)


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

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update_secret

Returns:

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


1722
1723
1724
# File 'lib/google/cloud/secret_manager/v1beta1/secret_manager_service/client.rb', line 1722

def update_secret
  @update_secret
end