Reference documentation and code samples for the Compute V1 Client class LocalizedMessage.
Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
Generated from protobuf message google.cloud.compute.v1.LocalizedMessage
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ locale
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
string
The localized error message in the above locale.
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
hasLocale
clearLocale
setLocale
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"
var
string
$this
getMessage
The localized error message in the above locale.
string
hasMessage
clearMessage
setMessage
The localized error message in the above locale.
var
string
$this