public interface TestErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStatus()
public abstract Status getStatus()The status associated with the test.
.google.rpc.Status status = 2;
| Type | Description |
| com.google.rpc.Status | The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()The status associated with the test.
.google.rpc.Status status = 2;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getTestCase()
public abstract String getTestCase()The test case resource name.
string test_case = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The testCase. |
getTestCaseBytes()
public abstract ByteString getTestCaseBytes()The test case resource name.
string test_case = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for testCase. |
getTestTime()
public abstract Timestamp getTestTime()The timestamp when the test was completed.
.google.protobuf.Timestamp test_time = 3;
| Type | Description |
| Timestamp | The testTime. |
getTestTimeOrBuilder()
public abstract TimestampOrBuilder getTestTimeOrBuilder()The timestamp when the test was completed.
.google.protobuf.Timestamp test_time = 3;
| Type | Description |
| TimestampOrBuilder |
hasStatus()
public abstract boolean hasStatus()The status associated with the test.
.google.rpc.Status status = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the testTime field is set. |