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 Message
Message.Builder. build()
Message
Message.Builder. buildPartial()
static Message
Message. getDefaultInstance()
Message
Message.Builder. getDefaultInstanceForType()
Message
Message. getDefaultInstanceForType()
Message
Notification.Builder. getMessages(int index)
A list of messages in the notification.Message
Notification. getMessages(int index)
A list of messages in the notification.Message
NotificationOrBuilder. getMessages(int index)
A list of messages in the notification.static Message
Message. parseDelimitedFrom(InputStream input)
static Message
Message. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Message
Message. parseFrom(byte[] data)
static Message
Message. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Message
Message. parseFrom(com.google.protobuf.ByteString data)
static Message
Message. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Message
Message. parseFrom(com.google.protobuf.CodedInputStream input)
static Message
Message. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Message
Message. parseFrom(InputStream input)
static Message
Message. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Message
Message. parseFrom(ByteBuffer data)
static Message
Message. 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.Builder
Notification.Builder. addMessages(int index, Message value)
A list of messages in the notification.Notification.Builder
Notification.Builder. addMessages(Message value)
A list of messages in the notification.Message.Builder
Message.Builder. mergeFrom(Message other)
static Message.Builder
Message. newBuilder(Message prototype)
Notification.Builder
Notification.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.Builder
Notification.Builder. addAllMessages(Iterable<? extends Message> values)
A list of messages in the notification.
-