pb

package
v0.0.0-...-10c0ef7 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RequestHeader_Platform_name = map[int32]string{
		0:   "WIN32_X86",
		1:   "OSX_X86",
		2:   "LINUX_X86",
		3:   "IPHONE_ARM",
		4:   "SYMBIANS60_ARM",
		5:   "OSX_POWERPC",
		6:   "ANDROID_ARM",
		7:   "WINCE_ARM",
		8:   "LINUX_X86_64",
		9:   "OSX_X86_64",
		10:  "PALM_ARM",
		11:  "LINUX_SH",
		12:  "FREEBSD_X86",
		13:  "FREEBSD_X86_64",
		14:  "BLACKBERRY_ARM",
		15:  "SONOS_UNKNOWN",
		16:  "LINUX_MIPS",
		17:  "LINUX_ARM",
		18:  "LOGITECH_ARM",
		19:  "LINUX_BLACKFIN",
		21:  "ONKYO_ARM",
		22:  "QNXNTO_ARM",
		255: "BADPLATFORM",
	}
	RequestHeader_Platform_value = map[string]int32{
		"WIN32_X86":      0,
		"OSX_X86":        1,
		"LINUX_X86":      2,
		"IPHONE_ARM":     3,
		"SYMBIANS60_ARM": 4,
		"OSX_POWERPC":    5,
		"ANDROID_ARM":    6,
		"WINCE_ARM":      7,
		"LINUX_X86_64":   8,
		"OSX_X86_64":     9,
		"PALM_ARM":       10,
		"LINUX_SH":       11,
		"FREEBSD_X86":    12,
		"FREEBSD_X86_64": 13,
		"BLACKBERRY_ARM": 14,
		"SONOS_UNKNOWN":  15,
		"LINUX_MIPS":     16,
		"LINUX_ARM":      17,
		"LOGITECH_ARM":   18,
		"LINUX_BLACKFIN": 19,
		"ONKYO_ARM":      21,
		"QNXNTO_ARM":     22,
		"BADPLATFORM":    255,
	}
)

Enum value maps for RequestHeader_Platform.

View Source
var (
	RequestHeader_DeviceClass_name = map[int32]string{
		1: "DESKTOP",
		2: "TABLET",
		3: "MOBILE",
		4: "WEB",
		5: "TV",
	}
	RequestHeader_DeviceClass_value = map[string]int32{
		"DESKTOP": 1,
		"TABLET":  2,
		"MOBILE":  3,
		"WEB":     4,
		"TV":      5,
	}
)

Enum value maps for RequestHeader_DeviceClass.

View Source
var (
	AppItem_Requirement_name = map[int32]string{
		1: "REQUIRED_INSTALL",
		2: "LAZYLOAD",
		3: "OPTIONAL_INSTALL",
	}
	AppItem_Requirement_value = map[string]int32{
		"REQUIRED_INSTALL": 1,
		"LAZYLOAD":         2,
		"OPTIONAL_INSTALL": 3,
	}
)

Enum value maps for AppItem_Requirement.

View Source
var (
	AppItem_Type_name = map[int32]string{
		0: "APPLICATION",
		1: "FRAMEWORK",
		2: "BRIDGE",
	}
	AppItem_Type_value = map[string]int32{
		"APPLICATION": 0,
		"FRAMEWORK":   1,
		"BRIDGE":      2,
	}
)

Enum value maps for AppItem_Type.

View Source
var (
	AuthenticationType_name = map[int32]string{
		0: "AUTHENTICATION_USER_PASS",
		1: "AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS",
		2: "AUTHENTICATION_STORED_FACEBOOK_CREDENTIALS",
		3: "AUTHENTICATION_SPOTIFY_TOKEN",
		4: "AUTHENTICATION_FACEBOOK_TOKEN",
	}
	AuthenticationType_value = map[string]int32{
		"AUTHENTICATION_USER_PASS":                   0,
		"AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS":  1,
		"AUTHENTICATION_STORED_FACEBOOK_CREDENTIALS": 2,
		"AUTHENTICATION_SPOTIFY_TOKEN":               3,
		"AUTHENTICATION_FACEBOOK_TOKEN":              4,
	}
)

Enum value maps for AuthenticationType.

View Source
var (
	AccountCreation_name = map[int32]string{
		1: "ACCOUNT_CREATION_ALWAYS_PROMPT",
		3: "ACCOUNT_CREATION_ALWAYS_CREATE",
	}
	AccountCreation_value = map[string]int32{
		"ACCOUNT_CREATION_ALWAYS_PROMPT": 1,
		"ACCOUNT_CREATION_ALWAYS_CREATE": 3,
	}
)

Enum value maps for AccountCreation.

View Source
var (
	CpuFamily_name = map[int32]string{
		0: "CPU_UNKNOWN",
		1: "CPU_X86",
		2: "CPU_X86_64",
		3: "CPU_PPC",
		4: "CPU_PPC_64",
		5: "CPU_ARM",
		6: "CPU_IA64",
		7: "CPU_SH",
		8: "CPU_MIPS",
		9: "CPU_BLACKFIN",
	}
	CpuFamily_value = map[string]int32{
		"CPU_UNKNOWN":  0,
		"CPU_X86":      1,
		"CPU_X86_64":   2,
		"CPU_PPC":      3,
		"CPU_PPC_64":   4,
		"CPU_ARM":      5,
		"CPU_IA64":     6,
		"CPU_SH":       7,
		"CPU_MIPS":     8,
		"CPU_BLACKFIN": 9,
	}
)

Enum value maps for CpuFamily.

View Source
var (
	Brand_name = map[int32]string{
		0: "BRAND_UNBRANDED",
		1: "BRAND_INQ",
		2: "BRAND_HTC",
		3: "BRAND_NOKIA",
	}
	Brand_value = map[string]int32{
		"BRAND_UNBRANDED": 0,
		"BRAND_INQ":       1,
		"BRAND_HTC":       2,
		"BRAND_NOKIA":     3,
	}
)

Enum value maps for Brand.

View Source
var (
	Os_name = map[int32]string{
		0:  "OS_UNKNOWN",
		1:  "OS_WINDOWS",
		2:  "OS_OSX",
		3:  "OS_IPHONE",
		4:  "OS_S60",
		5:  "OS_LINUX",
		6:  "OS_WINDOWS_CE",
		7:  "OS_ANDROID",
		8:  "OS_PALM",
		9:  "OS_FREEBSD",
		10: "OS_BLACKBERRY",
		11: "OS_SONOS",
		12: "OS_LOGITECH",
		13: "OS_WP7",
		14: "OS_ONKYO",
		15: "OS_PHILIPS",
		16: "OS_WD",
		17: "OS_VOLVO",
		18: "OS_TIVO",
		19: "OS_AWOX",
		20: "OS_MEEGO",
		21: "OS_QNXNTO",
		22: "OS_BCO",
	}
	Os_value = map[string]int32{
		"OS_UNKNOWN":    0,
		"OS_WINDOWS":    1,
		"OS_OSX":        2,
		"OS_IPHONE":     3,
		"OS_S60":        4,
		"OS_LINUX":      5,
		"OS_WINDOWS_CE": 6,
		"OS_ANDROID":    7,
		"OS_PALM":       8,
		"OS_FREEBSD":    9,
		"OS_BLACKBERRY": 10,
		"OS_SONOS":      11,
		"OS_LOGITECH":   12,
		"OS_WP7":        13,
		"OS_ONKYO":      14,
		"OS_PHILIPS":    15,
		"OS_WD":         16,
		"OS_VOLVO":      17,
		"OS_TIVO":       18,
		"OS_AWOX":       19,
		"OS_MEEGO":      20,
		"OS_QNXNTO":     21,
		"OS_BCO":        22,
	}
)

Enum value maps for Os.

View Source
var (
	AccountType_name = map[int32]string{
		0: "Spotify",
		1: "Facebook",
	}
	AccountType_value = map[string]int32{
		"Spotify":  0,
		"Facebook": 1,
	}
)

Enum value maps for AccountType.

View Source
var (
	Product_name = map[int32]string{
		0: "PRODUCT_CLIENT",
		1: "PRODUCT_LIBSPOTIFY",
		2: "PRODUCT_MOBILE",
		3: "PRODUCT_PARTNER",
		5: "PRODUCT_LIBSPOTIFY_EMBEDDED",
	}
	Product_value = map[string]int32{
		"PRODUCT_CLIENT":              0,
		"PRODUCT_LIBSPOTIFY":          1,
		"PRODUCT_MOBILE":              2,
		"PRODUCT_PARTNER":             3,
		"PRODUCT_LIBSPOTIFY_EMBEDDED": 5,
	}
)

Enum value maps for Product.

View Source
var (
	ProductFlags_name = map[int32]string{
		0: "PRODUCT_FLAG_NONE",
		1: "PRODUCT_FLAG_DEV_BUILD",
	}
	ProductFlags_value = map[string]int32{
		"PRODUCT_FLAG_NONE":      0,
		"PRODUCT_FLAG_DEV_BUILD": 1,
	}
)

Enum value maps for ProductFlags.

View Source
var (
	Platform_name = map[int32]string{
		0:  "PLATFORM_WIN32_X86",
		1:  "PLATFORM_OSX_X86",
		2:  "PLATFORM_LINUX_X86",
		3:  "PLATFORM_IPHONE_ARM",
		4:  "PLATFORM_S60_ARM",
		5:  "PLATFORM_OSX_PPC",
		6:  "PLATFORM_ANDROID_ARM",
		7:  "PLATFORM_WINDOWS_CE_ARM",
		8:  "PLATFORM_LINUX_X86_64",
		9:  "PLATFORM_OSX_X86_64",
		10: "PLATFORM_PALM_ARM",
		11: "PLATFORM_LINUX_SH",
		12: "PLATFORM_FREEBSD_X86",
		13: "PLATFORM_FREEBSD_X86_64",
		14: "PLATFORM_BLACKBERRY_ARM",
		15: "PLATFORM_SONOS",
		16: "PLATFORM_LINUX_MIPS",
		17: "PLATFORM_LINUX_ARM",
		18: "PLATFORM_LOGITECH_ARM",
		19: "PLATFORM_LINUX_BLACKFIN",
		20: "PLATFORM_WP7_ARM",
		21: "PLATFORM_ONKYO_ARM",
		22: "PLATFORM_QNXNTO_ARM",
		23: "PLATFORM_BCO_ARM",
	}
	Platform_value = map[string]int32{
		"PLATFORM_WIN32_X86":      0,
		"PLATFORM_OSX_X86":        1,
		"PLATFORM_LINUX_X86":      2,
		"PLATFORM_IPHONE_ARM":     3,
		"PLATFORM_S60_ARM":        4,
		"PLATFORM_OSX_PPC":        5,
		"PLATFORM_ANDROID_ARM":    6,
		"PLATFORM_WINDOWS_CE_ARM": 7,
		"PLATFORM_LINUX_X86_64":   8,
		"PLATFORM_OSX_X86_64":     9,
		"PLATFORM_PALM_ARM":       10,
		"PLATFORM_LINUX_SH":       11,
		"PLATFORM_FREEBSD_X86":    12,
		"PLATFORM_FREEBSD_X86_64": 13,
		"PLATFORM_BLACKBERRY_ARM": 14,
		"PLATFORM_SONOS":          15,
		"PLATFORM_LINUX_MIPS":     16,
		"PLATFORM_LINUX_ARM":      17,
		"PLATFORM_LOGITECH_ARM":   18,
		"PLATFORM_LINUX_BLACKFIN": 19,
		"PLATFORM_WP7_ARM":        20,
		"PLATFORM_ONKYO_ARM":      21,
		"PLATFORM_QNXNTO_ARM":     22,
		"PLATFORM_BCO_ARM":        23,
	}
)

Enum value maps for Platform.

View Source
var (
	Fingerprint_name = map[int32]string{
		0: "FINGERPRINT_GRAIN",
		1: "FINGERPRINT_HMAC_RIPEMD",
	}
	Fingerprint_value = map[string]int32{
		"FINGERPRINT_GRAIN":       0,
		"FINGERPRINT_HMAC_RIPEMD": 1,
	}
)

Enum value maps for Fingerprint.

View Source
var (
	Cryptosuite_name = map[int32]string{
		0: "CRYPTO_SUITE_SHANNON",
		1: "CRYPTO_SUITE_RC4_SHA1_HMAC",
	}
	Cryptosuite_value = map[string]int32{
		"CRYPTO_SUITE_SHANNON":       0,
		"CRYPTO_SUITE_RC4_SHA1_HMAC": 1,
	}
)

Enum value maps for Cryptosuite.

View Source
var (
	Powscheme_name = map[int32]string{
		0: "POW_HASH_CASH",
	}
	Powscheme_value = map[string]int32{
		"POW_HASH_CASH": 0,
	}
)

Enum value maps for Powscheme.

View Source
var (
	ErrorCode_name = map[int32]string{
		0:  "ProtocolError",
		2:  "TryAnotherAP",
		5:  "BadConnectionId",
		9:  "TravelRestriction",
		11: "PremiumAccountRequired",
		12: "BadCredentials",
		13: "CouldNotValidateCredentials",
		14: "AccountExists",
		15: "ExtraVerificationRequired",
		16: "InvalidAppKey",
		17: "ApplicationBanned",
	}
	ErrorCode_value = map[string]int32{
		"ProtocolError":               0,
		"TryAnotherAP":                2,
		"BadConnectionId":             5,
		"TravelRestriction":           9,
		"PremiumAccountRequired":      11,
		"BadCredentials":              12,
		"CouldNotValidateCredentials": 13,
		"AccountExists":               14,
		"ExtraVerificationRequired":   15,
		"InvalidAppKey":               16,
		"ApplicationBanned":           17,
	}
)

Enum value maps for ErrorCode.

View Source
var (
	MercuryReply_CachePolicy_name = map[int32]string{
		1: "CACHE_NO",
		2: "CACHE_PRIVATE",
		3: "CACHE_PUBLIC",
	}
	MercuryReply_CachePolicy_value = map[string]int32{
		"CACHE_NO":      1,
		"CACHE_PRIVATE": 2,
		"CACHE_PUBLIC":  3,
	}
)

Enum value maps for MercuryReply_CachePolicy.

View Source
var (
	Album_Type_name = map[int32]string{
		1: "ALBUM",
		2: "SINGLE",
		3: "COMPILATION",
		4: "EP",
	}
	Album_Type_value = map[string]int32{
		"ALBUM":       1,
		"SINGLE":      2,
		"COMPILATION": 3,
		"EP":          4,
	}
)

Enum value maps for Album_Type.

View Source
var (
	Image_Size_name = map[int32]string{
		0: "DEFAULT",
		1: "SMALL",
		2: "LARGE",
		3: "XLARGE",
	}
	Image_Size_value = map[string]int32{
		"DEFAULT": 0,
		"SMALL":   1,
		"LARGE":   2,
		"XLARGE":  3,
	}
)

Enum value maps for Image_Size.

View Source
var (
	Copyright_Type_name = map[int32]string{
		0: "P",
		1: "C",
	}
	Copyright_Type_value = map[string]int32{
		"P": 0,
		"C": 1,
	}
)

Enum value maps for Copyright_Type.

View Source
var (
	Restriction_Catalogue_name = map[int32]string{
		0: "AD",
		1: "SUBSCRIPTION",
		2: "CATALOGUE_ALL",
		3: "SHUFFLE",
		4: "COMMERCIAL",
	}
	Restriction_Catalogue_value = map[string]int32{
		"AD":            0,
		"SUBSCRIPTION":  1,
		"CATALOGUE_ALL": 2,
		"SHUFFLE":       3,
		"COMMERCIAL":    4,
	}
)

Enum value maps for Restriction_Catalogue.

View Source
var (
	Restriction_Type_name = map[int32]string{
		0: "STREAMING",
	}
	Restriction_Type_value = map[string]int32{
		"STREAMING": 0,
	}
)

Enum value maps for Restriction_Type.

View Source
var (
	AudioFile_Format_name = map[int32]string{
		0:  "OGG_VORBIS_96",
		1:  "OGG_VORBIS_160",
		2:  "OGG_VORBIS_320",
		3:  "MP3_256",
		4:  "MP3_320",
		5:  "MP3_160",
		6:  "MP3_96",
		7:  "MP3_160_ENC",
		8:  "MP4_128_DUAL",
		9:  "OTHER3",
		10: "AAC_160",
		11: "AAC_320",
		12: "MP4_128",
		13: "OTHER5",
	}
	AudioFile_Format_value = map[string]int32{
		"OGG_VORBIS_96":  0,
		"OGG_VORBIS_160": 1,
		"OGG_VORBIS_320": 2,
		"MP3_256":        3,
		"MP3_320":        4,
		"MP3_160":        5,
		"MP3_96":         6,
		"MP3_160_ENC":    7,
		"MP4_128_DUAL":   8,
		"OTHER3":         9,
		"AAC_160":        10,
		"AAC_320":        11,
		"MP4_128":        12,
		"OTHER5":         13,
	}
)

Enum value maps for AudioFile_Format.

View Source
var (
	Show_MediaType_name = map[int32]string{
		0: "MIXED",
		1: "AUDIO",
		2: "VIDEO",
	}
	Show_MediaType_value = map[string]int32{
		"MIXED": 0,
		"AUDIO": 1,
		"VIDEO": 2,
	}
)

Enum value maps for Show_MediaType.

View Source
var (
	Show_ConsumptionOrder_name = map[int32]string{
		1: "SEQUENTIAL",
		2: "EPISODIC",
		3: "RECENT",
	}
	Show_ConsumptionOrder_value = map[string]int32{
		"SEQUENTIAL": 1,
		"EPISODIC":   2,
		"RECENT":     3,
	}
)

Enum value maps for Show_ConsumptionOrder.

View Source
var (
	Show_PassthroughEnum_name = map[int32]string{
		0: "UNKNOWN",
		1: "NONE",
		2: "ALLOWED",
	}
	Show_PassthroughEnum_value = map[string]int32{
		"UNKNOWN": 0,
		"NONE":    1,
		"ALLOWED": 2,
	}
)

Enum value maps for Show_PassthroughEnum.

View Source
var (
	ChangeSet_Kind_name = map[int32]string{
		0: "KIND_UNKNOWN",
		2: "DELTA",
		3: "MERGE",
	}
	ChangeSet_Kind_value = map[string]int32{
		"KIND_UNKNOWN": 0,
		"DELTA":        2,
		"MERGE":        3,
	}
)

Enum value maps for ChangeSet_Kind.

View Source
var (
	ClientIssue_Level_name = map[int32]string{
		0: "LEVEL_UNKNOWN",
		1: "LEVEL_DEBUG",
		2: "LEVEL_INFO",
		3: "LEVEL_NOTICE",
		4: "LEVEL_WARNING",
		5: "LEVEL_ERROR",
	}
	ClientIssue_Level_value = map[string]int32{
		"LEVEL_UNKNOWN": 0,
		"LEVEL_DEBUG":   1,
		"LEVEL_INFO":    2,
		"LEVEL_NOTICE":  3,
		"LEVEL_WARNING": 4,
		"LEVEL_ERROR":   5,
	}
)

Enum value maps for ClientIssue_Level.

View Source
var (
	ClientIssue_Code_name = map[int32]string{
		0: "CODE_UNKNOWN",
		1: "CODE_INDEX_OUT_OF_BOUNDS",
		2: "CODE_VERSION_MISMATCH",
		3: "CODE_CACHED_CHANGE",
		4: "CODE_OFFLINE_CHANGE",
		5: "CODE_CONCURRENT_CHANGE",
	}
	ClientIssue_Code_value = map[string]int32{
		"CODE_UNKNOWN":             0,
		"CODE_INDEX_OUT_OF_BOUNDS": 1,
		"CODE_VERSION_MISMATCH":    2,
		"CODE_CACHED_CHANGE":       3,
		"CODE_OFFLINE_CHANGE":      4,
		"CODE_CONCURRENT_CHANGE":   5,
	}
)

Enum value maps for ClientIssue_Code.

View Source
var (
	ClientResolveAction_Code_name = map[int32]string{
		0: "CODE_UNKNOWN",
		1: "CODE_NO_ACTION",
		2: "CODE_RETRY",
		3: "CODE_RELOAD",
		4: "CODE_DISCARD_LOCAL_CHANGES",
		5: "CODE_SEND_DUMP",
		6: "CODE_DISPLAY_ERROR_MESSAGE",
	}
	ClientResolveAction_Code_value = map[string]int32{
		"CODE_UNKNOWN":               0,
		"CODE_NO_ACTION":             1,
		"CODE_RETRY":                 2,
		"CODE_RELOAD":                3,
		"CODE_DISCARD_LOCAL_CHANGES": 4,
		"CODE_SEND_DUMP":             5,
		"CODE_DISPLAY_ERROR_MESSAGE": 6,
	}
)

Enum value maps for ClientResolveAction_Code.

View Source
var (
	ClientResolveAction_Initiator_name = map[int32]string{
		0: "INITIATOR_UNKNOWN",
		1: "INITIATOR_SERVER",
		2: "INITIATOR_CLIENT",
	}
	ClientResolveAction_Initiator_value = map[string]int32{
		"INITIATOR_UNKNOWN": 0,
		"INITIATOR_SERVER":  1,
		"INITIATOR_CLIENT":  2,
	}
)

Enum value maps for ClientResolveAction_Initiator.

View Source
var (
	DownloadFormat_Codec_name = map[int32]string{
		0: "CODEC_UNKNOWN",
		1: "OGG_VORBIS",
		2: "FLAC",
		3: "MPEG_1_LAYER_3",
	}
	DownloadFormat_Codec_value = map[string]int32{
		"CODEC_UNKNOWN":  0,
		"OGG_VORBIS":     1,
		"FLAC":           2,
		"MPEG_1_LAYER_3": 3,
	}
)

Enum value maps for DownloadFormat_Codec.

View Source
var (
	ItemAttributesPartialState_ItemAttributeKind_name = map[int32]string{
		0:  "ITEM_UNKNOWN",
		1:  "ITEM_ADDED_BY",
		2:  "ITEM_TIMESTAMP",
		3:  "ITEM_MESSAGE",
		4:  "ITEM_SEEN",
		5:  "ITEM_DOWNLOAD_COUNT",
		6:  "ITEM_DOWNLOAD_FORMAT",
		7:  "ITEM_SEVENDIGITAL_ID",
		8:  "ITEM_SEVENDIGITAL_LEFT",
		9:  "ITEM_SEEN_AT",
		10: "ITEM_PUBLIC",
	}
	ItemAttributesPartialState_ItemAttributeKind_value = map[string]int32{
		"ITEM_UNKNOWN":           0,
		"ITEM_ADDED_BY":          1,
		"ITEM_TIMESTAMP":         2,
		"ITEM_MESSAGE":           3,
		"ITEM_SEEN":              4,
		"ITEM_DOWNLOAD_COUNT":    5,
		"ITEM_DOWNLOAD_FORMAT":   6,
		"ITEM_SEVENDIGITAL_ID":   7,
		"ITEM_SEVENDIGITAL_LEFT": 8,
		"ITEM_SEEN_AT":           9,
		"ITEM_PUBLIC":            10,
	}
)

Enum value maps for ItemAttributesPartialState_ItemAttributeKind.

View Source
var (
	ListAttributesPartialState_ListAttributeKind_name = map[int32]string{
		0: "LIST_UNKNOWN",
		1: "LIST_NAME",
		2: "LIST_DESCRIPTION",
		3: "LIST_PICTURE",
		4: "LIST_COLLABORATIVE",
		5: "LIST_PL3_VERSION",
		6: "LIST_DELETED_BY_OWNER",
		7: "LIST_RESTRICTED_COLLABORATIVE",
	}
	ListAttributesPartialState_ListAttributeKind_value = map[string]int32{
		"LIST_UNKNOWN":                  0,
		"LIST_NAME":                     1,
		"LIST_DESCRIPTION":              2,
		"LIST_PICTURE":                  3,
		"LIST_COLLABORATIVE":            4,
		"LIST_PL3_VERSION":              5,
		"LIST_DELETED_BY_OWNER":         6,
		"LIST_RESTRICTED_COLLABORATIVE": 7,
	}
)

Enum value maps for ListAttributesPartialState_ListAttributeKind.

View Source
var (
	Op_Kind_name = map[int32]string{
		0: "KIND_UNKNOWN",
		2: "ADD",
		3: "REM",
		4: "MOV",
		5: "UPDATE_ITEM_ATTRIBUTES",
		6: "UPDATE_LIST_ATTRIBUTES",
	}
	Op_Kind_value = map[string]int32{
		"KIND_UNKNOWN":           0,
		"ADD":                    2,
		"REM":                    3,
		"MOV":                    4,
		"UPDATE_ITEM_ATTRIBUTES": 5,
		"UPDATE_LIST_ATTRIBUTES": 6,
	}
)

Enum value maps for Op_Kind.

View Source
var (
	SearchRequest_Type_name = map[int32]string{
		0: "TRACK",
		1: "ALBUM",
		2: "ARTIST",
		3: "PLAYLIST",
		4: "USER",
	}
	SearchRequest_Type_value = map[string]int32{
		"TRACK":    0,
		"ALBUM":    1,
		"ARTIST":   2,
		"PLAYLIST": 3,
		"USER":     4,
	}
)

Enum value maps for SearchRequest_Type.

View Source
var (
	MessageType_name = map[int32]string{
		1:   "kMessageTypeHello",
		2:   "kMessageTypeGoodbye",
		3:   "kMessageTypeProbe",
		10:  "kMessageTypeNotify",
		20:  "kMessageTypeLoad",
		21:  "kMessageTypePlay",
		22:  "kMessageTypePause",
		23:  "kMessageTypePlayPause",
		24:  "kMessageTypeSeek",
		25:  "kMessageTypePrev",
		26:  "kMessageTypeNext",
		27:  "kMessageTypeVolume",
		28:  "kMessageTypeShuffle",
		29:  "kMessageTypeRepeat",
		31:  "kMessageTypeVolumeDown",
		32:  "kMessageTypeVolumeUp",
		33:  "kMessageTypeReplace",
		34:  "kMessageTypeLogout",
		35:  "kMessageTypeAction",
		36:  "kMessageTypeRename",
		128: "kMessageTypeUpdateMetadata",
	}
	MessageType_value = map[string]int32{
		"kMessageTypeHello":          1,
		"kMessageTypeGoodbye":        2,
		"kMessageTypeProbe":          3,
		"kMessageTypeNotify":         10,
		"kMessageTypeLoad":           20,
		"kMessageTypePlay":           21,
		"kMessageTypePause":          22,
		"kMessageTypePlayPause":      23,
		"kMessageTypeSeek":           24,
		"kMessageTypePrev":           25,
		"kMessageTypeNext":           26,
		"kMessageTypeVolume":         27,
		"kMessageTypeShuffle":        28,
		"kMessageTypeRepeat":         29,
		"kMessageTypeVolumeDown":     31,
		"kMessageTypeVolumeUp":       32,
		"kMessageTypeReplace":        33,
		"kMessageTypeLogout":         34,
		"kMessageTypeAction":         35,
		"kMessageTypeRename":         36,
		"kMessageTypeUpdateMetadata": 128,
	}
)

Enum value maps for MessageType.

View Source
var (
	CapabilityType_name = map[int32]string{
		1:  "kSupportedContexts",
		2:  "kCanBePlayer",
		3:  "kRestrictToLocal",
		4:  "kDeviceType",
		5:  "kGaiaEqConnectId",
		6:  "kSupportsLogout",
		7:  "kIsObservable",
		8:  "kVolumeSteps",
		9:  "kSupportedTypes",
		10: "kCommandAcks",
		11: "kSupportsRename",
		12: "kHidden",
		13: "kSupportsPlaylistV2",
		14: "kUnknown",
	}
	CapabilityType_value = map[string]int32{
		"kSupportedContexts":  1,
		"kCanBePlayer":        2,
		"kRestrictToLocal":    3,
		"kDeviceType":         4,
		"kGaiaEqConnectId":    5,
		"kSupportsLogout":     6,
		"kIsObservable":       7,
		"kVolumeSteps":        8,
		"kSupportedTypes":     9,
		"kCommandAcks":        10,
		"kSupportsRename":     11,
		"kHidden":             12,
		"kSupportsPlaylistV2": 13,
		"kUnknown":            14,
	}
)

Enum value maps for CapabilityType.

View Source
var (
	PlayStatus_name = map[int32]string{
		0: "kPlayStatusStop",
		1: "kPlayStatusPlay",
		2: "kPlayStatusPause",
		3: "kPlayStatusLoading",
	}
	PlayStatus_value = map[string]int32{
		"kPlayStatusStop":    0,
		"kPlayStatusPlay":    1,
		"kPlayStatusPause":   2,
		"kPlayStatusLoading": 3,
	}
)

Enum value maps for PlayStatus.

View Source
var File_ad_hermes_proxy_proto protoreflect.FileDescriptor
View Source
var File_appstore_proto protoreflect.FileDescriptor
View Source
var File_authentication_proto protoreflect.FileDescriptor
View Source
var File_facebook_publish_proto protoreflect.FileDescriptor
View Source
var File_keyexchange_proto protoreflect.FileDescriptor
View Source
var File_mercury_proto protoreflect.FileDescriptor
View Source
var File_mergedprofile_proto protoreflect.FileDescriptor
View Source
var File_metadata_proto protoreflect.FileDescriptor
View Source
var File_playlist4changes_proto protoreflect.FileDescriptor
View Source
var File_playlist4content_proto protoreflect.FileDescriptor
View Source
var File_playlist4issues_proto protoreflect.FileDescriptor
View Source
var File_playlist4meta_proto protoreflect.FileDescriptor
View Source
var File_playlist4ops_proto protoreflect.FileDescriptor
View Source
var File_popcount_proto protoreflect.FileDescriptor
View Source
var File_pubsub_proto protoreflect.FileDescriptor
View Source
var File_radio_proto protoreflect.FileDescriptor
View Source
var File_search_proto protoreflect.FileDescriptor
View Source
var File_social_proto protoreflect.FileDescriptor
View Source
var File_spirc_proto protoreflect.FileDescriptor
View Source
var File_toplist_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type APChallenge

type APChallenge struct {
	LoginCryptoChallenge *LoginCryptoChallengeUnion `protobuf:"bytes,10,req,name=login_crypto_challenge,json=loginCryptoChallenge" json:"login_crypto_challenge,omitempty"`
	FingerprintChallenge *FingerprintChallengeUnion `protobuf:"bytes,20,req,name=fingerprint_challenge,json=fingerprintChallenge" json:"fingerprint_challenge,omitempty"`
	PowChallenge         *PoWChallengeUnion         `protobuf:"bytes,30,req,name=pow_challenge,json=powChallenge" json:"pow_challenge,omitempty"`
	CryptoChallenge      *CryptoChallengeUnion      `protobuf:"bytes,40,req,name=crypto_challenge,json=cryptoChallenge" json:"crypto_challenge,omitempty"`
	ServerNonce          []byte                     `protobuf:"bytes,50,req,name=server_nonce,json=serverNonce" json:"server_nonce,omitempty"`
	Padding              []byte                     `protobuf:"bytes,60,opt,name=padding" json:"padding,omitempty"`
	// contains filtered or unexported fields
}

func (*APChallenge) Descriptor deprecated

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

Deprecated: Use APChallenge.ProtoReflect.Descriptor instead.

func (*APChallenge) GetCryptoChallenge

func (x *APChallenge) GetCryptoChallenge() *CryptoChallengeUnion

func (*APChallenge) GetFingerprintChallenge

func (x *APChallenge) GetFingerprintChallenge() *FingerprintChallengeUnion

func (*APChallenge) GetLoginCryptoChallenge

func (x *APChallenge) GetLoginCryptoChallenge() *LoginCryptoChallengeUnion

func (*APChallenge) GetPadding

func (x *APChallenge) GetPadding() []byte

func (*APChallenge) GetPowChallenge

func (x *APChallenge) GetPowChallenge() *PoWChallengeUnion

func (*APChallenge) GetServerNonce

func (x *APChallenge) GetServerNonce() []byte

func (*APChallenge) ProtoMessage

func (*APChallenge) ProtoMessage()

func (*APChallenge) ProtoReflect

func (x *APChallenge) ProtoReflect() protoreflect.Message

func (*APChallenge) Reset

func (x *APChallenge) Reset()

func (*APChallenge) String

func (x *APChallenge) String() string

type APLoginFailed

type APLoginFailed struct {
	ErrorCode        *ErrorCode `protobuf:"varint,10,req,name=error_code,json=errorCode,enum=pb.ErrorCode" json:"error_code,omitempty"`
	RetryDelay       *int32     `protobuf:"varint,20,opt,name=retry_delay,json=retryDelay" json:"retry_delay,omitempty"`
	Expiry           *int32     `protobuf:"varint,30,opt,name=expiry" json:"expiry,omitempty"`
	ErrorDescription *string    `protobuf:"bytes,40,opt,name=error_description,json=errorDescription" json:"error_description,omitempty"`
	// contains filtered or unexported fields
}

func (*APLoginFailed) Descriptor deprecated

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

Deprecated: Use APLoginFailed.ProtoReflect.Descriptor instead.

func (*APLoginFailed) GetErrorCode

func (x *APLoginFailed) GetErrorCode() ErrorCode

func (*APLoginFailed) GetErrorDescription

func (x *APLoginFailed) GetErrorDescription() string

func (*APLoginFailed) GetExpiry

func (x *APLoginFailed) GetExpiry() int32

func (*APLoginFailed) GetRetryDelay

func (x *APLoginFailed) GetRetryDelay() int32

func (*APLoginFailed) ProtoMessage

func (*APLoginFailed) ProtoMessage()

func (*APLoginFailed) ProtoReflect

func (x *APLoginFailed) ProtoReflect() protoreflect.Message

func (*APLoginFailed) Reset

func (x *APLoginFailed) Reset()

func (*APLoginFailed) String

func (x *APLoginFailed) String() string

type APResponseMessage

type APResponseMessage struct {
	Challenge   *APChallenge            `protobuf:"bytes,10,opt,name=challenge" json:"challenge,omitempty"`
	Upgrade     *UpgradeRequiredMessage `protobuf:"bytes,20,opt,name=upgrade" json:"upgrade,omitempty"`
	LoginFailed *APLoginFailed          `protobuf:"bytes,30,opt,name=login_failed,json=loginFailed" json:"login_failed,omitempty"`
	// contains filtered or unexported fields
}

func (*APResponseMessage) Descriptor deprecated

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

Deprecated: Use APResponseMessage.ProtoReflect.Descriptor instead.

func (*APResponseMessage) GetChallenge

func (x *APResponseMessage) GetChallenge() *APChallenge

