Class: Google::Cloud::DiscoveryEngine::V1beta::AssistantService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::AssistantService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/client.rb
Overview
Configuration RPC class for the AssistantService 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
-
#create_assistant ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_assistant. -
#delete_assistant ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_assistant. -
#get_assistant ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_assistant. -
#list_assistants ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_assistants. -
#stream_assist ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
stream_assist. -
#update_assistant ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_assistant.
Instance Attribute Details
#create_assistant ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_assistant
928 929 930 |
# File 'lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/client.rb', line 928 def create_assistant @create_assistant end |
#delete_assistant ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_assistant
933 934 935 |
# File 'lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/client.rb', line 933 def delete_assistant @delete_assistant end |
#get_assistant ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_assistant
943 944 945 |
# File 'lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/client.rb', line 943 def get_assistant @get_assistant end |
#list_assistants ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_assistants
948 949 950 |
# File 'lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/client.rb', line 948 def list_assistants @list_assistants end |
#stream_assist ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stream_assist
923 924 925 |
# File 'lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/client.rb', line 923 def stream_assist @stream_assist end |
#update_assistant ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_assistant
938 939 940 |
# File 'lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/client.rb', line 938 def update_assistant @update_assistant end |