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

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

Instance Attribute Details

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

RPC-specific configuration for batch_delete_conversations

Returns:

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


4710
4711
4712
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4710

def batch_delete_conversations
  @batch_delete_conversations
end

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

RPC-specific configuration for create_agent

Returns:

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


4645
4646
4647
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4645

def create_agent
  @create_agent
end

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

RPC-specific configuration for create_app

Returns:

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


4610
4611
4612
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4610

def create_app
  @create_app
end

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

RPC-specific configuration for create_app_version

Returns:

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


4815
4816
4817
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4815

def create_app_version
  @create_app_version
end

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

RPC-specific configuration for create_deployment

Returns:

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


4765
4766
4767
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4765

def create_deployment
  @create_deployment
end

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

RPC-specific configuration for create_example

Returns:

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


4670
4671
4672
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4670

def create_example
  @create_example
end

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

RPC-specific configuration for create_guardrail

Returns:

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


4740
4741
4742
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4740

def create_guardrail
  @create_guardrail
end

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

RPC-specific configuration for create_tool

Returns:

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


4715
4716
4717
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4715

def create_tool
  @create_tool
end

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

RPC-specific configuration for create_toolset

Returns:

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


4790
4791
4792
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4790

def create_toolset
  @create_toolset
end

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

RPC-specific configuration for delete_agent

Returns:

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


4655
4656
4657
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4655

def delete_agent
  @delete_agent
end

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

RPC-specific configuration for delete_app

Returns:

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


4620
4621
4622
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4620

def delete_app
  @delete_app
end

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

RPC-specific configuration for delete_app_version

Returns:

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


4820
4821
4822
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4820

def delete_app_version
  @delete_app_version
end

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

RPC-specific configuration for delete_conversation

Returns:

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


4705
4706
4707
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4705

def delete_conversation
  @delete_conversation
end

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

RPC-specific configuration for delete_deployment

Returns:

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


4775
4776
4777
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4775

def delete_deployment
  @delete_deployment
end

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

RPC-specific configuration for delete_example

Returns:

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


4680
4681
4682
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4680

def delete_example
  @delete_example
end

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

RPC-specific configuration for delete_guardrail

Returns:

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


4750
4751
4752
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4750

def delete_guardrail
  @delete_guardrail
end

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

RPC-specific configuration for delete_tool

Returns:

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


4725
4726
4727
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4725

def delete_tool
  @delete_tool
end

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

RPC-specific configuration for delete_toolset

Returns:

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


4800
4801
4802
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4800

def delete_toolset
  @delete_toolset
end

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

RPC-specific configuration for export_app

Returns:

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


4625
4626
4627
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4625

def export_app
  @export_app
end

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

RPC-specific configuration for get_agent

Returns:

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


4640
4641
4642
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4640

def get_agent
  @get_agent
end

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

RPC-specific configuration for get_app

Returns:

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


4605
4606
4607
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4605

def get_app
  @get_app
end

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

RPC-specific configuration for get_app_version

Returns:

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


4810
4811
4812
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4810

def get_app_version
  @get_app_version
end

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

RPC-specific configuration for get_changelog

Returns:

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


4835
4836
4837
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4835

def get_changelog
  @get_changelog
end

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

RPC-specific configuration for get_conversation

Returns:

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


4700
4701
4702
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4700

def get_conversation
  @get_conversation
end

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

RPC-specific configuration for get_deployment

Returns:

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


4760
4761
4762
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4760

def get_deployment
  @get_deployment
end

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

RPC-specific configuration for get_example

Returns:

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


4665
4666
4667
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4665

def get_example
  @get_example
end

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

RPC-specific configuration for get_guardrail

Returns:

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


4735
4736
4737
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4735

def get_guardrail
  @get_guardrail
end

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

RPC-specific configuration for get_tool

Returns:

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


4690
4691
4692
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4690

def get_tool
  @get_tool
end

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

RPC-specific configuration for get_toolset

Returns:

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


4785
4786
4787
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4785

def get_toolset
  @get_toolset
end

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

RPC-specific configuration for import_app

Returns:

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


4630
4631
4632
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4630

def import_app
  @import_app
end

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

RPC-specific configuration for list_agents

Returns:

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


4635
4636
4637
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4635

def list_agents
  @list_agents
end

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

RPC-specific configuration for list_app_versions

Returns:

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


4805
4806
4807
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4805

def list_app_versions
  @list_app_versions
end

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

RPC-specific configuration for list_apps

Returns:

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


4600
4601
4602
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4600

def list_apps
  @list_apps
end

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

RPC-specific configuration for list_changelogs

Returns:

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


4830
4831
4832
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4830

def list_changelogs
  @list_changelogs
end

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

RPC-specific configuration for list_conversations

Returns:

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


4695
4696
4697
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4695

def list_conversations
  @list_conversations
end

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

RPC-specific configuration for list_deployments

Returns:

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


4755
4756
4757
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4755

def list_deployments
  @list_deployments
end

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

RPC-specific configuration for list_examples

Returns:

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


4660
4661
4662
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4660

def list_examples
  @list_examples
end

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

RPC-specific configuration for list_guardrails

Returns:

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


4730
4731
4732
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4730

def list_guardrails
  @list_guardrails
end

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

RPC-specific configuration for list_tools

Returns:

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


4685
4686
4687
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4685

def list_tools
  @list_tools
end

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

RPC-specific configuration for list_toolsets

Returns:

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


4780
4781
4782
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4780

def list_toolsets
  @list_toolsets
end

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

RPC-specific configuration for restore_app_version

Returns:

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


4825
4826
4827
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4825

def restore_app_version
  @restore_app_version
end

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

RPC-specific configuration for update_agent

Returns:

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


4650
4651
4652
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4650

def update_agent
  @update_agent
end

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

RPC-specific configuration for update_app

Returns:

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


4615
4616
4617
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4615

def update_app
  @update_app
end

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

RPC-specific configuration for update_deployment

Returns:

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


4770
4771
4772
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4770

def update_deployment
  @update_deployment
end

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

RPC-specific configuration for update_example

Returns:

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


4675
4676
4677
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4675

def update_example
  @update_example
end

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

RPC-specific configuration for update_guardrail

Returns:

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


4745
4746
4747
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4745

def update_guardrail
  @update_guardrail
end

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

RPC-specific configuration for update_tool

Returns:

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


4720
4721
4722
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4720

def update_tool
  @update_tool
end

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

RPC-specific configuration for update_toolset

Returns:

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


4795
4796
4797
# File 'lib/google/cloud/ces/v1/agent_service/rest/client.rb', line 4795

def update_toolset
  @update_toolset
end