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

com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol Maven / Gradle / Ivy

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

package com.alachisoft.ncache.common.protobuf;

public final class NodeLeftEventResponseProtocol {
    private static com.google.protobuf.Descriptors.Descriptor
            internal_static_com_alachisoft_ncache_common_protobuf_NodeLeftEventResponse_descriptor;
    private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
            internal_static_com_alachisoft_ncache_common_protobuf_NodeLeftEventResponse_fieldAccessorTable;
    private static com.google.protobuf.Descriptors.FileDescriptor
            descriptor;

    static {
        java.lang.String[] descriptorData = {
                "\n\033NodeLeftEventResponse.proto\022%com.alach" +
                        "isoft.ncache.common.protobuf\032\rEventId.pr" +
                        "oto\"\246\001\n\025NodeLeftEventResponse\022\021\n\tcluster" +
                        "Ip\030\001 \001(\t\022\023\n\013clusterPort\030\002 \001(\t\022\020\n\010serverI" +
                        "p\030\003 \001(\t\022\022\n\nserverPort\030\004 \001(\t\022?\n\007eventId\030\005" +
                        " \001(\0132..com.alachisoft.ncache.common.prot" +
                        "obuf.EventIdB\037B\035NodeLeftEventResponsePro" +
                        "tocol"
        };
        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;
                        internal_static_com_alachisoft_ncache_common_protobuf_NodeLeftEventResponse_descriptor =
                                getDescriptor().getMessageTypes().get(0);
                        internal_static_com_alachisoft_ncache_common_protobuf_NodeLeftEventResponse_fieldAccessorTable = new
                                com.google.protobuf.GeneratedMessage.FieldAccessorTable(
                                internal_static_com_alachisoft_ncache_common_protobuf_NodeLeftEventResponse_descriptor,
                                new java.lang.String[]{"ClusterIp", "ClusterPort", "ServerIp", "ServerPort", "EventId",},
                                com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse.class,
                                com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse.Builder.class);
                        return null;
                    }
                };
        com.google.protobuf.Descriptors.FileDescriptor
                .internalBuildGeneratedFileFrom(descriptorData,
                        new com.google.protobuf.Descriptors.FileDescriptor[]{
                                com.alachisoft.ncache.common.protobuf.EventIdProtocol.getDescriptor(),
                        }, assigner);
    }
    private NodeLeftEventResponseProtocol() {
    }

    public static void registerAllExtensions(
            com.google.protobuf.ExtensionRegistry registry) {
    }

    public static com.google.protobuf.Descriptors.FileDescriptor
    getDescriptor() {
        return descriptor;
    }

    public static void internalForceInit() {
    }

    public static final class NodeLeftEventResponse extends
            com.google.protobuf.GeneratedMessage {
        // optional string clusterIp = 1;
        public static final int CLUSTERIP_FIELD_NUMBER = 1;
        // optional string clusterPort = 2;
        public static final int CLUSTERPORT_FIELD_NUMBER = 2;
        // optional string serverIp = 3;
        public static final int SERVERIP_FIELD_NUMBER = 3;
        // optional string serverPort = 4;
        public static final int SERVERPORT_FIELD_NUMBER = 4;
        // optional .com.alachisoft.ncache.common.protobuf.EventId eventId = 5;
        public static final int EVENTID_FIELD_NUMBER = 5;
        private static final NodeLeftEventResponse defaultInstance;

        static {
            defaultInstance = new NodeLeftEventResponse(true);
            com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.internalForceInit();
            defaultInstance.initFields();
        }

        private boolean hasClusterIp;
        private java.lang.String clusterIp_ = "";
        private boolean hasClusterPort;
        private java.lang.String clusterPort_ = "";
        private boolean hasServerIp;
        private java.lang.String serverIp_ = "";
        private boolean hasServerPort;
        private java.lang.String serverPort_ = "";
        private boolean hasEventId;
        private com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId eventId_;
        private int memoizedSerializedSize = -1;
        // Use NodeLeftEventResponse.newBuilder() to construct.
        private NodeLeftEventResponse() {
            initFields();
        }
        private NodeLeftEventResponse(boolean noInit) {
        }

        public static NodeLeftEventResponse getDefaultInstance() {
            return defaultInstance;
        }

        public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
            return com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.internal_static_com_alachisoft_ncache_common_protobuf_NodeLeftEventResponse_descriptor;
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseFrom(
                com.google.protobuf.ByteString data)
                throws com.google.protobuf.InvalidProtocolBufferException {
            return newBuilder().mergeFrom(data).buildParsed();
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseFrom(
                com.google.protobuf.ByteString data,
                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                throws com.google.protobuf.InvalidProtocolBufferException {
            return newBuilder().mergeFrom(data, extensionRegistry)
                    .buildParsed();
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseFrom(byte[] data)
                throws com.google.protobuf.InvalidProtocolBufferException {
            return newBuilder().mergeFrom(data).buildParsed();
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseFrom(
                byte[] data,
                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                throws com.google.protobuf.InvalidProtocolBufferException {
            return newBuilder().mergeFrom(data, extensionRegistry)
                    .buildParsed();
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseFrom(java.io.InputStream input)
                throws java.io.IOException {
            return newBuilder().mergeFrom(input).buildParsed();
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseFrom(
                java.io.InputStream input,
                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                throws java.io.IOException {
            return newBuilder().mergeFrom(input, extensionRegistry)
                    .buildParsed();
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseDelimitedFrom(java.io.InputStream input)
                throws java.io.IOException {
            Builder builder = newBuilder();
            if (builder.mergeDelimitedFrom(input)) {
                return builder.buildParsed();
            } else {
                return null;
            }
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseDelimitedFrom(
                java.io.InputStream input,
                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                throws java.io.IOException {
            Builder builder = newBuilder();
            if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
                return builder.buildParsed();
            } else {
                return null;
            }
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseFrom(
                com.google.protobuf.CodedInputStream input)
                throws java.io.IOException {
            return newBuilder().mergeFrom(input).buildParsed();
        }

        public static com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse parseFrom(
                com.google.protobuf.CodedInputStream input,
                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                throws java.io.IOException {
            return newBuilder().mergeFrom(input, extensionRegistry)
                    .buildParsed();
        }

        public static Builder newBuilder() {
            return Builder.create();
        }

        public static Builder newBuilder(com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse prototype) {
            return newBuilder().mergeFrom(prototype);
        }

        public NodeLeftEventResponse getDefaultInstanceForType() {
            return defaultInstance;
        }

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
            return com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.internal_static_com_alachisoft_ncache_common_protobuf_NodeLeftEventResponse_fieldAccessorTable;
        }

        public boolean hasClusterIp() {
            return hasClusterIp;
        }

        public java.lang.String getClusterIp() {
            return clusterIp_;
        }

        public boolean hasClusterPort() {
            return hasClusterPort;
        }

        public java.lang.String getClusterPort() {
            return clusterPort_;
        }

        public boolean hasServerIp() {
            return hasServerIp;
        }

        public java.lang.String getServerIp() {
            return serverIp_;
        }

        public boolean hasServerPort() {
            return hasServerPort;
        }

        public java.lang.String getServerPort() {
            return serverPort_;
        }

        public boolean hasEventId() {
            return hasEventId;
        }

        public com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId getEventId() {
            return eventId_;
        }

        private void initFields() {
            eventId_ = com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId.getDefaultInstance();
        }

        public final boolean isInitialized() {
            return true;
        }

        public void writeTo(com.google.protobuf.CodedOutputStream output)
                throws java.io.IOException {
            getSerializedSize();
            if (hasClusterIp()) {
                output.writeString(1, getClusterIp());
            }
            if (hasClusterPort()) {
                output.writeString(2, getClusterPort());
            }
            if (hasServerIp()) {
                output.writeString(3, getServerIp());
            }
            if (hasServerPort()) {
                output.writeString(4, getServerPort());
            }
            if (hasEventId()) {
                output.writeMessage(5, getEventId());
            }
            getUnknownFields().writeTo(output);
        }

        public int getSerializedSize() {
            int size = memoizedSerializedSize;
            if (size != -1) return size;

            size = 0;
            if (hasClusterIp()) {
                size += com.google.protobuf.CodedOutputStream
                        .computeStringSize(1, getClusterIp());
            }
            if (hasClusterPort()) {
                size += com.google.protobuf.CodedOutputStream
                        .computeStringSize(2, getClusterPort());
            }
            if (hasServerIp()) {
                size += com.google.protobuf.CodedOutputStream
                        .computeStringSize(3, getServerIp());
            }
            if (hasServerPort()) {
                size += com.google.protobuf.CodedOutputStream
                        .computeStringSize(4, getServerPort());
            }
            if (hasEventId()) {
                size += com.google.protobuf.CodedOutputStream
                        .computeMessageSize(5, getEventId());
            }
            size += getUnknownFields().getSerializedSize();
            memoizedSerializedSize = size;
            return size;
        }

        public Builder newBuilderForType() {
            return newBuilder();
        }

        public Builder toBuilder() {
            return newBuilder(this);
        }

        public static final class Builder extends
                com.google.protobuf.GeneratedMessage.Builder {
            private com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse result;

            // Construct using com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse.newBuilder()
            private Builder() {
            }

            private static Builder create() {
                Builder builder = new Builder();
                builder.result = new com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse();
                return builder;
            }

            protected com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse internalGetResult() {
                return result;
            }

            public Builder clear() {
                if (result == null) {
                    throw new IllegalStateException(
                            "Cannot call clear() after build().");
                }
                result = new com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse();
                return this;
            }

            public Builder clone() {
                return create().mergeFrom(result);
            }

            public com.google.protobuf.Descriptors.Descriptor
            getDescriptorForType() {
                return com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse.getDescriptor();
            }

            public com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse getDefaultInstanceForType() {
                return com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse.getDefaultInstance();
            }

            public boolean isInitialized() {
                return result.isInitialized();
            }

            public com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse build() {
                if (result != null && !isInitialized()) {
                    throw newUninitializedMessageException(result);
                }
                return buildPartial();
            }

            private com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse buildParsed()
                    throws com.google.protobuf.InvalidProtocolBufferException {
                if (!isInitialized()) {
                    throw newUninitializedMessageException(
                            result).asInvalidProtocolBufferException();
                }
                return buildPartial();
            }

            public com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse buildPartial() {
                if (result == null) {
                    throw new IllegalStateException(
                            "build() has already been called on this Builder.");
                }
                com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse returnMe = result;
                result = null;
                return returnMe;
            }

            public Builder mergeFrom(com.google.protobuf.Message other) {
                if (other instanceof com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse) {
                    return mergeFrom((com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse) other);
                } else {
                    super.mergeFrom(other);
                    return this;
                }
            }

            public Builder mergeFrom(com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse other) {
                if (other == com.alachisoft.ncache.common.protobuf.NodeLeftEventResponseProtocol.NodeLeftEventResponse.getDefaultInstance())
                    return this;
                if (other.hasClusterIp()) {
                    setClusterIp(other.getClusterIp());
                }
                if (other.hasClusterPort()) {
                    setClusterPort(other.getClusterPort());
                }
                if (other.hasServerIp()) {
                    setServerIp(other.getServerIp());
                }
                if (other.hasServerPort()) {
                    setServerPort(other.getServerPort());
                }
                if (other.hasEventId()) {
                    mergeEventId(other.getEventId());
                }
                this.mergeUnknownFields(other.getUnknownFields());
                return this;
            }

            public Builder mergeFrom(
                    com.google.protobuf.CodedInputStream input,
                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                    throws java.io.IOException {
                com.google.protobuf.UnknownFieldSet.Builder unknownFields =
                        com.google.protobuf.UnknownFieldSet.newBuilder(
                                this.getUnknownFields());
                while (true) {
                    int tag = input.readTag();
                    switch (tag) {
                        case 0:
                            this.setUnknownFields(unknownFields.build());
                            return this;
                        default: {
                            if (!parseUnknownField(input, unknownFields,
                                    extensionRegistry, tag)) {
                                this.setUnknownFields(unknownFields.build());
                                return this;
                            }
                            break;
                        }
                        case 10: {
                            setClusterIp(input.readString());
                            break;
                        }
                        case 18: {
                            setClusterPort(input.readString());
                            break;
                        }
                        case 26: {
                            setServerIp(input.readString());
                            break;
                        }
                        case 34: {
                            setServerPort(input.readString());
                            break;
                        }
                        case 42: {
                            com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId.Builder subBuilder = com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId.newBuilder();
                            if (hasEventId()) {
                                subBuilder.mergeFrom(getEventId());
                            }
                            input.readMessage(subBuilder, extensionRegistry);
                            setEventId(subBuilder.buildPartial());
                            break;
                        }
                    }
                }
            }


            // optional string clusterIp = 1;
            public boolean hasClusterIp() {
                return result.hasClusterIp();
            }

            public java.lang.String getClusterIp() {
                return result.getClusterIp();
            }

            public Builder setClusterIp(java.lang.String value) {
                if (value == null) {
                    throw new NullPointerException();
                }
                result.hasClusterIp = true;
                result.clusterIp_ = value;
                return this;
            }

            public Builder clearClusterIp() {
                result.hasClusterIp = false;
                result.clusterIp_ = getDefaultInstance().getClusterIp();
                return this;
            }

            // optional string clusterPort = 2;
            public boolean hasClusterPort() {
                return result.hasClusterPort();
            }

            public java.lang.String getClusterPort() {
                return result.getClusterPort();
            }

            public Builder setClusterPort(java.lang.String value) {
                if (value == null) {
                    throw new NullPointerException();
                }
                result.hasClusterPort = true;
                result.clusterPort_ = value;
                return this;
            }

            public Builder clearClusterPort() {
                result.hasClusterPort = false;
                result.clusterPort_ = getDefaultInstance().getClusterPort();
                return this;
            }

            // optional string serverIp = 3;
            public boolean hasServerIp() {
                return result.hasServerIp();
            }

            public java.lang.String getServerIp() {
                return result.getServerIp();
            }

            public Builder setServerIp(java.lang.String value) {
                if (value == null) {
                    throw new NullPointerException();
                }
                result.hasServerIp = true;
                result.serverIp_ = value;
                return this;
            }

            public Builder clearServerIp() {
                result.hasServerIp = false;
                result.serverIp_ = getDefaultInstance().getServerIp();
                return this;
            }

            // optional string serverPort = 4;
            public boolean hasServerPort() {
                return result.hasServerPort();
            }

            public java.lang.String getServerPort() {
                return result.getServerPort();
            }

            public Builder setServerPort(java.lang.String value) {
                if (value == null) {
                    throw new NullPointerException();
                }
                result.hasServerPort = true;
                result.serverPort_ = value;
                return this;
            }

            public Builder clearServerPort() {
                result.hasServerPort = false;
                result.serverPort_ = getDefaultInstance().getServerPort();
                return this;
            }

            // optional .com.alachisoft.ncache.common.protobuf.EventId eventId = 5;
            public boolean hasEventId() {
                return result.hasEventId();
            }

            public com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId getEventId() {
                return result.getEventId();
            }

            public Builder setEventId(com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId value) {
                if (value == null) {
                    throw new NullPointerException();
                }
                result.hasEventId = true;
                result.eventId_ = value;
                return this;
            }

            public Builder setEventId(com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId.Builder builderForValue) {
                result.hasEventId = true;
                result.eventId_ = builderForValue.build();
                return this;
            }

            public Builder mergeEventId(com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId value) {
                if (result.hasEventId() &&
                        result.eventId_ != com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId.getDefaultInstance()) {
                    result.eventId_ =
                            com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId.newBuilder(result.eventId_).mergeFrom(value).buildPartial();
                } else {
                    result.eventId_ = value;
                }
                result.hasEventId = true;
                return this;
            }

            public Builder clearEventId() {
                result.hasEventId = false;
                result.eventId_ = com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId.getDefaultInstance();
                return this;
            }

            // @@protoc_insertion_point(builder_scope:com.alachisoft.ncache.common.protobuf.NodeLeftEventResponse)
        }

        // @@protoc_insertion_point(class_scope:com.alachisoft.ncache.common.protobuf.NodeLeftEventResponse)
    }

    // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy