mirror of
https://github.com/Grasscutters/Grasscutter
synced 2025-08-25 03:17:35 +00:00
926 lines
36 KiB
Java
926 lines
36 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RegionSearchNotify.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class RegionSearchNotifyOuterClass {
|
|
private RegionSearchNotifyOuterClass() {}
|
|
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 RegionSearchNotifyOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:RegionSearchNotify)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo>
|
|
getRegionSearchListList();
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo getRegionSearchList(int index);
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
int getRegionSearchListCount();
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder>
|
|
getRegionSearchListOrBuilderList();
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder getRegionSearchListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>uint32 uid = 12;</code>
|
|
* @return The uid.
|
|
*/
|
|
int getUid();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 26579
|
|
* Obf: HMHCLDNPMJI
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code RegionSearchNotify}
|
|
*/
|
|
public static final class RegionSearchNotify extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:RegionSearchNotify)
|
|
RegionSearchNotifyOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use RegionSearchNotify.newBuilder() to construct.
|
|
private RegionSearchNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private RegionSearchNotify() {
|
|
regionSearchList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new RegionSearchNotify();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private RegionSearchNotify(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
int mutable_bitField0_ = 0;
|
|
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 96: {
|
|
|
|
uid_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
regionSearchList_ = new java.util.ArrayList<emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
regionSearchList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.parser(), extensionRegistry));
|
|
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 {
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
regionSearchList_ = java.util.Collections.unmodifiableList(regionSearchList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.internal_static_RegionSearchNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.internal_static_RegionSearchNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify.class, emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify.Builder.class);
|
|
}
|
|
|
|
public static final int REGION_SEARCH_LIST_FIELD_NUMBER = 14;
|
|
private java.util.List<emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo> regionSearchList_;
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo> getRegionSearchListList() {
|
|
return regionSearchList_;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder>
|
|
getRegionSearchListOrBuilderList() {
|
|
return regionSearchList_;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getRegionSearchListCount() {
|
|
return regionSearchList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo getRegionSearchList(int index) {
|
|
return regionSearchList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder getRegionSearchListOrBuilder(
|
|
int index) {
|
|
return regionSearchList_.get(index);
|
|
}
|
|
|
|
public static final int UID_FIELD_NUMBER = 12;
|
|
private int uid_;
|
|
/**
|
|
* <code>uint32 uid = 12;</code>
|
|
* @return The uid.
|
|
*/
|
|
@java.lang.Override
|
|
public int getUid() {
|
|
return uid_;
|
|
}
|
|
|
|
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 (uid_ != 0) {
|
|
output.writeUInt32(12, uid_);
|
|
}
|
|
for (int i = 0; i < regionSearchList_.size(); i++) {
|
|
output.writeMessage(14, regionSearchList_.get(i));
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (uid_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(12, uid_);
|
|
}
|
|
for (int i = 0; i < regionSearchList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(14, regionSearchList_.get(i));
|
|
}
|
|
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.RegionSearchNotifyOuterClass.RegionSearchNotify)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify other = (emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify) obj;
|
|
|
|
if (!getRegionSearchListList()
|
|
.equals(other.getRegionSearchListList())) return false;
|
|
if (getUid()
|
|
!= other.getUid()) 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();
|
|
if (getRegionSearchListCount() > 0) {
|
|
hash = (37 * hash) + REGION_SEARCH_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getRegionSearchListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + UID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getUid();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify 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.RegionSearchNotifyOuterClass.RegionSearchNotify parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify 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.RegionSearchNotifyOuterClass.RegionSearchNotify parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify 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.RegionSearchNotifyOuterClass.RegionSearchNotify parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify 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.RegionSearchNotifyOuterClass.RegionSearchNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify 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.RegionSearchNotifyOuterClass.RegionSearchNotify 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>
|
|
* CmdId: 26579
|
|
* Obf: HMHCLDNPMJI
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code RegionSearchNotify}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:RegionSearchNotify)
|
|
emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotifyOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.internal_static_RegionSearchNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.internal_static_RegionSearchNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify.class, emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getRegionSearchListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
if (regionSearchListBuilder_ == null) {
|
|
regionSearchList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
regionSearchListBuilder_.clear();
|
|
}
|
|
uid_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.internal_static_RegionSearchNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify build() {
|
|
emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify buildPartial() {
|
|
emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify result = new emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify(this);
|
|
int from_bitField0_ = bitField0_;
|
|
if (regionSearchListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
regionSearchList_ = java.util.Collections.unmodifiableList(regionSearchList_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.regionSearchList_ = regionSearchList_;
|
|
} else {
|
|
result.regionSearchList_ = regionSearchListBuilder_.build();
|
|
}
|
|
result.uid_ = uid_;
|
|
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 emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify) {
|
|
return mergeFrom((emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify other) {
|
|
if (other == emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify.getDefaultInstance()) return this;
|
|
if (regionSearchListBuilder_ == null) {
|
|
if (!other.regionSearchList_.isEmpty()) {
|
|
if (regionSearchList_.isEmpty()) {
|
|
regionSearchList_ = other.regionSearchList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureRegionSearchListIsMutable();
|
|
regionSearchList_.addAll(other.regionSearchList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.regionSearchList_.isEmpty()) {
|
|
if (regionSearchListBuilder_.isEmpty()) {
|
|
regionSearchListBuilder_.dispose();
|
|
regionSearchListBuilder_ = null;
|
|
regionSearchList_ = other.regionSearchList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
regionSearchListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getRegionSearchListFieldBuilder() : null;
|
|
} else {
|
|
regionSearchListBuilder_.addAllMessages(other.regionSearchList_);
|
|
}
|
|
}
|
|
}
|
|
if (other.getUid() != 0) {
|
|
setUid(other.getUid());
|
|
}
|
|
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 {
|
|
emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo> regionSearchList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureRegionSearchListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
regionSearchList_ = new java.util.ArrayList<emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo>(regionSearchList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder> regionSearchListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo> getRegionSearchListList() {
|
|
if (regionSearchListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(regionSearchList_);
|
|
} else {
|
|
return regionSearchListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public int getRegionSearchListCount() {
|
|
if (regionSearchListBuilder_ == null) {
|
|
return regionSearchList_.size();
|
|
} else {
|
|
return regionSearchListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo getRegionSearchList(int index) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
return regionSearchList_.get(index);
|
|
} else {
|
|
return regionSearchListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder setRegionSearchList(
|
|
int index, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo value) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureRegionSearchListIsMutable();
|
|
regionSearchList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder setRegionSearchList(
|
|
int index, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder builderForValue) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
ensureRegionSearchListIsMutable();
|
|
regionSearchList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder addRegionSearchList(emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo value) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureRegionSearchListIsMutable();
|
|
regionSearchList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder addRegionSearchList(
|
|
int index, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo value) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureRegionSearchListIsMutable();
|
|
regionSearchList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder addRegionSearchList(
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder builderForValue) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
ensureRegionSearchListIsMutable();
|
|
regionSearchList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder addRegionSearchList(
|
|
int index, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder builderForValue) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
ensureRegionSearchListIsMutable();
|
|
regionSearchList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder addAllRegionSearchList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo> values) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
ensureRegionSearchListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, regionSearchList_);
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder clearRegionSearchList() {
|
|
if (regionSearchListBuilder_ == null) {
|
|
regionSearchList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public Builder removeRegionSearchList(int index) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
ensureRegionSearchListIsMutable();
|
|
regionSearchList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
regionSearchListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder getRegionSearchListBuilder(
|
|
int index) {
|
|
return getRegionSearchListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder getRegionSearchListOrBuilder(
|
|
int index) {
|
|
if (regionSearchListBuilder_ == null) {
|
|
return regionSearchList_.get(index); } else {
|
|
return regionSearchListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder>
|
|
getRegionSearchListOrBuilderList() {
|
|
if (regionSearchListBuilder_ != null) {
|
|
return regionSearchListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(regionSearchList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder addRegionSearchListBuilder() {
|
|
return getRegionSearchListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder addRegionSearchListBuilder(
|
|
int index) {
|
|
return getRegionSearchListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .RegionSearchInfo region_search_list = 14;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder>
|
|
getRegionSearchListBuilderList() {
|
|
return getRegionSearchListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder>
|
|
getRegionSearchListFieldBuilder() {
|
|
if (regionSearchListBuilder_ == null) {
|
|
regionSearchListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfo.Builder, emu.grasscutter.net.proto.RegionSearchInfoOuterClass.RegionSearchInfoOrBuilder>(
|
|
regionSearchList_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
regionSearchList_ = null;
|
|
}
|
|
return regionSearchListBuilder_;
|
|
}
|
|
|
|
private int uid_ ;
|
|
/**
|
|
* <code>uint32 uid = 12;</code>
|
|
* @return The uid.
|
|
*/
|
|
@java.lang.Override
|
|
public int getUid() {
|
|
return uid_;
|
|
}
|
|
/**
|
|
* <code>uint32 uid = 12;</code>
|
|
* @param value The uid to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setUid(int value) {
|
|
|
|
uid_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 uid = 12;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearUid() {
|
|
|
|
uid_ = 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:RegionSearchNotify)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:RegionSearchNotify)
|
|
private static final emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<RegionSearchNotify>
|
|
PARSER = new com.google.protobuf.AbstractParser<RegionSearchNotify>() {
|
|
@java.lang.Override
|
|
public RegionSearchNotify parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new RegionSearchNotify(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<RegionSearchNotify> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<RegionSearchNotify> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.RegionSearchNotifyOuterClass.RegionSearchNotify getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_RegionSearchNotify_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_RegionSearchNotify_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\030RegionSearchNotify.proto\032\026RegionSearch" +
|
|
"Info.proto\"P\n\022RegionSearchNotify\022-\n\022regi" +
|
|
"on_search_list\030\016 \003(\0132\021.RegionSearchInfo\022" +
|
|
"\013\n\003uid\030\014 \001(\rB\033\n\031emu.grasscutter.net.prot" +
|
|
"ob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_RegionSearchNotify_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_RegionSearchNotify_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_RegionSearchNotify_descriptor,
|
|
new java.lang.String[] { "RegionSearchList", "Uid", });
|
|
emu.grasscutter.net.proto.RegionSearchInfoOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|