Uses of Interface
com.google.cloud.advisorynotifications.v1.NotificationOrBuilder
-
Packages that use NotificationOrBuilder Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of NotificationOrBuilder in com.google.cloud.advisorynotifications.v1
Classes in com.google.cloud.advisorynotifications.v1 that implement NotificationOrBuilder Modifier and Type Class Description class
Notification
A notification object for notifying customers about security and privacy issues.static class
Notification.Builder
A notification object for notifying customers about security and privacy issues.Methods in com.google.cloud.advisorynotifications.v1 that return NotificationOrBuilder Modifier and Type Method Description NotificationOrBuilder
ListNotificationsResponse.Builder. getNotificationsOrBuilder(int index)
List of notifications under a given parent.NotificationOrBuilder
ListNotificationsResponse. getNotificationsOrBuilder(int index)
List of notifications under a given parent.NotificationOrBuilder
ListNotificationsResponseOrBuilder. getNotificationsOrBuilder(int index)
List of notifications under a given parent.Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type NotificationOrBuilder Modifier and Type Method Description List<? extends NotificationOrBuilder>
ListNotificationsResponse.Builder. getNotificationsOrBuilderList()
List of notifications under a given parent.List<? extends NotificationOrBuilder>
ListNotificationsResponse. getNotificationsOrBuilderList()
List of notifications under a given parent.List<? extends NotificationOrBuilder>
ListNotificationsResponseOrBuilder. getNotificationsOrBuilderList()
List of notifications under a given parent.
-