/* * MIT License * * Copyright (c) 2023 OrdinaryRoad * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_websocket_frame_msg.proto package tech.ordinaryroad.live.chat.client.douyin.protobuf; public interface douyin_websocket_frame_msgOrBuilder extends // @@protoc_insertion_point(interface_extends:tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame_msg) com.google.protobuf.MessageOrBuilder { /** * repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msg messages_list = 1; */ java.util.List getMessagesListList(); /** * repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msg messages_list = 1; */ tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msg getMessagesList(int index); /** * repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msg messages_list = 1; */ int getMessagesListCount(); /** * repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msg messages_list = 1; */ java.util.List getMessagesListOrBuilderList(); /** * repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msg messages_list = 1; */ tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msgOrBuilder getMessagesListOrBuilder( int index); /** * string cursor = 2; * @return The cursor. */ java.lang.String getCursor(); /** * string cursor = 2; * @return The bytes for cursor. */ com.google.protobuf.ByteString getCursorBytes(); /** * uint64 fetch_interval = 3; * @return The fetchInterval. */ long getFetchInterval(); /** * uint64 now = 4; * @return The now. */ long getNow(); /** * string internal_ext = 5; * @return The internalExt. */ java.lang.String getInternalExt(); /** * string internal_ext = 5; * @return The bytes for internalExt. */ com.google.protobuf.ByteString getInternalExtBytes(); /** * uint32 fetch_type = 6; * @return The fetchType. */ int getFetchType(); /** * map<string, string> route_params = 7; */ int getRouteParamsCount(); /** * map<string, string> route_params = 7; */ boolean containsRouteParams( java.lang.String key); /** * Use {@link #getRouteParamsMap()} instead. */ @java.lang.Deprecated java.util.Map getRouteParams(); /** * map<string, string> route_params = 7; */ java.util.Map getRouteParamsMap(); /** * map<string, string> route_params = 7; */ /* nullable */ java.lang.String getRouteParamsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * map<string, string> route_params = 7; */ java.lang.String getRouteParamsOrThrow( java.lang.String key); /** * uint64 heartbeat_duration = 8; * @return The heartbeatDuration. */ long getHeartbeatDuration(); /** * bool need_ack = 9; * @return The needAck. */ boolean getNeedAck(); /** * string push_server = 10; * @return The pushServer. */ java.lang.String getPushServer(); /** * string push_server = 10; * @return The bytes for pushServer. */ com.google.protobuf.ByteString getPushServerBytes(); /** * string live_cursor = 11; * @return The liveCursor. */ java.lang.String getLiveCursor(); /** * string live_cursor = 11; * @return The bytes for liveCursor. */ com.google.protobuf.ByteString getLiveCursorBytes(); /** * bool history_no_more = 12; * @return The historyNoMore. */ boolean getHistoryNoMore(); }