Class NotificationChannelName.Builder (3.43.0)

public static class NotificationChannelName.Builder

Builder for projects/{project}/notificationChannels/{notification_channel}.

Inheritance

java.lang.Object > NotificationChannelName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotificationChannelName build()
Returns
Type Description
NotificationChannelName

getNotificationChannel()

public String getNotificationChannel()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setNotificationChannel(String notificationChannel)

public NotificationChannelName.Builder setNotificationChannel(String notificationChannel)
Parameter
Name Description
notificationChannel String
Returns
Type Description
NotificationChannelName.Builder

setProject(String project)

public NotificationChannelName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
NotificationChannelName.Builder