grain_facebook_download

package
v0.0.0-...-5b2671d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package grain_facebook_download is a generated protocol buffer package.

It is generated from these files:

facebook/download/about_you.proto
facebook/download/ads.proto
facebook/download/apps.proto
facebook/download/comments.proto
facebook/download/events.proto
facebook/download/following_and_followers.proto
facebook/download/friends.proto
facebook/download/groups.proto

It has these top-level messages:

AddressBook
Ads
InstalledApps
PostsFromApps
YourApps
Comment
PhotoMetadata
MediaMetadata
Media
AttachmentData
Attachment
Post
YourPosts
Coordinate
Event
EventInvitations
EventResponses
YourEvents
FollowedPages
Friend
FriendsAdded
RejectedRequests
RemovedFriends
SentRequests
GroupsYouManage
GroupMembershipActivity
GroupPostsComments

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressBook

type AddressBook struct {
	AddressBook *AddressBook_AddressBookEntry `protobuf:"bytes,1,opt,name=address_book,json=addressBook" json:"address_book,omitempty"`
}

func (*AddressBook) Descriptor

func (*AddressBook) Descriptor() ([]byte, []int)

func (*AddressBook) GetAddressBook

func (m *AddressBook) GetAddressBook() *AddressBook_AddressBookEntry

func (*AddressBook) ProtoMessage

func (*AddressBook) ProtoMessage()

func (*AddressBook) Reset

func (m *AddressBook) Reset()

func (*AddressBook) String

func (m *AddressBook) String() string

type AddressBook_AddressBookEntry

type AddressBook_AddressBookEntry struct {
	AddressBook []*AddressBook_Contact `protobuf:"bytes,1,rep,name=address_book,json=addressBook" json:"address_book,omitempty"`
}

func (*AddressBook_AddressBookEntry) Descriptor

func (*AddressBook_AddressBookEntry) Descriptor() ([]byte, []int)

func (*AddressBook_AddressBookEntry) GetAddressBook

func (m *AddressBook_AddressBookEntry) GetAddressBook() []*AddressBook_Contact

func (*AddressBook_AddressBookEntry) ProtoMessage

func (*AddressBook_AddressBookEntry) ProtoMessage()

func (*AddressBook_AddressBookEntry) Reset

func (m *AddressBook_AddressBookEntry) Reset()

func (*AddressBook_AddressBookEntry) String

type AddressBook_Contact

type AddressBook_Contact struct {
	Name    string                 `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Details []*AddressBook_Details `protobuf:"bytes,2,rep,name=details" json:"details,omitempty"`
}

func (*AddressBook_Contact) Descriptor

func (*AddressBook_Contact) Descriptor() ([]byte, []int)

func (*AddressBook_Contact) GetDetails

func (m *AddressBook_Contact) GetDetails() []*AddressBook_Details

func (*AddressBook_Contact) GetName

func (m *AddressBook_Contact) GetName() string

func (*AddressBook_Contact) ProtoMessage

func (*AddressBook_Contact) ProtoMessage()

func (*AddressBook_Contact) Reset

func (m *AddressBook_Contact) Reset()

func (*AddressBook_Contact) String

func (m *AddressBook_Contact) String() string

type AddressBook_Details

type AddressBook_Details struct {
	ContactPoint string `protobuf:"bytes,1,opt,name=contact_point,json=contactPoint" json:"contact_point,omitempty"`
}

func (*AddressBook_Details) Descriptor

func (*AddressBook_Details) Descriptor() ([]byte, []int)

func (*AddressBook_Details) GetContactPoint

func (m *AddressBook_Details) GetContactPoint() string

func (*AddressBook_Details) ProtoMessage

func (*AddressBook_Details) ProtoMessage()

func (*AddressBook_Details) Reset

func (m *AddressBook_Details) Reset()

func (*AddressBook_Details) String

func (m *AddressBook_Details) String() string

type Ads

type Ads struct {
	Topics          []string       `protobuf:"bytes,1,rep,name=topics" json:"topics,omitempty"`
	CustomAudiences []string       `protobuf:"bytes,2,rep,name=custom_audiences,json=customAudiences" json:"custom_audiences,omitempty"`
	LeadGenInfo     []string       `protobuf:"bytes,3,rep,name=lead_gen_info,json=leadGenInfo" json:"lead_gen_info,omitempty"`
	History         []*Ads_History `protobuf:"bytes,4,rep,name=history" json:"history,omitempty"`
}

func (*Ads) Descriptor

func (*Ads) Descriptor() ([]byte, []int)

func (*Ads) GetCustomAudiences

func (m *Ads) GetCustomAudiences() []string

func (*Ads) GetHistory

func (m *Ads) GetHistory() []*Ads_History

func (*Ads) GetLeadGenInfo

func (m *Ads) GetLeadGenInfo() []string

func (*Ads) GetTopics

func (m *Ads) GetTopics() []string

func (*Ads) ProtoMessage

func (*Ads) ProtoMessage()

func (*Ads) Reset

func (m *Ads) Reset()

func (*Ads) String

func (m *Ads) String() string

type Ads_History

type Ads_History struct {
	Title     string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Action    string `protobuf:"bytes,2,opt,name=action" json:"action,omitempty"`
	Timestamp int64  `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
}

