Uses of Class
com.google.cloud.advisorynotifications.v1.Message
-
Packages that use Message Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of Message in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return Message Modifier and Type Method Description MessageMessage.Builder. build()MessageMessage.Builder. buildPartial()static MessageMessage. getDefaultInstance()MessageMessage.Builder. getDefaultInstanceForType()MessageMessage. getDefaultInstanceForType()MessageNotification.Builder. getMessages(int index)A list of messages in the notification.MessageNotification. getMessages(int index)A list of messages in the notification.MessageNotificationOrBuilder. getMessages(int index)A list of messages in the notification.static MessageMessage. parseDelimitedFrom(InputStream input)static MessageMessage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MessageMessage. parseFrom(byte[] data)static MessageMessage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MessageMessage. parseFrom(com.google.protobuf.ByteString data)static MessageMessage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MessageMessage. parseFrom(com.google.protobuf.CodedInputStream input)static MessageMessage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MessageMessage. parseFrom(InputStream input)static MessageMessage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MessageMessage. parseFrom(ByteBuffer data)static MessageMessage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type Message Modifier and Type Method Description List<Message>Notification.Builder. getMessagesList()A list of messages in the notification.List<Message>Notification. getMessagesList()A list of messages in the notification.List<Message>NotificationOrBuilder. getMessagesList()A list of messages in the notification.com.google.protobuf.Parser<Message>Message. getParserForType()static com.google.protobuf.Parser<Message>Message. parser()Methods in com.google.cloud.advisorynotifications.v1 with parameters of type Message Modifier and Type Method Description Notification.BuilderNotification.Builder. addMessages(int index, Message value)A list of messages in the notification.Notification.BuilderNotification.Builder. addMessages(Message value)A list of messages in the notification.Message.BuilderMessage.Builder. mergeFrom(Message other)static Message.BuilderMessage. newBuilder(Message prototype)Notification.BuilderNotification.Builder. setMessages(int index, Message value)A list of messages in the notification.Method parameters in com.google.cloud.advisorynotifications.v1 with type arguments of type Message Modifier and Type Method Description Notification.BuilderNotification.Builder. addAllMessages(Iterable<? extends Message> values)A list of messages in the notification.
-