Class: Google::Cloud::Ces::V1beta::AgentService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/ces/v1beta/agent_service/rest/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 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

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

RPC-specific configuration for batch_delete_conversations

Returns:

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


4996
4997
4998
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4996

def batch_delete_conversations
  @batch_delete_conversations
end

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

RPC-specific configuration for create_agent

Returns:

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


4931
4932
4933
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4931

def create_agent
  @create_agent
end

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

RPC-specific configuration for create_app

Returns:

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


4886
4887
4888
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4886

def create_app
  @create_app
end

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

RPC-specific configuration for create_app_version

Returns:

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


5101
5102
5103
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5101

def create_app_version
  @create_app_version
end

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

RPC-specific configuration for create_deployment

Returns:

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


5051
5052
5053
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5051

def create_deployment
  @create_deployment
end

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

RPC-specific configuration for create_example

Returns:

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


4956
4957
4958
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4956

def create_example
  @create_example
end

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

RPC-specific configuration for create_guardrail

Returns:

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


5026
5027
5028
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5026

def create_guardrail
  @create_guardrail
end

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

RPC-specific configuration for create_tool

Returns:

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


5001
5002
5003
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5001

def create_tool
  @create_tool
end

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

RPC-specific configuration for create_toolset

Returns:

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


5076
5077
5078
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5076

def create_toolset
  @create_toolset
end

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

RPC-specific configuration for delete_agent

Returns:

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


4941
4942
4943
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4941

def delete_agent
  @delete_agent
end

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

RPC-specific configuration for delete_app

Returns:

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


4896
4897
4898
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4896

def delete_app
  @delete_app
end

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

RPC-specific configuration for delete_app_version

Returns:

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


5106
5107
5108
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5106

def delete_app_version
  @delete_app_version
end

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

RPC-specific configuration for delete_conversation

Returns:

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


4991
4992
4993
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4991

def delete_conversation
  @delete_conversation
end

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

RPC-specific configuration for delete_deployment

Returns:

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


5061
5062
5063
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5061

def delete_deployment
  @delete_deployment
end

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

RPC-specific configuration for delete_example

Returns:

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


4966
4967
4968
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4966

def delete_example
  @delete_example
end

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

RPC-specific configuration for delete_guardrail

Returns:

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


5036
5037
5038
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5036

def delete_guardrail
  @delete_guardrail
end

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

RPC-specific configuration for delete_tool

Returns:

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


5011
5012
5013
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5011

def delete_tool
  @delete_tool
end

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

RPC-specific configuration for delete_toolset

Returns:

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


5086
5087
5088
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5086

def delete_toolset
  @delete_toolset
end

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

RPC-specific configuration for export_app

Returns:

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


4901
4902
4903
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4901

def export_app
  @export_app
end

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

RPC-specific configuration for generate_app_resource

Returns:

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


5116
5117
5118
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5116

def generate_app_resource
  @generate_app_resource
end

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

RPC-specific configuration for get_agent

Returns:

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


4926
4927
4928
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4926

def get_agent
  @get_agent
end

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

RPC-specific configuration for get_app

Returns:

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


4881
4882
4883
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4881

def get_app
  @get_app
end

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

RPC-specific configuration for get_app_version

Returns:

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


5096
5097
5098
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5096

def get_app_version
  @get_app_version
end

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

RPC-specific configuration for get_changelog

Returns:

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


5126
5127
5128
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5126

def get_changelog
  @get_changelog
end

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

RPC-specific configuration for get_conversation

Returns:

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


4986
4987
4988
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4986

def get_conversation
  @get_conversation
end

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

RPC-specific configuration for get_deployment

Returns:

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


5046
5047
5048
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5046

def get_deployment
  @get_deployment
end

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

RPC-specific configuration for get_example

Returns:

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


4951
4952
4953
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4951

def get_example
  @get_example
end

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

RPC-specific configuration for get_guardrail

Returns:

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


5021
5022
5023
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5021

def get_guardrail
  @get_guardrail
end

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

RPC-specific configuration for get_security_settings

Returns:

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


4911
4912
4913
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4911

def get_security_settings
  @get_security_settings
end

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

RPC-specific configuration for get_tool

Returns:

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


4976
4977
4978
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4976

def get_tool
  @get_tool
end

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

RPC-specific configuration for get_toolset

Returns:

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


5071
5072
5073
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5071

def get_toolset
  @get_toolset
end

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

RPC-specific configuration for import_app

Returns:

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


4906
4907
4908
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4906

def import_app
  @import_app
end

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

RPC-specific configuration for list_agents

Returns:

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


4921
4922
4923
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4921

def list_agents
  @list_agents
end

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

RPC-specific configuration for list_app_versions

Returns:

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


5091
5092
5093
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5091

def list_app_versions
  @list_app_versions
end

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

RPC-specific configuration for list_apps

Returns:

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


4876
4877
4878
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4876

def list_apps
  @list_apps
end

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

RPC-specific configuration for list_changelogs

Returns:

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


5121
5122
5123
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5121

def list_changelogs
  @list_changelogs
end

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

RPC-specific configuration for list_conversations

Returns:

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


4981
4982
4983
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4981

def list_conversations
  @list_conversations
end

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

RPC-specific configuration for list_deployments

Returns:

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


5041
5042
5043
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5041

def list_deployments
  @list_deployments
end

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

RPC-specific configuration for list_examples

Returns:

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


4946
4947
4948
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4946

def list_examples
  @list_examples
end

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

RPC-specific configuration for list_guardrails

Returns:

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


5016
5017
5018
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5016

def list_guardrails
  @list_guardrails
end

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

RPC-specific configuration for list_tools

Returns:

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


4971
4972
4973
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4971

def list_tools
  @list_tools
end

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

RPC-specific configuration for list_toolsets

Returns:

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


5066
5067
5068
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5066

def list_toolsets
  @list_toolsets
end

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

RPC-specific configuration for restore_app_version

Returns:

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


5111
5112
5113
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5111

def restore_app_version
  @restore_app_version
end

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

RPC-specific configuration for update_agent

Returns:

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


4936
4937
4938
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4936

def update_agent
  @update_agent
end

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

RPC-specific configuration for update_app

Returns:

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


4891
4892
4893
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4891

def update_app
  @update_app
end

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

RPC-specific configuration for update_deployment

Returns:

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


5056
5057
5058
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5056

def update_deployment
  @update_deployment
end

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

RPC-specific configuration for update_example

Returns:

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


4961
4962
4963
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4961

def update_example
  @update_example
end

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

RPC-specific configuration for update_guardrail

Returns:

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


5031
5032
5033
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5031

def update_guardrail
  @update_guardrail
end

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

RPC-specific configuration for update_security_settings

Returns:

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


4916
4917
4918
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 4916

def update_security_settings
  @update_security_settings
end

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

RPC-specific configuration for update_tool

Returns:

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


5006
5007
5008
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5006

def update_tool
  @update_tool
end

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

RPC-specific configuration for update_toolset

Returns:

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


5081
5082
5083
# File 'lib/google/cloud/ces/v1beta/agent_service/rest/client.rb', line 5081

def update_toolset
  @update_toolset
end