func (*Ads_History) Descriptor

func (*Ads_History) Descriptor() ([]byte, []int)

func (*Ads_History) GetAction

func (m *Ads_History) GetAction() string

func (*Ads_History) GetTimestamp

func (m *Ads_History) GetTimestamp() int64

func (*Ads_History) GetTitle

func (m *Ads_History) GetTitle() string

func (*Ads_History) ProtoMessage

func (*Ads_History) ProtoMessage()

func (*Ads_History) Reset

func (m *Ads_History) Reset()

func (*Ads_History) String

func (m *Ads_History) String() string

type Attachment

type Attachment struct {
	Data []*AttachmentData `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*Attachment) Descriptor

func (*Attachment) Descriptor() ([]byte, []int)

func (*Attachment) GetData

func (m *Attachment) GetData() []*AttachmentData

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) Reset

func (m *Attachment) Reset()

func (*Attachment) String

func (m *Attachment) String() string

type AttachmentData

type AttachmentData struct {
	Media *Media `protobuf:"bytes,1,opt,name=media" json:"media,omitempty"`
}

func (*AttachmentData) Descriptor

func (*AttachmentData) Descriptor() ([]byte, []int)

func (*AttachmentData) GetMedia

func (m *AttachmentData) GetMedia() *Media

func (*AttachmentData) ProtoMessage

func (*AttachmentData) ProtoMessage()

func (*AttachmentData) Reset

func (m *AttachmentData) Reset()

func (*AttachmentData) String

func (m *AttachmentData) String() string

type Comment

type Comment struct {
	Timestamp int64  `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	Comment   string `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"`
	Author    string `protobuf:"bytes,3,opt,name=author" json:"author,omitempty"`
	Group     string `protobuf:"bytes,4,opt,name=group" json:"group,omitempty"`
}

func (*Comment) Descriptor

func (*Comment) Descriptor() ([]byte, []int)

func (*Comment) GetAuthor

func (m *Comment) GetAuthor() string

func (*Comment) GetComment

func (m *Comment) GetComment() string

func (*Comment) GetGroup

func (m *Comment) GetGroup() string

func (*Comment) GetTimestamp

func (m *Comment) GetTimestamp() int64

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) Reset

func (m *Comment) Reset()

func (*Comment) String

func (m *Comment) String() string

type Coordinate

type Coordinate struct {
	Longitude float32 `protobuf:"fixed32,1,opt,name=longitude" json:"longitude,omitempty"`
	Latitude  float32 `protobuf:"fixed32,2,opt,name=latitude" json:"latitude,omitempty"`
}

func (*Coordinate) Descriptor

func (*Coordinate) Descriptor() ([]byte, []int)

func (*Coordinate) GetLatitude

func (m *Coordinate) GetLatitude() float32

func (*Coordinate) GetLongitude

func (m *Coordinate) GetLongitude() float32

func (*Coordinate) ProtoMessage

func (*Coordinate) ProtoMessage()

func (*Coordinate) Reset

func (m *Coordinate) Reset()

func (*Coordinate) String

func (m *Coordinate) String() string

type Event

type Event struct {
	Name           string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	StartTimestamp int64  `protobuf:"varint,2,opt,name=start_timestamp,json=startTimestamp" json:"start_timestamp,omitempty"`
	EndTimestamp   int64  `protobuf:"varint,3,opt,name=end_timestamp,json=endTimestamp" json:"end_timestamp,omitempty"`
	Description    string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
}

func (*Event) Descriptor

func (*Event) Descriptor() ([]byte, []int)

func (*Event) GetDescription

func (m *Event) GetDescription() string

func (*Event) GetEndTimestamp

func (m *Event) GetEndTimestamp() int64

func (*Event) GetName

func (m *Event) GetName() string

func (*Event) GetStartTimestamp

func (m *Event) GetStartTimestamp() int64

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) String

func (m *Event) String() string

type EventInvitations

type EventInvitations struct {
	EventsInvited []*Event `protobuf:"bytes,1,rep,name=events_invited,json=eventsInvited" json:"events_invited,omitempty"`
}

func (*EventInvitations) Descriptor

