Class: Google::Cloud::Ces::V1::AgentService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::AgentService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/ces/v1/agent_service/client.rb
Overview
Configuration RPC class for the AgentService 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
-
#batch_delete_conversations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_delete_conversations. -
#create_agent ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_agent. -
#create_app ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_app. -
#create_app_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_app_version. -
#create_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_deployment. -
#create_example ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_example. -
#create_guardrail ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_guardrail. -
#create_tool ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_tool. -
#create_toolset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_toolset. -
#delete_agent ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_agent. -
#delete_app ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_app. -
#delete_app_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_app_version. -
#delete_conversation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_conversation. -
#delete_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_deployment. -
#delete_example ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_example. -
#delete_guardrail ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_guardrail. -
#delete_tool ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_tool. -
#delete_toolset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_toolset. -
#export_app ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_app. -
#get_agent ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_agent. -
#get_app ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_app. -
#get_app_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_app_version. -
#get_changelog ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_changelog. -
#get_conversation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_conversation. -
#get_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment. -
#get_example ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_example. -
#get_guardrail ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_guardrail. -
#get_tool ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_tool. -
#get_toolset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_toolset. -
#import_app ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
import_app. -
#list_agents ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_agents. -
#list_app_versions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_app_versions. -
#list_apps ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_apps. -
#list_changelogs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_changelogs. -
#list_conversations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_conversations. -
#list_deployments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_deployments. -
#list_examples ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_examples. -
#list_guardrails ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_guardrails. -
#list_tools ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_tools. -
#list_toolsets ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_toolsets. -
#restore_app_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
restore_app_version. -
#update_agent ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_agent. -
#update_app ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_app. -
#update_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_deployment. -
#update_example ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_example. -
#update_guardrail ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_guardrail. -
#update_tool ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_tool. -
#update_toolset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_toolset.
Instance Attribute Details
#batch_delete_conversations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_delete_conversations
5080 5081 5082 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5080 def batch_delete_conversations @batch_delete_conversations end |
#create_agent ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_agent
5015 5016 5017 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5015 def create_agent @create_agent end |
#create_app ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_app
4980 4981 4982 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 4980 def create_app @create_app end |
#create_app_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_app_version
5185 5186 5187 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5185 def create_app_version @create_app_version end |
#create_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_deployment
5135 5136 5137 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5135 def create_deployment @create_deployment end |
#create_example ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_example
5040 5041 5042 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5040 def create_example @create_example end |
#create_guardrail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_guardrail
5110 5111 5112 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5110 def create_guardrail @create_guardrail end |
#create_tool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_tool
5085 5086 5087 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5085 def create_tool @create_tool end |
#create_toolset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_toolset
5160 5161 5162 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5160 def create_toolset @create_toolset end |
#delete_agent ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_agent
5025 5026 5027 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5025 def delete_agent @delete_agent end |
#delete_app ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_app
4990 4991 4992 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 4990 def delete_app @delete_app end |
#delete_app_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_app_version
5190 5191 5192 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5190 def delete_app_version @delete_app_version end |
#delete_conversation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_conversation
5075 5076 5077 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5075 def delete_conversation @delete_conversation end |
#delete_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_deployment
5145 5146 5147 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5145 def delete_deployment @delete_deployment end |
#delete_example ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_example
5050 5051 5052 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5050 def delete_example @delete_example end |
#delete_guardrail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_guardrail
5120 5121 5122 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5120 def delete_guardrail @delete_guardrail end |
#delete_tool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_tool
5095 5096 5097 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5095 def delete_tool @delete_tool end |
#delete_toolset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_toolset
5170 5171 5172 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5170 def delete_toolset @delete_toolset end |
#export_app ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_app
4995 4996 4997 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 4995 def export_app @export_app end |
#get_agent ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_agent
5010 5011 5012 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5010 def get_agent @get_agent end |
#get_app ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_app
4975 4976 4977 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 4975 def get_app @get_app end |
#get_app_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_app_version
5180 5181 5182 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5180 def get_app_version @get_app_version end |
#get_changelog ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_changelog
5205 5206 5207 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5205 def get_changelog @get_changelog end |
#get_conversation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_conversation
5070 5071 5072 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5070 def get_conversation @get_conversation end |
#get_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment
5130 5131 5132 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5130 def get_deployment @get_deployment end |
#get_example ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_example
5035 5036 5037 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5035 def get_example @get_example end |
#get_guardrail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_guardrail
5105 5106 5107 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5105 def get_guardrail @get_guardrail end |
#get_tool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_tool
5060 5061 5062 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5060 def get_tool @get_tool end |
#get_toolset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_toolset
5155 5156 5157 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5155 def get_toolset @get_toolset end |
#import_app ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_app
5000 5001 5002 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5000 def import_app @import_app end |
#list_agents ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_agents
5005 5006 5007 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5005 def list_agents @list_agents end |
#list_app_versions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_app_versions
5175 5176 5177 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5175 def list_app_versions @list_app_versions end |
#list_apps ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_apps
4970 4971 4972 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 4970 def list_apps @list_apps end |
#list_changelogs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_changelogs
5200 5201 5202 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5200 def list_changelogs @list_changelogs end |
#list_conversations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_conversations
5065 5066 5067 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5065 def list_conversations @list_conversations end |
#list_deployments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployments
5125 5126 5127 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5125 def list_deployments @list_deployments end |
#list_examples ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_examples
5030 5031 5032 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5030 def list_examples @list_examples end |
#list_guardrails ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_guardrails
5100 5101 5102 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5100 def list_guardrails @list_guardrails end |
#list_tools ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_tools
5055 5056 5057 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5055 def list_tools @list_tools end |
#list_toolsets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_toolsets
5150 5151 5152 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5150 def list_toolsets @list_toolsets end |
#restore_app_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for restore_app_version
5195 5196 5197 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5195 def restore_app_version @restore_app_version end |
#update_agent ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_agent
5020 5021 5022 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5020 def update_agent @update_agent end |
#update_app ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_app
4985 4986 4987 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 4985 def update_app @update_app end |
#update_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_deployment
5140 5141 5142 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5140 def update_deployment @update_deployment end |
#update_example ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_example
5045 5046 5047 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5045 def update_example @update_example end |
#update_guardrail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_guardrail
5115 5116 5117 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5115 def update_guardrail @update_guardrail end |
#update_tool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_tool
5090 5091 5092 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5090 def update_tool @update_tool end |
#update_toolset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_toolset
5165 5166 5167 |
# File 'lib/google/cloud/ces/v1/agent_service/client.rb', line 5165 def update_toolset @update_toolset end |