Class NotificationName.ProjectLocationNotificationBuilder (0.33.0)

public static class NotificationName.ProjectLocationNotificationBuilder

Builder for projects/{project}/locations/{location}/notifications/{notification}.

Inheritance

java.lang.Object > NotificationName.ProjectLocationNotificationBuilder

Constructors

ProjectLocationNotificationBuilder()

protected ProjectLocationNotificationBuilder()

Methods

build()

public NotificationName build()
Returns
Type Description
NotificationName

getLocation()

public String getLocation()
Returns
Type Description
String

getNotification()

public String getNotification()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

public NotificationName.ProjectLocationNotificationBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
NotificationName.ProjectLocationNotificationBuilder

setNotification(String notification)

public NotificationName.ProjectLocationNotificationBuilder setNotification(String notification)
Parameter
Name Description
notification String
Returns
Type Description
NotificationName.ProjectLocationNotificationBuilder

setProject(String project)

public NotificationName.ProjectLocationNotificationBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
NotificationName.ProjectLocationNotificationBuilder