Privileged Access Manager V1 API - Class Google::Cloud::PrivilegedAccessManager::V1::PrivilegedAccessManager::Client::Configuration::Rpcs (v0.1.2)

Reference documentation and code samples for the Privileged Access Manager V1 API class Google::Cloud::PrivilegedAccessManager::V1::PrivilegedAccessManager::Client::Configuration::Rpcs.

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

Inherits

  • Object

Methods

#approve_grant

def approve_grant() -> ::Gapic::Config::Method

RPC-specific configuration for approve_grant

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

#check_onboarding_status

def check_onboarding_status() -> ::Gapic::Config::Method

RPC-specific configuration for check_onboarding_status

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

#create_entitlement

def create_entitlement() -> ::Gapic::Config::Method

RPC-specific configuration for create_entitlement

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

#create_grant

def create_grant() -> ::Gapic::Config::Method

RPC-specific configuration for create_grant

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

#delete_entitlement

def delete_entitlement() -> ::Gapic::Config::Method

RPC-specific configuration for delete_entitlement

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

#deny_grant

def deny_grant() -> ::Gapic::Config::Method

RPC-specific configuration for deny_grant

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

#get_entitlement

def get_entitlement() -> ::Gapic::Config::Method

RPC-specific configuration for get_entitlement

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

#get_grant

def get_grant() -> ::Gapic::Config::Method

RPC-specific configuration for get_grant

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

#list_entitlements

def list_entitlements() -> ::Gapic::Config::Method

RPC-specific configuration for list_entitlements

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

#list_grants

def list_grants() -> ::Gapic::Config::Method

RPC-specific configuration for list_grants

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

#revoke_grant

def revoke_grant() -> ::Gapic::Config::Method

RPC-specific configuration for revoke_grant

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

#search_entitlements

def search_entitlements() -> ::Gapic::Config::Method

RPC-specific configuration for search_entitlements

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

#search_grants

def search_grants() -> ::Gapic::Config::Method

RPC-specific configuration for search_grants

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

#update_entitlement

def update_entitlement() -> ::Gapic::Config::Method

RPC-specific configuration for update_entitlement

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