Reference documentation and code samples for the Privileged Access Manager V1 API class Google::Cloud::PrivilegedAccessManager::V1::PrivilegedAccessManager::Rest::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 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
- (::Gapic::Config::Method)
#check_onboarding_status
def check_onboarding_status() -> ::Gapic::Config::Method
RPC-specific configuration for check_onboarding_status
- (::Gapic::Config::Method)
#create_entitlement
def create_entitlement() -> ::Gapic::Config::Method
RPC-specific configuration for create_entitlement
- (::Gapic::Config::Method)
#create_grant
def create_grant() -> ::Gapic::Config::Method
RPC-specific configuration for create_grant
- (::Gapic::Config::Method)
#delete_entitlement
def delete_entitlement() -> ::Gapic::Config::Method
RPC-specific configuration for delete_entitlement
- (::Gapic::Config::Method)
#deny_grant
def deny_grant() -> ::Gapic::Config::Method
RPC-specific configuration for deny_grant
- (::Gapic::Config::Method)
#get_entitlement
def get_entitlement() -> ::Gapic::Config::Method
RPC-specific configuration for get_entitlement
- (::Gapic::Config::Method)
#get_grant
def get_grant() -> ::Gapic::Config::Method
RPC-specific configuration for get_grant
- (::Gapic::Config::Method)
#list_entitlements
def list_entitlements() -> ::Gapic::Config::Method
RPC-specific configuration for list_entitlements
- (::Gapic::Config::Method)
#list_grants
def list_grants() -> ::Gapic::Config::Method
RPC-specific configuration for list_grants
- (::Gapic::Config::Method)
#revoke_grant
def revoke_grant() -> ::Gapic::Config::Method
RPC-specific configuration for revoke_grant
- (::Gapic::Config::Method)
#search_entitlements
def search_entitlements() -> ::Gapic::Config::Method
RPC-specific configuration for search_entitlements
- (::Gapic::Config::Method)
#search_grants
def search_grants() -> ::Gapic::Config::Method
RPC-specific configuration for search_grants
- (::Gapic::Config::Method)
#update_entitlement
def update_entitlement() -> ::Gapic::Config::Method
RPC-specific configuration for update_entitlement
- (::Gapic::Config::Method)