public interface ErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetails()
public abstract Status getDetails()Detailed error codes and messages.
.google.rpc.Status details = 1;
| Type | Description |
| com.google.rpc.Status | The details. |
getDetailsOrBuilder()
public abstract StatusOrBuilder getDetailsOrBuilder()Detailed error codes and messages.
.google.rpc.Status details = 1;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getTimestamps(int index)
public abstract Timestamp getTimestamps(int index)The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
| Name | Description |
| index | int |
| Type | Description |
| Timestamp |
getTimestampsCount()
public abstract int getTimestampsCount()The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
| Type | Description |
| int |
getTimestampsList()
public abstract List<Timestamp> getTimestampsList()The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
| Type | Description |
| List<Timestamp> |
getTimestampsOrBuilder(int index)
public abstract TimestampOrBuilder getTimestampsOrBuilder(int index)The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
| Name | Description |
| index | int |
| Type | Description |
| TimestampOrBuilder |
getTimestampsOrBuilderList()
public abstract List<? extends TimestampOrBuilder> getTimestampsOrBuilderList()The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
| Type | Description |
| List<? extends com.google.protobuf.TimestampOrBuilder> |
hasDetails()
public abstract boolean hasDetails()Detailed error codes and messages.
.google.rpc.Status details = 1;
| Type | Description |
| boolean | Whether the details field is set. |