Package com.google.monitoring.v3
Class NotificationChannelDescriptorName.Builder
- java.lang.Object
-
- com.google.monitoring.v3.NotificationChannelDescriptorName.Builder
-
- Enclosing class:
- NotificationChannelDescriptorName
public static class NotificationChannelDescriptorName.Builder extends Object
Builder for projects/{project}/notificationChannelDescriptors/{channel_descriptor}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChannelDescriptorName
build()
String
getChannelDescriptor()
String
getProject()
NotificationChannelDescriptorName.Builder
setChannelDescriptor(String channelDescriptor)
NotificationChannelDescriptorName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getChannelDescriptor
public String getChannelDescriptor()
-
setProject
public NotificationChannelDescriptorName.Builder setProject(String project)
-
setChannelDescriptor
public NotificationChannelDescriptorName.Builder setChannelDescriptor(String channelDescriptor)
-
build
public NotificationChannelDescriptorName build()
-
-