func (*EventInvitations) Descriptor() ([]byte, []int)

func (*EventInvitations) GetEventsInvited

func (m *EventInvitations) GetEventsInvited() []*Event

func (*EventInvitations) ProtoMessage

func (*EventInvitations) ProtoMessage()

func (*EventInvitations) Reset

func (m *EventInvitations) Reset()

func (*EventInvitations) String

func (m *EventInvitations) String() string

type EventResponses

type EventResponses struct {
	EventResponses *EventResponses_Joined `protobuf:"bytes,1,opt,name=event_responses,json=eventResponses" json:"event_responses,omitempty"`
}

func (*EventResponses) Descriptor

func (*EventResponses) Descriptor() ([]byte, []int)

func (*EventResponses) GetEventResponses

func (m *EventResponses) GetEventResponses() *EventResponses_Joined

func (*EventResponses) ProtoMessage

func (*EventResponses) ProtoMessage()

func (*EventResponses) Reset

func (m *EventResponses) Reset()

func (*EventResponses) String

func (m *EventResponses) String() string

type EventResponses_Joined

type EventResponses_Joined struct {
	EventsJoined []*Event `protobuf:"bytes,1,rep,name=events_joined,json=eventsJoined" json:"events_joined,omitempty"`
}

func (*EventResponses_Joined) Descriptor

func (*EventResponses_Joined) Descriptor() ([]byte, []int)

func (*EventResponses_Joined) GetEventsJoined

func (m *EventResponses_Joined) GetEventsJoined() []*Event

func (*EventResponses_Joined) ProtoMessage

func (*EventResponses_Joined) ProtoMessage()

func (*EventResponses_Joined) Reset

func (m *EventResponses_Joined) Reset()

func (*EventResponses_Joined) String

func (m *EventResponses_Joined) String() string

type Event_Place

type Event_Place struct {
	Name       string      `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Coordinate *Coordinate `protobuf:"bytes,2,opt,name=coordinate" json:"coordinate,omitempty"`
	Address    string      `protobuf:"bytes,3,opt,name=address" json:"address,omitempty"`
}

func (*Event_Place) Descriptor

func (*Event_Place) Descriptor() ([]byte, []int)

func (*Event_Place) GetAddress

func (m *Event_Place) GetAddress() string

func (*Event_Place) GetCoordinate

func (m *Event_Place) GetCoordinate() *Coordinate

func (*Event_Place) GetName

func (m *Event_Place) GetName() string

func (*Event_Place) ProtoMessage

func (*Event_Place) ProtoMessage()

func (*Event_Place) Reset

func (m *Event_Place) Reset()

func (*Event_Place) String

func (m *Event_Place) String() string

type FollowedPages

type FollowedPages struct {
	Pages []*FollowedPages_Page `protobuf:"bytes,1,rep,name=pages" json:"pages,omitempty"`
}

Stored as an array, not a top level message

func (*FollowedPages) Descriptor

func (*FollowedPages) Descriptor() ([]byte, []int)

func (*FollowedPages) GetPages

func (m *FollowedPages) GetPages() []*FollowedPages_Page

func (*FollowedPages) ProtoMessage

func (*FollowedPages) ProtoMessage()

func (*FollowedPages) Reset

func (m *FollowedPages) Reset()

func (*FollowedPages) String

func (m *FollowedPages) String() string

type FollowedPages_Data

type FollowedPages_Data struct {
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}

func (*FollowedPages_Data) Descriptor

func (*FollowedPages_Data) Descriptor() ([]byte, []int)

func (*FollowedPages_Data) GetName

func (m *FollowedPages_Data) GetName() string

func (*FollowedPages_Data) ProtoMessage

func (*FollowedPages_Data) ProtoMessage()

func (*FollowedPages_Data) Reset

func (m *FollowedPages_Data) Reset()

func (*FollowedPages_Data) String

func (m *FollowedPages_Data) String() string

type FollowedPages_Page

type FollowedPages_Page struct {
	Title     string                `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Timestamp int64                 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	Data      []*FollowedPages_Data `protobuf:"bytes,3,rep,name=data" json:"data,omitempty"`
}

func (*FollowedPages_Page) Descriptor

func (*FollowedPages_Page) Descriptor() ([]byte, []int)

func (*FollowedPages_Page) GetData

func (m *FollowedPages_Page) GetData() []*FollowedPages_Data

func (*FollowedPages_Page) GetTimestamp

func (m *FollowedPages_Page) GetTimestamp() int64

func (*FollowedPages_Page) GetTitle

func (m *FollowedPages_Page) GetTitle() string

func (*FollowedPages_Page) ProtoMessage

func (*FollowedPages_Page) ProtoMessage()

