Class NotificationName.ProjectLocationNotificationBuilder (0.30.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
TypeDescription
NotificationName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getNotification()

public String getNotification()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

public NotificationName.ProjectLocationNotificationBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
NotificationName.ProjectLocationNotificationBuilder

setNotification(String notification)

public NotificationName.ProjectLocationNotificationBuilder setNotification(String notification)
Parameter
NameDescription
notificationString
Returns
TypeDescription
NotificationName.ProjectLocationNotificationBuilder

setProject(String project)

public NotificationName.ProjectLocationNotificationBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
NotificationName.ProjectLocationNotificationBuilder