public interface StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
The status code, which should be an enum value of google.rpc.Code.
|
com.google.protobuf.Any |
getDetails(int index)
A list of messages that carry the error details.
|
int |
getDetailsCount()
A list of messages that carry the error details.
|
List<com.google.protobuf.Any> |
getDetailsList()
A list of messages that carry the error details.
|
com.google.protobuf.AnyOrBuilder |
getDetailsOrBuilder(int index)
A list of messages that carry the error details.
|
List<? extends com.google.protobuf.AnyOrBuilder> |
getDetailsOrBuilderList()
A list of messages that carry the error details.
|
String |
getMessage()
A developer-facing error message, which should be in English.
|
com.google.protobuf.ByteString |
getMessageBytes()
A developer-facing error message, which should be in English.
|
boolean |
hasCode()
The status code, which should be an enum value of google.rpc.Code.
|
boolean |
hasMessage()
A developer-facing error message, which should be in English.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCode()
The status code, which should be an enum value of google.rpc.Code.
optional int32 code = 3059181;int getCode()
The status code, which should be an enum value of google.rpc.Code.
optional int32 code = 3059181;List<com.google.protobuf.Any> getDetailsList()
A list of messages that carry the error details. There is a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 483979842;com.google.protobuf.Any getDetails(int index)
A list of messages that carry the error details. There is a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 483979842;int getDetailsCount()
A list of messages that carry the error details. There is a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 483979842;List<? extends com.google.protobuf.AnyOrBuilder> getDetailsOrBuilderList()
A list of messages that carry the error details. There is a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 483979842;com.google.protobuf.AnyOrBuilder getDetailsOrBuilder(int index)
A list of messages that carry the error details. There is a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 483979842;boolean hasMessage()
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
optional string message = 418054151;String getMessage()
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
optional string message = 418054151;com.google.protobuf.ByteString getMessageBytes()
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
optional string message = 418054151;Copyright © 2025 Google LLC. All rights reserved.