v0

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_spotify_clienttoken_data_v0_connectivity_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConnectivitySdkData

type ConnectivitySdkData struct {
	PlatformSpecificData *PlatformSpecificData `protobuf:"bytes,1,opt,name=platform_specific_data,json=platformSpecificData,proto3" json:"platform_specific_data,omitempty"`
	DeviceId             string                `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectivitySdkData) Descriptor deprecated

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

Deprecated: Use ConnectivitySdkData.ProtoReflect.Descriptor instead.

func (*ConnectivitySdkData) GetDeviceId

func (x *ConnectivitySdkData) GetDeviceId() string

func (*ConnectivitySdkData) GetPlatformSpecificData

func (x *ConnectivitySdkData) GetPlatformSpecificData() *PlatformSpecificData

func (*ConnectivitySdkData) ProtoMessage

func (*ConnectivitySdkData) ProtoMessage()

func (*ConnectivitySdkData) ProtoReflect

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

func (*ConnectivitySdkData) Reset

func (x *ConnectivitySdkData) Reset()

func (*ConnectivitySdkData) String

func (x *ConnectivitySdkData) String() string

type NativeAndroidData

type NativeAndroidData struct {
	ScreenDimensions *Screen `protobuf:"bytes,1,opt,name=screen_dimensions,json=screenDimensions,proto3" json:"screen_dimensions,omitempty"`
	AndroidVersion   string  `protobuf:"bytes,2,opt,name=android_version,json=androidVersion,proto3" json:"android_version,omitempty"`
	ApiVersion       int32   `protobuf:"varint,3,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	DeviceName       string  `protobuf:"bytes,4,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	ModelStr         string  `protobuf:"bytes,5,opt,name=model_str,json=modelStr,proto3" json:"model_str,omitempty"`
	Vendor           string  `protobuf:"bytes,6,opt,name=vendor,proto3" json:"vendor,omitempty"`
	Vendor_2         string  `protobuf:"bytes,7,opt,name=vendor_2,json=vendor2,proto3" json:"vendor_2,omitempty"`
	UnknownValue_8   int32   `protobuf:"varint,8,opt,name=unknown_value_8,json=unknownValue8,proto3" json:"unknown_value_8,omitempty"`
	// contains filtered or unexported fields
}

func (*NativeAndroidData) Descriptor deprecated

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

Deprecated: Use NativeAndroidData.ProtoReflect.Descriptor instead.

func (*NativeAndroidData) GetAndroidVersion

func (x *NativeAndroidData) GetAndroidVersion() string

func (*NativeAndroidData) GetApiVersion

func (x *NativeAndroidData) GetApiVersion() int32

func (*NativeAndroidData) GetDeviceName

func (x *NativeAndroidData) GetDeviceName() string

func (*NativeAndroidData) GetModelStr

func (x *NativeAndroidData) GetModelStr() string

func (*NativeAndroidData) GetScreenDimensions

func (x *NativeAndroidData) GetScreenDimensions() *Screen

func (*NativeAndroidData) GetUnknownValue_8

func (x *NativeAndroidData) GetUnknownValue_8() int32

func (*NativeAndroidData) GetVendor

func (x *NativeAndroidData) GetVendor() string

func (*NativeAndroidData) GetVendor_2

func (x *NativeAndroidData) GetVendor_2() string

func (*NativeAndroidData) ProtoMessage

func (*NativeAndroidData) ProtoMessage()

func (*NativeAndroidData) ProtoReflect

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

func (*NativeAndroidData) Reset

func (x *NativeAndroidData) Reset()

func (*NativeAndroidData) String

func (x *NativeAndroidData) String() string

type NativeDesktopLinuxData

type NativeDesktopLinuxData struct {
	SystemName    string `protobuf:"bytes,1,opt,name=system_name,json=systemName,proto3" json:"system_name,omitempty"`          //  uname -s
	SystemRelease string `protobuf:"bytes,2,opt,name=system_release,json=systemRelease,proto3" json:"system_release,omitempty"` //  -r
	SystemVersion string `protobuf:"bytes,3,opt,name=system_version,json=systemVersion,proto3" json:"system_version,omitempty"` //  -v
	Hardware      string `protobuf:"bytes,4,opt,name=hardware,proto3" json:"hardware,omitempty"`                                //  -i
	// contains filtered or unexported fields
}

