public interface ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getDetails()
Detailed error codes and messages.
|
com.google.rpc.StatusOrBuilder |
getDetailsOrBuilder()
Detailed error codes and messages.
|
com.google.protobuf.Timestamp |
getTimestamps(int index)
The times the error occurred.
|
int |
getTimestampsCount()
The times the error occurred.
|
List<com.google.protobuf.Timestamp> |
getTimestampsList()
The times the error occurred.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampsOrBuilder(int index)
The times the error occurred.
|
List<? extends com.google.protobuf.TimestampOrBuilder> |
getTimestampsOrBuilderList()
The times the error occurred.
|
boolean |
hasDetails()
Detailed error codes and messages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDetails()
Detailed error codes and messages.
.google.rpc.Status details = 1;com.google.rpc.Status getDetails()
Detailed error codes and messages.
.google.rpc.Status details = 1;com.google.rpc.StatusOrBuilder getDetailsOrBuilder()
Detailed error codes and messages.
.google.rpc.Status details = 1;List<com.google.protobuf.Timestamp> getTimestampsList()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;com.google.protobuf.Timestamp getTimestamps(int index)
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;int getTimestampsCount()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;List<? extends com.google.protobuf.TimestampOrBuilder> getTimestampsOrBuilderList()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;com.google.protobuf.TimestampOrBuilder getTimestampsOrBuilder(int index)
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;Copyright © 2022 Google LLC. All rights reserved.