Class: Google::Iam::Credentials::V1::IAMCredentials::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Iam::Credentials::V1::IAMCredentials::Client::Configuration::Rpcs
- Defined in:
- lib/google/iam/credentials/v1/iam_credentials/client.rb
Overview
Configuration RPC class for the IAMCredentials 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. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#generate_access_token ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_access_token. -
#generate_id_token ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_id_token. -
#sign_blob ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
sign_blob. -
#sign_jwt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
sign_jwt.
Instance Attribute Details
#generate_access_token ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_access_token
819 820 821 |
# File 'lib/google/iam/credentials/v1/iam_credentials/client.rb', line 819 def generate_access_token @generate_access_token end |
#generate_id_token ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_id_token
824 825 826 |
# File 'lib/google/iam/credentials/v1/iam_credentials/client.rb', line 824 def generate_id_token @generate_id_token end |
#sign_blob ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for sign_blob
829 830 831 |
# File 'lib/google/iam/credentials/v1/iam_credentials/client.rb', line 829 def sign_blob @sign_blob end |
#sign_jwt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for sign_jwt
834 835 836 |
# File 'lib/google/iam/credentials/v1/iam_credentials/client.rb', line 834 def sign_jwt @sign_jwt end |