public final class LocalizedMessage extends GeneratedMessageV3 implements LocalizedMessageOrBuilder
Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
Protobuf type google.rpc.LocalizedMessage
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > LocalizedMessageImplements
LocalizedMessageOrBuilderStatic Fields
LOCALE_FIELD_NUMBER
public static final int LOCALE_FIELD_NUMBER
Type | Description |
int |
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static LocalizedMessage getDefaultInstance()
Type | Description |
LocalizedMessage |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static LocalizedMessage.Builder newBuilder()
Type | Description |
LocalizedMessage.Builder |
newBuilder(LocalizedMessage prototype)
public static LocalizedMessage.Builder newBuilder(LocalizedMessage prototype)
Name | Description |
prototype | LocalizedMessage |
Type | Description |
LocalizedMessage.Builder |
parseDelimitedFrom(InputStream input)
public static LocalizedMessage parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
LocalizedMessage |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LocalizedMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LocalizedMessage |
Type | Description |
IOException |
parseFrom(byte[] data)
public static LocalizedMessage parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
LocalizedMessage |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LocalizedMessage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LocalizedMessage |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static LocalizedMessage parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
LocalizedMessage |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LocalizedMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LocalizedMessage |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static LocalizedMessage parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
LocalizedMessage |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LocalizedMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LocalizedMessage |
Type | Description |
IOException |
parseFrom(InputStream input)
public static LocalizedMessage parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
LocalizedMessage |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LocalizedMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LocalizedMessage |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static LocalizedMessage parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
LocalizedMessage |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LocalizedMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LocalizedMessage |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<LocalizedMessage> parser()
Type | Description |
Parser<LocalizedMessage> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public LocalizedMessage getDefaultInstanceForType()
Type | Description |
LocalizedMessage |
getLocale()
public String getLocale()
The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
string locale = 1;
Type | Description |
String | The locale. |
getLocaleBytes()
public ByteString getLocaleBytes()
The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
string locale = 1;
Type | Description |
ByteString | The bytes for locale. |
getMessage()
public String getMessage()
The localized error message in the above locale.
string message = 2;
Type | Description |
String | The message. |
getMessageBytes()
public ByteString getMessageBytes()
The localized error message in the above locale.
string message = 2;
Type | Description |
ByteString | The bytes for message. |
getParserForType()
public Parser<LocalizedMessage> getParserForType()
Type | Description |
Parser<LocalizedMessage> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public LocalizedMessage.Builder newBuilderForType()
Type | Description |
LocalizedMessage.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LocalizedMessage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
LocalizedMessage.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public LocalizedMessage.Builder toBuilder()
Type | Description |
LocalizedMessage.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |