Class: Google::Cloud::Chronicle::V1::EntityService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::EntityService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/chronicle/v1/entity_service/rest/client.rb
Overview
Configuration RPC class for the EntityService 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
-
#create_watchlist ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_watchlist. -
#delete_watchlist ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_watchlist. -
#get_watchlist ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_watchlist. -
#list_watchlists ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_watchlists. -
#update_watchlist ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_watchlist.
Instance Attribute Details
#create_watchlist ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_watchlist
795 796 797 |
# File 'lib/google/cloud/chronicle/v1/entity_service/rest/client.rb', line 795 def create_watchlist @create_watchlist end |
#delete_watchlist ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_watchlist
805 806 807 |
# File 'lib/google/cloud/chronicle/v1/entity_service/rest/client.rb', line 805 def delete_watchlist @delete_watchlist end |
#get_watchlist ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_watchlist
785 786 787 |
# File 'lib/google/cloud/chronicle/v1/entity_service/rest/client.rb', line 785 def get_watchlist @get_watchlist end |
#list_watchlists ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_watchlists
790 791 792 |
# File 'lib/google/cloud/chronicle/v1/entity_service/rest/client.rb', line 790 def list_watchlists @list_watchlists end |
#update_watchlist ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_watchlist
800 801 802 |
# File 'lib/google/cloud/chronicle/v1/entity_service/rest/client.rb', line 800 def update_watchlist @update_watchlist end |