public interface BatchRunTestCasesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnvironment()
public abstract String getEnvironment() Optional. If not set, draft environment is assumed. Format: projects/<Project
ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment
ID>.
string environment = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The environment. |
getEnvironmentBytes()
public abstract ByteString getEnvironmentBytes() Optional. If not set, draft environment is assumed. Format: projects/<Project
ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment
ID>.
string environment = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for environment. |
getParent()
public abstract String getParent() Required. Agent name. Format: projects/<Project ID>/locations/<Location ID>/agents/
<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. Agent name. Format: projects/<Project ID>/locations/<Location ID>/agents/
<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getTestCases(int index)
public abstract String getTestCases(int index) Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>.
repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The testCases at the given index. |
getTestCasesBytes(int index)
public abstract ByteString getTestCasesBytes(int index) Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>.
repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the testCases at the given index. |
getTestCasesCount()
public abstract int getTestCasesCount() Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>.
repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| int | The count of testCases. |
getTestCasesList()
public abstract List<String> getTestCasesList() Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>.
repeated string test_cases = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| List<String> | A list containing the testCases. |