func (*NativeDesktopLinuxData) Descriptor deprecated

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

Deprecated: Use NativeDesktopLinuxData.ProtoReflect.Descriptor instead.

func (*NativeDesktopLinuxData) GetHardware

func (x *NativeDesktopLinuxData) GetHardware() string

func (*NativeDesktopLinuxData) GetSystemName

func (x *NativeDesktopLinuxData) GetSystemName() string

func (*NativeDesktopLinuxData) GetSystemRelease

func (x *NativeDesktopLinuxData) GetSystemRelease() string

func (*NativeDesktopLinuxData) GetSystemVersion

func (x *NativeDesktopLinuxData) GetSystemVersion() string

func (*NativeDesktopLinuxData) ProtoMessage

func (*NativeDesktopLinuxData) ProtoMessage()

func (*NativeDesktopLinuxData) ProtoReflect

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

func (*NativeDesktopLinuxData) Reset

func (x *NativeDesktopLinuxData) Reset()

func (*NativeDesktopLinuxData) String

func (x *NativeDesktopLinuxData) String() string

type NativeDesktopMacOSData

type NativeDesktopMacOSData struct {
	SystemVersion   string `protobuf:"bytes,1,opt,name=system_version,json=systemVersion,proto3" json:"system_version,omitempty"`
	HwModel         string `protobuf:"bytes,2,opt,name=hw_model,json=hwModel,proto3" json:"hw_model,omitempty"`
	CompiledCpuType string `protobuf:"bytes,3,opt,name=compiled_cpu_type,json=compiledCpuType,proto3" json:"compiled_cpu_type,omitempty"`
	// contains filtered or unexported fields
}

func (*NativeDesktopMacOSData) Descriptor deprecated

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

Deprecated: Use NativeDesktopMacOSData.ProtoReflect.Descriptor instead.

func (*NativeDesktopMacOSData) GetCompiledCpuType

func (x *NativeDesktopMacOSData) GetCompiledCpuType() string

func (*NativeDesktopMacOSData) GetHwModel

func (x *NativeDesktopMacOSData) GetHwModel() string

func (*NativeDesktopMacOSData) GetSystemVersion

func (x *NativeDesktopMacOSData) GetSystemVersion() string

func (*NativeDesktopMacOSData) ProtoMessage

func (*NativeDesktopMacOSData) ProtoMessage()

func (*NativeDesktopMacOSData) ProtoReflect

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

func (*NativeDesktopMacOSData) Reset

func (x *NativeDesktopMacOSData) Reset()

func (*NativeDesktopMacOSData) String

func (x *NativeDesktopMacOSData) String() string

type NativeDesktopWindowsData

type NativeDesktopWindowsData struct {
	OsVersion int32 `protobuf:"varint,1,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"`
	OsBuild   int32 `protobuf:"varint,3,opt,name=os_build,json=osBuild,proto3" json:"os_build,omitempty"`
	// https://docs.microsoft.com/en-us/dotnet/api/system.platformid?view=net-6.0
	PlatformId     int32 `protobuf:"varint,4,opt,name=platform_id,json=platformId,proto3" json:"platform_id,omitempty"`
	UnknownValue_5 int32 `protobuf:"varint,5,opt,name=unknown_value_5,json=unknownValue5,proto3" json:"unknown_value_5,omitempty"`
	UnknownValue_6 int32 `protobuf:"varint,6,opt,name=unknown_value_6,json=unknownValue6,proto3" json:"unknown_value_6,omitempty"`
	// https://docs.microsoft.com/en-us/dotnet/api/system.reflection.imagefilemachine?view=net-6.0
	ImageFileMachine int32 `protobuf:"varint,7,opt,name=image_file_machine,json=imageFileMachine,proto3" json:"image_file_machine,omitempty"`
	// https://docs.microsoft.com/en-us/dotnet/api/system.reflection.portableexecutable.machine?view=net-6.0
	PeMachine       int32 `protobuf:"varint,8,opt,name=pe_machine,json=peMachine,proto3" json:"pe_machine,omitempty"`
	UnknownValue_10 bool  `protobuf:"varint,10,opt,name=unknown_value_10,json=unknownValue10,proto3" json:"unknown_value_10,omitempty"`
	// contains filtered or unexported fields
}