func (*APResponseMessage) GetLoginFailed

func (x *APResponseMessage) GetLoginFailed() *APLoginFailed

func (*APResponseMessage) GetUpgrade

func (x *APResponseMessage) GetUpgrade() *UpgradeRequiredMessage

func (*APResponseMessage) ProtoMessage

func (*APResponseMessage) ProtoMessage()

func (*APResponseMessage) ProtoReflect

func (x *APResponseMessage) ProtoReflect() protoreflect.Message

func (*APResponseMessage) Reset

func (x *APResponseMessage) Reset()

func (*APResponseMessage) String

func (x *APResponseMessage) String() string

type APWelcome

type APWelcome struct {
	CanonicalUsername           *string              `protobuf:"bytes,10,req,name=canonical_username,json=canonicalUsername" json:"canonical_username,omitempty"`
	AccountTypeLoggedIn         *AccountType         `` /* 137-byte string literal not displayed */
	CredentialsTypeLoggedIn     *AccountType         `` /* 149-byte string literal not displayed */
	ReusableAuthCredentialsType *AuthenticationType  `` /* 168-byte string literal not displayed */
	ReusableAuthCredentials     []byte               `` /* 126-byte string literal not displayed */
	LfsSecret                   []byte               `protobuf:"bytes,50,opt,name=lfs_secret,json=lfsSecret" json:"lfs_secret,omitempty"`
	AccountInfo                 *AccountInfo         `protobuf:"bytes,60,opt,name=account_info,json=accountInfo" json:"account_info,omitempty"`
	Fb                          *AccountInfoFacebook `protobuf:"bytes,70,opt,name=fb" json:"fb,omitempty"`
	// contains filtered or unexported fields
}

func (*APWelcome) Descriptor deprecated

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

Deprecated: Use APWelcome.ProtoReflect.Descriptor instead.

func (*APWelcome) GetAccountInfo

func (x *APWelcome) GetAccountInfo() *AccountInfo

func (*APWelcome) GetAccountTypeLoggedIn

func (x *APWelcome) GetAccountTypeLoggedIn() AccountType

func (*APWelcome) GetCanonicalUsername

func (x *APWelcome) GetCanonicalUsername() string

func (*APWelcome) GetCredentialsTypeLoggedIn

func (x *APWelcome) GetCredentialsTypeLoggedIn() AccountType

func (*APWelcome) GetFb

func (x *APWelcome) GetFb() *AccountInfoFacebook

func (*APWelcome) GetLfsSecret

func (x *APWelcome) GetLfsSecret() []byte

func (*APWelcome) GetReusableAuthCredentials

func (x *APWelcome) GetReusableAuthCredentials() []byte

func (*APWelcome) GetReusableAuthCredentialsType

func (x *APWelcome) GetReusableAuthCredentialsType() AuthenticationType

func (*APWelcome) ProtoMessage

func (*APWelcome) ProtoMessage()

func (*APWelcome) ProtoReflect

func (x *APWelcome) ProtoReflect() protoreflect.Message

func (*APWelcome) Reset

func (x *APWelcome) Reset()

func (*APWelcome) String

func (x *APWelcome) String() string

type AccountCreation

type AccountCreation int32
const (
	AccountCreation_ACCOUNT_CREATION_ALWAYS_PROMPT AccountCreation = 1
	AccountCreation_ACCOUNT_CREATION_ALWAYS_CREATE AccountCreation = 3
)

func (AccountCreation) Descriptor

func (AccountCreation) Enum

func (x AccountCreation) Enum() *AccountCreation

func (AccountCreation) EnumDescriptor deprecated

func (AccountCreation) EnumDescriptor() ([]byte, []int)

Deprecated: Use AccountCreation.Descriptor instead.

func (AccountCreation) Number

func (AccountCreation) String

func (x AccountCreation) String() string

func (AccountCreation) Type

func (*AccountCreation) UnmarshalJSON deprecated

func (x *AccountCreation) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type AccountInfo

