Class: Google::Cloud::Ces::V1beta::SessionService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::SessionService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/ces/v1beta/session_service/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 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
-
#bidi_run_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
bidi_run_session. -
#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
#bidi_run_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for bidi_run_session
740 741 742 |
# File 'lib/google/cloud/ces/v1beta/session_service/client.rb', line 740 def bidi_run_session @bidi_run_session end |
#run_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for run_session
730 731 732 |
# File 'lib/google/cloud/ces/v1beta/session_service/client.rb', line 730 def run_session @run_session end |
#stream_run_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stream_run_session
735 736 737 |
# File 'lib/google/cloud/ces/v1beta/session_service/client.rb', line 735 def stream_run_session @stream_run_session end |