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 class
Message
A message which contains notification details.static class
Message.Builder
A message which contains notification details.Methods in com.google.cloud.advisorynotifications.v1 that return MessageOrBuilder Modifier and Type Method Description MessageOrBuilder
Notification.Builder. getMessagesOrBuilder(int index)
A list of messages in the notification.MessageOrBuilder
Notification. getMessagesOrBuilder(int index)
A list of messages in the notification.MessageOrBuilder
NotificationOrBuilder. 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.
-