type AccountInfo struct {
	Spotify  *AccountInfoSpotify  `protobuf:"bytes,1,opt,name=spotify" json:"spotify,omitempty"`
	Facebook *AccountInfoFacebook `protobuf:"bytes,2,opt,name=facebook" json:"facebook,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountInfo) Descriptor deprecated

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

Deprecated: Use AccountInfo.ProtoReflect.Descriptor instead.

func (*AccountInfo) GetFacebook

func (x *AccountInfo) GetFacebook() *AccountInfoFacebook

func (*AccountInfo) GetSpotify

func (x *AccountInfo) GetSpotify() *AccountInfoSpotify

func (*AccountInfo) ProtoMessage

func (*AccountInfo) ProtoMessage()

func (*AccountInfo) ProtoReflect

func (x *AccountInfo) ProtoReflect() protoreflect.Message

func (*AccountInfo) Reset

func (x *AccountInfo) Reset()

func (*AccountInfo) String

func (x *AccountInfo) String() string

type AccountInfoFacebook

type AccountInfoFacebook struct {
	AccessToken *string `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	MachineId   *string `protobuf:"bytes,2,opt,name=machine_id,json=machineId" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountInfoFacebook) Descriptor deprecated

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

Deprecated: Use AccountInfoFacebook.ProtoReflect.Descriptor instead.

func (*AccountInfoFacebook) GetAccessToken

func (x *AccountInfoFacebook) GetAccessToken() string

func (*AccountInfoFacebook) GetMachineId

func (x *AccountInfoFacebook) GetMachineId() string

func (*AccountInfoFacebook) ProtoMessage

func (*AccountInfoFacebook) ProtoMessage()

func (*AccountInfoFacebook) ProtoReflect

func (x *AccountInfoFacebook) ProtoReflect() protoreflect.Message

func (*AccountInfoFacebook) Reset

func (x *AccountInfoFacebook) Reset()

func (*AccountInfoFacebook) String

func (x *AccountInfoFacebook) String() string

type AccountInfoSpotify

type AccountInfoSpotify struct {
	// contains filtered or unexported fields
}

func (*AccountInfoSpotify) Descriptor deprecated

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

Deprecated: Use AccountInfoSpotify.ProtoReflect.Descriptor instead.

func (*AccountInfoSpotify) ProtoMessage

func (*AccountInfoSpotify) ProtoMessage()

func (*AccountInfoSpotify) ProtoReflect

func (x *AccountInfoSpotify) ProtoReflect() protoreflect.Message

func (*AccountInfoSpotify) Reset

func (x *AccountInfoSpotify) Reset()

func (*AccountInfoSpotify) String

func (x *AccountInfoSpotify) String() string

type AccountType

type AccountType int32
const (
	AccountType_Spotify  AccountType = 0
	AccountType_Facebook AccountType = 1
)

func (AccountType) Descriptor

func (AccountType) Enum

func (x AccountType) Enum() *AccountType

func (AccountType) EnumDescriptor deprecated

func (AccountType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AccountType.Descriptor instead.

func (AccountType) Number

func (x AccountType) Number() protoreflect.EnumNumber

func (AccountType) String

func (x AccountType) String() string

func (AccountType) Type

func (*AccountType) UnmarshalJSON deprecated

func (x *AccountType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ActivityPeriod

type ActivityPeriod struct {
	StartYear *int32 `protobuf:"zigzag32,1,opt,name=start_year,json=startYear" json:"start_year,omitempty"`
	EndYear   *int32 `protobuf:"zigzag32,2,opt,name=end_year,json=endYear" json:"end_year,omitempty"`
	Decade    *int32 `protobuf:"zigzag32,3,opt,name=decade" json:"decade,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityPeriod) Descriptor deprecated

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

Deprecated: Use ActivityPeriod.ProtoReflect.Descriptor instead.

func (*ActivityPeriod) GetDecade

func (x *ActivityPeriod) GetDecade() int32

func (*ActivityPeriod) GetEndYear

func (x *ActivityPeriod) GetEndYear() int32

func (*ActivityPeriod) GetStartYear

func (x *ActivityPeriod) GetStartYear() int32

func (*ActivityPeriod) ProtoMessage

func (*ActivityPeriod) ProtoMessage()

func (*ActivityPeriod) ProtoReflect

func (x *ActivityPeriod) ProtoReflect() protoreflect.Message

func (*ActivityPeriod) Reset

func (x *ActivityPeriod) Reset()

func (*ActivityPeriod) String

func (x *ActivityPeriod) String() string
type Ad struct {
	Next          *int32  `protobuf:"varint,1,opt,name=next" json:"next,omitempty"`
	OggFid        []byte  `protobuf:"bytes,2,opt,name=ogg_fid,json=oggFid" json:"ogg_fid,omitempty"`
	ImageFid      []byte  `protobuf:"bytes,3,opt,name=image_fid,json=imageFid" json:"image_fid,omitempty"`
	Duration      *int32  `protobuf:"varint,4,opt,name=duration" json:"duration,omitempty"`
	ClickUrl      *string `protobuf:"bytes,5,opt,name=click_url,json=clickUrl" json:"click_url,omitempty"`
	ImpressionUrl *string `protobuf:"bytes,6,opt,name=impression_url,json=impressionUrl" json:"impression_url,omitempty"`
	Product       *string `protobuf:"bytes,7,opt,name=product" json:"product,omitempty"`
	Advertiser    *string `protobuf:"bytes,8,opt,name=advertiser" json:"advertiser,omitempty"`
	Gid           []byte  `protobuf:"bytes,9,opt,name=gid" json:"gid,omitempty"`
	// contains filtered or unexported fields
}

func (*Ad) Descriptor deprecated

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

Deprecated: Use Ad.ProtoReflect.Descriptor instead.

func (*Ad) GetAdvertiser

func (x *Ad) GetAdvertiser() string

func (*Ad) GetClickUrl

func (x *Ad) GetClickUrl() string

func (*Ad) GetDuration

func (x *Ad) GetDuration() int32

func (*Ad) GetGid

func (x *Ad) GetGid() []byte

func (*Ad) GetImageFid

func (x *Ad) GetImageFid() []byte

func (*Ad) GetImpressionUrl

func (x *Ad) GetImpressionUrl() string

func (*Ad) GetNext

func (x *Ad) GetNext() int32

func (*Ad) GetOggFid

func (x *Ad) GetOggFid() []byte

func (*Ad) GetProduct

func (x *Ad) GetProduct() string

func (*Ad) ProtoMessage

func (*Ad) ProtoMessage()

func (*Ad) ProtoReflect

func (x *Ad) ProtoReflect() protoreflect.Message

func (*Ad) Reset

func (x *Ad) Reset()

func (*Ad) String

func (x *Ad) String() string

type AdFile

type AdFile struct {
	Id     *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Format *string `protobuf:"bytes,2,opt,name=format" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*AdFile) Descriptor deprecated

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

Deprecated: Use AdFile.ProtoReflect.Descriptor instead.

func (*AdFile) GetFormat

func (x *AdFile) GetFormat() string

func (*AdFile) GetId

func (x *AdFile) GetId() string

func (*AdFile) ProtoMessage

func (*AdFile) ProtoMessage()

func (*AdFile) ProtoReflect

func (x *AdFile) ProtoReflect() protoreflect.Message

func (*AdFile) Reset

func (x *AdFile) Reset()

func (*AdFile) String

func (x *AdFile) String() string

type AdQueueEntry

type AdQueueEntry struct {
	StartTime       *uint64   `protobuf:"varint,1,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	EndTime         *uint64   `protobuf:"varint,2,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	Priority        *float64  `protobuf:"fixed64,3,opt,name=priority" json:"priority,omitempty"`
	Token           *string   `protobuf:"bytes,4,opt,name=token" json:"token,omitempty"`
	AdVersion       *uint32   `protobuf:"varint,5,opt,name=ad_version,json=adVersion" json:"ad_version,omitempty"`
	Id              *string   `protobuf:"bytes,6,opt,name=id" json:"id,omitempty"`
	Type            *string   `protobuf:"bytes,7,opt,name=type" json:"type,omitempty"`
	Campaign        *string   `protobuf:"bytes,8,opt,name=campaign" json:"campaign,omitempty"`
	Advertiser      *string   `protobuf:"bytes,9,opt,name=advertiser" json:"advertiser,omitempty"`
	Url             *string   `protobuf:"bytes,10,opt,name=url" json:"url,omitempty"`
	Duration        *uint64   `protobuf:"varint,11,opt,name=duration" json:"duration,omitempty"`
	Expiry          *uint64   `protobuf:"varint,12,opt,name=expiry" json:"expiry,omitempty"`
	TrackingUrl     *string   `protobuf:"bytes,13,opt,name=tracking_url,json=trackingUrl" json:"tracking_url,omitempty"`
	BannerType      *string   `protobuf:"bytes,14,opt,name=banner_type,json=bannerType" json:"banner_type,omitempty"`
	Html            *string   `protobuf:"bytes,15,opt,name=html" json:"html,omitempty"`
	Image           *string   `protobuf:"bytes,16,opt,name=image" json:"image,omitempty"`
	BackgroundImage *string   `protobuf:"bytes,17,opt,name=background_image,json=backgroundImage" json:"background_image,omitempty"`
	BackgroundUrl   *string   `protobuf:"bytes,18,opt,name=background_url,json=backgroundUrl" json:"background_url,omitempty"`
	BackgroundColor *string   `protobuf:"bytes,19,opt,name=background_color,json=backgroundColor" json:"background_color,omitempty"`
	Title           *string   `protobuf:"bytes,20,opt,name=title" json:"title,omitempty"`
	Caption         *string   `protobuf:"bytes,21,opt,name=caption" json:"caption,omitempty"`
	File            []*AdFile `protobuf:"bytes,22,rep,name=file" json:"file,omitempty"`
	Rule            []*Rule   `protobuf:"bytes,23,rep,name=rule" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*AdQueueEntry) Descriptor deprecated

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

Deprecated: Use AdQueueEntry.ProtoReflect.Descriptor instead.

func (*AdQueueEntry) GetAdVersion

func (x *AdQueueEntry) GetAdVersion() uint32

func (*AdQueueEntry) GetAdvertiser

func (x *AdQueueEntry) GetAdvertiser() string

func (*AdQueueEntry) GetBackgroundColor

func (x *AdQueueEntry) GetBackgroundColor() string

func (*AdQueueEntry) GetBackgroundImage

func (x *AdQueueEntry) GetBackgroundImage() string

func (*AdQueueEntry) GetBackgroundUrl

func (x *AdQueueEntry) GetBackgroundUrl() string

func (*AdQueueEntry) GetBannerType

func (x *AdQueueEntry) GetBannerType() string

func (*AdQueueEntry) GetCampaign

func (x *AdQueueEntry) GetCampaign() string

func (*AdQueueEntry) GetCaption

func (x *AdQueueEntry) GetCaption() string

func (*AdQueueEntry) GetDuration

func (x *AdQueueEntry) GetDuration() uint64

func (*AdQueueEntry) GetEndTime

func (x *AdQueueEntry) GetEndTime() uint64

func (*AdQueueEntry) GetExpiry

func (x *AdQueueEntry) GetExpiry() uint64

func (*AdQueueEntry) GetFile

func (x *AdQueueEntry) GetFile() []*AdFile

func (*AdQueueEntry) GetHtml

func (x *AdQueueEntry) GetHtml() string

func (*AdQueueEntry) GetId

func (x *AdQueueEntry) GetId() string

func (*AdQueueEntry) GetImage

func (x *AdQueueEntry) GetImage() string

func (*AdQueueEntry) GetPriority

func (x *AdQueueEntry) GetPriority() float64

func (*AdQueueEntry) GetRule

func (x *AdQueueEntry) GetRule() []*Rule

func (*AdQueueEntry) GetStartTime

func (x *AdQueueEntry) GetStartTime() uint64

func (*AdQueueEntry) GetTitle

func (x *AdQueueEntry) GetTitle() string

func (*AdQueueEntry) GetToken

func (x *AdQueueEntry) GetToken() string

func (*AdQueueEntry) GetTrackingUrl

func (x *AdQueueEntry) GetTrackingUrl() string

func (*AdQueueEntry) GetType

func (x *AdQueueEntry) GetType() string

func (*AdQueueEntry) GetUrl

func (x *AdQueueEntry) GetUrl() string

func (*AdQueueEntry) ProtoMessage

func (*AdQueueEntry) ProtoMessage()

func (*AdQueueEntry) ProtoReflect

func (x *AdQueueEntry) ProtoReflect() protoreflect.Message

func (*AdQueueEntry) Reset

func (x *AdQueueEntry) Reset()

func (*AdQueueEntry) String

func (x *AdQueueEntry) String() string

type AdQueueResponse

type AdQueueResponse struct {
	AdQueueEntry []*AdQueueEntry `protobuf:"bytes,1,rep,name=adQueueEntry" json:"adQueueEntry,omitempty"`
	// contains filtered or unexported fields
}

func (*AdQueueResponse) Descriptor deprecated

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

Deprecated: Use AdQueueResponse.ProtoReflect.Descriptor instead.

func (*AdQueueResponse) GetAdQueueEntry

func (x *AdQueueResponse) GetAdQueueEntry() []*AdQueueEntry

func (*AdQueueResponse) ProtoMessage

func (*AdQueueResponse) ProtoMessage()

func (*AdQueueResponse) ProtoReflect

func (x *AdQueueResponse) ProtoReflect() protoreflect.Message

func (*AdQueueResponse) Reset

func (x *AdQueueResponse) Reset()

func (*AdQueueResponse) String

func (x *AdQueueResponse) String() string

type AdRequest

type AdRequest struct {
	ClientLanguage *string  `protobuf:"bytes,1,opt,name=client_language,json=clientLanguage" json:"client_language,omitempty"`
	Product        *string  `protobuf:"bytes,2,opt,name=product" json:"product,omitempty"`
	Version        *uint32  `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	Type           *string  `protobuf:"bytes,4,opt,name=type" json:"type,omitempty"`
	AvoidAds       []string `protobuf:"bytes,5,rep,name=avoidAds" json:"avoidAds,omitempty"`
	// contains filtered or unexported fields
}

func (*AdRequest) Descriptor deprecated

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

Deprecated: Use AdRequest.ProtoReflect.Descriptor instead.

func (*AdRequest) GetAvoidAds

func (x *AdRequest) GetAvoidAds() []string

func (*AdRequest) GetClientLanguage

func (x *AdRequest) GetClientLanguage() string

func (*AdRequest) GetProduct

func (x *AdRequest) GetProduct() string

func (*AdRequest) GetType

func (x *AdRequest) GetType() string

func (*AdRequest) GetVersion

func (x *AdRequest) GetVersion() uint32

func (*AdRequest) ProtoMessage

func (*AdRequest) ProtoMessage()

func (*AdRequest) ProtoReflect

func (x *AdRequest) ProtoReflect() protoreflect.Message

func (*AdRequest) Reset

func (x *AdRequest) Reset()

func (*AdRequest) String

func (x *AdRequest) String() string

type Add

type Add struct {
	FromIndex    *int32        `protobuf:"varint,1,opt,name=fromIndex" json:"fromIndex,omitempty"`
	Items        []*Item       `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"`
	ListChecksum *ListChecksum `protobuf:"bytes,3,opt,name=list_checksum,json=listChecksum" json:"list_checksum,omitempty"`
	AddLast      *bool         `protobuf:"varint,4,opt,name=addLast" json:"addLast,omitempty"`
	AddFirst     *bool         `protobuf:"varint,5,opt,name=addFirst" json:"addFirst,omitempty"`
	// contains filtered or unexported fields
}

func (*Add) Descriptor deprecated

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

Deprecated: Use Add.ProtoReflect.Descriptor instead.

func (*Add) GetAddFirst

func (x *Add) GetAddFirst() bool

func (*Add) GetAddLast

func (x *Add) GetAddLast() bool

func (*Add) GetFromIndex

func (x *Add) GetFromIndex() int32

func (*Add) GetItems

func (x *Add) GetItems() []*Item

func (*Add) GetListChecksum

func (x *Add) GetListChecksum() *ListChecksum

func (*Add) ProtoMessage

func (*Add) ProtoMessage()

func (*Add) ProtoReflect

func (x *Add) ProtoReflect() protoreflect.Message

func (*Add) Reset

func (x *Add) Reset()

func (*Add) String

func (x *Add) String() string

type Album

type Album struct {
	Gid         []byte         `protobuf:"bytes,1,opt,name=gid" json:"gid,omitempty"`
	Name        *string        `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Artist      []*Artist      `protobuf:"bytes,3,rep,name=artist" json:"artist,omitempty"`
	Typ         *Album_Type    `protobuf:"varint,4,opt,name=typ,enum=pb.Album_Type" json:"typ,omitempty"`
	Label       *string        `protobuf:"bytes,5,opt,name=label" json:"label,omitempty"`
	Date        *Date          `protobuf:"bytes,6,opt,name=date" json:"date,omitempty"`
	Popularity  *int32         `protobuf:"zigzag32,7,opt,name=popularity" json:"popularity,omitempty"`
	Genre       []string       `protobuf:"bytes,8,rep,name=genre" json:"genre,omitempty"`
	Cover       []*Image       `protobuf:"bytes,9,rep,name=cover" json:"cover,omitempty"`
	ExternalId  []*ExternalId  `protobuf:"bytes,10,rep,name=external_id,json=externalId" json:"external_id,omitempty"`
	Disc        []*Disc        `protobuf:"bytes,11,rep,name=disc" json:"disc,omitempty"`
	Review      []string       `protobuf:"bytes,12,rep,name=review" json:"review,omitempty"`
	Copyright   []*Copyright   `protobuf:"bytes,13,rep,name=copyright" json:"copyright,omitempty"`
	Restriction []*Restriction `protobuf:"bytes,14,rep,name=restriction" json:"restriction,omitempty"`
	Related     []*Album       `protobuf:"bytes,15,rep,name=related" json:"related,omitempty"`
	SalePeriod  []*SalePeriod  `protobuf:"bytes,16,rep,name=sale_period,json=salePeriod" json:"sale_period,omitempty"`
	CoverGroup  *ImageGroup    `protobuf:"bytes,17,opt,name=cover_group,json=coverGroup" json:"cover_group,omitempty"`
	// contains filtered or unexported fields
}

func (*Album) Descriptor deprecated

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

Deprecated: Use Album.ProtoReflect.Descriptor instead.

func (*Album) GetArtist

func (x *Album) GetArtist() []*Artist

func (*Album) GetCopyright

func (x *Album) GetCopyright() []*Copyright

func (*Album) GetCover

func (x *Album) GetCover() []*Image

func (*Album) GetCoverGroup

func (x *Album) GetCoverGroup() *ImageGroup

func (*Album) GetDate

func (x *Album) GetDate() *Date

func (*Album) GetDisc

func (x *Album) GetDisc() []*Disc

func (*Album) GetExternalId

func (x *Album) GetExternalId() []*ExternalId

func (*Album) GetGenre

func (x *Album) GetGenre() []string

func (*Album) GetGid

func (x *Album) GetGid() []byte

func (*Album) GetLabel

func (x *Album) GetLabel() string

func (*Album) GetName

func (x *Album) GetName() string

func (*Album) GetPopularity

func (x *Album) GetPopularity() int32

func (*Album) GetRelated

func (x *Album) GetRelated() []*Album

func (*Album) GetRestriction

func (x *Album) GetRestriction() []*Restriction

func (*Album) GetReview

func (x *Album) GetReview() []string

func (*Album) GetSalePeriod

func (x *Album) GetSalePeriod() []*SalePeriod

func (*Album) GetTyp

func (x *Album) GetTyp() Album_Type

func (*Album) ProtoMessage

func (*Album) ProtoMessage()

func (*Album) ProtoReflect

func (x *Album) ProtoReflect() protoreflect.Message

func (*Album) Reset

func (x *Album) Reset()

func (*Album) String

func (x *Album) String() string

type AlbumGroup

type AlbumGroup struct {
	Album []*Album `protobuf:"bytes,1,rep,name=album" json:"album,omitempty"`
	// contains filtered or unexported fields
}

func (*AlbumGroup) Descriptor deprecated

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

Deprecated: Use AlbumGroup.ProtoReflect.Descriptor instead.

func (*AlbumGroup) GetAlbum

func (x *AlbumGroup) GetAlbum() []*Album

func (*AlbumGroup) ProtoMessage

func (*AlbumGroup) ProtoMessage()

func (*AlbumGroup) ProtoReflect

func (x *AlbumGroup) ProtoReflect() protoreflect.Message

func (*AlbumGroup) Reset

func (x *AlbumGroup) Reset()

func (*AlbumGroup) String

func (x *AlbumGroup) String() string

type Album_Type

type Album_Type int32
const (
	Album_ALBUM       Album_Type = 1
	Album_SINGLE      Album_Type = 2
	Album_COMPILATION Album_Type = 3
	Album_EP          Album_Type = 4
)

func (Album_Type) Descriptor

func (Album_Type) Descriptor() protoreflect.EnumDescriptor

func (Album_Type) Enum

func (x Album_Type) Enum() *Album_Type

func (Album_Type) EnumDescriptor deprecated

func (Album_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Album_Type.Descriptor instead.

func (Album_Type) Number

func (x Album_Type) Number() protoreflect.EnumNumber

func (Album_Type) String

func (x Album_Type) String() string

func (Album_Type) Type

func (*Album_Type) UnmarshalJSON deprecated

func (x *Album_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type AppInfo

type AppInfo struct {
	Identifier *string `protobuf:"bytes,1,opt,name=identifier" json:"identifier,omitempty"`
	VersionInt *int32  `protobuf:"varint,2,opt,name=version_int,json=versionInt" json:"version_int,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInfo) Descriptor deprecated

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

Deprecated: Use AppInfo.ProtoReflect.Descriptor instead.

func (*AppInfo) GetIdentifier

func (x *AppInfo) GetIdentifier() string

func (*AppInfo) GetVersionInt

func (x *AppInfo) GetVersionInt() int32

func (*AppInfo) ProtoMessage

func (*AppInfo) ProtoMessage()

func (*AppInfo) ProtoReflect

func (x *AppInfo) ProtoReflect() protoreflect.Message

func (*AppInfo) Reset

func (x *AppInfo) Reset()

func (*AppInfo) String

func (x *AppInfo) String() string

type AppInfoList

type AppInfoList struct {
	Items []*AppInfo `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInfoList) Descriptor deprecated

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

Deprecated: Use AppInfoList.ProtoReflect.Descriptor instead.

func (*AppInfoList) GetItems

func (x *AppInfoList) GetItems() []*AppInfo

func (*AppInfoList) ProtoMessage

func (*AppInfoList) ProtoMessage()

func (*AppInfoList) ProtoReflect

func (x *AppInfoList) ProtoReflect() protoreflect.Message

func (*AppInfoList) Reset

func (x *AppInfoList) Reset()

func (*AppInfoList) String

func (x *AppInfoList) String() string

type AppItem

type AppItem struct {
	Identifier    *string              `protobuf:"bytes,1,opt,name=identifier" json:"identifier,omitempty"`
	Requirement   *AppItem_Requirement `protobuf:"varint,2,opt,name=requirement,enum=pb.AppItem_Requirement" json:"requirement,omitempty"`
	Manifest      *string              `protobuf:"bytes,4,opt,name=manifest" json:"manifest,omitempty"`
	Checksum      *string              `protobuf:"bytes,5,opt,name=checksum" json:"checksum,omitempty"`
	BundleUri     *string              `protobuf:"bytes,6,opt,name=bundle_uri,json=bundleUri" json:"bundle_uri,omitempty"`
	SmallIconUri  *string              `protobuf:"bytes,7,opt,name=small_icon_uri,json=smallIconUri" json:"small_icon_uri,omitempty"`
	LargeIconUri  *string              `protobuf:"bytes,8,opt,name=large_icon_uri,json=largeIconUri" json:"large_icon_uri,omitempty"`
	MediumIconUri *string              `protobuf:"bytes,9,opt,name=medium_icon_uri,json=mediumIconUri" json:"medium_icon_uri,omitempty"`
	BundleType    *AppItem_Type        `protobuf:"varint,10,opt,name=bundle_type,json=bundleType,enum=pb.AppItem_Type" json:"bundle_type,omitempty"`
	Version       *SemanticVersion     `protobuf:"bytes,11,opt,name=version" json:"version,omitempty"`
	TtlInSeconds  *uint32              `protobuf:"varint,12,opt,name=ttl_in_seconds,json=ttlInSeconds" json:"ttl_in_seconds,omitempty"`
	Categories    *IdentifierList      `protobuf:"bytes,13,opt,name=categories" json:"categories,omitempty"`
	// contains filtered or unexported fields
}

func (*AppItem) Descriptor deprecated

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

Deprecated: Use AppItem.ProtoReflect.Descriptor instead.

func (*AppItem) GetBundleType

func (x *AppItem) GetBundleType() AppItem_Type

func (*AppItem) GetBundleUri

func (x *AppItem) GetBundleUri() string

func (*AppItem) GetCategories

func (x *AppItem) GetCategories() *IdentifierList

func (*AppItem) GetChecksum

func (x *AppItem) GetChecksum() string

func (*AppItem) GetIdentifier

func (x *AppItem) GetIdentifier() string

func (*AppItem) GetLargeIconUri

func (x *AppItem) GetLargeIconUri() string

func (*AppItem) GetManifest

func (x *AppItem) GetManifest() string

func (*AppItem) GetMediumIconUri

func (x *AppItem) GetMediumIconUri() string

func (*AppItem) GetRequirement

func (x *AppItem) GetRequirement() AppItem_Requirement

func (*AppItem) GetSmallIconUri

func (x *AppItem) GetSmallIconUri() string

func (*AppItem) GetTtlInSeconds

func (x *AppItem) GetTtlInSeconds() uint32

func (*AppItem) GetVersion

func (x *AppItem) GetVersion() *SemanticVersion

func (*AppItem) ProtoMessage

func (*AppItem) ProtoMessage()

func (*AppItem) ProtoReflect

func (x *AppItem) ProtoReflect() protoreflect.Message

func (*AppItem) Reset

func (x *AppItem) Reset()

func (*AppItem) String

func (x *AppItem) String() string

type AppItem_Requirement

type AppItem_Requirement int32
const (
	AppItem_REQUIRED_INSTALL AppItem_Requirement = 1
	AppItem_LAZYLOAD         AppItem_Requirement = 2
	AppItem_OPTIONAL_INSTALL AppItem_Requirement = 3
)

func (AppItem_Requirement) Descriptor

func (AppItem_Requirement) Enum

func (AppItem_Requirement) EnumDescriptor deprecated

func (AppItem_Requirement) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppItem_Requirement.Descriptor instead.

func (AppItem_Requirement) Number

func (AppItem_Requirement) String

func (x AppItem_Requirement) String() string

func (AppItem_Requirement) Type

func (*AppItem_Requirement) UnmarshalJSON deprecated

func (x *AppItem_Requirement) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type AppItem_Type

type AppItem_Type int32
const (
	AppItem_APPLICATION AppItem_Type = 0
	AppItem_FRAMEWORK   AppItem_Type = 1
	AppItem_BRIDGE      AppItem_Type = 2
)

func (AppItem_Type) Descriptor

func (AppItem_Type) Enum

func (x AppItem_Type) Enum() *AppItem_Type

func (AppItem_Type) EnumDescriptor deprecated

func (AppItem_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppItem_Type.Descriptor instead.

func (AppItem_Type) Number

func (AppItem_Type) String

func (x AppItem_Type) String() string

func (AppItem_Type) Type

func (*AppItem_Type) UnmarshalJSON deprecated

func (x *AppItem_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type AppList

type AppList struct {
	Items []*AppItem `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*AppList) Descriptor deprecated

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

Deprecated: Use AppList.ProtoReflect.Descriptor instead.

func (*AppList) GetItems

func (x *AppList) GetItems() []*AppItem

func (*AppList) ProtoMessage

func (*AppList) ProtoMessage()

func (*AppList) ProtoReflect

func (x *AppList) ProtoReflect() protoreflect.Message

func (*AppList) Reset

func (x *AppList) Reset()

func (*AppList) String

func (x *AppList) String() string

type Artist

type Artist struct {
	Gid                  []byte            `protobuf:"bytes,1,opt,name=gid" json:"gid,omitempty"`
	Name                 *string           `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Popularity           *int32            `protobuf:"zigzag32,3,opt,name=popularity" json:"popularity,omitempty"`
	TopTrack             []*TopTracks      `protobuf:"bytes,4,rep,name=top_track,json=topTrack" json:"top_track,omitempty"`
	AlbumGroup           []*AlbumGroup     `protobuf:"bytes,5,rep,name=album_group,json=albumGroup" json:"album_group,omitempty"`
	SingleGroup          []*AlbumGroup     `protobuf:"bytes,6,rep,name=single_group,json=singleGroup" json:"single_group,omitempty"`
	CompilationGroup     []*AlbumGroup     `protobuf:"bytes,7,rep,name=compilation_group,json=compilationGroup" json:"compilation_group,omitempty"`
	AppearsOnGroup       []*AlbumGroup     `protobuf:"bytes,8,rep,name=appears_on_group,json=appearsOnGroup" json:"appears_on_group,omitempty"`
	Genre                []string          `protobuf:"bytes,9,rep,name=genre" json:"genre,omitempty"`
	ExternalId           []*ExternalId     `protobuf:"bytes,10,rep,name=external_id,json=externalId" json:"external_id,omitempty"`
	Portrait             []*Image          `protobuf:"bytes,11,rep,name=portrait" json:"portrait,omitempty"`
	Biography            []*Biography      `protobuf:"bytes,12,rep,name=biography" json:"biography,omitempty"`
	ActivityPeriod       []*ActivityPeriod `protobuf:"bytes,13,rep,name=activity_period,json=activityPeriod" json:"activity_period,omitempty"`
	Restriction          []*Restriction    `protobuf:"bytes,14,rep,name=restriction" json:"restriction,omitempty"`
	Related              []*Artist         `protobuf:"bytes,15,rep,name=related" json:"related,omitempty"`
	IsPortraitAlbumCover *bool             `protobuf:"varint,16,opt,name=is_portrait_album_cover,json=isPortraitAlbumCover" json:"is_portrait_album_cover,omitempty"`
	PortraitGroup        *ImageGroup       `protobuf:"bytes,17,opt,name=portrait_group,json=portraitGroup" json:"portrait_group,omitempty"`
	// contains filtered or unexported fields
}

func (*Artist) Descriptor deprecated

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

Deprecated: Use Artist.ProtoReflect.Descriptor instead.

func (*Artist) GetActivityPeriod

func (x *Artist) GetActivityPeriod() []*ActivityPeriod

func (*Artist) GetAlbumGroup

func (x *Artist) GetAlbumGroup() []*AlbumGroup

func (*Artist) GetAppearsOnGroup

func (x *Artist) GetAppearsOnGroup() []*AlbumGroup

func (*Artist) GetBiography

func (x *Artist) GetBiography() []*Biography

func (*Artist) GetCompilationGroup

func (x *Artist) GetCompilationGroup() []*AlbumGroup

func (*Artist) GetExternalId

func (x *Artist) GetExternalId() []*ExternalId

func (*Artist) GetGenre

func (x *Artist) GetGenre() []string

func (*Artist) GetGid

func (x *Artist) GetGid() []byte

func (*Artist) GetIsPortraitAlbumCover

func (x *Artist) GetIsPortraitAlbumCover() bool

func (*Artist) GetName

func (x *Artist) GetName() string

func (*Artist) GetPopularity

func (x *Artist) GetPopularity() int32

func (*Artist) GetPortrait

func (x *Artist) GetPortrait() []*Image

func (*Artist) GetPortraitGroup

func (x *Artist) GetPortraitGroup() *ImageGroup

func (*Artist) GetRelated

func (x *Artist) GetRelated() []*Artist

func (*Artist) GetRestriction

func (x *Artist) GetRestriction() []*Restriction

func (*Artist) GetSingleGroup

func (x *Artist) GetSingleGroup() []*AlbumGroup

func (*Artist) GetTopTrack

func (x *Artist) GetTopTrack() []*TopTracks

func (*Artist) ProtoMessage

func (*Artist) ProtoMessage()

func (*Artist) ProtoReflect

func (x *Artist) ProtoReflect() protoreflect.Message

func (*Artist) Reset

func (x *Artist) Reset()

func (*Artist) String

func (x *Artist) String() string

type AudioFile

type AudioFile struct {
	FileId []byte            `protobuf:"bytes,1,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
	Format *AudioFile_Format `protobuf:"varint,2,opt,name=format,enum=pb.AudioFile_Format" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioFile) Descriptor deprecated

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

Deprecated: Use AudioFile.ProtoReflect.Descriptor instead.

func (*AudioFile) GetFileId

func (x *AudioFile) GetFileId() []byte

func (*AudioFile) GetFormat

func (x *AudioFile) GetFormat() AudioFile_Format

func (*AudioFile) ProtoMessage

func (*AudioFile) ProtoMessage()

func (*AudioFile) ProtoReflect

func (x *AudioFile) ProtoReflect() protoreflect.Message

func (*AudioFile) Reset

func (x *AudioFile) Reset()

func (*AudioFile) String

func (x *AudioFile) String() string

type AudioFile_Format

type AudioFile_Format int32
const (
	AudioFile_OGG_VORBIS_96  AudioFile_Format = 0
	AudioFile_OGG_VORBIS_160 AudioFile_Format = 1
	AudioFile_OGG_VORBIS_320 AudioFile_Format = 2
	AudioFile_MP3_256        AudioFile_Format = 3
	AudioFile_MP3_320        AudioFile_Format = 4
	AudioFile_MP3_160        AudioFile_Format = 5
	AudioFile_MP3_96         AudioFile_Format = 6
	AudioFile_MP3_160_ENC    AudioFile_Format = 7
	// v4
	// AAC_24 = 0x8;
	// AAC_48 = 0x9;
	AudioFile_MP4_128_DUAL AudioFile_Format = 8
	AudioFile_OTHER3       AudioFile_Format = 9
	AudioFile_AAC_160      AudioFile_Format = 10
	AudioFile_AAC_320      AudioFile_Format = 11
	AudioFile_MP4_128      AudioFile_Format = 12
	AudioFile_OTHER5       AudioFile_Format = 13
)

func (AudioFile_Format) Descriptor

func (AudioFile_Format) Enum

func (AudioFile_Format) EnumDescriptor deprecated

func (AudioFile_Format) EnumDescriptor() ([]byte, []int)

Deprecated: Use AudioFile_Format.Descriptor instead.

func (AudioFile_Format) Number

func (AudioFile_Format) String

func (x AudioFile_Format) String() string

func (AudioFile_Format) Type

func (*AudioFile_Format) UnmarshalJSON deprecated

func (x *AudioFile_Format) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type AuthenticationType

type AuthenticationType int32
const (
	AuthenticationType_AUTHENTICATION_USER_PASS                   AuthenticationType = 0
	AuthenticationType_AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS  AuthenticationType = 1
	AuthenticationType_AUTHENTICATION_STORED_FACEBOOK_CREDENTIALS AuthenticationType = 2
	AuthenticationType_AUTHENTICATION_SPOTIFY_TOKEN               AuthenticationType = 3
	AuthenticationType_AUTHENTICATION_FACEBOOK_TOKEN              AuthenticationType = 4
)

func (AuthenticationType) Descriptor

func (AuthenticationType) Enum

func (AuthenticationType) EnumDescriptor deprecated

func (AuthenticationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuthenticationType.Descriptor instead.

func (AuthenticationType) Number

func (AuthenticationType) String

func (x AuthenticationType) String() string

func (AuthenticationType) Type

func (*AuthenticationType) UnmarshalJSON deprecated

func (x *AuthenticationType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Availability

type Availability struct {
	CatalogueStr []string `protobuf:"bytes,1,rep,name=catalogue_str,json=catalogueStr" json:"catalogue_str,omitempty"`
	Start        *Date    `protobuf:"bytes,2,opt,name=start" json:"start,omitempty"`
	// contains filtered or unexported fields
}

func (*Availability) Descriptor deprecated

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

Deprecated: Use Availability.ProtoReflect.Descriptor instead.

func (*Availability) GetCatalogueStr

func (x *Availability) GetCatalogueStr() []string

func (*Availability) GetStart

func (x *Availability) GetStart() *Date

func (*Availability) ProtoMessage

func (*Availability) ProtoMessage()

func (*Availability) ProtoReflect

func (x *Availability) ProtoReflect() protoreflect.Message

func (*Availability) Reset

func (x *Availability) Reset()

func (*Availability) String

func (x *Availability) String() string

type BannerConfig

type BannerConfig struct {
	Json *string `protobuf:"bytes,1,opt,name=json" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*BannerConfig) Descriptor deprecated

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

Deprecated: Use BannerConfig.ProtoReflect.Descriptor instead.

func (*BannerConfig) GetJson

func (x *BannerConfig) GetJson() string

func (*BannerConfig) ProtoMessage

func (*BannerConfig) ProtoMessage()

func (*BannerConfig) ProtoReflect

func (x *BannerConfig) ProtoReflect() protoreflect.Message

func (*BannerConfig) Reset

func (x *BannerConfig) Reset()

func (*BannerConfig) String

func (x *BannerConfig) String() string

type Biography

type Biography struct {
	Text          *string       `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	Portrait      []*Image      `protobuf:"bytes,2,rep,name=portrait" json:"portrait,omitempty"`
	PortraitGroup []*ImageGroup `protobuf:"bytes,3,rep,name=portrait_group,json=portraitGroup" json:"portrait_group,omitempty"`
	// contains filtered or unexported fields
}

func (*Biography) Descriptor deprecated

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

Deprecated: Use Biography.ProtoReflect.Descriptor instead.

func (*Biography) GetPortrait

func (x *Biography) GetPortrait() []*Image

func (*Biography) GetPortraitGroup

func (x *Biography) GetPortraitGroup() []*ImageGroup

func (*Biography) GetText

func (x *Biography) GetText() string

func (*Biography) ProtoMessage

func (*Biography) ProtoMessage()

func (*Biography) ProtoReflect

func (x *Biography) ProtoReflect() protoreflect.Message

func (*Biography) Reset

func (x *Biography) Reset()

func (*Biography) String

func (x *Biography) String() string

type Brand

type Brand int32
const (
	Brand_BRAND_UNBRANDED Brand = 0
	Brand_BRAND_INQ       Brand = 1
	Brand_BRAND_HTC       Brand = 2
	Brand_BRAND_NOKIA     Brand = 3
)

func (Brand) Descriptor

func (Brand) Descriptor() protoreflect.EnumDescriptor

func (Brand) Enum

func (x Brand) Enum() *Brand

func (Brand) EnumDescriptor deprecated

func (Brand) EnumDescriptor() ([]byte, []int)

Deprecated: Use Brand.Descriptor instead.

func (Brand) Number

func (x Brand) Number() protoreflect.EnumNumber

func (Brand) String

func (x Brand) String() string

func (Brand) Type

func (Brand) Type() protoreflect.EnumType

func (*Brand) UnmarshalJSON deprecated

func (x *Brand) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BuildInfo

type BuildInfo struct {
	Product      *Product       `protobuf:"varint,10,req,name=product,enum=pb.Product" json:"product,omitempty"`
	ProductFlags []ProductFlags `protobuf:"varint,20,rep,name=product_flags,json=productFlags,enum=pb.ProductFlags" json:"product_flags,omitempty"`
	Platform     *Platform      `protobuf:"varint,30,req,name=platform,enum=pb.Platform" json:"platform,omitempty"`
	Version      *uint64        `protobuf:"varint,40,req,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildInfo) Descriptor deprecated

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

Deprecated: Use BuildInfo.ProtoReflect.Descriptor instead.

func (*BuildInfo) GetPlatform

func (x *BuildInfo) GetPlatform() Platform

func (*BuildInfo) GetProduct

func (x *BuildInfo) GetProduct() Product

func (*BuildInfo) GetProductFlags

func (x *BuildInfo) GetProductFlags() []ProductFlags

func (*BuildInfo) GetVersion

func (x *BuildInfo) GetVersion() uint64

func (*BuildInfo) ProtoMessage

func (*BuildInfo) ProtoMessage()

func (*BuildInfo) ProtoReflect

func (x *BuildInfo) ProtoReflect() protoreflect.Message

func (*BuildInfo) Reset

func (x *BuildInfo) Reset()

func (*BuildInfo) String

func (x *BuildInfo) String() string

type Capability

type Capability struct {
	Typ         *CapabilityType `protobuf:"varint,1,opt,name=typ,enum=pb.CapabilityType" json:"typ,omitempty"`
	IntValue    []int64         `protobuf:"varint,2,rep,name=intValue" json:"intValue,omitempty"`
	StringValue []string        `protobuf:"bytes,3,rep,name=stringValue" json:"stringValue,omitempty"`
	// contains filtered or unexported fields
}

func (*Capability) Descriptor deprecated

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

Deprecated: Use Capability.ProtoReflect.Descriptor instead.

func (*Capability) GetIntValue

func (x *Capability) GetIntValue() []int64

func (*Capability) GetStringValue

func (x *Capability) GetStringValue() []string

func (*Capability) GetTyp

func (x *Capability) GetTyp() CapabilityType

func (*Capability) ProtoMessage

func (*Capability) ProtoMessage()

func (*Capability) ProtoReflect

func (x *Capability) ProtoReflect() protoreflect.Message

func (*Capability) Reset

func (x *Capability) Reset()

func (*Capability) String

func (x *Capability) String() string

type CapabilityType

type CapabilityType int32
const (
	CapabilityType_kSupportedContexts  CapabilityType = 1
	CapabilityType_kCanBePlayer        CapabilityType = 2
	CapabilityType_kRestrictToLocal    CapabilityType = 3
	CapabilityType_kDeviceType         CapabilityType = 4
	CapabilityType_kGaiaEqConnectId    CapabilityType = 5
	CapabilityType_kSupportsLogout     CapabilityType = 6
	CapabilityType_kIsObservable       CapabilityType = 7
	CapabilityType_kVolumeSteps        CapabilityType = 8
	CapabilityType_kSupportedTypes     CapabilityType = 9
	CapabilityType_kCommandAcks        CapabilityType = 10
	CapabilityType_kSupportsRename     CapabilityType = 11
	CapabilityType_kHidden             CapabilityType = 12
	CapabilityType_kSupportsPlaylistV2 CapabilityType = 13
	CapabilityType_kUnknown            CapabilityType = 14
)

func (CapabilityType) Descriptor

func (CapabilityType) Enum

func (x CapabilityType) Enum() *CapabilityType

func (CapabilityType) EnumDescriptor deprecated

func (CapabilityType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CapabilityType.Descriptor instead.

func (CapabilityType) Number

func (CapabilityType) String

func (x CapabilityType) String() string

func (CapabilityType) Type

func (*CapabilityType) UnmarshalJSON deprecated

func (x *CapabilityType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Category

type Category struct {
	Name          *string     `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Subcategories []*Category `protobuf:"bytes,2,rep,name=subcategories" json:"subcategories,omitempty"`
	// contains filtered or unexported fields
}

func (*Category) Descriptor deprecated

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

Deprecated: Use Category.ProtoReflect.Descriptor instead.

func (*Category) GetName

func (x *Category) GetName() string

func (*Category) GetSubcategories

func (x *Category) GetSubcategories() []*Category

func (*Category) ProtoMessage

func (*Category) ProtoMessage()

func (*Category) ProtoReflect

func (x *Category) ProtoReflect() protoreflect.Message

func (*Category) Reset

func (x *Category) Reset()

func (*Category) String

func (x *Category) String() string

type ChangeInfo

type ChangeInfo struct {
	User       *string `protobuf:"bytes,1,opt,name=user" json:"user,omitempty"`
	Timestamp  *int32  `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	Admin      *bool   `protobuf:"varint,3,opt,name=admin" json:"admin,omitempty"`
	Undo       *bool   `protobuf:"varint,4,opt,name=undo" json:"undo,omitempty"`
	Redo       *bool   `protobuf:"varint,5,opt,name=redo" json:"redo,omitempty"`
	Merge      *bool   `protobuf:"varint,6,opt,name=merge" json:"merge,omitempty"`
	Compressed *bool   `protobuf:"varint,7,opt,name=compressed" json:"compressed,omitempty"`
	Migration  *bool   `protobuf:"varint,8,opt,name=migration" json:"migration,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeInfo) Descriptor deprecated

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

Deprecated: Use ChangeInfo.ProtoReflect.Descriptor instead.

func (*ChangeInfo) GetAdmin

func (x *ChangeInfo) GetAdmin() bool

func (*ChangeInfo) GetCompressed

func (x *ChangeInfo) GetCompressed() bool

func (*ChangeInfo) GetMerge

func (x *ChangeInfo) GetMerge() bool

func (*ChangeInfo) GetMigration

func (x *ChangeInfo) GetMigration() bool

func (*ChangeInfo) GetRedo

func (x *ChangeInfo) GetRedo() bool

func (*ChangeInfo) GetTimestamp

func (x *ChangeInfo) GetTimestamp() int32

func (*ChangeInfo) GetUndo

func (x *ChangeInfo) GetUndo() bool

func (*ChangeInfo) GetUser

func (x *ChangeInfo) GetUser() string

func (*ChangeInfo) ProtoMessage

func (*ChangeInfo) ProtoMessage()

func (*ChangeInfo) ProtoReflect

func (x *ChangeInfo) ProtoReflect() protoreflect.Message

func (*ChangeInfo) Reset

func (x *ChangeInfo) Reset()

func (*ChangeInfo) String

func (x *ChangeInfo) String() string

type ChangeSet

type ChangeSet struct {
	Kind  *ChangeSet_Kind `protobuf:"varint,1,opt,name=kind,enum=pb.ChangeSet_Kind" json:"kind,omitempty"`
	Delta *Delta          `protobuf:"bytes,2,opt,name=delta" json:"delta,omitempty"`
	Merge *Merge          `protobuf:"bytes,3,opt,name=merge" json:"merge,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeSet) Descriptor deprecated

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

Deprecated: Use ChangeSet.ProtoReflect.Descriptor instead.

func (*ChangeSet) GetDelta

func (x *ChangeSet) GetDelta() *Delta

func (*ChangeSet) GetKind

func (x *ChangeSet) GetKind() ChangeSet_Kind

func (*ChangeSet) GetMerge

func (x *ChangeSet) GetMerge() *Merge

func (*ChangeSet) ProtoMessage

func (*ChangeSet) ProtoMessage()

func (*ChangeSet) ProtoReflect

func (x *ChangeSet) ProtoReflect() protoreflect.Message

func (*ChangeSet) Reset

func (x *ChangeSet) Reset()

func (*ChangeSet) String

func (x *ChangeSet) String() string

type ChangeSet_Kind

type ChangeSet_Kind int32
const (
	ChangeSet_KIND_UNKNOWN ChangeSet_Kind = 0
	ChangeSet_DELTA        ChangeSet_Kind = 2
	ChangeSet_MERGE        ChangeSet_Kind = 3
)

func (ChangeSet_Kind) Descriptor

func (ChangeSet_Kind) Enum

func (x ChangeSet_Kind) Enum() *ChangeSet_Kind

func (ChangeSet_Kind) EnumDescriptor deprecated

func (ChangeSet_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChangeSet_Kind.Descriptor instead.

func (ChangeSet_Kind) Number

func (ChangeSet_Kind) String

func (x ChangeSet_Kind) String() string

func (ChangeSet_Kind) Type

func (*ChangeSet_Kind) UnmarshalJSON deprecated

func (x *ChangeSet_Kind) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ClientHello

type ClientHello struct {
	BuildInfo             *BuildInfo             `protobuf:"bytes,10,req,name=build_info,json=buildInfo" json:"build_info,omitempty"`
	FingerprintsSupported []Fingerprint          `` /* 139-byte string literal not displayed */
	CryptosuitesSupported []Cryptosuite          `` /* 139-byte string literal not displayed */
	PowschemesSupported   []Powscheme            `` /* 131-byte string literal not displayed */
	LoginCryptoHello      *LoginCryptoHelloUnion `protobuf:"bytes,50,req,name=login_crypto_hello,json=loginCryptoHello" json:"login_crypto_hello,omitempty"`
	ClientNonce           []byte                 `protobuf:"bytes,60,req,name=client_nonce,json=clientNonce" json:"client_nonce,omitempty"`
	Padding               []byte                 `protobuf:"bytes,70,opt,name=padding" json:"padding,omitempty"`
	FeatureSet            *FeatureSet            `protobuf:"bytes,80,opt,name=feature_set,json=featureSet" json:"feature_set,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientHello) Descriptor deprecated

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

Deprecated: Use ClientHello.ProtoReflect.Descriptor instead.

func (*ClientHello) GetBuildInfo

func (x *ClientHello) GetBuildInfo() *BuildInfo

func (*ClientHello) GetClientNonce

func (x *ClientHello) GetClientNonce() []byte

func (*ClientHello) GetCryptosuitesSupported

func (x *ClientHello) GetCryptosuitesSupported() []Cryptosuite

func (*ClientHello) GetFeatureSet

func (x *ClientHello) GetFeatureSet() *FeatureSet

func (*ClientHello) GetFingerprintsSupported

func (x *ClientHello) GetFingerprintsSupported() []Fingerprint

func (*ClientHello) GetLoginCryptoHello

func (x *ClientHello) GetLoginCryptoHello() *LoginCryptoHelloUnion

func (*ClientHello) GetPadding

func (x *ClientHello) GetPadding() []byte

func (*ClientHello) GetPowschemesSupported

func (x *ClientHello) GetPowschemesSupported() []Powscheme

func (*ClientHello) ProtoMessage

func (*ClientHello) ProtoMessage()

func (*ClientHello) ProtoReflect

func (x *ClientHello) ProtoReflect() protoreflect.Message

func (*ClientHello) Reset

func (x *ClientHello) Reset()

func (*ClientHello) String

func (x *ClientHello) String() string

type ClientInfo

type ClientInfo struct {
	Limited  *bool               `protobuf:"varint,1,opt,name=limited" json:"limited,omitempty"`
	Fb       *ClientInfoFacebook `protobuf:"bytes,2,opt,name=fb" json:"fb,omitempty"`
	Language *string             `protobuf:"bytes,3,opt,name=language" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientInfo) Descriptor deprecated

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

Deprecated: Use ClientInfo.ProtoReflect.Descriptor instead.

func (*ClientInfo) GetFb

func (x *ClientInfo) GetFb() *ClientInfoFacebook

func (*ClientInfo) GetLanguage

func (x *ClientInfo) GetLanguage() string

func (*ClientInfo) GetLimited

func (x *ClientInfo) GetLimited() bool

func (*ClientInfo) ProtoMessage

func (*ClientInfo) ProtoMessage()

func (*ClientInfo) ProtoReflect

func (x *ClientInfo) ProtoReflect() protoreflect.Message

func (*ClientInfo) Reset

func (x *ClientInfo) Reset()

func (*ClientInfo) String

func (x *ClientInfo) String() string

type ClientInfoFacebook

type ClientInfoFacebook struct {
	MachineId *string `protobuf:"bytes,1,opt,name=machine_id,json=machineId" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientInfoFacebook) Descriptor deprecated

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

Deprecated: Use ClientInfoFacebook.ProtoReflect.Descriptor instead.

func (*ClientInfoFacebook) GetMachineId

func (x *ClientInfoFacebook) GetMachineId() string

func (*ClientInfoFacebook) ProtoMessage

func (*ClientInfoFacebook) ProtoMessage()

func (*ClientInfoFacebook) ProtoReflect

func (x *ClientInfoFacebook) ProtoReflect() protoreflect.Message

func (*ClientInfoFacebook) Reset

func (x *ClientInfoFacebook) Reset()

func (*ClientInfoFacebook) String

func (x *ClientInfoFacebook) String() string

type ClientIssue

type ClientIssue struct {
	Level       *ClientIssue_Level `protobuf:"varint,1,opt,name=level,enum=pb.ClientIssue_Level" json:"level,omitempty"`
	Code        *ClientIssue_Code  `protobuf:"varint,2,opt,name=code,enum=pb.ClientIssue_Code" json:"code,omitempty"`
	RepeatCount *int32             `protobuf:"varint,3,opt,name=repeatCount" json:"repeatCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientIssue) Descriptor deprecated

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

Deprecated: Use ClientIssue.ProtoReflect.Descriptor instead.

func (*ClientIssue) GetCode

func (x *ClientIssue) GetCode() ClientIssue_Code

func (*ClientIssue) GetLevel

func (x *ClientIssue) GetLevel() ClientIssue_Level

func (*ClientIssue) GetRepeatCount

func (x *ClientIssue) GetRepeatCount() int32

func (*ClientIssue) ProtoMessage

func (*ClientIssue) ProtoMessage()

func (*ClientIssue) ProtoReflect

func (x *ClientIssue) ProtoReflect() protoreflect.Message

func (*ClientIssue) Reset

func (x *ClientIssue) Reset()

func (*ClientIssue) String

func (x *ClientIssue) String() string

type ClientIssue_Code

type ClientIssue_Code int32
const (
	ClientIssue_CODE_UNKNOWN             ClientIssue_Code = 0
	ClientIssue_CODE_INDEX_OUT_OF_BOUNDS ClientIssue_Code = 1
	ClientIssue_CODE_VERSION_MISMATCH    ClientIssue_Code = 2
	ClientIssue_CODE_CACHED_CHANGE       ClientIssue_Code = 3
	ClientIssue_CODE_OFFLINE_CHANGE      ClientIssue_Code = 4
	ClientIssue_CODE_CONCURRENT_CHANGE   ClientIssue_Code = 5
)

func (ClientIssue_Code) Descriptor

func (ClientIssue_Code) Enum

func (ClientIssue_Code) EnumDescriptor deprecated

func (ClientIssue_Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientIssue_Code.Descriptor instead.

func (ClientIssue_Code) Number

func (ClientIssue_Code) String

func (x ClientIssue_Code) String() string

func (ClientIssue_Code) Type

func (*ClientIssue_Code) UnmarshalJSON deprecated

func (x *ClientIssue_Code) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ClientIssue_Level

type ClientIssue_Level int32
const (
	ClientIssue_LEVEL_UNKNOWN ClientIssue_Level = 0
	ClientIssue_LEVEL_DEBUG   ClientIssue_Level = 1
	ClientIssue_LEVEL_INFO    ClientIssue_Level = 2
	ClientIssue_LEVEL_NOTICE  ClientIssue_Level = 3
	ClientIssue_LEVEL_WARNING ClientIssue_Level = 4
	ClientIssue_LEVEL_ERROR   ClientIssue_Level = 5
)

func (ClientIssue_Level) Descriptor

func (ClientIssue_Level) Enum

func (ClientIssue_Level) EnumDescriptor deprecated

func (ClientIssue_Level) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientIssue_Level.Descriptor instead.

func (ClientIssue_Level) Number

func (ClientIssue_Level) String

func (x ClientIssue_Level) String() string

func (ClientIssue_Level) Type

func (*ClientIssue_Level) UnmarshalJSON deprecated

func (x *ClientIssue_Level) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ClientResolveAction

type ClientResolveAction struct {
	Code      *ClientResolveAction_Code      `protobuf:"varint,1,opt,name=code,enum=pb.ClientResolveAction_Code" json:"code,omitempty"`
	Initiator *ClientResolveAction_Initiator `protobuf:"varint,2,opt,name=initiator,enum=pb.ClientResolveAction_Initiator" json:"initiator,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientResolveAction) Descriptor deprecated

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

Deprecated: Use ClientResolveAction.ProtoReflect.Descriptor instead.

func (*ClientResolveAction) GetCode

func (*ClientResolveAction) GetInitiator

func (*ClientResolveAction) ProtoMessage

func (*ClientResolveAction) ProtoMessage()

func (*ClientResolveAction) ProtoReflect

func (x *ClientResolveAction) ProtoReflect() protoreflect.Message

func (*ClientResolveAction) Reset

func (x *ClientResolveAction) Reset()

func (*ClientResolveAction) String

func (x *ClientResolveAction) String() string

type ClientResolveAction_Code

type ClientResolveAction_Code int32
const (
	ClientResolveAction_CODE_UNKNOWN               ClientResolveAction_Code = 0
	ClientResolveAction_CODE_NO_ACTION             ClientResolveAction_Code = 1
	ClientResolveAction_CODE_RETRY                 ClientResolveAction_Code = 2
	ClientResolveAction_CODE_RELOAD                ClientResolveAction_Code = 3
	ClientResolveAction_CODE_DISCARD_LOCAL_CHANGES ClientResolveAction_Code = 4
	ClientResolveAction_CODE_SEND_DUMP             ClientResolveAction_Code = 5
	ClientResolveAction_CODE_DISPLAY_ERROR_MESSAGE ClientResolveAction_Code = 6
)

func (ClientResolveAction_Code) Descriptor

func (ClientResolveAction_Code) Enum

func (ClientResolveAction_Code) EnumDescriptor deprecated

func (ClientResolveAction_Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientResolveAction_Code.Descriptor instead.

func (ClientResolveAction_Code) Number

func (ClientResolveAction_Code) String

func (x ClientResolveAction_Code) String() string

func (ClientResolveAction_Code) Type

func (*ClientResolveAction_Code) UnmarshalJSON deprecated

func (x *ClientResolveAction_Code) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ClientResolveAction_Initiator

type ClientResolveAction_Initiator int32
const (
	ClientResolveAction_INITIATOR_UNKNOWN ClientResolveAction_Initiator = 0
	ClientResolveAction_INITIATOR_SERVER  ClientResolveAction_Initiator = 1
	ClientResolveAction_INITIATOR_CLIENT  ClientResolveAction_Initiator = 2
)

func (ClientResolveAction_Initiator) Descriptor

func (ClientResolveAction_Initiator) Enum

func (ClientResolveAction_Initiator) EnumDescriptor deprecated

func (ClientResolveAction_Initiator) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientResolveAction_Initiator.Descriptor instead.

func (ClientResolveAction_Initiator) Number

func (ClientResolveAction_Initiator) String

func (ClientResolveAction_Initiator) Type

func (*ClientResolveAction_Initiator) UnmarshalJSON deprecated

func (x *ClientResolveAction_Initiator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ClientResponseEncrypted

type ClientResponseEncrypted struct {
	LoginCredentials    *LoginCredentials         `protobuf:"bytes,10,req,name=login_credentials,json=loginCredentials" json:"login_credentials,omitempty"`
	AccountCreation     *AccountCreation          `protobuf:"varint,20,opt,name=account_creation,json=accountCreation,enum=pb.AccountCreation" json:"account_creation,omitempty"`
	FingerprintResponse *FingerprintResponseUnion `protobuf:"bytes,30,opt,name=fingerprint_response,json=fingerprintResponse" json:"fingerprint_response,omitempty"`
	PeerTicket          *PeerTicketUnion          `protobuf:"bytes,40,opt,name=peer_ticket,json=peerTicket" json:"peer_ticket,omitempty"`
	SystemInfo          *SystemInfo               `protobuf:"bytes,50,req,name=system_info,json=systemInfo" json:"system_info,omitempty"`
	PlatformModel       *string                   `protobuf:"bytes,60,opt,name=platform_model,json=platformModel" json:"platform_model,omitempty"`
	VersionString       *string                   `protobuf:"bytes,70,opt,name=version_string,json=versionString" json:"version_string,omitempty"`
	Appkey              *LibspotifyAppKey         `protobuf:"bytes,80,opt,name=appkey" json:"appkey,omitempty"`
	ClientInfo          *ClientInfo               `protobuf:"bytes,90,opt,name=client_info,json=clientInfo" json:"client_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientResponseEncrypted) Descriptor deprecated

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

Deprecated: Use ClientResponseEncrypted.ProtoReflect.Descriptor instead.

func (*ClientResponseEncrypted) GetAccountCreation

func (x *ClientResponseEncrypted) GetAccountCreation() AccountCreation

func (*ClientResponseEncrypted) GetAppkey

func (x *ClientResponseEncrypted) GetAppkey() *LibspotifyAppKey

func (*ClientResponseEncrypted) GetClientInfo

func (x *ClientResponseEncrypted) GetClientInfo() *ClientInfo

func (*ClientResponseEncrypted) GetFingerprintResponse

func (x *ClientResponseEncrypted) GetFingerprintResponse() *FingerprintResponseUnion

func (*ClientResponseEncrypted) GetLoginCredentials

func (x *ClientResponseEncrypted) GetLoginCredentials() *LoginCredentials

func (*ClientResponseEncrypted) GetPeerTicket

func (x *ClientResponseEncrypted) GetPeerTicket() *PeerTicketUnion

func (*ClientResponseEncrypted) GetPlatformModel

func (x *ClientResponseEncrypted) GetPlatformModel() string

func (*ClientResponseEncrypted) GetSystemInfo

func (x *ClientResponseEncrypted) GetSystemInfo() *SystemInfo

func (*ClientResponseEncrypted) GetVersionString

func (x *ClientResponseEncrypted) GetVersionString() string

func (*ClientResponseEncrypted) ProtoMessage

func (*ClientResponseEncrypted) ProtoMessage()

func (*ClientResponseEncrypted) ProtoReflect

func (x *ClientResponseEncrypted) ProtoReflect() protoreflect.Message

func (*ClientResponseEncrypted) Reset

func (x *ClientResponseEncrypted) Reset()

func (*ClientResponseEncrypted) String

func (x *ClientResponseEncrypted) String() string

type ClientResponsePlaintext

type ClientResponsePlaintext struct {
	LoginCryptoResponse *LoginCryptoResponseUnion `protobuf:"bytes,10,req,name=login_crypto_response,json=loginCryptoResponse" json:"login_crypto_response,omitempty"`
	PowResponse         *PoWResponseUnion         `protobuf:"bytes,20,req,name=pow_response,json=powResponse" json:"pow_response,omitempty"`
	CryptoResponse      *CryptoResponseUnion      `protobuf:"bytes,30,req,name=crypto_response,json=cryptoResponse" json:"crypto_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientResponsePlaintext) Descriptor deprecated

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

Deprecated: Use ClientResponsePlaintext.ProtoReflect.Descriptor instead.

func (*ClientResponsePlaintext) GetCryptoResponse

func (x *ClientResponsePlaintext) GetCryptoResponse() *CryptoResponseUnion

func (*ClientResponsePlaintext) GetLoginCryptoResponse

func (x *ClientResponsePlaintext) GetLoginCryptoResponse() *LoginCryptoResponseUnion

func (*ClientResponsePlaintext) GetPowResponse

func (x *ClientResponsePlaintext) GetPowResponse() *PoWResponseUnion

func (*ClientResponsePlaintext) ProtoMessage

func (*ClientResponsePlaintext) ProtoMessage()

func (*ClientResponsePlaintext) ProtoReflect

func (x *ClientResponsePlaintext) ProtoReflect() protoreflect.Message

func (*ClientResponsePlaintext) Reset

func (x *ClientResponsePlaintext) Reset()

func (*ClientResponsePlaintext) String

func (x *ClientResponsePlaintext) String() string

type ContentRange

type ContentRange struct {
	Pos    *int32 `protobuf:"varint,1,opt,name=pos" json:"pos,omitempty"`
	Length *int32 `protobuf:"varint,2,opt,name=length" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentRange) Descriptor deprecated

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

Deprecated: Use ContentRange.ProtoReflect.Descriptor instead.

func (*ContentRange) GetLength

func (x *ContentRange) GetLength() int32

func (*ContentRange) GetPos

func (x *ContentRange) GetPos() int32

func (*ContentRange) ProtoMessage

func (*ContentRange) ProtoMessage()

func (*ContentRange) ProtoReflect

func (x *ContentRange) ProtoReflect() protoreflect.Message

func (*ContentRange) Reset

func (x *ContentRange) Reset()

func (*ContentRange) String

func (x *ContentRange) String() string
type Copyright struct {
	Typ  *Copyright_Type `protobuf:"varint,1,opt,name=typ,enum=pb.Copyright_Type" json:"typ,omitempty"`
	Text *string         `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*Copyright) Descriptor deprecated

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

Deprecated: Use Copyright.ProtoReflect.Descriptor instead.

func (*Copyright) GetText

func (x *Copyright) GetText() string

func (*Copyright) GetTyp

func (x *Copyright) GetTyp() Copyright_Type

func (*Copyright) ProtoMessage

func (*Copyright) ProtoMessage()

func (*Copyright) ProtoReflect

func (x *Copyright) ProtoReflect() protoreflect.Message

func (*Copyright) Reset

func (x *Copyright) Reset()

func (*Copyright) String

func (x *Copyright) String() string
type Copyright_Type int32
const (
	Copyright_P Copyright_Type = 0
	Copyright_C Copyright_Type = 1
)
func (x Copyright_Type) Enum() *Copyright_Type
func (Copyright_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Copyright_Type.Descriptor instead.

func (x Copyright_Type) String() string
func (x *Copyright_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CpuFamily

type CpuFamily int32
const (
	CpuFamily_CPU_UNKNOWN  CpuFamily = 0
	CpuFamily_CPU_X86      CpuFamily = 1
	CpuFamily_CPU_X86_64   CpuFamily = 2
	CpuFamily_CPU_PPC      CpuFamily = 3
	CpuFamily_CPU_PPC_64   CpuFamily = 4
	CpuFamily_CPU_ARM      CpuFamily = 5
	CpuFamily_CPU_IA64     CpuFamily = 6
	CpuFamily_CPU_SH       CpuFamily = 7
	CpuFamily_CPU_MIPS     CpuFamily = 8
	CpuFamily_CPU_BLACKFIN CpuFamily = 9
)

func (CpuFamily) Descriptor

func (CpuFamily) Descriptor() protoreflect.EnumDescriptor

func (CpuFamily) Enum

func (x CpuFamily) Enum() *CpuFamily

func (CpuFamily) EnumDescriptor deprecated

func (CpuFamily) EnumDescriptor() ([]byte, []int)

Deprecated: Use CpuFamily.Descriptor instead.

func (CpuFamily) Number

func (x CpuFamily) Number() protoreflect.EnumNumber

func (CpuFamily) String

func (x CpuFamily) String() string

func (CpuFamily) Type

func (*CpuFamily) UnmarshalJSON deprecated

func (x *CpuFamily) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CryptoChallengeUnion

type CryptoChallengeUnion struct {
	Shannon     *CryptoShannonChallenge     `protobuf:"bytes,10,opt,name=shannon" json:"shannon,omitempty"`
	Rc4Sha1Hmac *CryptoRc4Sha1HmacChallenge `protobuf:"bytes,20,opt,name=rc4_sha1_hmac,json=rc4Sha1Hmac" json:"rc4_sha1_hmac,omitempty"`
	// contains filtered or unexported fields
}

func (*CryptoChallengeUnion) Descriptor deprecated

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

Deprecated: Use CryptoChallengeUnion.ProtoReflect.Descriptor instead.

func (*CryptoChallengeUnion) GetRc4Sha1Hmac

func (x *CryptoChallengeUnion) GetRc4Sha1Hmac() *CryptoRc4Sha1HmacChallenge

func (*CryptoChallengeUnion) GetShannon

func (*CryptoChallengeUnion) ProtoMessage

func (*CryptoChallengeUnion) ProtoMessage()

func (*CryptoChallengeUnion) ProtoReflect

func (x *CryptoChallengeUnion) ProtoReflect() protoreflect.Message

func (*CryptoChallengeUnion) Reset

func (x *CryptoChallengeUnion) Reset()

func (*CryptoChallengeUnion) String

func (x *CryptoChallengeUnion) String() string

type CryptoRc4Sha1HmacChallenge

type CryptoRc4Sha1HmacChallenge struct {
	// contains filtered or unexported fields
}

func (*CryptoRc4Sha1HmacChallenge) Descriptor deprecated

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

Deprecated: Use CryptoRc4Sha1HmacChallenge.ProtoReflect.Descriptor instead.

func (*CryptoRc4Sha1HmacChallenge) ProtoMessage

func (*CryptoRc4Sha1HmacChallenge) ProtoMessage()

func (*CryptoRc4Sha1HmacChallenge) ProtoReflect

func (*CryptoRc4Sha1HmacChallenge) Reset

func (x *CryptoRc4Sha1HmacChallenge) Reset()

func (*CryptoRc4Sha1HmacChallenge) String

func (x *CryptoRc4Sha1HmacChallenge) String() string

type CryptoRc4Sha1HmacResponse

type CryptoRc4Sha1HmacResponse struct {
	Dummy *int32 `protobuf:"varint,1,opt,name=dummy" json:"dummy,omitempty"`
	// contains filtered or unexported fields
}

func (*CryptoRc4Sha1HmacResponse) Descriptor deprecated

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

Deprecated: Use CryptoRc4Sha1HmacResponse.ProtoReflect.Descriptor instead.

func (*CryptoRc4Sha1HmacResponse) GetDummy

func (x *CryptoRc4Sha1HmacResponse) GetDummy() int32

func (*CryptoRc4Sha1HmacResponse) ProtoMessage

func (*CryptoRc4Sha1HmacResponse) ProtoMessage()

func (*CryptoRc4Sha1HmacResponse) ProtoReflect

func (*CryptoRc4Sha1HmacResponse) Reset

func (x *CryptoRc4Sha1HmacResponse) Reset()

func (*CryptoRc4Sha1HmacResponse) String

func (x *CryptoRc4Sha1HmacResponse) String() string

type CryptoResponseUnion

type CryptoResponseUnion struct {
	Shannon     *CryptoShannonResponse     `protobuf:"bytes,10,opt,name=shannon" json:"shannon,omitempty"`
	Rc4Sha1Hmac *CryptoRc4Sha1HmacResponse `protobuf:"bytes,20,opt,name=rc4_sha1_hmac,json=rc4Sha1Hmac" json:"rc4_sha1_hmac,omitempty"`
	// contains filtered or unexported fields
}

func (*CryptoResponseUnion) Descriptor deprecated

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

Deprecated: Use CryptoResponseUnion.ProtoReflect.Descriptor instead.

func (*CryptoResponseUnion) GetRc4Sha1Hmac

func (x *CryptoResponseUnion) GetRc4Sha1Hmac() *CryptoRc4Sha1HmacResponse

func (*CryptoResponseUnion) GetShannon

func (x *CryptoResponseUnion) GetShannon() *CryptoShannonResponse

func (*CryptoResponseUnion) ProtoMessage

func (*CryptoResponseUnion) ProtoMessage()

func (*CryptoResponseUnion) ProtoReflect

func (x *CryptoResponseUnion) ProtoReflect() protoreflect.Message

func (*CryptoResponseUnion) Reset

func (x *CryptoResponseUnion) Reset()

func (*CryptoResponseUnion) String

func (x *CryptoResponseUnion) String() string

type CryptoShannonChallenge

type CryptoShannonChallenge struct {
	// contains filtered or unexported fields
}

func (*CryptoShannonChallenge) Descriptor deprecated

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

Deprecated: Use CryptoShannonChallenge.ProtoReflect.Descriptor instead.

func (*CryptoShannonChallenge) ProtoMessage

func (*CryptoShannonChallenge) ProtoMessage()

func (*CryptoShannonChallenge) ProtoReflect

func (x *CryptoShannonChallenge) ProtoReflect() protoreflect.Message

func (*CryptoShannonChallenge) Reset

func (x *CryptoShannonChallenge) Reset()

func (*CryptoShannonChallenge) String

func (x *CryptoShannonChallenge) String() string

type CryptoShannonResponse

type CryptoShannonResponse struct {
	Dummy *int32 `protobuf:"varint,1,opt,name=dummy" json:"dummy,omitempty"`
	// contains filtered or unexported fields
}

func (*CryptoShannonResponse) Descriptor deprecated

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

Deprecated: Use CryptoShannonResponse.ProtoReflect.Descriptor instead.

func (*CryptoShannonResponse) GetDummy

func (x *CryptoShannonResponse) GetDummy() int32

func (*CryptoShannonResponse) ProtoMessage

func (*CryptoShannonResponse) ProtoMessage()

func (*CryptoShannonResponse) ProtoReflect

func (x *CryptoShannonResponse) ProtoReflect() protoreflect.Message

func (*CryptoShannonResponse) Reset

func (x *CryptoShannonResponse) Reset()

func (*CryptoShannonResponse) String

func (x *CryptoShannonResponse) String() string

type Cryptosuite

type Cryptosuite int32
const (
	Cryptosuite_CRYPTO_SUITE_SHANNON       Cryptosuite = 0
	Cryptosuite_CRYPTO_SUITE_RC4_SHA1_HMAC Cryptosuite = 1
)

func (Cryptosuite) Descriptor

func (Cryptosuite) Enum

func (x Cryptosuite) Enum() *Cryptosuite

func (Cryptosuite) EnumDescriptor deprecated

func (Cryptosuite) EnumDescriptor() ([]byte, []int)

Deprecated: Use Cryptosuite.Descriptor instead.

func (Cryptosuite) Number

func (x Cryptosuite) Number() protoreflect.EnumNumber

func (Cryptosuite) String

func (x Cryptosuite) String() string

func (Cryptosuite) Type

func (*Cryptosuite) UnmarshalJSON deprecated

func (x *Cryptosuite) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Date

type Date struct {
	Year   *int32 `protobuf:"zigzag32,1,opt,name=year" json:"year,omitempty"`
	Month  *int32 `protobuf:"zigzag32,2,opt,name=month" json:"month,omitempty"`
	Day    *int32 `protobuf:"zigzag32,3,opt,name=day" json:"day,omitempty"`
	Hour   *int32 `protobuf:"zigzag32,4,opt,name=hour" json:"hour,omitempty"`
	Minute *int32 `protobuf:"zigzag32,5,opt,name=minute" json:"minute,omitempty"`
	// contains filtered or unexported fields
}

func (*Date) Descriptor deprecated

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

Deprecated: Use Date.ProtoReflect.Descriptor instead.

func (*Date) GetDay

func (x *Date) GetDay() int32

func (*Date) GetHour

func (x *Date) GetHour() int32

func (*Date) GetMinute

func (x *Date) GetMinute() int32

func (*Date) GetMonth

func (x *Date) GetMonth() int32

func (*Date) GetYear

func (x *Date) GetYear() int32

func (*Date) ProtoMessage

func (*Date) ProtoMessage()

func (*Date) ProtoReflect

func (x *Date) ProtoReflect() protoreflect.Message

func (*Date) Reset

func (x *Date) Reset()

func (*Date) String

func (x *Date) String() string

type DecorationData

type DecorationData struct {
	Username      *string `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	FullName      *string `protobuf:"bytes,2,opt,name=full_name,json=fullName" json:"full_name,omitempty"`
	ImageUrl      *string `protobuf:"bytes,3,opt,name=image_url,json=imageUrl" json:"image_url,omitempty"`
	LargeImageUrl *string `protobuf:"bytes,5,opt,name=large_image_url,json=largeImageUrl" json:"large_image_url,omitempty"`
	FirstName     *string `protobuf:"bytes,6,opt,name=first_name,json=firstName" json:"first_name,omitempty"`
	LastName      *string `protobuf:"bytes,7,opt,name=last_name,json=lastName" json:"last_name,omitempty"`
	FacebookUid   *string `protobuf:"bytes,8,opt,name=facebook_uid,json=facebookUid" json:"facebook_uid,omitempty"`
	// contains filtered or unexported fields
}

func (*DecorationData) Descriptor deprecated

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

Deprecated: Use DecorationData.ProtoReflect.Descriptor instead.

func (*DecorationData) GetFacebookUid

func (x *DecorationData) GetFacebookUid() string

func (*DecorationData) GetFirstName

func (x *DecorationData) GetFirstName() string

func (*DecorationData) GetFullName

func (x *DecorationData) GetFullName() string

func (*DecorationData) GetImageUrl

func (x *DecorationData) GetImageUrl() string

func (*DecorationData) GetLargeImageUrl

func (x *DecorationData) GetLargeImageUrl() string

func (*DecorationData) GetLastName

func (x *DecorationData) GetLastName() string

func (*DecorationData) GetUsername

func (x *DecorationData) GetUsername() string

func (*DecorationData) ProtoMessage

func (*DecorationData) ProtoMessage()

func (*DecorationData) ProtoReflect

func (x *DecorationData) ProtoReflect() protoreflect.Message

func (*DecorationData) Reset

func (x *DecorationData) Reset()

func (*DecorationData) String

func (x *DecorationData) String() string

type Delta

type Delta struct {
	BaseVersion []byte      `protobuf:"bytes,1,opt,name=base_version,json=baseVersion" json:"base_version,omitempty"`
	Ops         []*Op       `protobuf:"bytes,2,rep,name=ops" json:"ops,omitempty"`
	Info        *ChangeInfo `protobuf:"bytes,4,opt,name=info" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*Delta) Descriptor deprecated

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

Deprecated: Use Delta.ProtoReflect.Descriptor instead.

func (*Delta) GetBaseVersion

func (x *Delta) GetBaseVersion() []byte

func (*Delta) GetInfo

func (x *Delta) GetInfo() *ChangeInfo

func (*Delta) GetOps

func (x *Delta) GetOps() []*Op

func (*Delta) ProtoMessage

func (*Delta) ProtoMessage()

func (*Delta) ProtoReflect

func (x *Delta) ProtoReflect() protoreflect.Message

func (*Delta) Reset

func (x *Delta) Reset()

func (*Delta) String

func (x *Delta) String() string

type DeviceState

type DeviceState struct {
	SwVersion          *string       `protobuf:"bytes,1,opt,name=sw_version,json=swVersion" json:"sw_version,omitempty"`
	IsActive           *bool         `protobuf:"varint,10,opt,name=is_active,json=isActive" json:"is_active,omitempty"`
	CanPlay            *bool         `protobuf:"varint,11,opt,name=can_play,json=canPlay" json:"can_play,omitempty"`
	Volume             *uint32       `protobuf:"varint,12,opt,name=volume" json:"volume,omitempty"`
	Name               *string       `protobuf:"bytes,13,opt,name=name" json:"name,omitempty"`
	ErrorCode          *uint32       `protobuf:"varint,14,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	BecameActiveAt     *int64        `protobuf:"varint,15,opt,name=became_active_at,json=becameActiveAt" json:"became_active_at,omitempty"`
	ErrorMessage       *string       `protobuf:"bytes,16,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	Capabilities       []*Capability `protobuf:"bytes,17,rep,name=capabilities" json:"capabilities,omitempty"`
	ContextPlayerError *string       `protobuf:"bytes,20,opt,name=context_player_error,json=contextPlayerError" json:"context_player_error,omitempty"`
	Metadata           []*Metadata   `protobuf:"bytes,25,rep,name=metadata" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceState) Descriptor deprecated

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

Deprecated: Use DeviceState.ProtoReflect.Descriptor instead.

func (*DeviceState) GetBecameActiveAt

func (x *DeviceState) GetBecameActiveAt() int64

func (*DeviceState) GetCanPlay

func (x *DeviceState) GetCanPlay() bool

func (*DeviceState) GetCapabilities

func (x *DeviceState) GetCapabilities() []*Capability

func (*DeviceState) GetContextPlayerError

func (x *DeviceState) GetContextPlayerError() string

func (*DeviceState) GetErrorCode

func (x *DeviceState) GetErrorCode() uint32

func (*DeviceState) GetErrorMessage

func (x *DeviceState) GetErrorMessage() string

func (*DeviceState) GetIsActive

func (x *DeviceState) GetIsActive() bool

func (*DeviceState) GetMetadata

func (x *DeviceState) GetMetadata() []*Metadata

func (*DeviceState) GetName

func (x *DeviceState) GetName() string

func (*DeviceState) GetSwVersion

func (x *DeviceState) GetSwVersion() string

func (*DeviceState) GetVolume

func (x *DeviceState) GetVolume() uint32

func (*DeviceState) ProtoMessage

func (*DeviceState) ProtoMessage()

func (*DeviceState) ProtoReflect

func (x *DeviceState) ProtoReflect() protoreflect.Message

func (*DeviceState) Reset

func (x *DeviceState) Reset()

func (*DeviceState) String

func (x *DeviceState) String() string

type Diff

type Diff struct {
	FromRevision []byte `protobuf:"bytes,1,opt,name=from_revision,json=fromRevision" json:"from_revision,omitempty"`
	Ops          []*Op  `protobuf:"bytes,2,rep,name=ops" json:"ops,omitempty"`
	ToRevision   []byte `protobuf:"bytes,3,opt,name=to_revision,json=toRevision" json:"to_revision,omitempty"`
	// contains filtered or unexported fields
}

func (*Diff) Descriptor deprecated

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

Deprecated: Use Diff.ProtoReflect.Descriptor instead.

func (*Diff) GetFromRevision

func (x *Diff) GetFromRevision() []byte

func (*Diff) GetOps

func (x *Diff) GetOps() []*Op

func (*Diff) GetToRevision

func (x *Diff) GetToRevision() []byte

func (*Diff) ProtoMessage

func (*Diff) ProtoMessage()

func (*Diff) ProtoReflect

func (x *Diff) ProtoReflect() protoreflect.Message

func (*Diff) Reset

func (x *Diff) Reset()

func (*Diff) String

func (x *Diff) String() string

type Disc

type Disc struct {
	Number *int32   `protobuf:"zigzag32,1,opt,name=number" json:"number,omitempty"`
	Name   *string  `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Track  []*Track `protobuf:"bytes,3,rep,name=track" json:"track,omitempty"`
	// contains filtered or unexported fields
}

func (*Disc) Descriptor deprecated

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

Deprecated: Use Disc.ProtoReflect.Descriptor instead.

func (*Disc) GetName

func (x *Disc) GetName() string

func (*Disc) GetNumber

func (x *Disc) GetNumber() int32

func (*Disc) GetTrack

func (x *Disc) GetTrack() []*Track

func (*Disc) ProtoMessage

func (*Disc) ProtoMessage()

func (*Disc) ProtoReflect

func (x *Disc) ProtoReflect() protoreflect.Message

func (*Disc) Reset

func (x *Disc) Reset()

func (*Disc) String

func (x *Disc) String() string

type DownloadFormat

type DownloadFormat struct {
	Codec *DownloadFormat_Codec `protobuf:"varint,1,opt,name=codec,enum=pb.DownloadFormat_Codec" json:"codec,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadFormat) Descriptor deprecated

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

Deprecated: Use DownloadFormat.ProtoReflect.Descriptor instead.

func (*DownloadFormat) GetCodec

func (x *DownloadFormat) GetCodec() DownloadFormat_Codec

func (*DownloadFormat) ProtoMessage

func (*DownloadFormat) ProtoMessage()

func (*DownloadFormat) ProtoReflect

func (x *DownloadFormat) ProtoReflect() protoreflect.Message

func (*DownloadFormat) Reset

func (x *DownloadFormat) Reset()

func (*DownloadFormat) String

func (x *DownloadFormat) String() string

type DownloadFormat_Codec

type DownloadFormat_Codec int32
const (
	DownloadFormat_CODEC_UNKNOWN  DownloadFormat_Codec = 0
	DownloadFormat_OGG_VORBIS     DownloadFormat_Codec = 1
	DownloadFormat_FLAC           DownloadFormat_Codec = 2
	DownloadFormat_MPEG_1_LAYER_3 DownloadFormat_Codec = 3
)

func (DownloadFormat_Codec) Descriptor

func (DownloadFormat_Codec) Enum

func (DownloadFormat_Codec) EnumDescriptor deprecated

func (DownloadFormat_Codec) EnumDescriptor() ([]byte, []int)

Deprecated: Use DownloadFormat_Codec.Descriptor instead.

func (DownloadFormat_Codec) Number

func (DownloadFormat_Codec) String

func (x DownloadFormat_Codec) String() string

func (DownloadFormat_Codec) Type

func (*DownloadFormat_Codec) UnmarshalJSON deprecated

func (x *DownloadFormat_Codec) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type End

type End struct {
	SecondsPlayed *int32 `protobuf:"varint,1,opt,name=seconds_played,json=secondsPlayed" json:"seconds_played,omitempty"`
	EndTime       *int64 `protobuf:"varint,2,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*End) Descriptor deprecated

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

Deprecated: Use End.ProtoReflect.Descriptor instead.

func (*End) GetEndTime

func (x *End) GetEndTime() int64

func (*End) GetSecondsPlayed

func (x *End) GetSecondsPlayed() int32

func (*End) ProtoMessage

func (*End) ProtoMessage()

func (*End) ProtoReflect

func (x *End) ProtoReflect() protoreflect.Message

func (*End) Reset

func (x *End) Reset()

func (*End) String

func (x *End) String() string

type Episode

type Episode struct {
	Gid                  []byte         `protobuf:"bytes,1,opt,name=gid" json:"gid,omitempty"`
	Name                 *string        `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Duration             *int32         `protobuf:"zigzag32,7,opt,name=duration" json:"duration,omitempty"`
	Popularity           *int32         `protobuf:"zigzag32,8,opt,name=popularity" json:"popularity,omitempty"`
	File                 []*AudioFile   `protobuf:"bytes,12,rep,name=file" json:"file,omitempty"`
	Description          *string        `protobuf:"bytes,64,opt,name=description" json:"description,omitempty"`
	Number               *int32         `protobuf:"zigzag32,65,opt,name=number" json:"number,omitempty"`
	PublishTime          *Date          `protobuf:"bytes,66,opt,name=publish_time,json=publishTime" json:"publish_time,omitempty"`
	DeprecatedPopularity *int32         `protobuf:"zigzag32,67,opt,name=deprecated_popularity,json=deprecatedPopularity" json:"deprecated_popularity,omitempty"`
	Covers               *ImageGroup    `protobuf:"bytes,68,opt,name=covers" json:"covers,omitempty"`
	Language             *string        `protobuf:"bytes,69,opt,name=language" json:"language,omitempty"`
	Explicit             *bool          `protobuf:"varint,70,opt,name=explicit" json:"explicit,omitempty"`
	Show                 *Show          `protobuf:"bytes,71,opt,name=show" json:"show,omitempty"`
	Video                []*VideoFile   `protobuf:"bytes,72,rep,name=video" json:"video,omitempty"`
	VideoPreview         []*VideoFile   `protobuf:"bytes,73,rep,name=video_preview,json=videoPreview" json:"video_preview,omitempty"`
	AudioPreview         []*AudioFile   `protobuf:"bytes,74,rep,name=audio_preview,json=audioPreview" json:"audio_preview,omitempty"`
	Restriction          []*Restriction `protobuf:"bytes,75,rep,name=restriction" json:"restriction,omitempty"`
	FreezeFrame          *ImageGroup    `protobuf:"bytes,76,opt,name=freeze_frame,json=freezeFrame" json:"freeze_frame,omitempty"`
	Keyword              []string       `protobuf:"bytes,77,rep,name=keyword" json:"keyword,omitempty"`
	// Order of these two flags might be wrong!
	SuppressMonetization           *bool           `protobuf:"varint,78,opt,name=suppress_monetization,json=suppressMonetization" json:"suppress_monetization,omitempty"`
	InterpretRestrictionUsingGeoip *bool           `` /* 150-byte string literal not displayed */
	AllowBackgroundPlayback        *bool           `` /* 127-byte string literal not displayed */
	Availability                   []*Availability `protobuf:"bytes,82,rep,name=availability" json:"availability,omitempty"`
	ExternalUrl                    *string         `protobuf:"bytes,83,opt,name=external_url,json=externalUrl" json:"external_url,omitempty"`
	OriginalAudio                  *OriginalAudio  `protobuf:"bytes,84,opt,name=original_audio,json=originalAudio" json:"original_audio,omitempty"`
	// contains filtered or unexported fields
}

func (*Episode) Descriptor deprecated

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

Deprecated: Use Episode.ProtoReflect.Descriptor instead.

func (*Episode) GetAllowBackgroundPlayback

func (x *Episode) GetAllowBackgroundPlayback() bool

func (*Episode) GetAudioPreview

func (x *Episode) GetAudioPreview() []*AudioFile

func (*Episode) GetAvailability

func (x *Episode) GetAvailability() []*Availability

func (*Episode) GetCovers

func (x *Episode) GetCovers() *ImageGroup

func (*Episode) GetDeprecatedPopularity

func (x *Episode) GetDeprecatedPopularity() int32

func (*Episode) GetDescription

func (x *Episode) GetDescription() string

func (*Episode) GetDuration

func (x *Episode) GetDuration() int32

func (*Episode) GetExplicit

func (x *Episode) GetExplicit() bool

func (*Episode) GetExternalUrl

func (x *Episode) GetExternalUrl() string

func (*Episode) GetFile

func (x *Episode) GetFile() []*AudioFile

func (*Episode) GetFreezeFrame

func (x *Episode) GetFreezeFrame() *ImageGroup

func (*Episode) GetGid

func (x *Episode) GetGid() []byte

func (*Episode) GetInterpretRestrictionUsingGeoip

func (x *Episode) GetInterpretRestrictionUsingGeoip() bool

func (*Episode) GetKeyword

func (x *Episode) GetKeyword() []string

func (*Episode) GetLanguage

func (x *Episode) GetLanguage() string

func (*Episode) GetName

func (x *Episode) GetName() string

func (*Episode) GetNumber

func (x *Episode) GetNumber() int32

func (*Episode) GetOriginalAudio

func (x *Episode) GetOriginalAudio() *OriginalAudio

func (*Episode) GetPopularity

func (x *Episode) GetPopularity() int32

func (*Episode) GetPublishTime

func (x *Episode) GetPublishTime() *Date

func (*Episode) GetRestriction

func (x *Episode) GetRestriction() []*Restriction

func (*Episode) GetShow

func (x *Episode) GetShow() *Show

func (*Episode) GetSuppressMonetization

func (x *Episode) GetSuppressMonetization() bool

func (*Episode) GetVideo

func (x *Episode) GetVideo() []*VideoFile

func (*Episode) GetVideoPreview

func (x *Episode) GetVideoPreview() []*VideoFile

func (*Episode) ProtoMessage

func (*Episode) ProtoMessage()

func (*Episode) ProtoReflect

func (x *Episode) ProtoReflect() protoreflect.Message

func (*Episode) Reset

func (x *Episode) Reset()

func (*Episode) String

func (x *Episode) String() string

type ErrorCode

type ErrorCode int32
const (
	ErrorCode_ProtocolError               ErrorCode = 0
	ErrorCode_TryAnotherAP                ErrorCode = 2
	ErrorCode_BadConnectionId             ErrorCode = 5
	ErrorCode_TravelRestriction           ErrorCode = 9
	ErrorCode_PremiumAccountRequired      ErrorCode = 11
	ErrorCode_BadCredentials              ErrorCode = 12
	ErrorCode_CouldNotValidateCredentials ErrorCode = 13
	ErrorCode_AccountExists               ErrorCode = 14
	ErrorCode_ExtraVerificationRequired   ErrorCode = 15
	ErrorCode_InvalidAppKey               ErrorCode = 16
	ErrorCode_ApplicationBanned           ErrorCode = 17
)

func (ErrorCode) Descriptor

func (ErrorCode) Descriptor() protoreflect.EnumDescriptor

func (ErrorCode) Enum

func (x ErrorCode) Enum() *ErrorCode

func (ErrorCode) EnumDescriptor deprecated

func (ErrorCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorCode.Descriptor instead.

func (ErrorCode) Number

func (x ErrorCode) Number() protoreflect.EnumNumber

func (ErrorCode) String

func (x ErrorCode) String() string

func (ErrorCode) Type

func (*ErrorCode) UnmarshalJSON deprecated

func (x *ErrorCode) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Event

type Event struct {
	Id     *Id     `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Start  *Start  `protobuf:"bytes,2,opt,name=start" json:"start,omitempty"`
	Seek   *Seek   `protobuf:"bytes,3,opt,name=seek" json:"seek,omitempty"`
	Pause  *Pause  `protobuf:"bytes,4,opt,name=pause" json:"pause,omitempty"`
	Resume *Resume `protobuf:"bytes,5,opt,name=resume" json:"resume,omitempty"`
	End    *End    `protobuf:"bytes,6,opt,name=end" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetEnd

func (x *Event) GetEnd() *End

func (*Event) GetId

func (x *Event) GetId() *Id

func (*Event) GetPause

func (x *Event) GetPause() *Pause

func (*Event) GetResume

func (x *Event) GetResume() *Resume

func (*Event) GetSeek

func (x *Event) GetSeek() *Seek

func (*Event) GetStart

func (x *Event) GetStart() *Start

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type EventReply

type EventReply struct {
	Queued *int32     `protobuf:"varint,1,opt,name=queued" json:"queued,omitempty"`
	Retry  *RetryInfo `protobuf:"bytes,2,opt,name=retry" json:"retry,omitempty"`
	// contains filtered or unexported fields
}

func (*EventReply) Descriptor deprecated

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

Deprecated: Use EventReply.ProtoReflect.Descriptor instead.

func (*EventReply) GetQueued

func (x *EventReply) GetQueued() int32

func (*EventReply) GetRetry

func (x *EventReply) GetRetry() *RetryInfo

func (*EventReply) ProtoMessage

func (*EventReply) ProtoMessage()

func (*EventReply) ProtoReflect

func (x *EventReply) ProtoReflect() protoreflect.Message

func (*EventReply) Reset

func (x *EventReply) Reset()

func (*EventReply) String

func (x *EventReply) String() string

type ExternalId

type ExternalId struct {
	Typ *string `protobuf:"bytes,1,opt,name=typ" json:"typ,omitempty"`
	Id  *string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalId) Descriptor deprecated

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

Deprecated: Use ExternalId.ProtoReflect.Descriptor instead.

func (*ExternalId) GetId

func (x *ExternalId) GetId() string

func (*ExternalId) GetTyp

func (x *ExternalId) GetTyp() string

func (*ExternalId) ProtoMessage

func (*ExternalId) ProtoMessage()

func (*ExternalId) ProtoReflect

func (x *ExternalId) ProtoReflect() protoreflect.Message

func (*ExternalId) Reset

func (x *ExternalId) Reset()

func (*ExternalId) String

func (x *ExternalId) String() string

type FeatureSet

type FeatureSet struct {
	Autoupdate2     *bool `protobuf:"varint,1,opt,name=autoupdate2" json:"autoupdate2,omitempty"`
	CurrentLocation *bool `protobuf:"varint,2,opt,name=current_location,json=currentLocation" json:"current_location,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureSet) Descriptor deprecated

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

Deprecated: Use FeatureSet.ProtoReflect.Descriptor instead.

func (*FeatureSet) GetAutoupdate2

func (x *FeatureSet) GetAutoupdate2() bool

func (*FeatureSet) GetCurrentLocation

func (x *FeatureSet) GetCurrentLocation() bool

func (*FeatureSet) ProtoMessage

func (*FeatureSet) ProtoMessage()

func (*FeatureSet) ProtoReflect

func (x *FeatureSet) ProtoReflect() protoreflect.Message

func (*FeatureSet) Reset

func (x *FeatureSet) Reset()

func (*FeatureSet) String

func (x *FeatureSet) String() string

type Feedback

type Feedback struct {
	Uri       *string  `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	Type      *string  `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"`
	Timestamp *float64 `protobuf:"fixed64,3,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Feedback) Descriptor deprecated

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

Deprecated: Use Feedback.ProtoReflect.Descriptor instead.

func (*Feedback) GetTimestamp

func (x *Feedback) GetTimestamp() float64

func (*Feedback) GetType

func (x *Feedback) GetType() string

func (*Feedback) GetUri

func (x *Feedback) GetUri() string

func (*Feedback) ProtoMessage

func (*Feedback) ProtoMessage()

func (*Feedback) ProtoReflect

func (x *Feedback) ProtoReflect() protoreflect.Message

func (*Feedback) Reset

func (x *Feedback) Reset()

func (*Feedback) String

func (x *Feedback) String() string

type Fingerprint

type Fingerprint int32
const (
	Fingerprint_FINGERPRINT_GRAIN       Fingerprint = 0
	Fingerprint_FINGERPRINT_HMAC_RIPEMD Fingerprint = 1
)

func (Fingerprint) Descriptor

func (Fingerprint) Enum

func (x Fingerprint) Enum() *Fingerprint

func (Fingerprint) EnumDescriptor deprecated

func (Fingerprint) EnumDescriptor() ([]byte, []int)

Deprecated: Use Fingerprint.Descriptor instead.

func (Fingerprint) Number

func (x Fingerprint) Number() protoreflect.EnumNumber

func (Fingerprint) String

func (x Fingerprint) String() string

func (Fingerprint) Type

func (*Fingerprint) UnmarshalJSON deprecated

func (x *Fingerprint) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FingerprintChallengeUnion

type FingerprintChallengeUnion struct {
	Grain      *FingerprintGrainChallenge      `protobuf:"bytes,10,opt,name=grain" json:"grain,omitempty"`
	HmacRipemd *FingerprintHmacRipemdChallenge `protobuf:"bytes,20,opt,name=hmac_ripemd,json=hmacRipemd" json:"hmac_ripemd,omitempty"`
	// contains filtered or unexported fields
}

func (*FingerprintChallengeUnion) Descriptor deprecated

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

Deprecated: Use FingerprintChallengeUnion.ProtoReflect.Descriptor instead.

func (*FingerprintChallengeUnion) GetGrain

func (*FingerprintChallengeUnion) GetHmacRipemd

func (*FingerprintChallengeUnion) ProtoMessage

func (*FingerprintChallengeUnion) ProtoMessage()

func (*FingerprintChallengeUnion) ProtoReflect

func (*FingerprintChallengeUnion) Reset

func (x *FingerprintChallengeUnion) Reset()

func (*FingerprintChallengeUnion) String

func (x *FingerprintChallengeUnion) String() string

type FingerprintGrainChallenge

type FingerprintGrainChallenge struct {
	Kek []byte `protobuf:"bytes,10,req,name=kek" json:"kek,omitempty"`
	// contains filtered or unexported fields
}

func (*FingerprintGrainChallenge) Descriptor deprecated

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

Deprecated: Use FingerprintGrainChallenge.ProtoReflect.Descriptor instead.

func (*FingerprintGrainChallenge) GetKek

func (x *FingerprintGrainChallenge) GetKek() []byte

func (*FingerprintGrainChallenge) ProtoMessage

func (*FingerprintGrainChallenge) ProtoMessage()

func (*FingerprintGrainChallenge) ProtoReflect

func (*FingerprintGrainChallenge) Reset

func (x *FingerprintGrainChallenge) Reset()

func (*FingerprintGrainChallenge) String

func (x *FingerprintGrainChallenge) String() string

type FingerprintGrainResponse

type FingerprintGrainResponse struct {
	EncryptedKey []byte `protobuf:"bytes,10,req,name=encrypted_key,json=encryptedKey" json:"encrypted_key,omitempty"`
	// contains filtered or unexported fields
}

func (*FingerprintGrainResponse) Descriptor deprecated

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

Deprecated: Use FingerprintGrainResponse.ProtoReflect.Descriptor instead.

func (*FingerprintGrainResponse) GetEncryptedKey

func (x *FingerprintGrainResponse) GetEncryptedKey() []byte

func (*FingerprintGrainResponse) ProtoMessage

func (*FingerprintGrainResponse) ProtoMessage()

func (*FingerprintGrainResponse) ProtoReflect

func (x *FingerprintGrainResponse) ProtoReflect() protoreflect.Message

func (*FingerprintGrainResponse) Reset

func (x *FingerprintGrainResponse) Reset()

func (*FingerprintGrainResponse) String

func (x *FingerprintGrainResponse) String() string

type FingerprintHmacRipemdChallenge

type FingerprintHmacRipemdChallenge struct {
	Challenge []byte `protobuf:"bytes,10,req,name=challenge" json:"challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*FingerprintHmacRipemdChallenge) Descriptor deprecated

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

Deprecated: Use FingerprintHmacRipemdChallenge.ProtoReflect.Descriptor instead.

func (*FingerprintHmacRipemdChallenge) GetChallenge

func (x *FingerprintHmacRipemdChallenge) GetChallenge() []byte

func (*FingerprintHmacRipemdChallenge) ProtoMessage

func (*FingerprintHmacRipemdChallenge) ProtoMessage()

func (*FingerprintHmacRipemdChallenge) ProtoReflect

func (*FingerprintHmacRipemdChallenge) Reset

func (x *FingerprintHmacRipemdChallenge) Reset()

func (*FingerprintHmacRipemdChallenge) String

type FingerprintHmacRipemdResponse

type FingerprintHmacRipemdResponse struct {
	Hmac []byte `protobuf:"bytes,10,req,name=hmac" json:"hmac,omitempty"`
	// contains filtered or unexported fields
}

func (*FingerprintHmacRipemdResponse) Descriptor deprecated

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

Deprecated: Use FingerprintHmacRipemdResponse.ProtoReflect.Descriptor instead.

func (*FingerprintHmacRipemdResponse) GetHmac

func (x *FingerprintHmacRipemdResponse) GetHmac() []byte

func (*FingerprintHmacRipemdResponse) ProtoMessage

func (*FingerprintHmacRipemdResponse) ProtoMessage()

func (*FingerprintHmacRipemdResponse) ProtoReflect

func (*FingerprintHmacRipemdResponse) Reset

func (x *FingerprintHmacRipemdResponse) Reset()

func (*FingerprintHmacRipemdResponse) String

type FingerprintResponseUnion

type FingerprintResponseUnion struct {
	Grain      *FingerprintGrainResponse      `protobuf:"bytes,10,opt,name=grain" json:"grain,omitempty"`
	HmacRipemd *FingerprintHmacRipemdResponse `protobuf:"bytes,20,opt,name=hmac_ripemd,json=hmacRipemd" json:"hmac_ripemd,omitempty"`
	// contains filtered or unexported fields
}

func (*FingerprintResponseUnion) Descriptor deprecated

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

Deprecated: Use FingerprintResponseUnion.ProtoReflect.Descriptor instead.

func (*FingerprintResponseUnion) GetGrain

func (*FingerprintResponseUnion) GetHmacRipemd

func (*FingerprintResponseUnion) ProtoMessage

func (*FingerprintResponseUnion) ProtoMessage()

func (*FingerprintResponseUnion) ProtoReflect

func (x *FingerprintResponseUnion) ProtoReflect() protoreflect.Message

func (*FingerprintResponseUnion) Reset

func (x *FingerprintResponseUnion) Reset()

func (*FingerprintResponseUnion) String

func (x *FingerprintResponseUnion) String() string

type Frame

type Frame struct {
	Version            *uint32      `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	Ident              *string      `protobuf:"bytes,2,opt,name=ident" json:"ident,omitempty"`
	ProtocolVersion    *string      `protobuf:"bytes,3,opt,name=protocol_version,json=protocolVersion" json:"protocol_version,omitempty"`
	SeqNr              *uint32      `protobuf:"varint,4,opt,name=seq_nr,json=seqNr" json:"seq_nr,omitempty"`
	Typ                *MessageType `protobuf:"varint,5,opt,name=typ,enum=pb.MessageType" json:"typ,omitempty"`
	DeviceState        *DeviceState `protobuf:"bytes,7,opt,name=device_state,json=deviceState" json:"device_state,omitempty"`
	Goodbye            *Goodbye     `protobuf:"bytes,11,opt,name=goodbye" json:"goodbye,omitempty"`
	State              *State       `protobuf:"bytes,12,opt,name=state" json:"state,omitempty"`
	Position           *uint32      `protobuf:"varint,13,opt,name=position" json:"position,omitempty"`
	Volume             *uint32      `protobuf:"varint,14,opt,name=volume" json:"volume,omitempty"`
	StateUpdateId      *int64       `protobuf:"varint,17,opt,name=state_update_id,json=stateUpdateId" json:"state_update_id,omitempty"`
	Recipient          []string     `protobuf:"bytes,18,rep,name=recipient" json:"recipient,omitempty"`
	ContextPlayerState []byte       `protobuf:"bytes,19,opt,name=context_player_state,json=contextPlayerState" json:"context_player_state,omitempty"`
	NewName            *string      `protobuf:"bytes,20,opt,name=new_name,json=newName" json:"new_name,omitempty"`
	Metadata           *Metadata    `protobuf:"bytes,25,opt,name=metadata" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Frame) Descriptor deprecated

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

Deprecated: Use Frame.ProtoReflect.Descriptor instead.

func (*Frame) GetContextPlayerState

func (x *Frame) GetContextPlayerState() []byte

func (*Frame) GetDeviceState

func (x *Frame) GetDeviceState() *DeviceState

func (*Frame) GetGoodbye

func (x *Frame) GetGoodbye() *Goodbye

func (*Frame) GetIdent

func (x *Frame) GetIdent() string

func (*Frame) GetMetadata

func (x *Frame) GetMetadata() *Metadata

func (*Frame) GetNewName

func (x *Frame) GetNewName() string

func (*Frame) GetPosition

func (x *Frame) GetPosition() uint32

func (*Frame) GetProtocolVersion

func (x *Frame) GetProtocolVersion() string

func (*Frame) GetRecipient

func (x *Frame) GetRecipient() []string

func (*Frame) GetSeqNr

func (x *Frame) GetSeqNr() uint32

func (*Frame) GetState

func (x *Frame) GetState() *State

func (*Frame) GetStateUpdateId

func (x *Frame) GetStateUpdateId() int64

func (*Frame) GetTyp

func (x *Frame) GetTyp() MessageType

func (*Frame) GetVersion

func (x *Frame) GetVersion() uint32

func (*Frame) GetVolume

func (x *Frame) GetVolume() uint32

func (*Frame) ProtoMessage

func (*Frame) ProtoMessage()

func (*Frame) ProtoReflect

func (x *Frame) ProtoReflect() protoreflect.Message

func (*Frame) Reset

func (x *Frame) Reset()

func (*Frame) String

func (x *Frame) String() string

type Goodbye

type Goodbye struct {
	Reason *string `protobuf:"bytes,1,opt,name=reason" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*Goodbye) Descriptor deprecated

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

Deprecated: Use Goodbye.ProtoReflect.Descriptor instead.

func (*Goodbye) GetReason

func (x *Goodbye) GetReason() string

func (*Goodbye) ProtoMessage

func (*Goodbye) ProtoMessage()

func (*Goodbye) ProtoReflect

func (x *Goodbye) ProtoReflect() protoreflect.Message

func (*Goodbye) Reset

func (x *Goodbye) Reset()

func (*Goodbye) String

func (x *Goodbye) String() string
type Header struct {
	Uri         *string      `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	ContentType *string      `protobuf:"bytes,2,opt,name=content_type,json=contentType" json:"content_type,omitempty"`
	Method      *string      `protobuf:"bytes,3,opt,name=method" json:"method,omitempty"`
	StatusCode  *int32       `protobuf:"zigzag32,4,opt,name=status_code,json=statusCode" json:"status_code,omitempty"`
	UserFields  []*UserField `protobuf:"bytes,6,rep,name=user_fields,json=userFields" json:"user_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*Header) Descriptor deprecated

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

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetContentType

func (x *Header) GetContentType() string

func (*Header) GetMethod

func (x *Header) GetMethod() string

func (*Header) GetStatusCode

func (x *Header) GetStatusCode() int32

func (*Header) GetUri

func (x *Header) GetUri() string

func (*Header) GetUserFields

func (x *Header) GetUserFields() []*UserField

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) ProtoReflect

func (x *Header) ProtoReflect() protoreflect.Message

func (*Header) Reset

func (x *Header) Reset()

func (*Header) String

func (x *Header) String() string

type Id

type Id struct {
	Uri       *string `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	StartTime *int64  `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Id) Descriptor deprecated

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

Deprecated: Use Id.ProtoReflect.Descriptor instead.

func (*Id) GetStartTime

func (x *Id) GetStartTime() int64

func (*Id) GetUri

func (x *Id) GetUri() string

func (*Id) ProtoMessage

func (*Id) ProtoMessage()

func (*Id) ProtoReflect

func (x *Id) ProtoReflect() protoreflect.Message

func (*Id) Reset

func (x *Id) Reset()

func (*Id) String

func (x *Id) String() string

type IdentifierList

type IdentifierList struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentifierList) Descriptor deprecated

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

Deprecated: Use IdentifierList.ProtoReflect.Descriptor instead.

func (*IdentifierList) GetIdentifiers

func (x *IdentifierList) GetIdentifiers() []string

func (*IdentifierList) ProtoMessage

func (*IdentifierList) ProtoMessage()

func (*IdentifierList) ProtoReflect

func (x *IdentifierList) ProtoReflect() protoreflect.Message

func (*IdentifierList) Reset

func (x *IdentifierList) Reset()

func (*IdentifierList) String

func (x *IdentifierList) String() string

type Image

type Image struct {
	FileId []byte      `protobuf:"bytes,1,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
	Size   *Image_Size `protobuf:"varint,2,opt,name=size,enum=pb.Image_Size" json:"size,omitempty"`
	Width  *int32      `protobuf:"zigzag32,3,opt,name=width" json:"width,omitempty"`
	Height *int32      `protobuf:"zigzag32,4,opt,name=height" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) GetFileId

func (x *Image) GetFileId() []byte

func (*Image) GetHeight

func (x *Image) GetHeight() int32

func (*Image) GetSize

func (x *Image) GetSize() Image_Size

func (*Image) GetWidth

func (x *Image) GetWidth() int32

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

func (x *Image) ProtoReflect() protoreflect.Message

func (*Image) Reset

func (x *Image) Reset()

func (*Image) String

func (x *Image) String() string

type ImageGroup

type ImageGroup struct {
	Image []*Image `protobuf:"bytes,1,rep,name=image" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageGroup) Descriptor deprecated

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

Deprecated: Use ImageGroup.ProtoReflect.Descriptor instead.

func (*ImageGroup) GetImage

func (x *ImageGroup) GetImage() []*Image

func (*ImageGroup) ProtoMessage

func (*ImageGroup) ProtoMessage()

func (*ImageGroup) ProtoReflect

func (x *ImageGroup) ProtoReflect() protoreflect.Message

func (*ImageGroup) Reset

func (x *ImageGroup) Reset()

func (*ImageGroup) String

func (x *ImageGroup) String() string

type Image_Size

type Image_Size int32
const (
	Image_DEFAULT Image_Size = 0
	Image_SMALL   Image_Size = 1
	Image_LARGE   Image_Size = 2
	Image_XLARGE  Image_Size = 3
)

func (Image_Size) Descriptor

func (Image_Size) Descriptor() protoreflect.EnumDescriptor

func (Image_Size) Enum

func (x Image_Size) Enum() *Image_Size

func (Image_Size) EnumDescriptor deprecated

func (Image_Size) EnumDescriptor() ([]byte, []int)

Deprecated: Use Image_Size.Descriptor instead.

func (Image_Size) Number

func (x Image_Size) Number() protoreflect.EnumNumber

func (Image_Size) String

func (x Image_Size) String() string

func (Image_Size) Type

func (*Image_Size) UnmarshalJSON deprecated

func (x *Image_Size) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Item

type Item struct {
	Uri        *string         `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	Attributes *ItemAttributes `protobuf:"bytes,2,opt,name=attributes" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*Item) Descriptor deprecated

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

Deprecated: Use Item.ProtoReflect.Descriptor instead.

func (*Item) GetAttributes

func (x *Item) GetAttributes() *ItemAttributes

func (*Item) GetUri

func (x *Item) GetUri() string

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) ProtoReflect

func (x *Item) ProtoReflect() protoreflect.Message

func (*Item) Reset

func (x *Item) Reset()

func (*Item) String

func (x *Item) String() string

type ItemAttributes

type ItemAttributes struct {
	AddedBy          *string         `protobuf:"bytes,1,opt,name=added_by,json=addedBy" json:"added_by,omitempty"`
	Timestamp        *int64          `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	Message          *string         `protobuf:"bytes,3,opt,name=message" json:"message,omitempty"`
	Seen             *bool           `protobuf:"varint,4,opt,name=seen" json:"seen,omitempty"`
	DownloadCount    *int64          `protobuf:"varint,5,opt,name=download_count,json=downloadCount" json:"download_count,omitempty"`
	DownloadFormat   *DownloadFormat `protobuf:"bytes,6,opt,name=download_format,json=downloadFormat" json:"download_format,omitempty"`
	SevendigitalId   *string         `protobuf:"bytes,7,opt,name=sevendigital_id,json=sevendigitalId" json:"sevendigital_id,omitempty"`
	SevendigitalLeft *int64          `protobuf:"varint,8,opt,name=sevendigital_left,json=sevendigitalLeft" json:"sevendigital_left,omitempty"`
	SeenAt           *int64          `protobuf:"varint,9,opt,name=seen_at,json=seenAt" json:"seen_at,omitempty"`
	Public           *bool           `protobuf:"varint,10,opt,name=public" json:"public,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemAttributes) Descriptor deprecated

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

Deprecated: Use ItemAttributes.ProtoReflect.Descriptor instead.

func (*ItemAttributes) GetAddedBy

func (x *ItemAttributes) GetAddedBy() string

func (*ItemAttributes) GetDownloadCount

func (x *ItemAttributes) GetDownloadCount() int64

func (*ItemAttributes) GetDownloadFormat

func (x *ItemAttributes) GetDownloadFormat() *DownloadFormat

func (*ItemAttributes) GetMessage

func (x *ItemAttributes) GetMessage() string

func (*ItemAttributes) GetPublic

func (x *ItemAttributes) GetPublic() bool

func (*ItemAttributes) GetSeen

func (x *ItemAttributes) GetSeen() bool

func (*ItemAttributes) GetSeenAt

func (x *ItemAttributes) GetSeenAt() int64

func (*ItemAttributes) GetSevendigitalId

func (x *ItemAttributes) GetSevendigitalId() string

func (*ItemAttributes) GetSevendigitalLeft

func (x *ItemAttributes) GetSevendigitalLeft() int64

func (*ItemAttributes) GetTimestamp

func (x *ItemAttributes) GetTimestamp() int64

func (*ItemAttributes) ProtoMessage

func (*ItemAttributes) ProtoMessage()

func (*ItemAttributes) ProtoReflect

func (x *ItemAttributes) ProtoReflect() protoreflect.Message

func (*ItemAttributes) Reset

func (x *ItemAttributes) Reset()

func (*ItemAttributes) String

func (x *ItemAttributes) String() string

type ItemAttributesPartialState

type ItemAttributesPartialState struct {
	Values  *ItemAttributes                                `protobuf:"bytes,1,opt,name=values" json:"values,omitempty"`
	NoValue []ItemAttributesPartialState_ItemAttributeKind `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ItemAttributesPartialState) Descriptor deprecated

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

Deprecated: Use ItemAttributesPartialState.ProtoReflect.Descriptor instead.

func (*ItemAttributesPartialState) GetNoValue

func (*ItemAttributesPartialState) GetValues

func (*ItemAttributesPartialState) ProtoMessage

func (*ItemAttributesPartialState) ProtoMessage()

func (*ItemAttributesPartialState) ProtoReflect

func (*ItemAttributesPartialState) Reset

func (x *ItemAttributesPartialState) Reset()

func (*ItemAttributesPartialState) String

func (x *ItemAttributesPartialState) String() string

type ItemAttributesPartialState_ItemAttributeKind

type ItemAttributesPartialState_ItemAttributeKind int32
const (
	ItemAttributesPartialState_ITEM_UNKNOWN           ItemAttributesPartialState_ItemAttributeKind = 0
	ItemAttributesPartialState_ITEM_ADDED_BY          ItemAttributesPartialState_ItemAttributeKind = 1
	ItemAttributesPartialState_ITEM_TIMESTAMP         ItemAttributesPartialState_ItemAttributeKind = 2
	ItemAttributesPartialState_ITEM_MESSAGE           ItemAttributesPartialState_ItemAttributeKind = 3
	ItemAttributesPartialState_ITEM_SEEN              ItemAttributesPartialState_ItemAttributeKind = 4
	ItemAttributesPartialState_ITEM_DOWNLOAD_COUNT    ItemAttributesPartialState_ItemAttributeKind = 5
	ItemAttributesPartialState_ITEM_DOWNLOAD_FORMAT   ItemAttributesPartialState_ItemAttributeKind = 6
	ItemAttributesPartialState_ITEM_SEVENDIGITAL_ID   ItemAttributesPartialState_ItemAttributeKind = 7
	ItemAttributesPartialState_ITEM_SEVENDIGITAL_LEFT ItemAttributesPartialState_ItemAttributeKind = 8
	ItemAttributesPartialState_ITEM_SEEN_AT           ItemAttributesPartialState_ItemAttributeKind = 9
	ItemAttributesPartialState_ITEM_PUBLIC            ItemAttributesPartialState_ItemAttributeKind = 10
)

func (ItemAttributesPartialState_ItemAttributeKind) Descriptor

func (ItemAttributesPartialState_ItemAttributeKind) Enum

func (ItemAttributesPartialState_ItemAttributeKind) EnumDescriptor deprecated

func (ItemAttributesPartialState_ItemAttributeKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ItemAttributesPartialState_ItemAttributeKind.Descriptor instead.

func (ItemAttributesPartialState_ItemAttributeKind) Number

func (ItemAttributesPartialState_ItemAttributeKind) String

func (ItemAttributesPartialState_ItemAttributeKind) Type

func (*ItemAttributesPartialState_ItemAttributeKind) UnmarshalJSON deprecated

Deprecated: Do not use.

type LibspotifyAppKey

type LibspotifyAppKey struct {
	Version      *uint32 `protobuf:"varint,1,req,name=version" json:"version,omitempty"`
	Devkey       []byte  `protobuf:"bytes,2,req,name=devkey" json:"devkey,omitempty"`
	Signature    []byte  `protobuf:"bytes,3,req,name=signature" json:"signature,omitempty"`
	Useragent    *string `protobuf:"bytes,4,req,name=useragent" json:"useragent,omitempty"`
	CallbackHash []byte  `protobuf:"bytes,5,req,name=callback_hash,json=callbackHash" json:"callback_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*LibspotifyAppKey) Descriptor deprecated

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

Deprecated: Use LibspotifyAppKey.ProtoReflect.Descriptor instead.

func (*LibspotifyAppKey) GetCallbackHash

func (x *LibspotifyAppKey) GetCallbackHash() []byte

func (*LibspotifyAppKey) GetDevkey

func (x *LibspotifyAppKey) GetDevkey() []byte

func (*LibspotifyAppKey) GetSignature

func (x *LibspotifyAppKey) GetSignature() []byte

func (*LibspotifyAppKey) GetUseragent

func (x *LibspotifyAppKey) GetUseragent() string

func (*LibspotifyAppKey) GetVersion

func (x *LibspotifyAppKey) GetVersion() uint32

func (*LibspotifyAppKey) ProtoMessage

func (*LibspotifyAppKey) ProtoMessage()

func (*LibspotifyAppKey) ProtoReflect

func (x *LibspotifyAppKey) ProtoReflect() protoreflect.Message

func (*LibspotifyAppKey) Reset

func (x *LibspotifyAppKey) Reset()

func (*LibspotifyAppKey) String

func (x *LibspotifyAppKey) String() string

type LikedPlaylist

type LikedPlaylist struct {
	Uri *string `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (*LikedPlaylist) Descriptor deprecated

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

Deprecated: Use LikedPlaylist.ProtoReflect.Descriptor instead.

func (*LikedPlaylist) GetUri

func (x *LikedPlaylist) GetUri() string

func (*LikedPlaylist) ProtoMessage

func (*LikedPlaylist) ProtoMessage()

func (*LikedPlaylist) ProtoReflect

func (x *LikedPlaylist) ProtoReflect() protoreflect.Message

func (*LikedPlaylist) Reset

func (x *LikedPlaylist) Reset()

func (*LikedPlaylist) String

func (x *LikedPlaylist) String() string

type ListAttributes

type ListAttributes struct {
	Name                    *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Description             *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	Picture                 []byte  `protobuf:"bytes,3,opt,name=picture" json:"picture,omitempty"`
	Collaborative           *bool   `protobuf:"varint,4,opt,name=collaborative" json:"collaborative,omitempty"`
	Pl3Version              *string `protobuf:"bytes,5,opt,name=pl3_version,json=pl3Version" json:"pl3_version,omitempty"`
	DeletedByOwner          *bool   `protobuf:"varint,6,opt,name=deleted_by_owner,json=deletedByOwner" json:"deleted_by_owner,omitempty"`
	RestrictedCollaborative *bool   `protobuf:"varint,7,opt,name=restricted_collaborative,json=restrictedCollaborative" json:"restricted_collaborative,omitempty"`
	DeprecatedClientId      *int64  `protobuf:"varint,8,opt,name=deprecated_client_id,json=deprecatedClientId" json:"deprecated_client_id,omitempty"`
	PublicStarred           *bool   `protobuf:"varint,9,opt,name=public_starred,json=publicStarred" json:"public_starred,omitempty"`
	ClientId                *string `protobuf:"bytes,10,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAttributes) Descriptor deprecated

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

Deprecated: Use ListAttributes.ProtoReflect.Descriptor instead.

func (*ListAttributes) GetClientId

func (x *ListAttributes) GetClientId() string

func (*ListAttributes) GetCollaborative

func (x *ListAttributes) GetCollaborative() bool

func (*ListAttributes) GetDeletedByOwner

func (x *ListAttributes) GetDeletedByOwner() bool

func (*ListAttributes) GetDeprecatedClientId

func (x *ListAttributes) GetDeprecatedClientId() int64

func (*ListAttributes) GetDescription

func (x *ListAttributes) GetDescription() string

func (*ListAttributes) GetName

func (x *ListAttributes) GetName() string

func (*ListAttributes) GetPicture

func (x *ListAttributes) GetPicture() []byte

func (*ListAttributes) GetPl3Version

func (x *ListAttributes) GetPl3Version() string

func (*ListAttributes) GetPublicStarred

func (x *ListAttributes) GetPublicStarred() bool

func (*ListAttributes) GetRestrictedCollaborative

func (x *ListAttributes) GetRestrictedCollaborative() bool

func (*ListAttributes) ProtoMessage

func (*ListAttributes) ProtoMessage()

func (*ListAttributes) ProtoReflect

func (x *ListAttributes) ProtoReflect() protoreflect.Message

func (*ListAttributes) Reset

func (x *ListAttributes) Reset()

func (*ListAttributes) String

func (x *ListAttributes) String() string

type ListAttributesPartialState

type ListAttributesPartialState struct {
	Values  *ListAttributes                                `protobuf:"bytes,1,opt,name=values" json:"values,omitempty"`
	NoValue []ListAttributesPartialState_ListAttributeKind `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListAttributesPartialState) Descriptor deprecated

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

Deprecated: Use ListAttributesPartialState.ProtoReflect.Descriptor instead.

func (*ListAttributesPartialState) GetNoValue

func (*ListAttributesPartialState) GetValues

func (*ListAttributesPartialState) ProtoMessage

func (*ListAttributesPartialState) ProtoMessage()

func (*ListAttributesPartialState) ProtoReflect

func (*ListAttributesPartialState) Reset

func (x *ListAttributesPartialState) Reset()

func (*ListAttributesPartialState) String

func (x *ListAttributesPartialState) String() string

type ListAttributesPartialState_ListAttributeKind

type ListAttributesPartialState_ListAttributeKind int32
const (
	ListAttributesPartialState_LIST_UNKNOWN                  ListAttributesPartialState_ListAttributeKind = 0
	ListAttributesPartialState_LIST_NAME                     ListAttributesPartialState_ListAttributeKind = 1
	ListAttributesPartialState_LIST_DESCRIPTION              ListAttributesPartialState_ListAttributeKind = 2
	ListAttributesPartialState_LIST_PICTURE                  ListAttributesPartialState_ListAttributeKind = 3
	ListAttributesPartialState_LIST_COLLABORATIVE            ListAttributesPartialState_ListAttributeKind = 4
	ListAttributesPartialState_LIST_PL3_VERSION              ListAttributesPartialState_ListAttributeKind = 5
	ListAttributesPartialState_LIST_DELETED_BY_OWNER         ListAttributesPartialState_ListAttributeKind = 6
	ListAttributesPartialState_LIST_RESTRICTED_COLLABORATIVE ListAttributesPartialState_ListAttributeKind = 7
)

func (ListAttributesPartialState_ListAttributeKind) Descriptor

func (ListAttributesPartialState_ListAttributeKind) Enum

func (ListAttributesPartialState_ListAttributeKind) EnumDescriptor deprecated

func (ListAttributesPartialState_ListAttributeKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListAttributesPartialState_ListAttributeKind.Descriptor instead.

func (ListAttributesPartialState_ListAttributeKind) Number

func (ListAttributesPartialState_ListAttributeKind) String

func (ListAttributesPartialState_ListAttributeKind) Type

func (*ListAttributesPartialState_ListAttributeKind) UnmarshalJSON deprecated

Deprecated: Do not use.

type ListChanges

type ListChanges struct {
	BaseRevision           []byte    `protobuf:"bytes,1,opt,name=baseRevision" json:"baseRevision,omitempty"`
	Deltas                 []*Delta  `protobuf:"bytes,2,rep,name=deltas" json:"deltas,omitempty"`
	WantResultingRevisions *bool     `protobuf:"varint,3,opt,name=wantResultingRevisions" json:"wantResultingRevisions,omitempty"`
	WantSyncResult         *bool     `protobuf:"varint,4,opt,name=wantSyncResult" json:"wantSyncResult,omitempty"`
	Dump                   *ListDump `protobuf:"bytes,5,opt,name=dump" json:"dump,omitempty"`
	Nonces                 []int32   `protobuf:"varint,6,rep,name=nonces" json:"nonces,omitempty"`
	// contains filtered or unexported fields
}

func (*ListChanges) Descriptor deprecated

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

Deprecated: Use ListChanges.ProtoReflect.Descriptor instead.

func (*ListChanges) GetBaseRevision

func (x *ListChanges) GetBaseRevision() []byte

func (*ListChanges) GetDeltas

func (x *ListChanges) GetDeltas() []*Delta

func (*ListChanges) GetDump

func (x *ListChanges) GetDump() *ListDump

func (*ListChanges) GetNonces

func (x *ListChanges) GetNonces() []int32

func (*ListChanges) GetWantResultingRevisions

func (x *ListChanges) GetWantResultingRevisions() bool

func (*ListChanges) GetWantSyncResult

func (x *ListChanges) GetWantSyncResult() bool

func (*ListChanges) ProtoMessage

func (*ListChanges) ProtoMessage()

func (*ListChanges) ProtoReflect

func (x *ListChanges) ProtoReflect() protoreflect.Message

func (*ListChanges) Reset

func (x *ListChanges) Reset()

func (*ListChanges) String

func (x *ListChanges) String() string

type ListChecksum

type ListChecksum struct {
	Version *int32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	Sha1    []byte `protobuf:"bytes,4,opt,name=sha1" json:"sha1,omitempty"`
	// contains filtered or unexported fields
}

func (*ListChecksum) Descriptor deprecated

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

Deprecated: Use ListChecksum.ProtoReflect.Descriptor instead.

func (*ListChecksum) GetSha1

func (x *ListChecksum) GetSha1() []byte

func (*ListChecksum) GetVersion

func (x *ListChecksum) GetVersion() int32

func (*ListChecksum) ProtoMessage

func (*ListChecksum) ProtoMessage()

func (*ListChecksum) ProtoReflect

func (x *ListChecksum) ProtoReflect() protoreflect.Message

func (*ListChecksum) Reset

func (x *ListChecksum) Reset()

func (*ListChecksum) String

func (x *ListChecksum) String() string

type ListContentSelection

type ListContentSelection struct {
	WantRevision          *bool                  `protobuf:"varint,1,opt,name=wantRevision" json:"wantRevision,omitempty"`
	WantLength            *bool                  `protobuf:"varint,2,opt,name=wantLength" json:"wantLength,omitempty"`
	WantAttributes        *bool                  `protobuf:"varint,3,opt,name=wantAttributes" json:"wantAttributes,omitempty"`
	WantChecksum          *bool                  `protobuf:"varint,4,opt,name=wantChecksum" json:"wantChecksum,omitempty"`
	WantContent           *bool                  `protobuf:"varint,5,opt,name=wantContent" json:"wantContent,omitempty"`
	ContentRange          *ContentRange          `protobuf:"bytes,6,opt,name=contentRange" json:"contentRange,omitempty"`
	WantDiff              *bool                  `protobuf:"varint,7,opt,name=wantDiff" json:"wantDiff,omitempty"`
	BaseRevision          []byte                 `protobuf:"bytes,8,opt,name=baseRevision" json:"baseRevision,omitempty"`
	HintRevision          []byte                 `protobuf:"bytes,9,opt,name=hintRevision" json:"hintRevision,omitempty"`
	WantNothingIfUpToDate *bool                  `protobuf:"varint,10,opt,name=wantNothingIfUpToDate" json:"wantNothingIfUpToDate,omitempty"`
	WantResolveAction     *bool                  `protobuf:"varint,12,opt,name=wantResolveAction" json:"wantResolveAction,omitempty"`
	Issues                []*ClientIssue         `protobuf:"bytes,13,rep,name=issues" json:"issues,omitempty"`
	ResolveAction         []*ClientResolveAction `protobuf:"bytes,14,rep,name=resolveAction" json:"resolveAction,omitempty"`
	// contains filtered or unexported fields
}

func (*ListContentSelection) Descriptor deprecated

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

Deprecated: Use ListContentSelection.ProtoReflect.Descriptor instead.

func (*ListContentSelection) GetBaseRevision

func (x *ListContentSelection) GetBaseRevision() []byte

func (*ListContentSelection) GetContentRange

func (x *ListContentSelection) GetContentRange() *ContentRange

func (*ListContentSelection) GetHintRevision

func (x *ListContentSelection) GetHintRevision() []byte

func (*ListContentSelection) GetIssues

func (x *ListContentSelection) GetIssues() []*ClientIssue

func (*ListContentSelection) GetResolveAction

func (x *ListContentSelection) GetResolveAction() []*ClientResolveAction

func (*ListContentSelection) GetWantAttributes

func (x *ListContentSelection) GetWantAttributes() bool

func (*ListContentSelection) GetWantChecksum

func (x *ListContentSelection) GetWantChecksum() bool

func (*ListContentSelection) GetWantContent

func (x *ListContentSelection) GetWantContent() bool

func (*ListContentSelection) GetWantDiff

func (x *ListContentSelection) GetWantDiff() bool

func (*ListContentSelection) GetWantLength

func (x *ListContentSelection) GetWantLength() bool

func (*ListContentSelection) GetWantNothingIfUpToDate

func (x *ListContentSelection) GetWantNothingIfUpToDate() bool

func (*ListContentSelection) GetWantResolveAction

func (x *ListContentSelection) GetWantResolveAction() bool

func (*ListContentSelection) GetWantRevision

func (x *ListContentSelection) GetWantRevision() bool

func (*ListContentSelection) ProtoMessage

func (*ListContentSelection) ProtoMessage()

func (*ListContentSelection) ProtoReflect

func (x *ListContentSelection) ProtoReflect() protoreflect.Message

func (*ListContentSelection) Reset

func (x *ListContentSelection) Reset()

func (*ListContentSelection) String

func (x *ListContentSelection) String() string

type ListDump

type ListDump struct {
	LatestRevision []byte          `protobuf:"bytes,1,opt,name=latestRevision" json:"latestRevision,omitempty"`
	Length         *int32          `protobuf:"varint,2,opt,name=length" json:"length,omitempty"`
	Attributes     *ListAttributes `protobuf:"bytes,3,opt,name=attributes" json:"attributes,omitempty"`
	Checksum       *ListChecksum   `protobuf:"bytes,4,opt,name=checksum" json:"checksum,omitempty"`
	Contents       *ListItems      `protobuf:"bytes,5,opt,name=contents" json:"contents,omitempty"`
	PendingDeltas  []*Delta        `protobuf:"bytes,7,rep,name=pendingDeltas" json:"pendingDeltas,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDump) Descriptor deprecated

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

Deprecated: Use ListDump.ProtoReflect.Descriptor instead.

func (*ListDump) GetAttributes

func (x *ListDump) GetAttributes() *ListAttributes

func (*ListDump) GetChecksum

func (x *ListDump) GetChecksum() *ListChecksum

func (*ListDump) GetContents

func (x *ListDump) GetContents() *ListItems

func (*ListDump) GetLatestRevision

func (x *ListDump) GetLatestRevision() []byte

func (*ListDump) GetLength

func (x *ListDump) GetLength() int32

func (*ListDump) GetPendingDeltas

func (x *ListDump) GetPendingDeltas() []*Delta

func (*ListDump) ProtoMessage

func (*ListDump) ProtoMessage()

func (*ListDump) ProtoReflect

func (x *ListDump) ProtoReflect() protoreflect.Message

func (*ListDump) Reset

func (x *ListDump) Reset()

func (*ListDump) String

func (x *ListDump) String() string

type ListItems

type ListItems struct {
	Pos       *int32  `protobuf:"varint,1,opt,name=pos" json:"pos,omitempty"`
	Truncated *bool   `protobuf:"varint,2,opt,name=truncated" json:"truncated,omitempty"`
	Items     []*Item `protobuf:"bytes,3,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ListItems) Descriptor deprecated

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

Deprecated: Use ListItems.ProtoReflect.Descriptor instead.

func (*ListItems) GetItems

func (x *ListItems) GetItems() []*Item

func (*ListItems) GetPos

func (x *ListItems) GetPos() int32

func (*ListItems) GetTruncated

func (x *ListItems) GetTruncated() bool

func (*ListItems) ProtoMessage

func (*ListItems) ProtoMessage()

func (*ListItems) ProtoReflect

func (x *ListItems) ProtoReflect() protoreflect.Message

func (*ListItems) Reset

func (x *ListItems) Reset()

func (*ListItems) String

func (x *ListItems) String() string

type LoginCredentials

type LoginCredentials struct {
	Username *string             `protobuf:"bytes,10,opt,name=username" json:"username,omitempty"`
	Typ      *AuthenticationType `protobuf:"varint,20,req,name=typ,enum=pb.AuthenticationType" json:"typ,omitempty"`
	AuthData []byte              `protobuf:"bytes,30,opt,name=auth_data,json=authData" json:"auth_data,omitempty"`
	// contains filtered or unexported fields
}

func CredentialsFromBlob

func CredentialsFromBlob(blob64 []byte, username, deviceID string) (*LoginCredentials, error)

func CredentialsFromUsernamePassword

func CredentialsFromUsernamePassword(username, password string) *LoginCredentials

func (*LoginCredentials) Descriptor deprecated

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

Deprecated: Use LoginCredentials.ProtoReflect.Descriptor instead.

func (*LoginCredentials) GetAuthData

func (x *LoginCredentials) GetAuthData() []byte

func (*LoginCredentials) GetTyp

func (*LoginCredentials) GetUsername

func (x *LoginCredentials) GetUsername() string

func (*LoginCredentials) ProtoMessage

func (*LoginCredentials) ProtoMessage()

func (*LoginCredentials) ProtoReflect

func (x *LoginCredentials) ProtoReflect() protoreflect.Message

func (*LoginCredentials) Reset

func (x *LoginCredentials) Reset()

func (*LoginCredentials) String

func (x *LoginCredentials) String() string

type LoginCryptoChallengeUnion

type LoginCryptoChallengeUnion struct {
	DiffieHellman *LoginCryptoDiffieHellmanChallenge `protobuf:"bytes,10,opt,name=diffie_hellman,json=diffieHellman" json:"diffie_hellman,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginCryptoChallengeUnion) Descriptor deprecated

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

Deprecated: Use LoginCryptoChallengeUnion.ProtoReflect.Descriptor instead.

func (*LoginCryptoChallengeUnion) GetDiffieHellman

func (*LoginCryptoChallengeUnion) ProtoMessage

func (*LoginCryptoChallengeUnion) ProtoMessage()

func (*LoginCryptoChallengeUnion) ProtoReflect

func (*LoginCryptoChallengeUnion) Reset

func (x *LoginCryptoChallengeUnion) Reset()

func (*LoginCryptoChallengeUnion) String

func (x *LoginCryptoChallengeUnion) String() string

type LoginCryptoDiffieHellmanChallenge

type LoginCryptoDiffieHellmanChallenge struct {
	Gs                 []byte `protobuf:"bytes,10,req,name=gs" json:"gs,omitempty"`
	ServerSignatureKey *int32 `protobuf:"varint,20,req,name=server_signature_key,json=serverSignatureKey" json:"server_signature_key,omitempty"`
	GsSignature        []byte `protobuf:"bytes,30,req,name=gs_signature,json=gsSignature" json:"gs_signature,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginCryptoDiffieHellmanChallenge) Descriptor deprecated

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

Deprecated: Use LoginCryptoDiffieHellmanChallenge.ProtoReflect.Descriptor instead.

func (*LoginCryptoDiffieHellmanChallenge) GetGs

func (*LoginCryptoDiffieHellmanChallenge) GetGsSignature

func (x *LoginCryptoDiffieHellmanChallenge) GetGsSignature() []byte

func (*LoginCryptoDiffieHellmanChallenge) GetServerSignatureKey

func (x *LoginCryptoDiffieHellmanChallenge) GetServerSignatureKey() int32

func (*LoginCryptoDiffieHellmanChallenge) ProtoMessage

func (*LoginCryptoDiffieHellmanChallenge) ProtoMessage()

func (*LoginCryptoDiffieHellmanChallenge) ProtoReflect

func (*LoginCryptoDiffieHellmanChallenge) Reset

func (*LoginCryptoDiffieHellmanChallenge) String

type LoginCryptoDiffieHellmanHello

type LoginCryptoDiffieHellmanHello struct {
	Gc              []byte  `protobuf:"bytes,10,req,name=gc" json:"gc,omitempty"`
	ServerKeysKnown *uint32 `protobuf:"varint,20,req,name=server_keys_known,json=serverKeysKnown" json:"server_keys_known,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginCryptoDiffieHellmanHello) Descriptor deprecated

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

Deprecated: Use LoginCryptoDiffieHellmanHello.ProtoReflect.Descriptor instead.

func (*LoginCryptoDiffieHellmanHello) GetGc

func (x *LoginCryptoDiffieHellmanHello) GetGc() []byte

func (*LoginCryptoDiffieHellmanHello) GetServerKeysKnown

func (x *LoginCryptoDiffieHellmanHello) GetServerKeysKnown() uint32

func (*LoginCryptoDiffieHellmanHello) ProtoMessage

func (*LoginCryptoDiffieHellmanHello) ProtoMessage()

func (*LoginCryptoDiffieHellmanHello) ProtoReflect

func (*LoginCryptoDiffieHellmanHello) Reset

func (x *LoginCryptoDiffieHellmanHello) Reset()

func (*LoginCryptoDiffieHellmanHello) String

type LoginCryptoDiffieHellmanResponse

type LoginCryptoDiffieHellmanResponse struct {
	Hmac []byte `protobuf:"bytes,10,req,name=hmac" json:"hmac,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginCryptoDiffieHellmanResponse) Descriptor deprecated

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

Deprecated: Use LoginCryptoDiffieHellmanResponse.ProtoReflect.Descriptor instead.

func (*LoginCryptoDiffieHellmanResponse) GetHmac

func (x *LoginCryptoDiffieHellmanResponse) GetHmac() []byte

func (*LoginCryptoDiffieHellmanResponse) ProtoMessage

func (*LoginCryptoDiffieHellmanResponse) ProtoMessage()

func (*LoginCryptoDiffieHellmanResponse) ProtoReflect

func (*LoginCryptoDiffieHellmanResponse) Reset

func (*LoginCryptoDiffieHellmanResponse) String

type LoginCryptoHelloUnion

type LoginCryptoHelloUnion struct {
	DiffieHellman *LoginCryptoDiffieHellmanHello `protobuf:"bytes,10,opt,name=diffie_hellman,json=diffieHellman" json:"diffie_hellman,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginCryptoHelloUnion) Descriptor deprecated

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

Deprecated: Use LoginCryptoHelloUnion.ProtoReflect.Descriptor instead.

func (*LoginCryptoHelloUnion) GetDiffieHellman

func (*LoginCryptoHelloUnion) ProtoMessage

func (*LoginCryptoHelloUnion) ProtoMessage()

func (*LoginCryptoHelloUnion) ProtoReflect

func (x *LoginCryptoHelloUnion) ProtoReflect() protoreflect.Message

func (*LoginCryptoHelloUnion) Reset

func (x *LoginCryptoHelloUnion) Reset()

func (*LoginCryptoHelloUnion) String

func (x *LoginCryptoHelloUnion) String() string

type LoginCryptoResponseUnion

type LoginCryptoResponseUnion struct {
	DiffieHellman *LoginCryptoDiffieHellmanResponse `protobuf:"bytes,10,opt,name=diffie_hellman,json=diffieHellman" json:"diffie_hellman,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginCryptoResponseUnion) Descriptor deprecated

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

Deprecated: Use LoginCryptoResponseUnion.ProtoReflect.Descriptor instead.

func (*LoginCryptoResponseUnion) GetDiffieHellman

func (*LoginCryptoResponseUnion) ProtoMessage

func (*LoginCryptoResponseUnion) ProtoMessage()

func (*LoginCryptoResponseUnion) ProtoReflect

func (x *LoginCryptoResponseUnion) ProtoReflect() protoreflect.Message

func (*LoginCryptoResponseUnion) Reset

func (x *LoginCryptoResponseUnion) Reset()

func (*LoginCryptoResponseUnion) String

func (x *LoginCryptoResponseUnion) String() string

type MercuryMultiGetReply

type MercuryMultiGetReply struct {
	Reply []*MercuryReply `protobuf:"bytes,1,rep,name=reply" json:"reply,omitempty"`
	// contains filtered or unexported fields
}

func (*MercuryMultiGetReply) Descriptor deprecated

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

Deprecated: Use MercuryMultiGetReply.ProtoReflect.Descriptor instead.

func (*MercuryMultiGetReply) GetReply

func (x *MercuryMultiGetReply) GetReply() []*MercuryReply

func (*MercuryMultiGetReply) ProtoMessage

func (*MercuryMultiGetReply) ProtoMessage()

func (*MercuryMultiGetReply) ProtoReflect

func (x *MercuryMultiGetReply) ProtoReflect() protoreflect.Message

func (*MercuryMultiGetReply) Reset

func (x *MercuryMultiGetReply) Reset()

func (*MercuryMultiGetReply) String

func (x *MercuryMultiGetReply) String() string

type MercuryMultiGetRequest

type MercuryMultiGetRequest struct {
	Request []*MercuryRequest `protobuf:"bytes,1,rep,name=request" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*MercuryMultiGetRequest) Descriptor deprecated

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

Deprecated: Use MercuryMultiGetRequest.ProtoReflect.Descriptor instead.

func (*MercuryMultiGetRequest) GetRequest

func (x *MercuryMultiGetRequest) GetRequest() []*MercuryRequest

func (*MercuryMultiGetRequest) ProtoMessage

func (*MercuryMultiGetRequest) ProtoMessage()

func (*MercuryMultiGetRequest) ProtoReflect

func (x *MercuryMultiGetRequest) ProtoReflect() protoreflect.Message

func (*MercuryMultiGetRequest) Reset

func (x *MercuryMultiGetRequest) Reset()

func (*MercuryMultiGetRequest) String

func (x *MercuryMultiGetRequest) String() string

type MercuryReply

type MercuryReply struct {
	StatusCode    *int32                    `protobuf:"zigzag32,1,opt,name=status_code,json=statusCode" json:"status_code,omitempty"`
	StatusMessage *string                   `protobuf:"bytes,2,opt,name=status_message,json=statusMessage" json:"status_message,omitempty"`
	CachePolicy   *MercuryReply_CachePolicy `protobuf:"varint,3,opt,name=cache_policy,json=cachePolicy,enum=pb.MercuryReply_CachePolicy" json:"cache_policy,omitempty"`
	Ttl           *int32                    `protobuf:"zigzag32,4,opt,name=ttl" json:"ttl,omitempty"`
	Etag          []byte                    `protobuf:"bytes,5,opt,name=etag" json:"etag,omitempty"`
	ContentType   *string                   `protobuf:"bytes,6,opt,name=content_type,json=contentType" json:"content_type,omitempty"`
	Body          []byte                    `protobuf:"bytes,7,opt,name=body" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*MercuryReply) Descriptor deprecated

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

Deprecated: Use MercuryReply.ProtoReflect.Descriptor instead.

func (*MercuryReply) GetBody

func (x *MercuryReply) GetBody() []byte

func (*MercuryReply) GetCachePolicy

func (x *MercuryReply) GetCachePolicy() MercuryReply_CachePolicy

func (*MercuryReply) GetContentType

func (x *MercuryReply) GetContentType() string

func (*MercuryReply) GetEtag

func (x *MercuryReply) GetEtag() []byte

func (*MercuryReply) GetStatusCode

func (x *MercuryReply) GetStatusCode() int32

func (*MercuryReply) GetStatusMessage

func (x *MercuryReply) GetStatusMessage() string

func (*MercuryReply) GetTtl

func (x *MercuryReply) GetTtl() int32

func (*MercuryReply) ProtoMessage

func (*MercuryReply) ProtoMessage()

func (*MercuryReply) ProtoReflect

func (x *MercuryReply) ProtoReflect() protoreflect.Message

func (*MercuryReply) Reset

func (x *MercuryReply) Reset()

func (*MercuryReply) String

func (x *MercuryReply) String() string

type MercuryReply_CachePolicy

type MercuryReply_CachePolicy int32
const (
	MercuryReply_CACHE_NO      MercuryReply_CachePolicy = 1
	MercuryReply_CACHE_PRIVATE MercuryReply_CachePolicy = 2
	MercuryReply_CACHE_PUBLIC  MercuryReply_CachePolicy = 3
)

func (MercuryReply_CachePolicy) Descriptor

func (MercuryReply_CachePolicy) Enum

func (MercuryReply_CachePolicy) EnumDescriptor deprecated

func (MercuryReply_CachePolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use MercuryReply_CachePolicy.Descriptor instead.

func (MercuryReply_CachePolicy) Number

func (MercuryReply_CachePolicy) String

func (x MercuryReply_CachePolicy) String() string

func (MercuryReply_CachePolicy) Type

func (*MercuryReply_CachePolicy) UnmarshalJSON deprecated

func (x *MercuryReply_CachePolicy) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type MercuryRequest

type MercuryRequest struct {
	Uri         *string `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	ContentType *string `protobuf:"bytes,2,opt,name=content_type,json=contentType" json:"content_type,omitempty"`
	Body        []byte  `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"`
	Etag        []byte  `protobuf:"bytes,4,opt,name=etag" json:"etag,omitempty"`
	// contains filtered or unexported fields
}

func (*MercuryRequest) Descriptor deprecated

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

Deprecated: Use MercuryRequest.ProtoReflect.Descriptor instead.

func (*MercuryRequest) GetBody

func (x *MercuryRequest) GetBody() []byte

func (*MercuryRequest) GetContentType

func (x *MercuryRequest) GetContentType() string

func (*MercuryRequest) GetEtag

func (x *MercuryRequest) GetEtag() []byte

func (*MercuryRequest) GetUri

func (x *MercuryRequest) GetUri() string

func (*MercuryRequest) ProtoMessage

func (*MercuryRequest) ProtoMessage()

func (*MercuryRequest) ProtoReflect

func (x *MercuryRequest) ProtoReflect() protoreflect.Message

func (*MercuryRequest) Reset

func (x *MercuryRequest) Reset()

func (*MercuryRequest) String

func (x *MercuryRequest) String() string

type Merge

type Merge struct {
	BaseVersion  []byte      `protobuf:"bytes,1,opt,name=base_version,json=baseVersion" json:"base_version,omitempty"`
	MergeVersion []byte      `protobuf:"bytes,2,opt,name=merge_version,json=mergeVersion" json:"merge_version,omitempty"`
	Info         *ChangeInfo `protobuf:"bytes,4,opt,name=info" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*Merge) Descriptor deprecated

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

Deprecated: Use Merge.ProtoReflect.Descriptor instead.

func (*Merge) GetBaseVersion

func (x *Merge) GetBaseVersion() []byte

func (*Merge) GetInfo

func (x *Merge) GetInfo() *ChangeInfo

func (*Merge) GetMergeVersion

func (x *Merge) GetMergeVersion() []byte

func (*Merge) ProtoMessage

func (*Merge) ProtoMessage()

func (*Merge) ProtoReflect

func (x *Merge) ProtoReflect() protoreflect.Message

func (*Merge) Reset

func (x *Merge) Reset()

func (*Merge) String

func (x *Merge) String() string

type MergedProfileReply

type MergedProfileReply struct {
	Username *string `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	Artistid *string `protobuf:"bytes,2,opt,name=artistid" json:"artistid,omitempty"`
	// contains filtered or unexported fields
}

func (*MergedProfileReply) Descriptor deprecated

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

Deprecated: Use MergedProfileReply.ProtoReflect.Descriptor instead.

func (*MergedProfileReply) GetArtistid

func (x *MergedProfileReply) GetArtistid() string

func (*MergedProfileReply) GetUsername

func (x *MergedProfileReply) GetUsername() string

func (*MergedProfileReply) ProtoMessage

func (*MergedProfileReply) ProtoMessage()

func (*MergedProfileReply) ProtoReflect

func (x *MergedProfileReply) ProtoReflect() protoreflect.Message

func (*MergedProfileReply) Reset

func (x *MergedProfileReply) Reset()

func (*MergedProfileReply) String

func (x *MergedProfileReply) String() string

type MergedProfileRequest

type MergedProfileRequest struct {
	// contains filtered or unexported fields
}

func (*MergedProfileRequest) Descriptor deprecated

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

Deprecated: Use MergedProfileRequest.ProtoReflect.Descriptor instead.

func (*MergedProfileRequest) ProtoMessage

func (*MergedProfileRequest) ProtoMessage()

func (*MergedProfileRequest) ProtoReflect

func (x *MergedProfileRequest) ProtoReflect() protoreflect.Message

func (*MergedProfileRequest) Reset

func (x *MergedProfileRequest) Reset()

func (*MergedProfileRequest) String

func (x *MergedProfileRequest) String() string

type MessageType

type MessageType int32
const (
	MessageType_kMessageTypeHello          MessageType = 1
	MessageType_kMessageTypeGoodbye        MessageType = 2
	MessageType_kMessageTypeProbe          MessageType = 3
	MessageType_kMessageTypeNotify         MessageType = 10
	MessageType_kMessageTypeLoad           MessageType = 20
	MessageType_kMessageTypePlay           MessageType = 21
	MessageType_kMessageTypePause          MessageType = 22
	MessageType_kMessageTypePlayPause      MessageType = 23
	MessageType_kMessageTypeSeek           MessageType = 24
	MessageType_kMessageTypePrev           MessageType = 25
	MessageType_kMessageTypeNext           MessageType = 26
	MessageType_kMessageTypeVolume         MessageType = 27
	MessageType_kMessageTypeShuffle        MessageType = 28
	MessageType_kMessageTypeRepeat         MessageType = 29
	MessageType_kMessageTypeVolumeDown     MessageType = 31
	MessageType_kMessageTypeVolumeUp       MessageType = 32
	MessageType_kMessageTypeReplace        MessageType = 33
	MessageType_kMessageTypeLogout         MessageType = 34
	MessageType_kMessageTypeAction         MessageType = 35
	MessageType_kMessageTypeRename         MessageType = 36
	MessageType_kMessageTypeUpdateMetadata MessageType = 128
)

func (MessageType) Descriptor

func (MessageType) Enum

func (x MessageType) Enum() *MessageType

func (MessageType) EnumDescriptor deprecated

func (MessageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MessageType.Descriptor instead.

func (MessageType) Number

func (x MessageType) Number() protoreflect.EnumNumber

func (MessageType) String

func (x MessageType) String() string

func (MessageType) Type

func (*MessageType) UnmarshalJSON deprecated

func (x *MessageType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Metadata

type Metadata struct {
	Type     *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	Metadata *string `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetMetadata

func (x *Metadata) GetMetadata() string

func (*Metadata) GetType

func (x *Metadata) GetType() string

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

func (x *Metadata) ProtoReflect() protoreflect.Message

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type Mov

type Mov struct {
	FromIndex     *int32        `protobuf:"varint,1,opt,name=fromIndex" json:"fromIndex,omitempty"`
	Length        *int32        `protobuf:"varint,2,opt,name=length" json:"length,omitempty"`
	ToIndex       *int32        `protobuf:"varint,3,opt,name=toIndex" json:"toIndex,omitempty"`
	ListChecksum  *ListChecksum `protobuf:"bytes,4,opt,name=list_checksum,json=listChecksum" json:"list_checksum,omitempty"`
	ItemsChecksum *ListChecksum `protobuf:"bytes,5,opt,name=items_checksum,json=itemsChecksum" json:"items_checksum,omitempty"`
	UrisChecksum  *ListChecksum `protobuf:"bytes,6,opt,name=uris_checksum,json=urisChecksum" json:"uris_checksum,omitempty"`
	// contains filtered or unexported fields
}

func (*Mov) Descriptor deprecated

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

Deprecated: Use Mov.ProtoReflect.Descriptor instead.

func (*Mov) GetFromIndex

func (x *Mov) GetFromIndex() int32

func (*Mov) GetItemsChecksum

func (x *Mov) GetItemsChecksum() *ListChecksum

func (*Mov) GetLength

func (x *Mov) GetLength() int32

func (*Mov) GetListChecksum

func (x *Mov) GetListChecksum() *ListChecksum

func (*Mov) GetToIndex

func (x *Mov) GetToIndex() int32

func (*Mov) GetUrisChecksum

func (x *Mov) GetUrisChecksum() *ListChecksum

func (*Mov) ProtoMessage

func (*Mov) ProtoMessage()

func (*Mov) ProtoReflect

func (x *Mov) ProtoReflect() protoreflect.Message

func (*Mov) Reset

func (x *Mov) Reset()

func (*Mov) String

func (x *Mov) String() string

type MultiSeedRequest

type MultiSeedRequest struct {
	Uris []string `protobuf:"bytes,1,rep,name=uris" json:"uris,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSeedRequest) Descriptor deprecated

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

Deprecated: Use MultiSeedRequest.ProtoReflect.Descriptor instead.

func (*MultiSeedRequest) GetUris

func (x *MultiSeedRequest) GetUris() []string

func (*MultiSeedRequest) ProtoMessage

func (*MultiSeedRequest) ProtoMessage()

func (*MultiSeedRequest) ProtoReflect

func (x *MultiSeedRequest) ProtoReflect() protoreflect.Message

func (*MultiSeedRequest) Reset

func (x *MultiSeedRequest) Reset()

func (*MultiSeedRequest) String

func (x *MultiSeedRequest) String() string

type Op

type Op struct {
	Kind                 *Op_Kind              `protobuf:"varint,1,opt,name=kind,enum=pb.Op_Kind" json:"kind,omitempty"`
	Add                  *Add                  `protobuf:"bytes,2,opt,name=add" json:"add,omitempty"`
	Rem                  *Rem                  `protobuf:"bytes,3,opt,name=rem" json:"rem,omitempty"`
	Mov                  *Mov                  `protobuf:"bytes,4,opt,name=mov" json:"mov,omitempty"`
	UpdateItemAttributes *UpdateItemAttributes `protobuf:"bytes,5,opt,name=update_item_attributes,json=updateItemAttributes" json:"update_item_attributes,omitempty"`
	UpdateListAttributes *UpdateListAttributes `protobuf:"bytes,6,opt,name=update_list_attributes,json=updateListAttributes" json:"update_list_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*Op) Descriptor deprecated

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

Deprecated: Use Op.ProtoReflect.Descriptor instead.

func (*Op) GetAdd

func (x *Op) GetAdd() *Add

func (*Op) GetKind

func (x *Op) GetKind() Op_Kind

func (*Op) GetMov

func (x *Op) GetMov() *Mov

func (*Op) GetRem

func (x *Op) GetRem() *Rem

func (*Op) GetUpdateItemAttributes

func (x *Op) GetUpdateItemAttributes() *UpdateItemAttributes

func (*Op) GetUpdateListAttributes

func (x *Op) GetUpdateListAttributes() *UpdateListAttributes

func (*Op) ProtoMessage

func (*Op) ProtoMessage()

func (*Op) ProtoReflect

func (x *Op) ProtoReflect() protoreflect.Message

func (*Op) Reset

func (x *Op) Reset()

func (*Op) String

func (x *Op) String() string

type OpList

type OpList struct {
	Ops []*Op `protobuf:"bytes,1,rep,name=ops" json:"ops,omitempty"`
	// contains filtered or unexported fields
}

func (*OpList) Descriptor deprecated

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

Deprecated: Use OpList.ProtoReflect.Descriptor instead.

func (*OpList) GetOps

func (x *OpList) GetOps() []*Op

func (*OpList) ProtoMessage

func (*OpList) ProtoMessage()

func (*OpList) ProtoReflect

func (x *OpList) ProtoReflect() protoreflect.Message

func (*OpList) Reset

func (x *OpList) Reset()

func (*OpList) String

func (x *OpList) String() string

type Op_Kind

type Op_Kind int32
const (
	Op_KIND_UNKNOWN           Op_Kind = 0
	Op_ADD                    Op_Kind = 2
	Op_REM                    Op_Kind = 3
	Op_MOV                    Op_Kind = 4
	Op_UPDATE_ITEM_ATTRIBUTES Op_Kind = 5
	Op_UPDATE_LIST_ATTRIBUTES Op_Kind = 6
)

func (Op_Kind) Descriptor

func (Op_Kind) Descriptor() protoreflect.EnumDescriptor

func (Op_Kind) Enum

func (x Op_Kind) Enum() *Op_Kind

func (Op_Kind) EnumDescriptor deprecated

func (Op_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use Op_Kind.Descriptor instead.

func (Op_Kind) Number

func (x Op_Kind) Number() protoreflect.EnumNumber

func (Op_Kind) String

func (x Op_Kind) String() string

func (Op_Kind) Type

func (Op_Kind) Type() protoreflect.EnumType

func (*Op_Kind) UnmarshalJSON deprecated

func (x *Op_Kind) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type OriginalAudio

type OriginalAudio struct {
	Uuid []byte `protobuf:"bytes,1,opt,name=uuid" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*OriginalAudio) Descriptor deprecated

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

Deprecated: Use OriginalAudio.ProtoReflect.Descriptor instead.

func (*OriginalAudio) GetUuid

func (x *OriginalAudio) GetUuid() []byte

func (*OriginalAudio) ProtoMessage

func (*OriginalAudio) ProtoMessage()

func (*OriginalAudio) ProtoReflect

func (x *OriginalAudio) ProtoReflect() protoreflect.Message

func (*OriginalAudio) Reset

func (x *OriginalAudio) Reset()

func (*OriginalAudio) String

func (x *OriginalAudio) String() string

type Os

type Os int32
const (
	Os_OS_UNKNOWN    Os = 0
	Os_OS_WINDOWS    Os = 1
	Os_OS_OSX        Os = 2
	Os_OS_IPHONE     Os = 3
	Os_OS_S60        Os = 4
	Os_OS_LINUX      Os = 5
	Os_OS_WINDOWS_CE Os = 6
	Os_OS_ANDROID    Os = 7
	Os_OS_PALM       Os = 8
	Os_OS_FREEBSD    Os = 9
	Os_OS_BLACKBERRY Os = 10
	Os_OS_SONOS      Os = 11
	Os_OS_LOGITECH   Os = 12
	Os_OS_WP7        Os = 13
	Os_OS_ONKYO      Os = 14
	Os_OS_PHILIPS    Os = 15
	Os_OS_WD         Os = 16
	Os_OS_VOLVO      Os = 17
	Os_OS_TIVO       Os = 18
	Os_OS_AWOX       Os = 19
	Os_OS_MEEGO      Os = 20
	Os_OS_QNXNTO     Os = 21
	Os_OS_BCO        Os = 22
)

func (Os) Descriptor

func (Os) Descriptor() protoreflect.EnumDescriptor

func (Os) Enum

func (x Os) Enum() *Os

func (Os) EnumDescriptor deprecated

func (Os) EnumDescriptor() ([]byte, []int)

Deprecated: Use Os.Descriptor instead.

func (Os) Number

func (x Os) Number() protoreflect.EnumNumber

func (Os) String

func (x Os) String() string

func (Os) Type

func (Os) Type() protoreflect.EnumType

func (*Os) UnmarshalJSON deprecated

func (x *Os) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Pause

type Pause struct {
	SecondsPlayed *int32 `protobuf:"varint,1,opt,name=seconds_played,json=secondsPlayed" json:"seconds_played,omitempty"`
	EndTime       *int64 `protobuf:"varint,2,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Pause) Descriptor deprecated

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

Deprecated: Use Pause.ProtoReflect.Descriptor instead.

func (*Pause) GetEndTime

func (x *Pause) GetEndTime() int64

func (*Pause) GetSecondsPlayed

func (x *Pause) GetSecondsPlayed() int32

func (*Pause) ProtoMessage

func (*Pause) ProtoMessage()

func (*Pause) ProtoReflect

func (x *Pause) ProtoReflect() protoreflect.Message

func (*Pause) Reset

func (x *Pause) Reset()

func (*Pause) String

func (x *Pause) String() string

type PeerTicketOld

type PeerTicketOld struct {
	PeerTicket          []byte `protobuf:"bytes,10,req,name=peer_ticket,json=peerTicket" json:"peer_ticket,omitempty"`
	PeerTicketSignature []byte `protobuf:"bytes,20,req,name=peer_ticket_signature,json=peerTicketSignature" json:"peer_ticket_signature,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerTicketOld) Descriptor deprecated

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

Deprecated: Use PeerTicketOld.ProtoReflect.Descriptor instead.

func (*PeerTicketOld) GetPeerTicket

func (x *PeerTicketOld) GetPeerTicket() []byte

func (*PeerTicketOld) GetPeerTicketSignature

func (x *PeerTicketOld) GetPeerTicketSignature() []byte

func (*PeerTicketOld) ProtoMessage

func (*PeerTicketOld) ProtoMessage()

func (*PeerTicketOld) ProtoReflect

func (x *PeerTicketOld) ProtoReflect() protoreflect.Message

func (*PeerTicketOld) Reset

func (x *PeerTicketOld) Reset()

func (*PeerTicketOld) String

func (x *PeerTicketOld) String() string

type PeerTicketPublicKey

type PeerTicketPublicKey struct {
	PublicKey []byte `protobuf:"bytes,10,req,name=public_key,json=publicKey" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerTicketPublicKey) Descriptor deprecated

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

Deprecated: Use PeerTicketPublicKey.ProtoReflect.Descriptor instead.

func (*PeerTicketPublicKey) GetPublicKey

func (x *PeerTicketPublicKey) GetPublicKey() []byte

func (*PeerTicketPublicKey) ProtoMessage

func (*PeerTicketPublicKey) ProtoMessage()

func (*PeerTicketPublicKey) ProtoReflect

func (x *PeerTicketPublicKey) ProtoReflect() protoreflect.Message

func (*PeerTicketPublicKey) Reset

func (x *PeerTicketPublicKey) Reset()

func (*PeerTicketPublicKey) String

func (x *PeerTicketPublicKey) String() string

type PeerTicketUnion

type PeerTicketUnion struct {
	PublicKey *PeerTicketPublicKey `protobuf:"bytes,10,opt,name=public_key,json=publicKey" json:"public_key,omitempty"`
	OldTicket *PeerTicketOld       `protobuf:"bytes,20,opt,name=old_ticket,json=oldTicket" json:"old_ticket,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerTicketUnion) Descriptor deprecated

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

Deprecated: Use PeerTicketUnion.ProtoReflect.Descriptor instead.

func (*PeerTicketUnion) GetOldTicket

func (x *PeerTicketUnion) GetOldTicket() *PeerTicketOld

func (*PeerTicketUnion) GetPublicKey

func (x *PeerTicketUnion) GetPublicKey() *PeerTicketPublicKey

func (*PeerTicketUnion) ProtoMessage

func (*PeerTicketUnion) ProtoMessage()

func (*PeerTicketUnion) ProtoReflect

func (x *PeerTicketUnion) ProtoReflect() protoreflect.Message

func (*PeerTicketUnion) Reset

func (x *PeerTicketUnion) Reset()

func (*PeerTicketUnion) String

func (x *PeerTicketUnion) String() string

type Platform

type Platform int32
const (
	Platform_PLATFORM_WIN32_X86      Platform = 0
	Platform_PLATFORM_OSX_X86        Platform = 1
	Platform_PLATFORM_LINUX_X86      Platform = 2
	Platform_PLATFORM_IPHONE_ARM     Platform = 3
	Platform_PLATFORM_S60_ARM        Platform = 4
	Platform_PLATFORM_OSX_PPC        Platform = 5
	Platform_PLATFORM_ANDROID_ARM    Platform = 6
	Platform_PLATFORM_WINDOWS_CE_ARM Platform = 7
	Platform_PLATFORM_LINUX_X86_64   Platform = 8
	Platform_PLATFORM_OSX_X86_64     Platform = 9
	Platform_PLATFORM_PALM_ARM       Platform = 10
	Platform_PLATFORM_LINUX_SH       Platform = 11
	Platform_PLATFORM_FREEBSD_X86    Platform = 12
	Platform_PLATFORM_FREEBSD_X86_64 Platform = 13
	Platform_PLATFORM_BLACKBERRY_ARM Platform = 14
	Platform_PLATFORM_SONOS          Platform = 15
	Platform_PLATFORM_LINUX_MIPS     Platform = 16
	Platform_PLATFORM_LINUX_ARM      Platform = 17
	Platform_PLATFORM_LOGITECH_ARM   Platform = 18
	Platform_PLATFORM_LINUX_BLACKFIN Platform = 19
	Platform_PLATFORM_WP7_ARM        Platform = 20
	Platform_PLATFORM_ONKYO_ARM      Platform = 21
	Platform_PLATFORM_QNXNTO_ARM     Platform = 22
	Platform_PLATFORM_BCO_ARM        Platform = 23
)

func (Platform) Descriptor

func (Platform) Descriptor() protoreflect.EnumDescriptor

func (Platform) Enum

func (x Platform) Enum() *Platform

func (Platform) EnumDescriptor deprecated

func (Platform) EnumDescriptor() ([]byte, []int)

Deprecated: Use Platform.Descriptor instead.

func (Platform) Number

func (x Platform) Number() protoreflect.EnumNumber

func (Platform) String

func (x Platform) String() string

func (Platform) Type

func (*Platform) UnmarshalJSON deprecated

func (x *Platform) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PlayStatus

type PlayStatus int32
const (
	PlayStatus_kPlayStatusStop    PlayStatus = 0
	PlayStatus_kPlayStatusPlay    PlayStatus = 1
	PlayStatus_kPlayStatusPause   PlayStatus = 2
	PlayStatus_kPlayStatusLoading PlayStatus = 3
)

func (PlayStatus) Descriptor

func (PlayStatus) Descriptor() protoreflect.EnumDescriptor

func (PlayStatus) Enum

func (x PlayStatus) Enum() *PlayStatus

func (PlayStatus) EnumDescriptor deprecated

func (PlayStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use PlayStatus.Descriptor instead.

func (PlayStatus) Number

func (x PlayStatus) Number() protoreflect.EnumNumber

func (PlayStatus) String

func (x PlayStatus) String() string

func (PlayStatus) Type

func (*PlayStatus) UnmarshalJSON deprecated

func (x *PlayStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Playlist

type Playlist struct {
	Uri   *string  `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	Name  *string  `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Image []*Image `protobuf:"bytes,3,rep,name=image" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*Playlist) Descriptor deprecated

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

Deprecated: Use Playlist.ProtoReflect.Descriptor instead.

func (*Playlist) GetImage

func (x *Playlist) GetImage() []*Image

func (*Playlist) GetName

func (x *Playlist) GetName() string

func (*Playlist) GetUri

func (x *Playlist) GetUri() string

func (*Playlist) ProtoMessage

func (*Playlist) ProtoMessage()

func (*Playlist) ProtoReflect

func (x *Playlist) ProtoReflect() protoreflect.Message

func (*Playlist) Reset

func (x *Playlist) Reset()

func (*Playlist) String

func (x *Playlist) String() string

type PoWChallengeUnion

type PoWChallengeUnion struct {
	HashCash *PoWHashCashChallenge `protobuf:"bytes,10,opt,name=hash_cash,json=hashCash" json:"hash_cash,omitempty"`
	// contains filtered or unexported fields
}

func (*PoWChallengeUnion) Descriptor deprecated

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

Deprecated: Use PoWChallengeUnion.ProtoReflect.Descriptor instead.

func (*PoWChallengeUnion) GetHashCash

func (x *PoWChallengeUnion) GetHashCash() *PoWHashCashChallenge

func (*PoWChallengeUnion) ProtoMessage

func (*PoWChallengeUnion) ProtoMessage()

func (*PoWChallengeUnion) ProtoReflect

func (x *PoWChallengeUnion) ProtoReflect() protoreflect.Message

func (*PoWChallengeUnion) Reset

func (x *PoWChallengeUnion) Reset()

func (*PoWChallengeUnion) String

func (x *PoWChallengeUnion) String() string

type PoWHashCashChallenge

type PoWHashCashChallenge struct {
	Prefix []byte `protobuf:"bytes,10,opt,name=prefix" json:"prefix,omitempty"`
	Length *int32 `protobuf:"varint,20,opt,name=length" json:"length,omitempty"`
	Target *int32 `protobuf:"varint,30,opt,name=target" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*PoWHashCashChallenge) Descriptor deprecated

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

Deprecated: Use PoWHashCashChallenge.ProtoReflect.Descriptor instead.

func (*PoWHashCashChallenge) GetLength

func (x *PoWHashCashChallenge) GetLength() int32

func (*PoWHashCashChallenge) GetPrefix

func (x *PoWHashCashChallenge) GetPrefix() []byte

func (*PoWHashCashChallenge) GetTarget

func (x *PoWHashCashChallenge) GetTarget() int32

func (*PoWHashCashChallenge) ProtoMessage

func (*PoWHashCashChallenge) ProtoMessage()

func (*PoWHashCashChallenge) ProtoReflect

func (x *PoWHashCashChallenge) ProtoReflect() protoreflect.Message

func (*PoWHashCashChallenge) Reset

func (x *PoWHashCashChallenge) Reset()

func (*PoWHashCashChallenge) String

func (x *PoWHashCashChallenge) String() string

type PoWHashCashResponse

type PoWHashCashResponse struct {
	HashSuffix []byte `protobuf:"bytes,10,req,name=hash_suffix,json=hashSuffix" json:"hash_suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*PoWHashCashResponse) Descriptor deprecated

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

Deprecated: Use PoWHashCashResponse.ProtoReflect.Descriptor instead.

func (*PoWHashCashResponse) GetHashSuffix

func (x *PoWHashCashResponse) GetHashSuffix() []byte

func (*PoWHashCashResponse) ProtoMessage

func (*PoWHashCashResponse) ProtoMessage()

func (*PoWHashCashResponse) ProtoReflect

func (x *PoWHashCashResponse) ProtoReflect() protoreflect.Message

func (*PoWHashCashResponse) Reset

func (x *PoWHashCashResponse) Reset()

func (*PoWHashCashResponse) String

func (x *PoWHashCashResponse) String() string

type PoWResponseUnion

type PoWResponseUnion struct {
	HashCash *PoWHashCashResponse `protobuf:"bytes,10,opt,name=hash_cash,json=hashCash" json:"hash_cash,omitempty"`
	// contains filtered or unexported fields
}

func (*PoWResponseUnion) Descriptor deprecated

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

Deprecated: Use PoWResponseUnion.ProtoReflect.Descriptor instead.

func (*PoWResponseUnion) GetHashCash

func (x *PoWResponseUnion) GetHashCash() *PoWHashCashResponse

func (*PoWResponseUnion) ProtoMessage

func (*PoWResponseUnion) ProtoMessage()

func (*PoWResponseUnion) ProtoReflect

func (x *PoWResponseUnion) ProtoReflect() protoreflect.Message

func (*PoWResponseUnion) Reset

func (x *PoWResponseUnion) Reset()

func (*PoWResponseUnion) String

func (x *PoWResponseUnion) String() string

type PopcountRequest

type PopcountRequest struct {
	// contains filtered or unexported fields
}

func (*PopcountRequest) Descriptor deprecated

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

Deprecated: Use PopcountRequest.ProtoReflect.Descriptor instead.

func (*PopcountRequest) ProtoMessage

func (*PopcountRequest) ProtoMessage()

func (*PopcountRequest) ProtoReflect

func (x *PopcountRequest) ProtoReflect() protoreflect.Message

func (*PopcountRequest) Reset

func (x *PopcountRequest) Reset()

func (*PopcountRequest) String

func (x *PopcountRequest) String() string

type PopcountResult

type PopcountResult struct {
	Count                  *int64   `protobuf:"zigzag64,1,opt,name=count" json:"count,omitempty"`
	Truncated              *bool    `protobuf:"varint,2,opt,name=truncated" json:"truncated,omitempty"`
	User                   []string `protobuf:"bytes,3,rep,name=user" json:"user,omitempty"`
	SubscriptionTimestamps []int64  `protobuf:"zigzag64,4,rep,name=subscriptionTimestamps" json:"subscriptionTimestamps,omitempty"`
	InsertionTimestamps    []int64  `protobuf:"zigzag64,5,rep,name=insertionTimestamps" json:"insertionTimestamps,omitempty"`
	// contains filtered or unexported fields
}

func (*PopcountResult) Descriptor deprecated

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

Deprecated: Use PopcountResult.ProtoReflect.Descriptor instead.

func (*PopcountResult) GetCount

func (x *PopcountResult) GetCount() int64

func (*PopcountResult) GetInsertionTimestamps

func (x *PopcountResult) GetInsertionTimestamps() []int64

func (*PopcountResult) GetSubscriptionTimestamps

func (x *PopcountResult) GetSubscriptionTimestamps() []int64

func (*PopcountResult) GetTruncated

func (x *PopcountResult) GetTruncated() bool

func (*PopcountResult) GetUser

func (x *PopcountResult) GetUser() []string

func (*PopcountResult) ProtoMessage

func (*PopcountResult) ProtoMessage()

func (*PopcountResult) ProtoReflect

func (x *PopcountResult) ProtoReflect() protoreflect.Message

func (*PopcountResult) Reset

func (x *PopcountResult) Reset()

func (*PopcountResult) String

func (x *PopcountResult) String() string

type Powscheme

type Powscheme int32
const (
	Powscheme_POW_HASH_CASH Powscheme = 0
)

func (Powscheme) Descriptor

func (Powscheme) Descriptor() protoreflect.EnumDescriptor

func (Powscheme) Enum

func (x Powscheme) Enum() *Powscheme

func (Powscheme) EnumDescriptor deprecated

func (Powscheme) EnumDescriptor() ([]byte, []int)

Deprecated: Use Powscheme.Descriptor instead.

func (Powscheme) Number

func (x Powscheme) Number() protoreflect.EnumNumber

func (Powscheme) String

func (x Powscheme) String() string

func (Powscheme) Type

func (*Powscheme) UnmarshalJSON deprecated

func (x *Powscheme) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Product

type Product int32
const (
	Product_PRODUCT_CLIENT              Product = 0
	Product_PRODUCT_LIBSPOTIFY          Product = 1
	Product_PRODUCT_MOBILE              Product = 2
	Product_PRODUCT_PARTNER             Product = 3
	Product_PRODUCT_LIBSPOTIFY_EMBEDDED Product = 5
)

func (Product) Descriptor

func (Product) Descriptor() protoreflect.EnumDescriptor

func (Product) Enum

func (x Product) Enum() *Product

func (Product) EnumDescriptor deprecated

func (Product) EnumDescriptor() ([]byte, []int)

Deprecated: Use Product.Descriptor instead.

func (Product) Number

func (x Product) Number() protoreflect.EnumNumber

func (Product) String

func (x Product) String() string

func (Product) Type

func (Product) Type() protoreflect.EnumType

func (*Product) UnmarshalJSON deprecated

func (x *Product) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ProductFlags

type ProductFlags int32
const (
	ProductFlags_PRODUCT_FLAG_NONE      ProductFlags = 0
	ProductFlags_PRODUCT_FLAG_DEV_BUILD ProductFlags = 1
)

func (ProductFlags) Descriptor

func (ProductFlags) Enum

func (x ProductFlags) Enum() *ProductFlags

func (ProductFlags) EnumDescriptor deprecated

func (ProductFlags) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProductFlags.Descriptor instead.

func (ProductFlags) Number

func (ProductFlags) String

func (x ProductFlags) String() string

func (ProductFlags) Type

func (*ProductFlags) UnmarshalJSON deprecated

func (x *ProductFlags) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type RadioRequest

type RadioRequest struct {
	Uris       []string `protobuf:"bytes,1,rep,name=uris" json:"uris,omitempty"`
	Salt       *int32   `protobuf:"varint,2,opt,name=salt" json:"salt,omitempty"`
	Length     *int32   `protobuf:"varint,4,opt,name=length" json:"length,omitempty"`
	StationId  *string  `protobuf:"bytes,5,opt,name=stationId" json:"stationId,omitempty"`
	LastTracks []string `protobuf:"bytes,6,rep,name=lastTracks" json:"lastTracks,omitempty"`
	// contains filtered or unexported fields
}

func (*RadioRequest) Descriptor deprecated

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

Deprecated: Use RadioRequest.ProtoReflect.Descriptor instead.

func (*RadioRequest) GetLastTracks

func (x *RadioRequest) GetLastTracks() []string

func (*RadioRequest) GetLength

func (x *RadioRequest) GetLength() int32

func (*RadioRequest) GetSalt

func (x *RadioRequest) GetSalt() int32

func (*RadioRequest) GetStationId

func (x *RadioRequest) GetStationId() string

func (*RadioRequest) GetUris

func (x *RadioRequest) GetUris() []string

func (*RadioRequest) ProtoMessage

func (*RadioRequest) ProtoMessage()

func (*RadioRequest) ProtoReflect

func (x *RadioRequest) ProtoReflect() protoreflect.Message

func (*RadioRequest) Reset

func (x *RadioRequest) Reset()

func (*RadioRequest) String

func (x *RadioRequest) String() string

type Rem

type Rem struct {
	FromIndex     *int32        `protobuf:"varint,1,opt,name=fromIndex" json:"fromIndex,omitempty"`
	Length        *int32        `protobuf:"varint,2,opt,name=length" json:"length,omitempty"`
	Items         []*Item       `protobuf:"bytes,3,rep,name=items" json:"items,omitempty"`
	ListChecksum  *ListChecksum `protobuf:"bytes,4,opt,name=list_checksum,json=listChecksum" json:"list_checksum,omitempty"`
	ItemsChecksum *ListChecksum `protobuf:"bytes,5,opt,name=items_checksum,json=itemsChecksum" json:"items_checksum,omitempty"`
	UrisChecksum  *ListChecksum `protobuf:"bytes,6,opt,name=uris_checksum,json=urisChecksum" json:"uris_checksum,omitempty"`
	ItemsAsKey    *bool         `protobuf:"varint,7,opt,name=itemsAsKey" json:"itemsAsKey,omitempty"`
	// contains filtered or unexported fields
}

func (*Rem) Descriptor deprecated

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

Deprecated: Use Rem.ProtoReflect.Descriptor instead.

func (*Rem) GetFromIndex

func (x *Rem) GetFromIndex() int32

func (*Rem) GetItems

func (x *Rem) GetItems() []*Item

func (*Rem) GetItemsAsKey

func (x *Rem) GetItemsAsKey() bool

func (*Rem) GetItemsChecksum

func (x *Rem) GetItemsChecksum() *ListChecksum

func (*Rem) GetLength

func (x *Rem) GetLength() int32

func (*Rem) GetListChecksum

func (x *Rem) GetListChecksum() *ListChecksum

func (*Rem) GetUrisChecksum

func (x *Rem) GetUrisChecksum() *ListChecksum

func (*Rem) ProtoMessage

func (*Rem) ProtoMessage()

func (*Rem) ProtoReflect

func (x *Rem) ProtoReflect() protoreflect.Message

func (*Rem) Reset

func (x *Rem) Reset()

func (*Rem) String

func (x *Rem) String() string

type RequestHeader

type RequestHeader struct {
	Market           *string                    `protobuf:"bytes,1,opt,name=market" json:"market,omitempty"`
	Platform         *RequestHeader_Platform    `protobuf:"varint,2,opt,name=platform,enum=pb.RequestHeader_Platform" json:"platform,omitempty"`
	AppInfos         *AppInfoList               `protobuf:"bytes,6,opt,name=app_infos,json=appInfos" json:"app_infos,omitempty"`
	BridgeIdentifier *string                    `protobuf:"bytes,7,opt,name=bridge_identifier,json=bridgeIdentifier" json:"bridge_identifier,omitempty"`
	BridgeVersion    *SemanticVersion           `protobuf:"bytes,8,opt,name=bridge_version,json=bridgeVersion" json:"bridge_version,omitempty"`
	DeviceClass      *RequestHeader_DeviceClass `protobuf:"varint,9,opt,name=device_class,json=deviceClass,enum=pb.RequestHeader_DeviceClass" json:"device_class,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestHeader) Descriptor deprecated

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

Deprecated: Use RequestHeader.ProtoReflect.Descriptor instead.

func (*RequestHeader) GetAppInfos

func (x *RequestHeader) GetAppInfos() *AppInfoList

func (*RequestHeader) GetBridgeIdentifier

func (x *RequestHeader) GetBridgeIdentifier() string

func (*RequestHeader) GetBridgeVersion

func (x *RequestHeader) GetBridgeVersion() *SemanticVersion

func (*RequestHeader) GetDeviceClass

func (x *RequestHeader) GetDeviceClass() RequestHeader_DeviceClass

func (*RequestHeader) GetMarket

func (x *RequestHeader) GetMarket() string

func (*RequestHeader) GetPlatform

func (x *RequestHeader) GetPlatform() RequestHeader_Platform

func (*RequestHeader) ProtoMessage

func (*RequestHeader) ProtoMessage()

func (*RequestHeader) ProtoReflect

func (x *RequestHeader) ProtoReflect() protoreflect.Message

func (*RequestHeader) Reset

func (x *RequestHeader) Reset()

func (*RequestHeader) String

func (x *RequestHeader) String() string

type RequestHeader_DeviceClass

type RequestHeader_DeviceClass int32
const (
	RequestHeader_DESKTOP RequestHeader_DeviceClass = 1
	RequestHeader_TABLET  RequestHeader_DeviceClass = 2
	RequestHeader_MOBILE  RequestHeader_DeviceClass = 3
	RequestHeader_WEB     RequestHeader_DeviceClass = 4
	RequestHeader_TV      RequestHeader_DeviceClass = 5
)

func (RequestHeader_DeviceClass) Descriptor

func (RequestHeader_DeviceClass) Enum

func (RequestHeader_DeviceClass) EnumDescriptor deprecated

func (RequestHeader_DeviceClass) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestHeader_DeviceClass.Descriptor instead.

func (RequestHeader_DeviceClass) Number

func (RequestHeader_DeviceClass) String

func (x RequestHeader_DeviceClass) String() string

func (RequestHeader_DeviceClass) Type

func (*RequestHeader_DeviceClass) UnmarshalJSON deprecated

func (x *RequestHeader_DeviceClass) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type RequestHeader_Platform

type RequestHeader_Platform int32
const (
	RequestHeader_WIN32_X86      RequestHeader_Platform = 0
	RequestHeader_OSX_X86        RequestHeader_Platform = 1
	RequestHeader_LINUX_X86      RequestHeader_Platform = 2
	RequestHeader_IPHONE_ARM     RequestHeader_Platform = 3
	RequestHeader_SYMBIANS60_ARM RequestHeader_Platform = 4
	RequestHeader_OSX_POWERPC    RequestHeader_Platform = 5
	RequestHeader_ANDROID_ARM    RequestHeader_Platform = 6
	RequestHeader_WINCE_ARM      RequestHeader_Platform = 7
	RequestHeader_LINUX_X86_64   RequestHeader_Platform = 8
	RequestHeader_OSX_X86_64     RequestHeader_Platform = 9
	RequestHeader_PALM_ARM       RequestHeader_Platform = 10
	RequestHeader_LINUX_SH       RequestHeader_Platform = 11
	RequestHeader_FREEBSD_X86    RequestHeader_Platform = 12
	RequestHeader_FREEBSD_X86_64 RequestHeader_Platform = 13
	RequestHeader_BLACKBERRY_ARM RequestHeader_Platform = 14
	RequestHeader_SONOS_UNKNOWN  RequestHeader_Platform = 15
	RequestHeader_LINUX_MIPS     RequestHeader_Platform = 16
	RequestHeader_LINUX_ARM      RequestHeader_Platform = 17
	RequestHeader_LOGITECH_ARM   RequestHeader_Platform = 18
	RequestHeader_LINUX_BLACKFIN RequestHeader_Platform = 19
	RequestHeader_ONKYO_ARM      RequestHeader_Platform = 21
	RequestHeader_QNXNTO_ARM     RequestHeader_Platform = 22
	RequestHeader_BADPLATFORM    RequestHeader_Platform = 255
)

func (RequestHeader_Platform) Descriptor

func (RequestHeader_Platform) Enum

func (RequestHeader_Platform) EnumDescriptor deprecated

func (RequestHeader_Platform) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestHeader_Platform.Descriptor instead.

func (RequestHeader_Platform) Number

func (RequestHeader_Platform) String

func (x RequestHeader_Platform) String() string

func (RequestHeader_Platform) Type

func (*RequestHeader_Platform) UnmarshalJSON deprecated

func (x *RequestHeader_Platform) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Restriction

type Restriction struct {
	Catalogue          []Restriction_Catalogue `protobuf:"varint,1,rep,name=catalogue,enum=pb.Restriction_Catalogue" json:"catalogue,omitempty"`
	CountriesAllowed   *string                 `protobuf:"bytes,2,opt,name=countries_allowed,json=countriesAllowed" json:"countries_allowed,omitempty"`
	CountriesForbidden *string                 `protobuf:"bytes,3,opt,name=countries_forbidden,json=countriesForbidden" json:"countries_forbidden,omitempty"`
	Typ                *Restriction_Type       `protobuf:"varint,4,opt,name=typ,enum=pb.Restriction_Type" json:"typ,omitempty"`
	CatalogueStr       []string                `protobuf:"bytes,5,rep,name=catalogue_str,json=catalogueStr" json:"catalogue_str,omitempty"`
	// contains filtered or unexported fields
}

func (*Restriction) Descriptor deprecated

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

Deprecated: Use Restriction.ProtoReflect.Descriptor instead.

func (*Restriction) GetCatalogue

func (x *Restriction) GetCatalogue() []Restriction_Catalogue

func (*Restriction) GetCatalogueStr

func (x *Restriction) GetCatalogueStr() []string

func (*Restriction) GetCountriesAllowed

func (x *Restriction) GetCountriesAllowed() string

func (*Restriction) GetCountriesForbidden

func (x *Restriction) GetCountriesForbidden() string

func (*Restriction) GetTyp

func (x *Restriction) GetTyp() Restriction_Type

func (*Restriction) ProtoMessage

func (*Restriction) ProtoMessage()

func (*Restriction) ProtoReflect

func (x *Restriction) ProtoReflect() protoreflect.Message

func (*Restriction) Reset

func (x *Restriction) Reset()

func (*Restriction) String

func (x *Restriction) String() string

type Restriction_Catalogue

type Restriction_Catalogue int32
const (
	Restriction_AD            Restriction_Catalogue = 0
	Restriction_SUBSCRIPTION  Restriction_Catalogue = 1
	Restriction_CATALOGUE_ALL Restriction_Catalogue = 2
	Restriction_SHUFFLE       Restriction_Catalogue = 3
	Restriction_COMMERCIAL    Restriction_Catalogue = 4
)

func (Restriction_Catalogue) Descriptor

func (Restriction_Catalogue) Enum

func (Restriction_Catalogue) EnumDescriptor deprecated

func (Restriction_Catalogue) EnumDescriptor() ([]byte, []int)

Deprecated: Use Restriction_Catalogue.Descriptor instead.

func (Restriction_Catalogue) Number

func (Restriction_Catalogue) String

func (x Restriction_Catalogue) String() string

func (Restriction_Catalogue) Type

func (*Restriction_Catalogue) UnmarshalJSON deprecated

func (x *Restriction_Catalogue) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Restriction_Type

type Restriction_Type int32
const (
	Restriction_STREAMING Restriction_Type = 0
)

func (Restriction_Type) Descriptor

func (Restriction_Type) Enum

func (Restriction_Type) EnumDescriptor deprecated

func (Restriction_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Restriction_Type.Descriptor instead.

func (Restriction_Type) Number

func (Restriction_Type) String

func (x Restriction_Type) String() string

func (Restriction_Type) Type

func (*Restriction_Type) UnmarshalJSON deprecated

func (x *Restriction_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Resume

type Resume struct {
	SecondsPlayed *int32 `protobuf:"varint,1,opt,name=seconds_played,json=secondsPlayed" json:"seconds_played,omitempty"`
	EndTime       *int64 `protobuf:"varint,2,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Resume) Descriptor deprecated

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

Deprecated: Use Resume.ProtoReflect.Descriptor instead.

func (*Resume) GetEndTime

func (x *Resume) GetEndTime() int64

func (*Resume) GetSecondsPlayed

func (x *Resume) GetSecondsPlayed() int32

func (*Resume) ProtoMessage

func (*Resume) ProtoMessage()

func (*Resume) ProtoReflect

func (x *Resume) ProtoReflect() protoreflect.Message

func (*Resume) Reset

func (x *Resume) Reset()

func (*Resume) String

func (x *Resume) String() string

type RetryInfo

type RetryInfo struct {
	RetryDelay *int32 `protobuf:"varint,1,opt,name=retry_delay,json=retryDelay" json:"retry_delay,omitempty"`
	MaxRetry   *int32 `protobuf:"varint,2,opt,name=max_retry,json=maxRetry" json:"max_retry,omitempty"`
	// contains filtered or unexported fields
}

func (*RetryInfo) Descriptor deprecated

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

Deprecated: Use RetryInfo.ProtoReflect.Descriptor instead.

func (*RetryInfo) GetMaxRetry

func (x *RetryInfo) GetMaxRetry() int32

func (*RetryInfo) GetRetryDelay

func (x *RetryInfo) GetRetryDelay() int32

func (*RetryInfo) ProtoMessage

func (*RetryInfo) ProtoMessage()

func (*RetryInfo) ProtoReflect

func (x *RetryInfo) ProtoReflect() protoreflect.Message

func (*RetryInfo) Reset

func (x *RetryInfo) Reset()

func (*RetryInfo) String

func (x *RetryInfo) String() string

type RevisionTaggedChangeSet

type RevisionTaggedChangeSet struct {
	Revision  []byte     `protobuf:"bytes,1,opt,name=revision" json:"revision,omitempty"`
	ChangeSet *ChangeSet `protobuf:"bytes,2,opt,name=change_set,json=changeSet" json:"change_set,omitempty"`
	// contains filtered or unexported fields
}

func (*RevisionTaggedChangeSet) Descriptor deprecated

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

Deprecated: Use RevisionTaggedChangeSet.ProtoReflect.Descriptor instead.

func (*RevisionTaggedChangeSet) GetChangeSet

func (x *RevisionTaggedChangeSet) GetChangeSet() *ChangeSet

func (*RevisionTaggedChangeSet) GetRevision

func (x *RevisionTaggedChangeSet) GetRevision() []byte

func (*RevisionTaggedChangeSet) ProtoMessage

func (*RevisionTaggedChangeSet) ProtoMessage()

func (*RevisionTaggedChangeSet) ProtoReflect

func (x *RevisionTaggedChangeSet) ProtoReflect() protoreflect.Message

func (*RevisionTaggedChangeSet) Reset

func (x *RevisionTaggedChangeSet) Reset()

func (*RevisionTaggedChangeSet) String

func (x *RevisionTaggedChangeSet) String() string

type Rule

type Rule struct {
	Type     *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	Times    *uint32 `protobuf:"varint,2,opt,name=times" json:"times,omitempty"`
	Interval *uint64 `protobuf:"varint,3,opt,name=interval" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

func (*Rule) Descriptor deprecated

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

Deprecated: Use Rule.ProtoReflect.Descriptor instead.

func (*Rule) GetInterval

func (x *Rule) GetInterval() uint64

func (*Rule) GetTimes

func (x *Rule) GetTimes() uint32

func (*Rule) GetType

func (x *Rule) GetType() string

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) ProtoReflect

func (x *Rule) ProtoReflect() protoreflect.Message

func (*Rule) Reset

func (x *Rule) Reset()

func (*Rule) String

func (x *Rule) String() string

type Rules

type Rules struct {
	Js *string `protobuf:"bytes,1,opt,name=js" json:"js,omitempty"`
	// contains filtered or unexported fields
}

func (*Rules) Descriptor deprecated

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

Deprecated: Use Rules.ProtoReflect.Descriptor instead.

func (*Rules) GetJs

func (x *Rules) GetJs() string

func (*Rules) ProtoMessage

func (*Rules) ProtoMessage()

func (*Rules) ProtoReflect

func (x *Rules) ProtoReflect() protoreflect.Message

func (*Rules) Reset

func (x *Rules) Reset()

func (*Rules) String

func (x *Rules) String() string

type SalePeriod

type SalePeriod struct {
	Restriction []*Restriction `protobuf:"bytes,1,rep,name=restriction" json:"restriction,omitempty"`
	Start       *Date          `protobuf:"bytes,2,opt,name=start" json:"start,omitempty"`
	End         *Date          `protobuf:"bytes,3,opt,name=end" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*SalePeriod) Descriptor deprecated

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

Deprecated: Use SalePeriod.ProtoReflect.Descriptor instead.

func (*SalePeriod) GetEnd

func (x *SalePeriod) GetEnd() *Date

func (*SalePeriod) GetRestriction

func (x *SalePeriod) GetRestriction() []*Restriction

func (*SalePeriod) GetStart

func (x *SalePeriod) GetStart() *Date

func (*SalePeriod) ProtoMessage

func (*SalePeriod) ProtoMessage()

func (*SalePeriod) ProtoReflect

func (x *SalePeriod) ProtoReflect() protoreflect.Message

func (*SalePeriod) Reset

func (x *SalePeriod) Reset()

func (*SalePeriod) String

func (x *SalePeriod) String() string

type SearchReply

type SearchReply struct {
	Hits       *int32      `protobuf:"zigzag32,1,opt,name=hits" json:"hits,omitempty"`
	Track      []*Track    `protobuf:"bytes,2,rep,name=track" json:"track,omitempty"`
	Album      []*Album    `protobuf:"bytes,3,rep,name=album" json:"album,omitempty"`
	Artist     []*Artist   `protobuf:"bytes,4,rep,name=artist" json:"artist,omitempty"`
	Playlist   []*Playlist `protobuf:"bytes,5,rep,name=playlist" json:"playlist,omitempty"`
	DidYouMean *string     `protobuf:"bytes,6,opt,name=did_you_mean,json=didYouMean" json:"did_you_mean,omitempty"`
	User       []*User     `protobuf:"bytes,7,rep,name=user" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchReply) Descriptor deprecated

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

Deprecated: Use SearchReply.ProtoReflect.Descriptor instead.

func (*SearchReply) GetAlbum

func (x *SearchReply) GetAlbum() []*Album

func (*SearchReply) GetArtist

func (x *SearchReply) GetArtist() []*Artist

func (*SearchReply) GetDidYouMean

func (x *SearchReply) GetDidYouMean() string

func (*SearchReply) GetHits

func (x *SearchReply) GetHits() int32

func (*SearchReply) GetPlaylist

func (x *SearchReply) GetPlaylist() []*Playlist

func (*SearchReply) GetTrack

func (x *SearchReply) GetTrack() []*Track

func (*SearchReply) GetUser

func (x *SearchReply) GetUser() []*User

func (*SearchReply) ProtoMessage

func (*SearchReply) ProtoMessage()

func (*SearchReply) ProtoReflect

func (x *SearchReply) ProtoReflect() protoreflect.Message

func (*SearchReply) Reset

func (x *SearchReply) Reset()

func (*SearchReply) String

func (x *SearchReply) String() string

type SearchRequest

type SearchRequest struct {
	Query      *string             `protobuf:"bytes,1,opt,name=query" json:"query,omitempty"`
	Type       *SearchRequest_Type `protobuf:"varint,2,opt,name=type,enum=pb.SearchRequest_Type" json:"type,omitempty"`
	Limit      *int32              `protobuf:"varint,3,opt,name=limit" json:"limit,omitempty"`
	Offset     *int32              `protobuf:"varint,4,opt,name=offset" json:"offset,omitempty"`
	DidYouMean *bool               `protobuf:"varint,5,opt,name=did_you_mean,json=didYouMean" json:"did_you_mean,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchRequest) Descriptor deprecated

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

Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.

func (*SearchRequest) GetDidYouMean

func (x *SearchRequest) GetDidYouMean() bool

func (*SearchRequest) GetLimit

func (x *SearchRequest) GetLimit() int32

func (*SearchRequest) GetOffset

func (x *SearchRequest) GetOffset() int32

func (*SearchRequest) GetQuery

func (x *SearchRequest) GetQuery() string

func (*SearchRequest) GetType

func (x *SearchRequest) GetType() SearchRequest_Type

func (*SearchRequest) ProtoMessage

func (*SearchRequest) ProtoMessage()

func (*SearchRequest) ProtoReflect

func (x *SearchRequest) ProtoReflect() protoreflect.Message

func (*SearchRequest) Reset

func (x *SearchRequest) Reset()

func (*SearchRequest) String

func (x *SearchRequest) String() string

type SearchRequest_Type

type SearchRequest_Type int32
const (
	SearchRequest_TRACK    SearchRequest_Type = 0
	SearchRequest_ALBUM    SearchRequest_Type = 1
	SearchRequest_ARTIST   SearchRequest_Type = 2
	SearchRequest_PLAYLIST SearchRequest_Type = 3
	SearchRequest_USER     SearchRequest_Type = 4
)

func (SearchRequest_Type) Descriptor

func (SearchRequest_Type) Enum

func (SearchRequest_Type) EnumDescriptor deprecated

func (SearchRequest_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SearchRequest_Type.Descriptor instead.

func (SearchRequest_Type) Number

func (SearchRequest_Type) String

func (x SearchRequest_Type) String() string

func (SearchRequest_Type) Type

func (*SearchRequest_Type) UnmarshalJSON deprecated

func (x *SearchRequest_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Seek

type Seek struct {
	EndTime *int64 `protobuf:"varint,1,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Seek) Descriptor deprecated

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

Deprecated: Use Seek.ProtoReflect.Descriptor instead.

func (*Seek) GetEndTime

func (x *Seek) GetEndTime() int64

func (*Seek) ProtoMessage

func (*Seek) ProtoMessage()

func (*Seek) ProtoReflect

func (x *Seek) ProtoReflect() protoreflect.Message

func (*Seek) Reset

func (x *Seek) Reset()

func (*Seek) String

func (x *Seek) String() string

type SelectedListContent

type SelectedListContent struct {
	Revision           []byte                 `protobuf:"bytes,1,opt,name=revision" json:"revision,omitempty"`
	Length             *int32                 `protobuf:"varint,2,opt,name=length" json:"length,omitempty"`
	Attributes         *ListAttributes        `protobuf:"bytes,3,opt,name=attributes" json:"attributes,omitempty"`
	Checksum           *ListChecksum          `protobuf:"bytes,4,opt,name=checksum" json:"checksum,omitempty"`
	Contents           *ListItems             `protobuf:"bytes,5,opt,name=contents" json:"contents,omitempty"`
	Diff               *Diff                  `protobuf:"bytes,6,opt,name=diff" json:"diff,omitempty"`
	SyncResult         *Diff                  `protobuf:"bytes,7,opt,name=syncResult" json:"syncResult,omitempty"`
	ResultingRevisions [][]byte               `protobuf:"bytes,8,rep,name=resultingRevisions" json:"resultingRevisions,omitempty"`
	MultipleHeads      *bool                  `protobuf:"varint,9,opt,name=multipleHeads" json:"multipleHeads,omitempty"`
	UpToDate           *bool                  `protobuf:"varint,10,opt,name=upToDate" json:"upToDate,omitempty"`
	ResolveAction      []*ClientResolveAction `protobuf:"bytes,12,rep,name=resolveAction" json:"resolveAction,omitempty"`
	Issues             []*ClientIssue         `protobuf:"bytes,13,rep,name=issues" json:"issues,omitempty"`
	Nonces             []int32                `protobuf:"varint,14,rep,name=nonces" json:"nonces,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedListContent) Descriptor deprecated

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

Deprecated: Use SelectedListContent.ProtoReflect.Descriptor instead.

func (*SelectedListContent) GetAttributes

func (x *SelectedListContent) GetAttributes() *ListAttributes

func (*SelectedListContent) GetChecksum

func (x *SelectedListContent) GetChecksum() *ListChecksum

func (*SelectedListContent) GetContents

func (x *SelectedListContent) GetContents() *ListItems

func (*SelectedListContent) GetDiff

func (x *SelectedListContent) GetDiff() *Diff

func (*SelectedListContent) GetIssues

func (x *SelectedListContent) GetIssues() []*ClientIssue

func (*SelectedListContent) GetLength

func (x *SelectedListContent) GetLength() int32

func (*SelectedListContent) GetMultipleHeads

func (x *SelectedListContent) GetMultipleHeads() bool

func (*SelectedListContent) GetNonces

func (x *SelectedListContent) GetNonces() []int32

func (*SelectedListContent) GetResolveAction

func (x *SelectedListContent) GetResolveAction() []*ClientResolveAction

func (*SelectedListContent) GetResultingRevisions

func (x *SelectedListContent) GetResultingRevisions() [][]byte

func (*SelectedListContent) GetRevision

func (x *SelectedListContent) GetRevision() []byte

func (*SelectedListContent) GetSyncResult

func (x *SelectedListContent) GetSyncResult() *Diff

func (*SelectedListContent) GetUpToDate

func (x *SelectedListContent) GetUpToDate() bool

func (*SelectedListContent) ProtoMessage

func (*SelectedListContent) ProtoMessage()

func (*SelectedListContent) ProtoReflect

func (x *SelectedListContent) ProtoReflect() protoreflect.Message

func (*SelectedListContent) Reset

func (x *SelectedListContent) Reset()

func (*SelectedListContent) String

func (x *SelectedListContent) String() string

type SemanticVersion

type SemanticVersion struct {
	Major *int32 `protobuf:"varint,1,opt,name=major" json:"major,omitempty"`
	Minor *int32 `protobuf:"varint,2,opt,name=minor" json:"minor,omitempty"`
	Patch *int32 `protobuf:"varint,3,opt,name=patch" json:"patch,omitempty"`
	// contains filtered or unexported fields
}

func (*SemanticVersion) Descriptor deprecated

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

Deprecated: Use SemanticVersion.ProtoReflect.Descriptor instead.

func (*SemanticVersion) GetMajor

func (x *SemanticVersion) GetMajor() int32

func (*SemanticVersion) GetMinor

func (x *SemanticVersion) GetMinor() int32

func (*SemanticVersion) GetPatch

func (x *SemanticVersion) GetPatch() int32

func (*SemanticVersion) ProtoMessage

func (*SemanticVersion) ProtoMessage()

func (*SemanticVersion) ProtoReflect

func (x *SemanticVersion) ProtoReflect() protoreflect.Message

func (*SemanticVersion) Reset

func (x *SemanticVersion) Reset()

func (*SemanticVersion) String

func (x *SemanticVersion) String() string

type Show

type Show struct {
	Gid                            []byte                 `protobuf:"bytes,1,opt,name=gid" json:"gid,omitempty"`
	Name                           *string                `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description                    *string                `protobuf:"bytes,64,opt,name=description" json:"description,omitempty"`
	DeprecatedPopularity           *int32                 `protobuf:"zigzag32,65,opt,name=deprecated_popularity,json=deprecatedPopularity" json:"deprecated_popularity,omitempty"`
	Publisher                      *string                `protobuf:"bytes,66,opt,name=publisher" json:"publisher,omitempty"`
	Language                       *string                `protobuf:"bytes,67,opt,name=language" json:"language,omitempty"`
	Explicit                       *bool                  `protobuf:"varint,68,opt,name=explicit" json:"explicit,omitempty"`
	Covers                         *ImageGroup            `protobuf:"bytes,69,opt,name=covers" json:"covers,omitempty"`
	Episode                        []*Episode             `protobuf:"bytes,70,rep,name=episode" json:"episode,omitempty"`
	Copyright                      []*Copyright           `protobuf:"bytes,71,rep,name=copyright" json:"copyright,omitempty"`
	Restriction                    []*Restriction         `protobuf:"bytes,72,rep,name=restriction" json:"restriction,omitempty"`
	Keyword                        []string               `protobuf:"bytes,73,rep,name=keyword" json:"keyword,omitempty"`
	MediaType                      *Show_MediaType        `protobuf:"varint,74,opt,name=media_type,json=mediaType,enum=pb.Show_MediaType" json:"media_type,omitempty"`
	ConsumptionOrder               *Show_ConsumptionOrder `` /* 134-byte string literal not displayed */
	InterpretRestrictionUsingGeoip *bool                  `` /* 150-byte string literal not displayed */
	Availability                   []*Availability        `protobuf:"bytes,78,rep,name=availability" json:"availability,omitempty"`
	CountryOfOrigin                *string                `protobuf:"bytes,79,opt,name=country_of_origin,json=countryOfOrigin" json:"country_of_origin,omitempty"`
	Categories                     []*Category            `protobuf:"bytes,80,rep,name=categories" json:"categories,omitempty"`
	Passthrough                    *Show_PassthroughEnum  `protobuf:"varint,81,opt,name=passthrough,enum=pb.Show_PassthroughEnum" json:"passthrough,omitempty"`
	// contains filtered or unexported fields
}

Podcast Protos

func (*Show) Descriptor deprecated

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

Deprecated: Use Show.ProtoReflect.Descriptor instead.

func (*Show) GetAvailability

func (x *Show) GetAvailability() []*Availability

func (*Show) GetCategories

func (x *Show) GetCategories() []*Category

func (*Show) GetConsumptionOrder

func (x *Show) GetConsumptionOrder() Show_ConsumptionOrder

func (*Show) GetCopyright

func (x *Show) GetCopyright() []*Copyright

func (*Show) GetCountryOfOrigin

func (x *Show) GetCountryOfOrigin() string

func (*Show) GetCovers

func (x *Show) GetCovers() *ImageGroup

func (*Show) GetDeprecatedPopularity

func (x *Show) GetDeprecatedPopularity() int32

func (*Show) GetDescription

func (x *Show) GetDescription() string

func (*Show) GetEpisode

func (x *Show) GetEpisode() []*Episode

func (*Show) GetExplicit

func (x *Show) GetExplicit() bool

func (*Show) GetGid

func (x *Show) GetGid() []byte

func (*Show) GetInterpretRestrictionUsingGeoip

func (x *Show) GetInterpretRestrictionUsingGeoip() bool

func (*Show) GetKeyword

func (x *Show) GetKeyword() []string

func (*Show) GetLanguage

func (x *Show) GetLanguage() string

func (*Show) GetMediaType

func (x *Show) GetMediaType() Show_MediaType

func (*Show) GetName

func (x *Show) GetName() string

func (*Show) GetPassthrough

func (x *Show) GetPassthrough() Show_PassthroughEnum

func (*Show) GetPublisher

func (x *Show) GetPublisher() string

func (*Show) GetRestriction

func (x *Show) GetRestriction() []*Restriction

func (*Show) ProtoMessage

func (*Show) ProtoMessage()

func (*Show) ProtoReflect

func (x *Show) ProtoReflect() protoreflect.Message

func (*Show) Reset

func (x *Show) Reset()

func (*Show) String

func (x *Show) String() string

type Show_ConsumptionOrder

type Show_ConsumptionOrder int32
const (
	Show_SEQUENTIAL Show_ConsumptionOrder = 1
	Show_EPISODIC   Show_ConsumptionOrder = 2
	Show_RECENT     Show_ConsumptionOrder = 3
)

func (Show_ConsumptionOrder) Descriptor

func (Show_ConsumptionOrder) Enum

func (Show_ConsumptionOrder) EnumDescriptor deprecated

func (Show_ConsumptionOrder) EnumDescriptor() ([]byte, []int)

Deprecated: Use Show_ConsumptionOrder.Descriptor instead.

func (Show_ConsumptionOrder) Number

func (Show_ConsumptionOrder) String

func (x Show_ConsumptionOrder) String() string

func (Show_ConsumptionOrder) Type

func (*Show_ConsumptionOrder) UnmarshalJSON deprecated

func (x *Show_ConsumptionOrder) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Show_MediaType

type Show_MediaType int32
const (
	Show_MIXED Show_MediaType = 0
	Show_AUDIO Show_MediaType = 1
	Show_VIDEO Show_MediaType = 2
)

func (Show_MediaType) Descriptor

func (Show_MediaType) Enum

func (x Show_MediaType) Enum() *Show_MediaType

func (Show_MediaType) EnumDescriptor deprecated

func (Show_MediaType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Show_MediaType.Descriptor instead.

func (Show_MediaType) Number

func (Show_MediaType) String

func (x Show_MediaType) String() string

func (Show_MediaType) Type

func (*Show_MediaType) UnmarshalJSON deprecated

func (x *Show_MediaType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Show_PassthroughEnum

type Show_PassthroughEnum int32
const (
	Show_UNKNOWN Show_PassthroughEnum = 0
	Show_NONE    Show_PassthroughEnum = 1
	Show_ALLOWED Show_PassthroughEnum = 2
)

func (Show_PassthroughEnum) Descriptor

func (Show_PassthroughEnum) Enum

func (Show_PassthroughEnum) EnumDescriptor deprecated

func (Show_PassthroughEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use Show_PassthroughEnum.Descriptor instead.

func (Show_PassthroughEnum) Number

func (Show_PassthroughEnum) String

func (x Show_PassthroughEnum) String() string

func (Show_PassthroughEnum) Type

func (*Show_PassthroughEnum) UnmarshalJSON deprecated

func (x *Show_PassthroughEnum) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Start

type Start struct {
	Length     *int32  `protobuf:"varint,1,opt,name=length" json:"length,omitempty"`
	ContextUri *string `protobuf:"bytes,2,opt,name=context_uri,json=contextUri" json:"context_uri,omitempty"`
	EndTime    *int64  `protobuf:"varint,3,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Start) Descriptor deprecated

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

Deprecated: Use Start.ProtoReflect.Descriptor instead.

func (*Start) GetContextUri

func (x *Start) GetContextUri() string

func (*Start) GetEndTime

func (x *Start) GetEndTime() int64

func (*Start) GetLength

func (x *Start) GetLength() int32

func (*Start) ProtoMessage

func (*Start) ProtoMessage()

func (*Start) ProtoReflect

func (x *Start) ProtoReflect() protoreflect.Message

func (*Start) Reset

func (x *Start) Reset()

func (*Start) String

func (x *Start) String() string

type State

type State struct {
	ContextUri          *string     `protobuf:"bytes,2,opt,name=context_uri,json=contextUri" json:"context_uri,omitempty"`
	Index               *uint32     `protobuf:"varint,3,opt,name=index" json:"index,omitempty"`
	PositionMs          *uint32     `protobuf:"varint,4,opt,name=position_ms,json=positionMs" json:"position_ms,omitempty"`
	Status              *PlayStatus `protobuf:"varint,5,opt,name=status,enum=pb.PlayStatus" json:"status,omitempty"`
	PositionMeasuredAt  *uint64     `protobuf:"varint,7,opt,name=position_measured_at,json=positionMeasuredAt" json:"position_measured_at,omitempty"`
	ContextDescription  *string     `protobuf:"bytes,8,opt,name=context_description,json=contextDescription" json:"context_description,omitempty"`
	Shuffle             *bool       `protobuf:"varint,13,opt,name=shuffle" json:"shuffle,omitempty"`
	Repeat              *bool       `protobuf:"varint,14,opt,name=repeat" json:"repeat,omitempty"`
	LastCommandIdent    *string     `protobuf:"bytes,20,opt,name=last_command_ident,json=lastCommandIdent" json:"last_command_ident,omitempty"`
	LastCommandMsgid    *uint32     `protobuf:"varint,21,opt,name=last_command_msgid,json=lastCommandMsgid" json:"last_command_msgid,omitempty"`
	PlayingFromFallback *bool       `protobuf:"varint,24,opt,name=playing_from_fallback,json=playingFromFallback" json:"playing_from_fallback,omitempty"`
	Row                 *uint32     `protobuf:"varint,25,opt,name=row" json:"row,omitempty"`
	PlayingTrackIndex   *uint32     `protobuf:"varint,26,opt,name=playing_track_index,json=playingTrackIndex" json:"playing_track_index,omitempty"`
	Track               []*TrackRef `protobuf:"bytes,27,rep,name=track" json:"track,omitempty"`
	Ad                  *Ad         `protobuf:"bytes,28,opt,name=ad" json:"ad,omitempty"`
	// contains filtered or unexported fields
}

func (*State) Descriptor deprecated

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

Deprecated: Use State.ProtoReflect.Descriptor instead.

func (*State) GetAd

func (x *State) GetAd() *Ad

func (*State) GetContextDescription

func (x *State) GetContextDescription() string

func (*State) GetContextUri

func (x *State) GetContextUri() string

func (*State) GetIndex

func (x *State) GetIndex() uint32

func (*State) GetLastCommandIdent

func (x *State) GetLastCommandIdent() string

func (*State) GetLastCommandMsgid

func (x *State) GetLastCommandMsgid() uint32

func (*State) GetPlayingFromFallback

func (x *State) GetPlayingFromFallback() bool

func (*State) GetPlayingTrackIndex

func (x *State) GetPlayingTrackIndex() uint32

func (*State) GetPositionMeasuredAt

func (x *State) GetPositionMeasuredAt() uint64

func (*State) GetPositionMs

func (x *State) GetPositionMs() uint32

func (*State) GetRepeat

func (x *State) GetRepeat() bool

func (*State) GetRow

func (x *State) GetRow() uint32

func (*State) GetShuffle

func (x *State) GetShuffle() bool

func (*State) GetStatus

func (x *State) GetStatus() PlayStatus

func (*State) GetTrack

func (x *State) GetTrack() []*TrackRef

func (*State) ProtoMessage

func (*State) ProtoMessage()

func (*State) ProtoReflect

func (x *State) ProtoReflect() protoreflect.Message

func (*State) Reset

func (x *State) Reset()

func (*State) String

func (x *State) String() string

type Station

type Station struct {
	Id          *string  `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Title       *string  `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	TitleUri    *string  `protobuf:"bytes,3,opt,name=titleUri" json:"titleUri,omitempty"`
	Subtitle    *string  `protobuf:"bytes,4,opt,name=subtitle" json:"subtitle,omitempty"`
	SubtitleUri *string  `protobuf:"bytes,5,opt,name=subtitleUri" json:"subtitleUri,omitempty"`
	ImageUri    *string  `protobuf:"bytes,6,opt,name=imageUri" json:"imageUri,omitempty"`
	LastListen  *float64 `protobuf:"fixed64,7,opt,name=lastListen" json:"lastListen,omitempty"`
	Seeds       []string `protobuf:"bytes,8,rep,name=seeds" json:"seeds,omitempty"`
	ThumbsUp    *int32   `protobuf:"varint,9,opt,name=thumbsUp" json:"thumbsUp,omitempty"`
	ThumbsDown  *int32   `protobuf:"varint,10,opt,name=thumbsDown" json:"thumbsDown,omitempty"`
	// contains filtered or unexported fields
}

func (*Station) Descriptor deprecated

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

Deprecated: Use Station.ProtoReflect.Descriptor instead.

func (*Station) GetId

func (x *Station) GetId() string

func (*Station) GetImageUri

func (x *Station) GetImageUri() string

func (*Station) GetLastListen

func (x *Station) GetLastListen() float64

func (*Station) GetSeeds

func (x *Station) GetSeeds() []string

func (*Station) GetSubtitle

func (x *Station) GetSubtitle() string

func (*Station) GetSubtitleUri

func (x *Station) GetSubtitleUri() string

func (*Station) GetThumbsDown

func (x *Station) GetThumbsDown() int32

func (*Station) GetThumbsUp

func (x *Station) GetThumbsUp() int32

func (*Station) GetTitle

func (x *Station) GetTitle() string

func (*Station) GetTitleUri

func (x *Station) GetTitleUri() string

func (*Station) ProtoMessage

func (*Station) ProtoMessage()

func (*Station) ProtoReflect

func (x *Station) ProtoReflect() protoreflect.Message

func (*Station) Reset

func (x *Station) Reset()

func (*Station) String

func (x *Station) String() string

type StationList

type StationList struct {
	Stations []*Station `protobuf:"bytes,1,rep,name=stations" json:"stations,omitempty"`
	// contains filtered or unexported fields
}

func (*StationList) Descriptor deprecated

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

Deprecated: Use StationList.ProtoReflect.Descriptor instead.

func (*StationList) GetStations

func (x *StationList) GetStations() []*Station

func (*StationList) ProtoMessage

func (*StationList) ProtoMessage()

func (*StationList) ProtoReflect

func (x *StationList) ProtoReflect() protoreflect.Message

func (*StationList) Reset

func (x *StationList) Reset()

func (*StationList) String

func (x *StationList) String() string

type StationResponse

type StationResponse struct {
	Station  *Station    `protobuf:"bytes,1,opt,name=station" json:"station,omitempty"`
	Feedback []*Feedback `protobuf:"bytes,2,rep,name=feedback" json:"feedback,omitempty"`
	// contains filtered or unexported fields
}

func (*StationResponse) Descriptor deprecated

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

Deprecated: Use StationResponse.ProtoReflect.Descriptor instead.

func (*StationResponse) GetFeedback

func (x *StationResponse) GetFeedback() []*Feedback

func (*StationResponse) GetStation

func (x *StationResponse) GetStation() *Station

func (*StationResponse) ProtoMessage

func (*StationResponse) ProtoMessage()

func (*StationResponse) ProtoReflect

func (x *StationResponse) ProtoReflect() protoreflect.Message

func (*StationResponse) Reset

func (x *StationResponse) Reset()

func (*StationResponse) String

func (x *StationResponse) String() string

type StringAttribute

type StringAttribute struct {
	Key   *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StringAttribute) Descriptor deprecated

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

Deprecated: Use StringAttribute.ProtoReflect.Descriptor instead.

func (*StringAttribute) GetKey

func (x *StringAttribute) GetKey() string

func (*StringAttribute) GetValue

func (x *StringAttribute) GetValue() string

func (*StringAttribute) ProtoMessage

func (*StringAttribute) ProtoMessage()

func (*StringAttribute) ProtoReflect

func (x *StringAttribute) ProtoReflect() protoreflect.Message

func (*StringAttribute) Reset

func (x *StringAttribute) Reset()

func (*StringAttribute) String

func (x *StringAttribute) String() string

type StringAttributes

type StringAttributes struct {
	Attribute []*StringAttribute `protobuf:"bytes,1,rep,name=attribute" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*StringAttributes) Descriptor deprecated

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

Deprecated: Use StringAttributes.ProtoReflect.Descriptor instead.

func (*StringAttributes) GetAttribute

func (x *StringAttributes) GetAttribute() []*StringAttribute

func (*StringAttributes) ProtoMessage

func (*StringAttributes) ProtoMessage()

func (*StringAttributes) ProtoReflect

func (x *StringAttributes) ProtoReflect() protoreflect.Message

func (*StringAttributes) Reset

func (x *StringAttributes) Reset()

func (*StringAttributes) String

func (x *StringAttributes) String() string

type Subscription

type Subscription struct {
	Uri        *string `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	Expiry     *int32  `protobuf:"varint,2,opt,name=expiry" json:"expiry,omitempty"`
	StatusCode *int32  `protobuf:"varint,3,opt,name=status_code,json=statusCode" json:"status_code,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription) Descriptor deprecated

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

Deprecated: Use Subscription.ProtoReflect.Descriptor instead.

func (*Subscription) GetExpiry

func (x *Subscription) GetExpiry() int32

func (*Subscription) GetStatusCode

func (x *Subscription) GetStatusCode() int32

func (*Subscription) GetUri

func (x *Subscription) GetUri() string

func (*Subscription) ProtoMessage

func (*Subscription) ProtoMessage()

func (*Subscription) ProtoReflect

func (x *Subscription) ProtoReflect() protoreflect.Message

func (*Subscription) Reset

func (x *Subscription) Reset()

func (*Subscription) String

func (x *Subscription) String() string

type SystemInfo

type SystemInfo struct {
	CpuFamily               *CpuFamily `protobuf:"varint,10,req,name=cpu_family,json=cpuFamily,enum=pb.CpuFamily" json:"cpu_family,omitempty"`
	CpuSubtype              *uint32    `protobuf:"varint,20,opt,name=cpu_subtype,json=cpuSubtype" json:"cpu_subtype,omitempty"`
	CpuExt                  *uint32    `protobuf:"varint,30,opt,name=cpu_ext,json=cpuExt" json:"cpu_ext,omitempty"`
	Brand                   *Brand     `protobuf:"varint,40,opt,name=brand,enum=pb.Brand" json:"brand,omitempty"`
	BrandFlags              *uint32    `protobuf:"varint,50,opt,name=brand_flags,json=brandFlags" json:"brand_flags,omitempty"`
	Os                      *Os        `protobuf:"varint,60,req,name=os,enum=pb.Os" json:"os,omitempty"`
	OsVersion               *uint32    `protobuf:"varint,70,opt,name=os_version,json=osVersion" json:"os_version,omitempty"`
	OsExt                   *uint32    `protobuf:"varint,80,opt,name=os_ext,json=osExt" json:"os_ext,omitempty"`
	SystemInformationString *string    `` /* 126-byte string literal not displayed */
	DeviceId                *string    `protobuf:"bytes,100,opt,name=device_id,json=deviceId" json:"device_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemInfo) Descriptor deprecated

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

Deprecated: Use SystemInfo.ProtoReflect.Descriptor instead.

func (*SystemInfo) GetBrand

func (x *SystemInfo) GetBrand() Brand

func (*SystemInfo) GetBrandFlags

func (x *SystemInfo) GetBrandFlags() uint32

func (*SystemInfo) GetCpuExt

func (x *SystemInfo) GetCpuExt() uint32

func (*SystemInfo) GetCpuFamily

func (x *SystemInfo) GetCpuFamily() CpuFamily

func (*SystemInfo) GetCpuSubtype

func (x *SystemInfo) GetCpuSubtype() uint32

func (*SystemInfo) GetDeviceId

func (x *SystemInfo) GetDeviceId() string

func (*SystemInfo) GetOs

func (x *SystemInfo) GetOs() Os

func (*SystemInfo) GetOsExt

func (x *SystemInfo) GetOsExt() uint32

func (*SystemInfo) GetOsVersion

func (x *SystemInfo) GetOsVersion() uint32

func (*SystemInfo) GetSystemInformationString

func (x *SystemInfo) GetSystemInformationString() string

func (*SystemInfo) ProtoMessage

func (*SystemInfo) ProtoMessage()

func (*SystemInfo) ProtoReflect

func (x *SystemInfo) ProtoReflect() protoreflect.Message

func (*SystemInfo) Reset

func (x *SystemInfo) Reset()

func (*SystemInfo) String

func (x *SystemInfo) String() string

type TopTracks

type TopTracks struct {
	Country *string  `protobuf:"bytes,1,opt,name=country" json:"country,omitempty"`
	Track   []*Track `protobuf:"bytes,2,rep,name=track" json:"track,omitempty"`
	// contains filtered or unexported fields
}

func (*TopTracks) Descriptor deprecated

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

Deprecated: Use TopTracks.ProtoReflect.Descriptor instead.

func (*TopTracks) GetCountry

func (x *TopTracks) GetCountry() string

func (*TopTracks) GetTrack

func (x *TopTracks) GetTrack() []*Track

func (*TopTracks) ProtoMessage

func (*TopTracks) ProtoMessage()

func (*TopTracks) ProtoReflect

func (x *TopTracks) ProtoReflect() protoreflect.Message

func (*TopTracks) Reset

func (x *TopTracks) Reset()

func (*TopTracks) String

func (x *TopTracks) String() string

type Toplist

type Toplist struct {
	Items []string `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*Toplist) Descriptor deprecated

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

Deprecated: Use Toplist.ProtoReflect.Descriptor instead.

func (*Toplist) GetItems

func (x *Toplist) GetItems() []string

func (*Toplist) ProtoMessage

func (*Toplist) ProtoMessage()

func (*Toplist) ProtoReflect

func (x *Toplist) ProtoReflect() protoreflect.Message

func (*Toplist) Reset

func (x *Toplist) Reset()

func (*Toplist) String

func (x *Toplist) String() string

type Track

type Track struct {
	Gid         []byte         `protobuf:"bytes,1,opt,name=gid" json:"gid,omitempty"`
	Name        *string        `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Album       *Album         `protobuf:"bytes,3,opt,name=album" json:"album,omitempty"`
	Artist      []*Artist      `protobuf:"bytes,4,rep,name=artist" json:"artist,omitempty"`
	Number      *int32         `protobuf:"zigzag32,5,opt,name=number" json:"number,omitempty"`
	DiscNumber  *int32         `protobuf:"zigzag32,6,opt,name=disc_number,json=discNumber" json:"disc_number,omitempty"`
	Duration    *int32         `protobuf:"zigzag32,7,opt,name=duration" json:"duration,omitempty"`
	Popularity  *int32         `protobuf:"zigzag32,8,opt,name=popularity" json:"popularity,omitempty"`
	Explicit    *bool          `protobuf:"varint,9,opt,name=explicit" json:"explicit,omitempty"`
	ExternalId  []*ExternalId  `protobuf:"bytes,10,rep,name=external_id,json=externalId" json:"external_id,omitempty"`
	Restriction []*Restriction `protobuf:"bytes,11,rep,name=restriction" json:"restriction,omitempty"`
	File        []*AudioFile   `protobuf:"bytes,12,rep,name=file" json:"file,omitempty"`
	Alternative []*Track       `protobuf:"bytes,13,rep,name=alternative" json:"alternative,omitempty"`
	SalePeriod  []*SalePeriod  `protobuf:"bytes,14,rep,name=sale_period,json=salePeriod" json:"sale_period,omitempty"`
	Preview     []*AudioFile   `protobuf:"bytes,15,rep,name=preview" json:"preview,omitempty"`
	// contains filtered or unexported fields
}

func (*Track) Descriptor deprecated

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

Deprecated: Use Track.ProtoReflect.Descriptor instead.

func (*Track) GetAlbum

func (x *Track) GetAlbum() *Album

func (*Track) GetAlternative

func (x *Track) GetAlternative() []*Track

func (*Track) GetArtist

func (x *Track) GetArtist() []*Artist

func (*Track) GetDiscNumber

func (x *Track) GetDiscNumber() int32

func (*Track) GetDuration

func (x *Track) GetDuration() int32

func (*Track) GetExplicit

func (x *Track) GetExplicit() bool

func (*Track) GetExternalId

func (x *Track) GetExternalId() []*ExternalId

func (*Track) GetFile

func (x *Track) GetFile() []*AudioFile

func (*Track) GetGid

func (x *Track) GetGid() []byte

func (*Track) GetName

func (x *Track) GetName() string

func (*Track) GetNumber

func (x *Track) GetNumber() int32

func (*Track) GetPopularity

func (x *Track) GetPopularity() int32

func (*Track) GetPreview

func (x *Track) GetPreview() []*AudioFile

func (*Track) GetRestriction

func (x *Track) GetRestriction() []*Restriction

func (*Track) GetSalePeriod

func (x *Track) GetSalePeriod() []*SalePeriod

func (*Track) ProtoMessage

func (*Track) ProtoMessage()

func (*Track) ProtoReflect

func (x *Track) ProtoReflect() protoreflect.Message

func (*Track) Reset

func (x *Track) Reset()

func (*Track) String

func (x *Track) String() string

type TrackRef

type TrackRef struct {
	Gid     []byte  `protobuf:"bytes,1,opt,name=gid" json:"gid,omitempty"`
	Uri     *string `protobuf:"bytes,2,opt,name=uri" json:"uri,omitempty"`
	Queued  *bool   `protobuf:"varint,3,opt,name=queued" json:"queued,omitempty"`
	Context *string `protobuf:"bytes,4,opt,name=context" json:"context,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackRef) Descriptor deprecated

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

Deprecated: Use TrackRef.ProtoReflect.Descriptor instead.

func (*TrackRef) GetContext

func (x *TrackRef) GetContext() string

func (*TrackRef) GetGid

func (x *TrackRef) GetGid() []byte

func (*TrackRef) GetQueued

func (x *TrackRef) GetQueued() bool

func (*TrackRef) GetUri

func (x *TrackRef) GetUri() string

func (*TrackRef) ProtoMessage

func (*TrackRef) ProtoMessage()

func (*TrackRef) ProtoReflect

func (x *TrackRef) ProtoReflect() protoreflect.Message

func (*TrackRef) Reset

func (x *TrackRef) Reset()

func (*TrackRef) String

func (x *TrackRef) String() string

type Tracks

type Tracks struct {
	Gids     []string    `protobuf:"bytes,1,rep,name=gids" json:"gids,omitempty"`
	Source   *string     `protobuf:"bytes,2,opt,name=source" json:"source,omitempty"`
	Identity *string     `protobuf:"bytes,3,opt,name=identity" json:"identity,omitempty"`
	Tokens   []string    `protobuf:"bytes,4,rep,name=tokens" json:"tokens,omitempty"`
	Feedback []*Feedback `protobuf:"bytes,5,rep,name=feedback" json:"feedback,omitempty"`
	// contains filtered or unexported fields
}

func (*Tracks) Descriptor deprecated

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

Deprecated: Use Tracks.ProtoReflect.Descriptor instead.

func (*Tracks) GetFeedback

func (x *Tracks) GetFeedback() []*Feedback

func (*Tracks) GetGids

func (x *Tracks) GetGids() []string

func (*Tracks) GetIdentity

func (x *Tracks) GetIdentity() string

func (*Tracks) GetSource

func (x *Tracks) GetSource() string

func (*Tracks) GetTokens

func (x *Tracks) GetTokens() []string

func (*Tracks) ProtoMessage

func (*Tracks) ProtoMessage()

func (*Tracks) ProtoReflect

func (x *Tracks) ProtoReflect() protoreflect.Message

func (*Tracks) Reset

func (x *Tracks) Reset()

func (*Tracks) String

func (x *Tracks) String() string

type UpdateItemAttributes

type UpdateItemAttributes struct {
	Index                 *int32                      `protobuf:"varint,1,opt,name=index" json:"index,omitempty"`
	NewAttributes         *ItemAttributesPartialState `protobuf:"bytes,2,opt,name=new_attributes,json=newAttributes" json:"new_attributes,omitempty"`
	OldAttributes         *ItemAttributesPartialState `protobuf:"bytes,3,opt,name=old_attributes,json=oldAttributes" json:"old_attributes,omitempty"`
	ListChecksum          *ListChecksum               `protobuf:"bytes,4,opt,name=list_checksum,json=listChecksum" json:"list_checksum,omitempty"`
	OldAttributesChecksum *ListChecksum               `protobuf:"bytes,5,opt,name=old_attributes_checksum,json=oldAttributesChecksum" json:"old_attributes_checksum,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateItemAttributes) Descriptor deprecated

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

Deprecated: Use UpdateItemAttributes.ProtoReflect.Descriptor instead.

func (*UpdateItemAttributes) GetIndex

func (x *UpdateItemAttributes) GetIndex() int32

func (*UpdateItemAttributes) GetListChecksum

func (x *UpdateItemAttributes) GetListChecksum() *ListChecksum

func (*UpdateItemAttributes) GetNewAttributes

func (x *UpdateItemAttributes) GetNewAttributes() *ItemAttributesPartialState

func (*UpdateItemAttributes) GetOldAttributes

func (x *UpdateItemAttributes) GetOldAttributes() *ItemAttributesPartialState

func (*UpdateItemAttributes) GetOldAttributesChecksum

func (x *UpdateItemAttributes) GetOldAttributesChecksum() *ListChecksum

func (*UpdateItemAttributes) ProtoMessage

func (*UpdateItemAttributes) ProtoMessage()

func (*UpdateItemAttributes) ProtoReflect

func (x *UpdateItemAttributes) ProtoReflect() protoreflect.Message

func (*UpdateItemAttributes) Reset

func (x *UpdateItemAttributes) Reset()

func (*UpdateItemAttributes) String

func (x *UpdateItemAttributes) String() string

type UpdateListAttributes

type UpdateListAttributes struct {
	NewAttributes         *ListAttributesPartialState `protobuf:"bytes,1,opt,name=new_attributes,json=newAttributes" json:"new_attributes,omitempty"`
	OldAttributes         *ListAttributesPartialState `protobuf:"bytes,2,opt,name=old_attributes,json=oldAttributes" json:"old_attributes,omitempty"`
	ListChecksum          *ListChecksum               `protobuf:"bytes,3,opt,name=list_checksum,json=listChecksum" json:"list_checksum,omitempty"`
	OldAttributesChecksum *ListChecksum               `protobuf:"bytes,4,opt,name=old_attributes_checksum,json=oldAttributesChecksum" json:"old_attributes_checksum,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateListAttributes) Descriptor deprecated

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

Deprecated: Use UpdateListAttributes.ProtoReflect.Descriptor instead.

func (*UpdateListAttributes) GetListChecksum

func (x *UpdateListAttributes) GetListChecksum() *ListChecksum

func (*UpdateListAttributes) GetNewAttributes

func (x *UpdateListAttributes) GetNewAttributes() *ListAttributesPartialState

func (*UpdateListAttributes) GetOldAttributes

func (x *UpdateListAttributes) GetOldAttributes() *ListAttributesPartialState

func (*UpdateListAttributes) GetOldAttributesChecksum

func (x *UpdateListAttributes) GetOldAttributesChecksum() *ListChecksum

func (*UpdateListAttributes) ProtoMessage

func (*UpdateListAttributes) ProtoMessage()

func (*UpdateListAttributes) ProtoReflect

func (x *UpdateListAttributes) ProtoReflect() protoreflect.Message

func (*UpdateListAttributes) Reset

func (x *UpdateListAttributes) Reset()

func (*UpdateListAttributes) String

func (x *UpdateListAttributes) String() string

type UpgradeRequiredMessage

type UpgradeRequiredMessage struct {
	UpgradeSignedPart []byte  `protobuf:"bytes,10,req,name=upgrade_signed_part,json=upgradeSignedPart" json:"upgrade_signed_part,omitempty"`
	Signature         []byte  `protobuf:"bytes,20,req,name=signature" json:"signature,omitempty"`
	HttpSuffix        *string `protobuf:"bytes,30,opt,name=http_suffix,json=httpSuffix" json:"http_suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*UpgradeRequiredMessage) Descriptor deprecated

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

Deprecated: Use UpgradeRequiredMessage.ProtoReflect.Descriptor instead.

func (*UpgradeRequiredMessage) GetHttpSuffix

func (x *UpgradeRequiredMessage) GetHttpSuffix() string

func (*UpgradeRequiredMessage) GetSignature

func (x *UpgradeRequiredMessage) GetSignature() []byte

func (*UpgradeRequiredMessage) GetUpgradeSignedPart

func (x *UpgradeRequiredMessage) GetUpgradeSignedPart() []byte

func (*UpgradeRequiredMessage) ProtoMessage

func (*UpgradeRequiredMessage) ProtoMessage()

func (*UpgradeRequiredMessage) ProtoReflect

func (x *UpgradeRequiredMessage) ProtoReflect() protoreflect.Message

func (*UpgradeRequiredMessage) Reset

func (x *UpgradeRequiredMessage) Reset()

func (*UpgradeRequiredMessage) String

func (x *UpgradeRequiredMessage) String() string

type User

type User struct {
	Username  *string  `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	FullName  *string  `protobuf:"bytes,2,opt,name=full_name,json=fullName" json:"full_name,omitempty"`
	Image     []*Image `protobuf:"bytes,3,rep,name=image" json:"image,omitempty"`
	Followers *int32   `protobuf:"zigzag32,4,opt,name=followers" json:"followers,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetFollowers

func (x *User) GetFollowers() int32

func (*User) GetFullName

func (x *User) GetFullName() string

func (*User) GetImage

func (x *User) GetImage() []*Image

func (*User) GetUsername

func (x *User) GetUsername() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserField

type UserField struct {
	Key   *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value []byte  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UserField) Descriptor deprecated

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

Deprecated: Use UserField.ProtoReflect.Descriptor instead.

func (*UserField) GetKey

func (x *UserField) GetKey() string

func (*UserField) GetValue

func (x *UserField) GetValue() []byte

func (*UserField) ProtoMessage

func (*UserField) ProtoMessage()

func (*UserField) ProtoReflect

func (x *UserField) ProtoReflect() protoreflect.Message

func (*UserField) Reset

func (x *UserField) Reset()

func (*UserField) String

func (x *UserField) String() string

type VideoFile

type VideoFile struct {
	FileId []byte `protobuf:"bytes,1,opt,name=file_id,json=fileId" json:"file_id,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoFile) Descriptor deprecated

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

Deprecated: Use VideoFile.ProtoReflect.Descriptor instead.

func (*VideoFile) GetFileId

func (x *VideoFile) GetFileId() []byte

func (*VideoFile) ProtoMessage

func (*VideoFile) ProtoMessage()

func (*VideoFile) ProtoReflect

func (x *VideoFile) ProtoReflect() protoreflect.Message

func (*VideoFile) Reset

func (x *VideoFile) Reset()

func (*VideoFile) String

func (x *VideoFile) String() string

Jump to

Keyboard shortcuts

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