POGOProtos.Data.DownloadUrlEntryOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Data/DownloadUrlEntry.proto
package POGOProtos.Data;
public final class DownloadUrlEntryOuterClass {
private DownloadUrlEntryOuterClass() {}
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 DownloadUrlEntryOrBuilder extends
// @@protoc_insertion_point(interface_extends:POGOProtos.Data.DownloadUrlEntry)
com.google.protobuf.MessageOrBuilder {
/**
* string asset_id = 1;
*/
java.lang.String getAssetId();
/**
* string asset_id = 1;
*/
com.google.protobuf.ByteString
getAssetIdBytes();
/**
* string url = 2;
*/
java.lang.String getUrl();
/**
* string url = 2;
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
* int32 size = 3;
*/
int getSize();
/**
* fixed32 checksum = 4;
*/
int getChecksum();
}
/**
* Protobuf type {@code POGOProtos.Data.DownloadUrlEntry}
*/
public static final class DownloadUrlEntry extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:POGOProtos.Data.DownloadUrlEntry)
DownloadUrlEntryOrBuilder {
private static final long serialVersionUID = 0L;
// Use DownloadUrlEntry.newBuilder() to construct.
private DownloadUrlEntry(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private DownloadUrlEntry() {
assetId_ = "";
url_ = "";
size_ = 0;
checksum_ = 0;
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private DownloadUrlEntry(
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 10: {
java.lang.String s = input.readStringRequireUtf8();
assetId_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
url_ = s;
break;
}
case 24: {
size_ = input.readInt32();
break;
}
case 37: {
checksum_ = input.readFixed32();
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.Data.DownloadUrlEntryOuterClass.internal_static_POGOProtos_Data_DownloadUrlEntry_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Data.DownloadUrlEntryOuterClass.internal_static_POGOProtos_Data_DownloadUrlEntry_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry.class, POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry.Builder.class);
}
public static final int ASSET_ID_FIELD_NUMBER = 1;
private volatile java.lang.Object assetId_;
/**
* string asset_id = 1;
*/
public java.lang.String getAssetId() {
java.lang.Object ref = assetId_;
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();
assetId_ = s;
return s;
}
}
/**
* string asset_id = 1;
*/
public com.google.protobuf.ByteString
getAssetIdBytes() {
java.lang.Object ref = assetId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
assetId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int URL_FIELD_NUMBER = 2;
private volatile java.lang.Object url_;
/**
* string url = 2;
*/
public java.lang.String getUrl() {
java.lang.Object ref = url_;
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();
url_ = s;
return s;
}
}
/**
* string url = 2;
*/
public com.google.protobuf.ByteString
getUrlBytes() {
java.lang.Object ref = url_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
url_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SIZE_FIELD_NUMBER = 3;
private int size_;
/**
* int32 size = 3;
*/
public int getSize() {
return size_;
}
public static final int CHECKSUM_FIELD_NUMBER = 4;
private int checksum_;
/**
* fixed32 checksum = 4;
*/
public int getChecksum() {
return checksum_;
}
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 (!getAssetIdBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, assetId_);
}
if (!getUrlBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, url_);
}
if (size_ != 0) {
output.writeInt32(3, size_);
}
if (checksum_ != 0) {
output.writeFixed32(4, checksum_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getAssetIdBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, assetId_);
}
if (!getUrlBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, url_);
}
if (size_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, size_);
}
if (checksum_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFixed32Size(4, checksum_);
}
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.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry)) {
return super.equals(obj);
}
POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry other = (POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry) obj;
boolean result = true;
result = result && getAssetId()
.equals(other.getAssetId());
result = result && getUrl()
.equals(other.getUrl());
result = result && (getSize()
== other.getSize());
result = result && (getChecksum()
== other.getChecksum());
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) + ASSET_ID_FIELD_NUMBER;
hash = (53 * hash) + getAssetId().hashCode();
hash = (37 * hash) + URL_FIELD_NUMBER;
hash = (53 * hash) + getUrl().hashCode();
hash = (37 * hash) + SIZE_FIELD_NUMBER;
hash = (53 * hash) + getSize();
hash = (37 * hash) + CHECKSUM_FIELD_NUMBER;
hash = (53 * hash) + getChecksum();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry 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.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry 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.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry 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.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry 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.Data.DownloadUrlEntry}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:POGOProtos.Data.DownloadUrlEntry)
POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntryOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return POGOProtos.Data.DownloadUrlEntryOuterClass.internal_static_POGOProtos_Data_DownloadUrlEntry_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Data.DownloadUrlEntryOuterClass.internal_static_POGOProtos_Data_DownloadUrlEntry_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry.class, POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry.Builder.class);
}
// Construct using POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry.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();
assetId_ = "";
url_ = "";
size_ = 0;
checksum_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return POGOProtos.Data.DownloadUrlEntryOuterClass.internal_static_POGOProtos_Data_DownloadUrlEntry_descriptor;
}
@java.lang.Override
public POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry getDefaultInstanceForType() {
return POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry.getDefaultInstance();
}
@java.lang.Override
public POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry build() {
POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry buildPartial() {
POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry result = new POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry(this);
result.assetId_ = assetId_;
result.url_ = url_;
result.size_ = size_;
result.checksum_ = checksum_;
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.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry) {
return mergeFrom((POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry other) {
if (other == POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry.getDefaultInstance()) return this;
if (!other.getAssetId().isEmpty()) {
assetId_ = other.assetId_;
onChanged();
}
if (!other.getUrl().isEmpty()) {
url_ = other.url_;
onChanged();
}
if (other.getSize() != 0) {
setSize(other.getSize());
}
if (other.getChecksum() != 0) {
setChecksum(other.getChecksum());
}
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.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object assetId_ = "";
/**
* string asset_id = 1;
*/
public java.lang.String getAssetId() {
java.lang.Object ref = assetId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
assetId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string asset_id = 1;
*/
public com.google.protobuf.ByteString
getAssetIdBytes() {
java.lang.Object ref = assetId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
assetId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string asset_id = 1;
*/
public Builder setAssetId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
assetId_ = value;
onChanged();
return this;
}
/**
* string asset_id = 1;
*/
public Builder clearAssetId() {
assetId_ = getDefaultInstance().getAssetId();
onChanged();
return this;
}
/**
* string asset_id = 1;
*/
public Builder setAssetIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
assetId_ = value;
onChanged();
return this;
}
private java.lang.Object url_ = "";
/**
* string url = 2;
*/
public java.lang.String getUrl() {
java.lang.Object ref = url_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
url_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string url = 2;
*/
public com.google.protobuf.ByteString
getUrlBytes() {
java.lang.Object ref = url_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
url_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string url = 2;
*/
public Builder setUrl(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
url_ = value;
onChanged();
return this;
}
/**
* string url = 2;
*/
public Builder clearUrl() {
url_ = getDefaultInstance().getUrl();
onChanged();
return this;
}
/**
* string url = 2;
*/
public Builder setUrlBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
url_ = value;
onChanged();
return this;
}
private int size_ ;
/**
* int32 size = 3;
*/
public int getSize() {
return size_;
}
/**
* int32 size = 3;
*/
public Builder setSize(int value) {
size_ = value;
onChanged();
return this;
}
/**
* int32 size = 3;
*/
public Builder clearSize() {
size_ = 0;
onChanged();
return this;
}
private int checksum_ ;
/**
* fixed32 checksum = 4;
*/
public int getChecksum() {
return checksum_;
}
/**
* fixed32 checksum = 4;
*/
public Builder setChecksum(int value) {
checksum_ = value;
onChanged();
return this;
}
/**
* fixed32 checksum = 4;
*/
public Builder clearChecksum() {
checksum_ = 0;
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.Data.DownloadUrlEntry)
}
// @@protoc_insertion_point(class_scope:POGOProtos.Data.DownloadUrlEntry)
private static final POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry();
}
public static POGOProtos.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public DownloadUrlEntry parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new DownloadUrlEntry(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.Data.DownloadUrlEntryOuterClass.DownloadUrlEntry getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_POGOProtos_Data_DownloadUrlEntry_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_POGOProtos_Data_DownloadUrlEntry_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/Data/DownloadUrlEntry.proto" +
"\022\017POGOProtos.Data\"Q\n\020DownloadUrlEntry\022\020\n" +
"\010asset_id\030\001 \001(\t\022\013\n\003url\030\002 \001(\t\022\014\n\004size\030\003 \001" +
"(\005\022\020\n\010checksum\030\004 \001(\007b\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_Data_DownloadUrlEntry_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_POGOProtos_Data_DownloadUrlEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_POGOProtos_Data_DownloadUrlEntry_descriptor,
new java.lang.String[] { "AssetId", "Url", "Size", "Checksum", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy