public interface LocalizedMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLocale()
The locale used following the specification defined at
http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
|
com.google.protobuf.ByteString |
getLocaleBytes()
The locale used following the specification defined at
http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
|
String |
getMessage()
The localized error message in the above locale.
|
com.google.protobuf.ByteString |
getMessageBytes()
The localized error message in the above locale.
|
String getLocale()
The locale used following the specification defined at http://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
string locale = 1;com.google.protobuf.ByteString getLocaleBytes()
The locale used following the specification defined at http://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
string locale = 1;String getMessage()
The localized error message in the above locale.
string message = 2;com.google.protobuf.ByteString getMessageBytes()
The localized error message in the above locale.
string message = 2;Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.