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

Inherits:
Object
  • Object
show all
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.
    • :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)


1500
1501
1502
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1500

def create_retrohunt
  @create_retrohunt
end

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

RPC-specific configuration for create_rule

Returns:

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


1470
1471
1472
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1470

def create_rule
  @create_rule
end

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

RPC-specific configuration for delete_rule

Returns:

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


1490
1491
1492
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1490

def delete_rule
  @delete_rule
end

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

RPC-specific configuration for get_retrohunt

Returns:

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


1505
1506
1507
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1505

def get_retrohunt
  @get_retrohunt
end

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

RPC-specific configuration for get_rule

Returns:

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


1475
1476
1477
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1475

def get_rule
  @get_rule
end

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

RPC-specific configuration for get_rule_deployment

Returns:

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


1515
1516
1517
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1515

def get_rule_deployment
  @get_rule_deployment
end

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

RPC-specific configuration for list_retrohunts

Returns:

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


1510
1511
1512
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1510

def list_retrohunts
  @list_retrohunts
end

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

RPC-specific configuration for list_rule_deployments

Returns:

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


1520
1521
1522
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1520

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)


1495
1496
1497
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1495

def list_rule_revisions
  @list_rule_revisions
end

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

RPC-specific configuration for list_rules

Returns:

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


1480
1481
1482
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1480

def list_rules
  @list_rules
end

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

RPC-specific configuration for update_rule

Returns:

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


1485
1486
1487
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1485

def update_rule
  @update_rule
end

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

RPC-specific configuration for update_rule_deployment

Returns:

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


1525
1526
1527
# File 'lib/google/cloud/chronicle/v1/rule_service/rest/client.rb', line 1525

def update_rule_deployment
  @update_rule_deployment
end