func (*NativeDesktopWindowsData) Descriptor deprecated

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

Deprecated: Use NativeDesktopWindowsData.ProtoReflect.Descriptor instead.

func (*NativeDesktopWindowsData) GetImageFileMachine

func (x *NativeDesktopWindowsData) GetImageFileMachine() int32

func (*NativeDesktopWindowsData) GetOsBuild

func (x *NativeDesktopWindowsData) GetOsBuild() int32

func (*NativeDesktopWindowsData) GetOsVersion

func (x *NativeDesktopWindowsData) GetOsVersion() int32

func (*NativeDesktopWindowsData) GetPeMachine

func (x *NativeDesktopWindowsData) GetPeMachine() int32

func (*NativeDesktopWindowsData) GetPlatformId

func (x *NativeDesktopWindowsData) GetPlatformId() int32

func (*NativeDesktopWindowsData) GetUnknownValue_10

func (x *NativeDesktopWindowsData) GetUnknownValue_10() bool

func (*NativeDesktopWindowsData) GetUnknownValue_5

func (x *NativeDesktopWindowsData) GetUnknownValue_5() int32

func (*NativeDesktopWindowsData) GetUnknownValue_6

func (x *NativeDesktopWindowsData) GetUnknownValue_6() int32

func (*NativeDesktopWindowsData) ProtoMessage

func (*NativeDesktopWindowsData) ProtoMessage()

func (*NativeDesktopWindowsData) ProtoReflect

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

func (*NativeDesktopWindowsData) Reset

func (x *NativeDesktopWindowsData) Reset()

func (*NativeDesktopWindowsData) String

func (x *NativeDesktopWindowsData) String() string

type NativeIOSData

type NativeIOSData struct {

	// https://developer.apple.com/documentation/uikit/uiuserinterfaceidiom
	UserInterfaceIdiom       int32  `protobuf:"varint,1,opt,name=user_interface_idiom,json=userInterfaceIdiom,proto3" json:"user_interface_idiom,omitempty"`
	TargetIphoneSimulator    bool   `` /* 127-byte string literal not displayed */
	HwMachine                string `protobuf:"bytes,3,opt,name=hw_machine,json=hwMachine,proto3" json:"hw_machine,omitempty"`
	SystemVersion            string `protobuf:"bytes,4,opt,name=system_version,json=systemVersion,proto3" json:"system_version,omitempty"`
	SimulatorModelIdentifier string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NativeIOSData) Descriptor deprecated

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

Deprecated: Use NativeIOSData.ProtoReflect.Descriptor instead.

func (*NativeIOSData) GetHwMachine

func (x *NativeIOSData) GetHwMachine() string

func (*NativeIOSData) GetSimulatorModelIdentifier

func (x *NativeIOSData) GetSimulatorModelIdentifier() string

func (*NativeIOSData) GetSystemVersion

func (x *NativeIOSData) GetSystemVersion() string

func (*NativeIOSData) GetTargetIphoneSimulator

func (x *NativeIOSData) GetTargetIphoneSimulator() bool

func (*NativeIOSData) GetUserInterfaceIdiom

func (x *NativeIOSData) GetUserInterfaceIdiom() int32

func (*NativeIOSData) ProtoMessage

func (*NativeIOSData) ProtoMessage()

func (*NativeIOSData) ProtoReflect

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

func (*NativeIOSData) Reset

func (x *NativeIOSData) Reset()

func (*NativeIOSData) String

func (x *NativeIOSData) String() string

type PlatformSpecificData

