public interface ContinuousTestResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The resource name for the continuous test result.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name for the continuous test result.
|
ContinuousTestResult.AggregatedTestResult |
getResult()
The result of this continuous test run, i.e.
|
int |
getResultValue()
The result of this continuous test run, i.e.
|
com.google.protobuf.Timestamp |
getRunTime()
Time when the continuous testing run starts.
|
com.google.protobuf.TimestampOrBuilder |
getRunTimeOrBuilder()
Time when the continuous testing run starts.
|
String |
getTestCaseResults(int index)
A list of individual test case results names in this continuous test run.
|
com.google.protobuf.ByteString |
getTestCaseResultsBytes(int index)
A list of individual test case results names in this continuous test run.
|
int |
getTestCaseResultsCount()
A list of individual test case results names in this continuous test run.
|
List<String> |
getTestCaseResultsList()
A list of individual test case results names in this continuous test run.
|
boolean |
hasRunTime()
Time when the continuous testing run starts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name for the continuous test result. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name for the continuous test result. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>`.
string name = 1;int getResultValue()
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
.google.cloud.dialogflow.cx.v3.ContinuousTestResult.AggregatedTestResult result = 2;
ContinuousTestResult.AggregatedTestResult getResult()
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
.google.cloud.dialogflow.cx.v3.ContinuousTestResult.AggregatedTestResult result = 2;
List<String> getTestCaseResultsList()
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }int getTestCaseResultsCount()
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }String getTestCaseResults(int index)
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }index - The index of the element to return.com.google.protobuf.ByteString getTestCaseResultsBytes(int index)
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }index - The index of the value to return.boolean hasRunTime()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;com.google.protobuf.Timestamp getRunTime()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;Copyright © 2022 Google LLC. All rights reserved.