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

wechat.protobuf.InitContactReq Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

/**
 * Protobuf type {@code wechat_proto.InitContactReq}
 */
public final class InitContactReq extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:wechat_proto.InitContactReq)
    InitContactReqOrBuilder {
private static final long serialVersionUID = 0L;
  // Use InitContactReq.newBuilder() to construct.
  private InitContactReq(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private InitContactReq() {
    username_ = "";
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new InitContactReq();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private InitContactReq(
      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 10: {
            com.google.protobuf.ByteString bs = input.readBytes();
            bitField0_ |= 0x00000001;
            username_ = bs;
            break;
          }
          case 16: {
            bitField0_ |= 0x00000002;
            currentWxcontactSeq_ = input.readUInt32();
            break;
          }
          case 24: {
            bitField0_ |= 0x00000004;
            currentChatRoomContactSeq_ = input.readUInt32();
            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 {
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return wechat.protobuf.Wechat.internal_static_wechat_proto_InitContactReq_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return wechat.protobuf.Wechat.internal_static_wechat_proto_InitContactReq_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            wechat.protobuf.InitContactReq.class, wechat.protobuf.InitContactReq.Builder.class);
  }

  private int bitField0_;
  public static final int USERNAME_FIELD_NUMBER = 1;
  private volatile java.lang.Object username_;
  /**
   * optional string username = 1;
   * @return Whether the username field is set.
   */
  @java.lang.Override
  public boolean hasUsername() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   * optional string username = 1;
   * @return The username.
   */
  @java.lang.Override
  public java.lang.String getUsername() {
    java.lang.Object ref = username_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      if (bs.isValidUtf8()) {
        username_ = s;
      }
      return s;
    }
  }
  /**
   * optional string username = 1;
   * @return The bytes for username.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getUsernameBytes() {
    java.lang.Object ref = username_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      username_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int CURRENTWXCONTACTSEQ_FIELD_NUMBER = 2;
  private int currentWxcontactSeq_;
  /**
   * optional uint32 currentWxcontactSeq = 2;
   * @return Whether the currentWxcontactSeq field is set.
   */
  @java.lang.Override
  public boolean hasCurrentWxcontactSeq() {
    return ((bitField0_ & 0x00000002) != 0);
  }
  /**
   * optional uint32 currentWxcontactSeq = 2;
   * @return The currentWxcontactSeq.
   */
  @java.lang.Override
  public int getCurrentWxcontactSeq() {
    return currentWxcontactSeq_;
  }

  public static final int CURRENTCHATROOMCONTACTSEQ_FIELD_NUMBER = 3;
  private int currentChatRoomContactSeq_;
  /**
   * optional uint32 currentChatRoomContactSeq = 3;
   * @return Whether the currentChatRoomContactSeq field is set.
   */
  @java.lang.Override
  public boolean hasCurrentChatRoomContactSeq() {
    return ((bitField0_ & 0x00000004) != 0);
  }
  /**
   * optional uint32 currentChatRoomContactSeq = 3;
   * @return The currentChatRoomContactSeq.
   */
  @java.lang.Override
  public int getCurrentChatRoomContactSeq() {
    return currentChatRoomContactSeq_;
  }

  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 {
    if (((bitField0_ & 0x00000001) != 0)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 1, username_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      output.writeUInt32(2, currentWxcontactSeq_);
    }
    if (((bitField0_ & 0x00000004) != 0)) {
      output.writeUInt32(3, currentChatRoomContactSeq_);
    }
    unknownFields.writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (((bitField0_ & 0x00000001) != 0)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, username_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      size += com.google.protobuf.CodedOutputStream
        .computeUInt32Size(2, currentWxcontactSeq_);
    }
    if (((bitField0_ & 0x00000004) != 0)) {
      size += com.google.protobuf.CodedOutputStream
        .computeUInt32Size(3, currentChatRoomContactSeq_);
    }
    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 wechat.protobuf.InitContactReq)) {
      return super.equals(obj);
    }
    wechat.protobuf.InitContactReq other = (wechat.protobuf.InitContactReq) obj;

    if (hasUsername() != other.hasUsername()) return false;
    if (hasUsername()) {
      if (!getUsername()
          .equals(other.getUsername())) return false;
    }
    if (hasCurrentWxcontactSeq() != other.hasCurrentWxcontactSeq()) return false;
    if (hasCurrentWxcontactSeq()) {
      if (getCurrentWxcontactSeq()
          != other.getCurrentWxcontactSeq()) return false;
    }
    if (hasCurrentChatRoomContactSeq() != other.hasCurrentChatRoomContactSeq()) return false;
    if (hasCurrentChatRoomContactSeq()) {
      if (getCurrentChatRoomContactSeq()
          != other.getCurrentChatRoomContactSeq()) 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();
    if (hasUsername()) {
      hash = (37 * hash) + USERNAME_FIELD_NUMBER;
      hash = (53 * hash) + getUsername().hashCode();
    }
    if (hasCurrentWxcontactSeq()) {
      hash = (37 * hash) + CURRENTWXCONTACTSEQ_FIELD_NUMBER;
      hash = (53 * hash) + getCurrentWxcontactSeq();
    }
    if (hasCurrentChatRoomContactSeq()) {
      hash = (37 * hash) + CURRENTCHATROOMCONTACTSEQ_FIELD_NUMBER;
      hash = (53 * hash) + getCurrentChatRoomContactSeq();
    }
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static wechat.protobuf.InitContactReq parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static wechat.protobuf.InitContactReq parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static wechat.protobuf.InitContactReq parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static wechat.protobuf.InitContactReq parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static wechat.protobuf.InitContactReq parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static wechat.protobuf.InitContactReq parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static wechat.protobuf.InitContactReq parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static wechat.protobuf.InitContactReq 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 wechat.protobuf.InitContactReq parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static wechat.protobuf.InitContactReq 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 wechat.protobuf.InitContactReq parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static wechat.protobuf.InitContactReq 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(wechat.protobuf.InitContactReq 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;
  }
  /**
   * Protobuf type {@code wechat_proto.InitContactReq}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:wechat_proto.InitContactReq)
      wechat.protobuf.InitContactReqOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return wechat.protobuf.Wechat.internal_static_wechat_proto_InitContactReq_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return wechat.protobuf.Wechat.internal_static_wechat_proto_InitContactReq_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              wechat.protobuf.InitContactReq.class, wechat.protobuf.InitContactReq.Builder.class);
    }

    // Construct using wechat.protobuf.InitContactReq.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      username_ = "";
      bitField0_ = (bitField0_ & ~0x00000001);
      currentWxcontactSeq_ = 0;
      bitField0_ = (bitField0_ & ~0x00000002);
      currentChatRoomContactSeq_ = 0;
      bitField0_ = (bitField0_ & ~0x00000004);
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return wechat.protobuf.Wechat.internal_static_wechat_proto_InitContactReq_descriptor;
    }

    @java.lang.Override
    public wechat.protobuf.InitContactReq getDefaultInstanceForType() {
      return wechat.protobuf.InitContactReq.getDefaultInstance();
    }

    @java.lang.Override
    public wechat.protobuf.InitContactReq build() {
      wechat.protobuf.InitContactReq result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public wechat.protobuf.InitContactReq buildPartial() {
      wechat.protobuf.InitContactReq result = new wechat.protobuf.InitContactReq(this);
      int from_bitField0_ = bitField0_;
      int to_bitField0_ = 0;
      if (((from_bitField0_ & 0x00000001) != 0)) {
        to_bitField0_ |= 0x00000001;
      }
      result.username_ = username_;
      if (((from_bitField0_ & 0x00000002) != 0)) {
        result.currentWxcontactSeq_ = currentWxcontactSeq_;
        to_bitField0_ |= 0x00000002;
      }
      if (((from_bitField0_ & 0x00000004) != 0)) {
        result.currentChatRoomContactSeq_ = currentChatRoomContactSeq_;
        to_bitField0_ |= 0x00000004;
      }
      result.bitField0_ = to_bitField0_;
      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 wechat.protobuf.InitContactReq) {
        return mergeFrom((wechat.protobuf.InitContactReq)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(wechat.protobuf.InitContactReq other) {
      if (other == wechat.protobuf.InitContactReq.getDefaultInstance()) return this;
      if (other.hasUsername()) {
        bitField0_ |= 0x00000001;
        username_ = other.username_;
        onChanged();
      }
      if (other.hasCurrentWxcontactSeq()) {
        setCurrentWxcontactSeq(other.getCurrentWxcontactSeq());
      }
      if (other.hasCurrentChatRoomContactSeq()) {
        setCurrentChatRoomContactSeq(other.getCurrentChatRoomContactSeq());
      }
      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 {
      wechat.protobuf.InitContactReq parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (wechat.protobuf.InitContactReq) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }
    private int bitField0_;

    private java.lang.Object username_ = "";
    /**
     * optional string username = 1;
     * @return Whether the username field is set.
     */
    public boolean hasUsername() {
      return ((bitField0_ & 0x00000001) != 0);
    }
    /**
     * optional string username = 1;
     * @return The username.
     */
    public java.lang.String getUsername() {
      java.lang.Object ref = username_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          username_ = s;
        }
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * optional string username = 1;
     * @return The bytes for username.
     */
    public com.google.protobuf.ByteString
        getUsernameBytes() {
      java.lang.Object ref = username_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        username_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * optional string username = 1;
     * @param value The username to set.
     * @return This builder for chaining.
     */
    public Builder setUsername(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
      username_ = value;
      onChanged();
      return this;
    }
    /**
     * optional string username = 1;
     * @return This builder for chaining.
     */
    public Builder clearUsername() {
      bitField0_ = (bitField0_ & ~0x00000001);
      username_ = getDefaultInstance().getUsername();
      onChanged();
      return this;
    }
    /**
     * optional string username = 1;
     * @param value The bytes for username to set.
     * @return This builder for chaining.
     */
    public Builder setUsernameBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
      username_ = value;
      onChanged();
      return this;
    }

    private int currentWxcontactSeq_ ;
    /**
     * optional uint32 currentWxcontactSeq = 2;
     * @return Whether the currentWxcontactSeq field is set.
     */
    @java.lang.Override
    public boolean hasCurrentWxcontactSeq() {
      return ((bitField0_ & 0x00000002) != 0);
    }
    /**
     * optional uint32 currentWxcontactSeq = 2;
     * @return The currentWxcontactSeq.
     */
    @java.lang.Override
    public int getCurrentWxcontactSeq() {
      return currentWxcontactSeq_;
    }
    /**
     * optional uint32 currentWxcontactSeq = 2;
     * @param value The currentWxcontactSeq to set.
     * @return This builder for chaining.
     */
    public Builder setCurrentWxcontactSeq(int value) {
      bitField0_ |= 0x00000002;
      currentWxcontactSeq_ = value;
      onChanged();
      return this;
    }
    /**
     * optional uint32 currentWxcontactSeq = 2;
     * @return This builder for chaining.
     */
    public Builder clearCurrentWxcontactSeq() {
      bitField0_ = (bitField0_ & ~0x00000002);
      currentWxcontactSeq_ = 0;
      onChanged();
      return this;
    }

    private int currentChatRoomContactSeq_ ;
    /**
     * optional uint32 currentChatRoomContactSeq = 3;
     * @return Whether the currentChatRoomContactSeq field is set.
     */
    @java.lang.Override
    public boolean hasCurrentChatRoomContactSeq() {
      return ((bitField0_ & 0x00000004) != 0);
    }
    /**
     * optional uint32 currentChatRoomContactSeq = 3;
     * @return The currentChatRoomContactSeq.
     */
    @java.lang.Override
    public int getCurrentChatRoomContactSeq() {
      return currentChatRoomContactSeq_;
    }
    /**
     * optional uint32 currentChatRoomContactSeq = 3;
     * @param value The currentChatRoomContactSeq to set.
     * @return This builder for chaining.
     */
    public Builder setCurrentChatRoomContactSeq(int value) {
      bitField0_ |= 0x00000004;
      currentChatRoomContactSeq_ = value;
      onChanged();
      return this;
    }
    /**
     * optional uint32 currentChatRoomContactSeq = 3;
     * @return This builder for chaining.
     */
    public Builder clearCurrentChatRoomContactSeq() {
      bitField0_ = (bitField0_ & ~0x00000004);
      currentChatRoomContactSeq_ = 0;
      onChanged();
      return this;
    }
    @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:wechat_proto.InitContactReq)
  }

  // @@protoc_insertion_point(class_scope:wechat_proto.InitContactReq)
  private static final wechat.protobuf.InitContactReq DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new wechat.protobuf.InitContactReq();
  }

  public static wechat.protobuf.InitContactReq getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  @java.lang.Deprecated public static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public InitContactReq parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return new InitContactReq(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 wechat.protobuf.InitContactReq getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy