Uses of Interface
com.google.cloud.advisorynotifications.v1.MessageOrBuilder
-
Packages that use MessageOrBuilder Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of MessageOrBuilder in com.google.cloud.advisorynotifications.v1
Classes in com.google.cloud.advisorynotifications.v1 that implement MessageOrBuilder Modifier and Type Class Description classMessageA message which contains notification details.static classMessage.BuilderA message which contains notification details.Methods in com.google.cloud.advisorynotifications.v1 that return MessageOrBuilder Modifier and Type Method Description MessageOrBuilderNotification.Builder. getMessagesOrBuilder(int index)A list of messages in the notification.MessageOrBuilderNotification. getMessagesOrBuilder(int index)A list of messages in the notification.MessageOrBuilderNotificationOrBuilder. getMessagesOrBuilder(int index)A list of messages in the notification.Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type MessageOrBuilder Modifier and Type Method Description List<? extends MessageOrBuilder>Notification.Builder. getMessagesOrBuilderList()A list of messages in the notification.List<? extends MessageOrBuilder>Notification. getMessagesOrBuilderList()A list of messages in the notification.List<? extends MessageOrBuilder>NotificationOrBuilder. getMessagesOrBuilderList()A list of messages in the notification.
-