POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Networking/Requests/Social/GetFacebookFriendListMessage.proto
package POGOProtos.Networking.Requests.Social;
public final class GetFacebookFriendListMessageOuterClass {
private GetFacebookFriendListMessageOuterClass() {}
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 GetFacebookFriendListMessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessage)
com.google.protobuf.MessageOrBuilder {
/**
* string fb_access_token = 1;
*/
java.lang.String getFbAccessToken();
/**
* string fb_access_token = 1;
*/
com.google.protobuf.ByteString
getFbAccessTokenBytes();
/**
* int32 limit = 2;
*/
int getLimit();
/**
* string cursor = 3;
*/
java.lang.String getCursor();
/**
* string cursor = 3;
*/
com.google.protobuf.ByteString
getCursorBytes();
}
/**
* Protobuf type {@code POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessage}
*/
public static final class GetFacebookFriendListMessage extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessage)
GetFacebookFriendListMessageOrBuilder {
private static final long serialVersionUID = 0L;
// Use GetFacebookFriendListMessage.newBuilder() to construct.
private GetFacebookFriendListMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GetFacebookFriendListMessage() {
fbAccessToken_ = "";
limit_ = 0;
cursor_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private GetFacebookFriendListMessage(
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();
fbAccessToken_ = s;
break;
}
case 16: {
limit_ = input.readInt32();
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
cursor_ = 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.Social.GetFacebookFriendListMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage.class, POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage.Builder.class);
}
public static final int FB_ACCESS_TOKEN_FIELD_NUMBER = 1;
private volatile java.lang.Object fbAccessToken_;
/**
* string fb_access_token = 1;
*/
public java.lang.String getFbAccessToken() {
java.lang.Object ref = fbAccessToken_;
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();
fbAccessToken_ = s;
return s;
}
}
/**
* string fb_access_token = 1;
*/
public com.google.protobuf.ByteString
getFbAccessTokenBytes() {
java.lang.Object ref = fbAccessToken_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fbAccessToken_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LIMIT_FIELD_NUMBER = 2;
private int limit_;
/**
* int32 limit = 2;
*/
public int getLimit() {
return limit_;
}
public static final int CURSOR_FIELD_NUMBER = 3;
private volatile java.lang.Object cursor_;
/**
* string cursor = 3;
*/
public java.lang.String getCursor() {
java.lang.Object ref = cursor_;
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();
cursor_ = s;
return s;
}
}
/**
* string cursor = 3;
*/
public com.google.protobuf.ByteString
getCursorBytes() {
java.lang.Object ref = cursor_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
cursor_ = 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 (!getFbAccessTokenBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fbAccessToken_);
}
if (limit_ != 0) {
output.writeInt32(2, limit_);
}
if (!getCursorBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, cursor_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getFbAccessTokenBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fbAccessToken_);
}
if (limit_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, limit_);
}
if (!getCursorBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, cursor_);
}
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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage)) {
return super.equals(obj);
}
POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage other = (POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage) obj;
boolean result = true;
result = result && getFbAccessToken()
.equals(other.getFbAccessToken());
result = result && (getLimit()
== other.getLimit());
result = result && getCursor()
.equals(other.getCursor());
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) + FB_ACCESS_TOKEN_FIELD_NUMBER;
hash = (53 * hash) + getFbAccessToken().hashCode();
hash = (37 * hash) + LIMIT_FIELD_NUMBER;
hash = (53 * hash) + getLimit();
hash = (37 * hash) + CURSOR_FIELD_NUMBER;
hash = (53 * hash) + getCursor().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage 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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage 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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage 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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage 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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage 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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage 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.Social.GetFacebookFriendListMessage}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessage)
POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessageOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage.class, POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage.Builder.class);
}
// Construct using POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage.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();
fbAccessToken_ = "";
limit_ = 0;
cursor_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_descriptor;
}
@java.lang.Override
public POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage getDefaultInstanceForType() {
return POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage.getDefaultInstance();
}
@java.lang.Override
public POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage build() {
POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage buildPartial() {
POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage result = new POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage(this);
result.fbAccessToken_ = fbAccessToken_;
result.limit_ = limit_;
result.cursor_ = cursor_;
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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage) {
return mergeFrom((POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage other) {
if (other == POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage.getDefaultInstance()) return this;
if (!other.getFbAccessToken().isEmpty()) {
fbAccessToken_ = other.fbAccessToken_;
onChanged();
}
if (other.getLimit() != 0) {
setLimit(other.getLimit());
}
if (!other.getCursor().isEmpty()) {
cursor_ = other.cursor_;
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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object fbAccessToken_ = "";
/**
* string fb_access_token = 1;
*/
public java.lang.String getFbAccessToken() {
java.lang.Object ref = fbAccessToken_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
fbAccessToken_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string fb_access_token = 1;
*/
public com.google.protobuf.ByteString
getFbAccessTokenBytes() {
java.lang.Object ref = fbAccessToken_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fbAccessToken_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string fb_access_token = 1;
*/
public Builder setFbAccessToken(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
fbAccessToken_ = value;
onChanged();
return this;
}
/**
* string fb_access_token = 1;
*/
public Builder clearFbAccessToken() {
fbAccessToken_ = getDefaultInstance().getFbAccessToken();
onChanged();
return this;
}
/**
* string fb_access_token = 1;
*/
public Builder setFbAccessTokenBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
fbAccessToken_ = value;
onChanged();
return this;
}
private int limit_ ;
/**
* int32 limit = 2;
*/
public int getLimit() {
return limit_;
}
/**
* int32 limit = 2;
*/
public Builder setLimit(int value) {
limit_ = value;
onChanged();
return this;
}
/**
* int32 limit = 2;
*/
public Builder clearLimit() {
limit_ = 0;
onChanged();
return this;
}
private java.lang.Object cursor_ = "";
/**
* string cursor = 3;
*/
public java.lang.String getCursor() {
java.lang.Object ref = cursor_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
cursor_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string cursor = 3;
*/
public com.google.protobuf.ByteString
getCursorBytes() {
java.lang.Object ref = cursor_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
cursor_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string cursor = 3;
*/
public Builder setCursor(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
cursor_ = value;
onChanged();
return this;
}
/**
* string cursor = 3;
*/
public Builder clearCursor() {
cursor_ = getDefaultInstance().getCursor();
onChanged();
return this;
}
/**
* string cursor = 3;
*/
public Builder setCursorBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
cursor_ = 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.Social.GetFacebookFriendListMessage)
}
// @@protoc_insertion_point(class_scope:POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessage)
private static final POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage();
}
public static POGOProtos.Networking.Requests.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public GetFacebookFriendListMessage parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new GetFacebookFriendListMessage(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.Social.GetFacebookFriendListMessageOuterClass.GetFacebookFriendListMessage getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\nHPOGOProtos/Networking/Requests/Social/" +
"GetFacebookFriendListMessage.proto\022%POGO" +
"Protos.Networking.Requests.Social\"V\n\034Get" +
"FacebookFriendListMessage\022\027\n\017fb_access_t" +
"oken\030\001 \001(\t\022\r\n\005limit\030\002 \001(\005\022\016\n\006cursor\030\003 \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_Social_GetFacebookFriendListMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_POGOProtos_Networking_Requests_Social_GetFacebookFriendListMessage_descriptor,
new java.lang.String[] { "FbAccessToken", "Limit", "Cursor", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy