All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Networking.Responses.GetUploadUrlResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

message GetUploadUrlResponse {
	Status status = 1;
	string signed_url = 2;
	string supporting_image_signed_url = 3;

	enum Status {
		UNSET = 0;
		FAILURES = 1;
		SUCCESS = 2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy