public static class NotificationName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NotificationName |
build() |
String |
getBucket() |
String |
getNotification() |
String |
getProject() |
NotificationName.Builder |
setBucket(String bucket) |
NotificationName.Builder |
setNotification(String notification) |
NotificationName.Builder |
setProject(String project) |
public String getProject()
public String getBucket()
public String getNotification()
public NotificationName.Builder setProject(String project)
public NotificationName.Builder setBucket(String bucket)
public NotificationName.Builder setNotification(String notification)
public NotificationName build()
Copyright © 2023 Google LLC. All rights reserved.