Uses of Class
com.google.cloud.advisorynotifications.v1.NotificationName
-
Packages that use NotificationName Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of NotificationName in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return NotificationName Modifier and Type Method Description NotificationName
NotificationName.Builder. build()
static NotificationName
NotificationName. of(String organization, String location, String notification)
static NotificationName
NotificationName. parse(String formattedString)
Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type NotificationName Modifier and Type Method Description static List<NotificationName>
NotificationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.advisorynotifications.v1 with parameters of type NotificationName Modifier and Type Method Description Notification
AdvisoryNotificationsServiceClient. getNotification(NotificationName name)
Gets a notification.Method parameters in com.google.cloud.advisorynotifications.v1 with type arguments of type NotificationName Modifier and Type Method Description static List<String>
NotificationName. toStringList(List<NotificationName> values)
-