public interface AttemptOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttemptTime()
public abstract Timestamp getAttemptTime().google.protobuf.Timestamp attempt_time = 1;
| Type | Description |
Timestamp |
The attemptTime. |
getAttemptTimeOrBuilder()
public abstract TimestampOrBuilder getAttemptTimeOrBuilder().google.protobuf.Timestamp attempt_time = 1;
| Type | Description |
TimestampOrBuilder |
getPartialFailures(int index)
public abstract Status getPartialFailures(int index)Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
| Name | Description |
index |
int |
| Type | Description |
com.google.rpc.Status |
getPartialFailuresCount()
public abstract int getPartialFailuresCount()Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
| Type | Description |
int |
getPartialFailuresList()
public abstract List<Status> getPartialFailuresList()Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
| Type | Description |
List<com.google.rpc.Status> |
getPartialFailuresOrBuilder(int index)
public abstract StatusOrBuilder getPartialFailuresOrBuilder(int index)Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
| Name | Description |
index |
int |
| Type | Description |
com.google.rpc.StatusOrBuilder |
getPartialFailuresOrBuilderList()
public abstract List<? extends StatusOrBuilder> getPartialFailuresOrBuilderList()Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
| Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |
hasAttemptTime()
public abstract boolean hasAttemptTime().google.protobuf.Timestamp attempt_time = 1;
| Type | Description |
boolean |
Whether the attemptTime field is set. |