proto 업데이트

This commit is contained in:
2025-03-06 11:54:47 +09:00
parent 33691a48f4
commit 7c103cbba1
6 changed files with 11902 additions and 777 deletions

View File

@@ -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
.<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>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<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
internalGetProfits() {
if (profits_ == null) {
return com.google.protobuf.MapField.emptyMapField(
ProfitsDefaultEntryHolder.defaultEntry);
}
return profits_;
}
public int getProfitsCount() {
return internalGetProfits().getMap().size();
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
@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<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> getProfits() {
return getProfitsMap();
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
@java.lang.Override
public java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> getProfitsMap() {
return internalGetProfits().getMap();
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
@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<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> map =
internalGetProfits().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
@java.lang.Override
public com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrThrow(
int key) {
java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> 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<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> entry
: internalGetProfits().getMap().entrySet()) {
com.google.protobuf.MapEntry<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
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<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<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
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<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
internalGetProfits() {
if (profits_ == null) {
return com.google.protobuf.MapField.emptyMapField(
ProfitsDefaultEntryHolder.defaultEntry);
}
return profits_;
}
private com.google.protobuf.MapField<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
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();
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
@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<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> getProfits() {
return getProfitsMap();
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
@java.lang.Override
public java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> getProfitsMap() {
return internalGetProfits().getMap();
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
@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<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> map =
internalGetProfits().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
@java.lang.Override
public com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrThrow(
int key) {
java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> 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;
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
public Builder removeProfits(
int key) {
internalGetMutableProfits().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
getMutableProfits() {
bitField0_ |= 0x00000001;
return internalGetMutableProfits().getMutableMap();
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
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;
}
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
public Builder putAllProfits(
java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money> 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<FloorProfitInfo>
PARSER = new com.google.protobuf.AbstractParser<FloorProfitInfo>() {
@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<FloorProfitInfo> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<FloorProfitInfo> getParserForType() {
return PARSER;
}
@java.lang.Override
public com.caliverse.admin.domain.RabbitMq.message.FloorProfitInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}

View File

@@ -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 {
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
int getProfitsCount();
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
boolean containsProfits(
int key);
/**
* Use {@link #getProfitsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
getProfits();
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
getProfitsMap();
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
/* nullable */
com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrDefault(
int key,
/* nullable */
com.caliverse.admin.domain.RabbitMq.message.Money defaultValue);
/**
* <pre>
* &lt;CurrencyType, Money&gt;
* </pre>
*
* <code>map&lt;int32, .Money&gt; profits = 1;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrThrow(
int key);
}

View File

@@ -1084,5 +1084,140 @@ public interface ServerMessageOrBuilder extends
*/ */
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2MQS_NTF_BEACON_COMPACT_SYNCOrBuilder getNtfBeaconCompactSyncOrBuilder(); com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2MQS_NTF_BEACON_COMPACT_SYNCOrBuilder getNtfBeaconCompactSyncOrBuilder();
/**
* <code>.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78;</code>
* @return Whether the reqCreateContentStorage field is set.
*/
boolean hasReqCreateContentStorage();
/**
* <code>.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78;</code>
* @return The reqCreateContentStorage.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE getReqCreateContentStorage();
/**
* <code>.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGE reqCreateContentStorage = 78;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_REQ_CREATE_CALIUM_CONTENT_STORAGEOrBuilder getReqCreateContentStorageOrBuilder();
/**
* <code>.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79;</code>
* @return Whether the ackCreateContentStorage field is set.
*/
boolean hasAckCreateContentStorage();
/**
* <code>.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79;</code>
* @return The ackCreateContentStorage.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE getAckCreateContentStorage();
/**
* <code>.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGE ackCreateContentStorage = 79;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.OS2GS_ACK_CREATE_CALIUM_CONTENT_STORAGEOrBuilder getAckCreateContentStorageOrBuilder();
/**
* <code>.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80;</code>
* @return Whether the ntfChangeCaliumStorageInfo field is set.
*/
boolean hasNtfChangeCaliumStorageInfo();
/**
* <code>.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80;</code>
* @return The ntfChangeCaliumStorageInfo.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO getNtfChangeCaliumStorageInfo();
/**
* <code>.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFO ntfChangeCaliumStorageInfo = 80;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_CHANGE_CALIUM_STORAGE_INFOOrBuilder getNtfChangeCaliumStorageInfoOrBuilder();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81;</code>
* @return Whether the ntfModifyLandInfo field is set.
*/
boolean hasNtfModifyLandInfo();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81;</code>
* @return The ntfModifyLandInfo.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO getNtfModifyLandInfo();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFO ntfModifyLandInfo = 81;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_LAND_INFOOrBuilder getNtfModifyLandInfoOrBuilder();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82;</code>
* @return Whether the ntfModifyBuildingInfo field is set.
*/
boolean hasNtfModifyBuildingInfo();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82;</code>
* @return The ntfModifyBuildingInfo.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO getNtfModifyBuildingInfo();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFO ntfModifyBuildingInfo = 82;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_INFOOrBuilder getNtfModifyBuildingInfoOrBuilder();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83;</code>
* @return Whether the ntfModifyBuildingProfit field is set.
*/
boolean hasNtfModifyBuildingProfit();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83;</code>
* @return The ntfModifyBuildingProfit.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT getNtfModifyBuildingProfit();
/**
* <code>.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFIT ntfModifyBuildingProfit = 83;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_MODIFY_BUILDING_PROFITOrBuilder getNtfModifyBuildingProfitOrBuilder();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84;</code>
* @return Whether the ntfLandAuctionHighestBidderChange field is set.
*/
boolean hasNtfLandAuctionHighestBidderChange();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84;</code>
* @return The ntfLandAuctionHighestBidderChange.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE getNtfLandAuctionHighestBidderChange();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGE ntfLandAuctionHighestBidderChange = 84;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_HIGHEST_BIDDER_CHANGEOrBuilder getNtfLandAuctionHighestBidderChangeOrBuilder();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85;</code>
* @return Whether the ntfLandAuctionWinningBid field is set.
*/
boolean hasNtfLandAuctionWinningBid();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85;</code>
* @return The ntfLandAuctionWinningBid.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID getNtfLandAuctionWinningBid();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BID ntfLandAuctionWinningBid = 85;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_WINNING_BIDOrBuilder getNtfLandAuctionWinningBidOrBuilder();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86;</code>
* @return Whether the ntfLandAuctionReservation field is set.
*/
boolean hasNtfLandAuctionReservation();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86;</code>
* @return The ntfLandAuctionReservation.
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION getNtfLandAuctionReservation();
/**
* <code>.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATION ntfLandAuctionReservation = 86;</code>
*/
com.caliverse.admin.domain.RabbitMq.message.ServerMessage.GS2GS_NTF_LAND_AUCTION_RESERVATIONOrBuilder getNtfLandAuctionReservationOrBuilder();
public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.MsgCase getMsgCase(); public com.caliverse.admin.domain.RabbitMq.message.ServerMessage.MsgCase getMsgCase();
} }

View File

@@ -424,6 +424,56 @@ public final class ServerMessageOuterClass {
static final static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_ServerMessage_GS2GS_NTF_MODIFY_FLOOR_LINKED_INFOS_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 public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() { getDescriptor() {
@@ -436,7 +486,7 @@ public final class ServerMessageOuterClass {
"\n\023ServerMessage.proto\032\037google/protobuf/t" + "\n\023ServerMessage.proto\032\037google/protobuf/t" +
"imestamp.proto\032\023Define_Common.proto\032\023Def" + "imestamp.proto\032\023Define_Common.proto\032\023Def" +
"ine_Result.proto\032\033Define_ProgramVersion." + "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" + "ge\022/\n\013messageTime\030\001 \001(\0132\032.google.protobu" +
"f.Timestamp\022\025\n\rmessageSender\030\002 \001(\t\022#\n\004ch" + "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" + "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" + "essage.GS2GS_NTF_MODIFY_FLOOR_LINKED_INF" +
"OSH\000\022M\n\024ntfBeaconCompactSync\030M \001(\0132-.Ser" + "OSH\000\022M\n\024ntfBeaconCompactSync\030M \001(\0132-.Ser" +
"verMessage.GS2MQS_NTF_BEACON_COMPACT_SYN" + "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" + "CH\000\022Y\n\027reqCreateContentStorage\030N \001(\01326.S" +
"\016senderNickName\030\002 \001(\t\022\024\n\014receiverGuid\030\003 " + "erverMessage.OS2GS_REQ_CREATE_CALIUM_CON" +
"\001(\t\022\'\n\rreceiverstate\030\004 \001(\0162\020.PlayerState" + "TENT_STORAGEH\000\022Y\n\027ackCreateContentStorag" +
"Type\022\017\n\007message\030\005 \001(\t\032&\n\007KickReq\022\r\n\005reqI" + "e\030O \001(\01326.ServerMessage.OS2GS_ACK_CREATE" +
"d\030\001 \001(\005\022\014\n\004name\030\002 \001(\t\032I\n\007KickRes\022\r\n\005reqI" + "_CALIUM_CONTENT_STORAGEH\000\022Y\n\032ntfChangeCa" +
"d\030\001 \001(\005\022!\n\007errCode\030\002 \001(\0162\020.ServerErrorCo" + "liumStorageInfo\030P \001(\01323.ServerMessage.GS" +
"de\022\014\n\004name\030\003 \001(\t\032\024\n\022GetServerConfigReq\032I" + "2GS_NTF_CHANGE_CALIUM_STORAGE_INFOH\000\022F\n\021" +
"\n\022GetServerConfigRes\022\022\n\nserverType\030\001 \001(\005" + "ntfModifyLandInfo\030Q \001(\0132).ServerMessage." +
"\022\017\n\007worldId\030\002 \001(\005\022\016\n\006region\030\003 \001(\005\032\025\n\023Whi" + "GS2GS_NTF_MODIFY_LAND_INFOH\000\022N\n\025ntfModif" +
"teListUpdateNoti\032\025\n\023BlackListUpdateNoti\032" + "yBuildingInfo\030R \001(\0132-.ServerMessage.GS2G" +
"%\n\rInspectionReq\022\024\n\014isInspection\030\001 \001(\005\032/" + "S_NTF_MODIFY_BUILDING_INFOH\000\022R\n\027ntfModif" +
"\n\022ReadyForDistroyReq\022\031\n\021isReadyForDistro" + "yBuildingProfit\030S \001(\0132/.ServerMessage.GS" +
"y\030\001 \001(\005\032*\n\026ManagerServerActiveReq\022\020\n\010isA" + "2GS_NTF_MODIFY_BUILDING_PROFITH\000\022h\n!ntfL" +
"ctive\030\001 \001(\005\032*\n\026ManagerServerActiveRes\022\020\n" + "andAuctionHighestBidderChange\030T \001(\0132;.Se" +
"\010isActive\030\001 \001(\005\032(\n\025ChangeServerConfigReq" + "rverMessage.GS2GS_NTF_LAND_AUCTION_HIGHE" +
"\022\017\n\007maxUser\030\001 \001(\005\032\027\n\025AllKickNormalUserNo" + "ST_BIDDER_CHANGEH\000\022U\n\030ntfLandAuctionWinn" +
"ti\032&\n\017ReceiveMailNoti\022\023\n\013accountGuid\030\001 \001" + "ingBid\030U \001(\01321.ServerMessage.GS2GS_NTF_L" +
"(\t\032\254\001\n\032AwsAutoScaleGroupOptionReq\022\034\n\024sca" + "AND_AUCTION_WINNING_BIDH\000\022V\n\031ntfLandAuct" +
"leOutPlusConstant\030\001 \001(\005\022\030\n\020scaleInCondit" + "ionReservation\030V \001(\01321.ServerMessage.GS2" +
"ion\030\002 \001(\005\022\031\n\021scaleOutCondition\030\003 \001(\005\022\022\n\n" + "GS_NTF_LAND_AUCTION_RESERVATIONH\000\032\207\001\n\004Ch" +
"serverName\030\004 \001(\t\022\020\n\010groupMin\030\005 \001(\005\022\025\n\rgr" + "at\022\027\n\004type\030\001 \001(\0162\t.ChatType\022\026\n\016senderNic" +
"oupCapacity\030\006 \001(\005\032\034\n\032AwsAutoScaleGroupOp" + "kName\030\002 \001(\t\022\024\n\014receiverGuid\030\003 \001(\t\022\'\n\rrec" +
"tionRes\032N\n ExchangeMannequinDisplayItemN" + "eiverstate\030\004 \001(\0162\020.PlayerStateType\022\017\n\007me" +
"oti\022\022\n\nanchorGuid\030\001 \001(\t\022\026\n\016displayItemId" + "ssage\030\005 \001(\t\032&\n\007KickReq\022\r\n\005reqId\030\001 \001(\005\022\014\n" +
"s\030\002 \003(\005\032G\n\tSacleInfo\022\027\n\017ServerGroupName\030" + "\004name\030\002 \001(\t\032I\n\007KickRes\022\r\n\005reqId\030\001 \001(\005\022!\n" +
"\001 \001(\t\022\017\n\007MinSize\030\002 \001(\005\022\020\n\010CapaCity\030\003 \001(\005" + "\007errCode\030\002 \001(\0162\020.ServerErrorCode\022\014\n\004name" +
"\032\032\n\030GetAwsAutoScaleOptionReq\032\263\001\n\030GetAwsA" + "\030\003 \001(\t\032\024\n\022GetServerConfigReq\032I\n\022GetServe" +
"utoScaleOptionRes\022\034\n\024scaleOutPlusConstan" + "rConfigRes\022\022\n\nserverType\030\001 \001(\005\022\017\n\007worldI" +
"t\030\001 \001(\005\022\030\n\020scaleInCondition\030\002 \001(\005\022\031\n\021sca" + "d\030\002 \001(\005\022\016\n\006region\030\003 \001(\005\032\025\n\023WhiteListUpda" +
"leOutCondition\030\003 \001(\005\0222\n\020instanceInfoList" + "teNoti\032\025\n\023BlackListUpdateNoti\032%\n\rInspect" +
"\030\004 \003(\0132\030.ServerMessage.SacleInfo\022\020\n\010isAc" + "ionReq\022\024\n\014isInspection\030\001 \001(\005\032/\n\022ReadyFor" +
"tive\030\005 \001(\005\032^\n\027InviteFriendToMyHomeReq\022\023\n" + "DistroyReq\022\031\n\021isReadyForDistroy\030\001 \001(\005\032*\n" +
"\013inviterGuid\030\001 \001(\t\022\027\n\017inviterNickName\030\002 " + "\026ManagerServerActiveReq\022\020\n\010isActive\030\001 \001(" +
"\001(\t\022\025\n\rinviterRoomId\030\003 \001(\t\032\275\001\n\017ToFiendNo" + "\005\032*\n\026ManagerServerActiveRes\022\020\n\010isActive\030" +
"tiBase\022\020\n\010senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002" + "\001 \001(\005\032(\n\025ChangeServerConfigReq\022\017\n\007maxUse" +
" \001(\t\022\026\n\016senderNickName\030\003 \001(\t\022\023\n\013senderSt" + "r\030\001 \001(\005\032\027\n\025AllKickNormalUserNoti\032&\n\017Rece" +
"ate\030\004 \001(\005\022\023\n\013senderMapId\030\005 \001(\005\022\022\n\nreceiv" + "iveMailNoti\022\023\n\013accountGuid\030\001 \001(\t\032\254\001\n\032Aws" +
"erId\030\006 \001(\t\022\024\n\014receiverGuid\030\007 \001(\t\022\030\n\020rece" + "AutoScaleGroupOptionReq\022\034\n\024scaleOutPlusC" +
"iverNickName\030\010 \001(\t\032\224\001\n\020InviteMyHomeBase\022" + "onstant\030\001 \001(\005\022\030\n\020scaleInCondition\030\002 \001(\005\022" +
"\020\n\010senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n" + "\031\n\021scaleOutCondition\030\003 \001(\005\022\022\n\nserverName" +
"\016senderNickName\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001(" + "\030\004 \001(\t\022\020\n\010groupMin\030\005 \001(\005\022\025\n\rgroupCapacit" +
"\t\022\024\n\014receiverGuid\030\005 \001(\t\022\030\n\020receiverNickN" + "y\030\006 \001(\005\032\034\n\032AwsAutoScaleGroupOptionRes\032N\n" +
"ame\030\006 \001(\t\032n\n\021LoginNotiToFriend\0220\n\010baseIn" + " ExchangeMannequinDisplayItemNoti\022\022\n\nanc" +
"fo\030\001 \001(\0132\036.ServerMessage.ToFiendNotiBase" + "horGuid\030\001 \001(\t\022\026\n\016displayItemIds\030\002 \003(\005\032G\n" +
"\022\'\n\014locationInfo\030\002 \001(\0132\021.UserLocationInf" + "\tSacleInfo\022\027\n\017ServerGroupName\030\001 \001(\t\022\017\n\007M" +
"o\032F\n\022LogoutNotiToFriend\0220\n\010baseInfo\030\001 \001(" + "inSize\030\002 \001(\005\022\020\n\010CapaCity\030\003 \001(\005\032\032\n\030GetAws" +
"\0132\036.ServerMessage.ToFiendNotiBase\032n\n\021Sta" + "AutoScaleOptionReq\032\263\001\n\030GetAwsAutoScaleOp" +
"teNotiToFriend\0220\n\010baseInfo\030\001 \001(\0132\036.Serve" + "tionRes\022\034\n\024scaleOutPlusConstant\030\001 \001(\005\022\030\n" +
"rMessage.ToFiendNotiBase\022\'\n\014locationInfo" + "\020scaleInCondition\030\002 \001(\005\022\031\n\021scaleOutCondi" +
"\030\002 \001(\0132\021.UserLocationInfo\032\335\001\n\027ReceiveInv" + "tion\030\003 \001(\005\0222\n\020instanceInfoList\030\004 \003(\0132\030.S" +
"iteMyHomeNoti\0221\n\010baseInfo\030\001 \001(\0132\037.Server" + "erverMessage.SacleInfo\022\020\n\010isActive\030\005 \001(\005" +
"Message.InviteMyHomeBase\022\027\n\017inviterMyHom" + "\032^\n\027InviteFriendToMyHomeReq\022\023\n\013inviterGu" +
"eId\030\002 \001(\t\022.\n\nexpireTime\030\003 \001(\0132\032.google.p" + "id\030\001 \001(\t\022\027\n\017inviterNickName\030\002 \001(\t\022\025\n\rinv" +
"rotobuf.Timestamp\0223\n\017replyExpireTime\030\004 \001" + "iterRoomId\030\003 \001(\t\032\275\001\n\017ToFiendNotiBase\022\020\n\010" +
"(\0132\032.google.protobuf.Timestamp\022\021\n\tunique" + "senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016se" +
"Key\030\005 \001(\t\032Z\n\025ReplyInviteMyhomeNoti\022\026\n\016ac" + "nderNickName\030\003 \001(\t\022\023\n\013senderState\030\004 \001(\005\022" +
"ceptOrRefuse\030\001 \001(\005\022\022\n\nreceiverId\030\002 \001(\t\022\025" + "\023\n\013senderMapId\030\005 \001(\005\022\022\n\nreceiverId\030\006 \001(\t" +
"\n\rreplyUserGuid\030\003 \001(\t\032?\n\027KickFromFriends" + "\022\024\n\014receiverGuid\030\007 \001(\t\022\030\n\020receiverNickNa" +
"HomeNoti\022\022\n\nkickerGuid\030\001 \001(\t\022\020\n\010kickerId" + "me\030\010 \001(\t\032\224\001\n\020InviteMyHomeBase\022\020\n\010senderI" +
"\030\002 \001(\t\032s\n\021FriendRequestInfo\022\014\n\004guid\030\001 \001(" + "d\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016senderNic" +
"\t\022\020\n\010nickName\030\002 \001(\t\022\r\n\005isNew\030\003 \001(\005\022/\n\013re" + "kName\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001(\t\022\024\n\014recei" +
"questTime\030\004 \001(\0132\032.google.protobuf.Timest" + "verGuid\030\005 \001(\t\022\030\n\020receiverNickName\030\006 \001(\t\032" +
"amp\032^\n\021FriendRequestNoti\0225\n\013requestInfo\030" + "n\n\021LoginNotiToFriend\0220\n\010baseInfo\030\001 \001(\0132\036" +
"\001 \001(\0132 .ServerMessage.FriendRequestInfo\022" + ".ServerMessage.ToFiendNotiBase\022\'\n\014locati" +
"\022\n\nreceiverId\030\002 \001(\t\032\222\001\n\020FriendAcceptNoti" + "onInfo\030\002 \001(\0132\021.UserLocationInfo\032F\n\022Logou" +
"\022\020\n\010senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026" + "tNotiToFriend\0220\n\010baseInfo\030\001 \001(\0132\036.Server" +
"\n\016senderNickName\030\003 \001(\t\022\026\n\016acceptOrRefuse" + "Message.ToFiendNotiBase\032n\n\021StateNotiToFr" +
"\030\004 \001(\005\022\022\n\nreceiverId\030\005 \001(\t\022\024\n\014receiverGu" + "iend\0220\n\010baseInfo\030\001 \001(\0132\036.ServerMessage.T" +
"id\030\006 \001(\t\032z\n\020FriendDeleteNoti\022\020\n\010senderId" + "oFiendNotiBase\022\'\n\014locationInfo\030\002 \001(\0132\021.U" +
"\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016senderNick" + "serLocationInfo\032\335\001\n\027ReceiveInviteMyHomeN" +
"Name\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001(\t\022\024\n\014receiv" + "oti\0221\n\010baseInfo\030\001 \001(\0132\037.ServerMessage.In" +
"erGuid\030\005 \001(\t\032\201\001\n\027CancelFriendRequestNoti" + "viteMyHomeBase\022\027\n\017inviterMyHomeId\030\002 \001(\t\022" +
"\022\020\n\010senderId\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026" + ".\n\nexpireTime\030\003 \001(\0132\032.google.protobuf.Ti" +
"\n\016senderNickName\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001" + "mestamp\0223\n\017replyExpireTime\030\004 \001(\0132\032.googl" +
"(\t\022\024\n\014receiverGuid\030\005 \001(\t\032\035\n\033KickedFromFr" + "e.protobuf.Timestamp\022\021\n\tuniqueKey\030\005 \001(\t\032" +
"iendsMyHomeNoti\032\227\001\n%GS2GS_REQ_RESERVATIO" + "Z\n\025ReplyInviteMyhomeNoti\022\026\n\016acceptOrRefu" +
"N_ENTER_TO_SERVER\022!\n\010moveType\030\001 \001(\0162\017.Se" + "se\030\001 \001(\005\022\022\n\nreceiverId\030\002 \001(\t\022\025\n\rreplyUse" +
"rverMoveType\022\031\n\021requestServerName\030\002 \001(\t\022" + "rGuid\030\003 \001(\t\032?\n\027KickFromFriendsHomeNoti\022\022" +
"\027\n\017requestUserGuid\030\003 \001(\t\022\027\n\017summonPartyG" + "\n\nkickerGuid\030\001 \001(\t\022\020\n\010kickerId\030\002 \001(\t\032s\n\021" +
"uid\030\004 \001(\t\032|\n%GS2GS_ACK_RESERVATION_ENTER" + "FriendRequestInfo\022\014\n\004guid\030\001 \001(\t\022\020\n\010nickN" +
"_TO_SERVER\022\027\n\006result\030\001 \001(\0132\007.Result\022\033\n\023r" + "ame\030\002 \001(\t\022\r\n\005isNew\030\003 \001(\005\022/\n\013requestTime\030" +
"eservationUserGuid\030\002 \001(\t\022\035\n\025reservationS" + "\004 \001(\0132\032.google.protobuf.Timestamp\032^\n\021Fri" +
"erverName\030\003 \001(\t\032\\\n&GS2GS_REQ_RESERVATION" + "endRequestNoti\0225\n\013requestInfo\030\001 \001(\0132 .Se" +
"_CANCEL_TO_SERVER\022\031\n\021requestServerName\030\001" + "rverMessage.FriendRequestInfo\022\022\n\nreceive" +
" \001(\t\022\027\n\017requestUserGuid\030\002 \001(\t\032A\n&GS2GS_A" + "rId\030\002 \001(\t\032\222\001\n\020FriendAcceptNoti\022\020\n\010sender" +
"CK_RESERVATION_CANCEL_TO_SERVER\022\027\n\017reque" + "Id\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016senderNi" +
"stUserGuid\030\001 \001(\t\0326\n\034GS2GS_NTF_RETURN_USE" + "ckName\030\003 \001(\t\022\026\n\016acceptOrRefuse\030\004 \001(\005\022\022\n\n" +
"R_LOGOUT\022\026\n\016returnUserGuid\030\001 \001(\t\032R\n\034GS2C" + "receiverId\030\005 \001(\t\022\024\n\014receiverGuid\030\006 \001(\t\032z" +
"_NTF_FRIEND_LEAVING_HOME\022\014\n\004guid\030\001 \001(\t\022\020" + "\n\020FriendDeleteNoti\022\020\n\010senderId\030\001 \001(\t\022\022\n\n" +
"\n\010nickName\030\002 \001(\t\022\022\n\nreceiverId\030\003 \001(\t\032B\n\023" + "senderGuid\030\002 \001(\t\022\026\n\016senderNickName\030\003 \001(\t" +
"GS2C_NTF_PARTY_INFO\022\021\n\tpartyGuid\030\001 \001(\t\022\030" + "\022\022\n\nreceiverId\030\004 \001(\t\022\024\n\014receiverGuid\030\005 \001" +
"\n\020partyMemberGuids\030\002 \003(\t\032x\n\023GS2C_NTF_PAR" + "(\t\032\201\001\n\027CancelFriendRequestNoti\022\020\n\010sender" +
"TY_CHAT\022\021\n\tpartyGuid\030\001 \001(\t\022\027\n\017partySende" + "Id\030\001 \001(\t\022\022\n\nsenderGuid\030\002 \001(\t\022\026\n\016senderNi" +
"rGuid\030\002 \001(\t\022\033\n\023partySenderNickname\030\003 \001(\t" + "ckName\030\003 \001(\t\022\022\n\nreceiverId\030\004 \001(\t\022\024\n\014rece" +
"\022\030\n\020partySendMessage\030\004 \001(\t\032\214\001\n\034GS2C_NTF_" + "iverGuid\030\005 \001(\t\032\035\n\033KickedFromFriendsMyHom" +
"PARTY_INVITE_RESULT\022#\n\terrorCode\030\001 \001(\0162\020" + "eNoti\032\227\001\n%GS2GS_REQ_RESERVATION_ENTER_TO" +
".ServerErrorCode\022\027\n\017invitePartyGuid\030\002 \001(" + "_SERVER\022!\n\010moveType\030\001 \001(\0162\017.ServerMoveTy" +
"\t\022\026\n\016inviteHostGuid\030\003 \001(\t\022\026\n\016inviteUserG" + "pe\022\031\n\021requestServerName\030\002 \001(\t\022\027\n\017request" +
"uid\030\004 \001(\t\0322\n\026GS2C_NTF_DESTROY_PARTY\022\030\n\020d" + "UserGuid\030\003 \001(\t\022\027\n\017summonPartyGuid\030\004 \001(\t\032" +
"estroyPartyGuid\030\001 \001(\t\032a\n\017InvitePartyNoti" + "|\n%GS2GS_ACK_RESERVATION_ENTER_TO_SERVER" +
"\022\026\n\016inviteUserGuid\030\001 \001(\t\022\035\n\025invitePartyL" + "\022\027\n\006result\030\001 \001(\0132\007.Result\022\033\n\023reservation" +
"eaderGuid\030\002 \001(\t\022\027\n\017invitePartyGuid\030\003 \001(\t" + "UserGuid\030\002 \001(\t\022\035\n\025reservationServerName\030" +
"\032~\n\024ReplyInvitePartyNoti\022\027\n\017invitePartyG" + "\003 \001(\t\032\\\n&GS2GS_REQ_RESERVATION_CANCEL_TO" +
"uid\030\001 \001(\t\022\026\n\016inviteUserGuid\030\002 \001(\t\022\032\n\022inv" + "_SERVER\022\031\n\021requestServerName\030\001 \001(\t\022\027\n\017re" +
"iteUserNickname\030\003 \001(\t\022\031\n\006result\030\004 \001(\0162\t." + "questUserGuid\030\002 \001(\t\032A\n&GS2GS_ACK_RESERVA" +
"BoolType\032L\n\017CreatePartyNoti\022 \n\030joinParty" + "TION_CANCEL_TO_SERVER\022\027\n\017requestUserGuid" +
"MemberAccountId\030\001 \001(\t\022\027\n\017createPartyGuid" + "\030\001 \001(\t\0326\n\034GS2GS_NTF_RETURN_USER_LOGOUT\022\026" +
"\030\002 \001(\t\032E\n\023JoinPartyMemberNoti\022\021\n\tpartyGu" + "\n\016returnUserGuid\030\001 \001(\t\032R\n\034GS2C_NTF_FRIEN" +
"id\030\001 \001(\t\022\033\n\023joinPartyMemberInfo\030\002 \001(\t\032_\n" + "D_LEAVING_HOME\022\014\n\004guid\030\001 \001(\t\022\020\n\010nickName" +
"\024LeavePartyMemberNoti\022\021\n\tpartyGuid\030\001 \001(\t" + "\030\002 \001(\t\022\022\n\nreceiverId\030\003 \001(\t\032B\n\023GS2C_NTF_P" +
"\022\032\n\022leavePartyUserGuid\030\002 \001(\t\022\030\n\005isBan\030\003 " + "ARTY_INFO\022\021\n\tpartyGuid\030\001 \001(\t\022\030\n\020partyMem" +
"\001(\0162\t.BoolType\032a\n\031ChangePartyServerNameN" + "berGuids\030\002 \003(\t\032x\n\023GS2C_NTF_PARTY_CHAT\022\021\n" +
"oti\022\021\n\tpartyGuid\030\001 \001(\t\022\035\n\nisAddition\030\002 \001" + "\tpartyGuid\030\001 \001(\t\022\027\n\017partySenderGuid\030\002 \001(" +
"(\0162\t.BoolType\022\022\n\nServerName\030\003 \001(\t\032H\n\031Rem" + "\t\022\033\n\023partySenderNickname\030\003 \001(\t\022\030\n\020partyS" +
"ovePartyServerNameNoti\022\021\n\tpartyGuid\030\001 \001(" + "endMessage\030\004 \001(\t\032\214\001\n\034GS2C_NTF_PARTY_INVI" +
"\t\022\030\n\020removeServerName\030\002 \001(\t\032F\n\025ChangePar" + "TE_RESULT\022#\n\terrorCode\030\001 \001(\0162\020.ServerErr" +
"tyLeaderNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\032\n\022newPa" + "orCode\022\027\n\017invitePartyGuid\030\002 \001(\t\022\026\n\016invit" +
"rtyLeaderGuid\030\002 \001(\t\032@\n\025ExchangePartyName" + "eHostGuid\030\003 \001(\t\022\026\n\016inviteUserGuid\030\004 \001(\t\032" +
"Noti\022\021\n\tpartyGuid\030\001 \001(\t\022\024\n\014newPartyName\030" + "2\n\026GS2C_NTF_DESTROY_PARTY\022\030\n\020destroyPart" +
"\002 \001(\t\0324\n\031JoiningPartyFlagResetNoti\022\027\n\017ta" + "yGuid\030\001 \001(\t\032a\n\017InvitePartyNoti\022\026\n\016invite" +
"rgetAccountId\030\001 \001(\t\032X\n\033ExchangePartyMemb" + "UserGuid\030\001 \001(\t\022\035\n\025invitePartyLeaderGuid\030" +
"erMarkNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016memberU" + "\002 \001(\t\022\027\n\017invitePartyGuid\030\003 \001(\t\032~\n\024ReplyI" +
"serGuid\030\002 \001(\t\022\016\n\006markId\030\003 \001(\005\0328\n\014BanPart" + "nvitePartyNoti\022\027\n\017invitePartyGuid\030\001 \001(\t\022" +
"yNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\025\n\rbanMemberGui" + "\026\n\016inviteUserGuid\030\002 \001(\t\022\032\n\022inviteUserNic" +
"d\030\002 \001(\t\032{\n\025SummonPartyMemberNoti\022\027\n\017summ" + "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(" + "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" + "\t\022,\n\006result\030\003 \001(\0162\034.SummonPartyMemberRes" +
"\030\004 \001(\0132\004.Pos\032{\n\032ReplySummonPartyMemberNo" + "ultType\032\020\n\016NoticeChatNoti\032\020\n\016SystemMailN" +
"ti\022\027\n\017summonPartyGuid\030\001 \001(\t\022\026\n\016summonUse" + "oti\032h\n\rPartyVoteNoti\022\021\n\tpartyGuid\030\001 \001(\t\022" +
"rGuid\030\002 \001(\t\022,\n\006result\030\003 \001(\0162\034.SummonPart" + "\021\n\tvoteTitle\030\002 \001(\t\0221\n\rvoteStartTime\030\003 \001(" +
"yMemberResultType\032\020\n\016NoticeChatNoti\032\020\n\016S" + "\0132\032.google.protobuf.Timestamp\032X\n\022ReplyPa" +
"ystemMailNoti\032h\n\rPartyVoteNoti\022\021\n\tpartyG" + "rtyVoteNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016partyV" +
"uid\030\001 \001(\t\022\021\n\tvoteTitle\030\002 \001(\t\0221\n\rvoteStar" + "oterGuid\030\002 \001(\t\022\027\n\004vote\030\003 \001(\0162\t.VoteType\032" +
"tTime\030\003 \001(\0132\032.google.protobuf.Timestamp\032" + "u\n\023PartyVoteResultNoti\022\021\n\tpartyGuid\030\001 \001(" +
"X\n\022ReplyPartyVoteNoti\022\021\n\tpartyGuid\030\001 \001(\t" + "\t\022\021\n\tvoteTitle\030\002 \001(\t\022\022\n\nresultTrue\030\003 \001(\005" +
"\022\026\n\016partyVoterGuid\030\002 \001(\t\022\027\n\004vote\030\003 \001(\0162\t" + "\022\023\n\013resultFalse\030\004 \001(\005\022\017\n\007abstain\030\005 \001(\005\032*" +
".VoteType\032u\n\023PartyVoteResultNoti\022\021\n\tpart" + "\n\025PartyInstanceInfoNoti\022\021\n\tpartyGuid\030\001 \001" +
"yGuid\030\001 \001(\t\022\021\n\tvoteTitle\030\002 \001(\t\022\022\n\nresult" + "(\t\032`\n\017SessionInfoNoti\022\022\n\ninstanceId\030\001 \001(" +
"True\030\003 \001(\005\022\023\n\013resultFalse\030\004 \001(\005\022\017\n\007absta" + "\t\022\024\n\014sessionCount\030\002 \001(\005\022\022\n\nserverType\030\003 " +
"in\030\005 \001(\005\032*\n\025PartyInstanceInfoNoti\022\021\n\tpar" + "\001(\005\022\017\n\007worldId\030\004 \001(\005\032O\n\033CancelSummonPart" +
"tyGuid\030\001 \001(\t\032`\n\017SessionInfoNoti\022\022\n\ninsta" + "yMemberNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\035\n\025cancel" +
"nceId\030\001 \001(\t\022\024\n\014sessionCount\030\002 \001(\005\022\022\n\nser" + "SummonUserGuids\030\002 \003(\t\032E\n\027PartyMemberLoca" +
"verType\030\003 \001(\005\022\017\n\007worldId\030\004 \001(\005\032O\n\033Cancel" + "tionNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\027\n\017partyMemb" +
"SummonPartyMemberNoti\022\021\n\tpartyGuid\030\001 \001(\t" + "erGuid\030\002 \001(\t\032I\n\034GS2GS_NTF_CLEAR_PARTY_SU" +
"\022\035\n\025cancelSummonUserGuids\030\002 \003(\t\032E\n\027Party" + "MMON\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016memberUserGui" +
"MemberLocationNoti\022\021\n\tpartyGuid\030\001 \001(\t\022\027\n" + "d\030\002 \001(\t\032O\n\"GS2GS_NTF_DELETE_PARTY_INVITE" +
"\017partyMemberGuid\030\002 \001(\t\032I\n\034GS2GS_NTF_CLEA" + "_SEND\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016inviteUserGu" +
"R_PARTY_SUMMON\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016mem" + "id\030\002 \001(\t\032\263\001\n\024GS2GS_NTF_CRAFT_HELP\022\016\n\006roo" +
"berUserGuid\030\002 \001(\t\032O\n\"GS2GS_NTF_DELETE_PA" + "mId\030\001 \001(\t\022\023\n\013anchor_guid\030\002 \001(\t\0223\n\017craftF" +
"RTY_INVITE_SEND\022\021\n\tpartyGuid\030\001 \001(\t\022\026\n\016in" + "inishTime\030\003 \001(\0132\032.google.protobuf.Timest" +
"viteUserGuid\030\002 \001(\t\032\263\001\n\024GS2GS_NTF_CRAFT_H" + "amp\022\021\n\townerGuid\030\004 \001(\t\022\030\n\020ownerHelpedCou" +
"ELP\022\016\n\006roomId\030\001 \001(\t\022\023\n\013anchor_guid\030\002 \001(\t" + "nt\030\005 \001(\005\022\024\n\014helpUserName\030\006 \001(\t\032`\n\031GS2GS_" +
"\0223\n\017craftFinishTime\030\003 \001(\0132\032.google.proto" + "NTF_EXCHANGE_MYHOME\022\016\n\006roomId\030\001 \001(\t\022\022\n\nm" +
"buf.Timestamp\022\021\n\townerGuid\030\004 \001(\t\022\030\n\020owne" + "yhomeGuid\030\002 \001(\t\022\037\n\nmyhomeInfo\030\003 \001(\0132\013.My" +
"rHelpedCount\030\005 \001(\005\022\024\n\014helpUserName\030\006 \001(\t" + "HomeInfo\032 \n\036GS2GS_NTF_UGC_NPC_RANK_REFRE" +
"\032`\n\031GS2GS_NTF_EXCHANGE_MYHOME\022\016\n\006roomId\030" + "SH\032O\n%GS2GS_NTF_MYHOME_HOST_ENTER_EDIT_R" +
"\001 \001(\t\022\022\n\nmyhomeGuid\030\002 \001(\t\022\037\n\nmyhomeInfo\030" + "OOM\022\016\n\006roomId\030\001 \001(\t\022\026\n\016exceptUserGuid\030\002 " +
"\003 \001(\0132\013.MyHomeInfo\032 \n\036GS2GS_NTF_UGC_NPC_" + "\001(\t\032l\n\024MOS2GS_NTF_USER_KICK\022\020\n\010userGuid\030" +
"RANK_REFRESH\032O\n%GS2GS_NTF_MYHOME_HOST_EN" + "\001 \001(\t\022+\n\020logoutReasonType\030\002 \001(\0162\021.Logout" +
"TER_EDIT_ROOM\022\016\n\006roomId\030\001 \001(\t\022\026\n\016exceptU" + "ReasonType\022\025\n\rkickReasonMsg\030\003 \001(\t\032\316\001\n\024MO" +
"serGuid\030\002 \001(\t\032l\n\024MOS2GS_NTF_USER_KICK\022\020\n" + "S2GS_NTF_MAIL_SEND\022\020\n\010userGuid\030\001 \001(\t\022\020\n\010" +
"\010userGuid\030\001 \001(\t\022+\n\020logoutReasonType\030\002 \001(" + "mailType\030\002 \001(\t\022\033\n\010itemList\030\003 \003(\0132\t.MailI" +
"\0162\021.LogoutReasonType\022\025\n\rkickReasonMsg\030\003 " + "tem\022&\n\005title\030\004 \003(\0132\027.OperationSystemMess" +
"\001(\t\032\316\001\n\024MOS2GS_NTF_MAIL_SEND\022\020\n\010userGuid" + "age\022$\n\003msg\030\005 \003(\0132\027.OperationSystemMessag" +
"\030\001 \001(\t\022\020\n\010mailType\030\002 \001(\t\022\033\n\010itemList\030\003 \003" + "e\022\'\n\006sender\030\006 \003(\0132\027.OperationSystemMessa" +
"(\0132\t.MailItem\022&\n\005title\030\004 \003(\0132\027.Operation" + "ge\032\203\001\n\026MOS2GS_NTF_NOTICE_CHAT\022\022\n\nnoticeT" +
"SystemMessage\022$\n\003msg\030\005 \003(\0132\027.OperationSy" + "ype\030\001 \003(\t\022,\n\013chatMessage\030\002 \003(\0132\027.Operati" +
"stemMessage\022\'\n\006sender\030\006 \003(\0132\027.OperationS" + "onSystemMessage\022\'\n\006sender\030\003 \003(\0132\027.Operat" +
"ystemMessage\032\203\001\n\026MOS2GS_NTF_NOTICE_CHAT\022" + "ionSystemMessage\032q\n\026GS2MQS_NTF_FARMING_E" +
"\022\n\nnoticeType\030\001 \003(\t\022,\n\013chatMessage\030\002 \003(\013" + "ND\022\020\n\010userGuid\030\001 \001(\t\022\'\n\016farmingSummary\030\005" +
"2\027.OperationSystemMessage\022\'\n\006sender\030\003 \003(" + " \001(\0132\017.FarmingSummary\022\034\n\tisApplyDb\030\006 \001(\016" +
"\0132\027.OperationSystemMessage\032q\n\026GS2MQS_NTF" + "2\t.BoolType\032v\n\036GS2MQS_NTF_BEACON_COMPACT" +
"_FARMING_END\022\020\n\010userGuid\030\001 \001(\t\022\'\n\016farmin" + "_SYNC\022\020\n\010userGuid\030\001 \001(\t\022%\n\rugcNpcCompact" +
"gSummary\030\005 \001(\0132\017.FarmingSummary\022\034\n\tisApp" + "\030\005 \001(\0132\016.UgcNpcCompact\022\033\n\023locatedInstanc" +
"lyDb\030\006 \001(\0162\t.BoolType\032v\n\036GS2MQS_NTF_BEAC" + "eGuid\030\006 \001(\t\032z\n\024GS2GS_NTF_RENT_FLOOR\022\030\n\020e" +
"ON_COMPACT_SYNC\022\020\n\010userGuid\030\001 \001(\t\022%\n\rugc" + "xceptServerName\030\001 \001(\t\0223\n\024rentFloorReques" +
"NpcCompact\030\005 \001(\0132\016.UgcNpcCompact\022\033\n\023loca" + "tInfo\030\002 \001(\0132\025.RentFloorRequestInfo\022\023\n\013ug" +
"tedInstanceGuid\030\006 \001(\t\032z\n\024GS2GS_NTF_RENT_" + "cNpcGuids\030\003 \003(\t\032w\n#GS2GS_NTF_MODIFY_FLOO" +
"FLOOR\022\030\n\020exceptServerName\030\001 \001(\t\0223\n\024rentF" + "R_LINKED_INFOS\022\030\n\020exceptServerName\030\001 \001(\t" +
"loorRequestInfo\030\002 \001(\0132\025.RentFloorRequest" + "\0226\n\026modifyFloorLinkedInfos\030\002 \003(\0132\026.Modif" +
"Info\022\023\n\013ugcNpcGuids\030\003 \003(\t\032w\n#GS2GS_NTF_M" + "yFloorLinkedInfo\032g\n\'OS2GS_REQ_CREATE_CAL" +
"ODIFY_FLOOR_LINKED_INFOS\022\030\n\020exceptServer" + "IUM_CONTENT_STORAGE\022\031\n\021requestServerName" +
"Name\030\001 \001(\t\0226\n\026modifyFloorLinkedInfos\030\002 \003" + "\030\001 \001(\t\022\021\n\tcontentId\030\002 \001(\t\022\016\n\006calium\030\003 \001(" +
"(\0132\026.ModifyFloorLinkedInfoB\005\n\003msgB/\n+com" + "\001\032B\n\'OS2GS_ACK_CREATE_CALIUM_CONTENT_STO" +
".caliverse.admin.domain.RabbitMq.message" + "RAGE\022\027\n\006result\030\001 \001(\0132\007.Result\032&\n$GS2GS_N" +
"P\001b\006proto3" "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 descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData, .internalBuildGeneratedFileFrom(descriptorData,
@@ -763,7 +861,7 @@ public final class ServerMessageOuterClass {
internal_static_ServerMessage_fieldAccessorTable = new internal_static_ServerMessage_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_ServerMessage_descriptor, 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_Chat_descriptor =
internal_static_ServerMessage_descriptor.getNestedTypes().get(0); internal_static_ServerMessage_descriptor.getNestedTypes().get(0);
internal_static_ServerMessage_Chat_fieldAccessorTable = new internal_static_ServerMessage_Chat_fieldAccessorTable = new
@@ -1250,6 +1348,66 @@ public final class ServerMessageOuterClass {
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_ServerMessage_GS2GS_NTF_MODIFY_FLOOR_LINKED_INFOS_descriptor, internal_static_ServerMessage_GS2GS_NTF_MODIFY_FLOOR_LINKED_INFOS_descriptor,
new java.lang.String[] { "ExceptServerName", "ModifyFloorLinkedInfos", }); 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.google.protobuf.TimestampProto.getDescriptor();
com.caliverse.admin.domain.RabbitMq.message.DefineCommon.getDescriptor(); com.caliverse.admin.domain.RabbitMq.message.DefineCommon.getDescriptor();
com.caliverse.admin.domain.RabbitMq.message.DefineResult.getDescriptor(); com.caliverse.admin.domain.RabbitMq.message.DefineResult.getDescriptor();