public static interface Environment.TestCasesConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableContinuousRun()
Whether to run test cases in
[TestCasesConfig.test_cases][google.cloud.dialogflow.cx.v3.Environment.TestCasesConfig.test_cases]
periodically.
|
boolean |
getEnablePredeploymentRun()
Whether to run test cases in
[TestCasesConfig.test_cases][google.cloud.dialogflow.cx.v3.Environment.TestCasesConfig.test_cases]
before deploying a flow version to the environment.
|
String |
getTestCases(int index)
A list of test case names to run.
|
com.google.protobuf.ByteString |
getTestCasesBytes(int index)
A list of test case names to run.
|
int |
getTestCasesCount()
A list of test case names to run.
|
List<String> |
getTestCasesList()
A list of test case names to run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTestCasesList()
A list of test case names to run. They should be under the same agent. Format of each test case name: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>`
repeated string test_cases = 1 [(.google.api.resource_reference) = { ... }int getTestCasesCount()
A list of test case names to run. They should be under the same agent. Format of each test case name: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>`
repeated string test_cases = 1 [(.google.api.resource_reference) = { ... }String getTestCases(int index)
A list of test case names to run. They should be under the same agent. Format of each test case name: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>`
repeated string test_cases = 1 [(.google.api.resource_reference) = { ... }index - The index of the element to return.com.google.protobuf.ByteString getTestCasesBytes(int index)
A list of test case names to run. They should be under the same agent. Format of each test case name: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>`
repeated string test_cases = 1 [(.google.api.resource_reference) = { ... }index - The index of the value to return.boolean getEnableContinuousRun()
Whether to run test cases in [TestCasesConfig.test_cases][google.cloud.dialogflow.cx.v3.Environment.TestCasesConfig.test_cases] periodically. Default false. If set to true, run once a day.
bool enable_continuous_run = 2;boolean getEnablePredeploymentRun()
Whether to run test cases in [TestCasesConfig.test_cases][google.cloud.dialogflow.cx.v3.Environment.TestCasesConfig.test_cases] before deploying a flow version to the environment. Default false.
bool enable_predeployment_run = 3;Copyright © 2025 Google LLC. All rights reserved.