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)


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

def answer_query
  @answer_query
end

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

RPC-specific configuration for converse_conversation

Returns:

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


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

def converse_conversation
  @converse_conversation
end

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

RPC-specific configuration for create_conversation

Returns:

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


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

def create_conversation
  @create_conversation
end

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

RPC-specific configuration for create_session

Returns:

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


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

def create_session
  @create_session
end

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

RPC-specific configuration for delete_conversation

Returns:

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


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

def delete_conversation
  @delete_conversation
end

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

RPC-specific configuration for delete_session

Returns:

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


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

def delete_session
  @delete_session
end

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

RPC-specific configuration for get_answer

Returns:

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


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

def get_answer
  @get_answer
end

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

RPC-specific configuration for get_conversation

Returns:

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


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

def get_conversation
  @get_conversation
end

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

RPC-specific configuration for get_session

Returns:

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


1962
1963
1964
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1962

def get_session
  @get_session
end

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

RPC-specific configuration for list_conversations

Returns:

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


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

def list_conversations
  @list_conversations
end

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

RPC-specific configuration for list_sessions

Returns:

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


1967
1968
1969
# File 'lib/google/cloud/discovery_engine/v1/conversational_search_service/client.rb', line 1967

def list_sessions
  @list_sessions
end

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

RPC-specific configuration for stream_answer_query

Returns:

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


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

def stream_answer_query
  @stream_answer_query
end

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

RPC-specific configuration for update_conversation

Returns:

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


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

def update_conversation
  @update_conversation
end

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

RPC-specific configuration for update_session

Returns:

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


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

def update_session
  @update_session
end