POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Networking/Requests/Messages/GenerateGmapSignedUrlMessage.proto
package POGOProtos.Networking.Requests.Messages;
public final class GenerateGmapSignedUrlMessageOuterClass {
private GenerateGmapSignedUrlMessageOuterClass() {}
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 GenerateGmapSignedUrlMessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessage)
com.google.protobuf.MessageOrBuilder {
/**
* double latitude = 1;
*/
double getLatitude();
/**
* double longitude = 2;
*/
double getLongitude();
/**
* int32 width = 3;
*/
int getWidth();
/**
* int32 height = 4;
*/
int getHeight();
/**
* int32 zoom = 5;
*/
int getZoom();
/**
* string language_code = 6;
*/
java.lang.String getLanguageCode();
/**
* string language_code = 6;
*/
com.google.protobuf.ByteString
getLanguageCodeBytes();
/**
* string country_code = 7;
*/
java.lang.String getCountryCode();
/**
* string country_code = 7;
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
* string map_style = 8;
*/
java.lang.String getMapStyle();
/**
* string map_style = 8;
*/
com.google.protobuf.ByteString
getMapStyleBytes();
/**
* string map_type = 9;
*/
java.lang.String getMapType();
/**
* string map_type = 9;
*/
com.google.protobuf.ByteString
getMapTypeBytes();
/**
* string icon_params = 10;
*/
java.lang.String getIconParams();
/**
* string icon_params = 10;
*/
com.google.protobuf.ByteString
getIconParamsBytes();
}
/**
* Protobuf type {@code POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessage}
*/
public static final class GenerateGmapSignedUrlMessage extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessage)
GenerateGmapSignedUrlMessageOrBuilder {
private static final long serialVersionUID = 0L;
// Use GenerateGmapSignedUrlMessage.newBuilder() to construct.
private GenerateGmapSignedUrlMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GenerateGmapSignedUrlMessage() {
latitude_ = 0D;
longitude_ = 0D;
width_ = 0;
height_ = 0;
zoom_ = 0;
languageCode_ = "";
countryCode_ = "";
mapStyle_ = "";
mapType_ = "";
iconParams_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private GenerateGmapSignedUrlMessage(
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 9: {
latitude_ = input.readDouble();
break;
}
case 17: {
longitude_ = input.readDouble();
break;
}
case 24: {
width_ = input.readInt32();
break;
}
case 32: {
height_ = input.readInt32();
break;
}
case 40: {
zoom_ = input.readInt32();
break;
}
case 50: {
java.lang.String s = input.readStringRequireUtf8();
languageCode_ = s;
break;
}
case 58: {
java.lang.String s = input.readStringRequireUtf8();
countryCode_ = s;
break;
}
case 66: {
java.lang.String s = input.readStringRequireUtf8();
mapStyle_ = s;
break;
}
case 74: {
java.lang.String s = input.readStringRequireUtf8();
mapType_ = s;
break;
}
case 82: {
java.lang.String s = input.readStringRequireUtf8();
iconParams_ = s;
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.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage.class, POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage.Builder.class);
}
public static final int LATITUDE_FIELD_NUMBER = 1;
private double latitude_;
/**
* double latitude = 1;
*/
public double getLatitude() {
return latitude_;
}
public static final int LONGITUDE_FIELD_NUMBER = 2;
private double longitude_;
/**
* double longitude = 2;
*/
public double getLongitude() {
return longitude_;
}
public static final int WIDTH_FIELD_NUMBER = 3;
private int width_;
/**
* int32 width = 3;
*/
public int getWidth() {
return width_;
}
public static final int HEIGHT_FIELD_NUMBER = 4;
private int height_;
/**
* int32 height = 4;
*/
public int getHeight() {
return height_;
}
public static final int ZOOM_FIELD_NUMBER = 5;
private int zoom_;
/**
* int32 zoom = 5;
*/
public int getZoom() {
return zoom_;
}
public static final int LANGUAGE_CODE_FIELD_NUMBER = 6;
private volatile java.lang.Object languageCode_;
/**
* string language_code = 6;
*/
public java.lang.String getLanguageCode() {
java.lang.Object ref = languageCode_;
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();
languageCode_ = s;
return s;
}
}
/**
* string language_code = 6;
*/
public com.google.protobuf.ByteString
getLanguageCodeBytes() {
java.lang.Object ref = languageCode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
languageCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COUNTRY_CODE_FIELD_NUMBER = 7;
private volatile java.lang.Object countryCode_;
/**
* string country_code = 7;
*/
public java.lang.String getCountryCode() {
java.lang.Object ref = countryCode_;
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();
countryCode_ = s;
return s;
}
}
/**
* string country_code = 7;
*/
public com.google.protobuf.ByteString
getCountryCodeBytes() {
java.lang.Object ref = countryCode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
countryCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MAP_STYLE_FIELD_NUMBER = 8;
private volatile java.lang.Object mapStyle_;
/**
* string map_style = 8;
*/
public java.lang.String getMapStyle() {
java.lang.Object ref = mapStyle_;
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();
mapStyle_ = s;
return s;
}
}
/**
* string map_style = 8;
*/
public com.google.protobuf.ByteString
getMapStyleBytes() {
java.lang.Object ref = mapStyle_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mapStyle_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MAP_TYPE_FIELD_NUMBER = 9;
private volatile java.lang.Object mapType_;
/**
* string map_type = 9;
*/
public java.lang.String getMapType() {
java.lang.Object ref = mapType_;
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();
mapType_ = s;
return s;
}
}
/**
* string map_type = 9;
*/
public com.google.protobuf.ByteString
getMapTypeBytes() {
java.lang.Object ref = mapType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mapType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ICON_PARAMS_FIELD_NUMBER = 10;
private volatile java.lang.Object iconParams_;
/**
* string icon_params = 10;
*/
public java.lang.String getIconParams() {
java.lang.Object ref = iconParams_;
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();
iconParams_ = s;
return s;
}
}
/**
* string icon_params = 10;
*/
public com.google.protobuf.ByteString
getIconParamsBytes() {
java.lang.Object ref = iconParams_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
iconParams_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (latitude_ != 0D) {
output.writeDouble(1, latitude_);
}
if (longitude_ != 0D) {
output.writeDouble(2, longitude_);
}
if (width_ != 0) {
output.writeInt32(3, width_);
}
if (height_ != 0) {
output.writeInt32(4, height_);
}
if (zoom_ != 0) {
output.writeInt32(5, zoom_);
}
if (!getLanguageCodeBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, languageCode_);
}
if (!getCountryCodeBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, countryCode_);
}
if (!getMapStyleBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, mapStyle_);
}
if (!getMapTypeBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, mapType_);
}
if (!getIconParamsBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, iconParams_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (latitude_ != 0D) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(1, latitude_);
}
if (longitude_ != 0D) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(2, longitude_);
}
if (width_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, width_);
}
if (height_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(4, height_);
}
if (zoom_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(5, zoom_);
}
if (!getLanguageCodeBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, languageCode_);
}
if (!getCountryCodeBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, countryCode_);
}
if (!getMapStyleBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, mapStyle_);
}
if (!getMapTypeBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, mapType_);
}
if (!getIconParamsBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, iconParams_);
}
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.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage)) {
return super.equals(obj);
}
POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage other = (POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage) obj;
boolean result = true;
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 && (getWidth()
== other.getWidth());
result = result && (getHeight()
== other.getHeight());
result = result && (getZoom()
== other.getZoom());
result = result && getLanguageCode()
.equals(other.getLanguageCode());
result = result && getCountryCode()
.equals(other.getCountryCode());
result = result && getMapStyle()
.equals(other.getMapStyle());
result = result && getMapType()
.equals(other.getMapType());
result = result && getIconParams()
.equals(other.getIconParams());
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) + 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) + WIDTH_FIELD_NUMBER;
hash = (53 * hash) + getWidth();
hash = (37 * hash) + HEIGHT_FIELD_NUMBER;
hash = (53 * hash) + getHeight();
hash = (37 * hash) + ZOOM_FIELD_NUMBER;
hash = (53 * hash) + getZoom();
hash = (37 * hash) + LANGUAGE_CODE_FIELD_NUMBER;
hash = (53 * hash) + getLanguageCode().hashCode();
hash = (37 * hash) + COUNTRY_CODE_FIELD_NUMBER;
hash = (53 * hash) + getCountryCode().hashCode();
hash = (37 * hash) + MAP_STYLE_FIELD_NUMBER;
hash = (53 * hash) + getMapStyle().hashCode();
hash = (37 * hash) + MAP_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getMapType().hashCode();
hash = (37 * hash) + ICON_PARAMS_FIELD_NUMBER;
hash = (53 * hash) + getIconParams().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage 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.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage 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.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage 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.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage 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.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage 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.Requests.Messages.GenerateGmapSignedUrlMessage}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessage)
POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessageOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage.class, POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage.Builder.class);
}
// Construct using POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage.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();
latitude_ = 0D;
longitude_ = 0D;
width_ = 0;
height_ = 0;
zoom_ = 0;
languageCode_ = "";
countryCode_ = "";
mapStyle_ = "";
mapType_ = "";
iconParams_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_descriptor;
}
@java.lang.Override
public POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage getDefaultInstanceForType() {
return POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage.getDefaultInstance();
}
@java.lang.Override
public POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage build() {
POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage buildPartial() {
POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage result = new POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage(this);
result.latitude_ = latitude_;
result.longitude_ = longitude_;
result.width_ = width_;
result.height_ = height_;
result.zoom_ = zoom_;
result.languageCode_ = languageCode_;
result.countryCode_ = countryCode_;
result.mapStyle_ = mapStyle_;
result.mapType_ = mapType_;
result.iconParams_ = iconParams_;
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.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage) {
return mergeFrom((POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage other) {
if (other == POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage.getDefaultInstance()) return this;
if (other.getLatitude() != 0D) {
setLatitude(other.getLatitude());
}
if (other.getLongitude() != 0D) {
setLongitude(other.getLongitude());
}
if (other.getWidth() != 0) {
setWidth(other.getWidth());
}
if (other.getHeight() != 0) {
setHeight(other.getHeight());
}
if (other.getZoom() != 0) {
setZoom(other.getZoom());
}
if (!other.getLanguageCode().isEmpty()) {
languageCode_ = other.languageCode_;
onChanged();
}
if (!other.getCountryCode().isEmpty()) {
countryCode_ = other.countryCode_;
onChanged();
}
if (!other.getMapStyle().isEmpty()) {
mapStyle_ = other.mapStyle_;
onChanged();
}
if (!other.getMapType().isEmpty()) {
mapType_ = other.mapType_;
onChanged();
}
if (!other.getIconParams().isEmpty()) {
iconParams_ = other.iconParams_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private double latitude_ ;
/**
* double latitude = 1;
*/
public double getLatitude() {
return latitude_;
}
/**
* double latitude = 1;
*/
public Builder setLatitude(double value) {
latitude_ = value;
onChanged();
return this;
}
/**
* double latitude = 1;
*/
public Builder clearLatitude() {
latitude_ = 0D;
onChanged();
return this;
}
private double longitude_ ;
/**
* double longitude = 2;
*/
public double getLongitude() {
return longitude_;
}
/**
* double longitude = 2;
*/
public Builder setLongitude(double value) {
longitude_ = value;
onChanged();
return this;
}
/**
* double longitude = 2;
*/
public Builder clearLongitude() {
longitude_ = 0D;
onChanged();
return this;
}
private int width_ ;
/**
* int32 width = 3;
*/
public int getWidth() {
return width_;
}
/**
* int32 width = 3;
*/
public Builder setWidth(int value) {
width_ = value;
onChanged();
return this;
}
/**
* int32 width = 3;
*/
public Builder clearWidth() {
width_ = 0;
onChanged();
return this;
}
private int height_ ;
/**
* int32 height = 4;
*/
public int getHeight() {
return height_;
}
/**
* int32 height = 4;
*/
public Builder setHeight(int value) {
height_ = value;
onChanged();
return this;
}
/**
* int32 height = 4;
*/
public Builder clearHeight() {
height_ = 0;
onChanged();
return this;
}
private int zoom_ ;
/**
* int32 zoom = 5;
*/
public int getZoom() {
return zoom_;
}
/**
* int32 zoom = 5;
*/
public Builder setZoom(int value) {
zoom_ = value;
onChanged();
return this;
}
/**
* int32 zoom = 5;
*/
public Builder clearZoom() {
zoom_ = 0;
onChanged();
return this;
}
private java.lang.Object languageCode_ = "";
/**
* string language_code = 6;
*/
public java.lang.String getLanguageCode() {
java.lang.Object ref = languageCode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
languageCode_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string language_code = 6;
*/
public com.google.protobuf.ByteString
getLanguageCodeBytes() {
java.lang.Object ref = languageCode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
languageCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string language_code = 6;
*/
public Builder setLanguageCode(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
languageCode_ = value;
onChanged();
return this;
}
/**
* string language_code = 6;
*/
public Builder clearLanguageCode() {
languageCode_ = getDefaultInstance().getLanguageCode();
onChanged();
return this;
}
/**
* string language_code = 6;
*/
public Builder setLanguageCodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
languageCode_ = value;
onChanged();
return this;
}
private java.lang.Object countryCode_ = "";
/**
* string country_code = 7;
*/
public java.lang.String getCountryCode() {
java.lang.Object ref = countryCode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
countryCode_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string country_code = 7;
*/
public com.google.protobuf.ByteString
getCountryCodeBytes() {
java.lang.Object ref = countryCode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
countryCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string country_code = 7;
*/
public Builder setCountryCode(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
countryCode_ = value;
onChanged();
return this;
}
/**
* string country_code = 7;
*/
public Builder clearCountryCode() {
countryCode_ = getDefaultInstance().getCountryCode();
onChanged();
return this;
}
/**
* string country_code = 7;
*/
public Builder setCountryCodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
countryCode_ = value;
onChanged();
return this;
}
private java.lang.Object mapStyle_ = "";
/**
* string map_style = 8;
*/
public java.lang.String getMapStyle() {
java.lang.Object ref = mapStyle_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
mapStyle_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string map_style = 8;
*/
public com.google.protobuf.ByteString
getMapStyleBytes() {
java.lang.Object ref = mapStyle_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mapStyle_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string map_style = 8;
*/
public Builder setMapStyle(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
mapStyle_ = value;
onChanged();
return this;
}
/**
* string map_style = 8;
*/
public Builder clearMapStyle() {
mapStyle_ = getDefaultInstance().getMapStyle();
onChanged();
return this;
}
/**
* string map_style = 8;
*/
public Builder setMapStyleBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
mapStyle_ = value;
onChanged();
return this;
}
private java.lang.Object mapType_ = "";
/**
* string map_type = 9;
*/
public java.lang.String getMapType() {
java.lang.Object ref = mapType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
mapType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string map_type = 9;
*/
public com.google.protobuf.ByteString
getMapTypeBytes() {
java.lang.Object ref = mapType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mapType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string map_type = 9;
*/
public Builder setMapType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
mapType_ = value;
onChanged();
return this;
}
/**
* string map_type = 9;
*/
public Builder clearMapType() {
mapType_ = getDefaultInstance().getMapType();
onChanged();
return this;
}
/**
* string map_type = 9;
*/
public Builder setMapTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
mapType_ = value;
onChanged();
return this;
}
private java.lang.Object iconParams_ = "";
/**
* string icon_params = 10;
*/
public java.lang.String getIconParams() {
java.lang.Object ref = iconParams_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
iconParams_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string icon_params = 10;
*/
public com.google.protobuf.ByteString
getIconParamsBytes() {
java.lang.Object ref = iconParams_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
iconParams_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string icon_params = 10;
*/
public Builder setIconParams(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
iconParams_ = value;
onChanged();
return this;
}
/**
* string icon_params = 10;
*/
public Builder clearIconParams() {
iconParams_ = getDefaultInstance().getIconParams();
onChanged();
return this;
}
/**
* string icon_params = 10;
*/
public Builder setIconParamsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
iconParams_ = value;
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.Requests.Messages.GenerateGmapSignedUrlMessage)
}
// @@protoc_insertion_point(class_scope:POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessage)
private static final POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage();
}
public static POGOProtos.Networking.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public GenerateGmapSignedUrlMessage parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new GenerateGmapSignedUrlMessage(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.Requests.Messages.GenerateGmapSignedUrlMessageOuterClass.GenerateGmapSignedUrlMessage getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\nJPOGOProtos/Networking/Requests/Message" +
"s/GenerateGmapSignedUrlMessage.proto\022\'PO" +
"GOProtos.Networking.Requests.Messages\"\327\001" +
"\n\034GenerateGmapSignedUrlMessage\022\020\n\010latitu" +
"de\030\001 \001(\001\022\021\n\tlongitude\030\002 \001(\001\022\r\n\005width\030\003 \001" +
"(\005\022\016\n\006height\030\004 \001(\005\022\014\n\004zoom\030\005 \001(\005\022\025\n\rlang" +
"uage_code\030\006 \001(\t\022\024\n\014country_code\030\007 \001(\t\022\021\n" +
"\tmap_style\030\010 \001(\t\022\020\n\010map_type\030\t \001(\t\022\023\n\013ic" +
"on_params\030\n \001(\tb\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[] {
}, assigner);
internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_POGOProtos_Networking_Requests_Messages_GenerateGmapSignedUrlMessage_descriptor,
new java.lang.String[] { "Latitude", "Longitude", "Width", "Height", "Zoom", "LanguageCode", "CountryCode", "MapStyle", "MapType", "IconParams", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy