Class: Google::Cloud::Retail::V2::CompletionService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::CompletionService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/retail/v2/completion_service/client.rb
Overview
Configuration RPC class for the CompletionService 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
-
#complete_query ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
complete_query. -
#import_completion_data ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
import_completion_data.
Instance Attribute Details
#complete_query ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for complete_query
691 692 693 |
# File 'lib/google/cloud/retail/v2/completion_service/client.rb', line 691 def complete_query @complete_query end |
#import_completion_data ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_completion_data
696 697 698 |
# File 'lib/google/cloud/retail/v2/completion_service/client.rb', line 696 def import_completion_data @import_completion_data end |