Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::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.