Network Connectivity V1 API - Class Google::Rpc::LocalizedMessage (v1.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Network Connectivity V1 API class Google::Rpc::LocalizedMessage.
Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#locale
deflocale()->::String
Returns
- (::String) — 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"
#locale=
deflocale=(value)->::String
Parameter
- value (::String) — 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"
Returns
- (::String) — 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"
#message
defmessage()->::String
Returns
- (::String) — The localized error message in the above locale.
#message=
defmessage=(value)->::String
Parameter
- value (::String) — The localized error message in the above locale.
Returns
- (::String) — The localized error message in the above locale.