Class: Google::Cloud::Dialogflow::CX::V3::TestCases::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TestCases::Rest::Client::Configuration::Rpcs
- 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 secondsmetadata(type:Hash{Symbol=>String}) - Additional headersretry_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:*ArrayMaruku could not parse this XML/HTML: <String>`) - The error codes that should trigger a retry.
Instance Attribute Summary collapse
-
#batch_delete_test_cases ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_delete_test_cases. -
#batch_run_test_cases ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_run_test_cases. -
#calculate_coverage ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
calculate_coverage. -
#create_test_case ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_test_case. -
#export_test_cases ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_test_cases. -
#get_test_case ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_test_case. -
#get_test_case_result ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_test_case_result. -
#import_test_cases ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
import_test_cases. -
#list_test_case_results ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_test_case_results. -
#list_test_cases ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_test_cases. -
#run_test_case ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
run_test_case. -
#update_test_case ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_test_case.
Instance Attribute Details
#batch_delete_test_cases ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_delete_test_cases
1214 1215 1216 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1214 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
1239 1240 1241 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1239 def batch_run_test_cases @batch_run_test_cases end |
#calculate_coverage ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for calculate_coverage
1244 1245 1246 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1244 def calculate_coverage @calculate_coverage end |
#create_test_case ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_test_case
1224 1225 1226 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1224 def create_test_case @create_test_case end |
#export_test_cases ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_test_cases
1254 1255 1256 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1254 def export_test_cases @export_test_cases end |
#get_test_case ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_test_case
1219 1220 1221 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1219 def get_test_case @get_test_case end |
#get_test_case_result ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_test_case_result
1264 1265 1266 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1264 def get_test_case_result @get_test_case_result end |
#import_test_cases ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_test_cases
1249 1250 1251 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1249 def import_test_cases @import_test_cases end |
#list_test_case_results ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_test_case_results
1259 1260 1261 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1259 def list_test_case_results @list_test_case_results end |
#list_test_cases ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_test_cases
1209 1210 1211 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1209 def list_test_cases @list_test_cases end |
#run_test_case ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for run_test_case
1234 1235 1236 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1234 def run_test_case @run_test_case end |
#update_test_case ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_test_case
1229 1230 1231 |
# File 'lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb', line 1229 def update_test_case @update_test_case end |