// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RemoveRandTaskInfoNotify.proto
package emu.grasscutter.net.proto;
public final class RemoveRandTaskInfoNotifyOuterClass {
private RemoveRandTaskInfoNotifyOuterClass() {}
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 RemoveRandTaskInfoNotifyOrBuilder extends
// @@protoc_insertion_point(interface_extends:RemoveRandTaskInfoNotify)
com.google.protobuf.MessageOrBuilder {
/**
* bool is_succ = 3;
* @return The isSucc.
*/
boolean getIsSucc();
/**
* uint32 rand_task_id = 6;
* @return The randTaskId.
*/
int getRandTaskId();
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @return The enum numeric value on the wire for reason.
*/
int getReasonValue();
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @return The reason.
*/
emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason getReason();
}
/**
*
* CmdId: 649 * Obf: GFODEGILOPD ** * Protobuf type {@code RemoveRandTaskInfoNotify} */ public static final class RemoveRandTaskInfoNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:RemoveRandTaskInfoNotify) RemoveRandTaskInfoNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use RemoveRandTaskInfoNotify.newBuilder() to construct. private RemoveRandTaskInfoNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private RemoveRandTaskInfoNotify() { reason_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RemoveRandTaskInfoNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private RemoveRandTaskInfoNotify( 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 24: { isSucc_ = input.readBool(); break; } case 48: { randTaskId_ = input.readUInt32(); break; } case 104: { int rawValue = input.readEnum(); reason_ = rawValue; break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.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 emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.internal_static_RemoveRandTaskInfoNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.internal_static_RemoveRandTaskInfoNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.class, emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.Builder.class); } /** *
* Obf: NBOBEDPHGNA ** * Protobuf enum {@code RemoveRandTaskInfoNotify.FinishReason} */ public enum FinishReason implements com.google.protobuf.ProtocolMessageEnum { /** *
DEFAULT = 0;
*/
DEFAULT(0),
/**
* CLEAR = 1;
*/
CLEAR(1),
/**
* DISTANCE = 2;
*/
DISTANCE(2),
/**
* FINISH = 3;
*/
FINISH(3),
UNRECOGNIZED(-1),
;
/**
* DEFAULT = 0;
*/
public static final int DEFAULT_VALUE = 0;
/**
* CLEAR = 1;
*/
public static final int CLEAR_VALUE = 1;
/**
* DISTANCE = 2;
*/
public static final int DISTANCE_VALUE = 2;
/**
* FINISH = 3;
*/
public static final int FINISH_VALUE = 3;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static FinishReason valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static FinishReason forNumber(int value) {
switch (value) {
case 0: return DEFAULT;
case 1: return CLEAR;
case 2: return DISTANCE;
case 3: return FINISH;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMapbool is_succ = 3;
* @return The isSucc.
*/
@java.lang.Override
public boolean getIsSucc() {
return isSucc_;
}
public static final int RAND_TASK_ID_FIELD_NUMBER = 6;
private int randTaskId_;
/**
* uint32 rand_task_id = 6;
* @return The randTaskId.
*/
@java.lang.Override
public int getRandTaskId() {
return randTaskId_;
}
public static final int REASON_FIELD_NUMBER = 13;
private int reason_;
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @return The enum numeric value on the wire for reason.
*/
@java.lang.Override public int getReasonValue() {
return reason_;
}
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @return The reason.
*/
@java.lang.Override public emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason getReason() {
@SuppressWarnings("deprecation")
emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason result = emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason.valueOf(reason_);
return result == null ? emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason.UNRECOGNIZED : result;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (isSucc_ != false) {
output.writeBool(3, isSucc_);
}
if (randTaskId_ != 0) {
output.writeUInt32(6, randTaskId_);
}
if (reason_ != emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason.DEFAULT.getNumber()) {
output.writeEnum(13, reason_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (isSucc_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(3, isSucc_);
}
if (randTaskId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, randTaskId_);
}
if (reason_ != emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason.DEFAULT.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(13, reason_);
}
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 emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify other = (emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify) obj;
if (getIsSucc()
!= other.getIsSucc()) return false;
if (getRandTaskId()
!= other.getRandTaskId()) return false;
if (reason_ != other.reason_) 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) + IS_SUCC_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsSucc());
hash = (37 * hash) + RAND_TASK_ID_FIELD_NUMBER;
hash = (53 * hash) + getRandTaskId();
hash = (37 * hash) + REASON_FIELD_NUMBER;
hash = (53 * hash) + reason_;
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify 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 emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify 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 emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify 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(emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify 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;
}
/**
* * CmdId: 649 * Obf: GFODEGILOPD ** * Protobuf type {@code RemoveRandTaskInfoNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
bool is_succ = 3;
* @return The isSucc.
*/
@java.lang.Override
public boolean getIsSucc() {
return isSucc_;
}
/**
* bool is_succ = 3;
* @param value The isSucc to set.
* @return This builder for chaining.
*/
public Builder setIsSucc(boolean value) {
isSucc_ = value;
onChanged();
return this;
}
/**
* bool is_succ = 3;
* @return This builder for chaining.
*/
public Builder clearIsSucc() {
isSucc_ = false;
onChanged();
return this;
}
private int randTaskId_ ;
/**
* uint32 rand_task_id = 6;
* @return The randTaskId.
*/
@java.lang.Override
public int getRandTaskId() {
return randTaskId_;
}
/**
* uint32 rand_task_id = 6;
* @param value The randTaskId to set.
* @return This builder for chaining.
*/
public Builder setRandTaskId(int value) {
randTaskId_ = value;
onChanged();
return this;
}
/**
* uint32 rand_task_id = 6;
* @return This builder for chaining.
*/
public Builder clearRandTaskId() {
randTaskId_ = 0;
onChanged();
return this;
}
private int reason_ = 0;
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @return The enum numeric value on the wire for reason.
*/
@java.lang.Override public int getReasonValue() {
return reason_;
}
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @param value The enum numeric value on the wire for reason to set.
* @return This builder for chaining.
*/
public Builder setReasonValue(int value) {
reason_ = value;
onChanged();
return this;
}
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @return The reason.
*/
@java.lang.Override
public emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason getReason() {
@SuppressWarnings("deprecation")
emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason result = emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason.valueOf(reason_);
return result == null ? emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason.UNRECOGNIZED : result;
}
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @param value The reason to set.
* @return This builder for chaining.
*/
public Builder setReason(emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.FinishReason value) {
if (value == null) {
throw new NullPointerException();
}
reason_ = value.getNumber();
onChanged();
return this;
}
/**
* .RemoveRandTaskInfoNotify.FinishReason reason = 13;
* @return This builder for chaining.
*/
public Builder clearReason() {
reason_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:RemoveRandTaskInfoNotify)
}
// @@protoc_insertion_point(class_scope:RemoveRandTaskInfoNotify)
private static final emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify();
}
public static emu.grasscutter.net.proto.RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser