|
|
|
@@ -0,0 +1,848 @@
|
|
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
|
// source: GPVPMessage.proto
|
|
|
|
|
|
|
|
|
|
package cn.jisol.game.proto;
|
|
|
|
|
|
|
|
|
|
public final class GPVPMessage {
|
|
|
|
|
private GPVPMessage() {}
|
|
|
|
|
public static void registerAllExtensions(
|
|
|
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static void registerAllExtensions(
|
|
|
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
|
|
|
registerAllExtensions(
|
|
|
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
|
|
|
}
|
|
|
|
|
public interface GPVPStartOrBuilder extends
|
|
|
|
|
// @@protoc_insertion_point(interface_extends:GPVPStart)
|
|
|
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @return The leftTactical.
|
|
|
|
|
*/
|
|
|
|
|
java.lang.String getLeftTactical();
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @return The bytes for leftTactical.
|
|
|
|
|
*/
|
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
|
getLeftTacticalBytes();
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @return The rightTactical.
|
|
|
|
|
*/
|
|
|
|
|
java.lang.String getRightTactical();
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @return The bytes for rightTactical.
|
|
|
|
|
*/
|
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
|
getRightTacticalBytes();
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*PVP 开始
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* Protobuf type {@code GPVPStart}
|
|
|
|
|
*/
|
|
|
|
|
public static final class GPVPStart extends
|
|
|
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
|
|
|
// @@protoc_insertion_point(message_implements:GPVPStart)
|
|
|
|
|
GPVPStartOrBuilder {
|
|
|
|
|
private static final long serialVersionUID = 0L;
|
|
|
|
|
// Use GPVPStart.newBuilder() to construct.
|
|
|
|
|
private GPVPStart(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
|
|
super(builder);
|
|
|
|
|
}
|
|
|
|
|
private GPVPStart() {
|
|
|
|
|
leftTactical_ = "";
|
|
|
|
|
rightTactical_ = "";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
@SuppressWarnings({"unused"})
|
|
|
|
|
protected java.lang.Object newInstance(
|
|
|
|
|
UnusedPrivateParameter unused) {
|
|
|
|
|
return new GPVPStart();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
|
|
|
getUnknownFields() {
|
|
|
|
|
return this.unknownFields;
|
|
|
|
|
}
|
|
|
|
|
private GPVPStart(
|
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
|
this();
|
|
|
|
|
if (extensionRegistry == null) {
|
|
|
|
|
throw new java.lang.NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
|
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
|
|
|
try {
|
|
|
|
|
boolean done = false;
|
|
|
|
|
while (!done) {
|
|
|
|
|
int tag = input.readTag();
|
|
|
|
|
switch (tag) {
|
|
|
|
|
case 0:
|
|
|
|
|
done = true;
|
|
|
|
|
break;
|
|
|
|
|
case 10: {
|
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
|
|
|
|
|
|
leftTactical_ = s;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
case 18: {
|
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
|
|
|
|
|
|
rightTactical_ = s;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
default: {
|
|
|
|
|
if (!parseUnknownField(
|
|
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
|
|
done = true;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
|
throw e.setUnfinishedMessage(this);
|
|
|
|
|
} catch (com.google.protobuf.UninitializedMessageException e) {
|
|
|
|
|
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
|
|
|
|
|
} catch (java.io.IOException e) {
|
|
|
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
|
|
|
e).setUnfinishedMessage(this);
|
|
|
|
|
} finally {
|
|
|
|
|
this.unknownFields = unknownFields.build();
|
|
|
|
|
makeExtensionsImmutable();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
|
getDescriptor() {
|
|
|
|
|
return GPVPMessage.internal_static_GPVPStart_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
|
return GPVPMessage.internal_static_GPVPStart_fieldAccessorTable
|
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
|
GPVPMessage.GPVPStart.class, GPVPMessage.GPVPStart.Builder.class);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static final int LEFTTACTICAL_FIELD_NUMBER = 1;
|
|
|
|
|
private volatile java.lang.Object leftTactical_;
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @return The leftTactical.
|
|
|
|
|
*/
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public java.lang.String getLeftTactical() {
|
|
|
|
|
java.lang.Object ref = leftTactical_;
|
|
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
|
} else {
|
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
|
leftTactical_ = s;
|
|
|
|
|
return s;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @return The bytes for leftTactical.
|
|
|
|
|
*/
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
|
getLeftTacticalBytes() {
|
|
|
|
|
java.lang.Object ref = leftTactical_;
|
|
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
|
(java.lang.String) ref);
|
|
|
|
|
leftTactical_ = b;
|
|
|
|
|
return b;
|
|
|
|
|
} else {
|
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static final int RIGHTTACTICAL_FIELD_NUMBER = 2;
|
|
|
|
|
private volatile java.lang.Object rightTactical_;
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @return The rightTactical.
|
|
|
|
|
*/
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public java.lang.String getRightTactical() {
|
|
|
|
|
java.lang.Object ref = rightTactical_;
|
|
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
|
} else {
|
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
|
rightTactical_ = s;
|
|
|
|
|
return s;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @return The bytes for rightTactical.
|
|
|
|
|
*/
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
|
getRightTacticalBytes() {
|
|
|
|
|
java.lang.Object ref = rightTactical_;
|
|
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
|
(java.lang.String) ref);
|
|
|
|
|
rightTactical_ = b;
|
|
|
|
|
return b;
|
|
|
|
|
} else {
|
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
|
byte isInitialized = memoizedIsInitialized;
|
|
|
|
|
if (isInitialized == 1) return true;
|
|
|
|
|
if (isInitialized == 0) return false;
|
|
|
|
|
|
|
|
|
|
memoizedIsInitialized = 1;
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
|
|
|
throws java.io.IOException {
|
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(leftTactical_)) {
|
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, leftTactical_);
|
|
|
|
|
}
|
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rightTactical_)) {
|
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, rightTactical_);
|
|
|
|
|
}
|
|
|
|
|
unknownFields.writeTo(output);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public int getSerializedSize() {
|
|
|
|
|
int size = memoizedSize;
|
|
|
|
|
if (size != -1) return size;
|
|
|
|
|
|
|
|
|
|
size = 0;
|
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(leftTactical_)) {
|
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, leftTactical_);
|
|
|
|
|
}
|
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rightTactical_)) {
|
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, rightTactical_);
|
|
|
|
|
}
|
|
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
|
|
memoizedSize = size;
|
|
|
|
|
return size;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public boolean equals(final java.lang.Object obj) {
|
|
|
|
|
if (obj == this) {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
if (!(obj instanceof GPVPMessage.GPVPStart)) {
|
|
|
|
|
return super.equals(obj);
|
|
|
|
|
}
|
|
|
|
|
GPVPMessage.GPVPStart other = (GPVPMessage.GPVPStart) obj;
|
|
|
|
|
|
|
|
|
|
if (!getLeftTactical()
|
|
|
|
|
.equals(other.getLeftTactical())) return false;
|
|
|
|
|
if (!getRightTactical()
|
|
|
|
|
.equals(other.getRightTactical())) return false;
|
|
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public int hashCode() {
|
|
|
|
|
if (memoizedHashCode != 0) {
|
|
|
|
|
return memoizedHashCode;
|
|
|
|
|
}
|
|
|
|
|
int hash = 41;
|
|
|
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
|
|
|
hash = (37 * hash) + LEFTTACTICAL_FIELD_NUMBER;
|
|
|
|
|
hash = (53 * hash) + getLeftTactical().hashCode();
|
|
|
|
|
hash = (37 * hash) + RIGHTTACTICAL_FIELD_NUMBER;
|
|
|
|
|
hash = (53 * hash) + getRightTactical().hashCode();
|
|
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
|
|
memoizedHashCode = hash;
|
|
|
|
|
return hash;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static GPVPMessage.GPVPStart parseFrom(
|
|
|
|
|
java.nio.ByteBuffer data)
|
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart parseFrom(
|
|
|
|
|
java.nio.ByteBuffer data,
|
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart parseFrom(
|
|
|
|
|
com.google.protobuf.ByteString data)
|
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart parseFrom(
|
|
|
|
|
com.google.protobuf.ByteString data,
|
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart parseFrom(byte[] data)
|
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart parseFrom(
|
|
|
|
|
byte[] data,
|
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart parseFrom(java.io.InputStream input)
|
|
|
|
|
throws java.io.IOException {
|
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart 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 GPVPMessage.GPVPStart parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
|
throws java.io.IOException {
|
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart 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 GPVPMessage.GPVPStart parseFrom(
|
|
|
|
|
com.google.protobuf.CodedInputStream input)
|
|
|
|
|
throws java.io.IOException {
|
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
|
}
|
|
|
|
|
public static GPVPMessage.GPVPStart 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(GPVPMessage.GPVPStart 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;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*PVP 开始
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* Protobuf type {@code GPVPStart}
|
|
|
|
|
*/
|
|
|
|
|
public static final class Builder extends
|
|
|
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
|
|
// @@protoc_insertion_point(builder_implements:GPVPStart)
|
|
|
|
|
GPVPMessage.GPVPStartOrBuilder {
|
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
|
getDescriptor() {
|
|
|
|
|
return GPVPMessage.internal_static_GPVPStart_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
|
return GPVPMessage.internal_static_GPVPStart_fieldAccessorTable
|
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
|
GPVPMessage.GPVPStart.class, GPVPMessage.GPVPStart.Builder.class);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Construct using cn.jisol.game.proto.GPVPMessage.GPVPStart.newBuilder()
|
|
|
|
|
private Builder() {
|
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Builder(
|
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
|
super(parent);
|
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
|
}
|
|
|
|
|
private void maybeForceBuilderInitialization() {
|
|
|
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
|
|
|
.alwaysUseFieldBuilders) {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clear() {
|
|
|
|
|
super.clear();
|
|
|
|
|
leftTactical_ = "";
|
|
|
|
|
|
|
|
|
|
rightTactical_ = "";
|
|
|
|
|
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
|
|
|
getDescriptorForType() {
|
|
|
|
|
return GPVPMessage.internal_static_GPVPStart_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public GPVPMessage.GPVPStart getDefaultInstanceForType() {
|
|
|
|
|
return GPVPMessage.GPVPStart.getDefaultInstance();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public GPVPMessage.GPVPStart build() {
|
|
|
|
|
GPVPMessage.GPVPStart result = buildPartial();
|
|
|
|
|
if (!result.isInitialized()) {
|
|
|
|
|
throw newUninitializedMessageException(result);
|
|
|
|
|
}
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public GPVPMessage.GPVPStart buildPartial() {
|
|
|
|
|
GPVPMessage.GPVPStart result = new GPVPMessage.GPVPStart(this);
|
|
|
|
|
result.leftTactical_ = leftTactical_;
|
|
|
|
|
result.rightTactical_ = rightTactical_;
|
|
|
|
|
onBuilt();
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clone() {
|
|
|
|
|
return super.clone();
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder setField(
|
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
|
java.lang.Object value) {
|
|
|
|
|
return super.setField(field, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clearField(
|
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
|
|
|
return super.clearField(field);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clearOneof(
|
|
|
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
|
|
|
return super.clearOneof(oneof);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder setRepeatedField(
|
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
|
int index, java.lang.Object value) {
|
|
|
|
|
return super.setRepeatedField(field, index, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder addRepeatedField(
|
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
|
java.lang.Object value) {
|
|
|
|
|
return super.addRepeatedField(field, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
|
|
if (other instanceof GPVPMessage.GPVPStart) {
|
|
|
|
|
return mergeFrom((GPVPMessage.GPVPStart)other);
|
|
|
|
|
} else {
|
|
|
|
|
super.mergeFrom(other);
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Builder mergeFrom(GPVPMessage.GPVPStart other) {
|
|
|
|
|
if (other == GPVPMessage.GPVPStart.getDefaultInstance()) return this;
|
|
|
|
|
if (!other.getLeftTactical().isEmpty()) {
|
|
|
|
|
leftTactical_ = other.leftTactical_;
|
|
|
|
|
onChanged();
|
|
|
|
|
}
|
|
|
|
|
if (!other.getRightTactical().isEmpty()) {
|
|
|
|
|
rightTactical_ = other.rightTactical_;
|
|
|
|
|
onChanged();
|
|
|
|
|
}
|
|
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
|
|
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 {
|
|
|
|
|
GPVPMessage.GPVPStart parsedMessage = null;
|
|
|
|
|
try {
|
|
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
|
parsedMessage = (GPVPMessage.GPVPStart) e.getUnfinishedMessage();
|
|
|
|
|
throw e.unwrapIOException();
|
|
|
|
|
} finally {
|
|
|
|
|
if (parsedMessage != null) {
|
|
|
|
|
mergeFrom(parsedMessage);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private java.lang.Object leftTactical_ = "";
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @return The leftTactical.
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getLeftTactical() {
|
|
|
|
|
java.lang.Object ref = leftTactical_;
|
|
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
|
leftTactical_ = s;
|
|
|
|
|
return s;
|
|
|
|
|
} else {
|
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @return The bytes for leftTactical.
|
|
|
|
|
*/
|
|
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
|
getLeftTacticalBytes() {
|
|
|
|
|
java.lang.Object ref = leftTactical_;
|
|
|
|
|
if (ref instanceof String) {
|
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
|
(java.lang.String) ref);
|
|
|
|
|
leftTactical_ = b;
|
|
|
|
|
return b;
|
|
|
|
|
} else {
|
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @param value The leftTactical to set.
|
|
|
|
|
* @return This builder for chaining.
|
|
|
|
|
*/
|
|
|
|
|
public Builder setLeftTactical(
|
|
|
|
|
java.lang.String value) {
|
|
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
leftTactical_ = value;
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @return This builder for chaining.
|
|
|
|
|
*/
|
|
|
|
|
public Builder clearLeftTactical() {
|
|
|
|
|
|
|
|
|
|
leftTactical_ = getDefaultInstance().getLeftTactical();
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*左边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string leftTactical = 1;</code>
|
|
|
|
|
* @param value The bytes for leftTactical to set.
|
|
|
|
|
* @return This builder for chaining.
|
|
|
|
|
*/
|
|
|
|
|
public Builder setLeftTacticalBytes(
|
|
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
|
|
|
|
|
leftTactical_ = value;
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private java.lang.Object rightTactical_ = "";
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @return The rightTactical.
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getRightTactical() {
|
|
|
|
|
java.lang.Object ref = rightTactical_;
|
|
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
|
rightTactical_ = s;
|
|
|
|
|
return s;
|
|
|
|
|
} else {
|
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @return The bytes for rightTactical.
|
|
|
|
|
*/
|
|
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
|
getRightTacticalBytes() {
|
|
|
|
|
java.lang.Object ref = rightTactical_;
|
|
|
|
|
if (ref instanceof String) {
|
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
|
(java.lang.String) ref);
|
|
|
|
|
rightTactical_ = b;
|
|
|
|
|
return b;
|
|
|
|
|
} else {
|
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @param value The rightTactical to set.
|
|
|
|
|
* @return This builder for chaining.
|
|
|
|
|
*/
|
|
|
|
|
public Builder setRightTactical(
|
|
|
|
|
java.lang.String value) {
|
|
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
rightTactical_ = value;
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @return This builder for chaining.
|
|
|
|
|
*/
|
|
|
|
|
public Builder clearRightTactical() {
|
|
|
|
|
|
|
|
|
|
rightTactical_ = getDefaultInstance().getRightTactical();
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*右边的布阵
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* <code>string rightTactical = 2;</code>
|
|
|
|
|
* @param value The bytes for rightTactical to set.
|
|
|
|
|
* @return This builder for chaining.
|
|
|
|
|
*/
|
|
|
|
|
public Builder setRightTacticalBytes(
|
|
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
|
|
|
|
|
rightTactical_ = value;
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public final Builder setUnknownFields(
|
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
|
return super.setUnknownFields(unknownFields);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public final Builder mergeUnknownFields(
|
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
|
return super.mergeUnknownFields(unknownFields);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:GPVPStart)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_scope:GPVPStart)
|
|
|
|
|
private static final GPVPMessage.GPVPStart DEFAULT_INSTANCE;
|
|
|
|
|
static {
|
|
|
|
|
DEFAULT_INSTANCE = new GPVPMessage.GPVPStart();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static GPVPMessage.GPVPStart getDefaultInstance() {
|
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Parser<GPVPStart>
|
|
|
|
|
PARSER = new com.google.protobuf.AbstractParser<GPVPStart>() {
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public GPVPStart parsePartialFrom(
|
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
|
return new GPVPStart(input, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
public static com.google.protobuf.Parser<GPVPStart> parser() {
|
|
|
|
|
return PARSER;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public com.google.protobuf.Parser<GPVPStart> getParserForType() {
|
|
|
|
|
return PARSER;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public GPVPMessage.GPVPStart getDefaultInstanceForType() {
|
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
|
internal_static_GPVPStart_descriptor;
|
|
|
|
|
private static final
|
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
|
internal_static_GPVPStart_fieldAccessorTable;
|
|
|
|
|
|
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
|
getDescriptor() {
|
|
|
|
|
return descriptor;
|
|
|
|
|
}
|
|
|
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
|
descriptor;
|
|
|
|
|
static {
|
|
|
|
|
java.lang.String[] descriptorData = {
|
|
|
|
|
"\n\021GPVPMessage.proto\"8\n\tGPVPStart\022\024\n\014left" +
|
|
|
|
|
"Tactical\030\001 \001(\t\022\025\n\rrightTactical\030\002 \001(\tB\026\n" +
|
|
|
|
|
"\024cn.jisol.ngame.protob\006proto3"
|
|
|
|
|
};
|
|
|
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
|
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
|
|
|
});
|
|
|
|
|
internal_static_GPVPStart_descriptor =
|
|
|
|
|
getDescriptor().getMessageTypes().get(0);
|
|
|
|
|
internal_static_GPVPStart_fieldAccessorTable = new
|
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
|
|
internal_static_GPVPStart_descriptor,
|
|
|
|
|
new java.lang.String[] { "LeftTactical", "RightTactical", });
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
|
|
|
}
|