func (*FollowedPages_Page) Reset

func (m *FollowedPages_Page) Reset()

func (*FollowedPages_Page) String

func (m *FollowedPages_Page) String() string

type Friend

type Friend struct {
	Name      string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Timestamp int64  `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
}

func (*Friend) Descriptor

func (*Friend) Descriptor() ([]byte, []int)

func (*Friend) GetName

func (m *Friend) GetName() string

func (*Friend) GetTimestamp

func (m *Friend) GetTimestamp() int64

func (*Friend) ProtoMessage

func (*Friend) ProtoMessage()

func (*Friend) Reset

func (m *Friend) Reset()

func (*Friend) String

func (m *Friend) String() string

type FriendsAdded

type FriendsAdded struct {
	Friends []*Friend `protobuf:"bytes,1,rep,name=friends" json:"friends,omitempty"`
}

func (*FriendsAdded) Descriptor

func (*FriendsAdded) Descriptor() ([]byte, []int)

func (*FriendsAdded) GetFriends

func (m *FriendsAdded) GetFriends() []*Friend

func (*FriendsAdded) ProtoMessage

func (*FriendsAdded) ProtoMessage()

func (*FriendsAdded) Reset

func (m *FriendsAdded) Reset()

func (*FriendsAdded) String

func (m *FriendsAdded) String() string

type GroupMembershipActivity

type GroupMembershipActivity struct {
	MembershipActivity []*GroupMembershipActivity_Group `protobuf:"bytes,1,rep,name=membership_activity,json=membershipActivity" json:"membership_activity,omitempty"`
}

Stored as a top-level array

func (*GroupMembershipActivity) Descriptor

func (*GroupMembershipActivity) Descriptor() ([]byte, []int)

func (*GroupMembershipActivity) GetMembershipActivity

func (m *GroupMembershipActivity) GetMembershipActivity() []*GroupMembershipActivity_Group

func (*GroupMembershipActivity) ProtoMessage

func (*GroupMembershipActivity) ProtoMessage()

func (*GroupMembershipActivity) Reset

func (m *GroupMembershipActivity) Reset()

func (*GroupMembershipActivity) String

func (m *GroupMembershipActivity) String() string

type GroupMembershipActivity_Attachment

type GroupMembershipActivity_Attachment struct {
	Data []*GroupMembershipActivity_Data `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*GroupMembershipActivity_Attachment) Descriptor

func (*GroupMembershipActivity_Attachment) Descriptor() ([]byte, []int)

func (*GroupMembershipActivity_Attachment) GetData

func (*GroupMembershipActivity_Attachment) ProtoMessage

func (*GroupMembershipActivity_Attachment) ProtoMessage()

func (*GroupMembershipActivity_Attachment) Reset

func (*GroupMembershipActivity_Attachment) String

type GroupMembershipActivity_Data

type GroupMembershipActivity_Data struct {
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}

func (*GroupMembershipActivity_Data) Descriptor

func (*GroupMembershipActivity_Data) Descriptor() ([]byte, []int)

func (*GroupMembershipActivity_Data) GetName

func (m *GroupMembershipActivity_Data) GetName() string

func (*GroupMembershipActivity_Data) ProtoMessage

func (*GroupMembershipActivity_Data) ProtoMessage()

func (*GroupMembershipActivity_Data) Reset

func (m *GroupMembershipActivity_Data) Reset()

func (*GroupMembershipActivity_Data) String

type GroupMembershipActivity_Group

