Interface ErrorOrBuilder (3.6.6)

public interface ErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract Status getDetails()

Detailed error codes and messages.

.google.rpc.Status details = 1;

Returns
TypeDescription
com.google.rpc.Status

The details.

getDetailsOrBuilder()

public abstract StatusOrBuilder getDetailsOrBuilder()

Detailed error codes and messages.

.google.rpc.Status details = 1;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getTimestamps(int index)

public abstract Timestamp getTimestamps(int index)

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Timestamp

getTimestampsCount()

public abstract int getTimestampsCount()

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Returns
TypeDescription
int

getTimestampsList()

public abstract List<Timestamp> getTimestampsList()

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Returns
TypeDescription
List<Timestamp>

getTimestampsOrBuilder(int index)

public abstract TimestampOrBuilder getTimestampsOrBuilder(int index)

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
TimestampOrBuilder

getTimestampsOrBuilderList()

public abstract List<? extends TimestampOrBuilder> getTimestampsOrBuilderList()

The times the error occurred.

repeated .google.protobuf.Timestamp timestamps = 2;

Returns
TypeDescription
List<? extends com.google.protobuf.TimestampOrBuilder>

hasDetails()

public abstract boolean hasDetails()

Detailed error codes and messages.

.google.rpc.Status details = 1;

Returns
TypeDescription
boolean

Whether the details field is set.