Class NotificationConfigName.ProjectNotificationConfigBuilder (2.50.0)

public static class NotificationConfigName.ProjectNotificationConfigBuilder

Builder for projects/{project}/notificationConfigs/{notification_config}.

Inheritance

java.lang.Object > NotificationConfigName.ProjectNotificationConfigBuilder

Constructors

ProjectNotificationConfigBuilder()

protected ProjectNotificationConfigBuilder()

Methods

build()

public NotificationConfigName build()
Returns
Type Description
NotificationConfigName

getNotificationConfig()

public String getNotificationConfig()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setNotificationConfig(String notificationConfig)

public NotificationConfigName.ProjectNotificationConfigBuilder setNotificationConfig(String notificationConfig)
Parameter
Name Description
notificationConfig String
Returns
Type Description
NotificationConfigName.ProjectNotificationConfigBuilder

setProject(String project)

public NotificationConfigName.ProjectNotificationConfigBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
NotificationConfigName.ProjectNotificationConfigBuilder