// Generated by the protocol buffer compiler. DO NOT EDIT! // source: plugin/hai_message_proxy.proto package com.akaxin.proto.plugin; public final class HaiMessageProxyProto { private HaiMessageProxyProto() {} 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 HaiMessageProxyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:plugin.HaiMessageProxyRequest) com.google.protobuf.MessageOrBuilder { /** *
     *代理发送的消息请求
     * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ boolean hasProxyMsg(); /** *
     *代理发送的消息请求
     * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest getProxyMsg(); /** *
     *代理发送的消息请求
     * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequestOrBuilder getProxyMsgOrBuilder(); } /** *
   **
   *代发消息
   *----
   *接口名
   *----
   * /hai/message/proxy
   *错误码
   *----
   * success
   * error.alert
   * 
* * Protobuf type {@code plugin.HaiMessageProxyRequest} */ public static final class HaiMessageProxyRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:plugin.HaiMessageProxyRequest) HaiMessageProxyRequestOrBuilder { private static final long serialVersionUID = 0L; // Use HaiMessageProxyRequest.newBuilder() to construct. private HaiMessageProxyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HaiMessageProxyRequest() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HaiMessageProxyRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); 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; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.Builder subBuilder = null; if (proxyMsg_ != null) { subBuilder = proxyMsg_.toBuilder(); } proxyMsg_ = input.readMessage(com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(proxyMsg_); proxyMsg_ = subBuilder.buildPartial(); } 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 com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest.class, com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest.Builder.class); } public static final int PROXY_MSG_FIELD_NUMBER = 1; private com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest proxyMsg_; /** *
     *代理发送的消息请求
     * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public boolean hasProxyMsg() { return proxyMsg_ != null; } /** *
     *代理发送的消息请求
     * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest getProxyMsg() { return proxyMsg_ == null ? com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.getDefaultInstance() : proxyMsg_; } /** *
     *代理发送的消息请求
     * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequestOrBuilder getProxyMsgOrBuilder() { return getProxyMsg(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (proxyMsg_ != null) { output.writeMessage(1, getProxyMsg()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (proxyMsg_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getProxyMsg()); } 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 com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest)) { return super.equals(obj); } com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest other = (com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest) obj; boolean result = true; result = result && (hasProxyMsg() == other.hasProxyMsg()); if (hasProxyMsg()) { result = result && getProxyMsg() .equals(other.getProxyMsg()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasProxyMsg()) { hash = (37 * hash) + PROXY_MSG_FIELD_NUMBER; hash = (53 * hash) + getProxyMsg().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest 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 com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest 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 com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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; } /** *
     **
     *代发消息
     *----
     *接口名
     *----
     * /hai/message/proxy
     *错误码
     *----
     * success
     * error.alert
     * 
* * Protobuf type {@code plugin.HaiMessageProxyRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:plugin.HaiMessageProxyRequest) com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest.class, com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest.Builder.class); } // Construct using com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (proxyMsgBuilder_ == null) { proxyMsg_ = null; } else { proxyMsg_ = null; proxyMsgBuilder_ = null; } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyRequest_descriptor; } public com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest getDefaultInstanceForType() { return com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest.getDefaultInstance(); } public com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest build() { com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest buildPartial() { com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest result = new com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest(this); if (proxyMsgBuilder_ == null) { result.proxyMsg_ = proxyMsg_; } else { result.proxyMsg_ = proxyMsgBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest) { return mergeFrom((com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest other) { if (other == com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest.getDefaultInstance()) return this; if (other.hasProxyMsg()) { mergeProxyMsg(other.getProxyMsg()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest proxyMsg_ = null; private com.google.protobuf.SingleFieldBuilderV3< com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest, com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.Builder, com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequestOrBuilder> proxyMsgBuilder_; /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public boolean hasProxyMsg() { return proxyMsgBuilder_ != null || proxyMsg_ != null; } /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest getProxyMsg() { if (proxyMsgBuilder_ == null) { return proxyMsg_ == null ? com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.getDefaultInstance() : proxyMsg_; } else { return proxyMsgBuilder_.getMessage(); } } /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public Builder setProxyMsg(com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest value) { if (proxyMsgBuilder_ == null) { if (value == null) { throw new NullPointerException(); } proxyMsg_ = value; onChanged(); } else { proxyMsgBuilder_.setMessage(value); } return this; } /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public Builder setProxyMsg( com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.Builder builderForValue) { if (proxyMsgBuilder_ == null) { proxyMsg_ = builderForValue.build(); onChanged(); } else { proxyMsgBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public Builder mergeProxyMsg(com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest value) { if (proxyMsgBuilder_ == null) { if (proxyMsg_ != null) { proxyMsg_ = com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.newBuilder(proxyMsg_).mergeFrom(value).buildPartial(); } else { proxyMsg_ = value; } onChanged(); } else { proxyMsgBuilder_.mergeFrom(value); } return this; } /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public Builder clearProxyMsg() { if (proxyMsgBuilder_ == null) { proxyMsg_ = null; onChanged(); } else { proxyMsg_ = null; proxyMsgBuilder_ = null; } return this; } /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.Builder getProxyMsgBuilder() { onChanged(); return getProxyMsgFieldBuilder().getBuilder(); } /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ public com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequestOrBuilder getProxyMsgOrBuilder() { if (proxyMsgBuilder_ != null) { return proxyMsgBuilder_.getMessageOrBuilder(); } else { return proxyMsg_ == null ? com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.getDefaultInstance() : proxyMsg_; } } /** *
       *代理发送的消息请求
       * 
* * .site.ImCtsMessageRequest proxy_msg = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest, com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.Builder, com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequestOrBuilder> getProxyMsgFieldBuilder() { if (proxyMsgBuilder_ == null) { proxyMsgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest, com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequest.Builder, com.akaxin.proto.site.ImCtsMessageProto.ImCtsMessageRequestOrBuilder>( getProxyMsg(), getParentForChildren(), isClean()); proxyMsg_ = null; } return proxyMsgBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:plugin.HaiMessageProxyRequest) } // @@protoc_insertion_point(class_scope:plugin.HaiMessageProxyRequest) private static final com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest(); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public HaiMessageProxyRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new HaiMessageProxyRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HaiMessageProxyResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:plugin.HaiMessageProxyResponse) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code plugin.HaiMessageProxyResponse} */ public static final class HaiMessageProxyResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:plugin.HaiMessageProxyResponse) HaiMessageProxyResponseOrBuilder { private static final long serialVersionUID = 0L; // Use HaiMessageProxyResponse.newBuilder() to construct. private HaiMessageProxyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HaiMessageProxyResponse() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HaiMessageProxyResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); 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; default: { if (!parseUnknownFieldProto3( 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 com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse.class, com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; 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 com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse)) { return super.equals(obj); } com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse other = (com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse 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 com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse 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 com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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 plugin.HaiMessageProxyResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:plugin.HaiMessageProxyResponse) com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse.class, com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse.Builder.class); } // Construct using com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.akaxin.proto.plugin.HaiMessageProxyProto.internal_static_plugin_HaiMessageProxyResponse_descriptor; } public com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse getDefaultInstanceForType() { return com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse.getDefaultInstance(); } public com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse build() { com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse buildPartial() { com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse result = new com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse) { return mergeFrom((com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse other) { if (other == com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:plugin.HaiMessageProxyResponse) } // @@protoc_insertion_point(class_scope:plugin.HaiMessageProxyResponse) private static final com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse(); } public static com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public HaiMessageProxyResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new HaiMessageProxyResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.akaxin.proto.plugin.HaiMessageProxyProto.HaiMessageProxyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_plugin_HaiMessageProxyRequest_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_plugin_HaiMessageProxyRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_plugin_HaiMessageProxyResponse_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_plugin_HaiMessageProxyResponse_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\036plugin/hai_message_proxy.proto\022\006plugin" + "\032\017core/core.proto\032\031site/im_cts_message.p" + "roto\"F\n\026HaiMessageProxyRequest\022,\n\tproxy_" + "msg\030\001 \001(\0132\031.site.ImCtsMessageRequest\"\031\n\027" + "HaiMessageProxyResponse2U\n\026HaiMessagePro" + "xyService\022;\n\005proxy\022\036.plugin.HaiMessagePr" + "oxyRequest\032\022.core.NoneResponseB/\n\027com.ak" + "axin.proto.pluginB\024HaiMessageProxyProtob" + "\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.akaxin.proto.core.CoreProto.getDescriptor(), com.akaxin.proto.site.ImCtsMessageProto.getDescriptor(), }, assigner); internal_static_plugin_HaiMessageProxyRequest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_plugin_HaiMessageProxyRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_plugin_HaiMessageProxyRequest_descriptor, new java.lang.String[] { "ProxyMsg", }); internal_static_plugin_HaiMessageProxyResponse_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_plugin_HaiMessageProxyResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_plugin_HaiMessageProxyResponse_descriptor, new java.lang.String[] { }); com.akaxin.proto.core.CoreProto.getDescriptor(); com.akaxin.proto.site.ImCtsMessageProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }