Class: Google::Cloud::Chronicle::V1::RuleService::Client::Configuration::Rpcs

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

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

RPC-specific configuration for create_retrohunt

Returns:

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


1729
1730
1731
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1729

def create_retrohunt
  @create_retrohunt
end

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

RPC-specific configuration for create_rule

Returns:

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


1694
1695
1696
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1694

def create_rule
  @create_rule
end

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

RPC-specific configuration for delete_rule

Returns:

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


1714
1715
1716
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1714

def delete_rule
  @delete_rule
end

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

RPC-specific configuration for get_retrohunt

Returns:

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


1734
1735
1736
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1734

def get_retrohunt
  @get_retrohunt
end

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

RPC-specific configuration for get_rule

Returns:

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


1699
1700
1701
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1699

def get_rule
  @get_rule
end

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

RPC-specific configuration for get_rule_deployment

Returns:

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


1744
1745
1746
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1744

def get_rule_deployment
  @get_rule_deployment
end

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

RPC-specific configuration for list_retrohunts

Returns:

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


1739
1740
1741
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1739

def list_retrohunts
  @list_retrohunts
end

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

RPC-specific configuration for list_rule_deployments

Returns:

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


1749
1750
1751
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1749

def list_rule_deployments
  @list_rule_deployments
end

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

RPC-specific configuration for list_rule_revisions

Returns:

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


1724
1725
1726
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1724

def list_rule_revisions
  @list_rule_revisions
end

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

RPC-specific configuration for list_rules

Returns:

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


1704
1705
1706
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1704

def list_rules
  @list_rules
end

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

RPC-specific configuration for update_rule

Returns:

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


1709
1710
1711
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1709

def update_rule
  @update_rule
end

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

RPC-specific configuration for update_rule_deployment

Returns:

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


1754
1755
1756
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1754

def update_rule_deployment
  @update_rule_deployment
end

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

RPC-specific configuration for verify_rule_text

Returns:

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


1719
1720
1721
# File 'lib/google/cloud/chronicle/v1/rule_service/client.rb', line 1719

def verify_rule_text
  @verify_rule_text
end