POGOProtos.Inventory.ExclusiveTicketInfoOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Inventory/ExclusiveTicketInfo.proto
package POGOProtos.Inventory;
public final class ExclusiveTicketInfoOuterClass {
private ExclusiveTicketInfoOuterClass() {}
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 ExclusiveTicketInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:POGOProtos.Inventory.ExclusiveTicketInfo)
com.google.protobuf.MessageOrBuilder {
/**
* int64 raid_seed = 1;
*/
long getRaidSeed();
/**
* string fort_id = 2;
*/
java.lang.String getFortId();
/**
* string fort_id = 2;
*/
com.google.protobuf.ByteString
getFortIdBytes();
/**
* int64 start_time_ms = 4;
*/
long getStartTimeMs();
/**
* int64 end_time_ms = 5;
*/
long getEndTimeMs();
/**
* string image_url = 6;
*/
java.lang.String getImageUrl();
/**
* string image_url = 6;
*/
com.google.protobuf.ByteString
getImageUrlBytes();
/**
* double latitude = 7;
*/
double getLatitude();
/**
* double longitude = 8;
*/
double getLongitude();
/**
* string gym_name = 9;
*/
java.lang.String getGymName();
/**
* string gym_name = 9;
*/
com.google.protobuf.ByteString
getGymNameBytes();
/**
* int64 spawn_time_ms = 10;
*/
long getSpawnTimeMs();
/**
* bool is_cancelled = 11;
*/
boolean getIsCancelled();
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
boolean hasRaidPokemon();
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
POGOProtos.Data.PokemonDataOuterClass.PokemonData getRaidPokemon();
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder getRaidPokemonOrBuilder();
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
boolean hasInviter();
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo getInviter();
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder getInviterOrBuilder();
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
boolean hasInvitee();
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo getInvitee();
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder getInviteeOrBuilder();
}
/**
* Protobuf type {@code POGOProtos.Inventory.ExclusiveTicketInfo}
*/
public static final class ExclusiveTicketInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:POGOProtos.Inventory.ExclusiveTicketInfo)
ExclusiveTicketInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use ExclusiveTicketInfo.newBuilder() to construct.
private ExclusiveTicketInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ExclusiveTicketInfo() {
raidSeed_ = 0L;
fortId_ = "";
startTimeMs_ = 0L;
endTimeMs_ = 0L;
imageUrl_ = "";
latitude_ = 0D;
longitude_ = 0D;
gymName_ = "";
spawnTimeMs_ = 0L;
isCancelled_ = false;
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ExclusiveTicketInfo(
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 8: {
raidSeed_ = input.readInt64();
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
fortId_ = s;
break;
}
case 32: {
startTimeMs_ = input.readInt64();
break;
}
case 40: {
endTimeMs_ = input.readInt64();
break;
}
case 50: {
java.lang.String s = input.readStringRequireUtf8();
imageUrl_ = s;
break;
}
case 57: {
latitude_ = input.readDouble();
break;
}
case 65: {
longitude_ = input.readDouble();
break;
}
case 74: {
java.lang.String s = input.readStringRequireUtf8();
gymName_ = s;
break;
}
case 80: {
spawnTimeMs_ = input.readInt64();
break;
}
case 88: {
isCancelled_ = input.readBool();
break;
}
case 98: {
POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder subBuilder = null;
if (raidPokemon_ != null) {
subBuilder = raidPokemon_.toBuilder();
}
raidPokemon_ = input.readMessage(POGOProtos.Data.PokemonDataOuterClass.PokemonData.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(raidPokemon_);
raidPokemon_ = subBuilder.buildPartial();
}
break;
}
case 106: {
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder subBuilder = null;
if (inviter_ != null) {
subBuilder = inviter_.toBuilder();
}
inviter_ = input.readMessage(POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(inviter_);
inviter_ = subBuilder.buildPartial();
}
break;
}
case 114: {
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder subBuilder = null;
if (invitee_ != null) {
subBuilder = invitee_.toBuilder();
}
invitee_ = input.readMessage(POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(invitee_);
invitee_ = subBuilder.buildPartial();
}
break;
}
default: {
if (!parseUnknownFieldProto3(
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 POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo.class, POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo.Builder.class);
}
public static final int RAID_SEED_FIELD_NUMBER = 1;
private long raidSeed_;
/**
* int64 raid_seed = 1;
*/
public long getRaidSeed() {
return raidSeed_;
}
public static final int FORT_ID_FIELD_NUMBER = 2;
private volatile java.lang.Object fortId_;
/**
* string fort_id = 2;
*/
public java.lang.String getFortId() {
java.lang.Object ref = fortId_;
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();
fortId_ = s;
return s;
}
}
/**
* string fort_id = 2;
*/
public com.google.protobuf.ByteString
getFortIdBytes() {
java.lang.Object ref = fortId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fortId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int START_TIME_MS_FIELD_NUMBER = 4;
private long startTimeMs_;
/**
* int64 start_time_ms = 4;
*/
public long getStartTimeMs() {
return startTimeMs_;
}
public static final int END_TIME_MS_FIELD_NUMBER = 5;
private long endTimeMs_;
/**
* int64 end_time_ms = 5;
*/
public long getEndTimeMs() {
return endTimeMs_;
}
public static final int IMAGE_URL_FIELD_NUMBER = 6;
private volatile java.lang.Object imageUrl_;
/**
* string image_url = 6;
*/
public java.lang.String getImageUrl() {
java.lang.Object ref = imageUrl_;
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();
imageUrl_ = s;
return s;
}
}
/**
* string image_url = 6;
*/
public com.google.protobuf.ByteString
getImageUrlBytes() {
java.lang.Object ref = imageUrl_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
imageUrl_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LATITUDE_FIELD_NUMBER = 7;
private double latitude_;
/**
* double latitude = 7;
*/
public double getLatitude() {
return latitude_;
}
public static final int LONGITUDE_FIELD_NUMBER = 8;
private double longitude_;
/**
* double longitude = 8;
*/
public double getLongitude() {
return longitude_;
}
public static final int GYM_NAME_FIELD_NUMBER = 9;
private volatile java.lang.Object gymName_;
/**
* string gym_name = 9;
*/
public java.lang.String getGymName() {
java.lang.Object ref = gymName_;
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();
gymName_ = s;
return s;
}
}
/**
* string gym_name = 9;
*/
public com.google.protobuf.ByteString
getGymNameBytes() {
java.lang.Object ref = gymName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
gymName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SPAWN_TIME_MS_FIELD_NUMBER = 10;
private long spawnTimeMs_;
/**
* int64 spawn_time_ms = 10;
*/
public long getSpawnTimeMs() {
return spawnTimeMs_;
}
public static final int IS_CANCELLED_FIELD_NUMBER = 11;
private boolean isCancelled_;
/**
* bool is_cancelled = 11;
*/
public boolean getIsCancelled() {
return isCancelled_;
}
public static final int RAID_POKEMON_FIELD_NUMBER = 12;
private POGOProtos.Data.PokemonDataOuterClass.PokemonData raidPokemon_;
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public boolean hasRaidPokemon() {
return raidPokemon_ != null;
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public POGOProtos.Data.PokemonDataOuterClass.PokemonData getRaidPokemon() {
return raidPokemon_ == null ? POGOProtos.Data.PokemonDataOuterClass.PokemonData.getDefaultInstance() : raidPokemon_;
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder getRaidPokemonOrBuilder() {
return getRaidPokemon();
}
public static final int INVITER_FIELD_NUMBER = 13;
private POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo inviter_;
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public boolean hasInviter() {
return inviter_ != null;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo getInviter() {
return inviter_ == null ? POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.getDefaultInstance() : inviter_;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder getInviterOrBuilder() {
return getInviter();
}
public static final int INVITEE_FIELD_NUMBER = 14;
private POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo invitee_;
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public boolean hasInvitee() {
return invitee_ != null;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo getInvitee() {
return invitee_ == null ? POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.getDefaultInstance() : invitee_;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder getInviteeOrBuilder() {
return getInvitee();
}
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 (raidSeed_ != 0L) {
output.writeInt64(1, raidSeed_);
}
if (!getFortIdBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fortId_);
}
if (startTimeMs_ != 0L) {
output.writeInt64(4, startTimeMs_);
}
if (endTimeMs_ != 0L) {
output.writeInt64(5, endTimeMs_);
}
if (!getImageUrlBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, imageUrl_);
}
if (latitude_ != 0D) {
output.writeDouble(7, latitude_);
}
if (longitude_ != 0D) {
output.writeDouble(8, longitude_);
}
if (!getGymNameBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, gymName_);
}
if (spawnTimeMs_ != 0L) {
output.writeInt64(10, spawnTimeMs_);
}
if (isCancelled_ != false) {
output.writeBool(11, isCancelled_);
}
if (raidPokemon_ != null) {
output.writeMessage(12, getRaidPokemon());
}
if (inviter_ != null) {
output.writeMessage(13, getInviter());
}
if (invitee_ != null) {
output.writeMessage(14, getInvitee());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (raidSeed_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(1, raidSeed_);
}
if (!getFortIdBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, fortId_);
}
if (startTimeMs_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(4, startTimeMs_);
}
if (endTimeMs_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(5, endTimeMs_);
}
if (!getImageUrlBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, imageUrl_);
}
if (latitude_ != 0D) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(7, latitude_);
}
if (longitude_ != 0D) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(8, longitude_);
}
if (!getGymNameBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, gymName_);
}
if (spawnTimeMs_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(10, spawnTimeMs_);
}
if (isCancelled_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(11, isCancelled_);
}
if (raidPokemon_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, getRaidPokemon());
}
if (inviter_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(13, getInviter());
}
if (invitee_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(14, getInvitee());
}
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 POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo)) {
return super.equals(obj);
}
POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo other = (POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo) obj;
boolean result = true;
result = result && (getRaidSeed()
== other.getRaidSeed());
result = result && getFortId()
.equals(other.getFortId());
result = result && (getStartTimeMs()
== other.getStartTimeMs());
result = result && (getEndTimeMs()
== other.getEndTimeMs());
result = result && getImageUrl()
.equals(other.getImageUrl());
result = result && (
java.lang.Double.doubleToLongBits(getLatitude())
== java.lang.Double.doubleToLongBits(
other.getLatitude()));
result = result && (
java.lang.Double.doubleToLongBits(getLongitude())
== java.lang.Double.doubleToLongBits(
other.getLongitude()));
result = result && getGymName()
.equals(other.getGymName());
result = result && (getSpawnTimeMs()
== other.getSpawnTimeMs());
result = result && (getIsCancelled()
== other.getIsCancelled());
result = result && (hasRaidPokemon() == other.hasRaidPokemon());
if (hasRaidPokemon()) {
result = result && getRaidPokemon()
.equals(other.getRaidPokemon());
}
result = result && (hasInviter() == other.hasInviter());
if (hasInviter()) {
result = result && getInviter()
.equals(other.getInviter());
}
result = result && (hasInvitee() == other.hasInvitee());
if (hasInvitee()) {
result = result && getInvitee()
.equals(other.getInvitee());
}
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + RAID_SEED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getRaidSeed());
hash = (37 * hash) + FORT_ID_FIELD_NUMBER;
hash = (53 * hash) + getFortId().hashCode();
hash = (37 * hash) + START_TIME_MS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getStartTimeMs());
hash = (37 * hash) + END_TIME_MS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getEndTimeMs());
hash = (37 * hash) + IMAGE_URL_FIELD_NUMBER;
hash = (53 * hash) + getImageUrl().hashCode();
hash = (37 * hash) + LATITUDE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getLatitude()));
hash = (37 * hash) + LONGITUDE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getLongitude()));
hash = (37 * hash) + GYM_NAME_FIELD_NUMBER;
hash = (53 * hash) + getGymName().hashCode();
hash = (37 * hash) + SPAWN_TIME_MS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getSpawnTimeMs());
hash = (37 * hash) + IS_CANCELLED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsCancelled());
if (hasRaidPokemon()) {
hash = (37 * hash) + RAID_POKEMON_FIELD_NUMBER;
hash = (53 * hash) + getRaidPokemon().hashCode();
}
if (hasInviter()) {
hash = (37 * hash) + INVITER_FIELD_NUMBER;
hash = (53 * hash) + getInviter().hashCode();
}
if (hasInvitee()) {
hash = (37 * hash) + INVITEE_FIELD_NUMBER;
hash = (53 * hash) + getInvitee().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo 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 POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo 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 POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo 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(POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo 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 POGOProtos.Inventory.ExclusiveTicketInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:POGOProtos.Inventory.ExclusiveTicketInfo)
POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo.class, POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo.Builder.class);
}
// Construct using POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo.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();
raidSeed_ = 0L;
fortId_ = "";
startTimeMs_ = 0L;
endTimeMs_ = 0L;
imageUrl_ = "";
latitude_ = 0D;
longitude_ = 0D;
gymName_ = "";
spawnTimeMs_ = 0L;
isCancelled_ = false;
if (raidPokemonBuilder_ == null) {
raidPokemon_ = null;
} else {
raidPokemon_ = null;
raidPokemonBuilder_ = null;
}
if (inviterBuilder_ == null) {
inviter_ = null;
} else {
inviter_ = null;
inviterBuilder_ = null;
}
if (inviteeBuilder_ == null) {
invitee_ = null;
} else {
invitee_ = null;
inviteeBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_descriptor;
}
@java.lang.Override
public POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo getDefaultInstanceForType() {
return POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo.getDefaultInstance();
}
@java.lang.Override
public POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo build() {
POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo buildPartial() {
POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo result = new POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo(this);
result.raidSeed_ = raidSeed_;
result.fortId_ = fortId_;
result.startTimeMs_ = startTimeMs_;
result.endTimeMs_ = endTimeMs_;
result.imageUrl_ = imageUrl_;
result.latitude_ = latitude_;
result.longitude_ = longitude_;
result.gymName_ = gymName_;
result.spawnTimeMs_ = spawnTimeMs_;
result.isCancelled_ = isCancelled_;
if (raidPokemonBuilder_ == null) {
result.raidPokemon_ = raidPokemon_;
} else {
result.raidPokemon_ = raidPokemonBuilder_.build();
}
if (inviterBuilder_ == null) {
result.inviter_ = inviter_;
} else {
result.inviter_ = inviterBuilder_.build();
}
if (inviteeBuilder_ == null) {
result.invitee_ = invitee_;
} else {
result.invitee_ = inviteeBuilder_.build();
}
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return (Builder) super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo) {
return mergeFrom((POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo other) {
if (other == POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo.getDefaultInstance()) return this;
if (other.getRaidSeed() != 0L) {
setRaidSeed(other.getRaidSeed());
}
if (!other.getFortId().isEmpty()) {
fortId_ = other.fortId_;
onChanged();
}
if (other.getStartTimeMs() != 0L) {
setStartTimeMs(other.getStartTimeMs());
}
if (other.getEndTimeMs() != 0L) {
setEndTimeMs(other.getEndTimeMs());
}
if (!other.getImageUrl().isEmpty()) {
imageUrl_ = other.imageUrl_;
onChanged();
}
if (other.getLatitude() != 0D) {
setLatitude(other.getLatitude());
}
if (other.getLongitude() != 0D) {
setLongitude(other.getLongitude());
}
if (!other.getGymName().isEmpty()) {
gymName_ = other.gymName_;
onChanged();
}
if (other.getSpawnTimeMs() != 0L) {
setSpawnTimeMs(other.getSpawnTimeMs());
}
if (other.getIsCancelled() != false) {
setIsCancelled(other.getIsCancelled());
}
if (other.hasRaidPokemon()) {
mergeRaidPokemon(other.getRaidPokemon());
}
if (other.hasInviter()) {
mergeInviter(other.getInviter());
}
if (other.hasInvitee()) {
mergeInvitee(other.getInvitee());
}
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 {
POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private long raidSeed_ ;
/**
* int64 raid_seed = 1;
*/
public long getRaidSeed() {
return raidSeed_;
}
/**
* int64 raid_seed = 1;
*/
public Builder setRaidSeed(long value) {
raidSeed_ = value;
onChanged();
return this;
}
/**
* int64 raid_seed = 1;
*/
public Builder clearRaidSeed() {
raidSeed_ = 0L;
onChanged();
return this;
}
private java.lang.Object fortId_ = "";
/**
* string fort_id = 2;
*/
public java.lang.String getFortId() {
java.lang.Object ref = fortId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
fortId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string fort_id = 2;
*/
public com.google.protobuf.ByteString
getFortIdBytes() {
java.lang.Object ref = fortId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fortId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string fort_id = 2;
*/
public Builder setFortId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
fortId_ = value;
onChanged();
return this;
}
/**
* string fort_id = 2;
*/
public Builder clearFortId() {
fortId_ = getDefaultInstance().getFortId();
onChanged();
return this;
}
/**
* string fort_id = 2;
*/
public Builder setFortIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
fortId_ = value;
onChanged();
return this;
}
private long startTimeMs_ ;
/**
* int64 start_time_ms = 4;
*/
public long getStartTimeMs() {
return startTimeMs_;
}
/**
* int64 start_time_ms = 4;
*/
public Builder setStartTimeMs(long value) {
startTimeMs_ = value;
onChanged();
return this;
}
/**
* int64 start_time_ms = 4;
*/
public Builder clearStartTimeMs() {
startTimeMs_ = 0L;
onChanged();
return this;
}
private long endTimeMs_ ;
/**
* int64 end_time_ms = 5;
*/
public long getEndTimeMs() {
return endTimeMs_;
}
/**
* int64 end_time_ms = 5;
*/
public Builder setEndTimeMs(long value) {
endTimeMs_ = value;
onChanged();
return this;
}
/**
* int64 end_time_ms = 5;
*/
public Builder clearEndTimeMs() {
endTimeMs_ = 0L;
onChanged();
return this;
}
private java.lang.Object imageUrl_ = "";
/**
* string image_url = 6;
*/
public java.lang.String getImageUrl() {
java.lang.Object ref = imageUrl_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
imageUrl_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string image_url = 6;
*/
public com.google.protobuf.ByteString
getImageUrlBytes() {
java.lang.Object ref = imageUrl_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
imageUrl_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string image_url = 6;
*/
public Builder setImageUrl(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
imageUrl_ = value;
onChanged();
return this;
}
/**
* string image_url = 6;
*/
public Builder clearImageUrl() {
imageUrl_ = getDefaultInstance().getImageUrl();
onChanged();
return this;
}
/**
* string image_url = 6;
*/
public Builder setImageUrlBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
imageUrl_ = value;
onChanged();
return this;
}
private double latitude_ ;
/**
* double latitude = 7;
*/
public double getLatitude() {
return latitude_;
}
/**
* double latitude = 7;
*/
public Builder setLatitude(double value) {
latitude_ = value;
onChanged();
return this;
}
/**
* double latitude = 7;
*/
public Builder clearLatitude() {
latitude_ = 0D;
onChanged();
return this;
}
private double longitude_ ;
/**
* double longitude = 8;
*/
public double getLongitude() {
return longitude_;
}
/**
* double longitude = 8;
*/
public Builder setLongitude(double value) {
longitude_ = value;
onChanged();
return this;
}
/**
* double longitude = 8;
*/
public Builder clearLongitude() {
longitude_ = 0D;
onChanged();
return this;
}
private java.lang.Object gymName_ = "";
/**
* string gym_name = 9;
*/
public java.lang.String getGymName() {
java.lang.Object ref = gymName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
gymName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string gym_name = 9;
*/
public com.google.protobuf.ByteString
getGymNameBytes() {
java.lang.Object ref = gymName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
gymName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string gym_name = 9;
*/
public Builder setGymName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
gymName_ = value;
onChanged();
return this;
}
/**
* string gym_name = 9;
*/
public Builder clearGymName() {
gymName_ = getDefaultInstance().getGymName();
onChanged();
return this;
}
/**
* string gym_name = 9;
*/
public Builder setGymNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
gymName_ = value;
onChanged();
return this;
}
private long spawnTimeMs_ ;
/**
* int64 spawn_time_ms = 10;
*/
public long getSpawnTimeMs() {
return spawnTimeMs_;
}
/**
* int64 spawn_time_ms = 10;
*/
public Builder setSpawnTimeMs(long value) {
spawnTimeMs_ = value;
onChanged();
return this;
}
/**
* int64 spawn_time_ms = 10;
*/
public Builder clearSpawnTimeMs() {
spawnTimeMs_ = 0L;
onChanged();
return this;
}
private boolean isCancelled_ ;
/**
* bool is_cancelled = 11;
*/
public boolean getIsCancelled() {
return isCancelled_;
}
/**
* bool is_cancelled = 11;
*/
public Builder setIsCancelled(boolean value) {
isCancelled_ = value;
onChanged();
return this;
}
/**
* bool is_cancelled = 11;
*/
public Builder clearIsCancelled() {
isCancelled_ = false;
onChanged();
return this;
}
private POGOProtos.Data.PokemonDataOuterClass.PokemonData raidPokemon_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.PokemonDataOuterClass.PokemonData, POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder, POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder> raidPokemonBuilder_;
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public boolean hasRaidPokemon() {
return raidPokemonBuilder_ != null || raidPokemon_ != null;
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public POGOProtos.Data.PokemonDataOuterClass.PokemonData getRaidPokemon() {
if (raidPokemonBuilder_ == null) {
return raidPokemon_ == null ? POGOProtos.Data.PokemonDataOuterClass.PokemonData.getDefaultInstance() : raidPokemon_;
} else {
return raidPokemonBuilder_.getMessage();
}
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public Builder setRaidPokemon(POGOProtos.Data.PokemonDataOuterClass.PokemonData value) {
if (raidPokemonBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
raidPokemon_ = value;
onChanged();
} else {
raidPokemonBuilder_.setMessage(value);
}
return this;
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public Builder setRaidPokemon(
POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder builderForValue) {
if (raidPokemonBuilder_ == null) {
raidPokemon_ = builderForValue.build();
onChanged();
} else {
raidPokemonBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public Builder mergeRaidPokemon(POGOProtos.Data.PokemonDataOuterClass.PokemonData value) {
if (raidPokemonBuilder_ == null) {
if (raidPokemon_ != null) {
raidPokemon_ =
POGOProtos.Data.PokemonDataOuterClass.PokemonData.newBuilder(raidPokemon_).mergeFrom(value).buildPartial();
} else {
raidPokemon_ = value;
}
onChanged();
} else {
raidPokemonBuilder_.mergeFrom(value);
}
return this;
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public Builder clearRaidPokemon() {
if (raidPokemonBuilder_ == null) {
raidPokemon_ = null;
onChanged();
} else {
raidPokemon_ = null;
raidPokemonBuilder_ = null;
}
return this;
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder getRaidPokemonBuilder() {
onChanged();
return getRaidPokemonFieldBuilder().getBuilder();
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
public POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder getRaidPokemonOrBuilder() {
if (raidPokemonBuilder_ != null) {
return raidPokemonBuilder_.getMessageOrBuilder();
} else {
return raidPokemon_ == null ?
POGOProtos.Data.PokemonDataOuterClass.PokemonData.getDefaultInstance() : raidPokemon_;
}
}
/**
* .POGOProtos.Data.PokemonData raid_pokemon = 12;
*/
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.PokemonDataOuterClass.PokemonData, POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder, POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder>
getRaidPokemonFieldBuilder() {
if (raidPokemonBuilder_ == null) {
raidPokemonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.PokemonDataOuterClass.PokemonData, POGOProtos.Data.PokemonDataOuterClass.PokemonData.Builder, POGOProtos.Data.PokemonDataOuterClass.PokemonDataOrBuilder>(
getRaidPokemon(),
getParentForChildren(),
isClean());
raidPokemon_ = null;
}
return raidPokemonBuilder_;
}
private POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo inviter_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder> inviterBuilder_;
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public boolean hasInviter() {
return inviterBuilder_ != null || inviter_ != null;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo getInviter() {
if (inviterBuilder_ == null) {
return inviter_ == null ? POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.getDefaultInstance() : inviter_;
} else {
return inviterBuilder_.getMessage();
}
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public Builder setInviter(POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo value) {
if (inviterBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
inviter_ = value;
onChanged();
} else {
inviterBuilder_.setMessage(value);
}
return this;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public Builder setInviter(
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder builderForValue) {
if (inviterBuilder_ == null) {
inviter_ = builderForValue.build();
onChanged();
} else {
inviterBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public Builder mergeInviter(POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo value) {
if (inviterBuilder_ == null) {
if (inviter_ != null) {
inviter_ =
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.newBuilder(inviter_).mergeFrom(value).buildPartial();
} else {
inviter_ = value;
}
onChanged();
} else {
inviterBuilder_.mergeFrom(value);
}
return this;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public Builder clearInviter() {
if (inviterBuilder_ == null) {
inviter_ = null;
onChanged();
} else {
inviter_ = null;
inviterBuilder_ = null;
}
return this;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder getInviterBuilder() {
onChanged();
return getInviterFieldBuilder().getBuilder();
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder getInviterOrBuilder() {
if (inviterBuilder_ != null) {
return inviterBuilder_.getMessageOrBuilder();
} else {
return inviter_ == null ?
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.getDefaultInstance() : inviter_;
}
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo inviter = 13;
*/
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder>
getInviterFieldBuilder() {
if (inviterBuilder_ == null) {
inviterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder>(
getInviter(),
getParentForChildren(),
isClean());
inviter_ = null;
}
return inviterBuilder_;
}
private POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo invitee_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder> inviteeBuilder_;
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public boolean hasInvitee() {
return inviteeBuilder_ != null || invitee_ != null;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo getInvitee() {
if (inviteeBuilder_ == null) {
return invitee_ == null ? POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.getDefaultInstance() : invitee_;
} else {
return inviteeBuilder_.getMessage();
}
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public Builder setInvitee(POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo value) {
if (inviteeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
invitee_ = value;
onChanged();
} else {
inviteeBuilder_.setMessage(value);
}
return this;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public Builder setInvitee(
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder builderForValue) {
if (inviteeBuilder_ == null) {
invitee_ = builderForValue.build();
onChanged();
} else {
inviteeBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public Builder mergeInvitee(POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo value) {
if (inviteeBuilder_ == null) {
if (invitee_ != null) {
invitee_ =
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.newBuilder(invitee_).mergeFrom(value).buildPartial();
} else {
invitee_ = value;
}
onChanged();
} else {
inviteeBuilder_.mergeFrom(value);
}
return this;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public Builder clearInvitee() {
if (inviteeBuilder_ == null) {
invitee_ = null;
onChanged();
} else {
invitee_ = null;
inviteeBuilder_ = null;
}
return this;
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder getInviteeBuilder() {
onChanged();
return getInviteeFieldBuilder().getBuilder();
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
public POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder getInviteeOrBuilder() {
if (inviteeBuilder_ != null) {
return inviteeBuilder_.getMessageOrBuilder();
} else {
return invitee_ == null ?
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.getDefaultInstance() : invitee_;
}
}
/**
* .POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfo invitee = 14;
*/
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder>
getInviteeFieldBuilder() {
if (inviteeBuilder_ == null) {
inviteeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfo.Builder, POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.SharedExclusiveTicketTrainerInfoOrBuilder>(
getInvitee(),
getParentForChildren(),
isClean());
invitee_ = null;
}
return inviteeBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:POGOProtos.Inventory.ExclusiveTicketInfo)
}
// @@protoc_insertion_point(class_scope:POGOProtos.Inventory.ExclusiveTicketInfo)
private static final POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo();
}
public static POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ExclusiveTicketInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ExclusiveTicketInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public POGOProtos.Inventory.ExclusiveTicketInfoOuterClass.ExclusiveTicketInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_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.POGOProtos/Inventory/ExclusiveTicketIn" +
"fo.proto\022\024POGOProtos.Inventory\032!POGOProt" +
"os/Data/PokemonData.proto\032;POGOProtos/Da" +
"ta/Raid/SharedExclusiveTicketTrainerInfo" +
".proto\"\242\003\n\023ExclusiveTicketInfo\022\021\n\traid_s" +
"eed\030\001 \001(\003\022\017\n\007fort_id\030\002 \001(\t\022\025\n\rstart_time" +
"_ms\030\004 \001(\003\022\023\n\013end_time_ms\030\005 \001(\003\022\021\n\timage_" +
"url\030\006 \001(\t\022\020\n\010latitude\030\007 \001(\001\022\021\n\tlongitude" +
"\030\010 \001(\001\022\020\n\010gym_name\030\t \001(\t\022\025\n\rspawn_time_m" +
"s\030\n \001(\003\022\024\n\014is_cancelled\030\013 \001(\010\0222\n\014raid_po" +
"kemon\030\014 \001(\0132\034.POGOProtos.Data.PokemonDat" +
"a\022G\n\007inviter\030\r \001(\01326.POGOProtos.Data.Rai" +
"d.SharedExclusiveTicketTrainerInfo\022G\n\007in" +
"vitee\030\016 \001(\01326.POGOProtos.Data.Raid.Share" +
"dExclusiveTicketTrainerInfob\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
POGOProtos.Data.PokemonDataOuterClass.getDescriptor(),
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.getDescriptor(),
}, assigner);
internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_POGOProtos_Inventory_ExclusiveTicketInfo_descriptor,
new java.lang.String[] { "RaidSeed", "FortId", "StartTimeMs", "EndTimeMs", "ImageUrl", "Latitude", "Longitude", "GymName", "SpawnTimeMs", "IsCancelled", "RaidPokemon", "Inviter", "Invitee", });
POGOProtos.Data.PokemonDataOuterClass.getDescriptor();
POGOProtos.Data.Raid.SharedExclusiveTicketTrainerInfoOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy