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