public interface StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Response status code
|
com.google.protobuf.ByteString |
getCodeBytes()
Response status 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.
|
java.util.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.
|
java.util.List<? extends com.google.protobuf.AnyOrBuilder> |
getDetailsOrBuilderList()
A list of messages that carry the error details.
|
Help |
getHelp()
Optional.
|
HelpOrBuilder |
getHelpOrBuilder()
Optional.
|
java.lang.String |
getMessage()
User facing message.
|
com.google.protobuf.ByteString |
getMessageBytes()
User facing message.
|
java.lang.String |
getStatus()
Response status code string.
|
com.google.protobuf.ByteString |
getStatusBytes()
Response status code string.
|
boolean |
hasHelp()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getCode()
Response status code
optional string code = 1;com.google.protobuf.ByteString getCodeBytes()
Response status code
optional string code = 1;java.lang.String getStatus()
Response status code string.
optional string status = 2;com.google.protobuf.ByteString getStatusBytes()
Response status code string.
optional string status = 2;java.lang.String getMessage()
User facing message.
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
User facing message.
optional string message = 3;boolean hasHelp()
Optional. Help link if there is an error.
optional .appscode.dtypes.Help help = 4;Help getHelp()
Optional. Help link if there is an error.
optional .appscode.dtypes.Help help = 4;HelpOrBuilder getHelpOrBuilder()
Optional. Help link if there is an error.
optional .appscode.dtypes.Help help = 4;java.util.List<com.google.protobuf.Any> getDetailsList()
A list of messages that carry the error details. There will be a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 5;com.google.protobuf.Any getDetails(int index)
A list of messages that carry the error details. There will be a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 5;int getDetailsCount()
A list of messages that carry the error details. There will be a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 5;java.util.List<? extends com.google.protobuf.AnyOrBuilder> getDetailsOrBuilderList()
A list of messages that carry the error details. There will be a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 5;com.google.protobuf.AnyOrBuilder getDetailsOrBuilder(int index)
A list of messages that carry the error details. There will be a common set of message types for APIs to use.
repeated .google.protobuf.Any details = 5;