Class: Google::Cloud::Dialogflow::CX::V3::TestCases::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb

Overview

Configuration RPC class for the TestCases 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

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

RPC-specific configuration for batch_delete_test_cases

Returns:

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


1488
1489
1490
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1488

def batch_delete_test_cases
  @batch_delete_test_cases
end

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

RPC-specific configuration for batch_run_test_cases

Returns:

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


1513
1514
1515
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1513

def batch_run_test_cases
  @batch_run_test_cases
end

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

RPC-specific configuration for calculate_coverage

Returns:

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


1518
1519
1520
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1518

def calculate_coverage
  @calculate_coverage
end

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

RPC-specific configuration for create_test_case

Returns:

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


1498
1499
1500
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1498

def create_test_case
  @create_test_case
end

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

RPC-specific configuration for export_test_cases

Returns:

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


1528
1529
1530
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1528

def export_test_cases
  @export_test_cases
end

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

RPC-specific configuration for get_test_case

Returns:

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


1493
1494
1495
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1493

def get_test_case
  @get_test_case
end

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

RPC-specific configuration for get_test_case_result

Returns:

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


1538
1539
1540
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1538

def get_test_case_result
  @get_test_case_result
end

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

RPC-specific configuration for import_test_cases

Returns:

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


1523
1524
1525
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1523

def import_test_cases
  @import_test_cases
end

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

RPC-specific configuration for list_test_case_results

Returns:

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


1533
1534
1535
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1533

def list_test_case_results
  @list_test_case_results
end

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

RPC-specific configuration for list_test_cases

Returns:

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


1483
1484
1485
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1483

def list_test_cases
  @list_test_cases
end

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

RPC-specific configuration for run_test_case

Returns:

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


1508
1509
1510
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1508

def run_test_case
  @run_test_case
end

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

RPC-specific configuration for update_test_case

Returns:

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


1503
1504
1505
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1503

def update_test_case
  @update_test_case
end