class LocalizedMessage extends Message

Provides a localized error message that is safe to return to the user which can be attached to an RPC error.

Protobuf type Google\Rpc\LocalizedMessage

Methods

__construct()

No description

string
getLocale()

The locale used following the specification defined at http://www.rfc-editor.org/rfc/bcp/bcp47.txt.

setLocale(string $var)

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.

setMessage(string $var)

The localized error message in the above locale.

Details

at line 34
__construct()

at line 47
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"

Generated from protobuf field string locale = 1;

Return Value

string

at line 60
setLocale(string $var)

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"

Generated from protobuf field string locale = 1;

Parameters

string $var

at line 72
string getMessage()

The localized error message in the above locale.

Generated from protobuf field string message = 2;

Return Value

string

at line 83
setMessage(string $var)

The localized error message in the above locale.

Generated from protobuf field string message = 2;

Parameters

string $var