Class: Google::Cloud::DiscoveryEngine::V1::ConversationalSearchService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb

Overview

Configuration RPC class for the ConversationalSearchService 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

Instance Attribute Details

#answer_query::Gapic::Config::Method (readonly)

RPC-specific configuration for answer_query

Returns:

  • (::Gapic::Config::Method)


1920
1921
1922
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1920

def answer_query
  @answer_query
end

#converse_conversation::Gapic::Config::Method (readonly)

RPC-specific configuration for converse_conversation

Returns:

  • (::Gapic::Config::Method)


1890
1891
1892
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1890

def converse_conversation
  @converse_conversation
end

#create_conversation::Gapic::Config::Method (readonly)

RPC-specific configuration for create_conversation

Returns:

  • (::Gapic::Config::Method)


1895
1896
1897
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1895

def create_conversation
  @create_conversation
end

#create_session::Gapic::Config::Method (readonly)

RPC-specific configuration for create_session

Returns:

  • (::Gapic::Config::Method)


1935
1936
1937
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1935

def create_session
  @create_session
end

#delete_conversation::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_conversation

Returns:

  • (::Gapic::Config::Method)


1900
1901
1902
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1900

def delete_conversation
  @delete_conversation
end

#delete_session::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_session

Returns:

  • (::Gapic::Config::Method)


1940
1941
1942
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1940

def delete_session
  @delete_session
end

#get_answer::Gapic::Config::Method (readonly)

RPC-specific configuration for get_answer

Returns:

  • (::Gapic::Config::Method)


1930
1931
1932
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1930

def get_answer
  @get_answer
end

#get_conversation::Gapic::Config::Method (readonly)

RPC-specific configuration for get_conversation

Returns:

  • (::Gapic::Config::Method)


1910
1911
1912
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1910

def get_conversation
  @get_conversation
end

#get_session::Gapic::Config::Method (readonly)

RPC-specific configuration for get_session

Returns:

  • (::Gapic::Config::Method)


1950
1951
1952
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1950

def get_session
  @get_session
end

#list_conversations::Gapic::Config::Method (readonly)

RPC-specific configuration for list_conversations

Returns:

  • (::Gapic::Config::Method)


1915
1916
1917
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1915

def list_conversations
  @list_conversations
end

#list_sessions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_sessions

Returns:

  • (::Gapic::Config::Method)


1955
1956
1957
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1955

def list_sessions
  @list_sessions
end

#stream_answer_query::Gapic::Config::Method (readonly)

RPC-specific configuration for stream_answer_query

Returns:

  • (::Gapic::Config::Method)


1925
1926
1927
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1925

def stream_answer_query
  @stream_answer_query
end

#update_conversation::Gapic::Config::Method (readonly)

RPC-specific configuration for update_conversation

Returns:

  • (::Gapic::Config::Method)


1905
1906
1907
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1905

def update_conversation
  @update_conversation
end

#update_session::Gapic::Config::Method (readonly)

RPC-specific configuration for update_session

Returns:

  • (::Gapic::Config::Method)


1945
1946
1947
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1945

def update_session
  @update_session
end