type GroupMembershipActivity_Group struct {
	Timestamp   int64                                 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	Title       string                                `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	Attachments []*GroupMembershipActivity_Attachment `protobuf:"bytes,3,rep,name=attachments" json:"attachments,omitempty"`
}

func (*GroupMembershipActivity_Group) Descriptor

func (*GroupMembershipActivity_Group) Descriptor() ([]byte, []int)

func (*GroupMembershipActivity_Group) GetAttachments

func (*GroupMembershipActivity_Group) GetTimestamp

func (m *GroupMembershipActivity_Group) GetTimestamp() int64

func (*GroupMembershipActivity_Group) GetTitle

func (m *GroupMembershipActivity_Group) GetTitle() string

func (*GroupMembershipActivity_Group) ProtoMessage

func (*GroupMembershipActivity_Group) ProtoMessage()

func (*GroupMembershipActivity_Group) Reset

func (m *GroupMembershipActivity_Group) Reset()

func (*GroupMembershipActivity_Group) String

type GroupPostsComments

type GroupPostsComments struct {
	Comments []*Post `protobuf:"bytes,1,rep,name=comments" json:"comments,omitempty"`
}

Stored as a top-level array

func (*GroupPostsComments) Descriptor

func (*GroupPostsComments) Descriptor() ([]byte, []int)

func (*GroupPostsComments) GetComments

func (m *GroupPostsComments) GetComments() []*Post

func (*GroupPostsComments) ProtoMessage

func (*GroupPostsComments) ProtoMessage()

func (*GroupPostsComments) Reset

func (m *GroupPostsComments) Reset()

func (*GroupPostsComments) String

func (m *GroupPostsComments) String() string

type GroupsYouManage

type GroupsYouManage struct {
	GroupsYouManage *GroupsYouManage_Group `protobuf:"bytes,1,opt,name=groups_you_manage,json=groupsYouManage" json:"groups_you_manage,omitempty"`
}

func (*GroupsYouManage) Descriptor

func (*GroupsYouManage) Descriptor() ([]byte, []int)

func (*GroupsYouManage) GetGroupsYouManage

func (m *GroupsYouManage) GetGroupsYouManage() *GroupsYouManage_Group

func (*GroupsYouManage) ProtoMessage

func (*GroupsYouManage) ProtoMessage()

func (*GroupsYouManage) Reset

func (m *GroupsYouManage) Reset()

func (*GroupsYouManage) String

func (m *GroupsYouManage) String() string

type GroupsYouManage_Group

type GroupsYouManage_Group struct {
	Groups []string `protobuf:"bytes,1,rep,name=groups" json:"groups,omitempty"`
}

func (*GroupsYouManage_Group) Descriptor

func (*GroupsYouManage_Group) Descriptor() ([]byte, []int)

func (*GroupsYouManage_Group) GetGroups

func (m *GroupsYouManage_Group) GetGroups() []string

func (*GroupsYouManage_Group) ProtoMessage

func (*GroupsYouManage_Group) ProtoMessage()

func (*GroupsYouManage_Group) Reset

func (m *GroupsYouManage_Group) Reset()

func (*GroupsYouManage_Group) String

func (m *GroupsYouManage_Group) String() string

type InstalledApps

type InstalledApps struct {
	InstalledApps []*InstalledApps_App `protobuf:"bytes,1,rep,name=installed_apps,json=installedApps" json:"installed_apps,omitempty"`
}

func (*InstalledApps) Descriptor

func (*InstalledApps) Descriptor() ([]byte, []int)

func (*InstalledApps) GetInstalledApps

func (m *InstalledApps) GetInstalledApps() []*InstalledApps_App

func (*InstalledApps) ProtoMessage

func (*InstalledApps) ProtoMessage()

func (*InstalledApps) Reset

func (m *InstalledApps) Reset()

func (*InstalledApps) String

func (m *InstalledApps) String() string

type InstalledApps_App

type InstalledApps_App struct {
	Name      string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	TimeAdded int64  `protobuf:"varint,2,opt,name=time_added,json=timeAdded" json:"time_added,omitempty"`
}

func (*InstalledApps_App) Descriptor

func (*InstalledApps_App) Descriptor() ([]byte, []int)

func (*InstalledApps_App) GetName

func (m *InstalledApps_App) GetName() string

func (*InstalledApps_App) GetTimeAdded

func (m *InstalledApps_App) GetTimeAdded() int64

func (*InstalledApps_App) ProtoMessage

func (*InstalledApps_App) ProtoMessage()

func (*InstalledApps_App) Reset

func (m *InstalledApps_App) Reset()

func (*InstalledApps_App) String

func (m *InstalledApps_App) String() string

type Media

type Media struct {
	Uri               string         `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	MediaPath         string         `protobuf:"bytes,2,opt,name=media_path,json=mediaPath" json:"media_path,omitempty"`
	CreationTimestamp int64          `protobuf:"varint,3,opt,name=creation_timestamp,json=creationTimestamp" json:"creation_timestamp,omitempty"`
	MediaMetadata     *MediaMetadata `protobuf:"bytes,4,opt,name=media_metadata,json=mediaMetadata" json:"media_metadata,omitempty"`
	Comments          []*Comment     `protobuf:"bytes,5,rep,name=comments" json:"comments,omitempty"`
}

func (*Media) Descriptor

func (*Media) Descriptor() ([]byte, []int)

func (*Media) GetComments

func (m *Media) GetComments() []*Comment

func (*Media) GetCreationTimestamp

func (m *Media) GetCreationTimestamp() int64

func (*Media) GetMediaMetadata

func (m *Media) GetMediaMetadata() *MediaMetadata

func (*Media) GetMediaPath

func (m *Media) GetMediaPath() string

func (*Media) GetUri

func (m *Media) GetUri() string

func (*Media) ProtoMessage

func (*Media) ProtoMessage()

func (*Media) Reset

func (m *Media) Reset()

func (*Media) String

