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