Interface ContinuousTestResultOrBuilder (0.48.0)

public interface ContinuousTestResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String 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;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for name.

getResult()

public abstract 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.v3beta1.ContinuousTestResult.AggregatedTestResult result = 2;

Returns
TypeDescription
ContinuousTestResult.AggregatedTestResult

The result.

getResultValue()

public abstract 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.v3beta1.ContinuousTestResult.AggregatedTestResult result = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for result.

getRunTime()

public abstract Timestamp getRunTime()

Time when the continuous testing run starts.

.google.protobuf.Timestamp run_time = 4;

Returns
TypeDescription
Timestamp

The runTime.

getRunTimeOrBuilder()

public abstract TimestampOrBuilder getRunTimeOrBuilder()

Time when the continuous testing run starts.

.google.protobuf.Timestamp run_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getTestCaseResults(int index)

public abstract 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) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The testCaseResults at the given index.

getTestCaseResultsBytes(int index)

public abstract 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) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the testCaseResults at the given index.

getTestCaseResultsCount()

public abstract 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) = { ... }

Returns
TypeDescription
int

The count of testCaseResults.

getTestCaseResultsList()

public abstract 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) = { ... }

Returns
TypeDescription
List<String>

A list containing the testCaseResults.

hasRunTime()

public abstract boolean hasRunTime()

Time when the continuous testing run starts.

.google.protobuf.Timestamp run_time = 4;

Returns
TypeDescription
boolean

Whether the runTime field is set.