proto 업데이트
This commit is contained in:
@@ -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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> profits = 1;</code>
|
||||
*/
|
||||
int getProfitsCount();
|
||||
/**
|
||||
* <pre>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> 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>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> profits = 1;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, com.caliverse.admin.domain.RabbitMq.message.Money>
|
||||
getProfitsMap();
|
||||
/**
|
||||
* <pre>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> profits = 1;</code>
|
||||
*/
|
||||
/* nullable */
|
||||
com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrDefault(
|
||||
int key,
|
||||
/* nullable */
|
||||
com.caliverse.admin.domain.RabbitMq.message.Money defaultValue);
|
||||
/**
|
||||
* <pre>
|
||||
* <CurrencyType, Money>
|
||||
* </pre>
|
||||
*
|
||||
* <code>map<int32, .Money> profits = 1;</code>
|
||||
*/
|
||||
com.caliverse.admin.domain.RabbitMq.message.Money getProfitsOrThrow(
|
||||
int key);
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1084,5 +1084,140 @@ public interface ServerMessageOrBuilder extends
|
||||
*/
|
||||
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();
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user