Class NotificationChannelDescriptorName.Builder (3.4.1)

public static class NotificationChannelDescriptorName.Builder

Builder for projects/{project}/notificationChannelDescriptors/{channel_descriptor}.

Inheritance

java.lang.Object > NotificationChannelDescriptorName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotificationChannelDescriptorName build()
Returns
TypeDescription
NotificationChannelDescriptorName

getChannelDescriptor()

public String getChannelDescriptor()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setChannelDescriptor(String channelDescriptor)

public NotificationChannelDescriptorName.Builder setChannelDescriptor(String channelDescriptor)
Parameter
NameDescription
channelDescriptorString
Returns
TypeDescription
NotificationChannelDescriptorName.Builder

setProject(String project)

public NotificationChannelDescriptorName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
NotificationChannelDescriptorName.Builder