com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: NodeJoinedEventResponse.proto
package com.alachisoft.ncache.common.protobuf;
public final class NodeJoinedEventResponseProtocol {
private static com.google.protobuf.Descriptors.Descriptor
internal_static_com_alachisoft_ncache_common_protobuf_NodeJoinedEventResponse_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_com_alachisoft_ncache_common_protobuf_NodeJoinedEventResponse_fieldAccessorTable;
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\035NodeJoinedEventResponse.proto\022%com.ala" +
"chisoft.ncache.common.protobuf\032\rEventId." +
"proto\"\273\001\n\027NodeJoinedEventResponse\022\021\n\tclu" +
"sterIp\030\001 \001(\t\022\023\n\013clusterPort\030\002 \001(\t\022\020\n\010ser" +
"verIp\030\003 \001(\t\022\022\n\nserverPort\030\004 \001(\t\022\021\n\trecon" +
"nect\030\005 \001(\010\022?\n\007eventId\030\006 \001(\0132..com.alachi" +
"soft.ncache.common.protobuf.EventIdB!B\037N" +
"odeJoinedEventResponseProtocol"
};
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_NodeJoinedEventResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_alachisoft_ncache_common_protobuf_NodeJoinedEventResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_com_alachisoft_ncache_common_protobuf_NodeJoinedEventResponse_descriptor,
new java.lang.String[]{"ClusterIp", "ClusterPort", "ServerIp", "ServerPort", "Reconnect", "EventId",},
com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse.class,
com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse.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 NodeJoinedEventResponseProtocol() {
}
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 NodeJoinedEventResponse 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 bool reconnect = 5;
public static final int RECONNECT_FIELD_NUMBER = 5;
// optional .com.alachisoft.ncache.common.protobuf.EventId eventId = 6;
public static final int EVENTID_FIELD_NUMBER = 6;
private static final NodeJoinedEventResponse defaultInstance;
static {
defaultInstance = new NodeJoinedEventResponse(true);
com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.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 hasReconnect;
private boolean reconnect_ = false;
private boolean hasEventId;
private com.alachisoft.ncache.common.protobuf.EventIdProtocol.EventId eventId_;
private int memoizedSerializedSize = -1;
// Use NodeJoinedEventResponse.newBuilder() to construct.
private NodeJoinedEventResponse() {
initFields();
}
private NodeJoinedEventResponse(boolean noInit) {
}
public static NodeJoinedEventResponse getDefaultInstance() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.internal_static_com_alachisoft_ncache_common_protobuf_NodeJoinedEventResponse_descriptor;
}
public static com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse 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.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse 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.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse 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.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse 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.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse 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.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse 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.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse prototype) {
return newBuilder().mergeFrom(prototype);
}
public NodeJoinedEventResponse getDefaultInstanceForType() {
return defaultInstance;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.internal_static_com_alachisoft_ncache_common_protobuf_NodeJoinedEventResponse_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 hasReconnect() {
return hasReconnect;
}
public boolean getReconnect() {
return reconnect_;
}
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 (hasReconnect()) {
output.writeBool(5, getReconnect());
}
if (hasEventId()) {
output.writeMessage(6, 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 (hasReconnect()) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, getReconnect());
}
if (hasEventId()) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(6, 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.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse result;
// Construct using com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse.newBuilder()
private Builder() {
}
private static Builder create() {
Builder builder = new Builder();
builder.result = new com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse();
return builder;
}
protected com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse internalGetResult() {
return result;
}
public Builder clear() {
if (result == null) {
throw new IllegalStateException(
"Cannot call clear() after build().");
}
result = new com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse();
return this;
}
public Builder clone() {
return create().mergeFrom(result);
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse.getDescriptor();
}
public com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse getDefaultInstanceForType() {
return com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse.getDefaultInstance();
}
public boolean isInitialized() {
return result.isInitialized();
}
public com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse build() {
if (result != null && !isInitialized()) {
throw newUninitializedMessageException(result);
}
return buildPartial();
}
private com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
if (!isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return buildPartial();
}
public com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse buildPartial() {
if (result == null) {
throw new IllegalStateException(
"build() has already been called on this Builder.");
}
com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse returnMe = result;
result = null;
return returnMe;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse) {
return mergeFrom((com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse other) {
if (other == com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponseProtocol.NodeJoinedEventResponse.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.hasReconnect()) {
setReconnect(other.getReconnect());
}
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 40: {
setReconnect(input.readBool());
break;
}
case 50: {
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 bool reconnect = 5;
public boolean hasReconnect() {
return result.hasReconnect();
}
public boolean getReconnect() {
return result.getReconnect();
}
public Builder setReconnect(boolean value) {
result.hasReconnect = true;
result.reconnect_ = value;
return this;
}
public Builder clearReconnect() {
result.hasReconnect = false;
result.reconnect_ = false;
return this;
}
// optional .com.alachisoft.ncache.common.protobuf.EventId eventId = 6;
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.NodeJoinedEventResponse)
}
// @@protoc_insertion_point(class_scope:com.alachisoft.ncache.common.protobuf.NodeJoinedEventResponse)
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy