Uses of Class
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.Message
Packages that use Message
-
Uses of Message in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf
Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return MessageModifier and TypeMethodDescriptionMessage.Builder.build()Message.Builder.buildPartial()EpisodeChatMessage.Builder.getCommon().Message common = 1;EpisodeChatMessage.getCommon().Message common = 1;EpisodeChatMessageOrBuilder.getCommon().Message common = 1;static MessageMessage.getDefaultInstance()Message.Builder.getDefaultInstanceForType()Message.getDefaultInstanceForType()Response.Builder.getMessagesList(int index) repeated .Message messagesList = 1;Response.getMessagesList(int index) repeated .Message messagesList = 1;ResponseOrBuilder.getMessagesList(int index) repeated .Message messagesList = 1;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 tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return types with arguments of type MessageModifier and TypeMethodDescriptionResponse.Builder.getMessagesListList()repeated .Message messagesList = 1;Response.getMessagesListList()repeated .Message messagesList = 1;ResponseOrBuilder.getMessagesListList()repeated .Message messagesList = 1;com.google.protobuf.Parser<Message>Message.getParserForType()static com.google.protobuf.Parser<Message>Message.parser()Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with parameters of type MessageModifier and TypeMethodDescriptionResponse.Builder.addMessagesList(int index, Message value) repeated .Message messagesList = 1;Response.Builder.addMessagesList(Message value) repeated .Message messagesList = 1;EpisodeChatMessage.Builder.mergeCommon(Message value) .Message common = 1;static Message.BuilderMessage.newBuilder(Message prototype) .Message common = 1;Response.Builder.setMessagesList(int index, Message value) repeated .Message messagesList = 1;Method parameters in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with type arguments of type MessageModifier and TypeMethodDescriptionResponse.Builder.addAllMessagesList(Iterable<? extends Message> values) repeated .Message messagesList = 1;