POGOProtos.Networking.Responses.GymDeployResponseOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Networking/Responses/GymDeployResponse.proto
package POGOProtos.Networking.Responses;
public final class GymDeployResponseOuterClass {
private GymDeployResponseOuterClass() {}
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 GymDeployResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:POGOProtos.Networking.Responses.GymDeployResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
int getResultValue();
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result getResult();
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
boolean hasGymStatusAndDefenders();
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders getGymStatusAndDefenders();
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefendersOrBuilder getGymStatusAndDefendersOrBuilder();
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
boolean hasAwardedGymBadge();
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge getAwardedGymBadge();
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadgeOrBuilder getAwardedGymBadgeOrBuilder();
/**
* int64 cooldown_complete_timestamp_ms = 4;
*/
long getCooldownCompleteTimestampMs();
}
/**
* Protobuf type {@code POGOProtos.Networking.Responses.GymDeployResponse}
*/
public static final class GymDeployResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:POGOProtos.Networking.Responses.GymDeployResponse)
GymDeployResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use GymDeployResponse.newBuilder() to construct.
private GymDeployResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GymDeployResponse() {
result_ = 0;
cooldownCompleteTimestampMs_ = 0L;
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private GymDeployResponse(
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: {
int rawValue = input.readEnum();
result_ = rawValue;
break;
}
case 18: {
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.Builder subBuilder = null;
if (gymStatusAndDefenders_ != null) {
subBuilder = gymStatusAndDefenders_.toBuilder();
}
gymStatusAndDefenders_ = input.readMessage(POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(gymStatusAndDefenders_);
gymStatusAndDefenders_ = subBuilder.buildPartial();
}
break;
}
case 26: {
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.Builder subBuilder = null;
if (awardedGymBadge_ != null) {
subBuilder = awardedGymBadge_.toBuilder();
}
awardedGymBadge_ = input.readMessage(POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(awardedGymBadge_);
awardedGymBadge_ = subBuilder.buildPartial();
}
break;
}
case 32: {
cooldownCompleteTimestampMs_ = input.readInt64();
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.Networking.Responses.GymDeployResponseOuterClass.internal_static_POGOProtos_Networking_Responses_GymDeployResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Networking.Responses.GymDeployResponseOuterClass.internal_static_POGOProtos_Networking_Responses_GymDeployResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.class, POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Builder.class);
}
/**
* Protobuf enum {@code POGOProtos.Networking.Responses.GymDeployResponse.Result}
*/
public enum Result
implements com.google.protobuf.ProtocolMessageEnum {
/**
* NO_RESULT_SET = 0;
*/
NO_RESULT_SET(0),
/**
* SUCCESS = 1;
*/
SUCCESS(1),
/**
* ERROR_ALREADY_HAS_POKEMON_ON_FORT = 2;
*/
ERROR_ALREADY_HAS_POKEMON_ON_FORT(2),
/**
* ERROR_OPPOSING_TEAM_OWNS_FORT = 3;
*/
ERROR_OPPOSING_TEAM_OWNS_FORT(3),
/**
* ERROR_FORT_IS_FULL = 4;
*/
ERROR_FORT_IS_FULL(4),
/**
* ERROR_NOT_IN_RANGE = 5;
*/
ERROR_NOT_IN_RANGE(5),
/**
* ERROR_PLAYER_HAS_NO_TEAM = 6;
*/
ERROR_PLAYER_HAS_NO_TEAM(6),
/**
* ERROR_POKEMON_NOT_FULL_HP = 7;
*/
ERROR_POKEMON_NOT_FULL_HP(7),
/**
* ERROR_PLAYER_BELOW_MINIMUM_LEVEL = 8;
*/
ERROR_PLAYER_BELOW_MINIMUM_LEVEL(8),
/**
* ERROR_POKEMON_IS_BUDDY = 9;
*/
ERROR_POKEMON_IS_BUDDY(9),
/**
* ERROR_FORT_DEPLOY_LOCKOUT = 10;
*/
ERROR_FORT_DEPLOY_LOCKOUT(10),
/**
* ERROR_PLAYER_HAS_NO_NICKNAME = 11;
*/
ERROR_PLAYER_HAS_NO_NICKNAME(11),
/**
* ERROR_POI_INACCESSIBLE = 12;
*/
ERROR_POI_INACCESSIBLE(12),
/**
* ERROR_NOT_A_POKEMON = 13;
*/
ERROR_NOT_A_POKEMON(13),
/**
* ERROR_TOO_MANY_OF_SAME_KIND = 14;
*/
ERROR_TOO_MANY_OF_SAME_KIND(14),
/**
* ERROR_TOO_MANY_DEPLOYED = 15;
*/
ERROR_TOO_MANY_DEPLOYED(15),
/**
* ERROR_TEAM_DEPLOY_LOCKOUT = 16;
*/
ERROR_TEAM_DEPLOY_LOCKOUT(16),
/**
* ERROR_LEGENDARY_POKEMON = 17;
*/
ERROR_LEGENDARY_POKEMON(17),
/**
* ERROR_INVALID_POKEMON = 18;
*/
ERROR_INVALID_POKEMON(18),
/**
* ERROR_RAID_ACTIVE = 19;
*/
ERROR_RAID_ACTIVE(19),
UNRECOGNIZED(-1),
;
/**
* NO_RESULT_SET = 0;
*/
public static final int NO_RESULT_SET_VALUE = 0;
/**
* SUCCESS = 1;
*/
public static final int SUCCESS_VALUE = 1;
/**
* ERROR_ALREADY_HAS_POKEMON_ON_FORT = 2;
*/
public static final int ERROR_ALREADY_HAS_POKEMON_ON_FORT_VALUE = 2;
/**
* ERROR_OPPOSING_TEAM_OWNS_FORT = 3;
*/
public static final int ERROR_OPPOSING_TEAM_OWNS_FORT_VALUE = 3;
/**
* ERROR_FORT_IS_FULL = 4;
*/
public static final int ERROR_FORT_IS_FULL_VALUE = 4;
/**
* ERROR_NOT_IN_RANGE = 5;
*/
public static final int ERROR_NOT_IN_RANGE_VALUE = 5;
/**
* ERROR_PLAYER_HAS_NO_TEAM = 6;
*/
public static final int ERROR_PLAYER_HAS_NO_TEAM_VALUE = 6;
/**
* ERROR_POKEMON_NOT_FULL_HP = 7;
*/
public static final int ERROR_POKEMON_NOT_FULL_HP_VALUE = 7;
/**
* ERROR_PLAYER_BELOW_MINIMUM_LEVEL = 8;
*/
public static final int ERROR_PLAYER_BELOW_MINIMUM_LEVEL_VALUE = 8;
/**
* ERROR_POKEMON_IS_BUDDY = 9;
*/
public static final int ERROR_POKEMON_IS_BUDDY_VALUE = 9;
/**
* ERROR_FORT_DEPLOY_LOCKOUT = 10;
*/
public static final int ERROR_FORT_DEPLOY_LOCKOUT_VALUE = 10;
/**
* ERROR_PLAYER_HAS_NO_NICKNAME = 11;
*/
public static final int ERROR_PLAYER_HAS_NO_NICKNAME_VALUE = 11;
/**
* ERROR_POI_INACCESSIBLE = 12;
*/
public static final int ERROR_POI_INACCESSIBLE_VALUE = 12;
/**
* ERROR_NOT_A_POKEMON = 13;
*/
public static final int ERROR_NOT_A_POKEMON_VALUE = 13;
/**
* ERROR_TOO_MANY_OF_SAME_KIND = 14;
*/
public static final int ERROR_TOO_MANY_OF_SAME_KIND_VALUE = 14;
/**
* ERROR_TOO_MANY_DEPLOYED = 15;
*/
public static final int ERROR_TOO_MANY_DEPLOYED_VALUE = 15;
/**
* ERROR_TEAM_DEPLOY_LOCKOUT = 16;
*/
public static final int ERROR_TEAM_DEPLOY_LOCKOUT_VALUE = 16;
/**
* ERROR_LEGENDARY_POKEMON = 17;
*/
public static final int ERROR_LEGENDARY_POKEMON_VALUE = 17;
/**
* ERROR_INVALID_POKEMON = 18;
*/
public static final int ERROR_INVALID_POKEMON_VALUE = 18;
/**
* ERROR_RAID_ACTIVE = 19;
*/
public static final int ERROR_RAID_ACTIVE_VALUE = 19;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static Result valueOf(int value) {
return forNumber(value);
}
public static Result forNumber(int value) {
switch (value) {
case 0: return NO_RESULT_SET;
case 1: return SUCCESS;
case 2: return ERROR_ALREADY_HAS_POKEMON_ON_FORT;
case 3: return ERROR_OPPOSING_TEAM_OWNS_FORT;
case 4: return ERROR_FORT_IS_FULL;
case 5: return ERROR_NOT_IN_RANGE;
case 6: return ERROR_PLAYER_HAS_NO_TEAM;
case 7: return ERROR_POKEMON_NOT_FULL_HP;
case 8: return ERROR_PLAYER_BELOW_MINIMUM_LEVEL;
case 9: return ERROR_POKEMON_IS_BUDDY;
case 10: return ERROR_FORT_DEPLOY_LOCKOUT;
case 11: return ERROR_PLAYER_HAS_NO_NICKNAME;
case 12: return ERROR_POI_INACCESSIBLE;
case 13: return ERROR_NOT_A_POKEMON;
case 14: return ERROR_TOO_MANY_OF_SAME_KIND;
case 15: return ERROR_TOO_MANY_DEPLOYED;
case 16: return ERROR_TEAM_DEPLOY_LOCKOUT;
case 17: return ERROR_LEGENDARY_POKEMON;
case 18: return ERROR_INVALID_POKEMON;
case 19: return ERROR_RAID_ACTIVE;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
Result> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public Result findValueByNumber(int number) {
return Result.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.getDescriptor().getEnumTypes().get(0);
}
private static final Result[] VALUES = values();
public static Result valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private Result(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:POGOProtos.Networking.Responses.GymDeployResponse.Result)
}
public static final int RESULT_FIELD_NUMBER = 1;
private int result_;
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
public int getResultValue() {
return result_;
}
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
public POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result getResult() {
@SuppressWarnings("deprecation")
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result result = POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result.valueOf(result_);
return result == null ? POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result.UNRECOGNIZED : result;
}
public static final int GYM_STATUS_AND_DEFENDERS_FIELD_NUMBER = 2;
private POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders gymStatusAndDefenders_;
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public boolean hasGymStatusAndDefenders() {
return gymStatusAndDefenders_ != null;
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders getGymStatusAndDefenders() {
return gymStatusAndDefenders_ == null ? POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.getDefaultInstance() : gymStatusAndDefenders_;
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefendersOrBuilder getGymStatusAndDefendersOrBuilder() {
return getGymStatusAndDefenders();
}
public static final int AWARDED_GYM_BADGE_FIELD_NUMBER = 3;
private POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge awardedGymBadge_;
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public boolean hasAwardedGymBadge() {
return awardedGymBadge_ != null;
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge getAwardedGymBadge() {
return awardedGymBadge_ == null ? POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.getDefaultInstance() : awardedGymBadge_;
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadgeOrBuilder getAwardedGymBadgeOrBuilder() {
return getAwardedGymBadge();
}
public static final int COOLDOWN_COMPLETE_TIMESTAMP_MS_FIELD_NUMBER = 4;
private long cooldownCompleteTimestampMs_;
/**
* int64 cooldown_complete_timestamp_ms = 4;
*/
public long getCooldownCompleteTimestampMs() {
return cooldownCompleteTimestampMs_;
}
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 (result_ != POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result.NO_RESULT_SET.getNumber()) {
output.writeEnum(1, result_);
}
if (gymStatusAndDefenders_ != null) {
output.writeMessage(2, getGymStatusAndDefenders());
}
if (awardedGymBadge_ != null) {
output.writeMessage(3, getAwardedGymBadge());
}
if (cooldownCompleteTimestampMs_ != 0L) {
output.writeInt64(4, cooldownCompleteTimestampMs_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (result_ != POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result.NO_RESULT_SET.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(1, result_);
}
if (gymStatusAndDefenders_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getGymStatusAndDefenders());
}
if (awardedGymBadge_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getAwardedGymBadge());
}
if (cooldownCompleteTimestampMs_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(4, cooldownCompleteTimestampMs_);
}
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.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse)) {
return super.equals(obj);
}
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse other = (POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse) obj;
boolean result = true;
result = result && result_ == other.result_;
result = result && (hasGymStatusAndDefenders() == other.hasGymStatusAndDefenders());
if (hasGymStatusAndDefenders()) {
result = result && getGymStatusAndDefenders()
.equals(other.getGymStatusAndDefenders());
}
result = result && (hasAwardedGymBadge() == other.hasAwardedGymBadge());
if (hasAwardedGymBadge()) {
result = result && getAwardedGymBadge()
.equals(other.getAwardedGymBadge());
}
result = result && (getCooldownCompleteTimestampMs()
== other.getCooldownCompleteTimestampMs());
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) + RESULT_FIELD_NUMBER;
hash = (53 * hash) + result_;
if (hasGymStatusAndDefenders()) {
hash = (37 * hash) + GYM_STATUS_AND_DEFENDERS_FIELD_NUMBER;
hash = (53 * hash) + getGymStatusAndDefenders().hashCode();
}
if (hasAwardedGymBadge()) {
hash = (37 * hash) + AWARDED_GYM_BADGE_FIELD_NUMBER;
hash = (53 * hash) + getAwardedGymBadge().hashCode();
}
hash = (37 * hash) + COOLDOWN_COMPLETE_TIMESTAMP_MS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getCooldownCompleteTimestampMs());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse 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.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse 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.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse 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.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse 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.Networking.Responses.GymDeployResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:POGOProtos.Networking.Responses.GymDeployResponse)
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return POGOProtos.Networking.Responses.GymDeployResponseOuterClass.internal_static_POGOProtos_Networking_Responses_GymDeployResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Networking.Responses.GymDeployResponseOuterClass.internal_static_POGOProtos_Networking_Responses_GymDeployResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.class, POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Builder.class);
}
// Construct using POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.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();
result_ = 0;
if (gymStatusAndDefendersBuilder_ == null) {
gymStatusAndDefenders_ = null;
} else {
gymStatusAndDefenders_ = null;
gymStatusAndDefendersBuilder_ = null;
}
if (awardedGymBadgeBuilder_ == null) {
awardedGymBadge_ = null;
} else {
awardedGymBadge_ = null;
awardedGymBadgeBuilder_ = null;
}
cooldownCompleteTimestampMs_ = 0L;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return POGOProtos.Networking.Responses.GymDeployResponseOuterClass.internal_static_POGOProtos_Networking_Responses_GymDeployResponse_descriptor;
}
@java.lang.Override
public POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse getDefaultInstanceForType() {
return POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.getDefaultInstance();
}
@java.lang.Override
public POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse build() {
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse buildPartial() {
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse result = new POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse(this);
result.result_ = result_;
if (gymStatusAndDefendersBuilder_ == null) {
result.gymStatusAndDefenders_ = gymStatusAndDefenders_;
} else {
result.gymStatusAndDefenders_ = gymStatusAndDefendersBuilder_.build();
}
if (awardedGymBadgeBuilder_ == null) {
result.awardedGymBadge_ = awardedGymBadge_;
} else {
result.awardedGymBadge_ = awardedGymBadgeBuilder_.build();
}
result.cooldownCompleteTimestampMs_ = cooldownCompleteTimestampMs_;
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.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse) {
return mergeFrom((POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse other) {
if (other == POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.getDefaultInstance()) return this;
if (other.result_ != 0) {
setResultValue(other.getResultValue());
}
if (other.hasGymStatusAndDefenders()) {
mergeGymStatusAndDefenders(other.getGymStatusAndDefenders());
}
if (other.hasAwardedGymBadge()) {
mergeAwardedGymBadge(other.getAwardedGymBadge());
}
if (other.getCooldownCompleteTimestampMs() != 0L) {
setCooldownCompleteTimestampMs(other.getCooldownCompleteTimestampMs());
}
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.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int result_ = 0;
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
public int getResultValue() {
return result_;
}
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
public Builder setResultValue(int value) {
result_ = value;
onChanged();
return this;
}
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
public POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result getResult() {
@SuppressWarnings("deprecation")
POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result result = POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result.valueOf(result_);
return result == null ? POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result.UNRECOGNIZED : result;
}
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
public Builder setResult(POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse.Result value) {
if (value == null) {
throw new NullPointerException();
}
result_ = value.getNumber();
onChanged();
return this;
}
/**
* .POGOProtos.Networking.Responses.GymDeployResponse.Result result = 1;
*/
public Builder clearResult() {
result_ = 0;
onChanged();
return this;
}
private POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders gymStatusAndDefenders_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders, POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.Builder, POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefendersOrBuilder> gymStatusAndDefendersBuilder_;
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public boolean hasGymStatusAndDefenders() {
return gymStatusAndDefendersBuilder_ != null || gymStatusAndDefenders_ != null;
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders getGymStatusAndDefenders() {
if (gymStatusAndDefendersBuilder_ == null) {
return gymStatusAndDefenders_ == null ? POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.getDefaultInstance() : gymStatusAndDefenders_;
} else {
return gymStatusAndDefendersBuilder_.getMessage();
}
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public Builder setGymStatusAndDefenders(POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders value) {
if (gymStatusAndDefendersBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
gymStatusAndDefenders_ = value;
onChanged();
} else {
gymStatusAndDefendersBuilder_.setMessage(value);
}
return this;
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public Builder setGymStatusAndDefenders(
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.Builder builderForValue) {
if (gymStatusAndDefendersBuilder_ == null) {
gymStatusAndDefenders_ = builderForValue.build();
onChanged();
} else {
gymStatusAndDefendersBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public Builder mergeGymStatusAndDefenders(POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders value) {
if (gymStatusAndDefendersBuilder_ == null) {
if (gymStatusAndDefenders_ != null) {
gymStatusAndDefenders_ =
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.newBuilder(gymStatusAndDefenders_).mergeFrom(value).buildPartial();
} else {
gymStatusAndDefenders_ = value;
}
onChanged();
} else {
gymStatusAndDefendersBuilder_.mergeFrom(value);
}
return this;
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public Builder clearGymStatusAndDefenders() {
if (gymStatusAndDefendersBuilder_ == null) {
gymStatusAndDefenders_ = null;
onChanged();
} else {
gymStatusAndDefenders_ = null;
gymStatusAndDefendersBuilder_ = null;
}
return this;
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.Builder getGymStatusAndDefendersBuilder() {
onChanged();
return getGymStatusAndDefendersFieldBuilder().getBuilder();
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
public POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefendersOrBuilder getGymStatusAndDefendersOrBuilder() {
if (gymStatusAndDefendersBuilder_ != null) {
return gymStatusAndDefendersBuilder_.getMessageOrBuilder();
} else {
return gymStatusAndDefenders_ == null ?
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.getDefaultInstance() : gymStatusAndDefenders_;
}
}
/**
* .POGOProtos.Data.Gym.GymStatusAndDefenders gym_status_and_defenders = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders, POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.Builder, POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefendersOrBuilder>
getGymStatusAndDefendersFieldBuilder() {
if (gymStatusAndDefendersBuilder_ == null) {
gymStatusAndDefendersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders, POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefenders.Builder, POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.GymStatusAndDefendersOrBuilder>(
getGymStatusAndDefenders(),
getParentForChildren(),
isClean());
gymStatusAndDefenders_ = null;
}
return gymStatusAndDefendersBuilder_;
}
private POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge awardedGymBadge_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge, POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.Builder, POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadgeOrBuilder> awardedGymBadgeBuilder_;
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public boolean hasAwardedGymBadge() {
return awardedGymBadgeBuilder_ != null || awardedGymBadge_ != null;
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge getAwardedGymBadge() {
if (awardedGymBadgeBuilder_ == null) {
return awardedGymBadge_ == null ? POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.getDefaultInstance() : awardedGymBadge_;
} else {
return awardedGymBadgeBuilder_.getMessage();
}
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public Builder setAwardedGymBadge(POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge value) {
if (awardedGymBadgeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
awardedGymBadge_ = value;
onChanged();
} else {
awardedGymBadgeBuilder_.setMessage(value);
}
return this;
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public Builder setAwardedGymBadge(
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.Builder builderForValue) {
if (awardedGymBadgeBuilder_ == null) {
awardedGymBadge_ = builderForValue.build();
onChanged();
} else {
awardedGymBadgeBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public Builder mergeAwardedGymBadge(POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge value) {
if (awardedGymBadgeBuilder_ == null) {
if (awardedGymBadge_ != null) {
awardedGymBadge_ =
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.newBuilder(awardedGymBadge_).mergeFrom(value).buildPartial();
} else {
awardedGymBadge_ = value;
}
onChanged();
} else {
awardedGymBadgeBuilder_.mergeFrom(value);
}
return this;
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public Builder clearAwardedGymBadge() {
if (awardedGymBadgeBuilder_ == null) {
awardedGymBadge_ = null;
onChanged();
} else {
awardedGymBadge_ = null;
awardedGymBadgeBuilder_ = null;
}
return this;
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.Builder getAwardedGymBadgeBuilder() {
onChanged();
return getAwardedGymBadgeFieldBuilder().getBuilder();
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
public POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadgeOrBuilder getAwardedGymBadgeOrBuilder() {
if (awardedGymBadgeBuilder_ != null) {
return awardedGymBadgeBuilder_.getMessageOrBuilder();
} else {
return awardedGymBadge_ == null ?
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.getDefaultInstance() : awardedGymBadge_;
}
}
/**
* .POGOProtos.Data.Badge.AwardedGymBadge awarded_gym_badge = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge, POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.Builder, POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadgeOrBuilder>
getAwardedGymBadgeFieldBuilder() {
if (awardedGymBadgeBuilder_ == null) {
awardedGymBadgeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge, POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadge.Builder, POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.AwardedGymBadgeOrBuilder>(
getAwardedGymBadge(),
getParentForChildren(),
isClean());
awardedGymBadge_ = null;
}
return awardedGymBadgeBuilder_;
}
private long cooldownCompleteTimestampMs_ ;
/**
* int64 cooldown_complete_timestamp_ms = 4;
*/
public long getCooldownCompleteTimestampMs() {
return cooldownCompleteTimestampMs_;
}
/**
* int64 cooldown_complete_timestamp_ms = 4;
*/
public Builder setCooldownCompleteTimestampMs(long value) {
cooldownCompleteTimestampMs_ = value;
onChanged();
return this;
}
/**
* int64 cooldown_complete_timestamp_ms = 4;
*/
public Builder clearCooldownCompleteTimestampMs() {
cooldownCompleteTimestampMs_ = 0L;
onChanged();
return this;
}
@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.Networking.Responses.GymDeployResponse)
}
// @@protoc_insertion_point(class_scope:POGOProtos.Networking.Responses.GymDeployResponse)
private static final POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse();
}
public static POGOProtos.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public GymDeployResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new GymDeployResponse(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.Networking.Responses.GymDeployResponseOuterClass.GymDeployResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_POGOProtos_Networking_Responses_GymDeployResponse_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_POGOProtos_Networking_Responses_GymDeployResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n7POGOProtos/Networking/Responses/GymDep" +
"loyResponse.proto\022\037POGOProtos.Networking" +
".Responses\032/POGOProtos/Data/Gym/GymStatu" +
"sAndDefenders.proto\032+POGOProtos/Data/Bad" +
"ge/AwardedGymBadge.proto\"\335\006\n\021GymDeployRe" +
"sponse\022I\n\006result\030\001 \001(\01629.POGOProtos.Netw" +
"orking.Responses.GymDeployResponse.Resul" +
"t\022L\n\030gym_status_and_defenders\030\002 \001(\0132*.PO" +
"GOProtos.Data.Gym.GymStatusAndDefenders\022" +
"A\n\021awarded_gym_badge\030\003 \001(\0132&.POGOProtos." +
"Data.Badge.AwardedGymBadge\022&\n\036cooldown_c" +
"omplete_timestamp_ms\030\004 \001(\003\"\303\004\n\006Result\022\021\n" +
"\rNO_RESULT_SET\020\000\022\013\n\007SUCCESS\020\001\022%\n!ERROR_A" +
"LREADY_HAS_POKEMON_ON_FORT\020\002\022!\n\035ERROR_OP" +
"POSING_TEAM_OWNS_FORT\020\003\022\026\n\022ERROR_FORT_IS" +
"_FULL\020\004\022\026\n\022ERROR_NOT_IN_RANGE\020\005\022\034\n\030ERROR" +
"_PLAYER_HAS_NO_TEAM\020\006\022\035\n\031ERROR_POKEMON_N" +
"OT_FULL_HP\020\007\022$\n ERROR_PLAYER_BELOW_MINIM" +
"UM_LEVEL\020\010\022\032\n\026ERROR_POKEMON_IS_BUDDY\020\t\022\035" +
"\n\031ERROR_FORT_DEPLOY_LOCKOUT\020\n\022 \n\034ERROR_P" +
"LAYER_HAS_NO_NICKNAME\020\013\022\032\n\026ERROR_POI_INA" +
"CCESSIBLE\020\014\022\027\n\023ERROR_NOT_A_POKEMON\020\r\022\037\n\033" +
"ERROR_TOO_MANY_OF_SAME_KIND\020\016\022\033\n\027ERROR_T" +
"OO_MANY_DEPLOYED\020\017\022\035\n\031ERROR_TEAM_DEPLOY_" +
"LOCKOUT\020\020\022\033\n\027ERROR_LEGENDARY_POKEMON\020\021\022\031" +
"\n\025ERROR_INVALID_POKEMON\020\022\022\025\n\021ERROR_RAID_" +
"ACTIVE\020\023b\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.Gym.GymStatusAndDefendersOuterClass.getDescriptor(),
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.getDescriptor(),
}, assigner);
internal_static_POGOProtos_Networking_Responses_GymDeployResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_POGOProtos_Networking_Responses_GymDeployResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_POGOProtos_Networking_Responses_GymDeployResponse_descriptor,
new java.lang.String[] { "Result", "GymStatusAndDefenders", "AwardedGymBadge", "CooldownCompleteTimestampMs", });
POGOProtos.Data.Gym.GymStatusAndDefendersOuterClass.getDescriptor();
POGOProtos.Data.Badge.AwardedGymBadgeOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy