public interface TestErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getStatus()
The status associated with the test.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status associated with the test.
|
String |
getTestCase()
The test case resource name.
|
com.google.protobuf.ByteString |
getTestCaseBytes()
The test case resource name.
|
com.google.protobuf.Timestamp |
getTestTime()
The timestamp when the test was completed.
|
com.google.protobuf.TimestampOrBuilder |
getTestTimeOrBuilder()
The timestamp when the test was completed.
|
boolean |
hasStatus()
The status associated with the test.
|
boolean |
hasTestTime()
The timestamp when the test was completed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTestCase()
The test case resource name.
string test_case = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getTestCaseBytes()
The test case resource name.
string test_case = 1 [(.google.api.resource_reference) = { ... }boolean hasStatus()
The status associated with the test.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
The status associated with the test.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status associated with the test.
.google.rpc.Status status = 2;boolean hasTestTime()
The timestamp when the test was completed.
.google.protobuf.Timestamp test_time = 3;com.google.protobuf.Timestamp getTestTime()
The timestamp when the test was completed.
.google.protobuf.Timestamp test_time = 3;com.google.protobuf.TimestampOrBuilder getTestTimeOrBuilder()
The timestamp when the test was completed.
.google.protobuf.Timestamp test_time = 3;Copyright © 2025 Google LLC. All rights reserved.