Reference documentation and code samples for the BigQuery Migration V2 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
def locale() -> ::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=
def locale=(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
def message() -> ::String Returns 
 - (::String) — The localized error message in the above locale.
 
#message=
def message=(value) -> ::String Parameter 
 - value (::String) — The localized error message in the above locale.
 
 Returns 
 - (::String) — The localized error message in the above locale.