Class: Google::Cloud::Chronicle::V1::RuleService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::RuleService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/chronicle/v1/rule_service/rest/client.rb
Overview
Configuration RPC class for the RuleService 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
-
#create_retrohunt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_retrohunt. -
#create_rule ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_rule. -
#delete_rule ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_rule. -
#get_retrohunt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_retrohunt. -
#get_rule ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_rule. -
#get_rule_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_rule_deployment. -
#list_retrohunts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_retrohunts. -
#list_rule_deployments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_rule_deployments. -
#list_rule_revisions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_rule_revisions. -
#list_rules ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_rules. -
#update_rule ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_rule. -
#update_rule_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_rule_deployment. -
#verify_rule_text ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
verify_rule_text.
Instance Attribute Details
#create_retrohunt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_retrohunt
1594 1595 1596 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1594 def create_retrohunt @create_retrohunt end |
#create_rule ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_rule
1559 1560 1561 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1559 def create_rule @create_rule end |
#delete_rule ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_rule
1579 1580 1581 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1579 def delete_rule @delete_rule end |
#get_retrohunt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_retrohunt
1599 1600 1601 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1599 def get_retrohunt @get_retrohunt end |
#get_rule ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_rule
1564 1565 1566 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1564 def get_rule @get_rule end |
#get_rule_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_rule_deployment
1609 1610 1611 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1609 def get_rule_deployment @get_rule_deployment end |
#list_retrohunts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_retrohunts
1604 1605 1606 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1604 def list_retrohunts @list_retrohunts end |
#list_rule_deployments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_rule_deployments
1614 1615 1616 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1614 def list_rule_deployments @list_rule_deployments end |
#list_rule_revisions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_rule_revisions
1589 1590 1591 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1589 def list_rule_revisions @list_rule_revisions end |
#list_rules ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_rules
1569 1570 1571 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1569 def list_rules @list_rules end |
#update_rule ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_rule
1574 1575 1576 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1574 def update_rule @update_rule end |
#update_rule_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_rule_deployment
1619 1620 1621 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1619 def update_rule_deployment @update_rule_deployment end |
#verify_rule_text ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for verify_rule_text
1584 1585 1586 |
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1584 def verify_rule_text @verify_rule_text end |