All Downloads are FREE. Search and download functionalities are using the official Maven repository.

emu.grasscutter.net.proto.PullRecentChatRspOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: PullRecentChatRsp.proto

package emu.grasscutter.net.proto;

public final class PullRecentChatRspOuterClass {
  private PullRecentChatRspOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface PullRecentChatRspOrBuilder extends
      // @@protoc_insertion_point(interface_extends:PullRecentChatRsp)
      com.google.protobuf.MessageOrBuilder {

    /**
     * int32 retcode = 13;
     * @return The retcode.
     */
    int getRetcode();

    /**
     * repeated .ChatInfo chat_info = 5;
     */
    java.util.List 
        getChatInfoList();
    /**
     * repeated .ChatInfo chat_info = 5;
     */
    emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo getChatInfo(int index);
    /**
     * repeated .ChatInfo chat_info = 5;
     */
    int getChatInfoCount();
    /**
     * repeated .ChatInfo chat_info = 5;
     */
    java.util.List 
        getChatInfoOrBuilderList();
    /**
     * repeated .ChatInfo chat_info = 5;
     */
    emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfoOrBuilder getChatInfoOrBuilder(
        int index);
  }
  /**
   * 
   * CmdId: 5042
   * Name: IGDEALHCKMC
   * 
* * Protobuf type {@code PullRecentChatRsp} */ public static final class PullRecentChatRsp extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:PullRecentChatRsp) PullRecentChatRspOrBuilder { private static final long serialVersionUID = 0L; // Use PullRecentChatRsp.newBuilder() to construct. private PullRecentChatRsp(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PullRecentChatRsp() { chatInfo_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PullRecentChatRsp(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PullRecentChatRsp( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 42: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { chatInfo_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } chatInfo_.add( input.readMessage(emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.parser(), extensionRegistry)); break; } case 104: { retcode_ = input.readInt32(); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { chatInfo_ = java.util.Collections.unmodifiableList(chatInfo_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PullRecentChatRspOuterClass.internal_static_PullRecentChatRsp_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PullRecentChatRspOuterClass.internal_static_PullRecentChatRsp_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp.class, emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp.Builder.class); } public static final int RETCODE_FIELD_NUMBER = 13; private int retcode_; /** * int32 retcode = 13; * @return The retcode. */ @java.lang.Override public int getRetcode() { return retcode_; } public static final int CHAT_INFO_FIELD_NUMBER = 5; private java.util.List chatInfo_; /** * repeated .ChatInfo chat_info = 5; */ @java.lang.Override public java.util.List getChatInfoList() { return chatInfo_; } /** * repeated .ChatInfo chat_info = 5; */ @java.lang.Override public java.util.List getChatInfoOrBuilderList() { return chatInfo_; } /** * repeated .ChatInfo chat_info = 5; */ @java.lang.Override public int getChatInfoCount() { return chatInfo_.size(); } /** * repeated .ChatInfo chat_info = 5; */ @java.lang.Override public emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo getChatInfo(int index) { return chatInfo_.get(index); } /** * repeated .ChatInfo chat_info = 5; */ @java.lang.Override public emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfoOrBuilder getChatInfoOrBuilder( int index) { return chatInfo_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < chatInfo_.size(); i++) { output.writeMessage(5, chatInfo_.get(i)); } if (retcode_ != 0) { output.writeInt32(13, retcode_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < chatInfo_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, chatInfo_.get(i)); } if (retcode_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(13, retcode_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp)) { return super.equals(obj); } emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp other = (emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp) obj; if (getRetcode() != other.getRetcode()) return false; if (!getChatInfoList() .equals(other.getChatInfoList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + RETCODE_FIELD_NUMBER; hash = (53 * hash) + getRetcode(); if (getChatInfoCount() > 0) { hash = (37 * hash) + CHAT_INFO_FIELD_NUMBER; hash = (53 * hash) + getChatInfoList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * CmdId: 5042
     * Name: IGDEALHCKMC
     * 
* * Protobuf type {@code PullRecentChatRsp} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:PullRecentChatRsp) emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRspOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PullRecentChatRspOuterClass.internal_static_PullRecentChatRsp_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PullRecentChatRspOuterClass.internal_static_PullRecentChatRsp_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp.class, emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp.Builder.class); } // Construct using emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getChatInfoFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); retcode_ = 0; if (chatInfoBuilder_ == null) { chatInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { chatInfoBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.PullRecentChatRspOuterClass.internal_static_PullRecentChatRsp_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp getDefaultInstanceForType() { return emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp build() { emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp buildPartial() { emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp result = new emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp(this); int from_bitField0_ = bitField0_; result.retcode_ = retcode_; if (chatInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { chatInfo_ = java.util.Collections.unmodifiableList(chatInfo_); bitField0_ = (bitField0_ & ~0x00000001); } result.chatInfo_ = chatInfo_; } else { result.chatInfo_ = chatInfoBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp) { return mergeFrom((emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp other) { if (other == emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp.getDefaultInstance()) return this; if (other.getRetcode() != 0) { setRetcode(other.getRetcode()); } if (chatInfoBuilder_ == null) { if (!other.chatInfo_.isEmpty()) { if (chatInfo_.isEmpty()) { chatInfo_ = other.chatInfo_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureChatInfoIsMutable(); chatInfo_.addAll(other.chatInfo_); } onChanged(); } } else { if (!other.chatInfo_.isEmpty()) { if (chatInfoBuilder_.isEmpty()) { chatInfoBuilder_.dispose(); chatInfoBuilder_ = null; chatInfo_ = other.chatInfo_; bitField0_ = (bitField0_ & ~0x00000001); chatInfoBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getChatInfoFieldBuilder() : null; } else { chatInfoBuilder_.addAllMessages(other.chatInfo_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int retcode_ ; /** * int32 retcode = 13; * @return The retcode. */ @java.lang.Override public int getRetcode() { return retcode_; } /** * int32 retcode = 13; * @param value The retcode to set. * @return This builder for chaining. */ public Builder setRetcode(int value) { retcode_ = value; onChanged(); return this; } /** * int32 retcode = 13; * @return This builder for chaining. */ public Builder clearRetcode() { retcode_ = 0; onChanged(); return this; } private java.util.List chatInfo_ = java.util.Collections.emptyList(); private void ensureChatInfoIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { chatInfo_ = new java.util.ArrayList(chatInfo_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfoOrBuilder> chatInfoBuilder_; /** * repeated .ChatInfo chat_info = 5; */ public java.util.List getChatInfoList() { if (chatInfoBuilder_ == null) { return java.util.Collections.unmodifiableList(chatInfo_); } else { return chatInfoBuilder_.getMessageList(); } } /** * repeated .ChatInfo chat_info = 5; */ public int getChatInfoCount() { if (chatInfoBuilder_ == null) { return chatInfo_.size(); } else { return chatInfoBuilder_.getCount(); } } /** * repeated .ChatInfo chat_info = 5; */ public emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo getChatInfo(int index) { if (chatInfoBuilder_ == null) { return chatInfo_.get(index); } else { return chatInfoBuilder_.getMessage(index); } } /** * repeated .ChatInfo chat_info = 5; */ public Builder setChatInfo( int index, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo value) { if (chatInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChatInfoIsMutable(); chatInfo_.set(index, value); onChanged(); } else { chatInfoBuilder_.setMessage(index, value); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public Builder setChatInfo( int index, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder builderForValue) { if (chatInfoBuilder_ == null) { ensureChatInfoIsMutable(); chatInfo_.set(index, builderForValue.build()); onChanged(); } else { chatInfoBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public Builder addChatInfo(emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo value) { if (chatInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChatInfoIsMutable(); chatInfo_.add(value); onChanged(); } else { chatInfoBuilder_.addMessage(value); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public Builder addChatInfo( int index, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo value) { if (chatInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChatInfoIsMutable(); chatInfo_.add(index, value); onChanged(); } else { chatInfoBuilder_.addMessage(index, value); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public Builder addChatInfo( emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder builderForValue) { if (chatInfoBuilder_ == null) { ensureChatInfoIsMutable(); chatInfo_.add(builderForValue.build()); onChanged(); } else { chatInfoBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public Builder addChatInfo( int index, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder builderForValue) { if (chatInfoBuilder_ == null) { ensureChatInfoIsMutable(); chatInfo_.add(index, builderForValue.build()); onChanged(); } else { chatInfoBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public Builder addAllChatInfo( java.lang.Iterable values) { if (chatInfoBuilder_ == null) { ensureChatInfoIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, chatInfo_); onChanged(); } else { chatInfoBuilder_.addAllMessages(values); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public Builder clearChatInfo() { if (chatInfoBuilder_ == null) { chatInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { chatInfoBuilder_.clear(); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public Builder removeChatInfo(int index) { if (chatInfoBuilder_ == null) { ensureChatInfoIsMutable(); chatInfo_.remove(index); onChanged(); } else { chatInfoBuilder_.remove(index); } return this; } /** * repeated .ChatInfo chat_info = 5; */ public emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder getChatInfoBuilder( int index) { return getChatInfoFieldBuilder().getBuilder(index); } /** * repeated .ChatInfo chat_info = 5; */ public emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfoOrBuilder getChatInfoOrBuilder( int index) { if (chatInfoBuilder_ == null) { return chatInfo_.get(index); } else { return chatInfoBuilder_.getMessageOrBuilder(index); } } /** * repeated .ChatInfo chat_info = 5; */ public java.util.List getChatInfoOrBuilderList() { if (chatInfoBuilder_ != null) { return chatInfoBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(chatInfo_); } } /** * repeated .ChatInfo chat_info = 5; */ public emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder addChatInfoBuilder() { return getChatInfoFieldBuilder().addBuilder( emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.getDefaultInstance()); } /** * repeated .ChatInfo chat_info = 5; */ public emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder addChatInfoBuilder( int index) { return getChatInfoFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.getDefaultInstance()); } /** * repeated .ChatInfo chat_info = 5; */ public java.util.List getChatInfoBuilderList() { return getChatInfoFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfoOrBuilder> getChatInfoFieldBuilder() { if (chatInfoBuilder_ == null) { chatInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfo.Builder, emu.grasscutter.net.proto.ChatInfoOuterClass.ChatInfoOrBuilder>( chatInfo_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); chatInfo_ = null; } return chatInfoBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:PullRecentChatRsp) } // @@protoc_insertion_point(class_scope:PullRecentChatRsp) private static final emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp(); } public static emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PullRecentChatRsp parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new PullRecentChatRsp(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public emu.grasscutter.net.proto.PullRecentChatRspOuterClass.PullRecentChatRsp getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_PullRecentChatRsp_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_PullRecentChatRsp_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\027PullRecentChatRsp.proto\032\016ChatInfo.prot" + "o\"B\n\021PullRecentChatRsp\022\017\n\007retcode\030\r \001(\005\022" + "\034\n\tchat_info\030\005 \003(\0132\t.ChatInfoB\033\n\031emu.gra" + "sscutter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.ChatInfoOuterClass.getDescriptor(), }); internal_static_PullRecentChatRsp_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PullRecentChatRsp_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PullRecentChatRsp_descriptor, new java.lang.String[] { "Retcode", "ChatInfo", }); emu.grasscutter.net.proto.ChatInfoOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy