Class: Google::Cloud::Ces::V1beta::SessionService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::SessionService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/ces/v1beta/session_service/rest/client.rb
Overview
Configuration RPC class for the SessionService 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. -
: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
-
#run_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
run_session. -
#stream_run_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
stream_run_session.
Instance Attribute Details
#run_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for run_session
538 539 540 |
# File 'lib/google/cloud/ces/v1beta/session_service/rest/client.rb', line 538 def run_session @run_session end |
#stream_run_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stream_run_session
543 544 545 |
# File 'lib/google/cloud/ces/v1beta/session_service/rest/client.rb', line 543 def stream_run_session @stream_run_session end |