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 NotificationNameNotificationName.Builder. build()static NotificationNameNotificationName. of(String organization, String location, String notification)static NotificationNameNotificationName. 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 NotificationAdvisoryNotificationsServiceClient. 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)
-