func (m *Media) String() string

type MediaMetadata

type MediaMetadata struct {
	PhotoMetadata []*PhotoMetadata `protobuf:"bytes,1,rep,name=photo_metadata,json=photoMetadata" json:"photo_metadata,omitempty"`
}

func (*MediaMetadata) Descriptor

func (*MediaMetadata) Descriptor() ([]byte, []int)

func (*MediaMetadata) GetPhotoMetadata

func (m *MediaMetadata) GetPhotoMetadata() []*PhotoMetadata

func (*MediaMetadata) ProtoMessage

func (*MediaMetadata) ProtoMessage()

func (*MediaMetadata) Reset

func (m *MediaMetadata) Reset()

func (*MediaMetadata) String

func (m *MediaMetadata) String() string

type PhotoMetadata

type PhotoMetadata struct {
	IsoSpeed          int64  `protobuf:"varint,1,opt,name=iso_speed,json=isoSpeed" json:"iso_speed,omitempty"`
	Orientation       int64  `protobuf:"varint,2,opt,name=orientation" json:"orientation,omitempty"`
	OriginalWidth     int64  `protobuf:"varint,3,opt,name=original_width,json=originalWidth" json:"original_width,omitempty"`
	OriginalHeight    int64  `protobuf:"varint,4,opt,name=original_height,json=originalHeight" json:"original_height,omitempty"`
	UploadIp          string `protobuf:"bytes,5,opt,name=upload_ip,json=uploadIp" json:"upload_ip,omitempty"`
	CameraMake        string `protobuf:"bytes,6,opt,name=camera_make,json=cameraMake" json:"camera_make,omitempty"`
	CameraModel       string `protobuf:"bytes,7,opt,name=camera_model,json=cameraModel" json:"camera_model,omitempty"`
	TakenTimestamp    int64  `protobuf:"varint,8,opt,name=taken_timestamp,json=takenTimestamp" json:"taken_timestamp,omitempty"`
	ModifiedTimestamp int64  `protobuf:"varint,9,opt,name=modified_timestamp,json=modifiedTimestamp" json:"modified_timestamp,omitempty"`
	Exposure          string `protobuf:"bytes,10,opt,name=exposure" json:"exposure,omitempty"`
	FocalLength       string `protobuf:"bytes,11,opt,name=focal_length,json=focalLength" json:"focal_length,omitempty"`
	FStop             string `protobuf:"bytes,12,opt,name=f_stop,json=fStop" json:"f_stop,omitempty"`
}

func (*PhotoMetadata) Descriptor

func (*PhotoMetadata) Descriptor() ([]byte, []int)

func (*PhotoMetadata) GetCameraMake

func (m *PhotoMetadata) GetCameraMake() string

func (*PhotoMetadata) GetCameraModel

func (m *PhotoMetadata) GetCameraModel() string

func (*PhotoMetadata) GetExposure

func (m *PhotoMetadata) GetExposure() string

func (*PhotoMetadata) GetFStop

func (m *PhotoMetadata) GetFStop() string

func (*PhotoMetadata) GetFocalLength

func (m *PhotoMetadata) GetFocalLength() string

func (*PhotoMetadata) GetIsoSpeed

func (m *PhotoMetadata) GetIsoSpeed() int64

func (*PhotoMetadata) GetModifiedTimestamp

func (m *PhotoMetadata) GetModifiedTimestamp() int64

func (*PhotoMetadata) GetOrientation

func (m *PhotoMetadata) GetOrientation() int64

func (*PhotoMetadata) GetOriginalHeight

func (m *PhotoMetadata) GetOriginalHeight() int64

func (*PhotoMetadata) GetOriginalWidth

func (m *PhotoMetadata) GetOriginalWidth() int64

func (*PhotoMetadata) GetTakenTimestamp

func (m *PhotoMetadata) GetTakenTimestamp() int64

func (*PhotoMetadata) GetUploadIp

func (m *PhotoMetadata) GetUploadIp() string

func (*PhotoMetadata) ProtoMessage

func (*PhotoMetadata) ProtoMessage()

func (*PhotoMetadata) Reset

func (m *PhotoMetadata) Reset()

func (*PhotoMetadata) String

func (m *PhotoMetadata) String() string

type Post

type Post struct {
	Timestamp   int64         `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	Title       string        `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	Data        []*Post_Data  `protobuf:"bytes,3,rep,name=data" json:"data,omitempty"`
	Attachments []*Attachment `protobuf:"bytes,4,rep,name=attachments" json:"attachments,omitempty"`
}

func (*Post) Descriptor

func (*Post) Descriptor() ([]byte, []int)

func (*Post) GetAttachments

func (m *Post) GetAttachments() []*Attachment

