Interface TestErrorOrBuilder (0.48.0)

public interface TestErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStatus()

public abstract Status getStatus()

The status associated with the test.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.Status

The status.

getStatusOrBuilder()

public abstract StatusOrBuilder getStatusOrBuilder()

The status associated with the test.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getTestCase()

public abstract String getTestCase()

The test case resource name.

string test_case = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The testCase.

getTestCaseBytes()

public abstract ByteString getTestCaseBytes()

The test case resource name.

string test_case = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for testCase.

getTestTime()

public abstract Timestamp getTestTime()

The timestamp when the test was completed.

.google.protobuf.Timestamp test_time = 3;

Returns
TypeDescription
Timestamp

The testTime.

getTestTimeOrBuilder()

public abstract TimestampOrBuilder getTestTimeOrBuilder()

The timestamp when the test was completed.

.google.protobuf.Timestamp test_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasStatus()

public abstract boolean hasStatus()

The status associated with the test.

.google.rpc.Status status = 2;

Returns
TypeDescription
boolean

Whether the status field is set.

hasTestTime()

public abstract boolean hasTestTime()

The timestamp when the test was completed.

.google.protobuf.Timestamp test_time = 3;

Returns
TypeDescription
boolean

Whether the testTime field is set.