Class GetNotificationRequest (0.3.8)

GetNotificationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for fetching a notification.

Attributes

NameDescription
name str
Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}.
language_code str
ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.