func (*Post) GetData

func (m *Post) GetData() []*Post_Data

func (*Post) GetTimestamp

func (m *Post) GetTimestamp() int64

func (*Post) GetTitle

func (m *Post) GetTitle() string

func (*Post) ProtoMessage

func (*Post) ProtoMessage()

func (*Post) Reset

func (m *Post) Reset()

func (*Post) String

func (m *Post) String() string

type Post_Data

type Post_Data struct {
	Post    string   `protobuf:"bytes,1,opt,name=post" json:"post,omitempty"`
	Comment *Comment `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"`
}

func (*Post_Data) Descriptor

func (*Post_Data) Descriptor() ([]byte, []int)

func (*Post_Data) GetComment

func (m *Post_Data) GetComment() *Comment

func (*Post_Data) GetPost

func (m *Post_Data) GetPost() string

func (*Post_Data) ProtoMessage

func (*Post_Data) ProtoMessage()

func (*Post_Data) Reset

func (m *Post_Data) Reset()

func (*Post_Data) String

func (m *Post_Data) String() string

type PostsFromApps

type PostsFromApps struct {
	Posts []*PostsFromApps_Post `protobuf:"bytes,1,rep,name=posts" json:"posts,omitempty"`
}

Stored as an array, not a top level message

func (*PostsFromApps) Descriptor

func (*PostsFromApps) Descriptor() ([]byte, []int)

func (*PostsFromApps) GetPosts

func (m *PostsFromApps) GetPosts() []*PostsFromApps_Post

func (*PostsFromApps) ProtoMessage

func (*PostsFromApps) ProtoMessage()

func (*PostsFromApps) Reset

func (m *PostsFromApps) Reset()

func (*PostsFromApps) String

func (m *PostsFromApps) String() string

type PostsFromApps_Attachment

type PostsFromApps_Attachment struct {
	Data []*PostsFromApps_Data `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*PostsFromApps_Attachment) Descriptor

func (*PostsFromApps_Attachment) Descriptor() ([]byte, []int)

func (*PostsFromApps_Attachment) GetData

func (*PostsFromApps_Attachment) ProtoMessage

func (*PostsFromApps_Attachment) ProtoMessage()

func (*PostsFromApps_Attachment) Reset

func (m *PostsFromApps_Attachment) Reset()

func (*PostsFromApps_Attachment) String

func (m *PostsFromApps_Attachment) String() string

type PostsFromApps_Data

type PostsFromApps_Data struct {
	ExternalContext *PostsFromApps_ExternalContext `protobuf:"bytes,1,opt,name=external_context,json=externalContext" json:"external_context,omitempty"`
}

func (*PostsFromApps_Data) Descriptor

func (*PostsFromApps_Data) Descriptor() ([]byte, []int)

func (*PostsFromApps_Data) GetExternalContext

func (m *PostsFromApps_Data) GetExternalContext() *PostsFromApps_ExternalContext

func (*PostsFromApps_Data) ProtoMessage

func (*PostsFromApps_Data) ProtoMessage()

func (*PostsFromApps_Data) Reset

func (m *PostsFromApps_Data) Reset()

func (*PostsFromApps_Data) String

func (m *PostsFromApps_Data) String() string

type PostsFromApps_ExternalContext

type PostsFromApps_ExternalContext struct {
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Url  string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
}

func (*PostsFromApps_ExternalContext) Descriptor

func (*PostsFromApps_ExternalContext) Descriptor() ([]byte, []int)

func (*PostsFromApps_ExternalContext) GetName

func (*PostsFromApps_ExternalContext) GetUrl

func (*PostsFromApps_ExternalContext) ProtoMessage

func (*PostsFromApps_ExternalContext) ProtoMessage()

func (*PostsFromApps_ExternalContext) Reset

func (m *PostsFromApps_ExternalContext) Reset()

func (*PostsFromApps_ExternalContext) String

type PostsFromApps_Post

type PostsFromApps_Post struct {
	Timestamp   int64                       `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	Attachments []*PostsFromApps_Attachment `protobuf:"bytes,2,rep,name=attachments" json:"attachments,omitempty"`
}

func (*PostsFromApps_Post) Descriptor

func (*PostsFromApps_Post) Descriptor() ([]byte, []int)

func (*PostsFromApps_Post) GetAttachments

func (m *PostsFromApps_Post) GetAttachments() []*PostsFromApps_Attachment

func (*PostsFromApps_Post) GetTimestamp

func (m *PostsFromApps_Post) GetTimestamp() int64

func (*PostsFromApps_Post) ProtoMessage

func (*PostsFromApps_Post) ProtoMessage()

func (*PostsFromApps_Post) Reset

