From 7c103cbba1f8162024bd15dab3e86fdd3cf0cc3f Mon Sep 17 00:00:00 2001 From: bcjang Date: Thu, 6 Mar 2025 11:54:47 +0900 Subject: [PATCH] =?UTF-8?q?proto=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RabbitMq/message/FloorProfitInfo.java | 731 ++ .../message/FloorProfitInfoOrBuilder.java | 63 + .../domain/RabbitMq/message/GameDefine.java | 1422 ++- .../RabbitMq/message/ServerMessage.java | 9796 +++++++++++++++++ .../message/ServerMessageOrBuilder.java | 135 + .../message/ServerMessageOuterClass.java | 532 +- 6 files changed, 11902 insertions(+), 777 deletions(-) create mode 100644 src/main/java/com/caliverse/admin/domain/RabbitMq/message/FloorProfitInfo.java create mode 100644 src/main/java/com/caliverse/admin/domain/RabbitMq/message/FloorProfitInfoOrBuilder.java diff --git a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/FloorProfitInfo.java b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/FloorProfitInfo.java new file mode 100644 index 0000000..1d291e9 --- /dev/null +++ b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/FloorProfitInfo.java @@ -0,0 +1,731 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: Game_Define.proto + +package com.caliverse.admin.domain.RabbitMq.message; + +/** + * Protobuf type {@code FloorProfitInfo} + */ +public final class FloorProfitInfo extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:FloorProfitInfo) + FloorProfitInfoOrBuilder { +private static final long serialVersionUID = 0L; + // Use FloorProfitInfo.newBuilder() to construct. + private FloorProfitInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private FloorProfitInfo() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new FloorProfitInfo(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.GameDefine.internal_static_FloorProfitInfo_descriptor; + } + + @SuppressWarnings({"rawtypes"}) + @java.lang.Override + protected com.google.protobuf.MapField internalGetMapField( + int number) { + switch (number) { + case 1: + return internalGetProfits(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.GameDefine.internal_static_FloorProfitInfo_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo.class, com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo.Builder.class); + } + + public static final int PROFITS_FIELD_NUMBER = 1; + private static final class ProfitsDefaultEntryHolder { + static final com.google.protobuf.MapEntry< + java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.caliverse.admin.domain.RabbitMq.message.GameDefine.internal_static_FloorProfitInfo_ProfitsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.INT32, + 0, + com.google.protobuf.WireFormat.FieldType.MESSAGE, + com.caliverse.admin.domain.RabbitMq.message.Money.getDefaultInstance()); + } + @SuppressWarnings("serial") + private com.google.protobuf.MapField< + java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> profits_; + private com.google.protobuf.MapField + internalGetProfits() { + if (profits_ == null) { + return com.google.protobuf.MapField.emptyMapField( + ProfitsDefaultEntryHolder.defaultEntry); + } + return profits_; + } + public int getProfitsCount() { + return internalGetProfits().getMap().size(); + } + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + @java.lang.Override + public boolean containsProfits( + int key) { + + return internalGetProfits().getMap().containsKey(key); + } + /** + * Use {@link #getProfitsMap()} instead. + */ + @java.lang.Override + @java.lang.Deprecated + public java.util.Map getProfits() { + return getProfitsMap(); + } + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + @java.lang.Override + public java.util.Map getProfitsMap() { + return internalGetProfits().getMap(); + } + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + @java.lang.Override + public /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrDefault( + int key, + /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.Money defaultValue) { + + java.util.Map map = + internalGetProfits().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrThrow( + int key) { + + java.util.Map map = + internalGetProfits().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + + 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 { + com.google.protobuf.GeneratedMessageV3 + .serializeIntegerMapTo( + output, + internalGetProfits(), + ProfitsDefaultEntryHolder.defaultEntry, + 1); + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + for (java.util.Map.Entry entry + : internalGetProfits().getMap().entrySet()) { + com.google.protobuf.MapEntry + profits__ = ProfitsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, profits__); + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo other = (com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo) obj; + + if (!internalGetProfits().equals( + other.internalGetProfits())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (!internalGetProfits().getMap().isEmpty()) { + hash = (37 * hash) + PROFITS_FIELD_NUMBER; + hash = (53 * hash) + internalGetProfits().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo 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.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo 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.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo 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(com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo 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 FloorProfitInfo} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:FloorProfitInfo) + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfoOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.GameDefine.internal_static_FloorProfitInfo_descriptor; + } + + @SuppressWarnings({"rawtypes"}) + protected com.google.protobuf.MapField internalGetMapField( + int number) { + switch (number) { + case 1: + return internalGetProfits(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @SuppressWarnings({"rawtypes"}) + protected com.google.protobuf.MapField internalGetMutableMapField( + int number) { + switch (number) { + case 1: + return internalGetMutableProfits(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.GameDefine.internal_static_FloorProfitInfo_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo.class, com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + internalGetMutableProfits().clear(); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.GameDefine.internal_static_FloorProfitInfo_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo build() { + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo result = new com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo(this); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.profits_ = internalGetProfits(); + result.profits_.makeImmutable(); + } + } + + @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 com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo.getDefaultInstance()) return this; + internalGetMutableProfits().mergeFrom( + other.internalGetProfits()); + bitField0_ |= 0x00000001; + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.protobuf.MapEntry + profits__ = input.readMessage( + ProfitsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableProfits().getMutableMap().put( + profits__.getKey(), profits__.getValue()); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private com.google.protobuf.MapField< + java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> profits_; + private com.google.protobuf.MapField + internalGetProfits() { + if (profits_ == null) { + return com.google.protobuf.MapField.emptyMapField( + ProfitsDefaultEntryHolder.defaultEntry); + } + return profits_; + } + private com.google.protobuf.MapField + internalGetMutableProfits() { + if (profits_ == null) { + profits_ = com.google.protobuf.MapField.newMapField( + ProfitsDefaultEntryHolder.defaultEntry); + } + if (!profits_.isMutable()) { + profits_ = profits_.copy(); + } + bitField0_ |= 0x00000001; + onChanged(); + return profits_; + } + public int getProfitsCount() { + return internalGetProfits().getMap().size(); + } + /** + *
+     * <CurrencyType, Money>
+     * 
+ * + * map<int32, .Money> profits = 1; + */ + @java.lang.Override + public boolean containsProfits( + int key) { + + return internalGetProfits().getMap().containsKey(key); + } + /** + * Use {@link #getProfitsMap()} instead. + */ + @java.lang.Override + @java.lang.Deprecated + public java.util.Map getProfits() { + return getProfitsMap(); + } + /** + *
+     * <CurrencyType, Money>
+     * 
+ * + * map<int32, .Money> profits = 1; + */ + @java.lang.Override + public java.util.Map getProfitsMap() { + return internalGetProfits().getMap(); + } + /** + *
+     * <CurrencyType, Money>
+     * 
+ * + * map<int32, .Money> profits = 1; + */ + @java.lang.Override + public /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrDefault( + int key, + /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.Money defaultValue) { + + java.util.Map map = + internalGetProfits().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + *
+     * <CurrencyType, Money>
+     * 
+ * + * map<int32, .Money> profits = 1; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrThrow( + int key) { + + java.util.Map map = + internalGetProfits().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + public Builder clearProfits() { + bitField0_ = (bitField0_ & ~0x00000001); + internalGetMutableProfits().getMutableMap() + .clear(); + return this; + } + /** + *
+     * <CurrencyType, Money>
+     * 
+ * + * map<int32, .Money> profits = 1; + */ + public Builder removeProfits( + int key) { + + internalGetMutableProfits().getMutableMap() + .remove(key); + return this; + } + /** + * Use alternate mutation accessors instead. + */ + @java.lang.Deprecated + public java.util.Map + getMutableProfits() { + bitField0_ |= 0x00000001; + return internalGetMutableProfits().getMutableMap(); + } + /** + *
+     * <CurrencyType, Money>
+     * 
+ * + * map<int32, .Money> profits = 1; + */ + public Builder putProfits( + int key, + com.caliverse.admin.domain.RabbitMq.message.Money value) { + + if (value == null) { throw new NullPointerException("map value"); } + internalGetMutableProfits().getMutableMap() + .put(key, value); + bitField0_ |= 0x00000001; + return this; + } + /** + *
+     * <CurrencyType, Money>
+     * 
+ * + * map<int32, .Money> profits = 1; + */ + public Builder putAllProfits( + java.util.Map values) { + internalGetMutableProfits().getMutableMap() + .putAll(values); + bitField0_ |= 0x00000001; + 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:FloorProfitInfo) + } + + // @@protoc_insertion_point(class_scope:FloorProfitInfo) + private static final com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public FloorProfitInfo parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/FloorProfitInfoOrBuilder.java b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/FloorProfitInfoOrBuilder.java new file mode 100644 index 0000000..5ff6eb2 --- /dev/null +++ b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/FloorProfitInfoOrBuilder.java @@ -0,0 +1,63 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: Game_Define.proto + +package com.caliverse.admin.domain.RabbitMq.message; + +public interface FloorProfitInfoOrBuilder extends + // @@protoc_insertion_point(interface_extends:FloorProfitInfo) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + int getProfitsCount(); + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + boolean containsProfits( + int key); + /** + * Use {@link #getProfitsMap()} instead. + */ + @java.lang.Deprecated + java.util.Map + getProfits(); + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + java.util.Map + getProfitsMap(); + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrDefault( + int key, + /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.Money defaultValue); + /** + *
+   * <CurrencyType, Money>
+   * 
+ * + * map<int32, .Money> profits = 1; + */ + com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrThrow( + int key); +} diff --git a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/GameDefine.java b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/GameDefine.java index 63d93e3..71883f6 100644 --- a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/GameDefine.java +++ b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/GameDefine.java @@ -189,6 +189,11 @@ public final class GameDefine { static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_BuildingInfo_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_BuildingFloorInfo_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_BuildingFloorInfo_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_LandLinkedInfo_descriptor; static final @@ -614,6 +619,61 @@ public final class GameDefine { static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_MeetingRoomInfo_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_FloorProfitInfo_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_FloorProfitInfo_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_FloorProfitInfo_ProfitsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_FloorProfitInfo_ProfitsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_BuildingRentalHistoryInfo_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_BuildingRentalHistoryInfo_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_BuildingProfitHistoryInfo_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_BuildingProfitHistoryInfo_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_LandAuctionCompact_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_LandAuctionCompact_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_LandAuctionInfo_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_LandAuctionInfo_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_LandAuctionSummary_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_LandAuctionSummary_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_SwitchingPropState_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_SwitchingPropState_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_BattlePodCombatState_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_BattlePodCombatState_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_BattleObjectInfo_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_BattleObjectInfo_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_BattleEventInfo_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_BattleEventInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { @@ -716,7 +776,7 @@ public final class GameDefine { "nventory\022\020\n\010toolSlot\030\t \003(\t\022\021\n\tSlotCount\030" + "\n \003(\005\022!\n\013channelInfo\030\014 \001(\0132\014.ChannelInfo" + "\022)\n\016tattooInfoList\030\r \003(\0132\021.MyTattooSlotI" + - "nfo\"\201\003\n\tGameActor\022\021\n\tactorGuid\030\001 \001(\t\022\014\n\004" + + "nfo\"\221\003\n\tGameActor\022\021\n\tactorGuid\030\001 \001(\t\022\014\n\004" + "name\030\002 \001(\t\022\037\n\navatarInfo\030\003 \001(\0132\013.AvatarI" + "nfo\022*\n\tclothInfo\030\004 \001(\0132\027.ClothInfoOfAnot" + "herUser\022\035\n\tequipInfo\030\005 \001(\0132\n.EquipInfo\022\021" + @@ -724,26 +784,34 @@ public final class GameDefine { "\0132\017.TattooSlotInfo\022\033\n\010BuffInfo\030\013 \001(\0132\t.B" + "uffInfo\022\021\n\tusergroup\030\014 \001(\t\022\020\n\010operator\030\r" + " \001(\005\022\023\n\013displayName\030\016 \001(\t\022\032\n\022occupiedAnc" + - "horGuid\030\017 \001(\t\022\r\n\005state\030\020 \001(\005\022)\n\017entitySt" + - "ateInfo\030\025 \001(\0132\020.EntityStateInfo\"i\n\017Entit" + - "yStateInfo\022#\n\tstateType\030\025 \001(\0162\020.EntitySt" + - "ateType\022\026\n\016anchorMetaGuid\030\026 \001(\t\022\031\n\021metaI" + - "dOfStateType\030\027 \001(\005\"\236\002\n\010PropInfo\022\022\n\nancho" + - "rGuid\030\001 \001(\t\022\r\n\005owner\030\002 \001(\t\022\031\n\021occupiedAc" + - "torGuid\030\003 \001(\t\022\017\n\007tableId\030\004 \001(\005\022\020\n\010itemGu" + - "id\030\005 \001(\t\022\022\n\nmannequins\030\006 \003(\005\022\020\n\010isUsable" + - "\030\007 \001(\005\022-\n\tstartTime\030\013 \001(\0132\032.google.proto" + - "buf.Timestamp\022+\n\007endTime\030\014 \001(\0132\032.google." + - "protobuf.Timestamp\022/\n\013respawnTime\030\r \001(\0132" + - "\032.google.protobuf.Timestamp\"$\n\010SlotInfo\022" + - "\014\n\004slot\030\001 \001(\005\022\n\n\002id\030\002 \001(\005\"y\n\010LandInfo\022\n\n" + - "\002id\030\001 \001(\005\022\r\n\005owner\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\022\023" + - "\n\013description\030\004 \001(\t\022\022\n\nbuildingId\030\005 \001(\005\022" + - "\033\n\010propList\030\006 \003(\0132\t.PropInfo\"\206\001\n\014Buildin" + - "gInfo\022\n\n\002id\030\001 \001(\005\022\r\n\005owner\030\002 \001(\t\022\014\n\004name" + - "\030\003 \001(\t\022\023\n\013description\030\004 \001(\t\022\033\n\010roomList\030" + - "\005 \003(\0132\t.SlotInfo\022\033\n\010propList\030\006 \003(\0132\t.Pro" + - "pInfo\"\254\001\n\016LandLinkedInfo\022\016\n\006landId\030\001 \001(\005" + + "horGuid\030\017 \001(\t\022\r\n\005state\030\020 \001(\005\022\016\n\006hostId\030\021" + + " \001(\005\022)\n\017entityStateInfo\030\025 \001(\0132\020.EntitySt" + + "ateInfo\"i\n\017EntityStateInfo\022#\n\tstateType\030" + + "\025 \001(\0162\020.EntityStateType\022\026\n\016anchorMetaGui" + + "d\030\026 \001(\t\022\031\n\021metaIdOfStateType\030\027 \001(\005\"\236\002\n\010P" + + "ropInfo\022\022\n\nanchorGuid\030\001 \001(\t\022\r\n\005owner\030\002 \001" + + "(\t\022\031\n\021occupiedActorGuid\030\003 \001(\t\022\017\n\007tableId" + + "\030\004 \001(\005\022\020\n\010itemGuid\030\005 \001(\t\022\022\n\nmannequins\030\006" + + " \003(\005\022\020\n\010isUsable\030\007 \001(\005\022-\n\tstartTime\030\013 \001(" + + "\0132\032.google.protobuf.Timestamp\022+\n\007endTime" + + "\030\014 \001(\0132\032.google.protobuf.Timestamp\022/\n\013re" + + "spawnTime\030\r \001(\0132\032.google.protobuf.Timest" + + "amp\"$\n\010SlotInfo\022\014\n\004slot\030\001 \001(\005\022\n\n\002id\030\002 \001(" + + "\005\"{\n\010LandInfo\022\022\n\nlandMetaId\030\001 \001(\005\022\020\n\010lan" + + "dName\030\002 \001(\t\022\027\n\017landDescription\030\003 \001(\t\022\025\n\r" + + "ownerUserGuid\030\004 \001(\t\022\031\n\021ownerUserNickname" + + "\030\005 \001(\t\"\217\002\n\014BuildingInfo\022\026\n\016buildingMetaI" + + "d\030\001 \001(\005\022\024\n\014buildingName\030\002 \001(\t\022\033\n\023buildin" + + "gDescription\030\003 \001(\t\022\025\n\rownerUserGuid\030\004 \001(" + + "\t\022\031\n\021ownerUserNickname\030\005 \001(\t\022)\n\022rentalCu" + + "rrencyType\030\006 \001(\0162\r.CurrencyType\022\034\n\024renta" + + "lCurrencyAmount\030\007 \001(\001\022\030\n\020rentalFloorCoun" + + "t\030\010 \001(\005\022\037\n\014isRentalOpen\030\t \001(\0162\t.BoolType" + + "\"\242\001\n\021BuildingFloorInfo\022\r\n\005floor\030\002 \001(\005\022\024\n" + + "\014instanceName\030\003 \001(\t\022\026\n\016renteeUserGuid\030\004 " + + "\001(\t\022\032\n\022renteeUserNickname\030\005 \001(\t\0224\n\020renta" + + "lFinishTime\030\006 \001(\0132\032.google.protobuf.Time" + + "stamp\"\254\001\n\016LandLinkedInfo\022\016\n\006landId\030\001 \001(\005" + "\022?\n\020FloorLinkedInfos\030\002 \003(\0132%.LandLinkedI" + "nfo.FloorLinkedInfosEntry\032I\n\025FloorLinked" + "InfosEntry\022\013\n\003key\030\001 \001(\005\022\037\n\005value\030\002 \001(\0132\020" + @@ -762,7 +830,7 @@ public final class GameDefine { "dId\030\002 \001(\005\022\022\n\nbuildingId\030\003 \001(\005\022\r\n\005floor\030\004" + " \001(\005\022)\n\017floorLinkedInfo\030\005 \001(\0132\020.FloorLin" + "kedInfo\")\n\010MailItem\022\016\n\006itemId\030\001 \001(\005\022\r\n\005c" + - "ount\030\002 \001(\005\"\305\002\n\010MailInfo\022\017\n\007MailKey\030\001 \001(\t" + + "ount\030\002 \001(\001\"\204\003\n\010MailInfo\022\017\n\007MailKey\030\001 \001(\t" + "\022\016\n\006isRead\030\002 \001(\005\022\021\n\tisGetItem\030\003 \001(\005\022\020\n\010n" + "ickName\030\004 \001(\t\022\r\n\005title\030\005 \001(\t\022\014\n\004text\030\006 \001" + "(\t\022.\n\ncreateTime\030\007 \001(\0132\032.google.protobuf" + @@ -770,497 +838,599 @@ public final class GameDefine { "protobuf.Timestamp\022\024\n\014isSystemMail\030\t \001(\005" + "\022\020\n\010mailType\030\n \001(\005\022#\n\020isTextByMetaData\030\013" + " \001(\0162\t.BoolType\022\033\n\010itemList\030\014 \003(\0132\t.Mail" + - "Item\022\014\n\004guid\030\r \001(\t\"h\n\026LocatedInstanceCon" + - "text\022\035\n\025locatedinstanceMetaId\030\001 \001(\005\022/\n\013l" + - "ocatedTime\030\013 \001(\0132\032.google.protobuf.Times" + - "tamp\"h\n\rQuestMailInfo\022\016\n\006isRead\030\001 \001(\005\022\027\n" + - "\017composedQuestId\030\002 \001(\003\022.\n\ncreateTime\030\003 \001" + - "(\0132\032.google.protobuf.Timestamp\"O\n\nFriend" + - "Info\022\014\n\004guid\030\001 \001(\t\022\020\n\010nickName\030\002 \001(\t\022\022\n\n" + - "folderName\030\003 \001(\t\022\r\n\005isNew\030\004 \001(\005\"@\n\022Frien" + - "dNickNameInfo\022\022\n\ntargetGuid\030\001 \001(\t\022\026\n\016tar" + - "getNickName\030\002 \001(\t\"\330\003\n\tQuestInfo\022\027\n\017compo" + - "sedQuestId\030\001 \001(\003\0223\n\017questAssignTime\030\002 \001(" + - "\0132\032.google.protobuf.Timestamp\022\026\n\016current" + - "TaskNum\030\003 \001(\005\0221\n\rtaskStartTime\030\004 \001(\0132\032.g" + - "oogle.protobuf.Timestamp\0225\n\021questComplet" + - "eTime\030\005 \001(\0132\032.google.protobuf.Timestamp\022" + - "\025\n\ractiveIdxList\030\006 \003(\005\022\022\n\nhasCounter\030\007 \001" + - "(\005\022\022\n\nminCounter\030\010 \001(\005\022\022\n\nmaxCounter\030\t \001" + - "(\005\022\026\n\016currentCounter\030\n \001(\005\022\022\n\nisComplete" + - "\030\013 \001(\005\022\035\n\025replacedRewardGroupId\030\014 \001(\005\022\020\n" + - "\010hasTimer\030\r \001(\005\0225\n\021timerCompleteTime\030\016 \001" + - "(\0132\032.google.protobuf.Timestamp\022\024\n\014active" + - "Events\030\017 \003(\t\"\254\002\n\rQuestMetaInfo\022\r\n\005index\030" + - "\001 \001(\005\022\027\n\017composedQuestId\030\002 \001(\003\022\023\n\013eventT" + - "arget\030\003 \001(\t\022\021\n\teventName\030\004 \001(\t\022\027\n\017eventC" + - "ondition1\030\005 \001(\t\022\027\n\017eventCondition2\030\006 \001(\t" + - "\022\027\n\017eventCondition3\030\007 \001(\t\022\026\n\016functionTar" + - "get\030\010 \001(\t\022\024\n\014functionName\030\t \001(\t\022\032\n\022funct" + - "ionCondition1\030\n \001(\t\022\032\n\022functionCondition" + - "2\030\013 \001(\t\022\032\n\022functionCondition3\030\014 \001(\t\"\314\002\n\023" + - "QuestAssignMetaInfo\022\027\n\017composedQuestId\030\001" + - " \001(\003\022\021\n\tquestType\030\002 \001(\t\022\016\n\006reveal\030\003 \001(\005\022" + - "\021\n\tquestName\030\004 \001(\t\022\022\n\nassignType\030\005 \001(\t\022\027" + - "\n\017requirementType\030\006 \001(\t\022\030\n\020requirementVa" + - "lue\030\007 \001(\r\022\023\n\013forceAccept\030\010 \001(\005\022\021\n\tmailTi" + - "tle\030\t \001(\t\022\022\n\nmailSender\030\n \001(\t\022\020\n\010mailDes" + - "c\030\013 \001(\t\022\020\n\010dialogue\030\014 \001(\t\022\026\n\016dialogueRes" + - "ult\030\r \001(\t\022\025\n\rrewardGroupId\030\016 \001(\005\022\020\n\010prio" + - "rity\030\017 \001(\005\"\263\001\n\021QuestTaskMetaInfo\022\013\n\003idx\030" + - "\001 \001(\005\022\027\n\017composedQuestId\030\002 \001(\003\022\017\n\007taskNu" + - "m\030\003 \001(\005\022\020\n\010taskName\030\004 \001(\t\022\025\n\rtaskConditi" + - "on\030\005 \001(\t\022\031\n\021taskConditionDesc\030\006 \001(\t\022\022\n\ns" + - "etCounter\030\007 \001(\005\022\017\n\007worldId\030\010 \001(\005\"j\n\014Ques" + - "tEndInfo\022\027\n\017composedQuestId\030\001 \001(\003\022\020\n\010end" + - "Count\030\002 \001(\005\022/\n\013lastEndTime\030\003 \001(\0132\032.googl" + - "e.protobuf.Timestamp\"j\n\tBlockInfo\022\014\n\004gui" + - "d\030\001 \001(\t\022\020\n\010nickName\030\002 \001(\t\022\r\n\005isNew\030\003 \001(\005" + - "\022.\n\ncreateTime\030\004 \001(\0132\032.google.protobuf.T" + - "imestamp\"\220\001\n\014FriendFolder\022\022\n\nfolderName\030" + - "\001 \001(\t\022\016\n\006isHold\030\002 \001(\005\022,\n\010holdTime\030\003 \001(\0132" + - "\032.google.protobuf.Timestamp\022.\n\ncreateTim" + - "e\030\004 \001(\0132\032.google.protobuf.Timestamp\"s\n\021F" + - "riendRequestInfo\022\014\n\004guid\030\001 \001(\t\022\020\n\010nickNa" + - "me\030\002 \001(\t\022\r\n\005isNew\030\003 \001(\005\022/\n\013requestTime\030\004" + - " \001(\0132\032.google.protobuf.Timestamp\"F\n\021Frie" + - "ndErrorMember\022#\n\terrorCode\030\001 \001(\0162\020.Serve" + - "rErrorCode\022\014\n\004guid\030\002 \001(\t\"_\n\024ClaimEventAc" + - "tiveInfo\022\027\n\017activeRewardIdx\030\001 \001(\005\022\022\n\nisC" + - "omplete\030\002 \001(\005\022\032\n\022rewardRemainSecond\030\003 \001(" + - "\003\"q\n\026InvitePartyErrorMember\022#\n\terrorCode" + - "\030\001 \001(\0162\020.ServerErrorCode\022\032\n\022inviteUserNi" + - "ckname\030\002 \001(\t\022\026\n\016inviteUserGuid\030\003 \001(\t\"\273\001\n" + - "\020InvitePartyState\022\027\n\017invitePartyGuid\030\001 \001" + - "(\t\022!\n\031invitePartyLeaderNickname\030\002 \001(\t\022\035\n" + - "\025invitePartyLeaderGuid\030\003 \001(\t\022\037\n\027currentP" + - "artyMemberCount\030\004 \001(\005\022+\n\007endTime\030\005 \001(\0132\032" + - ".google.protobuf.Timestamp\"w\n\024InvitePart" + - "ySendState\022\032\n\022inviteUserNickname\030\001 \001(\t\022\026" + - "\n\016inviteUserGuid\030\002 \001(\t\022+\n\007endTime\030\003 \001(\0132" + - "\032.google.protobuf.Timestamp\"U\n\nPartyStat" + - "e\022\021\n\tpartyName\030\001 \001(\t\022\033\n\023partyLeaderNickn" + - "ame\030\002 \001(\t\022\027\n\017partyMemberList\030\003 \003(\t\"\212\001\n\020P" + - "artyMemberState\022\022\n\nmemberGuid\030\001 \001(\t\022\026\n\016m" + - "emberNickname\030\002 \001(\t\022\016\n\006markId\030\003 \001(\005\022\021\n\003p" + - "os\030\004 \001(\0132\004.Pos\022\'\n\014locationInfo\030\005 \001(\0132\021.U" + - "serLocationInfo\"4\n\014ShopItemInfo\022\021\n\tProdu" + - "ctID\030\001 \001(\005\022\021\n\tLeftCount\030\002 \001(\001\"\205\001\n\016ShopPa" + - "cketInfo\022#\n\014ShopItemList\030\001 \003(\0132\r.ShopIte" + - "mInfo\022\030\n\020LeftTimeAsSecond\030\002 \001(\005\022\027\n\017maxRe" + - "newalCount\030\003 \001(\005\022\033\n\023currentRenewalCount\030" + - "\004 \001(\005\"=\n\nSelledItem\022\020\n\010ItemGuid\030\001 \001(\t\022\016\n" + - "\006ItemId\030\002 \001(\005\022\r\n\005Count\030\003 \001(\005\"4\n\rItemGuid" + - "Count\022\020\n\010ItemGuid\030\001 \001(\t\022\021\n\tItemCount\030\002 \001" + - "(\005\"9\n\022TattooRagisterInfo\022\020\n\010itemGuid\030\001 \001" + - "(\t\022\021\n\tslotIndex\030\002 \001(\005\"\312\001\n\004Item\022\020\n\010itemGu" + - "id\030\001 \001(\t\022\016\n\006itemId\030\002 \001(\005\022.\n\ncreateTime\030\003" + - " \001(\0132\032.google.protobuf.Timestamp\022.\n\nupda" + - "teTime\030\004 \001(\0132\032.google.protobuf.Timestamp" + - "\022\r\n\005count\030\005 \001(\005\022\014\n\004slot\030\006 \001(\005\022\r\n\005level\030\007" + - " \001(\005\022\024\n\014attributeids\030\010 \003(\005\",\n\nItemAmount" + - "\022\016\n\006metaId\030\001 \001(\r\022\016\n\006amount\030\002 \001(\005\"R\n\017Item" + - "DeltaAmount\022#\n\tdeltaType\030\001 \001(\0162\020.AmountD" + - "eltaType\022\032\n\005delta\030\002 \001(\0132\013.ItemAmount\"\341\003\n" + - "\nItemResult\0223\n\014updatedItems\030\001 \003(\0132\035.Item" + - "Result.UpdatedItemsEntry\022+\n\010newItems\030\002 \003" + - "(\0132\031.ItemResult.NewItemsEntry\022\024\n\014deleted" + - "Items\030\003 \003(\t\0223\n\014deltaPerMeta\030\004 \003(\0132\035.Item" + - "Result.DeltaPerMetaEntry\0225\n\rdeltaPerItem" + - "s\030\005 \003(\0132\036.ItemResult.DeltaPerItemsEntry\032" + - ":\n\021UpdatedItemsEntry\022\013\n\003key\030\001 \001(\t\022\024\n\005val" + - "ue\030\002 \001(\0132\005.Item:\0028\001\0326\n\rNewItemsEntry\022\013\n\003" + - "key\030\001 \001(\t\022\024\n\005value\030\002 \001(\0132\005.Item:\0028\001\032E\n\021D" + - "eltaPerMetaEntry\022\013\n\003key\030\001 \001(\r\022\037\n\005value\030\002" + - " \001(\0132\020.ItemDeltaAmount:\0028\001\0324\n\022DeltaPerIt" + - "emsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001" + - "\"\332\001\n\013MoneyResult\022(\n\006moneys\030\001 \003(\0132\030.Money" + - "Result.MoneysEntry\022(\n\006deltas\030\002 \003(\0132\030.Mon" + - "eyResult.DeltasEntry\0325\n\013MoneysEntry\022\013\n\003k" + - "ey\030\001 \001(\005\022\025\n\005value\030\002 \001(\0132\006.Money:\0028\001\032@\n\013D" + - "eltasEntry\022\013\n\003key\030\001 \001(\005\022 \n\005value\030\002 \001(\0132\021" + - ".MoneyDeltaAmount:\0028\001\"\203\002\n\tExpResult\022,\n\tl" + - "evelExps\030\001 \003(\0132\031.ExpResult.LevelExpsEntr" + - "y\0226\n\016levelExpDeltas\030\002 \003(\0132\036.ExpResult.Le" + - "velExpDeltasEntry\032?\n\016LevelExpsEntry\022\013\n\003k" + - "ey\030\001 \001(\005\022\034\n\005value\030\002 \001(\0132\r.LevelExpById:\002" + - "8\001\032O\n\023LevelExpDeltasEntry\022\013\n\003key\030\001 \001(\005\022\'" + - "\n\005value\030\002 \001(\0132\030.LevelExpDeltaAmountById:" + - "\0028\001\"\232\001\n\022EntityCommonResult\022\037\n\nentityType" + - "\030\001 \001(\0162\013.EntityType\022\022\n\nentityGuid\030\002 \001(\t\022" + - "\033\n\005money\030\005 \001(\0132\014.MoneyResult\022\027\n\003exp\030\006 \001(" + - "\0132\n.ExpResult\022\031\n\004item\030\013 \001(\0132\013.ItemResult" + - "\"@\n\014CommonResult\0220\n\023entityCommonResults\030" + - "\001 \003(\0132\023.EntityCommonResult\"\262\001\n\tCraftInfo" + - "\022\023\n\013anchor_guid\030\001 \001(\t\022\023\n\013craftMetaId\030\002 \001" + - "(\005\0222\n\016craftStartTime\030\003 \001(\0132\032.google.prot" + - "obuf.Timestamp\0223\n\017craftFinishTime\030\004 \001(\0132" + - "\032.google.protobuf.Timestamp\022\022\n\nbeaconGui" + - "d\030\005 \001(\t\"\252\004\n\rUgcNpcSummary\022\026\n\016ugcNpcMetaG" + + "Item\022\014\n\004guid\030\r \001(\t\022\"\n\017isPermanentMail\030\016 " + + "\001(\0162\t.BoolType\022\031\n\021contentsArguments\030\017 \003(" + + "\t\"h\n\026LocatedInstanceContext\022\035\n\025locatedin" + + "stanceMetaId\030\001 \001(\005\022/\n\013locatedTime\030\013 \001(\0132" + + "\032.google.protobuf.Timestamp\"h\n\rQuestMail" + + "Info\022\016\n\006isRead\030\001 \001(\005\022\027\n\017composedQuestId\030" + + "\002 \001(\003\022.\n\ncreateTime\030\003 \001(\0132\032.google.proto" + + "buf.Timestamp\"O\n\nFriendInfo\022\014\n\004guid\030\001 \001(" + + "\t\022\020\n\010nickName\030\002 \001(\t\022\022\n\nfolderName\030\003 \001(\t\022" + + "\r\n\005isNew\030\004 \001(\005\"@\n\022FriendNickNameInfo\022\022\n\n" + + "targetGuid\030\001 \001(\t\022\026\n\016targetNickName\030\002 \001(\t" + + "\"\330\003\n\tQuestInfo\022\027\n\017composedQuestId\030\001 \001(\003\022" + + "3\n\017questAssignTime\030\002 \001(\0132\032.google.protob" + + "uf.Timestamp\022\026\n\016currentTaskNum\030\003 \001(\005\0221\n\r" + + "taskStartTime\030\004 \001(\0132\032.google.protobuf.Ti" + + "mestamp\0225\n\021questCompleteTime\030\005 \001(\0132\032.goo" + + "gle.protobuf.Timestamp\022\025\n\ractiveIdxList\030" + + "\006 \003(\005\022\022\n\nhasCounter\030\007 \001(\005\022\022\n\nminCounter\030" + + "\010 \001(\005\022\022\n\nmaxCounter\030\t \001(\005\022\026\n\016currentCoun" + + "ter\030\n \001(\005\022\022\n\nisComplete\030\013 \001(\005\022\035\n\025replace" + + "dRewardGroupId\030\014 \001(\005\022\020\n\010hasTimer\030\r \001(\005\0225" + + "\n\021timerCompleteTime\030\016 \001(\0132\032.google.proto" + + "buf.Timestamp\022\024\n\014activeEvents\030\017 \003(\t\"\254\002\n\r" + + "QuestMetaInfo\022\r\n\005index\030\001 \001(\005\022\027\n\017composed" + + "QuestId\030\002 \001(\003\022\023\n\013eventTarget\030\003 \001(\t\022\021\n\tev" + + "entName\030\004 \001(\t\022\027\n\017eventCondition1\030\005 \001(\t\022\027" + + "\n\017eventCondition2\030\006 \001(\t\022\027\n\017eventConditio" + + "n3\030\007 \001(\t\022\026\n\016functionTarget\030\010 \001(\t\022\024\n\014func" + + "tionName\030\t \001(\t\022\032\n\022functionCondition1\030\n \001" + + "(\t\022\032\n\022functionCondition2\030\013 \001(\t\022\032\n\022functi" + + "onCondition3\030\014 \001(\t\"\314\002\n\023QuestAssignMetaIn" + + "fo\022\027\n\017composedQuestId\030\001 \001(\003\022\021\n\tquestType" + + "\030\002 \001(\t\022\016\n\006reveal\030\003 \001(\005\022\021\n\tquestName\030\004 \001(" + + "\t\022\022\n\nassignType\030\005 \001(\t\022\027\n\017requirementType" + + "\030\006 \001(\t\022\030\n\020requirementValue\030\007 \001(\r\022\023\n\013forc" + + "eAccept\030\010 \001(\005\022\021\n\tmailTitle\030\t \001(\t\022\022\n\nmail" + + "Sender\030\n \001(\t\022\020\n\010mailDesc\030\013 \001(\t\022\020\n\010dialog" + + "ue\030\014 \001(\t\022\026\n\016dialogueResult\030\r \001(\t\022\025\n\rrewa" + + "rdGroupId\030\016 \001(\005\022\020\n\010priority\030\017 \001(\005\"\263\001\n\021Qu" + + "estTaskMetaInfo\022\013\n\003idx\030\001 \001(\005\022\027\n\017composed" + + "QuestId\030\002 \001(\003\022\017\n\007taskNum\030\003 \001(\005\022\020\n\010taskNa" + + "me\030\004 \001(\t\022\025\n\rtaskCondition\030\005 \001(\t\022\031\n\021taskC" + + "onditionDesc\030\006 \001(\t\022\022\n\nsetCounter\030\007 \001(\005\022\017" + + "\n\007worldId\030\010 \001(\005\"j\n\014QuestEndInfo\022\027\n\017compo" + + "sedQuestId\030\001 \001(\003\022\020\n\010endCount\030\002 \001(\005\022/\n\013la" + + "stEndTime\030\003 \001(\0132\032.google.protobuf.Timest" + + "amp\"j\n\tBlockInfo\022\014\n\004guid\030\001 \001(\t\022\020\n\010nickNa" + + "me\030\002 \001(\t\022\r\n\005isNew\030\003 \001(\005\022.\n\ncreateTime\030\004 " + + "\001(\0132\032.google.protobuf.Timestamp\"\220\001\n\014Frie" + + "ndFolder\022\022\n\nfolderName\030\001 \001(\t\022\016\n\006isHold\030\002" + + " \001(\005\022,\n\010holdTime\030\003 \001(\0132\032.google.protobuf" + + ".Timestamp\022.\n\ncreateTime\030\004 \001(\0132\032.google." + + "protobuf.Timestamp\"s\n\021FriendRequestInfo\022" + + "\014\n\004guid\030\001 \001(\t\022\020\n\010nickName\030\002 \001(\t\022\r\n\005isNew" + + "\030\003 \001(\005\022/\n\013requestTime\030\004 \001(\0132\032.google.pro" + + "tobuf.Timestamp\"F\n\021FriendErrorMember\022#\n\t" + + "errorCode\030\001 \001(\0162\020.ServerErrorCode\022\014\n\004gui" + + "d\030\002 \001(\t\"_\n\024ClaimEventActiveInfo\022\027\n\017activ" + + "eRewardIdx\030\001 \001(\005\022\022\n\nisComplete\030\002 \001(\005\022\032\n\022" + + "rewardRemainSecond\030\003 \001(\003\"q\n\026InvitePartyE" + + "rrorMember\022#\n\terrorCode\030\001 \001(\0162\020.ServerEr" + + "rorCode\022\032\n\022inviteUserNickname\030\002 \001(\t\022\026\n\016i" + + "nviteUserGuid\030\003 \001(\t\"\273\001\n\020InvitePartyState" + + "\022\027\n\017invitePartyGuid\030\001 \001(\t\022!\n\031inviteParty" + + "LeaderNickname\030\002 \001(\t\022\035\n\025invitePartyLeade" + + "rGuid\030\003 \001(\t\022\037\n\027currentPartyMemberCount\030\004" + + " \001(\005\022+\n\007endTime\030\005 \001(\0132\032.google.protobuf." + + "Timestamp\"w\n\024InvitePartySendState\022\032\n\022inv" + + "iteUserNickname\030\001 \001(\t\022\026\n\016inviteUserGuid\030" + + "\002 \001(\t\022+\n\007endTime\030\003 \001(\0132\032.google.protobuf" + + ".Timestamp\"U\n\nPartyState\022\021\n\tpartyName\030\001 " + + "\001(\t\022\033\n\023partyLeaderNickname\030\002 \001(\t\022\027\n\017part" + + "yMemberList\030\003 \003(\t\"\212\001\n\020PartyMemberState\022\022" + + "\n\nmemberGuid\030\001 \001(\t\022\026\n\016memberNickname\030\002 \001" + + "(\t\022\016\n\006markId\030\003 \001(\005\022\021\n\003pos\030\004 \001(\0132\004.Pos\022\'\n" + + "\014locationInfo\030\005 \001(\0132\021.UserLocationInfo\"4" + + "\n\014ShopItemInfo\022\021\n\tProductID\030\001 \001(\005\022\021\n\tLef" + + "tCount\030\002 \001(\001\"\205\001\n\016ShopPacketInfo\022#\n\014ShopI" + + "temList\030\001 \003(\0132\r.ShopItemInfo\022\030\n\020LeftTime" + + "AsSecond\030\002 \001(\005\022\027\n\017maxRenewalCount\030\003 \001(\005\022" + + "\033\n\023currentRenewalCount\030\004 \001(\005\"=\n\nSelledIt" + + "em\022\020\n\010ItemGuid\030\001 \001(\t\022\016\n\006ItemId\030\002 \001(\005\022\r\n\005" + + "Count\030\003 \001(\005\"4\n\rItemGuidCount\022\020\n\010ItemGuid" + + "\030\001 \001(\t\022\021\n\tItemCount\030\002 \001(\005\"9\n\022TattooRagis" + + "terInfo\022\020\n\010itemGuid\030\001 \001(\t\022\021\n\tslotIndex\030\002" + + " \001(\005\"\312\001\n\004Item\022\020\n\010itemGuid\030\001 \001(\t\022\016\n\006itemI" + + "d\030\002 \001(\005\022.\n\ncreateTime\030\003 \001(\0132\032.google.pro" + + "tobuf.Timestamp\022.\n\nupdateTime\030\004 \001(\0132\032.go" + + "ogle.protobuf.Timestamp\022\r\n\005count\030\005 \001(\005\022\014" + + "\n\004slot\030\006 \001(\005\022\r\n\005level\030\007 \001(\005\022\024\n\014attribute" + + "ids\030\010 \003(\005\",\n\nItemAmount\022\016\n\006metaId\030\001 \001(\r\022" + + "\016\n\006amount\030\002 \001(\005\"R\n\017ItemDeltaAmount\022#\n\tde" + + "ltaType\030\001 \001(\0162\020.AmountDeltaType\022\032\n\005delta" + + "\030\002 \001(\0132\013.ItemAmount\"\341\003\n\nItemResult\0223\n\014up" + + "datedItems\030\001 \003(\0132\035.ItemResult.UpdatedIte" + + "msEntry\022+\n\010newItems\030\002 \003(\0132\031.ItemResult.N" + + "ewItemsEntry\022\024\n\014deletedItems\030\003 \003(\t\0223\n\014de" + + "ltaPerMeta\030\004 \003(\0132\035.ItemResult.DeltaPerMe" + + "taEntry\0225\n\rdeltaPerItems\030\005 \003(\0132\036.ItemRes" + + "ult.DeltaPerItemsEntry\032:\n\021UpdatedItemsEn" + + "try\022\013\n\003key\030\001 \001(\t\022\024\n\005value\030\002 \001(\0132\005.Item:\002" + + "8\001\0326\n\rNewItemsEntry\022\013\n\003key\030\001 \001(\t\022\024\n\005valu" + + "e\030\002 \001(\0132\005.Item:\0028\001\032E\n\021DeltaPerMetaEntry\022" + + "\013\n\003key\030\001 \001(\r\022\037\n\005value\030\002 \001(\0132\020.ItemDeltaA" + + "mount:\0028\001\0324\n\022DeltaPerItemsEntry\022\013\n\003key\030\001" + + " \001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\"\332\001\n\013MoneyResult\022" + + "(\n\006moneys\030\001 \003(\0132\030.MoneyResult.MoneysEntr" + + "y\022(\n\006deltas\030\002 \003(\0132\030.MoneyResult.DeltasEn" + + "try\0325\n\013MoneysEntry\022\013\n\003key\030\001 \001(\005\022\025\n\005value" + + "\030\002 \001(\0132\006.Money:\0028\001\032@\n\013DeltasEntry\022\013\n\003key" + + "\030\001 \001(\005\022 \n\005value\030\002 \001(\0132\021.MoneyDeltaAmount" + + ":\0028\001\"\203\002\n\tExpResult\022,\n\tlevelExps\030\001 \003(\0132\031." + + "ExpResult.LevelExpsEntry\0226\n\016levelExpDelt" + + "as\030\002 \003(\0132\036.ExpResult.LevelExpDeltasEntry" + + "\032?\n\016LevelExpsEntry\022\013\n\003key\030\001 \001(\005\022\034\n\005value" + + "\030\002 \001(\0132\r.LevelExpById:\0028\001\032O\n\023LevelExpDel" + + "tasEntry\022\013\n\003key\030\001 \001(\005\022\'\n\005value\030\002 \001(\0132\030.L" + + "evelExpDeltaAmountById:\0028\001\"\232\001\n\022EntityCom" + + "monResult\022\037\n\nentityType\030\001 \001(\0162\013.EntityTy" + + "pe\022\022\n\nentityGuid\030\002 \001(\t\022\033\n\005money\030\005 \001(\0132\014." + + "MoneyResult\022\027\n\003exp\030\006 \001(\0132\n.ExpResult\022\031\n\004" + + "item\030\013 \001(\0132\013.ItemResult\"@\n\014CommonResult\022" + + "0\n\023entityCommonResults\030\001 \003(\0132\023.EntityCom" + + "monResult\"\306\001\n\tCraftInfo\022\023\n\013anchor_guid\030\001" + + " \001(\t\022\023\n\013craftMetaId\030\002 \001(\005\0222\n\016craftStartT" + + "ime\030\003 \001(\0132\032.google.protobuf.Timestamp\0223\n" + + "\017craftFinishTime\030\004 \001(\0132\032.google.protobuf" + + ".Timestamp\022\022\n\nbeaconGuid\030\005 \001(\t\022\022\n\ncraftC" + + "ount\030\006 \001(\005\"\252\004\n\rUgcNpcSummary\022\026\n\016ugcNpcMe" + + "taGuid\030\001 \001(\t\022\025\n\rownerUserGuid\030\002 \001(\t\022\026\n\016b" + + "odyItemMetaId\030\003 \001(\005\022\r\n\005title\030\004 \001(\t\022\020\n\010ni" + + "ckname\030\005 \001(\t\022\020\n\010greeting\030\006 \001(\t\022\024\n\014introd" + + "uction\030\007 \001(\t\022\037\n\tabilities\030\010 \001(\0132\014.Abilit" + + "yInfo\022\026\n\016hashTagMetaIds\030\024 \003(\005\022)\n\017entityS" + + "tateInfo\030\025 \001(\0132\020.EntityStateInfo\022\023\n\013desc" + + "ription\030\037 \001(\t\022\025\n\rworldScenario\030 \001(\t\022\035\n\025" + + "defaultSocialActionId\030! \001(\005\022\034\n\024habitSoci" + + "alActionIds\030\" \003(\005\022\037\n\027dialogueSocialActio" + + "nIds\030# \003(\005\0221\n\017appearCustomize\030) \001(\0132\030.Ap" + + "pearanceCustomization\0227\n\026locatedInstance" + + "Context\0303 \001(\0132\027.LocatedInstanceContext\022/" + + "\n\013createdTime\030e \001(\0132\032.google.protobuf.Ti" + + "mestamp\"\214\002\n\rUgcNpcCompact\022\026\n\016ugcNpcMetaG" + "uid\030\001 \001(\t\022\025\n\rownerUserGuid\030\002 \001(\t\022\026\n\016body" + "ItemMetaId\030\003 \001(\005\022\r\n\005title\030\004 \001(\t\022\020\n\010nickn" + - "ame\030\005 \001(\t\022\020\n\010greeting\030\006 \001(\t\022\024\n\014introduct" + - "ion\030\007 \001(\t\022\037\n\tabilities\030\010 \001(\0132\014.AbilityIn" + - "fo\022\026\n\016hashTagMetaIds\030\024 \003(\005\022)\n\017entityStat" + - "eInfo\030\025 \001(\0132\020.EntityStateInfo\022\023\n\013descrip" + - "tion\030\037 \001(\t\022\025\n\rworldScenario\030 \001(\t\022\035\n\025def" + - "aultSocialActionId\030! \001(\005\022\034\n\024habitSocialA" + - "ctionIds\030\" \003(\005\022\037\n\027dialogueSocialActionId" + - "s\030# \003(\005\0221\n\017appearCustomize\030) \001(\0132\030.Appea" + - "ranceCustomization\0227\n\026locatedInstanceCon" + - "text\0303 \001(\0132\027.LocatedInstanceContext\022/\n\013c" + - "reatedTime\030e \001(\0132\032.google.protobuf.Times" + - "tamp\"\214\002\n\rUgcNpcCompact\022\026\n\016ugcNpcMetaGuid" + - "\030\001 \001(\t\022\025\n\rownerUserGuid\030\002 \001(\t\022\026\n\016bodyIte" + - "mMetaId\030\003 \001(\005\022\r\n\005title\030\004 \001(\t\022\020\n\010nickname" + - "\030\005 \001(\t\022)\n\017entityStateInfo\030\025 \001(\0132\020.Entity" + - "StateInfo\0227\n\026locatedInstanceContext\030) \001(" + - "\0132\027.LocatedInstanceContext\022/\n\013createdTim" + - "e\030e \001(\0132\032.google.protobuf.Timestamp\"\365\001\n\013" + - "UgcNpcItems\022,\n\010hasItems\030\001 \003(\0132\032.UgcNpcIt" + - "ems.HasItemsEntry\0228\n\016hasTattooInfos\030\005 \003(" + - "\0132 .UgcNpcItems.HasTattooInfosEntry\0326\n\rH" + - "asItemsEntry\022\013\n\003key\030\001 \001(\t\022\024\n\005value\030\002 \001(\013" + - "2\005.Item:\0028\001\032F\n\023HasTattooInfosEntry\022\013\n\003ke" + - "y\030\001 \001(\005\022\036\n\005value\030\002 \001(\0132\017.TattooSlotInfo:" + - "\0028\001\"\367\002\n\020UgcNpcAppearance\022\026\n\016ugcNpcMetaGu" + - "id\030\001 \001(\t\022\025\n\rownerUserGuid\030\002 \001(\t\022\026\n\016bodyI" + - "temMetaId\030\003 \001(\005\022\r\n\005title\030\004 \001(\t\022\020\n\010nickna" + - "me\030\005 \001(\t\0221\n\017appearCustomize\030\006 \001(\0132\030.Appe" + - "aranceCustomization\022\037\n\tabilities\030\013 \001(\0132\014" + - ".AbilityInfo\022\036\n\010hasItems\030\017 \001(\0132\014.UgcNpcI" + - "tems\022)\n\017entityStateInfo\030\025 \001(\0132\020.EntitySt" + - "ateInfo\022\035\n\025defaultSocialActionId\030\037 \001(\005\022\034" + - "\n\024habitSocialActionIds\030 \003(\005\022\037\n\027dialogue" + - "SocialActionIds\030! \003(\005\"p\n\014UgcNpcEntity\022\031\n" + - "\021entityInstantGuid\030\001 \001(\t\022\030\n\nCurrentPos\030\002" + - " \001(\0132\004.Pos\022+\n\020ugcNpcAppearance\030\005 \001(\0132\021.U" + - "gcNpcAppearance\"\257\001\n\nUgcNpcRank\022\014\n\004rank\030\001" + - " \001(\005\022\r\n\005title\030\002 \001(\t\022\023\n\013npcNickname\030\003 \001(\t" + - "\022\026\n\016ugcNpcMetaGuid\030\004 \001(\t\022\026\n\016bodyItemMeta" + - "Id\030\005 \001(\005\022\031\n\021ownerUserNickname\030\006 \001(\t\022\025\n\ro" + - "wnerUserGuid\030\007 \001(\t\022\r\n\005score\030\010 \001(\005\"f\n\021Ugc" + - "NpcInteraction\022\026\n\016ugcNpcMetaGuid\030\001 \001(\t\022\025" + - "\n\rownerUserGuid\030\002 \001(\t\022\"\n\017IsCheckLikeFlag" + - "\030\005 \001(\0162\t.BoolType\"K\n\017UgqCurrentState\022\027\n\017" + - "composedQuestId\030\001 \001(\003\022\037\n\010ugqState\030\002 \001(\0162" + - "\r.UgqStateType\"|\n\023UgqQuestInTestState\022\027\n" + - "\017composedQuestId\030\001 \001(\003\022\022\n\005title\030\002 \001(\tH\000\210" + - "\001\001\022\033\n\016titleImagePath\030\003 \001(\tH\001\210\001\001B\010\n\006_titl" + - "eB\021\n\017_titleImagePath\"\357\001\n\014UgqBoardItem\022\027\n" + - "\017composedQuestId\030\001 \001(\003\022\022\n\005title\030\002 \001(\tH\000\210" + - "\001\001\022\033\n\016titleImagePath\030\003 \001(\tH\001\210\001\001\022\021\n\tlikeC" + - "ount\030\004 \001(\005\022\025\n\rbookmarkCount\030\005 \001(\005\022\023\n\006aut" + - "hor\030\006 \001(\tH\002\210\001\001\022 \n\tgradeType\030\007 \001(\0162\r.UgqG" + - "radeType\022\014\n\004cost\030\010 \001(\005B\010\n\006_titleB\021\n\017_tit" + - "leImagePathB\t\n\007_author\"\263\003\n\022UgqBoardItemD" + - "etail\022\027\n\017composedQuestId\030\001 \001(\003\022\022\n\005title\030" + - "\002 \001(\tH\000\210\001\001\022\033\n\016titleImagePath\030\003 \001(\tH\001\210\001\001\022" + - "\021\n\tlikeCount\030\004 \001(\005\022\025\n\rbookmarkCount\030\005 \001(" + - "\005\022\023\n\006author\030\006 \001(\tH\002\210\001\001\022\030\n\013description\030\007 " + - "\001(\tH\003\210\001\001\022\r\n\005langs\030\010 \003(\t\022\023\n\006beacon\030\t \001(\tH" + - "\004\210\001\001\022\030\n\005liked\030\n \001(\0162\t.BoolType\022\035\n\nbookma" + - "rked\030\013 \001(\0162\t.BoolType\022 \n\tgradeType\030\014 \001(\016" + - "2\r.UgqGradeType\022\014\n\004cost\030\r \001(\005\022\023\n\013acceptC" + - "ount\030\016 \001(\005\022\025\n\rcompleteCount\030\017 \001(\005B\010\n\006_ti" + - "tleB\021\n\017_titleImagePathB\t\n\007_authorB\016\n\014_de" + - "scriptionB\t\n\007_beacon\"b\n\030UgqGameTextDataF" + - "orClient\022\017\n\002kr\030\001 \001(\tH\000\210\001\001\022\017\n\002en\030\002 \001(\tH\001\210" + - "\001\001\022\017\n\002jp\030\003 \001(\tH\002\210\001\001B\005\n\003_krB\005\n\003_enB\005\n\003_jp" + - "\"\377\001\n\030UgqGameTaskDataForClient\022\017\n\007taskNum" + - "\030\001 \001(\005\022+\n\010goalText\030\002 \001(\0132\031.UgqGameTextDa" + - "taForClient\022\027\n\ndialogueId\030\003 \001(\tH\000\210\001\001\022\025\n\r" + - "ugcBeaconGuid\030\004 \001(\t\022\031\n\021ugcBeaconNickname" + - "\030\005 \001(\t\022\020\n\010ActionId\030\006 \001(\005\022\023\n\013ActionValue\030" + - "\007 \001(\005\022$\n\021IsShowNpcLocation\030\010 \001(\0162\t.BoolT" + - "ypeB\r\n\013_dialogueId\"\360\001\n\027UgqDialogSequence" + - "Action\022\021\n\tcontition\030\001 \001(\t\022\022\n\nactionType\030" + - "\002 \001(\005\022\017\n\007subType\030\003 \001(\005\022\024\n\014actionNumber\030\004" + - " \001(\005\022\023\n\013actionIndex\030\005 \001(\005\022\"\n\006talker\030\006 \001(" + - "\0162\022.UgqDialogueTalker\022\'\n\004talk\030\007 \001(\0132\031.Ug" + - "qGameTextDataForClient\022\022\n\nisDialogue\030\010 \001" + - "(\005\022\021\n\tNpcAction\030\t \001(\005\"U\n\024UgqDialogueSequ" + - "ences\022\022\n\nsequenceId\030\001 \001(\005\022)\n\007actions\030\002 \003" + - "(\0132\030.UgqDialogSequenceAction\"<\n\022UgqDialo" + - "gueReturns\022\023\n\013actionIndex\030\001 \001(\005\022\021\n\tretur" + - "nIdx\030\002 \001(\005\"z\n\024UgqGameQuestDialogue\022\022\n\ndi" + - "alogueId\030\001 \001(\t\022(\n\tsequences\030\002 \003(\0132\025.UgqD" + - "ialogueSequences\022$\n\007returns\030\003 \003(\0132\023.UgqD" + - "ialogueReturns\"\343\002\n\031UgqGameQuestDataForCl" + - "ient\022\027\n\017composedQuestId\030\001 \001(\003\022\016\n\006author\030" + - "\002 \001(\t\022\022\n\nauthorGuid\030\003 \001(\t\022\020\n\010beaconId\030\004 " + - "\001(\005\022\025\n\rugcBeaconGuid\030\005 \001(\t\022\031\n\021ugcBeaconN" + - "ickname\030\006 \001(\t\022(\n\005title\030\007 \001(\0132\031.UgqGameTe" + - "xtDataForClient\022\'\n\004task\030\010 \003(\0132\031.UgqGameT" + - "askDataForClient\022(\n\tdialogues\030\t \003(\0132\025.Ug" + - "qGameQuestDialogue\022#\n\014ugqStateType\030\n \001(\016" + - "2\r.UgqStateType\022#\n\014ugqGradeType\030\013 \001(\0162\r." + - "UgqGradeType\"d\n\023UgqDailyRewardCount\022 \n\tg" + - "radeType\030\001 \001(\0162\r.UgqGradeType\022\025\n\rdailyMa" + - "xCount\030\002 \001(\005\022\024\n\014currentCount\030\003 \001(\005\"n\n\024Ug" + - "qBoardSearchResult\022\022\n\npageNumber\030\001 \001(\005\022\020" + - "\n\010pageSize\030\002 \001(\005\022\022\n\ntotalPages\030\003 \001(\005\022\034\n\005" + - "items\030\004 \003(\0132\r.UgqBoardItem\"\254\001\n\025DateRange" + - "UgqBoardItem\022!\n\005today\030\001 \001(\0132\r.UgqBoardIt" + - "emH\000\210\001\001\022$\n\010thisWeek\030\002 \001(\0132\r.UgqBoardItem" + - "H\001\210\001\001\022%\n\tthisMonth\030\003 \001(\0132\r.UgqBoardItemH" + - "\002\210\001\001B\010\n\006_todayB\013\n\t_thisWeekB\014\n\n_thisMont" + - "h\"u\n\030UgqBoardSportlightResult\022)\n\tmostLik" + - "ed\030\001 \001(\0132\026.DateRangeUgqBoardItem\022.\n\016most" + - "Bookmarked\030\002 \001(\0132\026.DateRangeUgqBoardItem" + - "\"\252\003\n\nUgqNpcInfo\022\023\n\013npcMetaGuid\030\001 \001(\t\022\021\n\t" + - "ownerGuid\030\002 \001(\t\022\027\n\017ownerEntityType\030\003 \001(\005" + - "\022\020\n\010nickname\030\004 \001(\t\022\r\n\005title\030\005 \001(\t\022\020\n\010gre" + - "eting\030\006 \001(\t\022\024\n\014introduction\030\007 \001(\t\022\023\n\013des" + - "cription\030\010 \001(\t\022\025\n\rworldScenario\030\t \001(\t\022!\n" + - "\031defaultSocialActionMetaId\030\n \001(\r\022 \n\030habi" + - "tSocialActionMetaIds\030\013 \003(\r\022#\n\033DialogueSo" + - "cialActionMetaIds\030\014 \003(\r\022\026\n\016bodyItemMetaI" + - "d\030\r \001(\r\022\026\n\016hashTagMetaIds\030\016 \003(\r\022\037\n\005state" + - "\030\017 \001(\0162\020.EntityStateType\022+\n\030isRegistered" + - "AiChatServer\030\020 \001(\0162\t.BoolType\"\221\001\n\013AllUgq" + - "Infos\022\032\n\006quests\030\001 \003(\0132\n.QuestInfo\022&\n\016que" + - "stMetaInfos\030\002 \003(\0132\016.QuestMetaInfo\022>\n\032ugq" + - "GameQuestDataForClients\030\003 \003(\0132\032.UgqGameQ" + - "uestDataForClient\"\301\001\n\026UgqGameQuestDataSi", - "mple\022\027\n\017composedQuestId\030\001 \001(\003\022\020\n\010revisio" + - "n\030\002 \001(\005\022\020\n\010userGuid\030\003 \001(\t\022\016\n\006author\030\004 \001(" + - "\t\022 \n\tgradeType\030\005 \001(\0162\r.UgqGradeType\022\r\n\005s" + - "tate\030\006 \001(\t\022\014\n\004cost\030\007 \001(\005\022\033\n\010shutdown\030\010 \001" + - "(\0162\t.BoolType\"\270\002\n\016FarmingSummary\022\033\n\023farm" + - "ingAnchorMetaId\030\001 \001(\t\022\031\n\021farmingPropMeta" + - "Id\030\002 \001(\005\022\027\n\017farmingUserGuid\030\005 \001(\t\0225\n\021far" + - "mingSummonType\030\006 \001(\0162\032.FarmingSummonedEn" + - "tityType\022\031\n\021farmingEntityGuid\030\007 \001(\t\022\'\n\014f" + - "armingState\030\013 \001(\0162\021.FarmingStateType\022-\n\t" + - "startTime\030\025 \001(\0132\032.google.protobuf.Timest" + - "amp\022+\n\007endTime\030\026 \001(\0132\032.google.protobuf.T" + - "imestamp\"I\n\016RentalLandInfo\022\016\n\006landId\030\001 \001" + - "(\005\022\022\n\nbuildingId\030\002 \001(\005\022\023\n\013rentalCount\030\003 " + - "\001(\005\"6\n\017RentalFloorInfo\022\r\n\005floor\030\001 \001(\005\022\024\n" + - "\014instanceName\030\002 \001(\t\"\216\001\n\017OwnedRentalInfo\022" + - "\016\n\006landId\030\001 \001(\005\022\022\n\nbuildingId\030\002 \001(\005\022\r\n\005f" + - "loor\030\003 \001(\005\022\022\n\nmyhomeGuid\030\004 \001(\t\0224\n\020rental" + - "FinishTime\030\005 \001(\0132\032.google.protobuf.Times" + - "tamp\"c\n\025ModifyOwnedRentalInfo\022\037\n\nmodifyT" + - "ype\030\001 \001(\0162\013.ModifyType\022)\n\017ownedRentalInf" + - "o\030\002 \001(\0132\020.OwnedRentalInfo\"\320\002\n\024RentFloorR" + - "equestInfo\022\016\n\006landId\030\001 \001(\005\022\022\n\nbuildingId" + - "\030\002 \001(\005\022\r\n\005floor\030\003 \001(\005\022\021\n\townerGuid\030\004 \001(\t" + - "\022\022\n\nmyhomeGuid\030\005 \001(\t\022\024\n\014instanceName\030\006 \001" + - "(\t\022\030\n\020thumbnailImageId\030\007 \001(\005\022\023\n\013listImag" + - "eId\030\010 \001(\005\022\030\n\020enterPlayerCount\030\t \001(\005\022\024\n\014r" + - "entalPeriod\030\n \001(\005\0223\n\017rentalStartTime\030\013 \001" + - "(\0132\032.google.protobuf.Timestamp\0224\n\020rental" + - "FinishTime\030\014 \001(\0132\032.google.protobuf.Times" + - "tamp\"K\n\026OperationSystemMessage\022#\n\014langua" + - "geType\030\001 \001(\0162\r.LanguageType\022\014\n\004text\030\002 \001(" + - "\t\"\'\n\017MeetingRoomInfo\022\024\n\014screenPageNo\030\001 \001" + - "(\005*\302\022\n\nEntityType\022\023\n\017EntityType_None\020\000\022\025" + - "\n\021EntityType_Player\020\001\022\030\n\024EntityType_Char" + - "acter\020\002\022\022\n\016EntityType_Npc\020\003\022\027\n\022EntityTyp" + - "e_Monster\020\255\002\022\031\n\025EntityType_GeneralNpc\020\036\022" + - "\027\n\022EntityType_Barrier\020\257\002\022\026\n\021EntityType_V" + - "olume\020\261\002\022\034\n\026EntityType_EventVolume\020\245\356\001\022\035" + - "\n\027EntityType_EffectVolume\020\246\356\001\022\034\n\026EntityT" + - "ype_QuestVolume\020\247\356\001\022\026\n\021EntityType_UgcNpc" + - "\020\262\002\022\027\n\021EntityType_Beacon\020\211\357\001\022\033\n\025EntityTy" + - "pe_UgcNpcRank\020\212\357\001\022\026\n\021EntityType_Effect\020\263" + - "\002\022\030\n\022EntityType_Farming\020\355\357\001\022\030\n\024EntityTyp" + - "e_Inventory\020\004\022\030\n\023EntityType_BagInven\020\221\003\022" + - "\037\n\032EntityType_ClothEquipInven\020\222\003\022\036\n\031Enti" + - "tyType_ToolEquipInven\020\223\003\022 \n\033EntityType_T" + - "attooEquipInven\020\224\003\022\023\n\017EntityType_Item\020\005\022" + - "\033\n\027EntityType_GroundEntity\020\006\022\032\n\025EntityTy" + - "pe_DropObject\020\331\004\022\024\n\017EntityType_Land\020\332\004\022\032" + - "\n\024EntityType_OwnedLand\020\251\326\003\022\030\n\023EntityType" + - "_Building\020\333\004\022\036\n\030EntityType_OwnedBuilding" + - "\020\215\327\003\022\036\n\030EntityType_BuildingFloor\020\216\327\003\022\026\n\021" + - "EntityType_MyHome\020\334\004\022\024\n\020EntityType_Money" + - "\020\007\022\023\n\017EntityType_Shop\020\010\022\"\n\035EntityType_My" + - "ShopProductMeter\020\241\006\022\037\n\032EntityType_ShopSo" + - "ldProduct\020\242\006\022\023\n\017EntityType_Room\020\t\022\024\n\020Ent" + - "ityType_Party\020\n\022\033\n\026EntityType_GlobalPart" + - "y\020\351\007\022\"\n\034EntityType_GlobalPartyDetail\020\205\216\006" + - "\022\035\n\030EntityType_PersonalParty\020\352\007\022$\n\036Entit" + - "yType_PersonalPartyDetail\020\351\216\006\022\033\n\027EntityT" + - "ype_SocialAction\020\013\022\025\n\021EntityType_Friend\020" + - "\014\022\034\n\030EntityType_MinimapMarker\020\r\022\025\n\021Entit" + - "yType_Ticker\020\016\022+\n&EntityType_UserLoginCa" + - "cheRefreshTicker\020\371\n\022!\n\034EntityType_EnityU" + - "pdateTicker\020\372\n\022!\n\034EntityType_EventUpdate" + - "Ticker\020\373\n\022\037\n\032EntityType_TimeEventTicker\020" + - "\374\n\022#\n\036EntityType_ChannelUpdateTicker\020\375\n\022" + - " \n\033EntityType_NoticeChatTicker\020\376\n\022\'\n\"Ent" + - "ityType_PartyCacheRefreshTicker\020\200\013\022&\n!En" + - "tityType_ReservationCheckTicker\020\201\013\022&\n!En" + - "tityType_NormalQuestCheckTicker\020\203\013\022&\n!En" + - "tityType_ShopProductCheckTicker\020\204\013\022 \n\033En" + - "tityType_UgcNpcRankTicker\020\205\013\022%\n EntityTy" + - "pe_SystemMailCheckTicker\020\206\013\022&\n!EntityTyp" + - "e_LargePacketCheckTicker\020\207\013\022$\n\037EntityTyp" + - "e_BuildingUpdateTicker\020\210\013\022\030\n\024EntityType_" + - "BlockUser\020\017\022\024\n\020EntityType_Quest\020\020\022\030\n\023Ent" + - "ityType_EndQuest\020\301\014\022\023\n\017EntityType_Mail\020\024" + - "\022\031\n\024EntityType_QuestMail\020\321\017\022\025\n\021EntityTyp" + - "e_Golbal\020\025\022!\n\034EntityType_SystemMailManag" + - "er\020\265\020\022\033\n\025EntityType_SystemMail\020\265\351\014\022!\n\034En" + - "tityType_NoticeChatManager\020\266\020\022\033\n\025EntityT" + - "ype_NoticeChat\020\231\352\014\022!\n\034EntityType_SeasonP" + - "assManager\020\267\020\022\023\n\017EntityType_Cart\020\026\022\024\n\020En" + - "tityType_Claim\020\027\022\024\n\020EntityType_Craft\020\030\022\026" + - "\n\021EntityType_Recipe\020\341\022\022\031\n\025EntityType_Too" + - "lAction\020\031\022&\n\"EntityType_Task_Reservation" + - "_Action\020\032\022\035\n\031EntityType_Package_Action\020\033" + - "\022\025\n\021EntityType_Calium\020\034\022\037\n\032EntityType_Ca" + - "liumConverter\020\361\025\022\025\n\021EntityType_Rental\020\035\022" + - "\036\n\032EntityType_CustomDefinedUi\020c\022\026\n\016Entit" + - "yType_All\020\200\224\353\334\003*\304\010\n\017EntityStateType\022\030\n\024E" + - "ntityStateType_None\020\000\022\033\n\027EntityStateType" + - "_Created\020\001\022 \n\034EntityStateType_Initializi" + - "ng\020\002\022\033\n\027EntityStateType_Loading\020\003\022\031\n\025Ent" + - "ityStateType_Login\020\013\022\032\n\026EntityStateType_" + - "Logout\020o\022!\n\035EntityStateType_GameZoneEnte" + - "r\020\017\022\035\n\031EntityStateType_PlayReady\020\020\022\034\n\030En" + - "tityStateType_Spawning\020\021\022#\n\037EntityStateT" + - "ype_SpawnedCutScene\020\022\022\031\n\025EntityStateType" + - "_Alive\0203\022\031\n\024EntityStateType_Idle\020\377\003\022\032\n\025E" + - "ntityStateType_Think\020\200\004\022\031\n\024EntityStateTy" + - "pe_Move\020\201\004\022\031\n\024EntityStateType_Roam\020\213(\022\031\n" + - "\024EntityStateType_Walk\020\214(\022\030\n\023EntityStateT" + - "ype_Run\020\215(\022\033\n\026EntityStateType_Patrol\020\216(\022" + - "\032\n\025EntityStateType_Chase\020\217(\022\031\n\024EntitySta" + - "teType_Dash\020\220(\022\033\n\026EntityStateType_GoHome" + - "\020\221(\022\034\n\027EntityStateType_Dancing\020\222(\022\033\n\026Ent" + - "ityStateType_Battle\020\202\004\022\036\n\031EntityStateTyp" + - "e_SkillFire\020\225(\022\036\n\031EntityStateType_Uncont" + - "rol\020\203\004\022\031\n\024EntityStateType_Hide\020\204\004\022\032\n\025Ent" + - "ityStateType_Pause\020\207\004\022\030\n\024EntityStateType" + - "_Dead\020=\022\033\n\026EntityStateType_Revive\020\343\004\022 \n\034" + - "EntityStateType_GameZoneExit\020c\022\034\n\030Entity" + - "StateType_Activate\020e\022\036\n\032EntityStateType_" + - "Deactivate\020f\022\031\n\024EntityStateType_Drop\020\311\001\022" + - "$\n\037EntityStateType_UsingByCrafting\020\255\002\022#\n" + - "\036EntityStateType_UsingByFarming\020\256\002\022\"\n\035En" + - "tityStateType_UsingByMyHome\020\257\002*\354\007\n\026Entit" + - "yStateTriggerType\022\037\n\033EntityStateTriggerT" + - "ype_None\020\000\022\"\n\036EntityStateTriggerType_Tim" + - "eout\020\001\022(\n$EntityStateTriggerType_GameZon" + - "eEnter\020\013\022\'\n#EntityStateTriggerType_GameZ" + - "oneExit\020\014\022 \n\034EntityStateTriggerType_Spaw" + - "n\0203\022 \n\034EntityStateTriggerType_Alive\0204\022 \n" + - "\034EntityStateTriggerType_Think\020=\022\037\n\033Entit" + - "yStateTriggerType_Roam\020>\022 \n\034EntityStateT" + - "riggerType_Chase\020?\022%\n!EntityStateTrigger" + - "Type_BuffActive\020e\022!\n\035EntityStateTriggerT" + - "ype_Attack\020f\022$\n EntityStateTriggerType_S" + - "killFire\020o\022&\n\"EntityStateTriggerType_Ski" + - "llCancel\020p\022%\n!EntityStateTriggerType_Ski" + - "llClose\020q\022#\n\036EntityStateTriggerType_NoEn" + - "emy\020\203\001\022\'\n\"EntityStateTriggerType_TargetF" + - "ound\020\204\001\022&\n!EntityStateTriggerType_Target" + - "Dead\020\205\001\022 \n\033EntityStateTriggerType_NoHp\020\255" + - "\002\022\"\n\035EntityStateTriggerType_Revive\020\256\002\022\"\n" + - "\035EntityStateTriggerType_HomeGo\020\257\002\022\'\n\"Ent" + - "ityStateTriggerType_ArrivedHome\020\260\002\022$\n\037En" + - "tityStateTriggerType_Activate\020\261\002\022&\n!Enti" + - "tyStateTriggerType_Deactivate\020\262\002\022*\n%Enti" + - "tyStateTriggerType_UncontrolStart\020\331\004\022(\n#" + - "EntityStateTriggerType_UncontrolEnd\020\332\004\022%" + - "\n EntityStateTriggerType_PlayReady\020\351\007*\234\001" + - "\n\017OwnerEntityType\022\030\n\024OwnerEntityType_Non" + - "e\020\000\022\030\n\024OwnerEntityType_User\020\001\022\035\n\031OwnerEn" + - "tityType_Character\020\002\022\032\n\026OwnerEntityType_" + - "UgcNpc\020\003\022\032\n\026OwnerEntityType_Myhome\020\004*Y\n\014" + - "LevelExpType\022\025\n\021LevelExpType_None\020\000\022\025\n\021L" + - "evelExpType_Item\020\n\022\033\n\027LevelExpType_Seaso" + - "nPass\020\024*\237\003\n\rAttributeType\022\026\n\022AttributeTy" + - "pe_None\020\000\022\032\n\026AttributeType_Rapidity\020\001\022\034\n" + - "\030AttributeType_Elasticity\020\002\022\036\n\032Attribute" + - "Type_Acceleration\020\003\022\033\n\027AttributeType_End" + - "urance\020\004\022\036\n\032AttributeType_Intelligence\020\005" + - "\022\026\n\022AttributeType_Wits\020\006\022\032\n\026AttributeTyp" + - "e_Charisma\020\007\022\036\n\032AttributeType_Manipulati" + - "on\020\010\022\034\n\030AttributeType_Perception\020\t\022\032\n\026At" + - "tributeType_Strength\020\n\022\031\n\025AttributeType_" + - "Hacking\020\013\022\033\n\027AttributeType_Gathering\020\014\022\031" + - "\n\025AttributeType_Cooking\020\r*c\n\nModifyType\022" + - "\023\n\017ModifyType_None\020\000\022\022\n\016ModifyType_Add\020\001" + - "\022\025\n\021ModifyType_Delete\020\002\022\025\n\021ModifyType_Mo" + - "dify\020\003*\312\001\n\010ChatType\022\021\n\rChatType_None\020\000\022\023" + - "\n\017ChatType_Normal\020\001\022\024\n\020ChatType_Channel\020" + - "\002\022\024\n\020ChatType_Whisper\020\003\022\022\n\016ChatType_Tota" + - "l\020\004\022\022\n\016ChatType_Party\020\005\022\023\n\017ChatType_Noti" + - "ce\020\n\022\030\n\024ChatType_NoticeToast\020\013\022\023\n\017ChatTy" + - "pe_System\020\014*\234\001\n\014InvenBagType\022\025\n\021InvenBag" + - "Type_None\020\000\022\026\n\022InvenBagType_Cloth\020\001\022\025\n\021I" + - "nvenBagType_Prop\020\002\022\027\n\023InvenBagType_Beaut" + - "y\020\003\022\027\n\023InvenBagType_Tattoo\020\004\022\024\n\020InvenBag" + - "Type_Etc\020\005*w\n\016InvenEquipType\022\027\n\023InvenEqu" + - "ipType_None\020\000\022\030\n\024InvenEquipType_Cloth\020\001\022" + - "\027\n\023InvenEquipType_Tool\020\002\022\031\n\025InvenEquipTy" + - "pe_Tattoo\020\003*\362\003\n\033SummonPartyMemberResultT" + - "ype\022$\n SummonPartyMemberResultType_None\020" + - "\000\022&\n\"SummonPartyMemberResultType_Accept\020" + - "\001\022&\n\"SummonPartyMemberResultType_Refuse\020" + - "\002\022,\n(SummonPartyMemberResultType_DoNotDi" + - "sturb\020\003\022&\n\"SummonPartyMemberResultType_L" + - "ogOut\020\004\022*\n&SummonPartyMemberResultType_L" + - "eaveParty\020\005\022(\n$SummonPartyMemberResultTy" + - "pe_NotParty\020\006\022*\n&SummonPartyMemberResult" + - "Type_ServerFull\020\007\022*\n&SummonPartyMemberRe" + - "sultType_SummonFail\020\010\022)\n%SummonPartyMemb" + - "erResultType_NotSummon\020\t\022.\n*SummonPartyM" + - "emberResultType_NotPartyMember\020\n*O\n\010Mail" + - "Type\022\021\n\rMailType_None\020\000\022\031\n\025MailType_Rece" + - "ivedMail\020\001\022\025\n\021MailType_SentMail\020\002*f\n\010Vot" + - "eType\022\021\n\rVoteType_None\020\000\022\026\n\022VoteType_Agr" + - "eement\020\001\022\031\n\025VoteType_DisAgreement\020\002\022\024\n\020V" + - "oteType_Abstain\020\003*a\n\017UgcNpcRankState\022\030\n\024" + - "UgcNpcRankState_None\020\000\022\031\n\025UgcNpcRankStat" + - "e_Trend\020\001\022\031\n\025UgcNpcRankState_Total\020\002*~\n\016" + - "UgcNpcRankType\022\027\n\023UgcNpcRankType_None\020\000\022" + - "\027\n\023UgcNpcRankType_Like\020\001\022 \n\034UgcNpcRankTy" + - "pe_Communication\020\002\022\030\n\024UgcNpcRankType_Que" + - "st\020\003*\252\001\n\014UgqStateType\022\025\n\021UgqStateType_No" + - "ne\020\000\022\025\n\021UgqStateType_Test\020\001\022\025\n\021UgqStateT" + - "ype_Live\020\002\022\031\n\025UgqStateType_Shutdown\020\003\022 \n" + - "\034UgqStateType_RevisionChanged\020\004\022\030\n\024UgqSt" + - "ateType_Standby\020\005*\372\001\n\025UgqSearchCategoryT" + - "ype\022\036\n\032UgqSearchCategoryType_None\020\000\022#\n\037U" + - "gqSearchCategoryType_SpotLight\020\001\022&\n\"UgqS" + - "earchCategoryType_GradeAmateur\020\002\022)\n%UgqS" + - "earchCategoryType_GradeRisingStar\020\003\022%\n!U" + - "gqSearchCategoryType_GradeMaster\020\004\022\"\n\036Ug" + - "qSearchCategoryType_Bookmark\020\005*\247\001\n\026UgqUI" + - "CategoryGradeType\022\037\n\033UgqUICategoryGradeT" + - "ype_None\020\000\022\"\n\036UgqUICategoryGradeType_Ama" + - "teur\020\001\022%\n!UgqUICategoryGradeType_RisingS" + - "tar\020\002\022!\n\035UgqUICategoryGradeType_Master\020\003" + - "*\252\001\n\014UgqGradeType\022\025\n\021UgqGradeType_None\020\000" + - "\022\030\n\024UgqGradeType_Amature\020\001\022\033\n\027UgqGradeTy" + - "pe_RisingStar\020\002\022\030\n\024UgqGradeType_Master1\020" + - "\003\022\030\n\024UgqGradeType_Master2\020\004\022\030\n\024UgqGradeT" + - "ype_Master3\020\005*h\n\013UgqSortType\022\024\n\020UgqSortT" + - "ype_None\020\000\022\023\n\017UgqSortType_New\020\001\022\024\n\020UgqSo" + - "rtType_Like\020\002\022\030\n\024UgqSortType_Bookmark\020\003*" + - "Z\n\rUgqSearchType\022\026\n\022UgqSearchType_None\020\000" + - "\022\027\n\023UgqSearchType_Title\020\001\022\030\n\024UgqSearchTy" + - "pe_Beacon\020\002*(\n\021UgqDialogueTalker\022\n\n\006Play" + - "er\020\000\022\007\n\003Npc\020\001*S\n\013ShopBuyType\022\024\n\020ShopBuyT" + - "ype_None\020\000\022\030\n\024ShopBuyType_Currency\020\001\022\024\n\020" + - "ShopBuyType_Item\020\002*+\n\017GameNpcPlayType\022\030\n" + - "\024GameNpcPlayType_None\020\000*\211\001\n\031FarmingSummo" + - "nedEntityType\022\"\n\036FarmingSummonedEntityTy" + - "pe_None\020\000\022\"\n\036FarmingSummonedEntityType_U" + - "ser\020\001\022$\n FarmingSummonedEntityType_Beaco" + - "n\020\002*\214\001\n\020FarmingStateType\022\031\n\025FarmingState" + - "Type_None\020\000\022\034\n\030FarmingStateType_StandBy\020" + - "\001\022\035\n\031FarmingStateType_Progress\020\002\022 \n\034Farm" + - "ingStateType_CoolingTime\020\003*F\n\tOwnedType\022" + - "\022\n\016OwnedType_None\020\000\022\021\n\rOwnedType_Own\020\001\022\022" + - "\n\016OwnedType_Rent\020\002B/\n+com.caliverse.admi" + - "n.domain.RabbitMq.messageP\001b\006proto3" + "ame\030\005 \001(\t\022)\n\017entityStateInfo\030\025 \001(\0132\020.Ent" + + "ityStateInfo\0227\n\026locatedInstanceContext\030)" + + " \001(\0132\027.LocatedInstanceContext\022/\n\013created" + + "Time\030e \001(\0132\032.google.protobuf.Timestamp\"\365" + + "\001\n\013UgcNpcItems\022,\n\010hasItems\030\001 \003(\0132\032.UgcNp" + + "cItems.HasItemsEntry\0228\n\016hasTattooInfos\030\005" + + " \003(\0132 .UgcNpcItems.HasTattooInfosEntry\0326" + + "\n\rHasItemsEntry\022\013\n\003key\030\001 \001(\t\022\024\n\005value\030\002 " + + "\001(\0132\005.Item:\0028\001\032F\n\023HasTattooInfosEntry\022\013\n" + + "\003key\030\001 \001(\005\022\036\n\005value\030\002 \001(\0132\017.TattooSlotIn" + + "fo:\0028\001\"\367\002\n\020UgcNpcAppearance\022\026\n\016ugcNpcMet" + + "aGuid\030\001 \001(\t\022\025\n\rownerUserGuid\030\002 \001(\t\022\026\n\016bo" + + "dyItemMetaId\030\003 \001(\005\022\r\n\005title\030\004 \001(\t\022\020\n\010nic" + + "kname\030\005 \001(\t\0221\n\017appearCustomize\030\006 \001(\0132\030.A" + + "ppearanceCustomization\022\037\n\tabilities\030\013 \001(" + + "\0132\014.AbilityInfo\022\036\n\010hasItems\030\017 \001(\0132\014.UgcN" + + "pcItems\022)\n\017entityStateInfo\030\025 \001(\0132\020.Entit" + + "yStateInfo\022\035\n\025defaultSocialActionId\030\037 \001(" + + "\005\022\034\n\024habitSocialActionIds\030 \003(\005\022\037\n\027dialo" + + "gueSocialActionIds\030! \003(\005\"p\n\014UgcNpcEntity" + + "\022\031\n\021entityInstantGuid\030\001 \001(\t\022\030\n\nCurrentPo" + + "s\030\002 \001(\0132\004.Pos\022+\n\020ugcNpcAppearance\030\005 \001(\0132" + + "\021.UgcNpcAppearance\"\257\001\n\nUgcNpcRank\022\014\n\004ran" + + "k\030\001 \001(\005\022\r\n\005title\030\002 \001(\t\022\023\n\013npcNickname\030\003 " + + "\001(\t\022\026\n\016ugcNpcMetaGuid\030\004 \001(\t\022\026\n\016bodyItemM" + + "etaId\030\005 \001(\005\022\031\n\021ownerUserNickname\030\006 \001(\t\022\025" + + "\n\rownerUserGuid\030\007 \001(\t\022\r\n\005score\030\010 \001(\005\"f\n\021" + + "UgcNpcInteraction\022\026\n\016ugcNpcMetaGuid\030\001 \001(" + + "\t\022\025\n\rownerUserGuid\030\002 \001(\t\022\"\n\017IsCheckLikeF" + + "lag\030\005 \001(\0162\t.BoolType\"K\n\017UgqCurrentState\022" + + "\027\n\017composedQuestId\030\001 \001(\003\022\037\n\010ugqState\030\002 \001" + + "(\0162\r.UgqStateType\"|\n\023UgqQuestInTestState" + + "\022\027\n\017composedQuestId\030\001 \001(\003\022\022\n\005title\030\002 \001(\t" + + "H\000\210\001\001\022\033\n\016titleImagePath\030\003 \001(\tH\001\210\001\001B\010\n\006_t" + + "itleB\021\n\017_titleImagePath\"\357\001\n\014UgqBoardItem" + + "\022\027\n\017composedQuestId\030\001 \001(\003\022\022\n\005title\030\002 \001(\t" + + "H\000\210\001\001\022\033\n\016titleImagePath\030\003 \001(\tH\001\210\001\001\022\021\n\tli" + + "keCount\030\004 \001(\005\022\025\n\rbookmarkCount\030\005 \001(\005\022\023\n\006" + + "author\030\006 \001(\tH\002\210\001\001\022 \n\tgradeType\030\007 \001(\0162\r.U" + + "gqGradeType\022\014\n\004cost\030\010 \001(\005B\010\n\006_titleB\021\n\017_" + + "titleImagePathB\t\n\007_author\"\263\003\n\022UgqBoardIt" + + "emDetail\022\027\n\017composedQuestId\030\001 \001(\003\022\022\n\005tit" + + "le\030\002 \001(\tH\000\210\001\001\022\033\n\016titleImagePath\030\003 \001(\tH\001\210" + + "\001\001\022\021\n\tlikeCount\030\004 \001(\005\022\025\n\rbookmarkCount\030\005" + + " \001(\005\022\023\n\006author\030\006 \001(\tH\002\210\001\001\022\030\n\013description" + + "\030\007 \001(\tH\003\210\001\001\022\r\n\005langs\030\010 \003(\t\022\023\n\006beacon\030\t \001" + + "(\tH\004\210\001\001\022\030\n\005liked\030\n \001(\0162\t.BoolType\022\035\n\nboo" + + "kmarked\030\013 \001(\0162\t.BoolType\022 \n\tgradeType\030\014 " + + "\001(\0162\r.UgqGradeType\022\014\n\004cost\030\r \001(\005\022\023\n\013acce" + + "ptCount\030\016 \001(\005\022\025\n\rcompleteCount\030\017 \001(\005B\010\n\006" + + "_titleB\021\n\017_titleImagePathB\t\n\007_authorB\016\n\014" + + "_descriptionB\t\n\007_beacon\"b\n\030UgqGameTextDa" + + "taForClient\022\017\n\002kr\030\001 \001(\tH\000\210\001\001\022\017\n\002en\030\002 \001(\t" + + "H\001\210\001\001\022\017\n\002jp\030\003 \001(\tH\002\210\001\001B\005\n\003_krB\005\n\003_enB\005\n\003" + + "_jp\"\377\001\n\030UgqGameTaskDataForClient\022\017\n\007task" + + "Num\030\001 \001(\005\022+\n\010goalText\030\002 \001(\0132\031.UgqGameTex" + + "tDataForClient\022\027\n\ndialogueId\030\003 \001(\tH\000\210\001\001\022" + + "\025\n\rugcBeaconGuid\030\004 \001(\t\022\031\n\021ugcBeaconNickn" + + "ame\030\005 \001(\t\022\020\n\010ActionId\030\006 \001(\005\022\023\n\013ActionVal" + + "ue\030\007 \001(\005\022$\n\021IsShowNpcLocation\030\010 \001(\0162\t.Bo" + + "olTypeB\r\n\013_dialogueId\"\360\001\n\027UgqDialogSeque" + + "nceAction\022\021\n\tcontition\030\001 \001(\t\022\022\n\nactionTy" + + "pe\030\002 \001(\005\022\017\n\007subType\030\003 \001(\005\022\024\n\014actionNumbe" + + "r\030\004 \001(\005\022\023\n\013actionIndex\030\005 \001(\005\022\"\n\006talker\030\006" + + " \001(\0162\022.UgqDialogueTalker\022\'\n\004talk\030\007 \001(\0132\031" + + ".UgqGameTextDataForClient\022\022\n\nisDialogue\030" + + "\010 \001(\005\022\021\n\tNpcAction\030\t \001(\005\"U\n\024UgqDialogueS" + + "equences\022\022\n\nsequenceId\030\001 \001(\005\022)\n\007actions\030" + + "\002 \003(\0132\030.UgqDialogSequenceAction\"<\n\022UgqDi" + + "alogueReturns\022\023\n\013actionIndex\030\001 \001(\005\022\021\n\tre" + + "turnIdx\030\002 \001(\005\"z\n\024UgqGameQuestDialogue\022\022\n" + + "\ndialogueId\030\001 \001(\t\022(\n\tsequences\030\002 \003(\0132\025.U" + + "gqDialogueSequences\022$\n\007returns\030\003 \003(\0132\023.U" + + "gqDialogueReturns\"\343\002\n\031UgqGameQuestDataFo" + + "rClient\022\027\n\017composedQuestId\030\001 \001(\003\022\016\n\006auth" + + "or\030\002 \001(\t\022\022\n\nauthorGuid\030\003 \001(\t\022\020\n\010beaconId" + + "\030\004 \001(\005\022\025\n\rugcBeaconGuid\030\005 \001(\t\022\031\n\021ugcBeac" + + "onNickname\030\006 \001(\t\022(\n\005title\030\007 \001(\0132\031.UgqGam" + + "eTextDataForClient\022\'\n\004task\030\010 \003(\0132\031.UgqGa" + + "meTaskDataForClient\022(\n\tdialogues\030\t \003(\0132\025" + + ".UgqGameQuestDialogue\022#\n\014ugqStateType\030\n " + + "\001(\0162\r.UgqStateType\022#\n\014ugqGradeType\030\013 \001(\016" + + "2\r.UgqGradeType\"d\n\023UgqDailyRewardCount\022 " + + "\n\tgradeType\030\001 \001(\0162\r.UgqGradeType\022\025\n\rdail" + + "yMaxCount\030\002 \001(\005\022\024\n\014currentCount\030\003 \001(\005\"n\n" + + "\024UgqBoardSearchResult\022\022\n\npageNumber\030\001 \001(" + + "\005\022\020\n\010pageSize\030\002 \001(\005\022\022\n\ntotalPages\030\003 \001(\005\022" + + "\034\n\005items\030\004 \003(\0132\r.UgqBoardItem\"\254\001\n\025DateRa" + + "ngeUgqBoardItem\022!\n\005today\030\001 \001(\0132\r.UgqBoar" + + "dItemH\000\210\001\001\022$\n\010thisWeek\030\002 \001(\0132\r.UgqBoardI" + + "temH\001\210\001\001\022%\n\tthisMonth\030\003 \001(\0132\r.UgqBoardIt" + + "emH\002\210\001\001B\010\n\006_todayB\013\n\t_thisWeekB\014\n\n_thisM" + + "onth\"u\n\030UgqBoardSportlightResult\022)\n\tmost" + + "Liked\030\001 \001(\0132\026.DateRangeUgqBoardItem\022.\n\016m" + + "ostBookmarked\030\002 \001(\0132\026.DateRangeUgqBoardI" + + "tem\"\252\003\n\nUgqNpcInfo\022\023\n\013npcMetaGuid\030\001 \001(\t\022" + + "\021\n\townerGuid\030\002 \001(\t\022\027\n\017ownerEntityType\030\003 " + + "\001(\005\022\020\n\010nickname\030\004 \001(\t\022\r\n\005title\030\005 \001(\t\022\020\n\010" + + "greeting\030\006 \001(\t\022\024\n\014introduction\030\007 \001(\t\022\023\n\013" + + "description\030\010 \001(\t\022\025\n\rworldScenario\030\t \001(\t", + "\022!\n\031defaultSocialActionMetaId\030\n \001(\r\022 \n\030h" + + "abitSocialActionMetaIds\030\013 \003(\r\022#\n\033Dialogu" + + "eSocialActionMetaIds\030\014 \003(\r\022\026\n\016bodyItemMe" + + "taId\030\r \001(\r\022\026\n\016hashTagMetaIds\030\016 \003(\r\022\037\n\005st" + + "ate\030\017 \001(\0162\020.EntityStateType\022+\n\030isRegiste" + + "redAiChatServer\030\020 \001(\0162\t.BoolType\"\221\001\n\013All" + + "UgqInfos\022\032\n\006quests\030\001 \003(\0132\n.QuestInfo\022&\n\016" + + "questMetaInfos\030\002 \003(\0132\016.QuestMetaInfo\022>\n\032" + + "ugqGameQuestDataForClients\030\003 \003(\0132\032.UgqGa" + + "meQuestDataForClient\"\301\001\n\026UgqGameQuestDat" + + "aSimple\022\027\n\017composedQuestId\030\001 \001(\003\022\020\n\010revi" + + "sion\030\002 \001(\005\022\020\n\010userGuid\030\003 \001(\t\022\016\n\006author\030\004" + + " \001(\t\022 \n\tgradeType\030\005 \001(\0162\r.UgqGradeType\022\r" + + "\n\005state\030\006 \001(\t\022\014\n\004cost\030\007 \001(\005\022\033\n\010shutdown\030" + + "\010 \001(\0162\t.BoolType\"\270\002\n\016FarmingSummary\022\033\n\023f" + + "armingAnchorMetaId\030\001 \001(\t\022\031\n\021farmingPropM" + + "etaId\030\002 \001(\005\022\027\n\017farmingUserGuid\030\005 \001(\t\0225\n\021" + + "farmingSummonType\030\006 \001(\0162\032.FarmingSummone" + + "dEntityType\022\031\n\021farmingEntityGuid\030\007 \001(\t\022\'" + + "\n\014farmingState\030\013 \001(\0162\021.FarmingStateType\022" + + "-\n\tstartTime\030\025 \001(\0132\032.google.protobuf.Tim" + + "estamp\022+\n\007endTime\030\026 \001(\0132\032.google.protobu" + + "f.Timestamp\"I\n\016RentalLandInfo\022\016\n\006landId\030" + + "\001 \001(\005\022\022\n\nbuildingId\030\002 \001(\005\022\023\n\013rentalCount" + + "\030\003 \001(\005\"6\n\017RentalFloorInfo\022\r\n\005floor\030\001 \001(\005" + + "\022\024\n\014instanceName\030\002 \001(\t\"\216\001\n\017OwnedRentalIn" + + "fo\022\016\n\006landId\030\001 \001(\005\022\022\n\nbuildingId\030\002 \001(\005\022\r" + + "\n\005floor\030\003 \001(\005\022\022\n\nmyhomeGuid\030\004 \001(\t\0224\n\020ren" + + "talFinishTime\030\005 \001(\0132\032.google.protobuf.Ti" + + "mestamp\"c\n\025ModifyOwnedRentalInfo\022\037\n\nmodi" + + "fyType\030\001 \001(\0162\013.ModifyType\022)\n\017ownedRental" + + "Info\030\002 \001(\0132\020.OwnedRentalInfo\"\320\002\n\024RentFlo" + + "orRequestInfo\022\016\n\006landId\030\001 \001(\005\022\022\n\nbuildin" + + "gId\030\002 \001(\005\022\r\n\005floor\030\003 \001(\005\022\021\n\townerGuid\030\004 " + + "\001(\t\022\022\n\nmyhomeGuid\030\005 \001(\t\022\024\n\014instanceName\030" + + "\006 \001(\t\022\030\n\020thumbnailImageId\030\007 \001(\005\022\023\n\013listI" + + "mageId\030\010 \001(\005\022\030\n\020enterPlayerCount\030\t \001(\005\022\024" + + "\n\014rentalPeriod\030\n \001(\005\0223\n\017rentalStartTime\030" + + "\013 \001(\0132\032.google.protobuf.Timestamp\0224\n\020ren" + + "talFinishTime\030\014 \001(\0132\032.google.protobuf.Ti" + + "mestamp\"K\n\026OperationSystemMessage\022#\n\014lan" + + "guageType\030\001 \001(\0162\r.LanguageType\022\014\n\004text\030\002" + + " \001(\t\"\'\n\017MeetingRoomInfo\022\024\n\014screenPageNo\030" + + "\001 \001(\005\"y\n\017FloorProfitInfo\022.\n\007profits\030\001 \003(" + + "\0132\035.FloorProfitInfo.ProfitsEntry\0326\n\014Prof" + + "itsEntry\022\013\n\003key\030\001 \001(\005\022\025\n\005value\030\002 \001(\0132\006.M" + + "oney:\0028\001\"\225\001\n\031BuildingRentalHistoryInfo\022/" + + "\n\013historyDate\030\001 \001(\0132\032.google.protobuf.Ti" + + "mestamp\022\020\n\010userGuid\030\002 \001(\t\022\020\n\010userName\030\003 " + + "\001(\t\022\024\n\014rentalPeriod\030\004 \001(\005\022\r\n\005floor\030\005 \001(\005" + + "\"\261\001\n\031BuildingProfitHistoryInfo\022/\n\013histor" + + "yDate\030\001 \001(\0132\032.google.protobuf.Timestamp\022" + + "\r\n\005floor\030\002 \001(\005\022-\n\021profitHistoryType\030\003 \001(" + + "\0162\022.ProfitHistoryType\022%\n\013floorProfit\030\004 \001" + + "(\0132\020.FloorProfitInfo\"\273\003\n\022LandAuctionComp" + + "act\022\022\n\nlandMetaId\030\001 \001(\005\022\025\n\rauctionNumber" + + "\030\002 \001(\005\022E\n!auctionReservationNoticeStartT" + + "ime\030\003 \001(\0132\032.google.protobuf.Timestamp\022\022\n" + + "\nhighestBid\030\005 \001(\001\022\027\n\017winningUserGuid\030\006 \001" + + "(\t\022\033\n\023winningUserNickname\030\007 \001(\t\022#\n\014curre" + + "ncyType\030\014 \001(\0162\r.CurrencyType\0224\n\020auctionS" + + "tartTime\030\017 \001(\0132\032.google.protobuf.Timesta" + + "mp\0222\n\016auctionEndTime\030\020 \001(\0132\032.google.prot" + + "obuf.Timestamp\022+\n\020landAuctionState\030\021 \001(\016" + + "2\021.LandAuctionState\022-\n\021LandAuctionResult" + + "\030\022 \001(\0162\022.LandAuctionResult\"\364\003\n\017LandAucti" + + "onInfo\022\022\n\nlandMetaId\030\001 \001(\005\022\025\n\rauctionNum" + + "ber\030\002 \001(\005\022E\n!auctionReservationNoticeSta" + + "rtTime\030\003 \001(\0132\032.google.protobuf.Timestamp" + + "\022\022\n\nhighestBid\030\005 \001(\001\022\027\n\017winningUserGuid\030" + + "\006 \001(\t\022\033\n\023winningUserNickname\030\007 \001(\t\022\023\n\013st" + + "artingBid\030\t \001(\001\022#\n\014currencyType\030\014 \001(\0162\r." + + "CurrencyType\0224\n\020auctionStartTime\030\017 \001(\0132\032" + + ".google.protobuf.Timestamp\0222\n\016auctionEnd" + + "Time\030\020 \001(\0132\032.google.protobuf.Timestamp\022+" + + "\n\020landAuctionState\030\021 \001(\0162\021.LandAuctionSt" + + "ate\022-\n\021LandAuctionResult\030\022 \001(\0162\022.LandAuc" + + "tionResult\022%\n\022isLandOwnerChanged\030\026 \001(\0162\t" + + ".BoolType\"?\n\022LandAuctionSummary\022)\n\017landA" + + "uctionInfo\030\001 \001(\0132\020.LandAuctionInfo\"@\n\022Sw" + + "itchingPropState\022\027\n\017switchingPropId\030\001 \001(" + + "\005\022\021\n\tpropState\030\002 \001(\005\"\231\002\n\024BattlePodCombat" + + "State\022\025\n\rpodCombatGuid\030\001 \001(\t\022\037\n\027ownerPod" + + "CombatStandGuid\030\002 \001(\t\022/\n\022podCombatStateT" + + "ype\030\003 \001(\0162\023.PodCombatStateType\0223\n\017statec" + + "hangeTime\030\004 \001(\0132\032.google.protobuf.Timest" + + "amp\022\030\n\ncurrentPos\030\005 \001(\0132\004.Pos\022\030\n\020current" + + "OwnerGuid\030\006 \001(\t\022/\n\013currentTime\030\007 \001(\0132\032.g" + + "oogle.protobuf.Timestamp\"C\n\020BattleObject" + + "Info\022\022\n\nanchorGuid\030\001 \001(\t\022\033\n\010isActive\030\002 \001" + + "(\0162\t.BoolType\"\267\001\n\017BattleEventInfo\022\017\n\007eve" + + "ntId\030\001 \001(\005\022\022\n\ninstanceId\030\002 \001(\005\022-\n\tstartT" + + "ime\030\003 \001(\0132\032.google.protobuf.Timestamp\022\024\n" + + "\014configDataId\030\004 \001(\005\022\025\n\rrewardGroupId\030\005 \001" + + "(\005\022\017\n\007hotTime\030\006 \001(\005\022\022\n\nroundCount\030\007 \001(\005*" + + "\353\026\n\nEntityType\022\023\n\017EntityType_None\020\000\022\025\n\021E" + + "ntityType_Player\020\001\022\033\n\027EntityType_BattleP" + + "layer\020e\022\030\n\024EntityType_Character\020\002\022\022\n\016Ent" + + "ityType_Npc\020\003\022\027\n\022EntityType_Monster\020\255\002\022\032" + + "\n\025EntityType_GeneralNpc\020\256\002\022\027\n\022EntityType" + + "_Barrier\020\257\002\022\026\n\021EntityType_Volume\020\261\002\022\034\n\026E" + + "ntityType_EventVolume\020\245\356\001\022\035\n\027EntityType_" + + "EffectVolume\020\246\356\001\022\034\n\026EntityType_QuestVolu" + + "me\020\247\356\001\022\026\n\021EntityType_UgcNpc\020\262\002\022\027\n\021Entity" + + "Type_Beacon\020\211\357\001\022\033\n\025EntityType_UgcNpcRank" + + "\020\212\357\001\022\026\n\021EntityType_Effect\020\263\002\022\030\n\022EntityTy" + + "pe_Farming\020\355\357\001\022\030\n\024EntityType_Inventory\020\004" + + "\022\030\n\023EntityType_BagInven\020\221\003\022\037\n\032EntityType" + + "_ClothEquipInven\020\222\003\022\036\n\031EntityType_ToolEq" + + "uipInven\020\223\003\022 \n\033EntityType_TattooEquipInv" + + "en\020\224\003\022\023\n\017EntityType_Item\020\005\022\033\n\027EntityType" + + "_GroundEntity\020\006\022\032\n\025EntityType_DropObject" + + "\020\331\004\022\024\n\017EntityType_Land\020\332\004\022\032\n\024EntityType_" + + "OwnedLand\020\251\326\003\022\030\n\023EntityType_Building\020\333\004\022" + + "\036\n\030EntityType_OwnedBuilding\020\215\327\003\022\036\n\030Entit" + + "yType_BuildingFloor\020\216\327\003\022\037\n\031EntityType_Bu" + + "ildingProfit\020\217\327\003\022&\n EntityType_BuildingP" + + "rofitHistory\020\220\327\003\022&\n EntityType_BuildingR" + + "entalHistory\020\221\327\003\022\026\n\021EntityType_MyHome\020\334\004" + + "\022\024\n\020EntityType_Money\020\007\022\023\n\017EntityType_Sho" + + "p\020\010\022\"\n\035EntityType_MyShopProductMeter\020\241\006\022" + + "\037\n\032EntityType_ShopSoldProduct\020\242\006\022\023\n\017Enti" + + "tyType_Room\020\t\022\036\n\031EntityType_BattleInstan" + + "ce\020\205\007\022\033\n\026EntityType_BattleEvent\020\206\007\022!\n\034En" + + "tityType_SystemBattleEvent\020\207\007\022\024\n\020EntityT" + + "ype_Party\020\n\022\033\n\026EntityType_GlobalParty\020\351\007" + + "\022\"\n\034EntityType_GlobalPartyDetail\020\205\216\006\022\035\n\030" + + "EntityType_PersonalParty\020\352\007\022$\n\036EntityTyp" + + "e_PersonalPartyDetail\020\351\216\006\022\033\n\027EntityType_" + + "SocialAction\020\013\022\025\n\021EntityType_Friend\020\014\022\034\n" + + "\030EntityType_MinimapMarker\020\r\022\025\n\021EntityTyp" + + "e_Ticker\020\016\022+\n&EntityType_UserLoginCacheR" + + "efreshTicker\020\371\n\022!\n\034EntityType_EnityUpdat" + + "eTicker\020\372\n\022!\n\034EntityType_EventUpdateTick" + + "er\020\373\n\022\037\n\032EntityType_TimeEventTicker\020\374\n\022#" + + "\n\036EntityType_ChannelUpdateTicker\020\375\n\022 \n\033E" + + "ntityType_NoticeChatTicker\020\376\n\022\'\n\"EntityT" + + "ype_PartyCacheRefreshTicker\020\200\013\022&\n!Entity" + + "Type_ReservationCheckTicker\020\201\013\022&\n!Entity" + + "Type_NormalQuestCheckTicker\020\203\013\022&\n!Entity" + + "Type_ShopProductCheckTicker\020\204\013\022 \n\033Entity" + + "Type_UgcNpcRankTicker\020\205\013\022%\n EntityType_S" + + "ystemMailCheckTicker\020\206\013\022&\n!EntityType_La" + + "rgePacketCheckTicker\020\207\013\022$\n\037EntityType_Bu" + + "ildingUpdateTicker\020\210\013\022!\n\034EntityType_Cali" + + "umEventTicker\020\211\013\022&\n!EntityType_BattleEve" + + "ntCheckTicker\020\212\013\022.\n)EntityType_BattleIns" + + "tanceStateCheckTicker\020\213\013\0225\n0EntityType_L" + + "andAuctionReservationConfigureTicker\020\214\013\022" + + "&\n!EntityType_LandAuctionCheckTicker\020\215\013\022" + + "\030\n\024EntityType_BlockUser\020\017\022\024\n\020EntityType_" + + "Quest\020\020\022\030\n\023EntityType_EndQuest\020\301\014\022\023\n\017Ent" + + "ityType_Mail\020\024\022\031\n\024EntityType_QuestMail\020\321" + + "\017\022\025\n\021EntityType_Golbal\020\025\022!\n\034EntityType_S" + + "ystemMailManager\020\265\020\022\033\n\025EntityType_System" + + "Mail\020\265\351\014\022!\n\034EntityType_NoticeChatManager" + + "\020\266\020\022\033\n\025EntityType_NoticeChat\020\231\352\014\022!\n\034Enti" + + "tyType_SeasonPassManager\020\267\020\022\023\n\017EntityTyp" + + "e_Cart\020\026\022\024\n\020EntityType_Claim\020\027\022\024\n\020Entity" + + "Type_Craft\020\030\022\026\n\021EntityType_Recipe\020\341\022\022\031\n\025" + + "EntityType_ToolAction\020\031\022&\n\"EntityType_Ta" + + "sk_Reservation_Action\020\032\022\035\n\031EntityType_Pa" + + "ckage_Action\020\033\022\025\n\021EntityType_Calium\020\034\022\037\n" + + "\032EntityType_CaliumConverter\020\361\025\022\025\n\021Entity" + + "Type_Rental\020\035\022\026\n\022EntityType_Auction\020\036\022\033\n" + + "\026EntityType_LandAuction\020\271\027\022)\n$EntityType" + + "_LandAuctionRefundBidPrice\020\272\027\022\036\n\032EntityT" + + "ype_CustomDefinedUi\020c\022\026\n\016EntityType_All\020" + + "\200\224\353\334\003*\304\010\n\017EntityStateType\022\030\n\024EntityState" + + "Type_None\020\000\022\033\n\027EntityStateType_Created\020\001" + + "\022 \n\034EntityStateType_Initializing\020\002\022\033\n\027En" + + "tityStateType_Loading\020\003\022\031\n\025EntityStateTy" + + "pe_Login\020\013\022\032\n\026EntityStateType_Logout\020o\022!" + + "\n\035EntityStateType_GameZoneEnter\020\017\022\035\n\031Ent" + + "ityStateType_PlayReady\020\020\022\034\n\030EntityStateT" + + "ype_Spawning\020\021\022#\n\037EntityStateType_Spawne" + + "dCutScene\020\022\022\031\n\025EntityStateType_Alive\0203\022\031" + + "\n\024EntityStateType_Idle\020\377\003\022\032\n\025EntityState" + + "Type_Think\020\200\004\022\031\n\024EntityStateType_Move\020\201\004" + + "\022\031\n\024EntityStateType_Roam\020\213(\022\031\n\024EntitySta" + + "teType_Walk\020\214(\022\030\n\023EntityStateType_Run\020\215(" + + "\022\033\n\026EntityStateType_Patrol\020\216(\022\032\n\025EntityS" + + "tateType_Chase\020\217(\022\031\n\024EntityStateType_Das" + + "h\020\220(\022\033\n\026EntityStateType_GoHome\020\221(\022\034\n\027Ent" + + "ityStateType_Dancing\020\222(\022\033\n\026EntityStateTy" + + "pe_Battle\020\202\004\022\036\n\031EntityStateType_SkillFir" + + "e\020\225(\022\036\n\031EntityStateType_Uncontrol\020\203\004\022\031\n\024" + + "EntityStateType_Hide\020\204\004\022\032\n\025EntityStateTy" + + "pe_Pause\020\207\004\022\030\n\024EntityStateType_Dead\020=\022\033\n" + + "\026EntityStateType_Revive\020\343\004\022 \n\034EntityStat" + + "eType_GameZoneExit\020c\022\034\n\030EntityStateType_" + + "Activate\020e\022\036\n\032EntityStateType_Deactivate" + + "\020f\022\031\n\024EntityStateType_Drop\020\311\001\022$\n\037EntityS" + + "tateType_UsingByCrafting\020\255\002\022#\n\036EntitySta" + + "teType_UsingByFarming\020\256\002\022\"\n\035EntityStateT" + + "ype_UsingByMyHome\020\257\002*\354\007\n\026EntityStateTrig" + + "gerType\022\037\n\033EntityStateTriggerType_None\020\000" + + "\022\"\n\036EntityStateTriggerType_Timeout\020\001\022(\n$" + + "EntityStateTriggerType_GameZoneEnter\020\013\022\'" + + "\n#EntityStateTriggerType_GameZoneExit\020\014\022" + + " \n\034EntityStateTriggerType_Spawn\0203\022 \n\034Ent" + + "ityStateTriggerType_Alive\0204\022 \n\034EntitySta" + + "teTriggerType_Think\020=\022\037\n\033EntityStateTrig" + + "gerType_Roam\020>\022 \n\034EntityStateTriggerType" + + "_Chase\020?\022%\n!EntityStateTriggerType_BuffA" + + "ctive\020e\022!\n\035EntityStateTriggerType_Attack" + + "\020f\022$\n EntityStateTriggerType_SkillFire\020o" + + "\022&\n\"EntityStateTriggerType_SkillCancel\020p" + + "\022%\n!EntityStateTriggerType_SkillClose\020q\022" + + "#\n\036EntityStateTriggerType_NoEnemy\020\203\001\022\'\n\"" + + "EntityStateTriggerType_TargetFound\020\204\001\022&\n" + + "!EntityStateTriggerType_TargetDead\020\205\001\022 \n" + + "\033EntityStateTriggerType_NoHp\020\255\002\022\"\n\035Entit" + + "yStateTriggerType_Revive\020\256\002\022\"\n\035EntitySta" + + "teTriggerType_HomeGo\020\257\002\022\'\n\"EntityStateTr" + + "iggerType_ArrivedHome\020\260\002\022$\n\037EntityStateT" + + "riggerType_Activate\020\261\002\022&\n!EntityStateTri" + + "ggerType_Deactivate\020\262\002\022*\n%EntityStateTri" + + "ggerType_UncontrolStart\020\331\004\022(\n#EntityStat" + + "eTriggerType_UncontrolEnd\020\332\004\022%\n EntitySt" + + "ateTriggerType_PlayReady\020\351\007*\324\001\n\017OwnerEnt" + + "ityType\022\030\n\024OwnerEntityType_None\020\000\022\030\n\024Own" + + "erEntityType_User\020\001\022\035\n\031OwnerEntityType_C" + + "haracter\020\002\022\032\n\026OwnerEntityType_UgcNpc\020\003\022\032" + + "\n\026OwnerEntityType_Myhome\020\004\022\030\n\024OwnerEntit" + + "yType_Land\020\005\022\034\n\030OwnerEntityType_Building" + + "\020\006*Y\n\014LevelExpType\022\025\n\021LevelExpType_None\020" + + "\000\022\025\n\021LevelExpType_Item\020\n\022\033\n\027LevelExpType" + + "_SeasonPass\020\024*\274\003\n\rAttributeType\022\026\n\022Attri" + + "buteType_None\020\000\022\032\n\026AttributeType_Rapidit" + + "y\020\001\022\034\n\030AttributeType_Elasticity\020\002\022\036\n\032Att" + + "ributeType_Acceleration\020\003\022\033\n\027AttributeTy" + + "pe_Endurance\020\004\022\036\n\032AttributeType_Intellig" + + "ence\020\005\022\026\n\022AttributeType_Wits\020\006\022\032\n\026Attrib" + + "uteType_Charisma\020\007\022\036\n\032AttributeType_Mani" + + "pulation\020\010\022\034\n\030AttributeType_Perception\020\t" + + "\022\032\n\026AttributeType_Strength\020\n\022\031\n\025Attribut" + + "eType_Hacking\020\013\022\033\n\027AttributeType_Gatheri" + + "ng\020\014\022\031\n\025AttributeType_Cooking\020\r\022\033\n\027Attri" + + "buteType_Tailoring\020\016*c\n\nModifyType\022\023\n\017Mo" + + "difyType_None\020\000\022\022\n\016ModifyType_Add\020\001\022\025\n\021M" + + "odifyType_Delete\020\002\022\025\n\021ModifyType_Modify\020" + + "\003*\312\001\n\010ChatType\022\021\n\rChatType_None\020\000\022\023\n\017Cha" + + "tType_Normal\020\001\022\024\n\020ChatType_Channel\020\002\022\024\n\020" + + "ChatType_Whisper\020\003\022\022\n\016ChatType_Total\020\004\022\022" + + "\n\016ChatType_Party\020\005\022\023\n\017ChatType_Notice\020\n\022" + + "\030\n\024ChatType_NoticeToast\020\013\022\023\n\017ChatType_Sy" + + "stem\020\014*\234\001\n\014InvenBagType\022\025\n\021InvenBagType_" + + "None\020\000\022\026\n\022InvenBagType_Cloth\020\001\022\025\n\021InvenB" + + "agType_Prop\020\002\022\027\n\023InvenBagType_Beauty\020\003\022\027" + + "\n\023InvenBagType_Tattoo\020\004\022\024\n\020InvenBagType_" + + "Etc\020\005*w\n\016InvenEquipType\022\027\n\023InvenEquipTyp" + + "e_None\020\000\022\030\n\024InvenEquipType_Cloth\020\001\022\027\n\023In" + + "venEquipType_Tool\020\002\022\031\n\025InvenEquipType_Ta" + + "ttoo\020\003*\362\003\n\033SummonPartyMemberResultType\022$" + + "\n SummonPartyMemberResultType_None\020\000\022&\n\"" + + "SummonPartyMemberResultType_Accept\020\001\022&\n\"" + + "SummonPartyMemberResultType_Refuse\020\002\022,\n(" + + "SummonPartyMemberResultType_DoNotDisturb" + + "\020\003\022&\n\"SummonPartyMemberResultType_LogOut" + + "\020\004\022*\n&SummonPartyMemberResultType_LeaveP" + + "arty\020\005\022(\n$SummonPartyMemberResultType_No" + + "tParty\020\006\022*\n&SummonPartyMemberResultType_" + + "ServerFull\020\007\022*\n&SummonPartyMemberResultT" + + "ype_SummonFail\020\010\022)\n%SummonPartyMemberRes" + + "ultType_NotSummon\020\t\022.\n*SummonPartyMember" + + "ResultType_NotPartyMember\020\n*O\n\010MailType\022" + + "\021\n\rMailType_None\020\000\022\031\n\025MailType_ReceivedM" + + "ail\020\001\022\025\n\021MailType_SentMail\020\002*f\n\010VoteType" + + "\022\021\n\rVoteType_None\020\000\022\026\n\022VoteType_Agreemen" + + "t\020\001\022\031\n\025VoteType_DisAgreement\020\002\022\024\n\020VoteTy" + + "pe_Abstain\020\003*a\n\017UgcNpcRankState\022\030\n\024UgcNp" + + "cRankState_None\020\000\022\031\n\025UgcNpcRankState_Tre" + + "nd\020\001\022\031\n\025UgcNpcRankState_Total\020\002*~\n\016UgcNp" + + "cRankType\022\027\n\023UgcNpcRankType_None\020\000\022\027\n\023Ug" + + "cNpcRankType_Like\020\001\022 \n\034UgcNpcRankType_Co" + + "mmunication\020\002\022\030\n\024UgcNpcRankType_Quest\020\003*" + + "\252\001\n\014UgqStateType\022\025\n\021UgqStateType_None\020\000\022" + + "\025\n\021UgqStateType_Test\020\001\022\025\n\021UgqStateType_L" + + "ive\020\002\022\031\n\025UgqStateType_Shutdown\020\003\022 \n\034UgqS" + + "tateType_RevisionChanged\020\004\022\030\n\024UgqStateTy" + + "pe_Standby\020\005*\372\001\n\025UgqSearchCategoryType\022\036" + + "\n\032UgqSearchCategoryType_None\020\000\022#\n\037UgqSea" + + "rchCategoryType_SpotLight\020\001\022&\n\"UgqSearch" + + "CategoryType_GradeAmateur\020\002\022)\n%UgqSearch" + + "CategoryType_GradeRisingStar\020\003\022%\n!UgqSea" + + "rchCategoryType_GradeMaster\020\004\022\"\n\036UgqSear" + + "chCategoryType_Bookmark\020\005*\247\001\n\026UgqUICateg" + + "oryGradeType\022\037\n\033UgqUICategoryGradeType_N" + + "one\020\000\022\"\n\036UgqUICategoryGradeType_Amateur\020" + + "\001\022%\n!UgqUICategoryGradeType_RisingStar\020\002" + + "\022!\n\035UgqUICategoryGradeType_Master\020\003*\252\001\n\014" + + "UgqGradeType\022\025\n\021UgqGradeType_None\020\000\022\030\n\024U" + + "gqGradeType_Amature\020\001\022\033\n\027UgqGradeType_Ri" + + "singStar\020\002\022\030\n\024UgqGradeType_Master1\020\003\022\030\n\024" + + "UgqGradeType_Master2\020\004\022\030\n\024UgqGradeType_M" + + "aster3\020\005*h\n\013UgqSortType\022\024\n\020UgqSortType_N" + + "one\020\000\022\023\n\017UgqSortType_New\020\001\022\024\n\020UgqSortTyp" + + "e_Like\020\002\022\030\n\024UgqSortType_Bookmark\020\003*Z\n\rUg" + + "qSearchType\022\026\n\022UgqSearchType_None\020\000\022\027\n\023U" + + "gqSearchType_Title\020\001\022\030\n\024UgqSearchType_Be" + + "acon\020\002*(\n\021UgqDialogueTalker\022\n\n\006Player\020\000\022" + + "\007\n\003Npc\020\001*S\n\013ShopBuyType\022\024\n\020ShopBuyType_N" + + "one\020\000\022\030\n\024ShopBuyType_Currency\020\001\022\024\n\020ShopB" + + "uyType_Item\020\002*+\n\017GameNpcPlayType\022\030\n\024Game" + + "NpcPlayType_None\020\000*\211\001\n\031FarmingSummonedEn" + + "tityType\022\"\n\036FarmingSummonedEntityType_No" + + "ne\020\000\022\"\n\036FarmingSummonedEntityType_User\020\001" + + "\022$\n FarmingSummonedEntityType_Beacon\020\002*\214" + + "\001\n\020FarmingStateType\022\031\n\025FarmingStateType_" + + "None\020\000\022\034\n\030FarmingStateType_StandBy\020\001\022\035\n\031" + + "FarmingStateType_Progress\020\002\022 \n\034FarmingSt" + + "ateType_CoolingTime\020\003*F\n\tOwnedType\022\022\n\016Ow" + + "nedType_None\020\000\022\021\n\rOwnedType_Own\020\001\022\022\n\016Own" + + "edType_Rent\020\002*h\n\021ProfitHistoryType\022\032\n\026Pr" + + "ofitHistoryType_None\020\000\022\033\n\027ProfitHistoryT" + + "ype_Stack\020\001\022\032\n\026ProfitHistoryType_Gain\020\002*" + + "\245\001\n\020LandAuctionState\022\031\n\025LandAuctionState" + + "_None\020\000\022\034\n\030LandAuctionState_Waiting\020\001\022\036\n" + + "\032LandAuctionState_Scheduled\020\002\022\034\n\030LandAuc" + + "tionState_Started\020\003\022\032\n\026LandAuctionState_" + + "Ended\020\004*\216\001\n\021LandAuctionResult\022\032\n\026LandAuc" + + "tionResult_None\020\000\022\037\n\033LandAuctionResult_S" + + "uccessed\020\001\022\034\n\030LandAuctionResult_Failed\020\002" + + "\022\036\n\032LandAuctionResult_Canceled\020\003*n\n\022Land" + + "AuctionBidType\022\033\n\027LandAuctionBidType_Non" + + "e\020\000\022\035\n\031LandAuctionBidType_Normal\020\001\022\034\n\030La" + + "ndAuctionBidType_Blind\020\002*\263\001\n\033LandAuction" + + "BidIncrementType\022$\n LandAuctionBidIncrem" + + "entType_None\020\000\022#\n\037LandAuctionBidIncremen" + + "tType_Low\020\001\022#\n\037LandAuctionBidIncrementTy" + + "pe_Mid\020\002\022$\n LandAuctionBidIncrementType_" + + "High\020\003*n\n\022BattleInstanceType\022\033\n\027BattleIn" + + "stanceType_None\020\000\022\035\n\031BattleInstanceType_" + + "Normal\020\001\022\034\n\030BattleInstanceType_Event\020\002*G" + + "\n\016BattlePlayMode\022\027\n\023BattlePlayMode_None\020" + + "\000\022\034\n\030BattlePlayMode_PodCombat\020\001*\263\001\n\022PodC" + + "ombatStateType\022\033\n\027PodCombatStateType_Non" + + "e\020\000\022\035\n\031PodCombatStateType_Active\020\001\022 \n\034Po" + + "dCombatStateType_Possesion\020\002\022\036\n\032PodComba" + + "tStateType_Dropped\020\003\022\037\n\033PodCombatStateTy" + + "pe_DeActive\020\004*\306\001\n\024BattleRoundStateType\022\035" + + "\n\031BattleRoundStateType_None\020\000\022!\n\035BattleR" + + "oundStateType_Rounding\020\001\022\"\n\036BattleRoundS" + + "tateType_RoundWait\020\002\022$\n BattleRoundState" + + "Type_RoundEndAll\020\003\022\"\n\036BattleRoundStateTy" + + "pe_Destroyed\020\004B/\n+com.caliverse.admin.do" + + "main.RabbitMq.messageP\001b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, @@ -1448,7 +1618,7 @@ public final class GameDefine { internal_static_GameActor_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_GameActor_descriptor, - new java.lang.String[] { "ActorGuid", "Name", "AvatarInfo", "ClothInfo", "EquipInfo", "Pos", "TattooInfoList", "BuffInfo", "Usergroup", "Operator", "DisplayName", "OccupiedAnchorGuid", "State", "EntityStateInfo", }); + new java.lang.String[] { "ActorGuid", "Name", "AvatarInfo", "ClothInfo", "EquipInfo", "Pos", "TattooInfoList", "BuffInfo", "Usergroup", "Operator", "DisplayName", "OccupiedAnchorGuid", "State", "HostId", "EntityStateInfo", }); internal_static_EntityStateInfo_descriptor = getDescriptor().getMessageTypes().get(24); internal_static_EntityStateInfo_fieldAccessorTable = new @@ -1472,15 +1642,21 @@ public final class GameDefine { internal_static_LandInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_LandInfo_descriptor, - new java.lang.String[] { "Id", "Owner", "Name", "Description", "BuildingId", "PropList", }); + new java.lang.String[] { "LandMetaId", "LandName", "LandDescription", "OwnerUserGuid", "OwnerUserNickname", }); internal_static_BuildingInfo_descriptor = getDescriptor().getMessageTypes().get(28); internal_static_BuildingInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_BuildingInfo_descriptor, - new java.lang.String[] { "Id", "Owner", "Name", "Description", "RoomList", "PropList", }); - internal_static_LandLinkedInfo_descriptor = + new java.lang.String[] { "BuildingMetaId", "BuildingName", "BuildingDescription", "OwnerUserGuid", "OwnerUserNickname", "RentalCurrencyType", "RentalCurrencyAmount", "RentalFloorCount", "IsRentalOpen", }); + internal_static_BuildingFloorInfo_descriptor = getDescriptor().getMessageTypes().get(29); + internal_static_BuildingFloorInfo_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_BuildingFloorInfo_descriptor, + new java.lang.String[] { "Floor", "InstanceName", "RenteeUserGuid", "RenteeUserNickname", "RentalFinishTime", }); + internal_static_LandLinkedInfo_descriptor = + getDescriptor().getMessageTypes().get(30); internal_static_LandLinkedInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_LandLinkedInfo_descriptor, @@ -1492,211 +1668,211 @@ public final class GameDefine { internal_static_LandLinkedInfo_FloorLinkedInfosEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_FloorLinkedInfo_descriptor = - getDescriptor().getMessageTypes().get(30); + getDescriptor().getMessageTypes().get(31); internal_static_FloorLinkedInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_FloorLinkedInfo_descriptor, new java.lang.String[] { "UgcNpcGuids", }); internal_static_RoomInfo_descriptor = - getDescriptor().getMessageTypes().get(31); + getDescriptor().getMessageTypes().get(32); internal_static_RoomInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_RoomInfo_descriptor, new java.lang.String[] { "Id", "Owner", "Name", "Description", "PropList", }); internal_static_ElevatorFloorInfo_descriptor = - getDescriptor().getMessageTypes().get(32); + getDescriptor().getMessageTypes().get(33); internal_static_ElevatorFloorInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ElevatorFloorInfo_descriptor, new java.lang.String[] { "Floor", "InstanceId", "CurrentUser", "OwnerName", "InstanceName", "ThumbnailImageId", "ListImageId", "EnterPlayerCount", }); internal_static_MyHomeObjectSlotInfo_descriptor = - getDescriptor().getMessageTypes().get(33); + getDescriptor().getMessageTypes().get(34); internal_static_MyHomeObjectSlotInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_MyHomeObjectSlotInfo_descriptor, new java.lang.String[] { "SlotNum", "ObjectId", }); internal_static_ModifyFloorLinkedInfo_descriptor = - getDescriptor().getMessageTypes().get(34); + getDescriptor().getMessageTypes().get(35); internal_static_ModifyFloorLinkedInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ModifyFloorLinkedInfo_descriptor, new java.lang.String[] { "ModifyType", "LandId", "BuildingId", "Floor", "FloorLinkedInfo", }); internal_static_MailItem_descriptor = - getDescriptor().getMessageTypes().get(35); + getDescriptor().getMessageTypes().get(36); internal_static_MailItem_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_MailItem_descriptor, new java.lang.String[] { "ItemId", "Count", }); internal_static_MailInfo_descriptor = - getDescriptor().getMessageTypes().get(36); + getDescriptor().getMessageTypes().get(37); internal_static_MailInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_MailInfo_descriptor, - new java.lang.String[] { "MailKey", "IsRead", "IsGetItem", "NickName", "Title", "Text", "CreateTime", "ExpireTime", "IsSystemMail", "MailType", "IsTextByMetaData", "ItemList", "Guid", }); + new java.lang.String[] { "MailKey", "IsRead", "IsGetItem", "NickName", "Title", "Text", "CreateTime", "ExpireTime", "IsSystemMail", "MailType", "IsTextByMetaData", "ItemList", "Guid", "IsPermanentMail", "ContentsArguments", }); internal_static_LocatedInstanceContext_descriptor = - getDescriptor().getMessageTypes().get(37); + getDescriptor().getMessageTypes().get(38); internal_static_LocatedInstanceContext_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_LocatedInstanceContext_descriptor, new java.lang.String[] { "LocatedinstanceMetaId", "LocatedTime", }); internal_static_QuestMailInfo_descriptor = - getDescriptor().getMessageTypes().get(38); + getDescriptor().getMessageTypes().get(39); internal_static_QuestMailInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_QuestMailInfo_descriptor, new java.lang.String[] { "IsRead", "ComposedQuestId", "CreateTime", }); internal_static_FriendInfo_descriptor = - getDescriptor().getMessageTypes().get(39); + getDescriptor().getMessageTypes().get(40); internal_static_FriendInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_FriendInfo_descriptor, new java.lang.String[] { "Guid", "NickName", "FolderName", "IsNew", }); internal_static_FriendNickNameInfo_descriptor = - getDescriptor().getMessageTypes().get(40); + getDescriptor().getMessageTypes().get(41); internal_static_FriendNickNameInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_FriendNickNameInfo_descriptor, new java.lang.String[] { "TargetGuid", "TargetNickName", }); internal_static_QuestInfo_descriptor = - getDescriptor().getMessageTypes().get(41); + getDescriptor().getMessageTypes().get(42); internal_static_QuestInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_QuestInfo_descriptor, new java.lang.String[] { "ComposedQuestId", "QuestAssignTime", "CurrentTaskNum", "TaskStartTime", "QuestCompleteTime", "ActiveIdxList", "HasCounter", "MinCounter", "MaxCounter", "CurrentCounter", "IsComplete", "ReplacedRewardGroupId", "HasTimer", "TimerCompleteTime", "ActiveEvents", }); internal_static_QuestMetaInfo_descriptor = - getDescriptor().getMessageTypes().get(42); + getDescriptor().getMessageTypes().get(43); internal_static_QuestMetaInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_QuestMetaInfo_descriptor, new java.lang.String[] { "Index", "ComposedQuestId", "EventTarget", "EventName", "EventCondition1", "EventCondition2", "EventCondition3", "FunctionTarget", "FunctionName", "FunctionCondition1", "FunctionCondition2", "FunctionCondition3", }); internal_static_QuestAssignMetaInfo_descriptor = - getDescriptor().getMessageTypes().get(43); + getDescriptor().getMessageTypes().get(44); internal_static_QuestAssignMetaInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_QuestAssignMetaInfo_descriptor, new java.lang.String[] { "ComposedQuestId", "QuestType", "Reveal", "QuestName", "AssignType", "RequirementType", "RequirementValue", "ForceAccept", "MailTitle", "MailSender", "MailDesc", "Dialogue", "DialogueResult", "RewardGroupId", "Priority", }); internal_static_QuestTaskMetaInfo_descriptor = - getDescriptor().getMessageTypes().get(44); + getDescriptor().getMessageTypes().get(45); internal_static_QuestTaskMetaInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_QuestTaskMetaInfo_descriptor, new java.lang.String[] { "Idx", "ComposedQuestId", "TaskNum", "TaskName", "TaskCondition", "TaskConditionDesc", "SetCounter", "WorldId", }); internal_static_QuestEndInfo_descriptor = - getDescriptor().getMessageTypes().get(45); + getDescriptor().getMessageTypes().get(46); internal_static_QuestEndInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_QuestEndInfo_descriptor, new java.lang.String[] { "ComposedQuestId", "EndCount", "LastEndTime", }); internal_static_BlockInfo_descriptor = - getDescriptor().getMessageTypes().get(46); + getDescriptor().getMessageTypes().get(47); internal_static_BlockInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_BlockInfo_descriptor, new java.lang.String[] { "Guid", "NickName", "IsNew", "CreateTime", }); internal_static_FriendFolder_descriptor = - getDescriptor().getMessageTypes().get(47); + getDescriptor().getMessageTypes().get(48); internal_static_FriendFolder_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_FriendFolder_descriptor, new java.lang.String[] { "FolderName", "IsHold", "HoldTime", "CreateTime", }); internal_static_FriendRequestInfo_descriptor = - getDescriptor().getMessageTypes().get(48); + getDescriptor().getMessageTypes().get(49); internal_static_FriendRequestInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_FriendRequestInfo_descriptor, new java.lang.String[] { "Guid", "NickName", "IsNew", "RequestTime", }); internal_static_FriendErrorMember_descriptor = - getDescriptor().getMessageTypes().get(49); + getDescriptor().getMessageTypes().get(50); internal_static_FriendErrorMember_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_FriendErrorMember_descriptor, new java.lang.String[] { "ErrorCode", "Guid", }); internal_static_ClaimEventActiveInfo_descriptor = - getDescriptor().getMessageTypes().get(50); + getDescriptor().getMessageTypes().get(51); internal_static_ClaimEventActiveInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ClaimEventActiveInfo_descriptor, new java.lang.String[] { "ActiveRewardIdx", "IsComplete", "RewardRemainSecond", }); internal_static_InvitePartyErrorMember_descriptor = - getDescriptor().getMessageTypes().get(51); + getDescriptor().getMessageTypes().get(52); internal_static_InvitePartyErrorMember_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_InvitePartyErrorMember_descriptor, new java.lang.String[] { "ErrorCode", "InviteUserNickname", "InviteUserGuid", }); internal_static_InvitePartyState_descriptor = - getDescriptor().getMessageTypes().get(52); + getDescriptor().getMessageTypes().get(53); internal_static_InvitePartyState_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_InvitePartyState_descriptor, new java.lang.String[] { "InvitePartyGuid", "InvitePartyLeaderNickname", "InvitePartyLeaderGuid", "CurrentPartyMemberCount", "EndTime", }); internal_static_InvitePartySendState_descriptor = - getDescriptor().getMessageTypes().get(53); + getDescriptor().getMessageTypes().get(54); internal_static_InvitePartySendState_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_InvitePartySendState_descriptor, new java.lang.String[] { "InviteUserNickname", "InviteUserGuid", "EndTime", }); internal_static_PartyState_descriptor = - getDescriptor().getMessageTypes().get(54); + getDescriptor().getMessageTypes().get(55); internal_static_PartyState_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PartyState_descriptor, new java.lang.String[] { "PartyName", "PartyLeaderNickname", "PartyMemberList", }); internal_static_PartyMemberState_descriptor = - getDescriptor().getMessageTypes().get(55); + getDescriptor().getMessageTypes().get(56); internal_static_PartyMemberState_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PartyMemberState_descriptor, new java.lang.String[] { "MemberGuid", "MemberNickname", "MarkId", "Pos", "LocationInfo", }); internal_static_ShopItemInfo_descriptor = - getDescriptor().getMessageTypes().get(56); + getDescriptor().getMessageTypes().get(57); internal_static_ShopItemInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ShopItemInfo_descriptor, new java.lang.String[] { "ProductID", "LeftCount", }); internal_static_ShopPacketInfo_descriptor = - getDescriptor().getMessageTypes().get(57); + getDescriptor().getMessageTypes().get(58); internal_static_ShopPacketInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ShopPacketInfo_descriptor, new java.lang.String[] { "ShopItemList", "LeftTimeAsSecond", "MaxRenewalCount", "CurrentRenewalCount", }); internal_static_SelledItem_descriptor = - getDescriptor().getMessageTypes().get(58); + getDescriptor().getMessageTypes().get(59); internal_static_SelledItem_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_SelledItem_descriptor, new java.lang.String[] { "ItemGuid", "ItemId", "Count", }); internal_static_ItemGuidCount_descriptor = - getDescriptor().getMessageTypes().get(59); + getDescriptor().getMessageTypes().get(60); internal_static_ItemGuidCount_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ItemGuidCount_descriptor, new java.lang.String[] { "ItemGuid", "ItemCount", }); internal_static_TattooRagisterInfo_descriptor = - getDescriptor().getMessageTypes().get(60); + getDescriptor().getMessageTypes().get(61); internal_static_TattooRagisterInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_TattooRagisterInfo_descriptor, new java.lang.String[] { "ItemGuid", "SlotIndex", }); internal_static_Item_descriptor = - getDescriptor().getMessageTypes().get(61); + getDescriptor().getMessageTypes().get(62); internal_static_Item_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_Item_descriptor, new java.lang.String[] { "ItemGuid", "ItemId", "CreateTime", "UpdateTime", "Count", "Slot", "Level", "Attributeids", }); internal_static_ItemAmount_descriptor = - getDescriptor().getMessageTypes().get(62); + getDescriptor().getMessageTypes().get(63); internal_static_ItemAmount_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ItemAmount_descriptor, new java.lang.String[] { "MetaId", "Amount", }); internal_static_ItemDeltaAmount_descriptor = - getDescriptor().getMessageTypes().get(63); + getDescriptor().getMessageTypes().get(64); internal_static_ItemDeltaAmount_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ItemDeltaAmount_descriptor, new java.lang.String[] { "DeltaType", "Delta", }); internal_static_ItemResult_descriptor = - getDescriptor().getMessageTypes().get(64); + getDescriptor().getMessageTypes().get(65); internal_static_ItemResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ItemResult_descriptor, @@ -1726,7 +1902,7 @@ public final class GameDefine { internal_static_ItemResult_DeltaPerItemsEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_MoneyResult_descriptor = - getDescriptor().getMessageTypes().get(65); + getDescriptor().getMessageTypes().get(66); internal_static_MoneyResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_MoneyResult_descriptor, @@ -1744,7 +1920,7 @@ public final class GameDefine { internal_static_MoneyResult_DeltasEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_ExpResult_descriptor = - getDescriptor().getMessageTypes().get(66); + getDescriptor().getMessageTypes().get(67); internal_static_ExpResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ExpResult_descriptor, @@ -1762,37 +1938,37 @@ public final class GameDefine { internal_static_ExpResult_LevelExpDeltasEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_EntityCommonResult_descriptor = - getDescriptor().getMessageTypes().get(67); + getDescriptor().getMessageTypes().get(68); internal_static_EntityCommonResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_EntityCommonResult_descriptor, new java.lang.String[] { "EntityType", "EntityGuid", "Money", "Exp", "Item", }); internal_static_CommonResult_descriptor = - getDescriptor().getMessageTypes().get(68); + getDescriptor().getMessageTypes().get(69); internal_static_CommonResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_CommonResult_descriptor, new java.lang.String[] { "EntityCommonResults", }); internal_static_CraftInfo_descriptor = - getDescriptor().getMessageTypes().get(69); + getDescriptor().getMessageTypes().get(70); internal_static_CraftInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_CraftInfo_descriptor, - new java.lang.String[] { "AnchorGuid", "CraftMetaId", "CraftStartTime", "CraftFinishTime", "BeaconGuid", }); + new java.lang.String[] { "AnchorGuid", "CraftMetaId", "CraftStartTime", "CraftFinishTime", "BeaconGuid", "CraftCount", }); internal_static_UgcNpcSummary_descriptor = - getDescriptor().getMessageTypes().get(70); + getDescriptor().getMessageTypes().get(71); internal_static_UgcNpcSummary_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgcNpcSummary_descriptor, new java.lang.String[] { "UgcNpcMetaGuid", "OwnerUserGuid", "BodyItemMetaId", "Title", "Nickname", "Greeting", "Introduction", "Abilities", "HashTagMetaIds", "EntityStateInfo", "Description", "WorldScenario", "DefaultSocialActionId", "HabitSocialActionIds", "DialogueSocialActionIds", "AppearCustomize", "LocatedInstanceContext", "CreatedTime", }); internal_static_UgcNpcCompact_descriptor = - getDescriptor().getMessageTypes().get(71); + getDescriptor().getMessageTypes().get(72); internal_static_UgcNpcCompact_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgcNpcCompact_descriptor, new java.lang.String[] { "UgcNpcMetaGuid", "OwnerUserGuid", "BodyItemMetaId", "Title", "Nickname", "EntityStateInfo", "LocatedInstanceContext", "CreatedTime", }); internal_static_UgcNpcItems_descriptor = - getDescriptor().getMessageTypes().get(72); + getDescriptor().getMessageTypes().get(73); internal_static_UgcNpcItems_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgcNpcItems_descriptor, @@ -1810,185 +1986,251 @@ public final class GameDefine { internal_static_UgcNpcItems_HasTattooInfosEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_UgcNpcAppearance_descriptor = - getDescriptor().getMessageTypes().get(73); + getDescriptor().getMessageTypes().get(74); internal_static_UgcNpcAppearance_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgcNpcAppearance_descriptor, new java.lang.String[] { "UgcNpcMetaGuid", "OwnerUserGuid", "BodyItemMetaId", "Title", "Nickname", "AppearCustomize", "Abilities", "HasItems", "EntityStateInfo", "DefaultSocialActionId", "HabitSocialActionIds", "DialogueSocialActionIds", }); internal_static_UgcNpcEntity_descriptor = - getDescriptor().getMessageTypes().get(74); + getDescriptor().getMessageTypes().get(75); internal_static_UgcNpcEntity_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgcNpcEntity_descriptor, new java.lang.String[] { "EntityInstantGuid", "CurrentPos", "UgcNpcAppearance", }); internal_static_UgcNpcRank_descriptor = - getDescriptor().getMessageTypes().get(75); + getDescriptor().getMessageTypes().get(76); internal_static_UgcNpcRank_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgcNpcRank_descriptor, new java.lang.String[] { "Rank", "Title", "NpcNickname", "UgcNpcMetaGuid", "BodyItemMetaId", "OwnerUserNickname", "OwnerUserGuid", "Score", }); internal_static_UgcNpcInteraction_descriptor = - getDescriptor().getMessageTypes().get(76); + getDescriptor().getMessageTypes().get(77); internal_static_UgcNpcInteraction_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgcNpcInteraction_descriptor, new java.lang.String[] { "UgcNpcMetaGuid", "OwnerUserGuid", "IsCheckLikeFlag", }); internal_static_UgqCurrentState_descriptor = - getDescriptor().getMessageTypes().get(77); + getDescriptor().getMessageTypes().get(78); internal_static_UgqCurrentState_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqCurrentState_descriptor, new java.lang.String[] { "ComposedQuestId", "UgqState", }); internal_static_UgqQuestInTestState_descriptor = - getDescriptor().getMessageTypes().get(78); + getDescriptor().getMessageTypes().get(79); internal_static_UgqQuestInTestState_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqQuestInTestState_descriptor, new java.lang.String[] { "ComposedQuestId", "Title", "TitleImagePath", "Title", "TitleImagePath", }); internal_static_UgqBoardItem_descriptor = - getDescriptor().getMessageTypes().get(79); + getDescriptor().getMessageTypes().get(80); internal_static_UgqBoardItem_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqBoardItem_descriptor, new java.lang.String[] { "ComposedQuestId", "Title", "TitleImagePath", "LikeCount", "BookmarkCount", "Author", "GradeType", "Cost", "Title", "TitleImagePath", "Author", }); internal_static_UgqBoardItemDetail_descriptor = - getDescriptor().getMessageTypes().get(80); + getDescriptor().getMessageTypes().get(81); internal_static_UgqBoardItemDetail_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqBoardItemDetail_descriptor, new java.lang.String[] { "ComposedQuestId", "Title", "TitleImagePath", "LikeCount", "BookmarkCount", "Author", "Description", "Langs", "Beacon", "Liked", "Bookmarked", "GradeType", "Cost", "AcceptCount", "CompleteCount", "Title", "TitleImagePath", "Author", "Description", "Beacon", }); internal_static_UgqGameTextDataForClient_descriptor = - getDescriptor().getMessageTypes().get(81); + getDescriptor().getMessageTypes().get(82); internal_static_UgqGameTextDataForClient_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqGameTextDataForClient_descriptor, new java.lang.String[] { "Kr", "En", "Jp", "Kr", "En", "Jp", }); internal_static_UgqGameTaskDataForClient_descriptor = - getDescriptor().getMessageTypes().get(82); + getDescriptor().getMessageTypes().get(83); internal_static_UgqGameTaskDataForClient_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqGameTaskDataForClient_descriptor, new java.lang.String[] { "TaskNum", "GoalText", "DialogueId", "UgcBeaconGuid", "UgcBeaconNickname", "ActionId", "ActionValue", "IsShowNpcLocation", "DialogueId", }); internal_static_UgqDialogSequenceAction_descriptor = - getDescriptor().getMessageTypes().get(83); + getDescriptor().getMessageTypes().get(84); internal_static_UgqDialogSequenceAction_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqDialogSequenceAction_descriptor, new java.lang.String[] { "Contition", "ActionType", "SubType", "ActionNumber", "ActionIndex", "Talker", "Talk", "IsDialogue", "NpcAction", }); internal_static_UgqDialogueSequences_descriptor = - getDescriptor().getMessageTypes().get(84); + getDescriptor().getMessageTypes().get(85); internal_static_UgqDialogueSequences_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqDialogueSequences_descriptor, new java.lang.String[] { "SequenceId", "Actions", }); internal_static_UgqDialogueReturns_descriptor = - getDescriptor().getMessageTypes().get(85); + getDescriptor().getMessageTypes().get(86); internal_static_UgqDialogueReturns_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqDialogueReturns_descriptor, new java.lang.String[] { "ActionIndex", "ReturnIdx", }); internal_static_UgqGameQuestDialogue_descriptor = - getDescriptor().getMessageTypes().get(86); + getDescriptor().getMessageTypes().get(87); internal_static_UgqGameQuestDialogue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqGameQuestDialogue_descriptor, new java.lang.String[] { "DialogueId", "Sequences", "Returns", }); internal_static_UgqGameQuestDataForClient_descriptor = - getDescriptor().getMessageTypes().get(87); + getDescriptor().getMessageTypes().get(88); internal_static_UgqGameQuestDataForClient_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqGameQuestDataForClient_descriptor, new java.lang.String[] { "ComposedQuestId", "Author", "AuthorGuid", "BeaconId", "UgcBeaconGuid", "UgcBeaconNickname", "Title", "Task", "Dialogues", "UgqStateType", "UgqGradeType", }); internal_static_UgqDailyRewardCount_descriptor = - getDescriptor().getMessageTypes().get(88); + getDescriptor().getMessageTypes().get(89); internal_static_UgqDailyRewardCount_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqDailyRewardCount_descriptor, new java.lang.String[] { "GradeType", "DailyMaxCount", "CurrentCount", }); internal_static_UgqBoardSearchResult_descriptor = - getDescriptor().getMessageTypes().get(89); + getDescriptor().getMessageTypes().get(90); internal_static_UgqBoardSearchResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqBoardSearchResult_descriptor, new java.lang.String[] { "PageNumber", "PageSize", "TotalPages", "Items", }); internal_static_DateRangeUgqBoardItem_descriptor = - getDescriptor().getMessageTypes().get(90); + getDescriptor().getMessageTypes().get(91); internal_static_DateRangeUgqBoardItem_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_DateRangeUgqBoardItem_descriptor, new java.lang.String[] { "Today", "ThisWeek", "ThisMonth", "Today", "ThisWeek", "ThisMonth", }); internal_static_UgqBoardSportlightResult_descriptor = - getDescriptor().getMessageTypes().get(91); + getDescriptor().getMessageTypes().get(92); internal_static_UgqBoardSportlightResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqBoardSportlightResult_descriptor, new java.lang.String[] { "MostLiked", "MostBookmarked", }); internal_static_UgqNpcInfo_descriptor = - getDescriptor().getMessageTypes().get(92); + getDescriptor().getMessageTypes().get(93); internal_static_UgqNpcInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqNpcInfo_descriptor, new java.lang.String[] { "NpcMetaGuid", "OwnerGuid", "OwnerEntityType", "Nickname", "Title", "Greeting", "Introduction", "Description", "WorldScenario", "DefaultSocialActionMetaId", "HabitSocialActionMetaIds", "DialogueSocialActionMetaIds", "BodyItemMetaId", "HashTagMetaIds", "State", "IsRegisteredAiChatServer", }); internal_static_AllUgqInfos_descriptor = - getDescriptor().getMessageTypes().get(93); + getDescriptor().getMessageTypes().get(94); internal_static_AllUgqInfos_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_AllUgqInfos_descriptor, new java.lang.String[] { "Quests", "QuestMetaInfos", "UgqGameQuestDataForClients", }); internal_static_UgqGameQuestDataSimple_descriptor = - getDescriptor().getMessageTypes().get(94); + getDescriptor().getMessageTypes().get(95); internal_static_UgqGameQuestDataSimple_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_UgqGameQuestDataSimple_descriptor, new java.lang.String[] { "ComposedQuestId", "Revision", "UserGuid", "Author", "GradeType", "State", "Cost", "Shutdown", }); internal_static_FarmingSummary_descriptor = - getDescriptor().getMessageTypes().get(95); + getDescriptor().getMessageTypes().get(96); internal_static_FarmingSummary_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_FarmingSummary_descriptor, new java.lang.String[] { "FarmingAnchorMetaId", "FarmingPropMetaId", "FarmingUserGuid", "FarmingSummonType", "FarmingEntityGuid", "FarmingState", "StartTime", "EndTime", }); internal_static_RentalLandInfo_descriptor = - getDescriptor().getMessageTypes().get(96); + getDescriptor().getMessageTypes().get(97); internal_static_RentalLandInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_RentalLandInfo_descriptor, new java.lang.String[] { "LandId", "BuildingId", "RentalCount", }); internal_static_RentalFloorInfo_descriptor = - getDescriptor().getMessageTypes().get(97); + getDescriptor().getMessageTypes().get(98); internal_static_RentalFloorInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_RentalFloorInfo_descriptor, new java.lang.String[] { "Floor", "InstanceName", }); internal_static_OwnedRentalInfo_descriptor = - getDescriptor().getMessageTypes().get(98); + getDescriptor().getMessageTypes().get(99); internal_static_OwnedRentalInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_OwnedRentalInfo_descriptor, new java.lang.String[] { "LandId", "BuildingId", "Floor", "MyhomeGuid", "RentalFinishTime", }); internal_static_ModifyOwnedRentalInfo_descriptor = - getDescriptor().getMessageTypes().get(99); + getDescriptor().getMessageTypes().get(100); internal_static_ModifyOwnedRentalInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ModifyOwnedRentalInfo_descriptor, new java.lang.String[] { "ModifyType", "OwnedRentalInfo", }); internal_static_RentFloorRequestInfo_descriptor = - getDescriptor().getMessageTypes().get(100); + getDescriptor().getMessageTypes().get(101); internal_static_RentFloorRequestInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_RentFloorRequestInfo_descriptor, new java.lang.String[] { "LandId", "BuildingId", "Floor", "OwnerGuid", "MyhomeGuid", "InstanceName", "ThumbnailImageId", "ListImageId", "EnterPlayerCount", "RentalPeriod", "RentalStartTime", "RentalFinishTime", }); internal_static_OperationSystemMessage_descriptor = - getDescriptor().getMessageTypes().get(101); + getDescriptor().getMessageTypes().get(102); internal_static_OperationSystemMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_OperationSystemMessage_descriptor, new java.lang.String[] { "LanguageType", "Text", }); internal_static_MeetingRoomInfo_descriptor = - getDescriptor().getMessageTypes().get(102); + getDescriptor().getMessageTypes().get(103); internal_static_MeetingRoomInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_MeetingRoomInfo_descriptor, new java.lang.String[] { "ScreenPageNo", }); + internal_static_FloorProfitInfo_descriptor = + getDescriptor().getMessageTypes().get(104); + internal_static_FloorProfitInfo_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_FloorProfitInfo_descriptor, + new java.lang.String[] { "Profits", }); + internal_static_FloorProfitInfo_ProfitsEntry_descriptor = + internal_static_FloorProfitInfo_descriptor.getNestedTypes().get(0); + internal_static_FloorProfitInfo_ProfitsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_FloorProfitInfo_ProfitsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_BuildingRentalHistoryInfo_descriptor = + getDescriptor().getMessageTypes().get(105); + internal_static_BuildingRentalHistoryInfo_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_BuildingRentalHistoryInfo_descriptor, + new java.lang.String[] { "HistoryDate", "UserGuid", "UserName", "RentalPeriod", "Floor", }); + internal_static_BuildingProfitHistoryInfo_descriptor = + getDescriptor().getMessageTypes().get(106); + internal_static_BuildingProfitHistoryInfo_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_BuildingProfitHistoryInfo_descriptor, + new java.lang.String[] { "HistoryDate", "Floor", "ProfitHistoryType", "FloorProfit", }); + internal_static_LandAuctionCompact_descriptor = + getDescriptor().getMessageTypes().get(107); + internal_static_LandAuctionCompact_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_LandAuctionCompact_descriptor, + new java.lang.String[] { "LandMetaId", "AuctionNumber", "AuctionReservationNoticeStartTime", "HighestBid", "WinningUserGuid", "WinningUserNickname", "CurrencyType", "AuctionStartTime", "AuctionEndTime", "LandAuctionState", "LandAuctionResult", }); + internal_static_LandAuctionInfo_descriptor = + getDescriptor().getMessageTypes().get(108); + internal_static_LandAuctionInfo_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_LandAuctionInfo_descriptor, + new java.lang.String[] { "LandMetaId", "AuctionNumber", "AuctionReservationNoticeStartTime", "HighestBid", "WinningUserGuid", "WinningUserNickname", "StartingBid", "CurrencyType", "AuctionStartTime", "AuctionEndTime", "LandAuctionState", "LandAuctionResult", "IsLandOwnerChanged", }); + internal_static_LandAuctionSummary_descriptor = + getDescriptor().getMessageTypes().get(109); + internal_static_LandAuctionSummary_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_LandAuctionSummary_descriptor, + new java.lang.String[] { "LandAuctionInfo", }); + internal_static_SwitchingPropState_descriptor = + getDescriptor().getMessageTypes().get(110); + internal_static_SwitchingPropState_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_SwitchingPropState_descriptor, + new java.lang.String[] { "SwitchingPropId", "PropState", }); + internal_static_BattlePodCombatState_descriptor = + getDescriptor().getMessageTypes().get(111); + internal_static_BattlePodCombatState_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_BattlePodCombatState_descriptor, + new java.lang.String[] { "PodCombatGuid", "OwnerPodCombatStandGuid", "PodCombatStateType", "StatechangeTime", "CurrentPos", "CurrentOwnerGuid", "CurrentTime", }); + internal_static_BattleObjectInfo_descriptor = + getDescriptor().getMessageTypes().get(112); + internal_static_BattleObjectInfo_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_BattleObjectInfo_descriptor, + new java.lang.String[] { "AnchorGuid", "IsActive", }); + internal_static_BattleEventInfo_descriptor = + getDescriptor().getMessageTypes().get(113); + internal_static_BattleEventInfo_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_BattleEventInfo_descriptor, + new java.lang.String[] { "EventId", "InstanceId", "StartTime", "ConfigDataId", "RewardGroupId", "HotTime", "RoundCount", }); com.google.protobuf.TimestampProto.getDescriptor(); com.caliverse.admin.domain.RabbitMq.message.DefineCommon.getDescriptor(); com.caliverse.admin.domain.RabbitMq.message.DefineResult.getDescriptor(); diff --git a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessage.java b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessage.java index 52483ab..940a851 100644 --- a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessage.java +++ b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessage.java @@ -63838,6 +63838,7930 @@ private static final long serialVersionUID = 0L; } + public interface OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) + com.google.protobuf.MessageOrBuilder { + + /** + * string requestServerName = 1; + * @return The requestServerName. + */ + java.lang.String getRequestServerName(); + /** + * string requestServerName = 1; + * @return The bytes for requestServerName. + */ + com.google.protobuf.ByteString + getRequestServerNameBytes(); + + /** + * string contentId = 2; + * @return The contentId. + */ + java.lang.String getContentId(); + /** + * string contentId = 2; + * @return The bytes for contentId. + */ + com.google.protobuf.ByteString + getContentIdBytes(); + + /** + * double calium = 3; + * @return The calium. + */ + double getCalium(); + } + /** + * Protobuf type {@code ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE} + */ + public static final class OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) + OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder { + private static final long serialVersionUID = 0L; + // Use OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.newBuilder() to construct. + private OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE() { + requestServerName_ = ""; + contentId_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.Builder.class); + } + + public static final int REQUESTSERVERNAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") + private volatile java.lang.Object requestServerName_ = ""; + /** + * string requestServerName = 1; + * @return The requestServerName. + */ + @java.lang.Override + public java.lang.String getRequestServerName() { + java.lang.Object ref = requestServerName_; + 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(); + requestServerName_ = s; + return s; + } + } + /** + * string requestServerName = 1; + * @return The bytes for requestServerName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getRequestServerNameBytes() { + java.lang.Object ref = requestServerName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + requestServerName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int CONTENTID_FIELD_NUMBER = 2; + @SuppressWarnings("serial") + private volatile java.lang.Object contentId_ = ""; + /** + * string contentId = 2; + * @return The contentId. + */ + @java.lang.Override + public java.lang.String getContentId() { + java.lang.Object ref = contentId_; + 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(); + contentId_ = s; + return s; + } + } + /** + * string contentId = 2; + * @return The bytes for contentId. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getContentIdBytes() { + java.lang.Object ref = contentId_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + contentId_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int CALIUM_FIELD_NUMBER = 3; + private double calium_ = 0D; + /** + * double calium = 3; + * @return The calium. + */ + @java.lang.Override + public double getCalium() { + return calium_; + } + + 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(requestServerName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, requestServerName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentId_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, contentId_); + } + if (java.lang.Double.doubleToRawLongBits(calium_) != 0) { + output.writeDouble(3, calium_); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(requestServerName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, requestServerName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentId_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, contentId_); + } + if (java.lang.Double.doubleToRawLongBits(calium_) != 0) { + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(3, calium_); + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) obj; + + if (!getRequestServerName() + .equals(other.getRequestServerName())) return false; + if (!getContentId() + .equals(other.getContentId())) return false; + if (java.lang.Double.doubleToLongBits(getCalium()) + != java.lang.Double.doubleToLongBits( + other.getCalium())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + REQUESTSERVERNAME_FIELD_NUMBER; + hash = (53 * hash) + getRequestServerName().hashCode(); + hash = (37 * hash) + CONTENTID_FIELD_NUMBER; + hash = (53 * hash) + getContentId().hashCode(); + hash = (37 * hash) + CALIUM_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getCalium())); + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE 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 ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + requestServerName_ = ""; + contentId_ = ""; + calium_ = 0D; + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE(this); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.requestServerName_ = requestServerName_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.contentId_ = contentId_; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + result.calium_ = calium_; + } + } + + @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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance()) return this; + if (!other.getRequestServerName().isEmpty()) { + requestServerName_ = other.requestServerName_; + bitField0_ |= 0x00000001; + onChanged(); + } + if (!other.getContentId().isEmpty()) { + contentId_ = other.contentId_; + bitField0_ |= 0x00000002; + onChanged(); + } + if (other.getCalium() != 0D) { + setCalium(other.getCalium()); + } + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + requestServerName_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + contentId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 25: { + calium_ = input.readDouble(); + bitField0_ |= 0x00000004; + break; + } // case 25 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private java.lang.Object requestServerName_ = ""; + /** + * string requestServerName = 1; + * @return The requestServerName. + */ + public java.lang.String getRequestServerName() { + java.lang.Object ref = requestServerName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + requestServerName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * string requestServerName = 1; + * @return The bytes for requestServerName. + */ + public com.google.protobuf.ByteString + getRequestServerNameBytes() { + java.lang.Object ref = requestServerName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + requestServerName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * string requestServerName = 1; + * @param value The requestServerName to set. + * @return This builder for chaining. + */ + public Builder setRequestServerName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + requestServerName_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * string requestServerName = 1; + * @return This builder for chaining. + */ + public Builder clearRequestServerName() { + requestServerName_ = getDefaultInstance().getRequestServerName(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + * string requestServerName = 1; + * @param value The bytes for requestServerName to set. + * @return This builder for chaining. + */ + public Builder setRequestServerNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + requestServerName_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + + private java.lang.Object contentId_ = ""; + /** + * string contentId = 2; + * @return The contentId. + */ + public java.lang.String getContentId() { + java.lang.Object ref = contentId_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + contentId_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * string contentId = 2; + * @return The bytes for contentId. + */ + public com.google.protobuf.ByteString + getContentIdBytes() { + java.lang.Object ref = contentId_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + contentId_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * string contentId = 2; + * @param value The contentId to set. + * @return This builder for chaining. + */ + public Builder setContentId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + contentId_ = value; + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + * string contentId = 2; + * @return This builder for chaining. + */ + public Builder clearContentId() { + contentId_ = getDefaultInstance().getContentId(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + * string contentId = 2; + * @param value The bytes for contentId to set. + * @return This builder for chaining. + */ + public Builder setContentIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + contentId_ = value; + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + + private double calium_ ; + /** + * double calium = 3; + * @return The calium. + */ + @java.lang.Override + public double getCalium() { + return calium_; + } + /** + * double calium = 3; + * @param value The calium to set. + * @return This builder for chaining. + */ + public Builder setCalium(double value) { + + calium_ = value; + bitField0_ |= 0x00000004; + onChanged(); + return this; + } + /** + * double calium = 3; + * @return This builder for chaining. + */ + public Builder clearCalium() { + bitField0_ = (bitField0_ & ~0x00000004); + calium_ = 0D; + 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:ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) + com.google.protobuf.MessageOrBuilder { + + /** + * .Result result = 1; + * @return Whether the result field is set. + */ + boolean hasResult(); + /** + * .Result result = 1; + * @return The result. + */ + com.caliverse.admin.domain.RabbitMq.message.Result getResult(); + /** + * .Result result = 1; + */ + com.caliverse.admin.domain.RabbitMq.message.ResultOrBuilder getResultOrBuilder(); + } + /** + * Protobuf type {@code ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE} + */ + public static final class OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) + OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder { + private static final long serialVersionUID = 0L; + // Use OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.newBuilder() to construct. + private OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.Builder.class); + } + + public static final int RESULT_FIELD_NUMBER = 1; + private com.caliverse.admin.domain.RabbitMq.message.Result result_; + /** + * .Result result = 1; + * @return Whether the result field is set. + */ + @java.lang.Override + public boolean hasResult() { + return result_ != null; + } + /** + * .Result result = 1; + * @return The result. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.Result getResult() { + return result_ == null ? com.caliverse.admin.domain.RabbitMq.message.Result.getDefaultInstance() : result_; + } + /** + * .Result result = 1; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ResultOrBuilder getResultOrBuilder() { + return result_ == null ? com.caliverse.admin.domain.RabbitMq.message.Result.getDefaultInstance() : result_; + } + + 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 (result_ != null) { + output.writeMessage(1, getResult()); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (result_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getResult()); + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) obj; + + if (hasResult() != other.hasResult()) return false; + if (hasResult()) { + if (!getResult() + .equals(other.getResult())) return false; + } + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasResult()) { + hash = (37 * hash) + RESULT_FIELD_NUMBER; + hash = (53 * hash) + getResult().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE 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 ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + result_ = null; + if (resultBuilder_ != null) { + resultBuilder_.dispose(); + resultBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE(this); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.result_ = resultBuilder_ == null + ? result_ + : resultBuilder_.build(); + } + } + + @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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance()) return this; + if (other.hasResult()) { + mergeResult(other.getResult()); + } + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + input.readMessage( + getResultFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private com.caliverse.admin.domain.RabbitMq.message.Result result_; + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.Result, com.caliverse.admin.domain.RabbitMq.message.Result.Builder, com.caliverse.admin.domain.RabbitMq.message.ResultOrBuilder> resultBuilder_; + /** + * .Result result = 1; + * @return Whether the result field is set. + */ + public boolean hasResult() { + return ((bitField0_ & 0x00000001) != 0); + } + /** + * .Result result = 1; + * @return The result. + */ + public com.caliverse.admin.domain.RabbitMq.message.Result getResult() { + if (resultBuilder_ == null) { + return result_ == null ? com.caliverse.admin.domain.RabbitMq.message.Result.getDefaultInstance() : result_; + } else { + return resultBuilder_.getMessage(); + } + } + /** + * .Result result = 1; + */ + public Builder setResult(com.caliverse.admin.domain.RabbitMq.message.Result value) { + if (resultBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + result_ = value; + } else { + resultBuilder_.setMessage(value); + } + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * .Result result = 1; + */ + public Builder setResult( + com.caliverse.admin.domain.RabbitMq.message.Result.Builder builderForValue) { + if (resultBuilder_ == null) { + result_ = builderForValue.build(); + } else { + resultBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * .Result result = 1; + */ + public Builder mergeResult(com.caliverse.admin.domain.RabbitMq.message.Result value) { + if (resultBuilder_ == null) { + if (((bitField0_ & 0x00000001) != 0) && + result_ != null && + result_ != com.caliverse.admin.domain.RabbitMq.message.Result.getDefaultInstance()) { + getResultBuilder().mergeFrom(value); + } else { + result_ = value; + } + } else { + resultBuilder_.mergeFrom(value); + } + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * .Result result = 1; + */ + public Builder clearResult() { + bitField0_ = (bitField0_ & ~0x00000001); + result_ = null; + if (resultBuilder_ != null) { + resultBuilder_.dispose(); + resultBuilder_ = null; + } + onChanged(); + return this; + } + /** + * .Result result = 1; + */ + public com.caliverse.admin.domain.RabbitMq.message.Result.Builder getResultBuilder() { + bitField0_ |= 0x00000001; + onChanged(); + return getResultFieldBuilder().getBuilder(); + } + /** + * .Result result = 1; + */ + public com.caliverse.admin.domain.RabbitMq.message.ResultOrBuilder getResultOrBuilder() { + if (resultBuilder_ != null) { + return resultBuilder_.getMessageOrBuilder(); + } else { + return result_ == null ? + com.caliverse.admin.domain.RabbitMq.message.Result.getDefaultInstance() : result_; + } + } + /** + * .Result result = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.Result, com.caliverse.admin.domain.RabbitMq.message.Result.Builder, com.caliverse.admin.domain.RabbitMq.message.ResultOrBuilder> + getResultFieldBuilder() { + if (resultBuilder_ == null) { + resultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.Result, com.caliverse.admin.domain.RabbitMq.message.Result.Builder, com.caliverse.admin.domain.RabbitMq.message.ResultOrBuilder>( + getResult(), + getParentForChildren(), + isClean()); + result_ = null; + } + return resultBuilder_; + } + @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:ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) + com.google.protobuf.MessageOrBuilder { + } + /** + * Protobuf type {@code ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO} + */ + public static final class GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) + GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder { + private static final long serialVersionUID = 0L; + // Use GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.newBuilder() to construct. + private GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.Builder.class); + } + + 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 { + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) obj; + + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO 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 ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO(this); + 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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance()) return this; + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + 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:ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GS2GS_NTF_MODIFY_LAND_INFOOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) + com.google.protobuf.MessageOrBuilder { + + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + java.lang.String getExceptServerName(); + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + com.google.protobuf.ByteString + getExceptServerNameBytes(); + + /** + * repeated .LandInfo landInfos = 2; + */ + java.util.List + getLandInfosList(); + /** + * repeated .LandInfo landInfos = 2; + */ + com.caliverse.admin.domain.RabbitMq.message.LandInfo getLandInfos(int index); + /** + * repeated .LandInfo landInfos = 2; + */ + int getLandInfosCount(); + /** + * repeated .LandInfo landInfos = 2; + */ + java.util.List + getLandInfosOrBuilderList(); + /** + * repeated .LandInfo landInfos = 2; + */ + com.caliverse.admin.domain.RabbitMq.message.LandInfoOrBuilder getLandInfosOrBuilder( + int index); + } + /** + * Protobuf type {@code ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO} + */ + public static final class GS2GS_NTF_MODIFY_LAND_INFO extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) + GS2GS_NTF_MODIFY_LAND_INFOOrBuilder { + private static final long serialVersionUID = 0L; + // Use GS2GS_NTF_MODIFY_LAND_INFO.newBuilder() to construct. + private GS2GS_NTF_MODIFY_LAND_INFO(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GS2GS_NTF_MODIFY_LAND_INFO() { + exceptServerName_ = ""; + landInfos_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GS2GS_NTF_MODIFY_LAND_INFO(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.Builder.class); + } + + public static final int EXCEPTSERVERNAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") + private volatile java.lang.Object exceptServerName_ = ""; + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + @java.lang.Override + public java.lang.String getExceptServerName() { + java.lang.Object ref = exceptServerName_; + 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(); + exceptServerName_ = s; + return s; + } + } + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getExceptServerNameBytes() { + java.lang.Object ref = exceptServerName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + exceptServerName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int LANDINFOS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") + private java.util.List landInfos_; + /** + * repeated .LandInfo landInfos = 2; + */ + @java.lang.Override + public java.util.List getLandInfosList() { + return landInfos_; + } + /** + * repeated .LandInfo landInfos = 2; + */ + @java.lang.Override + public java.util.List + getLandInfosOrBuilderList() { + return landInfos_; + } + /** + * repeated .LandInfo landInfos = 2; + */ + @java.lang.Override + public int getLandInfosCount() { + return landInfos_.size(); + } + /** + * repeated .LandInfo landInfos = 2; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.LandInfo getLandInfos(int index) { + return landInfos_.get(index); + } + /** + * repeated .LandInfo landInfos = 2; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.LandInfoOrBuilder getLandInfosOrBuilder( + int index) { + return landInfos_.get(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(exceptServerName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, exceptServerName_); + } + for (int i = 0; i < landInfos_.size(); i++) { + output.writeMessage(2, landInfos_.get(i)); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(exceptServerName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, exceptServerName_); + } + for (int i = 0; i < landInfos_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, landInfos_.get(i)); + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) obj; + + if (!getExceptServerName() + .equals(other.getExceptServerName())) return false; + if (!getLandInfosList() + .equals(other.getLandInfosList())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + EXCEPTSERVERNAME_FIELD_NUMBER; + hash = (53 * hash) + getExceptServerName().hashCode(); + if (getLandInfosCount() > 0) { + hash = (37 * hash) + LANDINFOS_FIELD_NUMBER; + hash = (53 * hash) + getLandInfosList().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO 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 ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFOOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + exceptServerName_ = ""; + if (landInfosBuilder_ == null) { + landInfos_ = java.util.Collections.emptyList(); + } else { + landInfos_ = null; + landInfosBuilder_.clear(); + } + bitField0_ = (bitField0_ & ~0x00000002); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO(this); + buildPartialRepeatedFields(result); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartialRepeatedFields(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO result) { + if (landInfosBuilder_ == null) { + if (((bitField0_ & 0x00000002) != 0)) { + landInfos_ = java.util.Collections.unmodifiableList(landInfos_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.landInfos_ = landInfos_; + } else { + result.landInfos_ = landInfosBuilder_.build(); + } + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.exceptServerName_ = exceptServerName_; + } + } + + @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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance()) return this; + if (!other.getExceptServerName().isEmpty()) { + exceptServerName_ = other.exceptServerName_; + bitField0_ |= 0x00000001; + onChanged(); + } + if (landInfosBuilder_ == null) { + if (!other.landInfos_.isEmpty()) { + if (landInfos_.isEmpty()) { + landInfos_ = other.landInfos_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureLandInfosIsMutable(); + landInfos_.addAll(other.landInfos_); + } + onChanged(); + } + } else { + if (!other.landInfos_.isEmpty()) { + if (landInfosBuilder_.isEmpty()) { + landInfosBuilder_.dispose(); + landInfosBuilder_ = null; + landInfos_ = other.landInfos_; + bitField0_ = (bitField0_ & ~0x00000002); + landInfosBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getLandInfosFieldBuilder() : null; + } else { + landInfosBuilder_.addAllMessages(other.landInfos_); + } + } + } + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + exceptServerName_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + com.caliverse.admin.domain.RabbitMq.message.LandInfo m = + input.readMessage( + com.caliverse.admin.domain.RabbitMq.message.LandInfo.parser(), + extensionRegistry); + if (landInfosBuilder_ == null) { + ensureLandInfosIsMutable(); + landInfos_.add(m); + } else { + landInfosBuilder_.addMessage(m); + } + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private java.lang.Object exceptServerName_ = ""; + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + public java.lang.String getExceptServerName() { + java.lang.Object ref = exceptServerName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + exceptServerName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + public com.google.protobuf.ByteString + getExceptServerNameBytes() { + java.lang.Object ref = exceptServerName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + exceptServerName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * string exceptServerName = 1; + * @param value The exceptServerName to set. + * @return This builder for chaining. + */ + public Builder setExceptServerName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + exceptServerName_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * string exceptServerName = 1; + * @return This builder for chaining. + */ + public Builder clearExceptServerName() { + exceptServerName_ = getDefaultInstance().getExceptServerName(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + * string exceptServerName = 1; + * @param value The bytes for exceptServerName to set. + * @return This builder for chaining. + */ + public Builder setExceptServerNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + exceptServerName_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + + private java.util.List landInfos_ = + java.util.Collections.emptyList(); + private void ensureLandInfosIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + landInfos_ = new java.util.ArrayList(landInfos_); + bitField0_ |= 0x00000002; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.LandInfo, com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder, com.caliverse.admin.domain.RabbitMq.message.LandInfoOrBuilder> landInfosBuilder_; + + /** + * repeated .LandInfo landInfos = 2; + */ + public java.util.List getLandInfosList() { + if (landInfosBuilder_ == null) { + return java.util.Collections.unmodifiableList(landInfos_); + } else { + return landInfosBuilder_.getMessageList(); + } + } + /** + * repeated .LandInfo landInfos = 2; + */ + public int getLandInfosCount() { + if (landInfosBuilder_ == null) { + return landInfos_.size(); + } else { + return landInfosBuilder_.getCount(); + } + } + /** + * repeated .LandInfo landInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.LandInfo getLandInfos(int index) { + if (landInfosBuilder_ == null) { + return landInfos_.get(index); + } else { + return landInfosBuilder_.getMessage(index); + } + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder setLandInfos( + int index, com.caliverse.admin.domain.RabbitMq.message.LandInfo value) { + if (landInfosBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureLandInfosIsMutable(); + landInfos_.set(index, value); + onChanged(); + } else { + landInfosBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder setLandInfos( + int index, com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder builderForValue) { + if (landInfosBuilder_ == null) { + ensureLandInfosIsMutable(); + landInfos_.set(index, builderForValue.build()); + onChanged(); + } else { + landInfosBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder addLandInfos(com.caliverse.admin.domain.RabbitMq.message.LandInfo value) { + if (landInfosBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureLandInfosIsMutable(); + landInfos_.add(value); + onChanged(); + } else { + landInfosBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder addLandInfos( + int index, com.caliverse.admin.domain.RabbitMq.message.LandInfo value) { + if (landInfosBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureLandInfosIsMutable(); + landInfos_.add(index, value); + onChanged(); + } else { + landInfosBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder addLandInfos( + com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder builderForValue) { + if (landInfosBuilder_ == null) { + ensureLandInfosIsMutable(); + landInfos_.add(builderForValue.build()); + onChanged(); + } else { + landInfosBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder addLandInfos( + int index, com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder builderForValue) { + if (landInfosBuilder_ == null) { + ensureLandInfosIsMutable(); + landInfos_.add(index, builderForValue.build()); + onChanged(); + } else { + landInfosBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder addAllLandInfos( + java.lang.Iterable values) { + if (landInfosBuilder_ == null) { + ensureLandInfosIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, landInfos_); + onChanged(); + } else { + landInfosBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder clearLandInfos() { + if (landInfosBuilder_ == null) { + landInfos_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + } else { + landInfosBuilder_.clear(); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public Builder removeLandInfos(int index) { + if (landInfosBuilder_ == null) { + ensureLandInfosIsMutable(); + landInfos_.remove(index); + onChanged(); + } else { + landInfosBuilder_.remove(index); + } + return this; + } + /** + * repeated .LandInfo landInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder getLandInfosBuilder( + int index) { + return getLandInfosFieldBuilder().getBuilder(index); + } + /** + * repeated .LandInfo landInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.LandInfoOrBuilder getLandInfosOrBuilder( + int index) { + if (landInfosBuilder_ == null) { + return landInfos_.get(index); } else { + return landInfosBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .LandInfo landInfos = 2; + */ + public java.util.List + getLandInfosOrBuilderList() { + if (landInfosBuilder_ != null) { + return landInfosBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(landInfos_); + } + } + /** + * repeated .LandInfo landInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder addLandInfosBuilder() { + return getLandInfosFieldBuilder().addBuilder( + com.caliverse.admin.domain.RabbitMq.message.LandInfo.getDefaultInstance()); + } + /** + * repeated .LandInfo landInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder addLandInfosBuilder( + int index) { + return getLandInfosFieldBuilder().addBuilder( + index, com.caliverse.admin.domain.RabbitMq.message.LandInfo.getDefaultInstance()); + } + /** + * repeated .LandInfo landInfos = 2; + */ + public java.util.List + getLandInfosBuilderList() { + return getLandInfosFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.LandInfo, com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder, com.caliverse.admin.domain.RabbitMq.message.LandInfoOrBuilder> + getLandInfosFieldBuilder() { + if (landInfosBuilder_ == null) { + landInfosBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.LandInfo, com.caliverse.admin.domain.RabbitMq.message.LandInfo.Builder, com.caliverse.admin.domain.RabbitMq.message.LandInfoOrBuilder>( + landInfos_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); + landInfos_ = null; + } + return landInfosBuilder_; + } + @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:ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GS2GS_NTF_MODIFY_LAND_INFO parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) + com.google.protobuf.MessageOrBuilder { + + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + java.lang.String getExceptServerName(); + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + com.google.protobuf.ByteString + getExceptServerNameBytes(); + + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + java.util.List + getBuildingInfosList(); + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + com.caliverse.admin.domain.RabbitMq.message.BuildingInfo getBuildingInfos(int index); + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + int getBuildingInfosCount(); + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + java.util.List + getBuildingInfosOrBuilderList(); + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + com.caliverse.admin.domain.RabbitMq.message.BuildingInfoOrBuilder getBuildingInfosOrBuilder( + int index); + } + /** + * Protobuf type {@code ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO} + */ + public static final class GS2GS_NTF_MODIFY_BUILDING_INFO extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) + GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder { + private static final long serialVersionUID = 0L; + // Use GS2GS_NTF_MODIFY_BUILDING_INFO.newBuilder() to construct. + private GS2GS_NTF_MODIFY_BUILDING_INFO(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GS2GS_NTF_MODIFY_BUILDING_INFO() { + exceptServerName_ = ""; + buildingInfos_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GS2GS_NTF_MODIFY_BUILDING_INFO(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.Builder.class); + } + + public static final int EXCEPTSERVERNAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") + private volatile java.lang.Object exceptServerName_ = ""; + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + @java.lang.Override + public java.lang.String getExceptServerName() { + java.lang.Object ref = exceptServerName_; + 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(); + exceptServerName_ = s; + return s; + } + } + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getExceptServerNameBytes() { + java.lang.Object ref = exceptServerName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + exceptServerName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int BUILDINGINFOS_FIELD_NUMBER = 2; + @SuppressWarnings("serial") + private java.util.List buildingInfos_; + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + @java.lang.Override + public java.util.List getBuildingInfosList() { + return buildingInfos_; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + @java.lang.Override + public java.util.List + getBuildingInfosOrBuilderList() { + return buildingInfos_; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + @java.lang.Override + public int getBuildingInfosCount() { + return buildingInfos_.size(); + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.BuildingInfo getBuildingInfos(int index) { + return buildingInfos_.get(index); + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.BuildingInfoOrBuilder getBuildingInfosOrBuilder( + int index) { + return buildingInfos_.get(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(exceptServerName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, exceptServerName_); + } + for (int i = 0; i < buildingInfos_.size(); i++) { + output.writeMessage(2, buildingInfos_.get(i)); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(exceptServerName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, exceptServerName_); + } + for (int i = 0; i < buildingInfos_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, buildingInfos_.get(i)); + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) obj; + + if (!getExceptServerName() + .equals(other.getExceptServerName())) return false; + if (!getBuildingInfosList() + .equals(other.getBuildingInfosList())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + EXCEPTSERVERNAME_FIELD_NUMBER; + hash = (53 * hash) + getExceptServerName().hashCode(); + if (getBuildingInfosCount() > 0) { + hash = (37 * hash) + BUILDINGINFOS_FIELD_NUMBER; + hash = (53 * hash) + getBuildingInfosList().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO 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 ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + exceptServerName_ = ""; + if (buildingInfosBuilder_ == null) { + buildingInfos_ = java.util.Collections.emptyList(); + } else { + buildingInfos_ = null; + buildingInfosBuilder_.clear(); + } + bitField0_ = (bitField0_ & ~0x00000002); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO(this); + buildPartialRepeatedFields(result); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartialRepeatedFields(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO result) { + if (buildingInfosBuilder_ == null) { + if (((bitField0_ & 0x00000002) != 0)) { + buildingInfos_ = java.util.Collections.unmodifiableList(buildingInfos_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.buildingInfos_ = buildingInfos_; + } else { + result.buildingInfos_ = buildingInfosBuilder_.build(); + } + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.exceptServerName_ = exceptServerName_; + } + } + + @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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance()) return this; + if (!other.getExceptServerName().isEmpty()) { + exceptServerName_ = other.exceptServerName_; + bitField0_ |= 0x00000001; + onChanged(); + } + if (buildingInfosBuilder_ == null) { + if (!other.buildingInfos_.isEmpty()) { + if (buildingInfos_.isEmpty()) { + buildingInfos_ = other.buildingInfos_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureBuildingInfosIsMutable(); + buildingInfos_.addAll(other.buildingInfos_); + } + onChanged(); + } + } else { + if (!other.buildingInfos_.isEmpty()) { + if (buildingInfosBuilder_.isEmpty()) { + buildingInfosBuilder_.dispose(); + buildingInfosBuilder_ = null; + buildingInfos_ = other.buildingInfos_; + bitField0_ = (bitField0_ & ~0x00000002); + buildingInfosBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getBuildingInfosFieldBuilder() : null; + } else { + buildingInfosBuilder_.addAllMessages(other.buildingInfos_); + } + } + } + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + exceptServerName_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + com.caliverse.admin.domain.RabbitMq.message.BuildingInfo m = + input.readMessage( + com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.parser(), + extensionRegistry); + if (buildingInfosBuilder_ == null) { + ensureBuildingInfosIsMutable(); + buildingInfos_.add(m); + } else { + buildingInfosBuilder_.addMessage(m); + } + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private java.lang.Object exceptServerName_ = ""; + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + public java.lang.String getExceptServerName() { + java.lang.Object ref = exceptServerName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + exceptServerName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + public com.google.protobuf.ByteString + getExceptServerNameBytes() { + java.lang.Object ref = exceptServerName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + exceptServerName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * string exceptServerName = 1; + * @param value The exceptServerName to set. + * @return This builder for chaining. + */ + public Builder setExceptServerName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + exceptServerName_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * string exceptServerName = 1; + * @return This builder for chaining. + */ + public Builder clearExceptServerName() { + exceptServerName_ = getDefaultInstance().getExceptServerName(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + * string exceptServerName = 1; + * @param value The bytes for exceptServerName to set. + * @return This builder for chaining. + */ + public Builder setExceptServerNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + exceptServerName_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + + private java.util.List buildingInfos_ = + java.util.Collections.emptyList(); + private void ensureBuildingInfosIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + buildingInfos_ = new java.util.ArrayList(buildingInfos_); + bitField0_ |= 0x00000002; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.BuildingInfo, com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder, com.caliverse.admin.domain.RabbitMq.message.BuildingInfoOrBuilder> buildingInfosBuilder_; + + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public java.util.List getBuildingInfosList() { + if (buildingInfosBuilder_ == null) { + return java.util.Collections.unmodifiableList(buildingInfos_); + } else { + return buildingInfosBuilder_.getMessageList(); + } + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public int getBuildingInfosCount() { + if (buildingInfosBuilder_ == null) { + return buildingInfos_.size(); + } else { + return buildingInfosBuilder_.getCount(); + } + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.BuildingInfo getBuildingInfos(int index) { + if (buildingInfosBuilder_ == null) { + return buildingInfos_.get(index); + } else { + return buildingInfosBuilder_.getMessage(index); + } + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder setBuildingInfos( + int index, com.caliverse.admin.domain.RabbitMq.message.BuildingInfo value) { + if (buildingInfosBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureBuildingInfosIsMutable(); + buildingInfos_.set(index, value); + onChanged(); + } else { + buildingInfosBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder setBuildingInfos( + int index, com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder builderForValue) { + if (buildingInfosBuilder_ == null) { + ensureBuildingInfosIsMutable(); + buildingInfos_.set(index, builderForValue.build()); + onChanged(); + } else { + buildingInfosBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder addBuildingInfos(com.caliverse.admin.domain.RabbitMq.message.BuildingInfo value) { + if (buildingInfosBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureBuildingInfosIsMutable(); + buildingInfos_.add(value); + onChanged(); + } else { + buildingInfosBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder addBuildingInfos( + int index, com.caliverse.admin.domain.RabbitMq.message.BuildingInfo value) { + if (buildingInfosBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureBuildingInfosIsMutable(); + buildingInfos_.add(index, value); + onChanged(); + } else { + buildingInfosBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder addBuildingInfos( + com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder builderForValue) { + if (buildingInfosBuilder_ == null) { + ensureBuildingInfosIsMutable(); + buildingInfos_.add(builderForValue.build()); + onChanged(); + } else { + buildingInfosBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder addBuildingInfos( + int index, com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder builderForValue) { + if (buildingInfosBuilder_ == null) { + ensureBuildingInfosIsMutable(); + buildingInfos_.add(index, builderForValue.build()); + onChanged(); + } else { + buildingInfosBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder addAllBuildingInfos( + java.lang.Iterable values) { + if (buildingInfosBuilder_ == null) { + ensureBuildingInfosIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, buildingInfos_); + onChanged(); + } else { + buildingInfosBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder clearBuildingInfos() { + if (buildingInfosBuilder_ == null) { + buildingInfos_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + } else { + buildingInfosBuilder_.clear(); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public Builder removeBuildingInfos(int index) { + if (buildingInfosBuilder_ == null) { + ensureBuildingInfosIsMutable(); + buildingInfos_.remove(index); + onChanged(); + } else { + buildingInfosBuilder_.remove(index); + } + return this; + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder getBuildingInfosBuilder( + int index) { + return getBuildingInfosFieldBuilder().getBuilder(index); + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.BuildingInfoOrBuilder getBuildingInfosOrBuilder( + int index) { + if (buildingInfosBuilder_ == null) { + return buildingInfos_.get(index); } else { + return buildingInfosBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public java.util.List + getBuildingInfosOrBuilderList() { + if (buildingInfosBuilder_ != null) { + return buildingInfosBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(buildingInfos_); + } + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder addBuildingInfosBuilder() { + return getBuildingInfosFieldBuilder().addBuilder( + com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.getDefaultInstance()); + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder addBuildingInfosBuilder( + int index) { + return getBuildingInfosFieldBuilder().addBuilder( + index, com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.getDefaultInstance()); + } + /** + * repeated .BuildingInfo buildingInfos = 2; + */ + public java.util.List + getBuildingInfosBuilderList() { + return getBuildingInfosFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.BuildingInfo, com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder, com.caliverse.admin.domain.RabbitMq.message.BuildingInfoOrBuilder> + getBuildingInfosFieldBuilder() { + if (buildingInfosBuilder_ == null) { + buildingInfosBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.BuildingInfo, com.caliverse.admin.domain.RabbitMq.message.BuildingInfo.Builder, com.caliverse.admin.domain.RabbitMq.message.BuildingInfoOrBuilder>( + buildingInfos_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); + buildingInfos_ = null; + } + return buildingInfosBuilder_; + } + @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:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GS2GS_NTF_MODIFY_BUILDING_INFO parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) + com.google.protobuf.MessageOrBuilder { + + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + java.lang.String getExceptServerName(); + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + com.google.protobuf.ByteString + getExceptServerNameBytes(); + + /** + * int32 buildingMetaId = 2; + * @return The buildingMetaId. + */ + int getBuildingMetaId(); + + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + int getFloorProfitsCount(); + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + boolean containsFloorProfits( + int key); + /** + * Use {@link #getFloorProfitsMap()} instead. + */ + @java.lang.Deprecated + java.util.Map + getFloorProfits(); + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + java.util.Map + getFloorProfitsMap(); + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getFloorProfitsOrDefault( + int key, + /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo defaultValue); + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getFloorProfitsOrThrow( + int key); + } + /** + * Protobuf type {@code ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT} + */ + public static final class GS2GS_NTF_MODIFY_BUILDING_PROFIT extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) + GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder { + private static final long serialVersionUID = 0L; + // Use GS2GS_NTF_MODIFY_BUILDING_PROFIT.newBuilder() to construct. + private GS2GS_NTF_MODIFY_BUILDING_PROFIT(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GS2GS_NTF_MODIFY_BUILDING_PROFIT() { + exceptServerName_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GS2GS_NTF_MODIFY_BUILDING_PROFIT(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_descriptor; + } + + @SuppressWarnings({"rawtypes"}) + @java.lang.Override + protected com.google.protobuf.MapField internalGetMapField( + int number) { + switch (number) { + case 3: + return internalGetFloorProfits(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.Builder.class); + } + + public static final int EXCEPTSERVERNAME_FIELD_NUMBER = 1; + @SuppressWarnings("serial") + private volatile java.lang.Object exceptServerName_ = ""; + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + @java.lang.Override + public java.lang.String getExceptServerName() { + java.lang.Object ref = exceptServerName_; + 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(); + exceptServerName_ = s; + return s; + } + } + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getExceptServerNameBytes() { + java.lang.Object ref = exceptServerName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + exceptServerName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int BUILDINGMETAID_FIELD_NUMBER = 2; + private int buildingMetaId_ = 0; + /** + * int32 buildingMetaId = 2; + * @return The buildingMetaId. + */ + @java.lang.Override + public int getBuildingMetaId() { + return buildingMetaId_; + } + + public static final int FLOORPROFITS_FIELD_NUMBER = 3; + private static final class FloorProfitsDefaultEntryHolder { + static final com.google.protobuf.MapEntry< + java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_FloorProfitsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.INT32, + 0, + com.google.protobuf.WireFormat.FieldType.MESSAGE, + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo.getDefaultInstance()); + } + @SuppressWarnings("serial") + private com.google.protobuf.MapField< + java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo> floorProfits_; + private com.google.protobuf.MapField + internalGetFloorProfits() { + if (floorProfits_ == null) { + return com.google.protobuf.MapField.emptyMapField( + FloorProfitsDefaultEntryHolder.defaultEntry); + } + return floorProfits_; + } + public int getFloorProfitsCount() { + return internalGetFloorProfits().getMap().size(); + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + @java.lang.Override + public boolean containsFloorProfits( + int key) { + + return internalGetFloorProfits().getMap().containsKey(key); + } + /** + * Use {@link #getFloorProfitsMap()} instead. + */ + @java.lang.Override + @java.lang.Deprecated + public java.util.Map getFloorProfits() { + return getFloorProfitsMap(); + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + @java.lang.Override + public java.util.Map getFloorProfitsMap() { + return internalGetFloorProfits().getMap(); + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + @java.lang.Override + public /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getFloorProfitsOrDefault( + int key, + /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo defaultValue) { + + java.util.Map map = + internalGetFloorProfits().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getFloorProfitsOrThrow( + int key) { + + java.util.Map map = + internalGetFloorProfits().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + + 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(exceptServerName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, exceptServerName_); + } + if (buildingMetaId_ != 0) { + output.writeInt32(2, buildingMetaId_); + } + com.google.protobuf.GeneratedMessageV3 + .serializeIntegerMapTo( + output, + internalGetFloorProfits(), + FloorProfitsDefaultEntryHolder.defaultEntry, + 3); + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(exceptServerName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, exceptServerName_); + } + if (buildingMetaId_ != 0) { + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(2, buildingMetaId_); + } + for (java.util.Map.Entry entry + : internalGetFloorProfits().getMap().entrySet()) { + com.google.protobuf.MapEntry + floorProfits__ = FloorProfitsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, floorProfits__); + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) obj; + + if (!getExceptServerName() + .equals(other.getExceptServerName())) return false; + if (getBuildingMetaId() + != other.getBuildingMetaId()) return false; + if (!internalGetFloorProfits().equals( + other.internalGetFloorProfits())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + EXCEPTSERVERNAME_FIELD_NUMBER; + hash = (53 * hash) + getExceptServerName().hashCode(); + hash = (37 * hash) + BUILDINGMETAID_FIELD_NUMBER; + hash = (53 * hash) + getBuildingMetaId(); + if (!internalGetFloorProfits().getMap().isEmpty()) { + hash = (37 * hash) + FLOORPROFITS_FIELD_NUMBER; + hash = (53 * hash) + internalGetFloorProfits().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT 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 ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_descriptor; + } + + @SuppressWarnings({"rawtypes"}) + protected com.google.protobuf.MapField internalGetMapField( + int number) { + switch (number) { + case 3: + return internalGetFloorProfits(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @SuppressWarnings({"rawtypes"}) + protected com.google.protobuf.MapField internalGetMutableMapField( + int number) { + switch (number) { + case 3: + return internalGetMutableFloorProfits(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + exceptServerName_ = ""; + buildingMetaId_ = 0; + internalGetMutableFloorProfits().clear(); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT(this); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.exceptServerName_ = exceptServerName_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.buildingMetaId_ = buildingMetaId_; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + result.floorProfits_ = internalGetFloorProfits(); + result.floorProfits_.makeImmutable(); + } + } + + @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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance()) return this; + if (!other.getExceptServerName().isEmpty()) { + exceptServerName_ = other.exceptServerName_; + bitField0_ |= 0x00000001; + onChanged(); + } + if (other.getBuildingMetaId() != 0) { + setBuildingMetaId(other.getBuildingMetaId()); + } + internalGetMutableFloorProfits().mergeFrom( + other.internalGetFloorProfits()); + bitField0_ |= 0x00000004; + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + exceptServerName_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: { + buildingMetaId_ = input.readInt32(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 26: { + com.google.protobuf.MapEntry + floorProfits__ = input.readMessage( + FloorProfitsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableFloorProfits().getMutableMap().put( + floorProfits__.getKey(), floorProfits__.getValue()); + bitField0_ |= 0x00000004; + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private java.lang.Object exceptServerName_ = ""; + /** + * string exceptServerName = 1; + * @return The exceptServerName. + */ + public java.lang.String getExceptServerName() { + java.lang.Object ref = exceptServerName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + exceptServerName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * string exceptServerName = 1; + * @return The bytes for exceptServerName. + */ + public com.google.protobuf.ByteString + getExceptServerNameBytes() { + java.lang.Object ref = exceptServerName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + exceptServerName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * string exceptServerName = 1; + * @param value The exceptServerName to set. + * @return This builder for chaining. + */ + public Builder setExceptServerName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + exceptServerName_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * string exceptServerName = 1; + * @return This builder for chaining. + */ + public Builder clearExceptServerName() { + exceptServerName_ = getDefaultInstance().getExceptServerName(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + * string exceptServerName = 1; + * @param value The bytes for exceptServerName to set. + * @return This builder for chaining. + */ + public Builder setExceptServerNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + exceptServerName_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + + private int buildingMetaId_ ; + /** + * int32 buildingMetaId = 2; + * @return The buildingMetaId. + */ + @java.lang.Override + public int getBuildingMetaId() { + return buildingMetaId_; + } + /** + * int32 buildingMetaId = 2; + * @param value The buildingMetaId to set. + * @return This builder for chaining. + */ + public Builder setBuildingMetaId(int value) { + + buildingMetaId_ = value; + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + * int32 buildingMetaId = 2; + * @return This builder for chaining. + */ + public Builder clearBuildingMetaId() { + bitField0_ = (bitField0_ & ~0x00000002); + buildingMetaId_ = 0; + onChanged(); + return this; + } + + private com.google.protobuf.MapField< + java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo> floorProfits_; + private com.google.protobuf.MapField + internalGetFloorProfits() { + if (floorProfits_ == null) { + return com.google.protobuf.MapField.emptyMapField( + FloorProfitsDefaultEntryHolder.defaultEntry); + } + return floorProfits_; + } + private com.google.protobuf.MapField + internalGetMutableFloorProfits() { + if (floorProfits_ == null) { + floorProfits_ = com.google.protobuf.MapField.newMapField( + FloorProfitsDefaultEntryHolder.defaultEntry); + } + if (!floorProfits_.isMutable()) { + floorProfits_ = floorProfits_.copy(); + } + bitField0_ |= 0x00000004; + onChanged(); + return floorProfits_; + } + public int getFloorProfitsCount() { + return internalGetFloorProfits().getMap().size(); + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + @java.lang.Override + public boolean containsFloorProfits( + int key) { + + return internalGetFloorProfits().getMap().containsKey(key); + } + /** + * Use {@link #getFloorProfitsMap()} instead. + */ + @java.lang.Override + @java.lang.Deprecated + public java.util.Map getFloorProfits() { + return getFloorProfitsMap(); + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + @java.lang.Override + public java.util.Map getFloorProfitsMap() { + return internalGetFloorProfits().getMap(); + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + @java.lang.Override + public /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getFloorProfitsOrDefault( + int key, + /* nullable */ +com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo defaultValue) { + + java.util.Map map = + internalGetFloorProfits().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getFloorProfitsOrThrow( + int key) { + + java.util.Map map = + internalGetFloorProfits().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + public Builder clearFloorProfits() { + bitField0_ = (bitField0_ & ~0x00000004); + internalGetMutableFloorProfits().getMutableMap() + .clear(); + return this; + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + public Builder removeFloorProfits( + int key) { + + internalGetMutableFloorProfits().getMutableMap() + .remove(key); + return this; + } + /** + * Use alternate mutation accessors instead. + */ + @java.lang.Deprecated + public java.util.Map + getMutableFloorProfits() { + bitField0_ |= 0x00000004; + return internalGetMutableFloorProfits().getMutableMap(); + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + public Builder putFloorProfits( + int key, + com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo value) { + + if (value == null) { throw new NullPointerException("map value"); } + internalGetMutableFloorProfits().getMutableMap() + .put(key, value); + bitField0_ |= 0x00000004; + return this; + } + /** + * map<int32, .FloorProfitInfo> floorProfits = 3; + */ + public Builder putAllFloorProfits( + java.util.Map values) { + internalGetMutableFloorProfits().getMutableMap() + .putAll(values); + bitField0_ |= 0x00000004; + 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:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GS2GS_NTF_MODIFY_BUILDING_PROFIT parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+     * 
+ * + * string receiverUserGuid = 1; + * @return The receiverUserGuid. + */ + java.lang.String getReceiverUserGuid(); + /** + *
+     * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+     * 
+ * + * string receiverUserGuid = 1; + * @return The bytes for receiverUserGuid. + */ + com.google.protobuf.ByteString + getReceiverUserGuidBytes(); + + /** + *
+     * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+     * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @return The enum numeric value on the wire for hasReceivedRefundMail. + */ + int getHasReceivedRefundMailValue(); + /** + *
+     * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+     * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @return The hasReceivedRefundMail. + */ + com.caliverse.admin.domain.RabbitMq.message.BoolType getHasReceivedRefundMail(); + + /** + *
+     * °æ¸Å ´ë»ó LandData Meta Id
+     * 
+ * + * int32 landMetaId = 3; + * @return The landMetaId. + */ + int getLandMetaId(); + + /** + *
+     * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+     * 
+ * + * .CurrencyType currencyType = 5; + * @return The enum numeric value on the wire for currencyType. + */ + int getCurrencyTypeValue(); + /** + *
+     * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+     * 
+ * + * .CurrencyType currencyType = 5; + * @return The currencyType. + */ + com.caliverse.admin.domain.RabbitMq.message.CurrencyType getCurrencyType(); + + /** + *
+     * ÃÖ°í ÀÔÂû°¡
+     * 
+ * + * double highestBidPrice = 6; + * @return The highestBidPrice. + */ + double getHighestBidPrice(); + + /** + *
+     * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+     * 
+ * + * string highestBidUserGuid = 7; + * @return The highestBidUserGuid. + */ + java.lang.String getHighestBidUserGuid(); + /** + *
+     * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+     * 
+ * + * string highestBidUserGuid = 7; + * @return The bytes for highestBidUserGuid. + */ + com.google.protobuf.ByteString + getHighestBidUserGuidBytes(); + + /** + *
+     * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+     * 
+ * + * string highestBidUserNickname = 8; + * @return The highestBidUserNickname. + */ + java.lang.String getHighestBidUserNickname(); + /** + *
+     * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+     * 
+ * + * string highestBidUserNickname = 8; + * @return The bytes for highestBidUserNickname. + */ + com.google.protobuf.ByteString + getHighestBidUserNicknameBytes(); + } + /** + *
+   * ¼­¹ö to Other ¼­¹öÀÇ Á¢¼ÓÁßÀÎ À¯Àú¿¡°Ô ÅëÁöÇϱâ À§ÇÑ Delivery Àü¿ë Packet ó¸® ±â´É Ãß°¡
+   * 
+ * + * Protobuf type {@code ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE} + */ + public static final class GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) + GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder { + private static final long serialVersionUID = 0L; + // Use GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.newBuilder() to construct. + private GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE() { + receiverUserGuid_ = ""; + hasReceivedRefundMail_ = 0; + currencyType_ = 0; + highestBidUserGuid_ = ""; + highestBidUserNickname_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.Builder.class); + } + + public static final int RECEIVERUSERGUID_FIELD_NUMBER = 1; + @SuppressWarnings("serial") + private volatile java.lang.Object receiverUserGuid_ = ""; + /** + *
+     * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+     * 
+ * + * string receiverUserGuid = 1; + * @return The receiverUserGuid. + */ + @java.lang.Override + public java.lang.String getReceiverUserGuid() { + java.lang.Object ref = receiverUserGuid_; + 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(); + receiverUserGuid_ = s; + return s; + } + } + /** + *
+     * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+     * 
+ * + * string receiverUserGuid = 1; + * @return The bytes for receiverUserGuid. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getReceiverUserGuidBytes() { + java.lang.Object ref = receiverUserGuid_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + receiverUserGuid_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int HASRECEIVEDREFUNDMAIL_FIELD_NUMBER = 2; + private int hasReceivedRefundMail_ = 0; + /** + *
+     * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+     * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @return The enum numeric value on the wire for hasReceivedRefundMail. + */ + @java.lang.Override public int getHasReceivedRefundMailValue() { + return hasReceivedRefundMail_; + } + /** + *
+     * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+     * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @return The hasReceivedRefundMail. + */ + @java.lang.Override public com.caliverse.admin.domain.RabbitMq.message.BoolType getHasReceivedRefundMail() { + com.caliverse.admin.domain.RabbitMq.message.BoolType result = com.caliverse.admin.domain.RabbitMq.message.BoolType.forNumber(hasReceivedRefundMail_); + return result == null ? com.caliverse.admin.domain.RabbitMq.message.BoolType.UNRECOGNIZED : result; + } + + public static final int LANDMETAID_FIELD_NUMBER = 3; + private int landMetaId_ = 0; + /** + *
+     * °æ¸Å ´ë»ó LandData Meta Id
+     * 
+ * + * int32 landMetaId = 3; + * @return The landMetaId. + */ + @java.lang.Override + public int getLandMetaId() { + return landMetaId_; + } + + public static final int CURRENCYTYPE_FIELD_NUMBER = 5; + private int currencyType_ = 0; + /** + *
+     * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+     * 
+ * + * .CurrencyType currencyType = 5; + * @return The enum numeric value on the wire for currencyType. + */ + @java.lang.Override public int getCurrencyTypeValue() { + return currencyType_; + } + /** + *
+     * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+     * 
+ * + * .CurrencyType currencyType = 5; + * @return The currencyType. + */ + @java.lang.Override public com.caliverse.admin.domain.RabbitMq.message.CurrencyType getCurrencyType() { + com.caliverse.admin.domain.RabbitMq.message.CurrencyType result = com.caliverse.admin.domain.RabbitMq.message.CurrencyType.forNumber(currencyType_); + return result == null ? com.caliverse.admin.domain.RabbitMq.message.CurrencyType.UNRECOGNIZED : result; + } + + public static final int HIGHESTBIDPRICE_FIELD_NUMBER = 6; + private double highestBidPrice_ = 0D; + /** + *
+     * ÃÖ°í ÀÔÂû°¡
+     * 
+ * + * double highestBidPrice = 6; + * @return The highestBidPrice. + */ + @java.lang.Override + public double getHighestBidPrice() { + return highestBidPrice_; + } + + public static final int HIGHESTBIDUSERGUID_FIELD_NUMBER = 7; + @SuppressWarnings("serial") + private volatile java.lang.Object highestBidUserGuid_ = ""; + /** + *
+     * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+     * 
+ * + * string highestBidUserGuid = 7; + * @return The highestBidUserGuid. + */ + @java.lang.Override + public java.lang.String getHighestBidUserGuid() { + java.lang.Object ref = highestBidUserGuid_; + 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(); + highestBidUserGuid_ = s; + return s; + } + } + /** + *
+     * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+     * 
+ * + * string highestBidUserGuid = 7; + * @return The bytes for highestBidUserGuid. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getHighestBidUserGuidBytes() { + java.lang.Object ref = highestBidUserGuid_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + highestBidUserGuid_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int HIGHESTBIDUSERNICKNAME_FIELD_NUMBER = 8; + @SuppressWarnings("serial") + private volatile java.lang.Object highestBidUserNickname_ = ""; + /** + *
+     * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+     * 
+ * + * string highestBidUserNickname = 8; + * @return The highestBidUserNickname. + */ + @java.lang.Override + public java.lang.String getHighestBidUserNickname() { + java.lang.Object ref = highestBidUserNickname_; + 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(); + highestBidUserNickname_ = s; + return s; + } + } + /** + *
+     * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+     * 
+ * + * string highestBidUserNickname = 8; + * @return The bytes for highestBidUserNickname. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getHighestBidUserNicknameBytes() { + java.lang.Object ref = highestBidUserNickname_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + highestBidUserNickname_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(receiverUserGuid_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, receiverUserGuid_); + } + if (hasReceivedRefundMail_ != com.caliverse.admin.domain.RabbitMq.message.BoolType.BoolType_None.getNumber()) { + output.writeEnum(2, hasReceivedRefundMail_); + } + if (landMetaId_ != 0) { + output.writeInt32(3, landMetaId_); + } + if (currencyType_ != com.caliverse.admin.domain.RabbitMq.message.CurrencyType.CurrencyType_None.getNumber()) { + output.writeEnum(5, currencyType_); + } + if (java.lang.Double.doubleToRawLongBits(highestBidPrice_) != 0) { + output.writeDouble(6, highestBidPrice_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(highestBidUserGuid_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 7, highestBidUserGuid_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(highestBidUserNickname_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 8, highestBidUserNickname_); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(receiverUserGuid_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, receiverUserGuid_); + } + if (hasReceivedRefundMail_ != com.caliverse.admin.domain.RabbitMq.message.BoolType.BoolType_None.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, hasReceivedRefundMail_); + } + if (landMetaId_ != 0) { + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(3, landMetaId_); + } + if (currencyType_ != com.caliverse.admin.domain.RabbitMq.message.CurrencyType.CurrencyType_None.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(5, currencyType_); + } + if (java.lang.Double.doubleToRawLongBits(highestBidPrice_) != 0) { + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(6, highestBidPrice_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(highestBidUserGuid_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, highestBidUserGuid_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(highestBidUserNickname_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, highestBidUserNickname_); + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) obj; + + if (!getReceiverUserGuid() + .equals(other.getReceiverUserGuid())) return false; + if (hasReceivedRefundMail_ != other.hasReceivedRefundMail_) return false; + if (getLandMetaId() + != other.getLandMetaId()) return false; + if (currencyType_ != other.currencyType_) return false; + if (java.lang.Double.doubleToLongBits(getHighestBidPrice()) + != java.lang.Double.doubleToLongBits( + other.getHighestBidPrice())) return false; + if (!getHighestBidUserGuid() + .equals(other.getHighestBidUserGuid())) return false; + if (!getHighestBidUserNickname() + .equals(other.getHighestBidUserNickname())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + RECEIVERUSERGUID_FIELD_NUMBER; + hash = (53 * hash) + getReceiverUserGuid().hashCode(); + hash = (37 * hash) + HASRECEIVEDREFUNDMAIL_FIELD_NUMBER; + hash = (53 * hash) + hasReceivedRefundMail_; + hash = (37 * hash) + LANDMETAID_FIELD_NUMBER; + hash = (53 * hash) + getLandMetaId(); + hash = (37 * hash) + CURRENCYTYPE_FIELD_NUMBER; + hash = (53 * hash) + currencyType_; + hash = (37 * hash) + HIGHESTBIDPRICE_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getHighestBidPrice())); + hash = (37 * hash) + HIGHESTBIDUSERGUID_FIELD_NUMBER; + hash = (53 * hash) + getHighestBidUserGuid().hashCode(); + hash = (37 * hash) + HIGHESTBIDUSERNICKNAME_FIELD_NUMBER; + hash = (53 * hash) + getHighestBidUserNickname().hashCode(); + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE 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; + } + /** + *
+     * ¼­¹ö to Other ¼­¹öÀÇ Á¢¼ÓÁßÀÎ À¯Àú¿¡°Ô ÅëÁöÇϱâ À§ÇÑ Delivery Àü¿ë Packet ó¸® ±â´É Ãß°¡
+     * 
+ * + * Protobuf type {@code ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + receiverUserGuid_ = ""; + hasReceivedRefundMail_ = 0; + landMetaId_ = 0; + currencyType_ = 0; + highestBidPrice_ = 0D; + highestBidUserGuid_ = ""; + highestBidUserNickname_ = ""; + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE(this); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.receiverUserGuid_ = receiverUserGuid_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.hasReceivedRefundMail_ = hasReceivedRefundMail_; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + result.landMetaId_ = landMetaId_; + } + if (((from_bitField0_ & 0x00000008) != 0)) { + result.currencyType_ = currencyType_; + } + if (((from_bitField0_ & 0x00000010) != 0)) { + result.highestBidPrice_ = highestBidPrice_; + } + if (((from_bitField0_ & 0x00000020) != 0)) { + result.highestBidUserGuid_ = highestBidUserGuid_; + } + if (((from_bitField0_ & 0x00000040) != 0)) { + result.highestBidUserNickname_ = highestBidUserNickname_; + } + } + + @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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance()) return this; + if (!other.getReceiverUserGuid().isEmpty()) { + receiverUserGuid_ = other.receiverUserGuid_; + bitField0_ |= 0x00000001; + onChanged(); + } + if (other.hasReceivedRefundMail_ != 0) { + setHasReceivedRefundMailValue(other.getHasReceivedRefundMailValue()); + } + if (other.getLandMetaId() != 0) { + setLandMetaId(other.getLandMetaId()); + } + if (other.currencyType_ != 0) { + setCurrencyTypeValue(other.getCurrencyTypeValue()); + } + if (other.getHighestBidPrice() != 0D) { + setHighestBidPrice(other.getHighestBidPrice()); + } + if (!other.getHighestBidUserGuid().isEmpty()) { + highestBidUserGuid_ = other.highestBidUserGuid_; + bitField0_ |= 0x00000020; + onChanged(); + } + if (!other.getHighestBidUserNickname().isEmpty()) { + highestBidUserNickname_ = other.highestBidUserNickname_; + bitField0_ |= 0x00000040; + onChanged(); + } + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + receiverUserGuid_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: { + hasReceivedRefundMail_ = input.readEnum(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 24: { + landMetaId_ = input.readInt32(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 40: { + currencyType_ = input.readEnum(); + bitField0_ |= 0x00000008; + break; + } // case 40 + case 49: { + highestBidPrice_ = input.readDouble(); + bitField0_ |= 0x00000010; + break; + } // case 49 + case 58: { + highestBidUserGuid_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000020; + break; + } // case 58 + case 66: { + highestBidUserNickname_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000040; + break; + } // case 66 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private java.lang.Object receiverUserGuid_ = ""; + /** + *
+       * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+       * 
+ * + * string receiverUserGuid = 1; + * @return The receiverUserGuid. + */ + public java.lang.String getReceiverUserGuid() { + java.lang.Object ref = receiverUserGuid_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + receiverUserGuid_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+       * 
+ * + * string receiverUserGuid = 1; + * @return The bytes for receiverUserGuid. + */ + public com.google.protobuf.ByteString + getReceiverUserGuidBytes() { + java.lang.Object ref = receiverUserGuid_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + receiverUserGuid_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+       * 
+ * + * string receiverUserGuid = 1; + * @param value The receiverUserGuid to set. + * @return This builder for chaining. + */ + public Builder setReceiverUserGuid( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + receiverUserGuid_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + *
+       * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+       * 
+ * + * string receiverUserGuid = 1; + * @return This builder for chaining. + */ + public Builder clearReceiverUserGuid() { + receiverUserGuid_ = getDefaultInstance().getReceiverUserGuid(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+       * ÆÐŶ ¼ö½Å ¹ÞÀ» À¯Àú ½Äº°Å°
+       * 
+ * + * string receiverUserGuid = 1; + * @param value The bytes for receiverUserGuid to set. + * @return This builder for chaining. + */ + public Builder setReceiverUserGuidBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + receiverUserGuid_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + + private int hasReceivedRefundMail_ = 0; + /** + *
+       * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+       * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @return The enum numeric value on the wire for hasReceivedRefundMail. + */ + @java.lang.Override public int getHasReceivedRefundMailValue() { + return hasReceivedRefundMail_; + } + /** + *
+       * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+       * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @param value The enum numeric value on the wire for hasReceivedRefundMail to set. + * @return This builder for chaining. + */ + public Builder setHasReceivedRefundMailValue(int value) { + hasReceivedRefundMail_ = value; + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + *
+       * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+       * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @return The hasReceivedRefundMail. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.BoolType getHasReceivedRefundMail() { + com.caliverse.admin.domain.RabbitMq.message.BoolType result = com.caliverse.admin.domain.RabbitMq.message.BoolType.forNumber(hasReceivedRefundMail_); + return result == null ? com.caliverse.admin.domain.RabbitMq.message.BoolType.UNRECOGNIZED : result; + } + /** + *
+       * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+       * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @param value The hasReceivedRefundMail to set. + * @return This builder for chaining. + */ + public Builder setHasReceivedRefundMail(com.caliverse.admin.domain.RabbitMq.message.BoolType value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000002; + hasReceivedRefundMail_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+       * ȯ±Þ±Ý ¸ÞÀÏ ¼ö½Å ¿©ºÎ
+       * 
+ * + * .BoolType hasReceivedRefundMail = 2; + * @return This builder for chaining. + */ + public Builder clearHasReceivedRefundMail() { + bitField0_ = (bitField0_ & ~0x00000002); + hasReceivedRefundMail_ = 0; + onChanged(); + return this; + } + + private int landMetaId_ ; + /** + *
+       * °æ¸Å ´ë»ó LandData Meta Id
+       * 
+ * + * int32 landMetaId = 3; + * @return The landMetaId. + */ + @java.lang.Override + public int getLandMetaId() { + return landMetaId_; + } + /** + *
+       * °æ¸Å ´ë»ó LandData Meta Id
+       * 
+ * + * int32 landMetaId = 3; + * @param value The landMetaId to set. + * @return This builder for chaining. + */ + public Builder setLandMetaId(int value) { + + landMetaId_ = value; + bitField0_ |= 0x00000004; + onChanged(); + return this; + } + /** + *
+       * °æ¸Å ´ë»ó LandData Meta Id
+       * 
+ * + * int32 landMetaId = 3; + * @return This builder for chaining. + */ + public Builder clearLandMetaId() { + bitField0_ = (bitField0_ & ~0x00000004); + landMetaId_ = 0; + onChanged(); + return this; + } + + private int currencyType_ = 0; + /** + *
+       * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+       * 
+ * + * .CurrencyType currencyType = 5; + * @return The enum numeric value on the wire for currencyType. + */ + @java.lang.Override public int getCurrencyTypeValue() { + return currencyType_; + } + /** + *
+       * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+       * 
+ * + * .CurrencyType currencyType = 5; + * @param value The enum numeric value on the wire for currencyType to set. + * @return This builder for chaining. + */ + public Builder setCurrencyTypeValue(int value) { + currencyType_ = value; + bitField0_ |= 0x00000008; + onChanged(); + return this; + } + /** + *
+       * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+       * 
+ * + * .CurrencyType currencyType = 5; + * @return The currencyType. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.CurrencyType getCurrencyType() { + com.caliverse.admin.domain.RabbitMq.message.CurrencyType result = com.caliverse.admin.domain.RabbitMq.message.CurrencyType.forNumber(currencyType_); + return result == null ? com.caliverse.admin.domain.RabbitMq.message.CurrencyType.UNRECOGNIZED : result; + } + /** + *
+       * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+       * 
+ * + * .CurrencyType currencyType = 5; + * @param value The currencyType to set. + * @return This builder for chaining. + */ + public Builder setCurrencyType(com.caliverse.admin.domain.RabbitMq.message.CurrencyType value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000008; + currencyType_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+       * ÀÔÂûÇÑ ÀçÈ­ Á¾·ù
+       * 
+ * + * .CurrencyType currencyType = 5; + * @return This builder for chaining. + */ + public Builder clearCurrencyType() { + bitField0_ = (bitField0_ & ~0x00000008); + currencyType_ = 0; + onChanged(); + return this; + } + + private double highestBidPrice_ ; + /** + *
+       * ÃÖ°í ÀÔÂû°¡
+       * 
+ * + * double highestBidPrice = 6; + * @return The highestBidPrice. + */ + @java.lang.Override + public double getHighestBidPrice() { + return highestBidPrice_; + } + /** + *
+       * ÃÖ°í ÀÔÂû°¡
+       * 
+ * + * double highestBidPrice = 6; + * @param value The highestBidPrice to set. + * @return This builder for chaining. + */ + public Builder setHighestBidPrice(double value) { + + highestBidPrice_ = value; + bitField0_ |= 0x00000010; + onChanged(); + return this; + } + /** + *
+       * ÃÖ°í ÀÔÂû°¡
+       * 
+ * + * double highestBidPrice = 6; + * @return This builder for chaining. + */ + public Builder clearHighestBidPrice() { + bitField0_ = (bitField0_ & ~0x00000010); + highestBidPrice_ = 0D; + onChanged(); + return this; + } + + private java.lang.Object highestBidUserGuid_ = ""; + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+       * 
+ * + * string highestBidUserGuid = 7; + * @return The highestBidUserGuid. + */ + public java.lang.String getHighestBidUserGuid() { + java.lang.Object ref = highestBidUserGuid_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + highestBidUserGuid_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+       * 
+ * + * string highestBidUserGuid = 7; + * @return The bytes for highestBidUserGuid. + */ + public com.google.protobuf.ByteString + getHighestBidUserGuidBytes() { + java.lang.Object ref = highestBidUserGuid_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + highestBidUserGuid_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+       * 
+ * + * string highestBidUserGuid = 7; + * @param value The highestBidUserGuid to set. + * @return This builder for chaining. + */ + public Builder setHighestBidUserGuid( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + highestBidUserGuid_ = value; + bitField0_ |= 0x00000020; + onChanged(); + return this; + } + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+       * 
+ * + * string highestBidUserGuid = 7; + * @return This builder for chaining. + */ + public Builder clearHighestBidUserGuid() { + highestBidUserGuid_ = getDefaultInstance().getHighestBidUserGuid(); + bitField0_ = (bitField0_ & ~0x00000020); + onChanged(); + return this; + } + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ½Äº°Å°
+       * 
+ * + * string highestBidUserGuid = 7; + * @param value The bytes for highestBidUserGuid to set. + * @return This builder for chaining. + */ + public Builder setHighestBidUserGuidBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + highestBidUserGuid_ = value; + bitField0_ |= 0x00000020; + onChanged(); + return this; + } + + private java.lang.Object highestBidUserNickname_ = ""; + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+       * 
+ * + * string highestBidUserNickname = 8; + * @return The highestBidUserNickname. + */ + public java.lang.String getHighestBidUserNickname() { + java.lang.Object ref = highestBidUserNickname_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + highestBidUserNickname_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+       * 
+ * + * string highestBidUserNickname = 8; + * @return The bytes for highestBidUserNickname. + */ + public com.google.protobuf.ByteString + getHighestBidUserNicknameBytes() { + java.lang.Object ref = highestBidUserNickname_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + highestBidUserNickname_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+       * 
+ * + * string highestBidUserNickname = 8; + * @param value The highestBidUserNickname to set. + * @return This builder for chaining. + */ + public Builder setHighestBidUserNickname( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + highestBidUserNickname_ = value; + bitField0_ |= 0x00000040; + onChanged(); + return this; + } + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+       * 
+ * + * string highestBidUserNickname = 8; + * @return This builder for chaining. + */ + public Builder clearHighestBidUserNickname() { + highestBidUserNickname_ = getDefaultInstance().getHighestBidUserNickname(); + bitField0_ = (bitField0_ & ~0x00000040); + onChanged(); + return this; + } + /** + *
+       * ÃÖ°í°¡ ÀÔÂûÀÚ ´Ð³×ÀÓ
+       * 
+ * + * string highestBidUserNickname = 8; + * @param value The bytes for highestBidUserNickname to set. + * @return This builder for chaining. + */ + public Builder setHighestBidUserNicknameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + highestBidUserNickname_ = value; + bitField0_ |= 0x00000040; + 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:ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+     * 
+ * + * string winningUserGuid = 1; + * @return The winningUserGuid. + */ + java.lang.String getWinningUserGuid(); + /** + *
+     * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+     * 
+ * + * string winningUserGuid = 1; + * @return The bytes for winningUserGuid. + */ + com.google.protobuf.ByteString + getWinningUserGuidBytes(); + + /** + *
+     * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+     * 
+ * + * string winningUserNickname = 2; + * @return The winningUserNickname. + */ + java.lang.String getWinningUserNickname(); + /** + *
+     * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+     * 
+ * + * string winningUserNickname = 2; + * @return The bytes for winningUserNickname. + */ + com.google.protobuf.ByteString + getWinningUserNicknameBytes(); + + /** + *
+     * ³«Âû ¹ÞÀº LandData Meta Id
+     * 
+ * + * int32 landMetaId = 5; + * @return The landMetaId. + */ + int getLandMetaId(); + + /** + *
+     * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+     * 
+ * + * repeated int32 buildingMetaIds = 6; + * @return A list containing the buildingMetaIds. + */ + java.util.List getBuildingMetaIdsList(); + /** + *
+     * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+     * 
+ * + * repeated int32 buildingMetaIds = 6; + * @return The count of buildingMetaIds. + */ + int getBuildingMetaIdsCount(); + /** + *
+     * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+     * 
+ * + * repeated int32 buildingMetaIds = 6; + * @param index The index of the element to return. + * @return The buildingMetaIds at the given index. + */ + int getBuildingMetaIds(int index); + + /** + *
+     * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+     * 
+ * + * .BoolType isNewRecvMail = 7; + * @return The enum numeric value on the wire for isNewRecvMail. + */ + int getIsNewRecvMailValue(); + /** + *
+     * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+     * 
+ * + * .BoolType isNewRecvMail = 7; + * @return The isNewRecvMail. + */ + com.caliverse.admin.domain.RabbitMq.message.BoolType getIsNewRecvMail(); + } + /** + * Protobuf type {@code ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID} + */ + public static final class GS2GS_NTF_LAND_AUCTION_WINNING_BID extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) + GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder { + private static final long serialVersionUID = 0L; + // Use GS2GS_NTF_LAND_AUCTION_WINNING_BID.newBuilder() to construct. + private GS2GS_NTF_LAND_AUCTION_WINNING_BID(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GS2GS_NTF_LAND_AUCTION_WINNING_BID() { + winningUserGuid_ = ""; + winningUserNickname_ = ""; + buildingMetaIds_ = emptyIntList(); + isNewRecvMail_ = 0; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GS2GS_NTF_LAND_AUCTION_WINNING_BID(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.Builder.class); + } + + public static final int WINNINGUSERGUID_FIELD_NUMBER = 1; + @SuppressWarnings("serial") + private volatile java.lang.Object winningUserGuid_ = ""; + /** + *
+     * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+     * 
+ * + * string winningUserGuid = 1; + * @return The winningUserGuid. + */ + @java.lang.Override + public java.lang.String getWinningUserGuid() { + java.lang.Object ref = winningUserGuid_; + 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(); + winningUserGuid_ = s; + return s; + } + } + /** + *
+     * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+     * 
+ * + * string winningUserGuid = 1; + * @return The bytes for winningUserGuid. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getWinningUserGuidBytes() { + java.lang.Object ref = winningUserGuid_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + winningUserGuid_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int WINNINGUSERNICKNAME_FIELD_NUMBER = 2; + @SuppressWarnings("serial") + private volatile java.lang.Object winningUserNickname_ = ""; + /** + *
+     * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+     * 
+ * + * string winningUserNickname = 2; + * @return The winningUserNickname. + */ + @java.lang.Override + public java.lang.String getWinningUserNickname() { + java.lang.Object ref = winningUserNickname_; + 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(); + winningUserNickname_ = s; + return s; + } + } + /** + *
+     * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+     * 
+ * + * string winningUserNickname = 2; + * @return The bytes for winningUserNickname. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getWinningUserNicknameBytes() { + java.lang.Object ref = winningUserNickname_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + winningUserNickname_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int LANDMETAID_FIELD_NUMBER = 5; + private int landMetaId_ = 0; + /** + *
+     * ³«Âû ¹ÞÀº LandData Meta Id
+     * 
+ * + * int32 landMetaId = 5; + * @return The landMetaId. + */ + @java.lang.Override + public int getLandMetaId() { + return landMetaId_; + } + + public static final int BUILDINGMETAIDS_FIELD_NUMBER = 6; + @SuppressWarnings("serial") + private com.google.protobuf.Internal.IntList buildingMetaIds_; + /** + *
+     * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+     * 
+ * + * repeated int32 buildingMetaIds = 6; + * @return A list containing the buildingMetaIds. + */ + @java.lang.Override + public java.util.List + getBuildingMetaIdsList() { + return buildingMetaIds_; + } + /** + *
+     * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+     * 
+ * + * repeated int32 buildingMetaIds = 6; + * @return The count of buildingMetaIds. + */ + public int getBuildingMetaIdsCount() { + return buildingMetaIds_.size(); + } + /** + *
+     * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+     * 
+ * + * repeated int32 buildingMetaIds = 6; + * @param index The index of the element to return. + * @return The buildingMetaIds at the given index. + */ + public int getBuildingMetaIds(int index) { + return buildingMetaIds_.getInt(index); + } + private int buildingMetaIdsMemoizedSerializedSize = -1; + + public static final int ISNEWRECVMAIL_FIELD_NUMBER = 7; + private int isNewRecvMail_ = 0; + /** + *
+     * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+     * 
+ * + * .BoolType isNewRecvMail = 7; + * @return The enum numeric value on the wire for isNewRecvMail. + */ + @java.lang.Override public int getIsNewRecvMailValue() { + return isNewRecvMail_; + } + /** + *
+     * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+     * 
+ * + * .BoolType isNewRecvMail = 7; + * @return The isNewRecvMail. + */ + @java.lang.Override public com.caliverse.admin.domain.RabbitMq.message.BoolType getIsNewRecvMail() { + com.caliverse.admin.domain.RabbitMq.message.BoolType result = com.caliverse.admin.domain.RabbitMq.message.BoolType.forNumber(isNewRecvMail_); + return result == null ? com.caliverse.admin.domain.RabbitMq.message.BoolType.UNRECOGNIZED : result; + } + + 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 { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(winningUserGuid_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, winningUserGuid_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(winningUserNickname_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, winningUserNickname_); + } + if (landMetaId_ != 0) { + output.writeInt32(5, landMetaId_); + } + if (getBuildingMetaIdsList().size() > 0) { + output.writeUInt32NoTag(50); + output.writeUInt32NoTag(buildingMetaIdsMemoizedSerializedSize); + } + for (int i = 0; i < buildingMetaIds_.size(); i++) { + output.writeInt32NoTag(buildingMetaIds_.getInt(i)); + } + if (isNewRecvMail_ != com.caliverse.admin.domain.RabbitMq.message.BoolType.BoolType_None.getNumber()) { + output.writeEnum(7, isNewRecvMail_); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(winningUserGuid_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, winningUserGuid_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(winningUserNickname_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, winningUserNickname_); + } + if (landMetaId_ != 0) { + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(5, landMetaId_); + } + { + int dataSize = 0; + for (int i = 0; i < buildingMetaIds_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(buildingMetaIds_.getInt(i)); + } + size += dataSize; + if (!getBuildingMetaIdsList().isEmpty()) { + size += 1; + size += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(dataSize); + } + buildingMetaIdsMemoizedSerializedSize = dataSize; + } + if (isNewRecvMail_ != com.caliverse.admin.domain.RabbitMq.message.BoolType.BoolType_None.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(7, isNewRecvMail_); + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) obj; + + if (!getWinningUserGuid() + .equals(other.getWinningUserGuid())) return false; + if (!getWinningUserNickname() + .equals(other.getWinningUserNickname())) return false; + if (getLandMetaId() + != other.getLandMetaId()) return false; + if (!getBuildingMetaIdsList() + .equals(other.getBuildingMetaIdsList())) return false; + if (isNewRecvMail_ != other.isNewRecvMail_) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + WINNINGUSERGUID_FIELD_NUMBER; + hash = (53 * hash) + getWinningUserGuid().hashCode(); + hash = (37 * hash) + WINNINGUSERNICKNAME_FIELD_NUMBER; + hash = (53 * hash) + getWinningUserNickname().hashCode(); + hash = (37 * hash) + LANDMETAID_FIELD_NUMBER; + hash = (53 * hash) + getLandMetaId(); + if (getBuildingMetaIdsCount() > 0) { + hash = (37 * hash) + BUILDINGMETAIDS_FIELD_NUMBER; + hash = (53 * hash) + getBuildingMetaIdsList().hashCode(); + } + hash = (37 * hash) + ISNEWRECVMAIL_FIELD_NUMBER; + hash = (53 * hash) + isNewRecvMail_; + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID 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 ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + winningUserGuid_ = ""; + winningUserNickname_ = ""; + landMetaId_ = 0; + buildingMetaIds_ = emptyIntList(); + isNewRecvMail_ = 0; + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID(this); + buildPartialRepeatedFields(result); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartialRepeatedFields(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID result) { + if (((bitField0_ & 0x00000008) != 0)) { + buildingMetaIds_.makeImmutable(); + bitField0_ = (bitField0_ & ~0x00000008); + } + result.buildingMetaIds_ = buildingMetaIds_; + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.winningUserGuid_ = winningUserGuid_; + } + if (((from_bitField0_ & 0x00000002) != 0)) { + result.winningUserNickname_ = winningUserNickname_; + } + if (((from_bitField0_ & 0x00000004) != 0)) { + result.landMetaId_ = landMetaId_; + } + if (((from_bitField0_ & 0x00000010) != 0)) { + result.isNewRecvMail_ = isNewRecvMail_; + } + } + + @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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance()) return this; + if (!other.getWinningUserGuid().isEmpty()) { + winningUserGuid_ = other.winningUserGuid_; + bitField0_ |= 0x00000001; + onChanged(); + } + if (!other.getWinningUserNickname().isEmpty()) { + winningUserNickname_ = other.winningUserNickname_; + bitField0_ |= 0x00000002; + onChanged(); + } + if (other.getLandMetaId() != 0) { + setLandMetaId(other.getLandMetaId()); + } + if (!other.buildingMetaIds_.isEmpty()) { + if (buildingMetaIds_.isEmpty()) { + buildingMetaIds_ = other.buildingMetaIds_; + bitField0_ = (bitField0_ & ~0x00000008); + } else { + ensureBuildingMetaIdsIsMutable(); + buildingMetaIds_.addAll(other.buildingMetaIds_); + } + onChanged(); + } + if (other.isNewRecvMail_ != 0) { + setIsNewRecvMailValue(other.getIsNewRecvMailValue()); + } + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + winningUserGuid_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + winningUserNickname_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 40: { + landMetaId_ = input.readInt32(); + bitField0_ |= 0x00000004; + break; + } // case 40 + case 48: { + int v = input.readInt32(); + ensureBuildingMetaIdsIsMutable(); + buildingMetaIds_.addInt(v); + break; + } // case 48 + case 50: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + ensureBuildingMetaIdsIsMutable(); + while (input.getBytesUntilLimit() > 0) { + buildingMetaIds_.addInt(input.readInt32()); + } + input.popLimit(limit); + break; + } // case 50 + case 56: { + isNewRecvMail_ = input.readEnum(); + bitField0_ |= 0x00000010; + break; + } // case 56 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private java.lang.Object winningUserGuid_ = ""; + /** + *
+       * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+       * 
+ * + * string winningUserGuid = 1; + * @return The winningUserGuid. + */ + public java.lang.String getWinningUserGuid() { + java.lang.Object ref = winningUserGuid_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + winningUserGuid_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+       * 
+ * + * string winningUserGuid = 1; + * @return The bytes for winningUserGuid. + */ + public com.google.protobuf.ByteString + getWinningUserGuidBytes() { + java.lang.Object ref = winningUserGuid_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + winningUserGuid_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+       * 
+ * + * string winningUserGuid = 1; + * @param value The winningUserGuid to set. + * @return This builder for chaining. + */ + public Builder setWinningUserGuid( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + winningUserGuid_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + *
+       * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+       * 
+ * + * string winningUserGuid = 1; + * @return This builder for chaining. + */ + public Builder clearWinningUserGuid() { + winningUserGuid_ = getDefaultInstance().getWinningUserGuid(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+       * ³«ÂûÀÚÀÇ À¯Àú ½Äº°Å°
+       * 
+ * + * string winningUserGuid = 1; + * @param value The bytes for winningUserGuid to set. + * @return This builder for chaining. + */ + public Builder setWinningUserGuidBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + winningUserGuid_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + + private java.lang.Object winningUserNickname_ = ""; + /** + *
+       * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+       * 
+ * + * string winningUserNickname = 2; + * @return The winningUserNickname. + */ + public java.lang.String getWinningUserNickname() { + java.lang.Object ref = winningUserNickname_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + winningUserNickname_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+       * 
+ * + * string winningUserNickname = 2; + * @return The bytes for winningUserNickname. + */ + public com.google.protobuf.ByteString + getWinningUserNicknameBytes() { + java.lang.Object ref = winningUserNickname_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + winningUserNickname_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+       * 
+ * + * string winningUserNickname = 2; + * @param value The winningUserNickname to set. + * @return This builder for chaining. + */ + public Builder setWinningUserNickname( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } + winningUserNickname_ = value; + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + *
+       * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+       * 
+ * + * string winningUserNickname = 2; + * @return This builder for chaining. + */ + public Builder clearWinningUserNickname() { + winningUserNickname_ = getDefaultInstance().getWinningUserNickname(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+       * ³«Âû ¹ÞÀº À¯ÀúÀÇ ´Ð³×ÀÓ
+       * 
+ * + * string winningUserNickname = 2; + * @param value The bytes for winningUserNickname to set. + * @return This builder for chaining. + */ + public Builder setWinningUserNicknameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } + checkByteStringIsUtf8(value); + winningUserNickname_ = value; + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + + private int landMetaId_ ; + /** + *
+       * ³«Âû ¹ÞÀº LandData Meta Id
+       * 
+ * + * int32 landMetaId = 5; + * @return The landMetaId. + */ + @java.lang.Override + public int getLandMetaId() { + return landMetaId_; + } + /** + *
+       * ³«Âû ¹ÞÀº LandData Meta Id
+       * 
+ * + * int32 landMetaId = 5; + * @param value The landMetaId to set. + * @return This builder for chaining. + */ + public Builder setLandMetaId(int value) { + + landMetaId_ = value; + bitField0_ |= 0x00000004; + onChanged(); + return this; + } + /** + *
+       * ³«Âû ¹ÞÀº LandData Meta Id
+       * 
+ * + * int32 landMetaId = 5; + * @return This builder for chaining. + */ + public Builder clearLandMetaId() { + bitField0_ = (bitField0_ & ~0x00000004); + landMetaId_ = 0; + onChanged(); + return this; + } + + private com.google.protobuf.Internal.IntList buildingMetaIds_ = emptyIntList(); + private void ensureBuildingMetaIdsIsMutable() { + if (!((bitField0_ & 0x00000008) != 0)) { + buildingMetaIds_ = mutableCopy(buildingMetaIds_); + bitField0_ |= 0x00000008; + } + } + /** + *
+       * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+       * 
+ * + * repeated int32 buildingMetaIds = 6; + * @return A list containing the buildingMetaIds. + */ + public java.util.List + getBuildingMetaIdsList() { + return ((bitField0_ & 0x00000008) != 0) ? + java.util.Collections.unmodifiableList(buildingMetaIds_) : buildingMetaIds_; + } + /** + *
+       * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+       * 
+ * + * repeated int32 buildingMetaIds = 6; + * @return The count of buildingMetaIds. + */ + public int getBuildingMetaIdsCount() { + return buildingMetaIds_.size(); + } + /** + *
+       * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+       * 
+ * + * repeated int32 buildingMetaIds = 6; + * @param index The index of the element to return. + * @return The buildingMetaIds at the given index. + */ + public int getBuildingMetaIds(int index) { + return buildingMetaIds_.getInt(index); + } + /** + *
+       * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+       * 
+ * + * repeated int32 buildingMetaIds = 6; + * @param index The index to set the value at. + * @param value The buildingMetaIds to set. + * @return This builder for chaining. + */ + public Builder setBuildingMetaIds( + int index, int value) { + + ensureBuildingMetaIdsIsMutable(); + buildingMetaIds_.setInt(index, value); + onChanged(); + return this; + } + /** + *
+       * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+       * 
+ * + * repeated int32 buildingMetaIds = 6; + * @param value The buildingMetaIds to add. + * @return This builder for chaining. + */ + public Builder addBuildingMetaIds(int value) { + + ensureBuildingMetaIdsIsMutable(); + buildingMetaIds_.addInt(value); + onChanged(); + return this; + } + /** + *
+       * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+       * 
+ * + * repeated int32 buildingMetaIds = 6; + * @param values The buildingMetaIds to add. + * @return This builder for chaining. + */ + public Builder addAllBuildingMetaIds( + java.lang.Iterable values) { + ensureBuildingMetaIdsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, buildingMetaIds_); + onChanged(); + return this; + } + /** + *
+       * ³«Âû ¹ÞÀº ·£µå¿¡ ¹èÄ¡µÈ BuildingData Meta Id ¸ñ·Ï
+       * 
+ * + * repeated int32 buildingMetaIds = 6; + * @return This builder for chaining. + */ + public Builder clearBuildingMetaIds() { + buildingMetaIds_ = emptyIntList(); + bitField0_ = (bitField0_ & ~0x00000008); + onChanged(); + return this; + } + + private int isNewRecvMail_ = 0; + /** + *
+       * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+       * 
+ * + * .BoolType isNewRecvMail = 7; + * @return The enum numeric value on the wire for isNewRecvMail. + */ + @java.lang.Override public int getIsNewRecvMailValue() { + return isNewRecvMail_; + } + /** + *
+       * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+       * 
+ * + * .BoolType isNewRecvMail = 7; + * @param value The enum numeric value on the wire for isNewRecvMail to set. + * @return This builder for chaining. + */ + public Builder setIsNewRecvMailValue(int value) { + isNewRecvMail_ = value; + bitField0_ |= 0x00000010; + onChanged(); + return this; + } + /** + *
+       * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+       * 
+ * + * .BoolType isNewRecvMail = 7; + * @return The isNewRecvMail. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.BoolType getIsNewRecvMail() { + com.caliverse.admin.domain.RabbitMq.message.BoolType result = com.caliverse.admin.domain.RabbitMq.message.BoolType.forNumber(isNewRecvMail_); + return result == null ? com.caliverse.admin.domain.RabbitMq.message.BoolType.UNRECOGNIZED : result; + } + /** + *
+       * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+       * 
+ * + * .BoolType isNewRecvMail = 7; + * @param value The isNewRecvMail to set. + * @return This builder for chaining. + */ + public Builder setIsNewRecvMail(com.caliverse.admin.domain.RabbitMq.message.BoolType value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000010; + isNewRecvMail_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+       * »õ·Î¿î ¼ö½Å ¸ÞÀÏ ¼³Á¤
+       * 
+ * + * .BoolType isNewRecvMail = 7; + * @return This builder for chaining. + */ + public Builder clearIsNewRecvMail() { + bitField0_ = (bitField0_ & ~0x00000010); + isNewRecvMail_ = 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:ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GS2GS_NTF_LAND_AUCTION_WINNING_BID parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder extends + // @@protoc_insertion_point(interface_extends:ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+     * 
+ * + * repeated int32 toAddActivitings = 1; + * @return A list containing the toAddActivitings. + */ + java.util.List getToAddActivitingsList(); + /** + *
+     * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+     * 
+ * + * repeated int32 toAddActivitings = 1; + * @return The count of toAddActivitings. + */ + int getToAddActivitingsCount(); + /** + *
+     * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+     * 
+ * + * repeated int32 toAddActivitings = 1; + * @param index The index of the element to return. + * @return The toAddActivitings at the given index. + */ + int getToAddActivitings(int index); + } + /** + * Protobuf type {@code ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION} + */ + public static final class GS2GS_NTF_LAND_AUCTION_RESERVATION extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) + GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder { + private static final long serialVersionUID = 0L; + // Use GS2GS_NTF_LAND_AUCTION_RESERVATION.newBuilder() to construct. + private GS2GS_NTF_LAND_AUCTION_RESERVATION(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GS2GS_NTF_LAND_AUCTION_RESERVATION() { + toAddActivitings_ = emptyIntList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GS2GS_NTF_LAND_AUCTION_RESERVATION(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.Builder.class); + } + + public static final int TOADDACTIVITINGS_FIELD_NUMBER = 1; + @SuppressWarnings("serial") + private com.google.protobuf.Internal.IntList toAddActivitings_; + /** + *
+     * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+     * 
+ * + * repeated int32 toAddActivitings = 1; + * @return A list containing the toAddActivitings. + */ + @java.lang.Override + public java.util.List + getToAddActivitingsList() { + return toAddActivitings_; + } + /** + *
+     * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+     * 
+ * + * repeated int32 toAddActivitings = 1; + * @return The count of toAddActivitings. + */ + public int getToAddActivitingsCount() { + return toAddActivitings_.size(); + } + /** + *
+     * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+     * 
+ * + * repeated int32 toAddActivitings = 1; + * @param index The index of the element to return. + * @return The toAddActivitings at the given index. + */ + public int getToAddActivitings(int index) { + return toAddActivitings_.getInt(index); + } + private int toAddActivitingsMemoizedSerializedSize = -1; + + 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 { + getSerializedSize(); + if (getToAddActivitingsList().size() > 0) { + output.writeUInt32NoTag(10); + output.writeUInt32NoTag(toAddActivitingsMemoizedSerializedSize); + } + for (int i = 0; i < toAddActivitings_.size(); i++) { + output.writeInt32NoTag(toAddActivitings_.getInt(i)); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + { + int dataSize = 0; + for (int i = 0; i < toAddActivitings_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(toAddActivitings_.getInt(i)); + } + size += dataSize; + if (!getToAddActivitingsList().isEmpty()) { + size += 1; + size += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(dataSize); + } + toAddActivitingsMemoizedSerializedSize = dataSize; + } + size += getUnknownFields().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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION)) { + return super.equals(obj); + } + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION other = (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) obj; + + if (!getToAddActivitingsList() + .equals(other.getToAddActivitingsList())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (getToAddActivitingsCount() > 0) { + hash = (37 * hash) + TOADDACTIVITINGS_FIELD_NUMBER; + hash = (53 * hash) + getToAddActivitingsList().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION 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.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION 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(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION 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 ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.class, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.Builder.class); + } + + // Construct using com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.newBuilder() + private Builder() { + + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + toAddActivitings_ = emptyIntList(); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessageOuterClass.internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_descriptor; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION getDefaultInstanceForType() { + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance(); + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION build() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION buildPartial() { + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION result = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION(this); + buildPartialRepeatedFields(result); + if (bitField0_ != 0) { buildPartial0(result); } + onBuilt(); + return result; + } + + private void buildPartialRepeatedFields(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION result) { + if (((bitField0_ & 0x00000001) != 0)) { + toAddActivitings_.makeImmutable(); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.toAddActivitings_ = toAddActivitings_; + } + + private void buildPartial0(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION result) { + int from_bitField0_ = bitField0_; + } + + @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 com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) { + return mergeFrom((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION other) { + if (other == com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance()) return this; + if (!other.toAddActivitings_.isEmpty()) { + if (toAddActivitings_.isEmpty()) { + toAddActivitings_ = other.toAddActivitings_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureToAddActivitingsIsMutable(); + toAddActivitings_.addAll(other.toAddActivitings_); + } + onChanged(); + } + this.mergeUnknownFields(other.getUnknownFields()); + 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 { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 8: { + int v = input.readInt32(); + ensureToAddActivitingsIsMutable(); + toAddActivitings_.addInt(v); + break; + } // case 8 + case 10: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + ensureToAddActivitingsIsMutable(); + while (input.getBytesUntilLimit() > 0) { + toAddActivitings_.addInt(input.readInt32()); + } + input.popLimit(limit); + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + private int bitField0_; + + private com.google.protobuf.Internal.IntList toAddActivitings_ = emptyIntList(); + private void ensureToAddActivitingsIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + toAddActivitings_ = mutableCopy(toAddActivitings_); + bitField0_ |= 0x00000001; + } + } + /** + *
+       * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+       * 
+ * + * repeated int32 toAddActivitings = 1; + * @return A list containing the toAddActivitings. + */ + public java.util.List + getToAddActivitingsList() { + return ((bitField0_ & 0x00000001) != 0) ? + java.util.Collections.unmodifiableList(toAddActivitings_) : toAddActivitings_; + } + /** + *
+       * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+       * 
+ * + * repeated int32 toAddActivitings = 1; + * @return The count of toAddActivitings. + */ + public int getToAddActivitingsCount() { + return toAddActivitings_.size(); + } + /** + *
+       * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+       * 
+ * + * repeated int32 toAddActivitings = 1; + * @param index The index of the element to return. + * @return The toAddActivitings at the given index. + */ + public int getToAddActivitings(int index) { + return toAddActivitings_.getInt(index); + } + /** + *
+       * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+       * 
+ * + * repeated int32 toAddActivitings = 1; + * @param index The index to set the value at. + * @param value The toAddActivitings to set. + * @return This builder for chaining. + */ + public Builder setToAddActivitings( + int index, int value) { + + ensureToAddActivitingsIsMutable(); + toAddActivitings_.setInt(index, value); + onChanged(); + return this; + } + /** + *
+       * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+       * 
+ * + * repeated int32 toAddActivitings = 1; + * @param value The toAddActivitings to add. + * @return This builder for chaining. + */ + public Builder addToAddActivitings(int value) { + + ensureToAddActivitingsIsMutable(); + toAddActivitings_.addInt(value); + onChanged(); + return this; + } + /** + *
+       * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+       * 
+ * + * repeated int32 toAddActivitings = 1; + * @param values The toAddActivitings to add. + * @return This builder for chaining. + */ + public Builder addAllToAddActivitings( + java.lang.Iterable values) { + ensureToAddActivitingsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, toAddActivitings_); + onChanged(); + return this; + } + /** + *
+       * Ȱ¼ºÈ­ ¸ñ·Ï¿¡ Ãß°¡ÇÒ ·£µå Meta Id
+       * 
+ * + * repeated int32 toAddActivitings = 1; + * @return This builder for chaining. + */ + public Builder clearToAddActivitings() { + toAddActivitings_ = emptyIntList(); + bitField0_ = (bitField0_ & ~0x00000001); + 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:ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) + } + + // @@protoc_insertion_point(class_scope:ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) + private static final com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION(); + } + + public static com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GS2GS_NTF_LAND_AUCTION_RESERVATION parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + private int msgCase_ = 0; private java.lang.Object msg_; public enum MsgCase @@ -63913,6 +71837,15 @@ private static final long serialVersionUID = 0L; NTFRENTFLOOR(75), NTFMODIFYFLOORLINKEDINFOS(76), NTFBEACONCOMPACTSYNC(77), + REQCREATECONTENTSTORAGE(78), + ACKCREATECONTENTSTORAGE(79), + NTFCHANGECALIUMSTORAGEINFO(80), + NTFMODIFYLANDINFO(81), + NTFMODIFYBUILDINGINFO(82), + NTFMODIFYBUILDINGPROFIT(83), + NTFLANDAUCTIONHIGHESTBIDDERCHANGE(84), + NTFLANDAUCTIONWINNINGBID(85), + NTFLANDAUCTIONRESERVATION(86), MSG_NOT_SET(0); private final int value; private MsgCase(int value) { @@ -64000,6 +71933,15 @@ private static final long serialVersionUID = 0L; case 75: return NTFRENTFLOOR; case 76: return NTFMODIFYFLOORLINKEDINFOS; case 77: return NTFBEACONCOMPACTSYNC; + case 78: return REQCREATECONTENTSTORAGE; + case 79: return ACKCREATECONTENTSTORAGE; + case 80: return NTFCHANGECALIUMSTORAGEINFO; + case 81: return NTFMODIFYLANDINFO; + case 82: return NTFMODIFYBUILDINGINFO; + case 83: return NTFMODIFYBUILDINGPROFIT; + case 84: return NTFLANDAUCTIONHIGHESTBIDDERCHANGE; + case 85: return NTFLANDAUCTIONWINNINGBID; + case 86: return NTFLANDAUCTIONRESERVATION; case 0: return MSG_NOT_SET; default: return null; } @@ -66250,6 +74192,285 @@ private static final long serialVersionUID = 0L; return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2MQS_NTF_BEACON_COMPACT_SYNC.getDefaultInstance(); } + public static final int REQCREATECONTENTSTORAGE_FIELD_NUMBER = 78; + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + * @return Whether the reqCreateContentStorage field is set. + */ + @java.lang.Override + public boolean hasReqCreateContentStorage() { + return msgCase_ == 78; + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + * @return The reqCreateContentStorage. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE getReqCreateContentStorage() { + if (msgCase_ == 78) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder getReqCreateContentStorageOrBuilder() { + if (msgCase_ == 78) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + + public static final int ACKCREATECONTENTSTORAGE_FIELD_NUMBER = 79; + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + * @return Whether the ackCreateContentStorage field is set. + */ + @java.lang.Override + public boolean hasAckCreateContentStorage() { + return msgCase_ == 79; + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + * @return The ackCreateContentStorage. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE getAckCreateContentStorage() { + if (msgCase_ == 79) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder getAckCreateContentStorageOrBuilder() { + if (msgCase_ == 79) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + + public static final int NTFCHANGECALIUMSTORAGEINFO_FIELD_NUMBER = 80; + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + * @return Whether the ntfChangeCaliumStorageInfo field is set. + */ + @java.lang.Override + public boolean hasNtfChangeCaliumStorageInfo() { + return msgCase_ == 80; + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + * @return The ntfChangeCaliumStorageInfo. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO getNtfChangeCaliumStorageInfo() { + if (msgCase_ == 80) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance(); + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder getNtfChangeCaliumStorageInfoOrBuilder() { + if (msgCase_ == 80) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance(); + } + + public static final int NTFMODIFYLANDINFO_FIELD_NUMBER = 81; + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + * @return Whether the ntfModifyLandInfo field is set. + */ + @java.lang.Override + public boolean hasNtfModifyLandInfo() { + return msgCase_ == 81; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + * @return The ntfModifyLandInfo. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO getNtfModifyLandInfo() { + if (msgCase_ == 81) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance(); + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFOOrBuilder getNtfModifyLandInfoOrBuilder() { + if (msgCase_ == 81) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance(); + } + + public static final int NTFMODIFYBUILDINGINFO_FIELD_NUMBER = 82; + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + * @return Whether the ntfModifyBuildingInfo field is set. + */ + @java.lang.Override + public boolean hasNtfModifyBuildingInfo() { + return msgCase_ == 82; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + * @return The ntfModifyBuildingInfo. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO getNtfModifyBuildingInfo() { + if (msgCase_ == 82) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance(); + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder getNtfModifyBuildingInfoOrBuilder() { + if (msgCase_ == 82) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance(); + } + + public static final int NTFMODIFYBUILDINGPROFIT_FIELD_NUMBER = 83; + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + * @return Whether the ntfModifyBuildingProfit field is set. + */ + @java.lang.Override + public boolean hasNtfModifyBuildingProfit() { + return msgCase_ == 83; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + * @return The ntfModifyBuildingProfit. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT getNtfModifyBuildingProfit() { + if (msgCase_ == 83) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance(); + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder getNtfModifyBuildingProfitOrBuilder() { + if (msgCase_ == 83) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance(); + } + + public static final int NTFLANDAUCTIONHIGHESTBIDDERCHANGE_FIELD_NUMBER = 84; + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + * @return Whether the ntfLandAuctionHighestBidderChange field is set. + */ + @java.lang.Override + public boolean hasNtfLandAuctionHighestBidderChange() { + return msgCase_ == 84; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + * @return The ntfLandAuctionHighestBidderChange. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE getNtfLandAuctionHighestBidderChange() { + if (msgCase_ == 84) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance(); + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder getNtfLandAuctionHighestBidderChangeOrBuilder() { + if (msgCase_ == 84) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance(); + } + + public static final int NTFLANDAUCTIONWINNINGBID_FIELD_NUMBER = 85; + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + * @return Whether the ntfLandAuctionWinningBid field is set. + */ + @java.lang.Override + public boolean hasNtfLandAuctionWinningBid() { + return msgCase_ == 85; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + * @return The ntfLandAuctionWinningBid. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID getNtfLandAuctionWinningBid() { + if (msgCase_ == 85) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance(); + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder getNtfLandAuctionWinningBidOrBuilder() { + if (msgCase_ == 85) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance(); + } + + public static final int NTFLANDAUCTIONRESERVATION_FIELD_NUMBER = 86; + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + * @return Whether the ntfLandAuctionReservation field is set. + */ + @java.lang.Override + public boolean hasNtfLandAuctionReservation() { + return msgCase_ == 86; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + * @return The ntfLandAuctionReservation. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION getNtfLandAuctionReservation() { + if (msgCase_ == 86) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance(); + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder getNtfLandAuctionReservationOrBuilder() { + if (msgCase_ == 86) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -66480,6 +74701,33 @@ private static final long serialVersionUID = 0L; if (msgCase_ == 77) { output.writeMessage(77, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2MQS_NTF_BEACON_COMPACT_SYNC) msg_); } + if (msgCase_ == 78) { + output.writeMessage(78, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) msg_); + } + if (msgCase_ == 79) { + output.writeMessage(79, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) msg_); + } + if (msgCase_ == 80) { + output.writeMessage(80, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) msg_); + } + if (msgCase_ == 81) { + output.writeMessage(81, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) msg_); + } + if (msgCase_ == 82) { + output.writeMessage(82, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) msg_); + } + if (msgCase_ == 83) { + output.writeMessage(83, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) msg_); + } + if (msgCase_ == 84) { + output.writeMessage(84, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) msg_); + } + if (msgCase_ == 85) { + output.writeMessage(85, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) msg_); + } + if (msgCase_ == 86) { + output.writeMessage(86, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) msg_); + } getUnknownFields().writeTo(output); } @@ -66776,6 +75024,42 @@ private static final long serialVersionUID = 0L; size += com.google.protobuf.CodedOutputStream .computeMessageSize(77, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2MQS_NTF_BEACON_COMPACT_SYNC) msg_); } + if (msgCase_ == 78) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(78, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) msg_); + } + if (msgCase_ == 79) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(79, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) msg_); + } + if (msgCase_ == 80) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(80, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) msg_); + } + if (msgCase_ == 81) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(81, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) msg_); + } + if (msgCase_ == 82) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(82, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) msg_); + } + if (msgCase_ == 83) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(83, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) msg_); + } + if (msgCase_ == 84) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(84, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) msg_); + } + if (msgCase_ == 85) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(85, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) msg_); + } + if (msgCase_ == 86) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(86, (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) msg_); + } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; @@ -67080,6 +75364,42 @@ private static final long serialVersionUID = 0L; if (!getNtfBeaconCompactSync() .equals(other.getNtfBeaconCompactSync())) return false; break; + case 78: + if (!getReqCreateContentStorage() + .equals(other.getReqCreateContentStorage())) return false; + break; + case 79: + if (!getAckCreateContentStorage() + .equals(other.getAckCreateContentStorage())) return false; + break; + case 80: + if (!getNtfChangeCaliumStorageInfo() + .equals(other.getNtfChangeCaliumStorageInfo())) return false; + break; + case 81: + if (!getNtfModifyLandInfo() + .equals(other.getNtfModifyLandInfo())) return false; + break; + case 82: + if (!getNtfModifyBuildingInfo() + .equals(other.getNtfModifyBuildingInfo())) return false; + break; + case 83: + if (!getNtfModifyBuildingProfit() + .equals(other.getNtfModifyBuildingProfit())) return false; + break; + case 84: + if (!getNtfLandAuctionHighestBidderChange() + .equals(other.getNtfLandAuctionHighestBidderChange())) return false; + break; + case 85: + if (!getNtfLandAuctionWinningBid() + .equals(other.getNtfLandAuctionWinningBid())) return false; + break; + case 86: + if (!getNtfLandAuctionReservation() + .equals(other.getNtfLandAuctionReservation())) return false; + break; case 0: default: } @@ -67381,6 +75701,42 @@ private static final long serialVersionUID = 0L; hash = (37 * hash) + NTFBEACONCOMPACTSYNC_FIELD_NUMBER; hash = (53 * hash) + getNtfBeaconCompactSync().hashCode(); break; + case 78: + hash = (37 * hash) + REQCREATECONTENTSTORAGE_FIELD_NUMBER; + hash = (53 * hash) + getReqCreateContentStorage().hashCode(); + break; + case 79: + hash = (37 * hash) + ACKCREATECONTENTSTORAGE_FIELD_NUMBER; + hash = (53 * hash) + getAckCreateContentStorage().hashCode(); + break; + case 80: + hash = (37 * hash) + NTFCHANGECALIUMSTORAGEINFO_FIELD_NUMBER; + hash = (53 * hash) + getNtfChangeCaliumStorageInfo().hashCode(); + break; + case 81: + hash = (37 * hash) + NTFMODIFYLANDINFO_FIELD_NUMBER; + hash = (53 * hash) + getNtfModifyLandInfo().hashCode(); + break; + case 82: + hash = (37 * hash) + NTFMODIFYBUILDINGINFO_FIELD_NUMBER; + hash = (53 * hash) + getNtfModifyBuildingInfo().hashCode(); + break; + case 83: + hash = (37 * hash) + NTFMODIFYBUILDINGPROFIT_FIELD_NUMBER; + hash = (53 * hash) + getNtfModifyBuildingProfit().hashCode(); + break; + case 84: + hash = (37 * hash) + NTFLANDAUCTIONHIGHESTBIDDERCHANGE_FIELD_NUMBER; + hash = (53 * hash) + getNtfLandAuctionHighestBidderChange().hashCode(); + break; + case 85: + hash = (37 * hash) + NTFLANDAUCTIONWINNINGBID_FIELD_NUMBER; + hash = (53 * hash) + getNtfLandAuctionWinningBid().hashCode(); + break; + case 86: + hash = (37 * hash) + NTFLANDAUCTIONRESERVATION_FIELD_NUMBER; + hash = (53 * hash) + getNtfLandAuctionReservation().hashCode(); + break; case 0: default: } @@ -67731,6 +76087,33 @@ private static final long serialVersionUID = 0L; if (ntfBeaconCompactSyncBuilder_ != null) { ntfBeaconCompactSyncBuilder_.clear(); } + if (reqCreateContentStorageBuilder_ != null) { + reqCreateContentStorageBuilder_.clear(); + } + if (ackCreateContentStorageBuilder_ != null) { + ackCreateContentStorageBuilder_.clear(); + } + if (ntfChangeCaliumStorageInfoBuilder_ != null) { + ntfChangeCaliumStorageInfoBuilder_.clear(); + } + if (ntfModifyLandInfoBuilder_ != null) { + ntfModifyLandInfoBuilder_.clear(); + } + if (ntfModifyBuildingInfoBuilder_ != null) { + ntfModifyBuildingInfoBuilder_.clear(); + } + if (ntfModifyBuildingProfitBuilder_ != null) { + ntfModifyBuildingProfitBuilder_.clear(); + } + if (ntfLandAuctionHighestBidderChangeBuilder_ != null) { + ntfLandAuctionHighestBidderChangeBuilder_.clear(); + } + if (ntfLandAuctionWinningBidBuilder_ != null) { + ntfLandAuctionWinningBidBuilder_.clear(); + } + if (ntfLandAuctionReservationBuilder_ != null) { + ntfLandAuctionReservationBuilder_.clear(); + } msgCase_ = 0; msg_ = null; return this; @@ -68070,6 +76453,42 @@ private static final long serialVersionUID = 0L; ntfBeaconCompactSyncBuilder_ != null) { result.msg_ = ntfBeaconCompactSyncBuilder_.build(); } + if (msgCase_ == 78 && + reqCreateContentStorageBuilder_ != null) { + result.msg_ = reqCreateContentStorageBuilder_.build(); + } + if (msgCase_ == 79 && + ackCreateContentStorageBuilder_ != null) { + result.msg_ = ackCreateContentStorageBuilder_.build(); + } + if (msgCase_ == 80 && + ntfChangeCaliumStorageInfoBuilder_ != null) { + result.msg_ = ntfChangeCaliumStorageInfoBuilder_.build(); + } + if (msgCase_ == 81 && + ntfModifyLandInfoBuilder_ != null) { + result.msg_ = ntfModifyLandInfoBuilder_.build(); + } + if (msgCase_ == 82 && + ntfModifyBuildingInfoBuilder_ != null) { + result.msg_ = ntfModifyBuildingInfoBuilder_.build(); + } + if (msgCase_ == 83 && + ntfModifyBuildingProfitBuilder_ != null) { + result.msg_ = ntfModifyBuildingProfitBuilder_.build(); + } + if (msgCase_ == 84 && + ntfLandAuctionHighestBidderChangeBuilder_ != null) { + result.msg_ = ntfLandAuctionHighestBidderChangeBuilder_.build(); + } + if (msgCase_ == 85 && + ntfLandAuctionWinningBidBuilder_ != null) { + result.msg_ = ntfLandAuctionWinningBidBuilder_.build(); + } + if (msgCase_ == 86 && + ntfLandAuctionReservationBuilder_ != null) { + result.msg_ = ntfLandAuctionReservationBuilder_.build(); + } } @java.lang.Override @@ -68405,6 +76824,42 @@ private static final long serialVersionUID = 0L; mergeNtfBeaconCompactSync(other.getNtfBeaconCompactSync()); break; } + case REQCREATECONTENTSTORAGE: { + mergeReqCreateContentStorage(other.getReqCreateContentStorage()); + break; + } + case ACKCREATECONTENTSTORAGE: { + mergeAckCreateContentStorage(other.getAckCreateContentStorage()); + break; + } + case NTFCHANGECALIUMSTORAGEINFO: { + mergeNtfChangeCaliumStorageInfo(other.getNtfChangeCaliumStorageInfo()); + break; + } + case NTFMODIFYLANDINFO: { + mergeNtfModifyLandInfo(other.getNtfModifyLandInfo()); + break; + } + case NTFMODIFYBUILDINGINFO: { + mergeNtfModifyBuildingInfo(other.getNtfModifyBuildingInfo()); + break; + } + case NTFMODIFYBUILDINGPROFIT: { + mergeNtfModifyBuildingProfit(other.getNtfModifyBuildingProfit()); + break; + } + case NTFLANDAUCTIONHIGHESTBIDDERCHANGE: { + mergeNtfLandAuctionHighestBidderChange(other.getNtfLandAuctionHighestBidderChange()); + break; + } + case NTFLANDAUCTIONWINNINGBID: { + mergeNtfLandAuctionWinningBid(other.getNtfLandAuctionWinningBid()); + break; + } + case NTFLANDAUCTIONRESERVATION: { + mergeNtfLandAuctionReservation(other.getNtfLandAuctionReservation()); + break; + } case MSG_NOT_SET: { break; } @@ -68937,6 +77392,69 @@ private static final long serialVersionUID = 0L; msgCase_ = 77; break; } // case 618 + case 626: { + input.readMessage( + getReqCreateContentStorageFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 78; + break; + } // case 626 + case 634: { + input.readMessage( + getAckCreateContentStorageFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 79; + break; + } // case 634 + case 642: { + input.readMessage( + getNtfChangeCaliumStorageInfoFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 80; + break; + } // case 642 + case 650: { + input.readMessage( + getNtfModifyLandInfoFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 81; + break; + } // case 650 + case 658: { + input.readMessage( + getNtfModifyBuildingInfoFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 82; + break; + } // case 658 + case 666: { + input.readMessage( + getNtfModifyBuildingProfitFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 83; + break; + } // case 666 + case 674: { + input.readMessage( + getNtfLandAuctionHighestBidderChangeFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 84; + break; + } // case 674 + case 682: { + input.readMessage( + getNtfLandAuctionWinningBidFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 85; + break; + } // case 682 + case 690: { + input.readMessage( + getNtfLandAuctionReservationFieldBuilder().getBuilder(), + extensionRegistry); + msgCase_ = 86; + break; + } // case 690 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag @@ -79101,6 +87619,1284 @@ private static final long serialVersionUID = 0L; onChanged(); return ntfBeaconCompactSyncBuilder_; } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder> reqCreateContentStorageBuilder_; + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + * @return Whether the reqCreateContentStorage field is set. + */ + @java.lang.Override + public boolean hasReqCreateContentStorage() { + return msgCase_ == 78; + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + * @return The reqCreateContentStorage. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE getReqCreateContentStorage() { + if (reqCreateContentStorageBuilder_ == null) { + if (msgCase_ == 78) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } else { + if (msgCase_ == 78) { + return reqCreateContentStorageBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + public Builder setReqCreateContentStorage(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE value) { + if (reqCreateContentStorageBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + reqCreateContentStorageBuilder_.setMessage(value); + } + msgCase_ = 78; + return this; + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + public Builder setReqCreateContentStorage( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.Builder builderForValue) { + if (reqCreateContentStorageBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + reqCreateContentStorageBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 78; + return this; + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + public Builder mergeReqCreateContentStorage(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE value) { + if (reqCreateContentStorageBuilder_ == null) { + if (msgCase_ == 78 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 78) { + reqCreateContentStorageBuilder_.mergeFrom(value); + } else { + reqCreateContentStorageBuilder_.setMessage(value); + } + } + msgCase_ = 78; + return this; + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + public Builder clearReqCreateContentStorage() { + if (reqCreateContentStorageBuilder_ == null) { + if (msgCase_ == 78) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 78) { + msgCase_ = 0; + msg_ = null; + } + reqCreateContentStorageBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.Builder getReqCreateContentStorageBuilder() { + return getReqCreateContentStorageFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder getReqCreateContentStorageOrBuilder() { + if ((msgCase_ == 78) && (reqCreateContentStorageBuilder_ != null)) { + return reqCreateContentStorageBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 78) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + } + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder> + getReqCreateContentStorageFieldBuilder() { + if (reqCreateContentStorageBuilder_ == null) { + if (!(msgCase_ == 78)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + reqCreateContentStorageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 78; + onChanged(); + return reqCreateContentStorageBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder> ackCreateContentStorageBuilder_; + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + * @return Whether the ackCreateContentStorage field is set. + */ + @java.lang.Override + public boolean hasAckCreateContentStorage() { + return msgCase_ == 79; + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + * @return The ackCreateContentStorage. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE getAckCreateContentStorage() { + if (ackCreateContentStorageBuilder_ == null) { + if (msgCase_ == 79) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } else { + if (msgCase_ == 79) { + return ackCreateContentStorageBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + public Builder setAckCreateContentStorage(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE value) { + if (ackCreateContentStorageBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + ackCreateContentStorageBuilder_.setMessage(value); + } + msgCase_ = 79; + return this; + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + public Builder setAckCreateContentStorage( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.Builder builderForValue) { + if (ackCreateContentStorageBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + ackCreateContentStorageBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 79; + return this; + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + public Builder mergeAckCreateContentStorage(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE value) { + if (ackCreateContentStorageBuilder_ == null) { + if (msgCase_ == 79 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 79) { + ackCreateContentStorageBuilder_.mergeFrom(value); + } else { + ackCreateContentStorageBuilder_.setMessage(value); + } + } + msgCase_ = 79; + return this; + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + public Builder clearAckCreateContentStorage() { + if (ackCreateContentStorageBuilder_ == null) { + if (msgCase_ == 79) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 79) { + msgCase_ = 0; + msg_ = null; + } + ackCreateContentStorageBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.Builder getAckCreateContentStorageBuilder() { + return getAckCreateContentStorageFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder getAckCreateContentStorageOrBuilder() { + if ((msgCase_ == 79) && (ackCreateContentStorageBuilder_ != null)) { + return ackCreateContentStorageBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 79) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + } + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder> + getAckCreateContentStorageFieldBuilder() { + if (ackCreateContentStorageBuilder_ == null) { + if (!(msgCase_ == 79)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.getDefaultInstance(); + } + ackCreateContentStorageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 79; + onChanged(); + return ackCreateContentStorageBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder> ntfChangeCaliumStorageInfoBuilder_; + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + * @return Whether the ntfChangeCaliumStorageInfo field is set. + */ + @java.lang.Override + public boolean hasNtfChangeCaliumStorageInfo() { + return msgCase_ == 80; + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + * @return The ntfChangeCaliumStorageInfo. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO getNtfChangeCaliumStorageInfo() { + if (ntfChangeCaliumStorageInfoBuilder_ == null) { + if (msgCase_ == 80) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance(); + } else { + if (msgCase_ == 80) { + return ntfChangeCaliumStorageInfoBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + public Builder setNtfChangeCaliumStorageInfo(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO value) { + if (ntfChangeCaliumStorageInfoBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + ntfChangeCaliumStorageInfoBuilder_.setMessage(value); + } + msgCase_ = 80; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + public Builder setNtfChangeCaliumStorageInfo( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.Builder builderForValue) { + if (ntfChangeCaliumStorageInfoBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + ntfChangeCaliumStorageInfoBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 80; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + public Builder mergeNtfChangeCaliumStorageInfo(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO value) { + if (ntfChangeCaliumStorageInfoBuilder_ == null) { + if (msgCase_ == 80 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 80) { + ntfChangeCaliumStorageInfoBuilder_.mergeFrom(value); + } else { + ntfChangeCaliumStorageInfoBuilder_.setMessage(value); + } + } + msgCase_ = 80; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + public Builder clearNtfChangeCaliumStorageInfo() { + if (ntfChangeCaliumStorageInfoBuilder_ == null) { + if (msgCase_ == 80) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 80) { + msgCase_ = 0; + msg_ = null; + } + ntfChangeCaliumStorageInfoBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.Builder getNtfChangeCaliumStorageInfoBuilder() { + return getNtfChangeCaliumStorageInfoFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder getNtfChangeCaliumStorageInfoOrBuilder() { + if ((msgCase_ == 80) && (ntfChangeCaliumStorageInfoBuilder_ != null)) { + return ntfChangeCaliumStorageInfoBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 80) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder> + getNtfChangeCaliumStorageInfoFieldBuilder() { + if (ntfChangeCaliumStorageInfoBuilder_ == null) { + if (!(msgCase_ == 80)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.getDefaultInstance(); + } + ntfChangeCaliumStorageInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 80; + onChanged(); + return ntfChangeCaliumStorageInfoBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFOOrBuilder> ntfModifyLandInfoBuilder_; + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + * @return Whether the ntfModifyLandInfo field is set. + */ + @java.lang.Override + public boolean hasNtfModifyLandInfo() { + return msgCase_ == 81; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + * @return The ntfModifyLandInfo. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO getNtfModifyLandInfo() { + if (ntfModifyLandInfoBuilder_ == null) { + if (msgCase_ == 81) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance(); + } else { + if (msgCase_ == 81) { + return ntfModifyLandInfoBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + public Builder setNtfModifyLandInfo(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO value) { + if (ntfModifyLandInfoBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + ntfModifyLandInfoBuilder_.setMessage(value); + } + msgCase_ = 81; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + public Builder setNtfModifyLandInfo( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.Builder builderForValue) { + if (ntfModifyLandInfoBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + ntfModifyLandInfoBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 81; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + public Builder mergeNtfModifyLandInfo(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO value) { + if (ntfModifyLandInfoBuilder_ == null) { + if (msgCase_ == 81 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 81) { + ntfModifyLandInfoBuilder_.mergeFrom(value); + } else { + ntfModifyLandInfoBuilder_.setMessage(value); + } + } + msgCase_ = 81; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + public Builder clearNtfModifyLandInfo() { + if (ntfModifyLandInfoBuilder_ == null) { + if (msgCase_ == 81) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 81) { + msgCase_ = 0; + msg_ = null; + } + ntfModifyLandInfoBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.Builder getNtfModifyLandInfoBuilder() { + return getNtfModifyLandInfoFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFOOrBuilder getNtfModifyLandInfoOrBuilder() { + if ((msgCase_ == 81) && (ntfModifyLandInfoBuilder_ != null)) { + return ntfModifyLandInfoBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 81) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFOOrBuilder> + getNtfModifyLandInfoFieldBuilder() { + if (ntfModifyLandInfoBuilder_ == null) { + if (!(msgCase_ == 81)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.getDefaultInstance(); + } + ntfModifyLandInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFOOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 81; + onChanged(); + return ntfModifyLandInfoBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder> ntfModifyBuildingInfoBuilder_; + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + * @return Whether the ntfModifyBuildingInfo field is set. + */ + @java.lang.Override + public boolean hasNtfModifyBuildingInfo() { + return msgCase_ == 82; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + * @return The ntfModifyBuildingInfo. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO getNtfModifyBuildingInfo() { + if (ntfModifyBuildingInfoBuilder_ == null) { + if (msgCase_ == 82) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance(); + } else { + if (msgCase_ == 82) { + return ntfModifyBuildingInfoBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + public Builder setNtfModifyBuildingInfo(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO value) { + if (ntfModifyBuildingInfoBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + ntfModifyBuildingInfoBuilder_.setMessage(value); + } + msgCase_ = 82; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + public Builder setNtfModifyBuildingInfo( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.Builder builderForValue) { + if (ntfModifyBuildingInfoBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + ntfModifyBuildingInfoBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 82; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + public Builder mergeNtfModifyBuildingInfo(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO value) { + if (ntfModifyBuildingInfoBuilder_ == null) { + if (msgCase_ == 82 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 82) { + ntfModifyBuildingInfoBuilder_.mergeFrom(value); + } else { + ntfModifyBuildingInfoBuilder_.setMessage(value); + } + } + msgCase_ = 82; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + public Builder clearNtfModifyBuildingInfo() { + if (ntfModifyBuildingInfoBuilder_ == null) { + if (msgCase_ == 82) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 82) { + msgCase_ = 0; + msg_ = null; + } + ntfModifyBuildingInfoBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.Builder getNtfModifyBuildingInfoBuilder() { + return getNtfModifyBuildingInfoFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder getNtfModifyBuildingInfoOrBuilder() { + if ((msgCase_ == 82) && (ntfModifyBuildingInfoBuilder_ != null)) { + return ntfModifyBuildingInfoBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 82) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder> + getNtfModifyBuildingInfoFieldBuilder() { + if (ntfModifyBuildingInfoBuilder_ == null) { + if (!(msgCase_ == 82)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.getDefaultInstance(); + } + ntfModifyBuildingInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 82; + onChanged(); + return ntfModifyBuildingInfoBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder> ntfModifyBuildingProfitBuilder_; + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + * @return Whether the ntfModifyBuildingProfit field is set. + */ + @java.lang.Override + public boolean hasNtfModifyBuildingProfit() { + return msgCase_ == 83; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + * @return The ntfModifyBuildingProfit. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT getNtfModifyBuildingProfit() { + if (ntfModifyBuildingProfitBuilder_ == null) { + if (msgCase_ == 83) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance(); + } else { + if (msgCase_ == 83) { + return ntfModifyBuildingProfitBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + public Builder setNtfModifyBuildingProfit(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT value) { + if (ntfModifyBuildingProfitBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + ntfModifyBuildingProfitBuilder_.setMessage(value); + } + msgCase_ = 83; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + public Builder setNtfModifyBuildingProfit( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.Builder builderForValue) { + if (ntfModifyBuildingProfitBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + ntfModifyBuildingProfitBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 83; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + public Builder mergeNtfModifyBuildingProfit(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT value) { + if (ntfModifyBuildingProfitBuilder_ == null) { + if (msgCase_ == 83 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 83) { + ntfModifyBuildingProfitBuilder_.mergeFrom(value); + } else { + ntfModifyBuildingProfitBuilder_.setMessage(value); + } + } + msgCase_ = 83; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + public Builder clearNtfModifyBuildingProfit() { + if (ntfModifyBuildingProfitBuilder_ == null) { + if (msgCase_ == 83) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 83) { + msgCase_ = 0; + msg_ = null; + } + ntfModifyBuildingProfitBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.Builder getNtfModifyBuildingProfitBuilder() { + return getNtfModifyBuildingProfitFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder getNtfModifyBuildingProfitOrBuilder() { + if ((msgCase_ == 83) && (ntfModifyBuildingProfitBuilder_ != null)) { + return ntfModifyBuildingProfitBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 83) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder> + getNtfModifyBuildingProfitFieldBuilder() { + if (ntfModifyBuildingProfitBuilder_ == null) { + if (!(msgCase_ == 83)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.getDefaultInstance(); + } + ntfModifyBuildingProfitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 83; + onChanged(); + return ntfModifyBuildingProfitBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder> ntfLandAuctionHighestBidderChangeBuilder_; + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + * @return Whether the ntfLandAuctionHighestBidderChange field is set. + */ + @java.lang.Override + public boolean hasNtfLandAuctionHighestBidderChange() { + return msgCase_ == 84; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + * @return The ntfLandAuctionHighestBidderChange. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE getNtfLandAuctionHighestBidderChange() { + if (ntfLandAuctionHighestBidderChangeBuilder_ == null) { + if (msgCase_ == 84) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance(); + } else { + if (msgCase_ == 84) { + return ntfLandAuctionHighestBidderChangeBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + public Builder setNtfLandAuctionHighestBidderChange(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE value) { + if (ntfLandAuctionHighestBidderChangeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + ntfLandAuctionHighestBidderChangeBuilder_.setMessage(value); + } + msgCase_ = 84; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + public Builder setNtfLandAuctionHighestBidderChange( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.Builder builderForValue) { + if (ntfLandAuctionHighestBidderChangeBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + ntfLandAuctionHighestBidderChangeBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 84; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + public Builder mergeNtfLandAuctionHighestBidderChange(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE value) { + if (ntfLandAuctionHighestBidderChangeBuilder_ == null) { + if (msgCase_ == 84 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 84) { + ntfLandAuctionHighestBidderChangeBuilder_.mergeFrom(value); + } else { + ntfLandAuctionHighestBidderChangeBuilder_.setMessage(value); + } + } + msgCase_ = 84; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + public Builder clearNtfLandAuctionHighestBidderChange() { + if (ntfLandAuctionHighestBidderChangeBuilder_ == null) { + if (msgCase_ == 84) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 84) { + msgCase_ = 0; + msg_ = null; + } + ntfLandAuctionHighestBidderChangeBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.Builder getNtfLandAuctionHighestBidderChangeBuilder() { + return getNtfLandAuctionHighestBidderChangeFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder getNtfLandAuctionHighestBidderChangeOrBuilder() { + if ((msgCase_ == 84) && (ntfLandAuctionHighestBidderChangeBuilder_ != null)) { + return ntfLandAuctionHighestBidderChangeBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 84) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder> + getNtfLandAuctionHighestBidderChangeFieldBuilder() { + if (ntfLandAuctionHighestBidderChangeBuilder_ == null) { + if (!(msgCase_ == 84)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.getDefaultInstance(); + } + ntfLandAuctionHighestBidderChangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 84; + onChanged(); + return ntfLandAuctionHighestBidderChangeBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder> ntfLandAuctionWinningBidBuilder_; + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + * @return Whether the ntfLandAuctionWinningBid field is set. + */ + @java.lang.Override + public boolean hasNtfLandAuctionWinningBid() { + return msgCase_ == 85; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + * @return The ntfLandAuctionWinningBid. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID getNtfLandAuctionWinningBid() { + if (ntfLandAuctionWinningBidBuilder_ == null) { + if (msgCase_ == 85) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance(); + } else { + if (msgCase_ == 85) { + return ntfLandAuctionWinningBidBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + public Builder setNtfLandAuctionWinningBid(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID value) { + if (ntfLandAuctionWinningBidBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + ntfLandAuctionWinningBidBuilder_.setMessage(value); + } + msgCase_ = 85; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + public Builder setNtfLandAuctionWinningBid( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.Builder builderForValue) { + if (ntfLandAuctionWinningBidBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + ntfLandAuctionWinningBidBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 85; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + public Builder mergeNtfLandAuctionWinningBid(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID value) { + if (ntfLandAuctionWinningBidBuilder_ == null) { + if (msgCase_ == 85 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 85) { + ntfLandAuctionWinningBidBuilder_.mergeFrom(value); + } else { + ntfLandAuctionWinningBidBuilder_.setMessage(value); + } + } + msgCase_ = 85; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + public Builder clearNtfLandAuctionWinningBid() { + if (ntfLandAuctionWinningBidBuilder_ == null) { + if (msgCase_ == 85) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 85) { + msgCase_ = 0; + msg_ = null; + } + ntfLandAuctionWinningBidBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.Builder getNtfLandAuctionWinningBidBuilder() { + return getNtfLandAuctionWinningBidFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder getNtfLandAuctionWinningBidOrBuilder() { + if ((msgCase_ == 85) && (ntfLandAuctionWinningBidBuilder_ != null)) { + return ntfLandAuctionWinningBidBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 85) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder> + getNtfLandAuctionWinningBidFieldBuilder() { + if (ntfLandAuctionWinningBidBuilder_ == null) { + if (!(msgCase_ == 85)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.getDefaultInstance(); + } + ntfLandAuctionWinningBidBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 85; + onChanged(); + return ntfLandAuctionWinningBidBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder> ntfLandAuctionReservationBuilder_; + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + * @return Whether the ntfLandAuctionReservation field is set. + */ + @java.lang.Override + public boolean hasNtfLandAuctionReservation() { + return msgCase_ == 86; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + * @return The ntfLandAuctionReservation. + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION getNtfLandAuctionReservation() { + if (ntfLandAuctionReservationBuilder_ == null) { + if (msgCase_ == 86) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance(); + } else { + if (msgCase_ == 86) { + return ntfLandAuctionReservationBuilder_.getMessage(); + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + public Builder setNtfLandAuctionReservation(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION value) { + if (ntfLandAuctionReservationBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + msg_ = value; + onChanged(); + } else { + ntfLandAuctionReservationBuilder_.setMessage(value); + } + msgCase_ = 86; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + public Builder setNtfLandAuctionReservation( + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.Builder builderForValue) { + if (ntfLandAuctionReservationBuilder_ == null) { + msg_ = builderForValue.build(); + onChanged(); + } else { + ntfLandAuctionReservationBuilder_.setMessage(builderForValue.build()); + } + msgCase_ = 86; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + public Builder mergeNtfLandAuctionReservation(com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION value) { + if (ntfLandAuctionReservationBuilder_ == null) { + if (msgCase_ == 86 && + msg_ != com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance()) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.newBuilder((com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) msg_) + .mergeFrom(value).buildPartial(); + } else { + msg_ = value; + } + onChanged(); + } else { + if (msgCase_ == 86) { + ntfLandAuctionReservationBuilder_.mergeFrom(value); + } else { + ntfLandAuctionReservationBuilder_.setMessage(value); + } + } + msgCase_ = 86; + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + public Builder clearNtfLandAuctionReservation() { + if (ntfLandAuctionReservationBuilder_ == null) { + if (msgCase_ == 86) { + msgCase_ = 0; + msg_ = null; + onChanged(); + } + } else { + if (msgCase_ == 86) { + msgCase_ = 0; + msg_ = null; + } + ntfLandAuctionReservationBuilder_.clear(); + } + return this; + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.Builder getNtfLandAuctionReservationBuilder() { + return getNtfLandAuctionReservationFieldBuilder().getBuilder(); + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + @java.lang.Override + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder getNtfLandAuctionReservationOrBuilder() { + if ((msgCase_ == 86) && (ntfLandAuctionReservationBuilder_ != null)) { + return ntfLandAuctionReservationBuilder_.getMessageOrBuilder(); + } else { + if (msgCase_ == 86) { + return (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) msg_; + } + return com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance(); + } + } + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder> + getNtfLandAuctionReservationFieldBuilder() { + if (ntfLandAuctionReservationBuilder_ == null) { + if (!(msgCase_ == 86)) { + msg_ = com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.getDefaultInstance(); + } + ntfLandAuctionReservationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION.Builder, com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder>( + (com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION) msg_, + getParentForChildren(), + isClean()); + msg_ = null; + } + msgCase_ = 86; + onChanged(); + return ntfLandAuctionReservationBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { diff --git a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessageOrBuilder.java b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessageOrBuilder.java index e153fef..6eecab6 100644 --- a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessageOrBuilder.java +++ b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessageOrBuilder.java @@ -1084,5 +1084,140 @@ public interface ServerMessageOrBuilder extends */ com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2MQS_NTF_BEACON_COMPACT_SYNCOrBuilder getNtfBeaconCompactSyncOrBuilder(); + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + * @return Whether the reqCreateContentStorage field is set. + */ + boolean hasReqCreateContentStorage(); + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + * @return The reqCreateContentStorage. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE getReqCreateContentStorage(); + /** + * .ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder getReqCreateContentStorageOrBuilder(); + + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + * @return Whether the ackCreateContentStorage field is set. + */ + boolean hasAckCreateContentStorage(); + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + * @return The ackCreateContentStorage. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE getAckCreateContentStorage(); + /** + * .ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder getAckCreateContentStorageOrBuilder(); + + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + * @return Whether the ntfChangeCaliumStorageInfo field is set. + */ + boolean hasNtfChangeCaliumStorageInfo(); + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + * @return The ntfChangeCaliumStorageInfo. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO getNtfChangeCaliumStorageInfo(); + /** + * .ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder getNtfChangeCaliumStorageInfoOrBuilder(); + + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + * @return Whether the ntfModifyLandInfo field is set. + */ + boolean hasNtfModifyLandInfo(); + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + * @return The ntfModifyLandInfo. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO getNtfModifyLandInfo(); + /** + * .ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFOOrBuilder getNtfModifyLandInfoOrBuilder(); + + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + * @return Whether the ntfModifyBuildingInfo field is set. + */ + boolean hasNtfModifyBuildingInfo(); + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + * @return The ntfModifyBuildingInfo. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO getNtfModifyBuildingInfo(); + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder getNtfModifyBuildingInfoOrBuilder(); + + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + * @return Whether the ntfModifyBuildingProfit field is set. + */ + boolean hasNtfModifyBuildingProfit(); + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + * @return The ntfModifyBuildingProfit. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT getNtfModifyBuildingProfit(); + /** + * .ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder getNtfModifyBuildingProfitOrBuilder(); + + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + * @return Whether the ntfLandAuctionHighestBidderChange field is set. + */ + boolean hasNtfLandAuctionHighestBidderChange(); + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + * @return The ntfLandAuctionHighestBidderChange. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE getNtfLandAuctionHighestBidderChange(); + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder getNtfLandAuctionHighestBidderChangeOrBuilder(); + + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + * @return Whether the ntfLandAuctionWinningBid field is set. + */ + boolean hasNtfLandAuctionWinningBid(); + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + * @return The ntfLandAuctionWinningBid. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID getNtfLandAuctionWinningBid(); + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder getNtfLandAuctionWinningBidOrBuilder(); + + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + * @return Whether the ntfLandAuctionReservation field is set. + */ + boolean hasNtfLandAuctionReservation(); + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + * @return The ntfLandAuctionReservation. + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION getNtfLandAuctionReservation(); + /** + * .ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86; + */ + com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder getNtfLandAuctionReservationOrBuilder(); + public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.MsgCase getMsgCase(); } diff --git a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessageOuterClass.java b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessageOuterClass.java index 4de3d4b..3ebf7ea 100644 --- a/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessageOuterClass.java +++ b/src/main/java/com/caliverse/admin/domain/RabbitMq/message/ServerMessageOuterClass.java @@ -424,6 +424,56 @@ public final class ServerMessageOuterClass { static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_ServerMessage_GS2GS_NTF_MODIFY_FLOOR_LINKED_INFOS_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_FloorProfitsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_FloorProfitsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { @@ -436,7 +486,7 @@ public final class ServerMessageOuterClass { "\n\023ServerMessage.proto\032\037google/protobuf/t" + "imestamp.proto\032\023Define_Common.proto\032\023Def" + "ine_Result.proto\032\033Define_ProgramVersion." + - "proto\032\021Game_Define.proto\"\316`\n\rServerMessa" + + "proto\032\021Game_Define.proto\"\327o\n\rServerMessa" + "ge\022/\n\013messageTime\030\001 \001(\0132\032.google.protobu" + "f.Timestamp\022\025\n\rmessageSender\030\002 \001(\t\022#\n\004ch" + "at\030\003 \001(\0132\023.ServerMessage.ChatH\000\022)\n\007kickR" + @@ -562,192 +612,240 @@ public final class ServerMessageOuterClass { "essage.GS2GS_NTF_MODIFY_FLOOR_LINKED_INF" + "OSH\000\022M\n\024ntfBeaconCompactSync\030M \001(\0132-.Ser" + "verMessage.GS2MQS_NTF_BEACON_COMPACT_SYN" + - "CH\000\032\207\001\n\004Chat\022\027\n\004type\030\001 \001(\0162\t.ChatType\022\026\n" + - "\016senderNickName\030\002 \001(\t\022\024\n\014receiverGuid\030\003 " + - "\001(\t\022\'\n\rreceiverstate\030\004 \001(\0162\020.PlayerState" + - "Type\022\017\n\007message\030\005 \001(\t\032&\n\007KickReq\022\r\n\005reqI" + - "d\030\001 \001(\005\022\014\n\004name\030\002 \001(\t\032I\n\007KickRes\022\r\n\005reqI" + - "d\030\001 \001(\005\022!\n\007errCode\030\002 \001(\0162\020.ServerErrorCo" + - "de\022\014\n\004name\030\003 \001(\t\032\024\n\022GetServerConfigReq\032I" + - "\n\022GetServerConfigRes\022\022\n\nserverType\030\001 \001(\005" + - "\022\017\n\007worldId\030\002 \001(\005\022\016\n\006region\030\003 \001(\005\032\025\n\023Whi" + - "teListUpdateNoti\032\025\n\023BlackListUpdateNoti\032" + - "%\n\rInspectionReq\022\024\n\014isInspection\030\001 \001(\005\032/" + - "\n\022ReadyForDistroyReq\022\031\n\021isReadyForDistro" + - "y\030\001 \001(\005\032*\n\026ManagerServerActiveReq\022\020\n\010isA" + - "ctive\030\001 \001(\005\032*\n\026ManagerServerActiveRes\022\020\n" + - "\010isActive\030\001 \001(\005\032(\n\025ChangeServerConfigReq" + - "\022\017\n\007maxUser\030\001 \001(\005\032\027\n\025AllKickNormalUserNo" + - "ti\032&\n\017ReceiveMailNoti\022\023\n\013accountGuid\030\001 \001" + - "(\t\032\254\001\n\032AwsAutoScaleGroupOptionReq\022\034\n\024sca" + - "leOutPlusConstant\030\001 \001(\005\022\030\n\020scaleInCondit" + - "ion\030\002 \001(\005\022\031\n\021scaleOutCondition\030\003 \001(\005\022\022\n\n" + - "serverName\030\004 \001(\t\022\020\n\010groupMin\030\005 \001(\005\022\025\n\rgr" + - "oupCapacity\030\006 \001(\005\032\034\n\032AwsAutoScaleGroupOp" + - "tionRes\032N\n ExchangeMannequinDisplayItemN" + - "oti\022\022\n\nanchorGuid\030\001 \001(\t\022\026\n\016displayItemId" + - "s\030\002 \003(\005\032G\n\tSacleInfo\022\027\n\017ServerGroupName\030" + - "\001 \001(\t\022\017\n\007MinSize\030\002 \001(\005\022\020\n\010CapaCity\030\003 \001(\005" + - "\032\032\n\030GetAwsAutoScaleOptionReq\032\263\001\n\030GetAwsA" + - "utoScaleOptionRes\022\034\n\024scaleOutPlusConstan" + - "t\030\001 \001(\005\022\030\n\020scaleInCondition\030\002 \001(\005\022\031\n\021sca" + - "leOutCondition\030\003 \001(\005\0222\n\020instanceInfoList" + - "\030\004 \003(\0132\030.ServerMessage.SacleInfo\022\020\n\010isAc" + - "tive\030\005 \001(\005\032^\n\027InviteFriendToMyHomeReq\022\023\n" + - "\013inviterGuid\030\001 \001(\t\022\027\n\017inviterNickName\030\002 " + - "\001(\t\022\025\n\rinviterRoomId\030\003 \001(\t\032\275\001\n\017ToFiendNo" + - "tiBase\022\020\n\010senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002" + - " \001(\t\022\026\n\016senderNickName\030\003 \001(\t\022\023\n\013senderSt" + - "ate\030\004 \001(\005\022\023\n\013senderMapId\030\005 \001(\005\022\022\n\nreceiv" + - "erId\030\006 \001(\t\022\024\n\014receiverGuid\030\007 \001(\t\022\030\n\020rece" + - "iverNickName\030\010 \001(\t\032\224\001\n\020InviteMyHomeBase\022" + - "\020\n\010senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n" + - "\016senderNickName\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001(" + - "\t\022\024\n\014receiverGuid\030\005 \001(\t\022\030\n\020receiverNickN" + - "ame\030\006 \001(\t\032n\n\021LoginNotiToFriend\0220\n\010baseIn" + - "fo\030\001 \001(\0132\036.ServerMessage.ToFiendNotiBase" + - "\022\'\n\014locationInfo\030\002 \001(\0132\021.UserLocationInf" + - "o\032F\n\022LogoutNotiToFriend\0220\n\010baseInfo\030\001 \001(" + - "\0132\036.ServerMessage.ToFiendNotiBase\032n\n\021Sta" + - "teNotiToFriend\0220\n\010baseInfo\030\001 \001(\0132\036.Serve" + - "rMessage.ToFiendNotiBase\022\'\n\014locationInfo" + - "\030\002 \001(\0132\021.UserLocationInfo\032\335\001\n\027ReceiveInv" + - "iteMyHomeNoti\0221\n\010baseInfo\030\001 \001(\0132\037.Server" + - "Message.InviteMyHomeBase\022\027\n\017inviterMyHom" + - "eId\030\002 \001(\t\022.\n\nexpireTime\030\003 \001(\0132\032.google.p" + - "rotobuf.Timestamp\0223\n\017replyExpireTime\030\004 \001" + - "(\0132\032.google.protobuf.Timestamp\022\021\n\tunique" + - "Key\030\005 \001(\t\032Z\n\025ReplyInviteMyhomeNoti\022\026\n\016ac" + - "ceptOrRefuse\030\001 \001(\005\022\022\n\nreceiverId\030\002 \001(\t\022\025" + - "\n\rreplyUserGuid\030\003 \001(\t\032?\n\027KickFromFriends" + - "HomeNoti\022\022\n\nkickerGuid\030\001 \001(\t\022\020\n\010kickerId" + - "\030\002 \001(\t\032s\n\021FriendRequestInfo\022\014\n\004guid\030\001 \001(" + - "\t\022\020\n\010nickName\030\002 \001(\t\022\r\n\005isNew\030\003 \001(\005\022/\n\013re" + - "questTime\030\004 \001(\0132\032.google.protobuf.Timest" + - "amp\032^\n\021FriendRequestNoti\0225\n\013requestInfo\030" + - "\001 \001(\0132 .ServerMessage.FriendRequestInfo\022" + - "\022\n\nreceiverId\030\002 \001(\t\032\222\001\n\020FriendAcceptNoti" + - "\022\020\n\010senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026" + - "\n\016senderNickName\030\003 \001(\t\022\026\n\016acceptOrRefuse" + - "\030\004 \001(\005\022\022\n\nreceiverId\030\005 \001(\t\022\024\n\014receiverGu" + - "id\030\006 \001(\t\032z\n\020FriendDeleteNoti\022\020\n\010senderId" + - "\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016senderNick" + - "Name\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001(\t\022\024\n\014receiv" + - "erGuid\030\005 \001(\t\032\201\001\n\027CancelFriendRequestNoti" + - "\022\020\n\010senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026" + - "\n\016senderNickName\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001" + - "(\t\022\024\n\014receiverGuid\030\005 \001(\t\032\035\n\033KickedFromFr" + - "iendsMyHomeNoti\032\227\001\n%GS2GS_REQ_RESERVATIO" + - "N_ENTER_TO_SERVER\022!\n\010moveType\030\001 \001(\0162\017.Se" + - "rverMoveType\022\031\n\021requestServerName\030\002 \001(\t\022" + - "\027\n\017requestUserGuid\030\003 \001(\t\022\027\n\017summonPartyG" + - "uid\030\004 \001(\t\032|\n%GS2GS_ACK_RESERVATION_ENTER" + - "_TO_SERVER\022\027\n\006result\030\001 \001(\0132\007.Result\022\033\n\023r" + - "eservationUserGuid\030\002 \001(\t\022\035\n\025reservationS" + - "erverName\030\003 \001(\t\032\\\n&GS2GS_REQ_RESERVATION" + - "_CANCEL_TO_SERVER\022\031\n\021requestServerName\030\001" + - " \001(\t\022\027\n\017requestUserGuid\030\002 \001(\t\032A\n&GS2GS_A" + - "CK_RESERVATION_CANCEL_TO_SERVER\022\027\n\017reque" + - "stUserGuid\030\001 \001(\t\0326\n\034GS2GS_NTF_RETURN_USE" + - "R_LOGOUT\022\026\n\016returnUserGuid\030\001 \001(\t\032R\n\034GS2C" + - "_NTF_FRIEND_LEAVING_HOME\022\014\n\004guid\030\001 \001(\t\022\020" + - "\n\010nickName\030\002 \001(\t\022\022\n\nreceiverId\030\003 \001(\t\032B\n\023" + - "GS2C_NTF_PARTY_INFO\022\021\n\tpartyGuid\030\001 \001(\t\022\030" + - "\n\020partyMemberGuids\030\002 \003(\t\032x\n\023GS2C_NTF_PAR" + - "TY_CHAT\022\021\n\tpartyGuid\030\001 \001(\t\022\027\n\017partySende" + - "rGuid\030\002 \001(\t\022\033\n\023partySenderNickname\030\003 \001(\t" + - "\022\030\n\020partySendMessage\030\004 \001(\t\032\214\001\n\034GS2C_NTF_" + - "PARTY_INVITE_RESULT\022#\n\terrorCode\030\001 \001(\0162\020" + - ".ServerErrorCode\022\027\n\017invitePartyGuid\030\002 \001(" + - "\t\022\026\n\016inviteHostGuid\030\003 \001(\t\022\026\n\016inviteUserG" + - "uid\030\004 \001(\t\0322\n\026GS2C_NTF_DESTROY_PARTY\022\030\n\020d" + - "estroyPartyGuid\030\001 \001(\t\032a\n\017InvitePartyNoti" + - "\022\026\n\016inviteUserGuid\030\001 \001(\t\022\035\n\025invitePartyL" + - "eaderGuid\030\002 \001(\t\022\027\n\017invitePartyGuid\030\003 \001(\t" + - "\032~\n\024ReplyInvitePartyNoti\022\027\n\017invitePartyG" + - "uid\030\001 \001(\t\022\026\n\016inviteUserGuid\030\002 \001(\t\022\032\n\022inv" + - "iteUserNickname\030\003 \001(\t\022\031\n\006result\030\004 \001(\0162\t." + - "BoolType\032L\n\017CreatePartyNoti\022 \n\030joinParty" + - "MemberAccountId\030\001 \001(\t\022\027\n\017createPartyGuid" + - "\030\002 \001(\t\032E\n\023JoinPartyMemberNoti\022\021\n\tpartyGu" + - "id\030\001 \001(\t\022\033\n\023joinPartyMemberInfo\030\002 \001(\t\032_\n" + - "\024LeavePartyMemberNoti\022\021\n\tpartyGuid\030\001 \001(\t" + - "\022\032\n\022leavePartyUserGuid\030\002 \001(\t\022\030\n\005isBan\030\003 " + - "\001(\0162\t.BoolType\032a\n\031ChangePartyServerNameN" + - "oti\022\021\n\tpartyGuid\030\001 \001(\t\022\035\n\nisAddition\030\002 \001" + - "(\0162\t.BoolType\022\022\n\nServerName\030\003 \001(\t\032H\n\031Rem" + - "ovePartyServerNameNoti\022\021\n\tpartyGuid\030\001 \001(" + - "\t\022\030\n\020removeServerName\030\002 \001(\t\032F\n\025ChangePar" + - "tyLeaderNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\032\n\022newPa" + - "rtyLeaderGuid\030\002 \001(\t\032@\n\025ExchangePartyName" + - "Noti\022\021\n\tpartyGuid\030\001 \001(\t\022\024\n\014newPartyName\030" + - "\002 \001(\t\0324\n\031JoiningPartyFlagResetNoti\022\027\n\017ta" + - "rgetAccountId\030\001 \001(\t\032X\n\033ExchangePartyMemb" + - "erMarkNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016memberU" + - "serGuid\030\002 \001(\t\022\016\n\006markId\030\003 \001(\005\0328\n\014BanPart" + - "yNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\025\n\rbanMemberGui" + - "d\030\002 \001(\t\032{\n\025SummonPartyMemberNoti\022\027\n\017summ" + + "CH\000\022Y\n\027reqCreateContentStorage\030N \001(\01326.S" + + "erverMessage.OS2GS_REQ_CREATE_CALIUM_CON" + + "TENT_STORAGEH\000\022Y\n\027ackCreateContentStorag" + + "e\030O \001(\01326.ServerMessage.OS2GS_ACK_CREATE" + + "_CALIUM_CONTENT_STORAGEH\000\022Y\n\032ntfChangeCa" + + "liumStorageInfo\030P \001(\01323.ServerMessage.GS" + + "2GS_NTF_CHANGE_CALIUM_STORAGE_INFOH\000\022F\n\021" + + "ntfModifyLandInfo\030Q \001(\0132).ServerMessage." + + "GS2GS_NTF_MODIFY_LAND_INFOH\000\022N\n\025ntfModif" + + "yBuildingInfo\030R \001(\0132-.ServerMessage.GS2G" + + "S_NTF_MODIFY_BUILDING_INFOH\000\022R\n\027ntfModif" + + "yBuildingProfit\030S \001(\0132/.ServerMessage.GS" + + "2GS_NTF_MODIFY_BUILDING_PROFITH\000\022h\n!ntfL" + + "andAuctionHighestBidderChange\030T \001(\0132;.Se" + + "rverMessage.GS2GS_NTF_LAND_AUCTION_HIGHE" + + "ST_BIDDER_CHANGEH\000\022U\n\030ntfLandAuctionWinn" + + "ingBid\030U \001(\01321.ServerMessage.GS2GS_NTF_L" + + "AND_AUCTION_WINNING_BIDH\000\022V\n\031ntfLandAuct" + + "ionReservation\030V \001(\01321.ServerMessage.GS2" + + "GS_NTF_LAND_AUCTION_RESERVATIONH\000\032\207\001\n\004Ch" + + "at\022\027\n\004type\030\001 \001(\0162\t.ChatType\022\026\n\016senderNic" + + "kName\030\002 \001(\t\022\024\n\014receiverGuid\030\003 \001(\t\022\'\n\rrec" + + "eiverstate\030\004 \001(\0162\020.PlayerStateType\022\017\n\007me" + + "ssage\030\005 \001(\t\032&\n\007KickReq\022\r\n\005reqId\030\001 \001(\005\022\014\n" + + "\004name\030\002 \001(\t\032I\n\007KickRes\022\r\n\005reqId\030\001 \001(\005\022!\n" + + "\007errCode\030\002 \001(\0162\020.ServerErrorCode\022\014\n\004name" + + "\030\003 \001(\t\032\024\n\022GetServerConfigReq\032I\n\022GetServe" + + "rConfigRes\022\022\n\nserverType\030\001 \001(\005\022\017\n\007worldI" + + "d\030\002 \001(\005\022\016\n\006region\030\003 \001(\005\032\025\n\023WhiteListUpda" + + "teNoti\032\025\n\023BlackListUpdateNoti\032%\n\rInspect" + + "ionReq\022\024\n\014isInspection\030\001 \001(\005\032/\n\022ReadyFor" + + "DistroyReq\022\031\n\021isReadyForDistroy\030\001 \001(\005\032*\n" + + "\026ManagerServerActiveReq\022\020\n\010isActive\030\001 \001(" + + "\005\032*\n\026ManagerServerActiveRes\022\020\n\010isActive\030" + + "\001 \001(\005\032(\n\025ChangeServerConfigReq\022\017\n\007maxUse" + + "r\030\001 \001(\005\032\027\n\025AllKickNormalUserNoti\032&\n\017Rece" + + "iveMailNoti\022\023\n\013accountGuid\030\001 \001(\t\032\254\001\n\032Aws" + + "AutoScaleGroupOptionReq\022\034\n\024scaleOutPlusC" + + "onstant\030\001 \001(\005\022\030\n\020scaleInCondition\030\002 \001(\005\022" + + "\031\n\021scaleOutCondition\030\003 \001(\005\022\022\n\nserverName" + + "\030\004 \001(\t\022\020\n\010groupMin\030\005 \001(\005\022\025\n\rgroupCapacit" + + "y\030\006 \001(\005\032\034\n\032AwsAutoScaleGroupOptionRes\032N\n" + + " ExchangeMannequinDisplayItemNoti\022\022\n\nanc" + + "horGuid\030\001 \001(\t\022\026\n\016displayItemIds\030\002 \003(\005\032G\n" + + "\tSacleInfo\022\027\n\017ServerGroupName\030\001 \001(\t\022\017\n\007M" + + "inSize\030\002 \001(\005\022\020\n\010CapaCity\030\003 \001(\005\032\032\n\030GetAws" + + "AutoScaleOptionReq\032\263\001\n\030GetAwsAutoScaleOp" + + "tionRes\022\034\n\024scaleOutPlusConstant\030\001 \001(\005\022\030\n" + + "\020scaleInCondition\030\002 \001(\005\022\031\n\021scaleOutCondi" + + "tion\030\003 \001(\005\0222\n\020instanceInfoList\030\004 \003(\0132\030.S" + + "erverMessage.SacleInfo\022\020\n\010isActive\030\005 \001(\005" + + "\032^\n\027InviteFriendToMyHomeReq\022\023\n\013inviterGu" + + "id\030\001 \001(\t\022\027\n\017inviterNickName\030\002 \001(\t\022\025\n\rinv" + + "iterRoomId\030\003 \001(\t\032\275\001\n\017ToFiendNotiBase\022\020\n\010" + + "senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016se" + + "nderNickName\030\003 \001(\t\022\023\n\013senderState\030\004 \001(\005\022" + + "\023\n\013senderMapId\030\005 \001(\005\022\022\n\nreceiverId\030\006 \001(\t" + + "\022\024\n\014receiverGuid\030\007 \001(\t\022\030\n\020receiverNickNa" + + "me\030\010 \001(\t\032\224\001\n\020InviteMyHomeBase\022\020\n\010senderI" + + "d\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016senderNic" + + "kName\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001(\t\022\024\n\014recei" + + "verGuid\030\005 \001(\t\022\030\n\020receiverNickName\030\006 \001(\t\032" + + "n\n\021LoginNotiToFriend\0220\n\010baseInfo\030\001 \001(\0132\036" + + ".ServerMessage.ToFiendNotiBase\022\'\n\014locati" + + "onInfo\030\002 \001(\0132\021.UserLocationInfo\032F\n\022Logou" + + "tNotiToFriend\0220\n\010baseInfo\030\001 \001(\0132\036.Server" + + "Message.ToFiendNotiBase\032n\n\021StateNotiToFr" + + "iend\0220\n\010baseInfo\030\001 \001(\0132\036.ServerMessage.T" + + "oFiendNotiBase\022\'\n\014locationInfo\030\002 \001(\0132\021.U" + + "serLocationInfo\032\335\001\n\027ReceiveInviteMyHomeN" + + "oti\0221\n\010baseInfo\030\001 \001(\0132\037.ServerMessage.In" + + "viteMyHomeBase\022\027\n\017inviterMyHomeId\030\002 \001(\t\022" + + ".\n\nexpireTime\030\003 \001(\0132\032.google.protobuf.Ti" + + "mestamp\0223\n\017replyExpireTime\030\004 \001(\0132\032.googl" + + "e.protobuf.Timestamp\022\021\n\tuniqueKey\030\005 \001(\t\032" + + "Z\n\025ReplyInviteMyhomeNoti\022\026\n\016acceptOrRefu" + + "se\030\001 \001(\005\022\022\n\nreceiverId\030\002 \001(\t\022\025\n\rreplyUse" + + "rGuid\030\003 \001(\t\032?\n\027KickFromFriendsHomeNoti\022\022" + + "\n\nkickerGuid\030\001 \001(\t\022\020\n\010kickerId\030\002 \001(\t\032s\n\021" + + "FriendRequestInfo\022\014\n\004guid\030\001 \001(\t\022\020\n\010nickN" + + "ame\030\002 \001(\t\022\r\n\005isNew\030\003 \001(\005\022/\n\013requestTime\030" + + "\004 \001(\0132\032.google.protobuf.Timestamp\032^\n\021Fri" + + "endRequestNoti\0225\n\013requestInfo\030\001 \001(\0132 .Se" + + "rverMessage.FriendRequestInfo\022\022\n\nreceive" + + "rId\030\002 \001(\t\032\222\001\n\020FriendAcceptNoti\022\020\n\010sender" + + "Id\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016senderNi" + + "ckName\030\003 \001(\t\022\026\n\016acceptOrRefuse\030\004 \001(\005\022\022\n\n" + + "receiverId\030\005 \001(\t\022\024\n\014receiverGuid\030\006 \001(\t\032z" + + "\n\020FriendDeleteNoti\022\020\n\010senderId\030\001 \001(\t\022\022\n\n" + + "senderGuid\030\002 \001(\t\022\026\n\016senderNickName\030\003 \001(\t" + + "\022\022\n\nreceiverId\030\004 \001(\t\022\024\n\014receiverGuid\030\005 \001" + + "(\t\032\201\001\n\027CancelFriendRequestNoti\022\020\n\010sender" + + "Id\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016senderNi" + + "ckName\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001(\t\022\024\n\014rece" + + "iverGuid\030\005 \001(\t\032\035\n\033KickedFromFriendsMyHom" + + "eNoti\032\227\001\n%GS2GS_REQ_RESERVATION_ENTER_TO" + + "_SERVER\022!\n\010moveType\030\001 \001(\0162\017.ServerMoveTy" + + "pe\022\031\n\021requestServerName\030\002 \001(\t\022\027\n\017request" + + "UserGuid\030\003 \001(\t\022\027\n\017summonPartyGuid\030\004 \001(\t\032" + + "|\n%GS2GS_ACK_RESERVATION_ENTER_TO_SERVER" + + "\022\027\n\006result\030\001 \001(\0132\007.Result\022\033\n\023reservation" + + "UserGuid\030\002 \001(\t\022\035\n\025reservationServerName\030" + + "\003 \001(\t\032\\\n&GS2GS_REQ_RESERVATION_CANCEL_TO" + + "_SERVER\022\031\n\021requestServerName\030\001 \001(\t\022\027\n\017re" + + "questUserGuid\030\002 \001(\t\032A\n&GS2GS_ACK_RESERVA" + + "TION_CANCEL_TO_SERVER\022\027\n\017requestUserGuid" + + "\030\001 \001(\t\0326\n\034GS2GS_NTF_RETURN_USER_LOGOUT\022\026" + + "\n\016returnUserGuid\030\001 \001(\t\032R\n\034GS2C_NTF_FRIEN" + + "D_LEAVING_HOME\022\014\n\004guid\030\001 \001(\t\022\020\n\010nickName" + + "\030\002 \001(\t\022\022\n\nreceiverId\030\003 \001(\t\032B\n\023GS2C_NTF_P" + + "ARTY_INFO\022\021\n\tpartyGuid\030\001 \001(\t\022\030\n\020partyMem" + + "berGuids\030\002 \003(\t\032x\n\023GS2C_NTF_PARTY_CHAT\022\021\n" + + "\tpartyGuid\030\001 \001(\t\022\027\n\017partySenderGuid\030\002 \001(" + + "\t\022\033\n\023partySenderNickname\030\003 \001(\t\022\030\n\020partyS" + + "endMessage\030\004 \001(\t\032\214\001\n\034GS2C_NTF_PARTY_INVI" + + "TE_RESULT\022#\n\terrorCode\030\001 \001(\0162\020.ServerErr" + + "orCode\022\027\n\017invitePartyGuid\030\002 \001(\t\022\026\n\016invit" + + "eHostGuid\030\003 \001(\t\022\026\n\016inviteUserGuid\030\004 \001(\t\032" + + "2\n\026GS2C_NTF_DESTROY_PARTY\022\030\n\020destroyPart" + + "yGuid\030\001 \001(\t\032a\n\017InvitePartyNoti\022\026\n\016invite" + + "UserGuid\030\001 \001(\t\022\035\n\025invitePartyLeaderGuid\030" + + "\002 \001(\t\022\027\n\017invitePartyGuid\030\003 \001(\t\032~\n\024ReplyI" + + "nvitePartyNoti\022\027\n\017invitePartyGuid\030\001 \001(\t\022" + + "\026\n\016inviteUserGuid\030\002 \001(\t\022\032\n\022inviteUserNic" + + "kname\030\003 \001(\t\022\031\n\006result\030\004 \001(\0162\t.BoolType\032L" + + "\n\017CreatePartyNoti\022 \n\030joinPartyMemberAcco" + + "untId\030\001 \001(\t\022\027\n\017createPartyGuid\030\002 \001(\t\032E\n\023" + + "JoinPartyMemberNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\033" + + "\n\023joinPartyMemberInfo\030\002 \001(\t\032_\n\024LeavePart" + + "yMemberNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\032\n\022leaveP" + + "artyUserGuid\030\002 \001(\t\022\030\n\005isBan\030\003 \001(\0162\t.Bool" + + "Type\032a\n\031ChangePartyServerNameNoti\022\021\n\tpar" + + "tyGuid\030\001 \001(\t\022\035\n\nisAddition\030\002 \001(\0162\t.BoolT" + + "ype\022\022\n\nServerName\030\003 \001(\t\032H\n\031RemovePartySe" + + "rverNameNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\030\n\020remov" + + "eServerName\030\002 \001(\t\032F\n\025ChangePartyLeaderNo" + + "ti\022\021\n\tpartyGuid\030\001 \001(\t\022\032\n\022newPartyLeaderG" + + "uid\030\002 \001(\t\032@\n\025ExchangePartyNameNoti\022\021\n\tpa" + + "rtyGuid\030\001 \001(\t\022\024\n\014newPartyName\030\002 \001(\t\0324\n\031J" + + "oiningPartyFlagResetNoti\022\027\n\017targetAccoun" + + "tId\030\001 \001(\t\032X\n\033ExchangePartyMemberMarkNoti" + + "\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016memberUserGuid\030\002 " + + "\001(\t\022\016\n\006markId\030\003 \001(\005\0328\n\014BanPartyNoti\022\021\n\tp" + + "artyGuid\030\001 \001(\t\022\025\n\rbanMemberGuid\030\002 \001(\t\032{\n" + + "\025SummonPartyMemberNoti\022\027\n\017summonPartyGui" + + "d\030\001 \001(\t\022\026\n\016summonUserGuid\030\002 \001(\t\022\030\n\020summo" + + "nServerName\030\003 \001(\t\022\027\n\tsummonPos\030\004 \001(\0132\004.P" + + "os\032{\n\032ReplySummonPartyMemberNoti\022\027\n\017summ" + "onPartyGuid\030\001 \001(\t\022\026\n\016summonUserGuid\030\002 \001(" + - "\t\022\030\n\020summonServerName\030\003 \001(\t\022\027\n\tsummonPos" + - "\030\004 \001(\0132\004.Pos\032{\n\032ReplySummonPartyMemberNo" + - "ti\022\027\n\017summonPartyGuid\030\001 \001(\t\022\026\n\016summonUse" + - "rGuid\030\002 \001(\t\022,\n\006result\030\003 \001(\0162\034.SummonPart" + - "yMemberResultType\032\020\n\016NoticeChatNoti\032\020\n\016S" + - "ystemMailNoti\032h\n\rPartyVoteNoti\022\021\n\tpartyG" + - "uid\030\001 \001(\t\022\021\n\tvoteTitle\030\002 \001(\t\0221\n\rvoteStar" + - "tTime\030\003 \001(\0132\032.google.protobuf.Timestamp\032" + - "X\n\022ReplyPartyVoteNoti\022\021\n\tpartyGuid\030\001 \001(\t" + - "\022\026\n\016partyVoterGuid\030\002 \001(\t\022\027\n\004vote\030\003 \001(\0162\t" + - ".VoteType\032u\n\023PartyVoteResultNoti\022\021\n\tpart" + - "yGuid\030\001 \001(\t\022\021\n\tvoteTitle\030\002 \001(\t\022\022\n\nresult" + - "True\030\003 \001(\005\022\023\n\013resultFalse\030\004 \001(\005\022\017\n\007absta" + - "in\030\005 \001(\005\032*\n\025PartyInstanceInfoNoti\022\021\n\tpar" + - "tyGuid\030\001 \001(\t\032`\n\017SessionInfoNoti\022\022\n\ninsta" + - "nceId\030\001 \001(\t\022\024\n\014sessionCount\030\002 \001(\005\022\022\n\nser" + - "verType\030\003 \001(\005\022\017\n\007worldId\030\004 \001(\005\032O\n\033Cancel" + - "SummonPartyMemberNoti\022\021\n\tpartyGuid\030\001 \001(\t" + - "\022\035\n\025cancelSummonUserGuids\030\002 \003(\t\032E\n\027Party" + - "MemberLocationNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\027\n" + - "\017partyMemberGuid\030\002 \001(\t\032I\n\034GS2GS_NTF_CLEA" + - "R_PARTY_SUMMON\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016mem" + - "berUserGuid\030\002 \001(\t\032O\n\"GS2GS_NTF_DELETE_PA" + - "RTY_INVITE_SEND\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016in" + - "viteUserGuid\030\002 \001(\t\032\263\001\n\024GS2GS_NTF_CRAFT_H" + - "ELP\022\016\n\006roomId\030\001 \001(\t\022\023\n\013anchor_guid\030\002 \001(\t" + - "\0223\n\017craftFinishTime\030\003 \001(\0132\032.google.proto" + - "buf.Timestamp\022\021\n\townerGuid\030\004 \001(\t\022\030\n\020owne" + - "rHelpedCount\030\005 \001(\005\022\024\n\014helpUserName\030\006 \001(\t" + - "\032`\n\031GS2GS_NTF_EXCHANGE_MYHOME\022\016\n\006roomId\030" + - "\001 \001(\t\022\022\n\nmyhomeGuid\030\002 \001(\t\022\037\n\nmyhomeInfo\030" + - "\003 \001(\0132\013.MyHomeInfo\032 \n\036GS2GS_NTF_UGC_NPC_" + - "RANK_REFRESH\032O\n%GS2GS_NTF_MYHOME_HOST_EN" + - "TER_EDIT_ROOM\022\016\n\006roomId\030\001 \001(\t\022\026\n\016exceptU" + - "serGuid\030\002 \001(\t\032l\n\024MOS2GS_NTF_USER_KICK\022\020\n" + - "\010userGuid\030\001 \001(\t\022+\n\020logoutReasonType\030\002 \001(" + - "\0162\021.LogoutReasonType\022\025\n\rkickReasonMsg\030\003 " + - "\001(\t\032\316\001\n\024MOS2GS_NTF_MAIL_SEND\022\020\n\010userGuid" + - "\030\001 \001(\t\022\020\n\010mailType\030\002 \001(\t\022\033\n\010itemList\030\003 \003" + - "(\0132\t.MailItem\022&\n\005title\030\004 \003(\0132\027.Operation" + - "SystemMessage\022$\n\003msg\030\005 \003(\0132\027.OperationSy" + - "stemMessage\022\'\n\006sender\030\006 \003(\0132\027.OperationS" + - "ystemMessage\032\203\001\n\026MOS2GS_NTF_NOTICE_CHAT\022" + - "\022\n\nnoticeType\030\001 \003(\t\022,\n\013chatMessage\030\002 \003(\013" + - "2\027.OperationSystemMessage\022\'\n\006sender\030\003 \003(" + - "\0132\027.OperationSystemMessage\032q\n\026GS2MQS_NTF" + - "_FARMING_END\022\020\n\010userGuid\030\001 \001(\t\022\'\n\016farmin" + - "gSummary\030\005 \001(\0132\017.FarmingSummary\022\034\n\tisApp" + - "lyDb\030\006 \001(\0162\t.BoolType\032v\n\036GS2MQS_NTF_BEAC" + - "ON_COMPACT_SYNC\022\020\n\010userGuid\030\001 \001(\t\022%\n\rugc" + - "NpcCompact\030\005 \001(\0132\016.UgcNpcCompact\022\033\n\023loca" + - "tedInstanceGuid\030\006 \001(\t\032z\n\024GS2GS_NTF_RENT_" + - "FLOOR\022\030\n\020exceptServerName\030\001 \001(\t\0223\n\024rentF" + - "loorRequestInfo\030\002 \001(\0132\025.RentFloorRequest" + - "Info\022\023\n\013ugcNpcGuids\030\003 \003(\t\032w\n#GS2GS_NTF_M" + - "ODIFY_FLOOR_LINKED_INFOS\022\030\n\020exceptServer" + - "Name\030\001 \001(\t\0226\n\026modifyFloorLinkedInfos\030\002 \003" + - "(\0132\026.ModifyFloorLinkedInfoB\005\n\003msgB/\n+com" + - ".caliverse.admin.domain.RabbitMq.message" + - "P\001b\006proto3" + "\t\022,\n\006result\030\003 \001(\0162\034.SummonPartyMemberRes" + + "ultType\032\020\n\016NoticeChatNoti\032\020\n\016SystemMailN" + + "oti\032h\n\rPartyVoteNoti\022\021\n\tpartyGuid\030\001 \001(\t\022" + + "\021\n\tvoteTitle\030\002 \001(\t\0221\n\rvoteStartTime\030\003 \001(" + + "\0132\032.google.protobuf.Timestamp\032X\n\022ReplyPa" + + "rtyVoteNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016partyV" + + "oterGuid\030\002 \001(\t\022\027\n\004vote\030\003 \001(\0162\t.VoteType\032" + + "u\n\023PartyVoteResultNoti\022\021\n\tpartyGuid\030\001 \001(" + + "\t\022\021\n\tvoteTitle\030\002 \001(\t\022\022\n\nresultTrue\030\003 \001(\005" + + "\022\023\n\013resultFalse\030\004 \001(\005\022\017\n\007abstain\030\005 \001(\005\032*" + + "\n\025PartyInstanceInfoNoti\022\021\n\tpartyGuid\030\001 \001" + + "(\t\032`\n\017SessionInfoNoti\022\022\n\ninstanceId\030\001 \001(" + + "\t\022\024\n\014sessionCount\030\002 \001(\005\022\022\n\nserverType\030\003 " + + "\001(\005\022\017\n\007worldId\030\004 \001(\005\032O\n\033CancelSummonPart" + + "yMemberNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\035\n\025cancel" + + "SummonUserGuids\030\002 \003(\t\032E\n\027PartyMemberLoca" + + "tionNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\027\n\017partyMemb" + + "erGuid\030\002 \001(\t\032I\n\034GS2GS_NTF_CLEAR_PARTY_SU" + + "MMON\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016memberUserGui" + + "d\030\002 \001(\t\032O\n\"GS2GS_NTF_DELETE_PARTY_INVITE" + + "_SEND\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016inviteUserGu" + + "id\030\002 \001(\t\032\263\001\n\024GS2GS_NTF_CRAFT_HELP\022\016\n\006roo" + + "mId\030\001 \001(\t\022\023\n\013anchor_guid\030\002 \001(\t\0223\n\017craftF" + + "inishTime\030\003 \001(\0132\032.google.protobuf.Timest" + + "amp\022\021\n\townerGuid\030\004 \001(\t\022\030\n\020ownerHelpedCou" + + "nt\030\005 \001(\005\022\024\n\014helpUserName\030\006 \001(\t\032`\n\031GS2GS_" + + "NTF_EXCHANGE_MYHOME\022\016\n\006roomId\030\001 \001(\t\022\022\n\nm" + + "yhomeGuid\030\002 \001(\t\022\037\n\nmyhomeInfo\030\003 \001(\0132\013.My" + + "HomeInfo\032 \n\036GS2GS_NTF_UGC_NPC_RANK_REFRE" + + "SH\032O\n%GS2GS_NTF_MYHOME_HOST_ENTER_EDIT_R" + + "OOM\022\016\n\006roomId\030\001 \001(\t\022\026\n\016exceptUserGuid\030\002 " + + "\001(\t\032l\n\024MOS2GS_NTF_USER_KICK\022\020\n\010userGuid\030" + + "\001 \001(\t\022+\n\020logoutReasonType\030\002 \001(\0162\021.Logout" + + "ReasonType\022\025\n\rkickReasonMsg\030\003 \001(\t\032\316\001\n\024MO" + + "S2GS_NTF_MAIL_SEND\022\020\n\010userGuid\030\001 \001(\t\022\020\n\010" + + "mailType\030\002 \001(\t\022\033\n\010itemList\030\003 \003(\0132\t.MailI" + + "tem\022&\n\005title\030\004 \003(\0132\027.OperationSystemMess" + + "age\022$\n\003msg\030\005 \003(\0132\027.OperationSystemMessag" + + "e\022\'\n\006sender\030\006 \003(\0132\027.OperationSystemMessa" + + "ge\032\203\001\n\026MOS2GS_NTF_NOTICE_CHAT\022\022\n\nnoticeT" + + "ype\030\001 \003(\t\022,\n\013chatMessage\030\002 \003(\0132\027.Operati" + + "onSystemMessage\022\'\n\006sender\030\003 \003(\0132\027.Operat" + + "ionSystemMessage\032q\n\026GS2MQS_NTF_FARMING_E" + + "ND\022\020\n\010userGuid\030\001 \001(\t\022\'\n\016farmingSummary\030\005" + + " \001(\0132\017.FarmingSummary\022\034\n\tisApplyDb\030\006 \001(\016" + + "2\t.BoolType\032v\n\036GS2MQS_NTF_BEACON_COMPACT" + + "_SYNC\022\020\n\010userGuid\030\001 \001(\t\022%\n\rugcNpcCompact" + + "\030\005 \001(\0132\016.UgcNpcCompact\022\033\n\023locatedInstanc" + + "eGuid\030\006 \001(\t\032z\n\024GS2GS_NTF_RENT_FLOOR\022\030\n\020e" + + "xceptServerName\030\001 \001(\t\0223\n\024rentFloorReques" + + "tInfo\030\002 \001(\0132\025.RentFloorRequestInfo\022\023\n\013ug" + + "cNpcGuids\030\003 \003(\t\032w\n#GS2GS_NTF_MODIFY_FLOO" + + "R_LINKED_INFOS\022\030\n\020exceptServerName\030\001 \001(\t" + + "\0226\n\026modifyFloorLinkedInfos\030\002 \003(\0132\026.Modif" + + "yFloorLinkedInfo\032g\n\'OS2GS_REQ_CREATE_CAL" + + "IUM_CONTENT_STORAGE\022\031\n\021requestServerName" + + "\030\001 \001(\t\022\021\n\tcontentId\030\002 \001(\t\022\016\n\006calium\030\003 \001(" + + "\001\032B\n\'OS2GS_ACK_CREATE_CALIUM_CONTENT_STO" + + "RAGE\022\027\n\006result\030\001 \001(\0132\007.Result\032&\n$GS2GS_N" + + "TF_CHANGE_CALIUM_STORAGE_INFO\032T\n\032GS2GS_N" + + "TF_MODIFY_LAND_INFO\022\030\n\020exceptServerName\030" + + "\001 \001(\t\022\034\n\tlandInfos\030\002 \003(\0132\t.LandInfo\032`\n\036G" + + "S2GS_NTF_MODIFY_BUILDING_INFO\022\030\n\020exceptS" + + "erverName\030\001 \001(\t\022$\n\rbuildingInfos\030\002 \003(\0132\r" + + ".BuildingInfo\032\364\001\n GS2GS_NTF_MODIFY_BUILD" + + "ING_PROFIT\022\030\n\020exceptServerName\030\001 \001(\t\022\026\n\016" + + "buildingMetaId\030\002 \001(\005\022W\n\014floorProfits\030\003 \003" + + "(\0132A.ServerMessage.GS2GS_NTF_MODIFY_BUIL" + + "DING_PROFIT.FloorProfitsEntry\032E\n\021FloorPr" + + "ofitsEntry\022\013\n\003key\030\001 \001(\005\022\037\n\005value\030\002 \001(\0132\020" + + ".FloorProfitInfo:\0028\001\032\200\002\n,GS2GS_NTF_LAND_" + + "AUCTION_HIGHEST_BIDDER_CHANGE\022\030\n\020receive" + + "rUserGuid\030\001 \001(\t\022(\n\025hasReceivedRefundMail" + + "\030\002 \001(\0162\t.BoolType\022\022\n\nlandMetaId\030\003 \001(\005\022#\n" + + "\014currencyType\030\005 \001(\0162\r.CurrencyType\022\027\n\017hi" + + "ghestBidPrice\030\006 \001(\001\022\032\n\022highestBidUserGui" + + "d\030\007 \001(\t\022\036\n\026highestBidUserNickname\030\010 \001(\t\032" + + "\251\001\n\"GS2GS_NTF_LAND_AUCTION_WINNING_BID\022\027" + + "\n\017winningUserGuid\030\001 \001(\t\022\033\n\023winningUserNi" + + "ckname\030\002 \001(\t\022\022\n\nlandMetaId\030\005 \001(\005\022\027\n\017buil" + + "dingMetaIds\030\006 \003(\005\022 \n\risNewRecvMail\030\007 \001(\016" + + "2\t.BoolType\032>\n\"GS2GS_NTF_LAND_AUCTION_RE" + + "SERVATION\022\030\n\020toAddActivitings\030\001 \003(\005B\005\n\003m" + + "sgB/\n+com.caliverse.admin.domain.RabbitM" + + "q.messageP\001b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, @@ -763,7 +861,7 @@ public final class ServerMessageOuterClass { internal_static_ServerMessage_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ServerMessage_descriptor, - new java.lang.String[] { "MessageTime", "MessageSender", "Chat", "KickReq", "KickRes", "WhiteListUpdateNoti", "BlackListUpdateNoti", "InspectionReq", "ChangeServerConfigReq", "AllKickNormalUserNoti", "AwsAutoScaleGroupOptionReq", "AwsAutoScaleGroupOptionRes", "ReceiveMailNoti", "ExchangeMannequinDisplayItemNoti", "GetAwsAutoScaleOptionReq", "GetAwsAutoScaleOptionRes", "ReadyForDistroyReq", "LoginNotiToFriend", "LogoutNotiToFriend", "ManagerServerActiveReq", "ManagerServerActiveRes", "ReceiveInviteMyHomeNoti", "ReplyInviteMyhomeNoti", "StateNotiToFriend", "FriendRequestNoti", "FriendAcceptNoti", "FriendDeleteNoti", "CancelFriendRequestNoti", "InvitePartyNoti", "ReplyInvitePartyNoti", "JoinPartyMemberNoti", "LeavePartyMemberNoti", "ChangePartyServerNameNoti", "ChangePartyLeaderNoti", "ExchangePartyNameNoti", "ExchangePartyMemberMarkNoti", "BanPartyNoti", "SummonPartyMemberNoti", "ReplySummonPartyMemberNoti", "NoticeChatNoti", "SystemMailNoti", "PartyVoteNoti", "ReplyPartyVoteNoti", "PartyVoteResultNoti", "PartyInstanceInfoNoti", "SessionInfoNoti", "KickedFromFriendsMyHomeNoti", "CancelSummonPartyMemberNoti", "PartyMemberLocationNoti", "NtfFriendLeavingHome", "NtfInvitePartyRecvResult", "NtfDestroyParty", "ReqReservationEnterToServer", "AckReservationEnterToServer", "NtfPartyChat", "NtfPartyInfo", "NtfReturnUserLogout", "NtfClearPartySummon", "NtfCraftHelp", "ReqReservationCancelToServer", "NtfExchangeMyhome", "NtfUgcNpcRankRefresh", "NtfDeletePartyInviteSend", "NtfMyhomeHostEnterEditRoom", "NtfUserKick", "NtfMailSend", "NtfOperationSystemNoticeChat", "AckReservationCancelToServer", "NtfFarmingEnd", "NtfRentFloor", "NtfModifyFloorLinkedInfos", "NtfBeaconCompactSync", "Msg", }); + new java.lang.String[] { "MessageTime", "MessageSender", "Chat", "KickReq", "KickRes", "WhiteListUpdateNoti", "BlackListUpdateNoti", "InspectionReq", "ChangeServerConfigReq", "AllKickNormalUserNoti", "AwsAutoScaleGroupOptionReq", "AwsAutoScaleGroupOptionRes", "ReceiveMailNoti", "ExchangeMannequinDisplayItemNoti", "GetAwsAutoScaleOptionReq", "GetAwsAutoScaleOptionRes", "ReadyForDistroyReq", "LoginNotiToFriend", "LogoutNotiToFriend", "ManagerServerActiveReq", "ManagerServerActiveRes", "ReceiveInviteMyHomeNoti", "ReplyInviteMyhomeNoti", "StateNotiToFriend", "FriendRequestNoti", "FriendAcceptNoti", "FriendDeleteNoti", "CancelFriendRequestNoti", "InvitePartyNoti", "ReplyInvitePartyNoti", "JoinPartyMemberNoti", "LeavePartyMemberNoti", "ChangePartyServerNameNoti", "ChangePartyLeaderNoti", "ExchangePartyNameNoti", "ExchangePartyMemberMarkNoti", "BanPartyNoti", "SummonPartyMemberNoti", "ReplySummonPartyMemberNoti", "NoticeChatNoti", "SystemMailNoti", "PartyVoteNoti", "ReplyPartyVoteNoti", "PartyVoteResultNoti", "PartyInstanceInfoNoti", "SessionInfoNoti", "KickedFromFriendsMyHomeNoti", "CancelSummonPartyMemberNoti", "PartyMemberLocationNoti", "NtfFriendLeavingHome", "NtfInvitePartyRecvResult", "NtfDestroyParty", "ReqReservationEnterToServer", "AckReservationEnterToServer", "NtfPartyChat", "NtfPartyInfo", "NtfReturnUserLogout", "NtfClearPartySummon", "NtfCraftHelp", "ReqReservationCancelToServer", "NtfExchangeMyhome", "NtfUgcNpcRankRefresh", "NtfDeletePartyInviteSend", "NtfMyhomeHostEnterEditRoom", "NtfUserKick", "NtfMailSend", "NtfOperationSystemNoticeChat", "AckReservationCancelToServer", "NtfFarmingEnd", "NtfRentFloor", "NtfModifyFloorLinkedInfos", "NtfBeaconCompactSync", "ReqCreateContentStorage", "AckCreateContentStorage", "NtfChangeCaliumStorageInfo", "NtfModifyLandInfo", "NtfModifyBuildingInfo", "NtfModifyBuildingProfit", "NtfLandAuctionHighestBidderChange", "NtfLandAuctionWinningBid", "NtfLandAuctionReservation", "Msg", }); internal_static_ServerMessage_Chat_descriptor = internal_static_ServerMessage_descriptor.getNestedTypes().get(0); internal_static_ServerMessage_Chat_fieldAccessorTable = new @@ -1250,6 +1348,66 @@ public final class ServerMessageOuterClass { com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ServerMessage_GS2GS_NTF_MODIFY_FLOOR_LINKED_INFOS_descriptor, new java.lang.String[] { "ExceptServerName", "ModifyFloorLinkedInfos", }); + internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(81); + internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE_descriptor, + new java.lang.String[] { "RequestServerName", "ContentId", "Calium", }); + internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(82); + internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE_descriptor, + new java.lang.String[] { "Result", }); + internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(83); + internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO_descriptor, + new java.lang.String[] { }); + internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(84); + internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_GS2GS_NTF_MODIFY_LAND_INFO_descriptor, + new java.lang.String[] { "ExceptServerName", "LandInfos", }); + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(85); + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_INFO_descriptor, + new java.lang.String[] { "ExceptServerName", "BuildingInfos", }); + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(86); + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_descriptor, + new java.lang.String[] { "ExceptServerName", "BuildingMetaId", "FloorProfits", }); + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_FloorProfitsEntry_descriptor = + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_descriptor.getNestedTypes().get(0); + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_FloorProfitsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_GS2GS_NTF_MODIFY_BUILDING_PROFIT_FloorProfitsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(87); + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE_descriptor, + new java.lang.String[] { "ReceiverUserGuid", "HasReceivedRefundMail", "LandMetaId", "CurrencyType", "HighestBidPrice", "HighestBidUserGuid", "HighestBidUserNickname", }); + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(88); + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_WINNING_BID_descriptor, + new java.lang.String[] { "WinningUserGuid", "WinningUserNickname", "LandMetaId", "BuildingMetaIds", "IsNewRecvMail", }); + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_descriptor = + internal_static_ServerMessage_descriptor.getNestedTypes().get(89); + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_ServerMessage_GS2GS_NTF_LAND_AUCTION_RESERVATION_descriptor, + new java.lang.String[] { "ToAddActivitings", }); com.google.protobuf.TimestampProto.getDescriptor(); com.caliverse.admin.domain.RabbitMq.message.DefineCommon.getDescriptor(); com.caliverse.admin.domain.RabbitMq.message.DefineResult.getDescriptor();