type PlatformSpecificData struct {

	// Types that are assignable to Data:
	//
	//	*PlatformSpecificData_Android
	//	*PlatformSpecificData_Ios
	//	*PlatformSpecificData_DesktopMacos
	//	*PlatformSpecificData_DesktopWindows
	//	*PlatformSpecificData_DesktopLinux
	Data isPlatformSpecificData_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*PlatformSpecificData) Descriptor deprecated

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

Deprecated: Use PlatformSpecificData.ProtoReflect.Descriptor instead.

func (*PlatformSpecificData) GetAndroid

func (x *PlatformSpecificData) GetAndroid() *NativeAndroidData

func (*PlatformSpecificData) GetData

func (m *PlatformSpecificData) GetData() isPlatformSpecificData_Data

func (*PlatformSpecificData) GetDesktopLinux

func (x *PlatformSpecificData) GetDesktopLinux() *NativeDesktopLinuxData

func (*PlatformSpecificData) GetDesktopMacos

func (x *PlatformSpecificData) GetDesktopMacos() *NativeDesktopMacOSData

func (*PlatformSpecificData) GetDesktopWindows

func (x *PlatformSpecificData) GetDesktopWindows() *NativeDesktopWindowsData

func (*PlatformSpecificData) GetIos

func (x *PlatformSpecificData) GetIos() *NativeIOSData

func (*PlatformSpecificData) ProtoMessage

func (*PlatformSpecificData) ProtoMessage()

func (*PlatformSpecificData) ProtoReflect

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

func (*PlatformSpecificData) Reset

func (x *PlatformSpecificData) Reset()

func (*PlatformSpecificData) String

func (x *PlatformSpecificData) String() string

type PlatformSpecificData_Android

type PlatformSpecificData_Android struct {
	Android *NativeAndroidData `protobuf:"bytes,1,opt,name=android,proto3,oneof"`
}

type PlatformSpecificData_DesktopLinux

type PlatformSpecificData_DesktopLinux struct {
	DesktopLinux *NativeDesktopLinuxData `protobuf:"bytes,5,opt,name=desktop_linux,json=desktopLinux,proto3,oneof"`
}

type PlatformSpecificData_DesktopMacos

type PlatformSpecificData_DesktopMacos struct {
	DesktopMacos *NativeDesktopMacOSData `protobuf:"bytes,3,opt,name=desktop_macos,json=desktopMacos,proto3,oneof"`
}

type PlatformSpecificData_DesktopWindows

type PlatformSpecificData_DesktopWindows struct {
	DesktopWindows *NativeDesktopWindowsData `protobuf:"bytes,4,opt,name=desktop_windows,json=desktopWindows,proto3,oneof"`
}

type PlatformSpecificData_Ios

type PlatformSpecificData_Ios struct {
	Ios *NativeIOSData `protobuf:"bytes,2,opt,name=ios,proto3,oneof"`
}

type Screen

type Screen struct {
	Width          int32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
	Height         int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Density        int32 `protobuf:"varint,3,opt,name=density,proto3" json:"density,omitempty"`
	UnknownValue_4 int32 `protobuf:"varint,4,opt,name=unknown_value_4,json=unknownValue4,proto3" json:"unknown_value_4,omitempty"`
	UnknownValue_5 int32 `protobuf:"varint,5,opt,name=unknown_value_5,json=unknownValue5,proto3" json:"unknown_value_5,omitempty"`
	// contains filtered or unexported fields
}

func (*Screen) Descriptor deprecated

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

Deprecated: Use Screen.ProtoReflect.Descriptor instead.

func (*Screen) GetDensity

func (x *Screen) GetDensity() int32

func (*Screen) GetHeight

func (x *Screen) GetHeight() int32

func (*Screen) GetUnknownValue_4

func (x *Screen) GetUnknownValue_4() int32

func (*Screen) GetUnknownValue_5

func (x *Screen) GetUnknownValue_5() int32

func (*Screen) GetWidth

func (x *Screen) GetWidth() int32

func (*Screen) ProtoMessage

func (*Screen) ProtoMessage()

func (*Screen) ProtoReflect

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

func (*Screen) Reset

func (x *Screen) Reset()

func (*Screen) String

func (x *Screen) String() string

Jump to

Keyboard shortcuts

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