func (m *PostsFromApps_Post) Reset()

func (*PostsFromApps_Post) String

func (m *PostsFromApps_Post) String() string

type RejectedRequests

type RejectedRequests struct {
	RejectedRequests []*Friend `protobuf:"bytes,1,rep,name=rejected_requests,json=rejectedRequests" json:"rejected_requests,omitempty"`
}

func (*RejectedRequests) Descriptor

func (*RejectedRequests) Descriptor() ([]byte, []int)

func (*RejectedRequests) GetRejectedRequests

func (m *RejectedRequests) GetRejectedRequests() []*Friend

func (*RejectedRequests) ProtoMessage

func (*RejectedRequests) ProtoMessage()

func (*RejectedRequests) Reset

func (m *RejectedRequests) Reset()

func (*RejectedRequests) String

func (m *RejectedRequests) String() string

type RemovedFriends

type RemovedFriends struct {
	DeletedFriends []*Friend `protobuf:"bytes,1,rep,name=deleted_friends,json=deletedFriends" json:"deleted_friends,omitempty"`
}

func (*RemovedFriends) Descriptor

func (*RemovedFriends) Descriptor() ([]byte, []int)

func (*RemovedFriends) GetDeletedFriends

func (m *RemovedFriends) GetDeletedFriends() []*Friend

func (*RemovedFriends) ProtoMessage

func (*RemovedFriends) ProtoMessage()

func (*RemovedFriends) Reset

func (m *RemovedFriends) Reset()

func (*RemovedFriends) String

func (m *RemovedFriends) String() string

type SentRequests

type SentRequests struct {
	SentRequests []*Friend `protobuf:"bytes,1,rep,name=sent_requests,json=sentRequests" json:"sent_requests,omitempty"`
}

func (*SentRequests) Descriptor

func (*SentRequests) Descriptor() ([]byte, []int)

func (*SentRequests) GetSentRequests

func (m *SentRequests) GetSentRequests() []*Friend

func (*SentRequests) ProtoMessage

func (*SentRequests) ProtoMessage()

func (*SentRequests) Reset

func (m *SentRequests) Reset()

func (*SentRequests) String

func (m *SentRequests) String() string

type YourApps

type YourApps struct {
	AdminedApps []*YourApps_App `protobuf:"bytes,1,rep,name=admined_apps,json=adminedApps" json:"admined_apps,omitempty"`
}

func (*YourApps) Descriptor

func (*YourApps) Descriptor() ([]byte, []int)

func (*YourApps) GetAdminedApps

func (m *YourApps) GetAdminedApps() []*YourApps_App

func (*YourApps) ProtoMessage

func (*YourApps) ProtoMessage()

func (*YourApps) Reset

func (m *YourApps) Reset()

func (*YourApps) String

func (m *YourApps) String() string

type YourApps_App

type YourApps_App struct {
	Name      string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	TimeAdded int64  `protobuf:"varint,2,opt,name=time_added,json=timeAdded" json:"time_added,omitempty"`
}

func (*YourApps_App) Descriptor

func (*YourApps_App) Descriptor() ([]byte, []int)

func (*YourApps_App) GetName

func (m *YourApps_App) GetName() string

func (*YourApps_App) GetTimeAdded

func (m *YourApps_App) GetTimeAdded() int64

func (*YourApps_App) ProtoMessage

func (*YourApps_App) ProtoMessage()

func (*YourApps_App) Reset

func (m *YourApps_App) Reset()

func (*YourApps_App) String

func (m *YourApps_App) String() string

type YourEvents

type YourEvents struct {
	YourEvents []*Event `protobuf:"bytes,1,rep,name=your_events,json=yourEvents" json:"your_events,omitempty"`
}

func (*YourEvents) Descriptor

func (*YourEvents) Descriptor() ([]byte, []int)

func (*YourEvents) GetYourEvents

func (m *YourEvents) GetYourEvents() []*Event

func (*YourEvents) ProtoMessage

func (*YourEvents) ProtoMessage()

func (*YourEvents) Reset

func (m *YourEvents) Reset()

func (*YourEvents) String

func (m *YourEvents) String() string

type YourPosts

type YourPosts struct {
	Posts []*Post `protobuf:"bytes,1,rep,name=posts" json:"posts,omitempty"`
}

Stored as an array, not a top level message

func (*YourPosts) Descriptor

func (*YourPosts) Descriptor() ([]byte, []int)

func (*YourPosts) GetPosts

func (m *YourPosts) GetPosts() []*Post

func (*YourPosts) ProtoMessage

func (*YourPosts) ProtoMessage()

func (*YourPosts) Reset

func (m *YourPosts) Reset()

func (*YourPosts) String

func (m *YourPosts) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL