Google Cloud Advisory Notifications V1 Client - Class GetNotificationRequest (0.7.0)

Reference documentation and code samples for the Google Cloud Advisory Notifications V1 Client class GetNotificationRequest.

Request for fetching a notification.

Generated from protobuf message google.cloud.advisorynotifications.v1.GetNotificationRequest

Namespace

Google \ Cloud \ AdvisoryNotifications \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}.

↳ language_code string

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.

getName

Required. A name of the notification to retrieve.

Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}.

Returns
TypeDescription
string

setName

Required. A name of the notification to retrieve.

Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLanguageCode

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.

Returns
TypeDescription
string

setLanguageCode

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}. Please see Google\Cloud\AdvisoryNotifications\V1\AdvisoryNotificationsServiceClient::notificationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\AdvisoryNotifications\V1\GetNotificationRequest