299 lines
14 KiB
Go
299 lines
14 KiB
Go
|
// Extracted from: Spotify 1.1.73.517 (macOS)
|
||
|
|
||
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
// versions:
|
||
|
// protoc-gen-go v1.28.1
|
||
|
// protoc v3.21.12
|
||
|
// source: extension_kind.proto
|
||
|
|
||
|
package proto
|
||
|
|
||
|
import (
|
||
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||
|
reflect "reflect"
|
||
|
sync "sync"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
// Verify that this generated code is sufficiently up-to-date.
|
||
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
||
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
||
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
||
|
)
|
||
|
|
||
|
type ExtensionKind int32
|
||
|
|
||
|
const (
|
||
|
ExtensionKind_UNKNOWN_EXTENSION ExtensionKind = 0
|
||
|
ExtensionKind_CANVAZ ExtensionKind = 1
|
||
|
ExtensionKind_STORYLINES ExtensionKind = 2
|
||
|
ExtensionKind_PODCAST_TOPICS ExtensionKind = 3
|
||
|
ExtensionKind_PODCAST_SEGMENTS ExtensionKind = 4
|
||
|
ExtensionKind_AUDIO_FILES ExtensionKind = 5
|
||
|
ExtensionKind_TRACK_DESCRIPTOR ExtensionKind = 6
|
||
|
ExtensionKind_ARTIST_V4 ExtensionKind = 8
|
||
|
ExtensionKind_ALBUM_V4 ExtensionKind = 9
|
||
|
ExtensionKind_TRACK_V4 ExtensionKind = 10
|
||
|
ExtensionKind_SHOW_V4 ExtensionKind = 11
|
||
|
ExtensionKind_EPISODE_V4 ExtensionKind = 12
|
||
|
ExtensionKind_PODCAST_HTML_DESCRIPTION ExtensionKind = 13
|
||
|
ExtensionKind_PODCAST_QUOTES ExtensionKind = 14
|
||
|
ExtensionKind_USER_PROFILE ExtensionKind = 15
|
||
|
ExtensionKind_CANVAS_V1 ExtensionKind = 16
|
||
|
ExtensionKind_SHOW_V4_BASE ExtensionKind = 17
|
||
|
ExtensionKind_SHOW_V4_EPISODES_ASSOC ExtensionKind = 18
|
||
|
ExtensionKind_TRACK_DESCRIPTOR_SIGNATURES ExtensionKind = 19
|
||
|
ExtensionKind_PODCAST_AD_SEGMENTS ExtensionKind = 20
|
||
|
ExtensionKind_EPISODE_TRANSCRIPTS ExtensionKind = 21
|
||
|
ExtensionKind_PODCAST_SUBSCRIPTIONS ExtensionKind = 22
|
||
|
ExtensionKind_EXTRACTED_COLOR ExtensionKind = 23
|
||
|
ExtensionKind_PODCAST_VIRALITY ExtensionKind = 24
|
||
|
ExtensionKind_IMAGE_SPARKLES_HACK ExtensionKind = 25
|
||
|
ExtensionKind_PODCAST_POPULARITY_HACK ExtensionKind = 26
|
||
|
ExtensionKind_AUTOMIX_MODE ExtensionKind = 27
|
||
|
ExtensionKind_CUEPOINTS ExtensionKind = 28
|
||
|
ExtensionKind_PODCAST_POLL ExtensionKind = 29
|
||
|
ExtensionKind_EPISODE_ACCESS ExtensionKind = 30
|
||
|
ExtensionKind_SHOW_ACCESS ExtensionKind = 31
|
||
|
ExtensionKind_PODCAST_QNA ExtensionKind = 32
|
||
|
ExtensionKind_CLIPS ExtensionKind = 33
|
||
|
ExtensionKind_PODCAST_CTA_CARDS ExtensionKind = 36
|
||
|
ExtensionKind_PODCAST_RATING ExtensionKind = 37
|
||
|
ExtensionKind_DISPLAY_SEGMENTS ExtensionKind = 38
|
||
|
ExtensionKind_GREENROOM ExtensionKind = 39
|
||
|
ExtensionKind_USER_CREATED ExtensionKind = 40
|
||
|
ExtensionKind_CLIENT_CONFIG ExtensionKind = 48
|
||
|
ExtensionKind_AUDIOBOOK_SPECIFICS ExtensionKind = 52
|
||
|
)
|
||
|
|
||
|
// Enum value maps for ExtensionKind.
|
||
|
var (
|
||
|
ExtensionKind_name = map[int32]string{
|
||
|
0: "UNKNOWN_EXTENSION",
|
||
|
1: "CANVAZ",
|
||
|
2: "STORYLINES",
|
||
|
3: "PODCAST_TOPICS",
|
||
|
4: "PODCAST_SEGMENTS",
|
||
|
5: "AUDIO_FILES",
|
||
|
6: "TRACK_DESCRIPTOR",
|
||
|
8: "ARTIST_V4",
|
||
|
9: "ALBUM_V4",
|
||
|
10: "TRACK_V4",
|
||
|
11: "SHOW_V4",
|
||
|
12: "EPISODE_V4",
|
||
|
13: "PODCAST_HTML_DESCRIPTION",
|
||
|
14: "PODCAST_QUOTES",
|
||
|
15: "USER_PROFILE",
|
||
|
16: "CANVAS_V1",
|
||
|
17: "SHOW_V4_BASE",
|
||
|
18: "SHOW_V4_EPISODES_ASSOC",
|
||
|
19: "TRACK_DESCRIPTOR_SIGNATURES",
|
||
|
20: "PODCAST_AD_SEGMENTS",
|
||
|
21: "EPISODE_TRANSCRIPTS",
|
||
|
22: "PODCAST_SUBSCRIPTIONS",
|
||
|
23: "EXTRACTED_COLOR",
|
||
|
24: "PODCAST_VIRALITY",
|
||
|
25: "IMAGE_SPARKLES_HACK",
|
||
|
26: "PODCAST_POPULARITY_HACK",
|
||
|
27: "AUTOMIX_MODE",
|
||
|
28: "CUEPOINTS",
|
||
|
29: "PODCAST_POLL",
|
||
|
30: "EPISODE_ACCESS",
|
||
|
31: "SHOW_ACCESS",
|
||
|
32: "PODCAST_QNA",
|
||
|
33: "CLIPS",
|
||
|
36: "PODCAST_CTA_CARDS",
|
||
|
37: "PODCAST_RATING",
|
||
|
38: "DISPLAY_SEGMENTS",
|
||
|
39: "GREENROOM",
|
||
|
40: "USER_CREATED",
|
||
|
48: "CLIENT_CONFIG",
|
||
|
52: "AUDIOBOOK_SPECIFICS",
|
||
|
}
|
||
|
ExtensionKind_value = map[string]int32{
|
||
|
"UNKNOWN_EXTENSION": 0,
|
||
|
"CANVAZ": 1,
|
||
|
"STORYLINES": 2,
|
||
|
"PODCAST_TOPICS": 3,
|
||
|
"PODCAST_SEGMENTS": 4,
|
||
|
"AUDIO_FILES": 5,
|
||
|
"TRACK_DESCRIPTOR": 6,
|
||
|
"ARTIST_V4": 8,
|
||
|
"ALBUM_V4": 9,
|
||
|
"TRACK_V4": 10,
|
||
|
"SHOW_V4": 11,
|
||
|
"EPISODE_V4": 12,
|
||
|
"PODCAST_HTML_DESCRIPTION": 13,
|
||
|
"PODCAST_QUOTES": 14,
|
||
|
"USER_PROFILE": 15,
|
||
|
"CANVAS_V1": 16,
|
||
|
"SHOW_V4_BASE": 17,
|
||
|
"SHOW_V4_EPISODES_ASSOC": 18,
|
||
|
"TRACK_DESCRIPTOR_SIGNATURES": 19,
|
||
|
"PODCAST_AD_SEGMENTS": 20,
|
||
|
"EPISODE_TRANSCRIPTS": 21,
|
||
|
"PODCAST_SUBSCRIPTIONS": 22,
|
||
|
"EXTRACTED_COLOR": 23,
|
||
|
"PODCAST_VIRALITY": 24,
|
||
|
"IMAGE_SPARKLES_HACK": 25,
|
||
|
"PODCAST_POPULARITY_HACK": 26,
|
||
|
"AUTOMIX_MODE": 27,
|
||
|
"CUEPOINTS": 28,
|
||
|
"PODCAST_POLL": 29,
|
||
|
"EPISODE_ACCESS": 30,
|
||
|
"SHOW_ACCESS": 31,
|
||
|
"PODCAST_QNA": 32,
|
||
|
"CLIPS": 33,
|
||
|
"PODCAST_CTA_CARDS": 36,
|
||
|
"PODCAST_RATING": 37,
|
||
|
"DISPLAY_SEGMENTS": 38,
|
||
|
"GREENROOM": 39,
|
||
|
"USER_CREATED": 40,
|
||
|
"CLIENT_CONFIG": 48,
|
||
|
"AUDIOBOOK_SPECIFICS": 52,
|
||
|
}
|
||
|
)
|
||
|
|
||
|
func (x ExtensionKind) Enum() *ExtensionKind {
|
||
|
p := new(ExtensionKind)
|
||
|
*p = x
|
||
|
return p
|
||
|
}
|
||
|
|
||
|
func (x ExtensionKind) String() string {
|
||
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
||
|
}
|
||
|
|
||
|
func (ExtensionKind) Descriptor() protoreflect.EnumDescriptor {
|
||
|
return file_extension_kind_proto_enumTypes[0].Descriptor()
|
||
|
}
|
||
|
|
||
|
func (ExtensionKind) Type() protoreflect.EnumType {
|
||
|
return &file_extension_kind_proto_enumTypes[0]
|
||
|
}
|
||
|
|
||
|
func (x ExtensionKind) Number() protoreflect.EnumNumber {
|
||
|
return protoreflect.EnumNumber(x)
|
||
|
}
|
||
|
|
||
|
// Deprecated: Use ExtensionKind.Descriptor instead.
|
||
|
func (ExtensionKind) EnumDescriptor() ([]byte, []int) {
|
||
|
return file_extension_kind_proto_rawDescGZIP(), []int{0}
|
||
|
}
|
||
|
|
||
|
var File_extension_kind_proto protoreflect.FileDescriptor
|
||
|
|
||
|
var file_extension_kind_proto_rawDesc = []byte{
|
||
|
0x0a, 0x14, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x69, 0x6e, 0x64,
|
||
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x18, 0x73, 0x70, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x2e,
|
||
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61,
|
||
|
0x2a, 0xad, 0x06, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x69,
|
||
|
0x6e, 0x64, 0x12, 0x15, 0x0a, 0x11, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x45, 0x58,
|
||
|
0x54, 0x45, 0x4e, 0x53, 0x49, 0x4f, 0x4e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x43, 0x41, 0x4e,
|
||
|
0x56, 0x41, 0x5a, 0x10, 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x53, 0x54, 0x4f, 0x52, 0x59, 0x4c, 0x49,
|
||
|
0x4e, 0x45, 0x53, 0x10, 0x02, 0x12, 0x12, 0x0a, 0x0e, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54,
|
||
|
0x5f, 0x54, 0x4f, 0x50, 0x49, 0x43, 0x53, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x50, 0x4f, 0x44,
|
||
|
0x43, 0x41, 0x53, 0x54, 0x5f, 0x53, 0x45, 0x47, 0x4d, 0x45, 0x4e, 0x54, 0x53, 0x10, 0x04, 0x12,
|
||
|
0x0f, 0x0a, 0x0b, 0x41, 0x55, 0x44, 0x49, 0x4f, 0x5f, 0x46, 0x49, 0x4c, 0x45, 0x53, 0x10, 0x05,
|
||
|
0x12, 0x14, 0x0a, 0x10, 0x54, 0x52, 0x41, 0x43, 0x4b, 0x5f, 0x44, 0x45, 0x53, 0x43, 0x52, 0x49,
|
||
|
0x50, 0x54, 0x4f, 0x52, 0x10, 0x06, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x52, 0x54, 0x49, 0x53, 0x54,
|
||
|
0x5f, 0x56, 0x34, 0x10, 0x08, 0x12, 0x0c, 0x0a, 0x08, 0x41, 0x4c, 0x42, 0x55, 0x4d, 0x5f, 0x56,
|
||
|
0x34, 0x10, 0x09, 0x12, 0x0c, 0x0a, 0x08, 0x54, 0x52, 0x41, 0x43, 0x4b, 0x5f, 0x56, 0x34, 0x10,
|
||
|
0x0a, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x48, 0x4f, 0x57, 0x5f, 0x56, 0x34, 0x10, 0x0b, 0x12, 0x0e,
|
||
|
0x0a, 0x0a, 0x45, 0x50, 0x49, 0x53, 0x4f, 0x44, 0x45, 0x5f, 0x56, 0x34, 0x10, 0x0c, 0x12, 0x1c,
|
||
|
0x0a, 0x18, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54, 0x5f, 0x48, 0x54, 0x4d, 0x4c, 0x5f, 0x44,
|
||
|
0x45, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x0d, 0x12, 0x12, 0x0a, 0x0e,
|
||
|
0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54, 0x5f, 0x51, 0x55, 0x4f, 0x54, 0x45, 0x53, 0x10, 0x0e,
|
||
|
0x12, 0x10, 0x0a, 0x0c, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x50, 0x52, 0x4f, 0x46, 0x49, 0x4c, 0x45,
|
||
|
0x10, 0x0f, 0x12, 0x0d, 0x0a, 0x09, 0x43, 0x41, 0x4e, 0x56, 0x41, 0x53, 0x5f, 0x56, 0x31, 0x10,
|
||
|
0x10, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x48, 0x4f, 0x57, 0x5f, 0x56, 0x34, 0x5f, 0x42, 0x41, 0x53,
|
||
|
0x45, 0x10, 0x11, 0x12, 0x1a, 0x0a, 0x16, 0x53, 0x48, 0x4f, 0x57, 0x5f, 0x56, 0x34, 0x5f, 0x45,
|
||
|
0x50, 0x49, 0x53, 0x4f, 0x44, 0x45, 0x53, 0x5f, 0x41, 0x53, 0x53, 0x4f, 0x43, 0x10, 0x12, 0x12,
|
||
|
0x1f, 0x0a, 0x1b, 0x54, 0x52, 0x41, 0x43, 0x4b, 0x5f, 0x44, 0x45, 0x53, 0x43, 0x52, 0x49, 0x50,
|
||
|
0x54, 0x4f, 0x52, 0x5f, 0x53, 0x49, 0x47, 0x4e, 0x41, 0x54, 0x55, 0x52, 0x45, 0x53, 0x10, 0x13,
|
||
|
0x12, 0x17, 0x0a, 0x13, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54, 0x5f, 0x41, 0x44, 0x5f, 0x53,
|
||
|
0x45, 0x47, 0x4d, 0x45, 0x4e, 0x54, 0x53, 0x10, 0x14, 0x12, 0x17, 0x0a, 0x13, 0x45, 0x50, 0x49,
|
||
|
0x53, 0x4f, 0x44, 0x45, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x53,
|
||
|
0x10, 0x15, 0x12, 0x19, 0x0a, 0x15, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54, 0x5f, 0x53, 0x55,
|
||
|
0x42, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x53, 0x10, 0x16, 0x12, 0x13, 0x0a,
|
||
|
0x0f, 0x45, 0x58, 0x54, 0x52, 0x41, 0x43, 0x54, 0x45, 0x44, 0x5f, 0x43, 0x4f, 0x4c, 0x4f, 0x52,
|
||
|
0x10, 0x17, 0x12, 0x14, 0x0a, 0x10, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54, 0x5f, 0x56, 0x49,
|
||
|
0x52, 0x41, 0x4c, 0x49, 0x54, 0x59, 0x10, 0x18, 0x12, 0x17, 0x0a, 0x13, 0x49, 0x4d, 0x41, 0x47,
|
||
|
0x45, 0x5f, 0x53, 0x50, 0x41, 0x52, 0x4b, 0x4c, 0x45, 0x53, 0x5f, 0x48, 0x41, 0x43, 0x4b, 0x10,
|
||
|
0x19, 0x12, 0x1b, 0x0a, 0x17, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54, 0x5f, 0x50, 0x4f, 0x50,
|
||
|
0x55, 0x4c, 0x41, 0x52, 0x49, 0x54, 0x59, 0x5f, 0x48, 0x41, 0x43, 0x4b, 0x10, 0x1a, 0x12, 0x10,
|
||
|
0x0a, 0x0c, 0x41, 0x55, 0x54, 0x4f, 0x4d, 0x49, 0x58, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x10, 0x1b,
|
||
|
0x12, 0x0d, 0x0a, 0x09, 0x43, 0x55, 0x45, 0x50, 0x4f, 0x49, 0x4e, 0x54, 0x53, 0x10, 0x1c, 0x12,
|
||
|
0x10, 0x0a, 0x0c, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54, 0x5f, 0x50, 0x4f, 0x4c, 0x4c, 0x10,
|
||
|
0x1d, 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x50, 0x49, 0x53, 0x4f, 0x44, 0x45, 0x5f, 0x41, 0x43, 0x43,
|
||
|
0x45, 0x53, 0x53, 0x10, 0x1e, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x48, 0x4f, 0x57, 0x5f, 0x41, 0x43,
|
||
|
0x43, 0x45, 0x53, 0x53, 0x10, 0x1f, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53,
|
||
|
0x54, 0x5f, 0x51, 0x4e, 0x41, 0x10, 0x20, 0x12, 0x09, 0x0a, 0x05, 0x43, 0x4c, 0x49, 0x50, 0x53,
|
||
|
0x10, 0x21, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x4f, 0x44, 0x43, 0x41, 0x53, 0x54, 0x5f, 0x43, 0x54,
|
||
|
0x41, 0x5f, 0x43, 0x41, 0x52, 0x44, 0x53, 0x10, 0x24, 0x12, 0x12, 0x0a, 0x0e, 0x50, 0x4f, 0x44,
|
||
|
0x43, 0x41, 0x53, 0x54, 0x5f, 0x52, 0x41, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x25, 0x12, 0x14, 0x0a,
|
||
|
0x10, 0x44, 0x49, 0x53, 0x50, 0x4c, 0x41, 0x59, 0x5f, 0x53, 0x45, 0x47, 0x4d, 0x45, 0x4e, 0x54,
|
||
|
0x53, 0x10, 0x26, 0x12, 0x0d, 0x0a, 0x09, 0x47, 0x52, 0x45, 0x45, 0x4e, 0x52, 0x4f, 0x4f, 0x4d,
|
||
|
0x10, 0x27, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x43, 0x52, 0x45, 0x41, 0x54,
|
||
|
0x45, 0x44, 0x10, 0x28, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x4c, 0x49, 0x45, 0x4e, 0x54, 0x5f, 0x43,
|
||
|
0x4f, 0x4e, 0x46, 0x49, 0x47, 0x10, 0x30, 0x12, 0x17, 0x0a, 0x13, 0x41, 0x55, 0x44, 0x49, 0x4f,
|
||
|
0x42, 0x4f, 0x4f, 0x4b, 0x5f, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x43, 0x53, 0x10, 0x34,
|
||
|
0x42, 0x64, 0x0a, 0x22, 0x63, 0x6f, 0x6d, 0x2e, 0x73, 0x70, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x2e,
|
||
|
0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61,
|
||
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x02, 0x50, 0x01, 0x5a, 0x21, 0x74, 0x75, 0x78, 0x70,
|
||
|
0x61, 0x2e, 0x69, 0x6e, 0x2f, 0x61, 0x2f, 0x67, 0x6f, 0x70, 0x6c, 0x61, 0x79, 0x64, 0x2f, 0x6c,
|
||
|
0x69, 0x62, 0x2f, 0x73, 0x70, 0x6f, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0xf8, 0x01, 0x01,
|
||
|
0xa2, 0x02, 0x13, 0x53, 0x50, 0x54, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x4d, 0x65,
|
||
|
0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||
|
}
|
||
|
|
||
|
var (
|
||
|
file_extension_kind_proto_rawDescOnce sync.Once
|
||
|
file_extension_kind_proto_rawDescData = file_extension_kind_proto_rawDesc
|
||
|
)
|
||
|
|
||
|
func file_extension_kind_proto_rawDescGZIP() []byte {
|
||
|
file_extension_kind_proto_rawDescOnce.Do(func() {
|
||
|
file_extension_kind_proto_rawDescData = protoimpl.X.CompressGZIP(file_extension_kind_proto_rawDescData)
|
||
|
})
|
||
|
return file_extension_kind_proto_rawDescData
|
||
|
}
|
||
|
|
||
|
var file_extension_kind_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
||
|
var file_extension_kind_proto_goTypes = []interface{}{
|
||
|
(ExtensionKind)(0), // 0: spotify.extendedmetadata.ExtensionKind
|
||
|
}
|
||
|
var file_extension_kind_proto_depIdxs = []int32{
|
||
|
0, // [0:0] is the sub-list for method output_type
|
||
|
0, // [0:0] is the sub-list for method input_type
|
||
|
0, // [0:0] is the sub-list for extension type_name
|
||
|
0, // [0:0] is the sub-list for extension extendee
|
||
|
0, // [0:0] is the sub-list for field type_name
|
||
|
}
|
||
|
|
||
|
func init() { file_extension_kind_proto_init() }
|
||
|
func file_extension_kind_proto_init() {
|
||
|
if File_extension_kind_proto != nil {
|
||
|
return
|
||
|
}
|
||
|
type x struct{}
|
||
|
out := protoimpl.TypeBuilder{
|
||
|
File: protoimpl.DescBuilder{
|
||
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||
|
RawDescriptor: file_extension_kind_proto_rawDesc,
|
||
|
NumEnums: 1,
|
||
|
NumMessages: 0,
|
||
|
NumExtensions: 0,
|
||
|
NumServices: 0,
|
||
|
},
|
||
|
GoTypes: file_extension_kind_proto_goTypes,
|
||
|
DependencyIndexes: file_extension_kind_proto_depIdxs,
|
||
|
EnumInfos: file_extension_kind_proto_enumTypes,
|
||
|
}.Build()
|
||
|
File_extension_kind_proto = out.File
|
||
|
file_extension_kind_proto_rawDesc = nil
|
||
|
file_extension_kind_proto_goTypes = nil
|
||
|
file_extension_kind_proto_depIdxs = nil
|
||
|
}
|