event_sender

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2025 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_spotify_event_sender_gabito_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AdContext

type AdContext struct {
	PrecedingContentUri     *string  `` /* 126-byte string literal not displayed */
	PrecedingPlaybackId     *string  `` /* 126-byte string literal not displayed */
	PrecedingEndPosition    *int32   `` /* 130-byte string literal not displayed */
	AdIds                   []string `protobuf:"bytes,4,rep,name=ad_ids,json=adIds,proto3" json:"ad_ids,omitempty"`
	AdRequestId             *string  `protobuf:"bytes,5,opt,name=ad_request_id,json=adRequestId,proto3,oneof" json:"ad_request_id,omitempty"`
	SucceedingContentUri    *string  `` /* 129-byte string literal not displayed */
	SucceedingPlaybackId    *string  `` /* 129-byte string literal not displayed */
	SucceedingStartPosition *int32   `` /* 139-byte string literal not displayed */
	PrecedingDuration       *int32   `protobuf:"varint,9,opt,name=preceding_duration,json=precedingDuration,proto3,oneof" json:"preceding_duration,omitempty"`
	AdSlotIds               []string `protobuf:"bytes,10,rep,name=ad_slot_ids,json=adSlotIds,proto3" json:"ad_slot_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AdContext) Descriptor deprecated

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

Deprecated: Use AdContext.ProtoReflect.Descriptor instead.

func (*AdContext) GetAdIds

func (x *AdContext) GetAdIds() []string

func (*AdContext) GetAdRequestId

func (x *AdContext) GetAdRequestId() string

func (*AdContext) GetAdSlotIds

func (x *AdContext) GetAdSlotIds() []string

func (*AdContext) GetPrecedingContentUri

func (x *AdContext) GetPrecedingContentUri() string

func (*AdContext) GetPrecedingDuration

func (x *AdContext) GetPrecedingDuration() int32

func (*AdContext) GetPrecedingEndPosition

func (x *AdContext) GetPrecedingEndPosition() int32

func (*AdContext) GetPrecedingPlaybackId

func (x *AdContext) GetPrecedingPlaybackId() string

func (*AdContext) GetSucceedingContentUri

func (x *AdContext) GetSucceedingContentUri() string

func (*AdContext) GetSucceedingPlaybackId

func (x *AdContext) GetSucceedingPlaybackId() string

func (*AdContext) GetSucceedingStartPosition

func (x *AdContext) GetSucceedingStartPosition() int32

func (*AdContext) ProtoMessage

func (*AdContext) ProtoMessage()

func (*AdContext) ProtoReflect

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

func (*AdContext) Reset

func (x *AdContext) Reset()

func (*AdContext) String

func (x *AdContext) String() string

type AdDecisionEvent

type AdDecisionEvent struct {
	RequestId         *string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	DecisionRequestId *string `protobuf:"bytes,2,opt,name=decision_request_id,json=decisionRequestId,proto3,oneof" json:"decision_request_id,omitempty"`
	DecisionType      *string `protobuf:"bytes,3,opt,name=decision_type,json=decisionType,proto3,oneof" json:"decision_type,omitempty"`
	AdId              *string `protobuf:"bytes,4,opt,name=ad_id,json=adId,proto3,oneof" json:"ad_id,omitempty"`
	DecisionState     *string `protobuf:"bytes,5,opt,name=decision_state,json=decisionState,proto3,oneof" json:"decision_state,omitempty"`
	// contains filtered or unexported fields
}

func (*AdDecisionEvent) Descriptor deprecated

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

Deprecated: Use AdDecisionEvent.ProtoReflect.Descriptor instead.

func (*AdDecisionEvent) GetAdId

func (x *AdDecisionEvent) GetAdId() string

func (*AdDecisionEvent) GetDecisionRequestId

func (x *AdDecisionEvent) GetDecisionRequestId() string

func (*AdDecisionEvent) GetDecisionState

func (x *AdDecisionEvent) GetDecisionState() string

func (*AdDecisionEvent) GetDecisionType

func (x *AdDecisionEvent) GetDecisionType() string

func (*AdDecisionEvent) GetRequestId

func (x *AdDecisionEvent) GetRequestId() string

func (*AdDecisionEvent) ProtoMessage

func (*AdDecisionEvent) ProtoMessage()

func (*AdDecisionEvent) ProtoReflect

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

func (*AdDecisionEvent) Reset

func (x *AdDecisionEvent) Reset()

func (*AdDecisionEvent) String

func (x *AdDecisionEvent) String() string

type AdError

type AdError struct {
	RequestType     *string  `protobuf:"bytes,1,opt,name=request_type,json=requestType,proto3,oneof" json:"request_type,omitempty"`
	ErrorMessage    *string  `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3,oneof" json:"error_message,omitempty"`
	HttpErrorCode   *int64   `protobuf:"varint,3,opt,name=http_error_code,json=httpErrorCode,proto3,oneof" json:"http_error_code,omitempty"`
	RequestUrl      *string  `protobuf:"bytes,4,opt,name=request_url,json=requestUrl,proto3,oneof" json:"request_url,omitempty"`
	TrackingEvent   *string  `protobuf:"bytes,5,opt,name=tracking_event,json=trackingEvent,proto3,oneof" json:"tracking_event,omitempty"`
	ErrorType       *string  `protobuf:"bytes,6,opt,name=error_type,json=errorType,proto3,oneof" json:"error_type,omitempty"`
	AdId            *string  `protobuf:"bytes,7,opt,name=ad_id,json=adId,proto3,oneof" json:"ad_id,omitempty"`
	LineitemId      *string  `protobuf:"bytes,8,opt,name=lineitem_id,json=lineitemId,proto3,oneof" json:"lineitem_id,omitempty"`
	Surface         *string  `protobuf:"bytes,9,opt,name=surface,proto3,oneof" json:"surface,omitempty"`
	AdContentOrigin *string  `protobuf:"bytes,10,opt,name=ad_content_origin,json=adContentOrigin,proto3,oneof" json:"ad_content_origin,omitempty"`
	Slot            *string  `protobuf:"bytes,11,opt,name=slot,proto3,oneof" json:"slot,omitempty"`
	RequestId       *string  `protobuf:"bytes,12,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	SlotIds         []string `protobuf:"bytes,13,rep,name=slot_ids,json=slotIds,proto3" json:"slot_ids,omitempty"`
	Type            *string  `protobuf:"bytes,14,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AdError) Descriptor deprecated

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

Deprecated: Use AdError.ProtoReflect.Descriptor instead.

func (*AdError) GetAdContentOrigin

func (x *AdError) GetAdContentOrigin() string

func (*AdError) GetAdId

func (x *AdError) GetAdId() string

func (*AdError) GetErrorMessage

func (x *AdError) GetErrorMessage() string

func (*AdError) GetErrorType

func (x *AdError) GetErrorType() string

func (*AdError) GetHttpErrorCode

func (x *AdError) GetHttpErrorCode() int64

func (*AdError) GetLineitemId

func (x *AdError) GetLineitemId() string

func (*AdError) GetRequestId

func (x *AdError) GetRequestId() string

func (*AdError) GetRequestType

func (x *AdError) GetRequestType() string

func (*AdError) GetRequestUrl

func (x *AdError) GetRequestUrl() string

func (*AdError) GetSlot

func (x *AdError) GetSlot() string

func (*AdError) GetSlotIds

func (x *AdError) GetSlotIds() []string

func (*AdError) GetSurface

func (x *AdError) GetSurface() string

func (*AdError) GetTrackingEvent

func (x *AdError) GetTrackingEvent() string

func (*AdError) GetType

func (x *AdError) GetType() string

func (*AdError) ProtoMessage

func (*AdError) ProtoMessage()

func (*AdError) ProtoReflect

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

func (*AdError) Reset

func (x *AdError) Reset()

func (*AdError) String

func (x *AdError) String() string

type AdEvent

type AdEvent struct {
	RequestId        *string  `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	AppStartupId     *string  `protobuf:"bytes,2,opt,name=app_startup_id,json=appStartupId,proto3,oneof" json:"app_startup_id,omitempty"`
	AdId             *string  `protobuf:"bytes,3,opt,name=ad_id,json=adId,proto3,oneof" json:"ad_id,omitempty"`
	LineitemId       *string  `protobuf:"bytes,4,opt,name=lineitem_id,json=lineitemId,proto3,oneof" json:"lineitem_id,omitempty"`
	CreativeId       *string  `protobuf:"bytes,5,opt,name=creative_id,json=creativeId,proto3,oneof" json:"creative_id,omitempty"`
	Slot             *string  `protobuf:"bytes,6,opt,name=slot,proto3,oneof" json:"slot,omitempty"`
	Format           *string  `protobuf:"bytes,7,opt,name=format,proto3,oneof" json:"format,omitempty"`
	Type             *string  `protobuf:"bytes,8,opt,name=type,proto3,oneof" json:"type,omitempty"`
	Skippable        *bool    `protobuf:"varint,9,opt,name=skippable,proto3,oneof" json:"skippable,omitempty"`
	Event            *string  `protobuf:"bytes,10,opt,name=event,proto3,oneof" json:"event,omitempty"`
	EventSource      *string  `protobuf:"bytes,11,opt,name=event_source,json=eventSource,proto3,oneof" json:"event_source,omitempty"`
	EventReason      *string  `protobuf:"bytes,12,opt,name=event_reason,json=eventReason,proto3,oneof" json:"event_reason,omitempty"`
	EventSequenceNum *int32   `protobuf:"varint,13,opt,name=event_sequence_num,json=eventSequenceNum,proto3,oneof" json:"event_sequence_num,omitempty"`
	Position         *int32   `protobuf:"varint,14,opt,name=position,proto3,oneof" json:"position,omitempty"`
	Duration         *int32   `protobuf:"varint,15,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
	InFocus          *bool    `protobuf:"varint,16,opt,name=in_focus,json=inFocus,proto3,oneof" json:"in_focus,omitempty"`
	Volume           *float32 `protobuf:"fixed32,17,opt,name=volume,proto3,oneof" json:"volume,omitempty"`
	ProductName      *string  `protobuf:"bytes,18,opt,name=product_name,json=productName,proto3,oneof" json:"product_name,omitempty"`
	// contains filtered or unexported fields
}

func (*AdEvent) Descriptor deprecated

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

Deprecated: Use AdEvent.ProtoReflect.Descriptor instead.

func (*AdEvent) GetAdId

func (x *AdEvent) GetAdId() string

func (*AdEvent) GetAppStartupId

func (x *AdEvent) GetAppStartupId() string

func (*AdEvent) GetCreativeId

func (x *AdEvent) GetCreativeId() string

func (*AdEvent) GetDuration

func (x *AdEvent) GetDuration() int32

func (*AdEvent) GetEvent

func (x *AdEvent) GetEvent() string

func (*AdEvent) GetEventReason

func (x *AdEvent) GetEventReason() string

func (*AdEvent) GetEventSequenceNum

func (x *AdEvent) GetEventSequenceNum() int32

func (*AdEvent) GetEventSource

func (x *AdEvent) GetEventSource() string

func (*AdEvent) GetFormat

func (x *AdEvent) GetFormat() string

func (*AdEvent) GetInFocus

func (x *AdEvent) GetInFocus() bool

func (*AdEvent) GetLineitemId

func (x *AdEvent) GetLineitemId() string

func (*AdEvent) GetPosition

func (x *AdEvent) GetPosition() int32

func (*AdEvent) GetProductName

func (x *AdEvent) GetProductName() string

func (*AdEvent) GetRequestId

func (x *AdEvent) GetRequestId() string

func (*AdEvent) GetSkippable

func (x *AdEvent) GetSkippable() bool

func (*AdEvent) GetSlot

func (x *AdEvent) GetSlot() string

func (*AdEvent) GetType

func (x *AdEvent) GetType() string

func (*AdEvent) GetVolume

func (x *AdEvent) GetVolume() float32

func (*AdEvent) ProtoMessage

func (*AdEvent) ProtoMessage()

func (*AdEvent) ProtoReflect

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

func (*AdEvent) Reset

func (x *AdEvent) Reset()

func (*AdEvent) String

func (x *AdEvent) String() string

type AdOpportunityEvent

type AdOpportunityEvent struct {
	TriggerId         *string `protobuf:"bytes,1,opt,name=trigger_id,json=triggerId,proto3,oneof" json:"trigger_id,omitempty"`
	TriggerType       *string `protobuf:"bytes,2,opt,name=trigger_type,json=triggerType,proto3,oneof" json:"trigger_type,omitempty"`
	DecisionRequestId *string `protobuf:"bytes,3,opt,name=decision_request_id,json=decisionRequestId,proto3,oneof" json:"decision_request_id,omitempty"`
	TriggerState      *string `protobuf:"bytes,4,opt,name=trigger_state,json=triggerState,proto3,oneof" json:"trigger_state,omitempty"`
	FocusState        *bool   `protobuf:"varint,5,opt,name=focus_state,json=focusState,proto3,oneof" json:"focus_state,omitempty"`
	ContentUri        *string `protobuf:"bytes,6,opt,name=content_uri,json=contentUri,proto3,oneof" json:"content_uri,omitempty"`
	PlaybackId        *string `protobuf:"bytes,7,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	RequestId         *string `protobuf:"bytes,8,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AdOpportunityEvent) Descriptor deprecated

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

Deprecated: Use AdOpportunityEvent.ProtoReflect.Descriptor instead.

func (*AdOpportunityEvent) GetContentUri

func (x *AdOpportunityEvent) GetContentUri() string

func (*AdOpportunityEvent) GetDecisionRequestId

func (x *AdOpportunityEvent) GetDecisionRequestId() string

func (*AdOpportunityEvent) GetFocusState

func (x *AdOpportunityEvent) GetFocusState() bool

func (*AdOpportunityEvent) GetPlaybackId

func (x *AdOpportunityEvent) GetPlaybackId() string

func (*AdOpportunityEvent) GetRequestId

func (x *AdOpportunityEvent) GetRequestId() string

func (*AdOpportunityEvent) GetTriggerId

func (x *AdOpportunityEvent) GetTriggerId() string

func (*AdOpportunityEvent) GetTriggerState

func (x *AdOpportunityEvent) GetTriggerState() string

func (*AdOpportunityEvent) GetTriggerType

func (x *AdOpportunityEvent) GetTriggerType() string

func (*AdOpportunityEvent) ProtoMessage

func (*AdOpportunityEvent) ProtoMessage()

func (*AdOpportunityEvent) ProtoReflect

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

func (*AdOpportunityEvent) Reset

func (x *AdOpportunityEvent) Reset()

func (*AdOpportunityEvent) String

func (x *AdOpportunityEvent) String() string

type AdRequestEvent

type AdRequestEvent struct {
	FeatureIdentifier *string  `protobuf:"bytes,1,opt,name=feature_identifier,json=featureIdentifier,proto3,oneof" json:"feature_identifier,omitempty"`
	RequestedAdType   *string  `protobuf:"bytes,2,opt,name=requested_ad_type,json=requestedAdType,proto3,oneof" json:"requested_ad_type,omitempty"`
	LatencyMs         *int64   `protobuf:"varint,3,opt,name=latency_ms,json=latencyMs,proto3,oneof" json:"latency_ms,omitempty"`
	RequestedAdTypes  []string `protobuf:"bytes,4,rep,name=requested_ad_types,json=requestedAdTypes,proto3" json:"requested_ad_types,omitempty"`
	RequestId         *string  `protobuf:"bytes,5,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	HttpErrorCode     *int32   `protobuf:"varint,6,opt,name=http_error_code,json=httpErrorCode,proto3,oneof" json:"http_error_code,omitempty"`
	// contains filtered or unexported fields
}

func (*AdRequestEvent) Descriptor deprecated

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

Deprecated: Use AdRequestEvent.ProtoReflect.Descriptor instead.

func (*AdRequestEvent) GetFeatureIdentifier

func (x *AdRequestEvent) GetFeatureIdentifier() string

func (*AdRequestEvent) GetHttpErrorCode

func (x *AdRequestEvent) GetHttpErrorCode() int32

func (*AdRequestEvent) GetLatencyMs

func (x *AdRequestEvent) GetLatencyMs() int64

func (*AdRequestEvent) GetRequestId

func (x *AdRequestEvent) GetRequestId() string

func (*AdRequestEvent) GetRequestedAdType

func (x *AdRequestEvent) GetRequestedAdType() string

func (*AdRequestEvent) GetRequestedAdTypes

func (x *AdRequestEvent) GetRequestedAdTypes() []string

func (*AdRequestEvent) ProtoMessage

func (*AdRequestEvent) ProtoMessage()

func (*AdRequestEvent) ProtoReflect

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

func (*AdRequestEvent) Reset

func (x *AdRequestEvent) Reset()

func (*AdRequestEvent) String

func (x *AdRequestEvent) String() string

type AdSlotEvent

type AdSlotEvent struct {
	Event        *string `protobuf:"bytes,1,opt,name=event,proto3,oneof" json:"event,omitempty"`
	AdId         *string `protobuf:"bytes,2,opt,name=ad_id,json=adId,proto3,oneof" json:"ad_id,omitempty"`
	LineitemId   *string `protobuf:"bytes,3,opt,name=lineitem_id,json=lineitemId,proto3,oneof" json:"lineitem_id,omitempty"`
	CreativeId   *string `protobuf:"bytes,4,opt,name=creative_id,json=creativeId,proto3,oneof" json:"creative_id,omitempty"`
	Slot         *string `protobuf:"bytes,5,opt,name=slot,proto3,oneof" json:"slot,omitempty"`
	Format       *string `protobuf:"bytes,6,opt,name=format,proto3,oneof" json:"format,omitempty"`
	InFocus      *bool   `protobuf:"varint,7,opt,name=in_focus,json=inFocus,proto3,oneof" json:"in_focus,omitempty"`
	AppStartupId *string `protobuf:"bytes,8,opt,name=app_startup_id,json=appStartupId,proto3,oneof" json:"app_startup_id,omitempty"`
	RequestId    *string `protobuf:"bytes,9,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	Reason       *string `protobuf:"bytes,10,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*AdSlotEvent) Descriptor deprecated

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

Deprecated: Use AdSlotEvent.ProtoReflect.Descriptor instead.

func (*AdSlotEvent) GetAdId

func (x *AdSlotEvent) GetAdId() string

func (*AdSlotEvent) GetAppStartupId

func (x *AdSlotEvent) GetAppStartupId() string

func (*AdSlotEvent) GetCreativeId

func (x *AdSlotEvent) GetCreativeId() string

func (*AdSlotEvent) GetEvent

func (x *AdSlotEvent) GetEvent() string

func (*AdSlotEvent) GetFormat

func (x *AdSlotEvent) GetFormat() string

func (*AdSlotEvent) GetInFocus

func (x *AdSlotEvent) GetInFocus() bool

func (*AdSlotEvent) GetLineitemId

func (x *AdSlotEvent) GetLineitemId() string

func (*AdSlotEvent) GetReason

func (x *AdSlotEvent) GetReason() string

func (*AdSlotEvent) GetRequestId

func (x *AdSlotEvent) GetRequestId() string

func (*AdSlotEvent) GetSlot

func (x *AdSlotEvent) GetSlot() string

func (*AdSlotEvent) ProtoMessage

func (*AdSlotEvent) ProtoMessage()

func (*AdSlotEvent) ProtoReflect

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

func (*AdSlotEvent) Reset

func (x *AdSlotEvent) Reset()

func (*AdSlotEvent) String

func (x *AdSlotEvent) String() string

type AmazonWakeUpTime

type AmazonWakeUpTime struct {
	DelayToOnline *int64 `protobuf:"varint,1,opt,name=delay_to_online,json=delayToOnline,proto3,oneof" json:"delay_to_online,omitempty"`
	// contains filtered or unexported fields
}

func (*AmazonWakeUpTime) Descriptor deprecated

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

Deprecated: Use AmazonWakeUpTime.ProtoReflect.Descriptor instead.

func (*AmazonWakeUpTime) GetDelayToOnline

func (x *AmazonWakeUpTime) GetDelayToOnline() int64

func (*AmazonWakeUpTime) ProtoMessage

func (*AmazonWakeUpTime) ProtoMessage()

func (*AmazonWakeUpTime) ProtoReflect

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

func (*AmazonWakeUpTime) Reset

func (x *AmazonWakeUpTime) Reset()

func (*AmazonWakeUpTime) String

func (x *AmazonWakeUpTime) String() string

type Application

type Application struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Application) Descriptor deprecated

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

Deprecated: Use Application.ProtoReflect.Descriptor instead.

func (*Application) GetVersion

func (x *Application) GetVersion() string

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) ProtoReflect

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

func (*Application) Reset

func (x *Application) Reset()

func (*Application) String

func (x *Application) String() string

type ApplicationDesktop

type ApplicationDesktop struct {
	VersionString string `protobuf:"bytes,1,opt,name=version_string,json=versionString,proto3" json:"version_string,omitempty"`
	VersionCode   int64  `protobuf:"varint,2,opt,name=version_code,json=versionCode,proto3" json:"version_code,omitempty"`
	SessionId     []byte `protobuf:"bytes,3,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationDesktop) Descriptor deprecated

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

Deprecated: Use ApplicationDesktop.ProtoReflect.Descriptor instead.

func (*ApplicationDesktop) GetSessionId

func (x *ApplicationDesktop) GetSessionId() []byte

func (*ApplicationDesktop) GetVersionCode

func (x *ApplicationDesktop) GetVersionCode() int64

func (*ApplicationDesktop) GetVersionString

func (x *ApplicationDesktop) GetVersionString() string

func (*ApplicationDesktop) ProtoMessage

func (*ApplicationDesktop) ProtoMessage()

func (*ApplicationDesktop) ProtoReflect

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

func (*ApplicationDesktop) Reset

func (x *ApplicationDesktop) Reset()

func (*ApplicationDesktop) String

func (x *ApplicationDesktop) String() string

type AudioDriverInfo

type AudioDriverInfo struct {
	DriverName           *string `protobuf:"bytes,1,opt,name=driver_name,json=driverName,proto3,oneof" json:"driver_name,omitempty"`
	OutputDeviceName     *string `protobuf:"bytes,2,opt,name=output_device_name,json=outputDeviceName,proto3,oneof" json:"output_device_name,omitempty"`
	OutputDeviceCategory *string `` /* 129-byte string literal not displayed */
	Reason               *string `protobuf:"bytes,4,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioDriverInfo) Descriptor deprecated

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

Deprecated: Use AudioDriverInfo.ProtoReflect.Descriptor instead.

func (*AudioDriverInfo) GetDriverName

func (x *AudioDriverInfo) GetDriverName() string

func (*AudioDriverInfo) GetOutputDeviceCategory

func (x *AudioDriverInfo) GetOutputDeviceCategory() string

func (*AudioDriverInfo) GetOutputDeviceName

func (x *AudioDriverInfo) GetOutputDeviceName() string

func (*AudioDriverInfo) GetReason

func (x *AudioDriverInfo) GetReason() string

func (*AudioDriverInfo) ProtoMessage

func (*AudioDriverInfo) ProtoMessage()

func (*AudioDriverInfo) ProtoReflect

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

func (*AudioDriverInfo) Reset

func (x *AudioDriverInfo) Reset()

func (*AudioDriverInfo) String

func (x *AudioDriverInfo) String() string

type AudioFileSelection

type AudioFileSelection struct {
	PlaybackId    []byte  `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	StrategyName  *string `protobuf:"bytes,2,opt,name=strategy_name,json=strategyName,proto3,oneof" json:"strategy_name,omitempty"`
	Bitrate       *int64  `protobuf:"varint,3,opt,name=bitrate,proto3,oneof" json:"bitrate,omitempty"`
	PredictId     []byte  `protobuf:"bytes,4,opt,name=predict_id,json=predictId,proto3,oneof" json:"predict_id,omitempty"`
	FileOrigin    *string `protobuf:"bytes,5,opt,name=file_origin,json=fileOrigin,proto3,oneof" json:"file_origin,omitempty"`
	TargetBitrate *int32  `protobuf:"varint,6,opt,name=target_bitrate,json=targetBitrate,proto3,oneof" json:"target_bitrate,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioFileSelection) Descriptor deprecated

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

Deprecated: Use AudioFileSelection.ProtoReflect.Descriptor instead.

func (*AudioFileSelection) GetBitrate

func (x *AudioFileSelection) GetBitrate() int64

func (*AudioFileSelection) GetFileOrigin

func (x *AudioFileSelection) GetFileOrigin() string

func (*AudioFileSelection) GetPlaybackId

func (x *AudioFileSelection) GetPlaybackId() []byte

func (*AudioFileSelection) GetPredictId

func (x *AudioFileSelection) GetPredictId() []byte

func (*AudioFileSelection) GetStrategyName

func (x *AudioFileSelection) GetStrategyName() string

func (*AudioFileSelection) GetTargetBitrate

func (x *AudioFileSelection) GetTargetBitrate() int32

func (*AudioFileSelection) ProtoMessage

func (*AudioFileSelection) ProtoMessage()

func (*AudioFileSelection) ProtoReflect

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

func (*AudioFileSelection) Reset

func (x *AudioFileSelection) Reset()

func (*AudioFileSelection) String

func (x *AudioFileSelection) String() string

type AudioIndexRepairReport

type AudioIndexRepairReport struct {
	TracksNumAddedAudio       *int64 `` /* 129-byte string literal not displayed */
	TracksNumInMdata          *int64 `protobuf:"varint,2,opt,name=tracks_num_in_mdata,json=tracksNumInMdata,proto3,oneof" json:"tracks_num_in_mdata,omitempty"`
	TracksNumParseError       *int64 `` /* 129-byte string literal not displayed */
	TracksNumMissingAudioId   *int64 `` /* 143-byte string literal not displayed */
	TracksNumWriteError       *int64 `` /* 129-byte string literal not displayed */
	EpisodesNumAddedAudio     *int64 `` /* 135-byte string literal not displayed */
	EpisodesNumInMdata        *int64 `` /* 126-byte string literal not displayed */
	EpisodesNumParseError     *int64 `` /* 135-byte string literal not displayed */
	EpisodesNumMissingAudioId *int64 `` /* 149-byte string literal not displayed */
	EpisodesNumWriteError     *int64 `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AudioIndexRepairReport) Descriptor deprecated

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

Deprecated: Use AudioIndexRepairReport.ProtoReflect.Descriptor instead.

func (*AudioIndexRepairReport) GetEpisodesNumAddedAudio

func (x *AudioIndexRepairReport) GetEpisodesNumAddedAudio() int64

func (*AudioIndexRepairReport) GetEpisodesNumInMdata

func (x *AudioIndexRepairReport) GetEpisodesNumInMdata() int64

func (*AudioIndexRepairReport) GetEpisodesNumMissingAudioId

func (x *AudioIndexRepairReport) GetEpisodesNumMissingAudioId() int64

func (*AudioIndexRepairReport) GetEpisodesNumParseError

func (x *AudioIndexRepairReport) GetEpisodesNumParseError() int64

func (*AudioIndexRepairReport) GetEpisodesNumWriteError

func (x *AudioIndexRepairReport) GetEpisodesNumWriteError() int64

func (*AudioIndexRepairReport) GetTracksNumAddedAudio

func (x *AudioIndexRepairReport) GetTracksNumAddedAudio() int64

func (*AudioIndexRepairReport) GetTracksNumInMdata

func (x *AudioIndexRepairReport) GetTracksNumInMdata() int64

func (*AudioIndexRepairReport) GetTracksNumMissingAudioId

func (x *AudioIndexRepairReport) GetTracksNumMissingAudioId() int64

func (*AudioIndexRepairReport) GetTracksNumParseError

func (x *AudioIndexRepairReport) GetTracksNumParseError() int64

func (*AudioIndexRepairReport) GetTracksNumWriteError

func (x *AudioIndexRepairReport) GetTracksNumWriteError() int64

func (*AudioIndexRepairReport) ProtoMessage

func (*AudioIndexRepairReport) ProtoMessage()

func (*AudioIndexRepairReport) ProtoReflect

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

func (*AudioIndexRepairReport) Reset

func (x *AudioIndexRepairReport) Reset()

func (*AudioIndexRepairReport) String

func (x *AudioIndexRepairReport) String() string

type AudioOffliningSettingsReport

type AudioOffliningSettingsReport struct {
	DefaultSyncBitrateProductState *string `` /* 163-byte string literal not displayed */
	UserSelectedSyncBitrate        *int64  `` /* 141-byte string literal not displayed */
	SyncBitrate                    *int64  `protobuf:"varint,3,opt,name=sync_bitrate,json=syncBitrate,proto3,oneof" json:"sync_bitrate,omitempty"`
	SyncOverCellular               *bool   `protobuf:"varint,4,opt,name=sync_over_cellular,json=syncOverCellular,proto3,oneof" json:"sync_over_cellular,omitempty"`
	PrimaryResourceType            *string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AudioOffliningSettingsReport) Descriptor deprecated

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

Deprecated: Use AudioOffliningSettingsReport.ProtoReflect.Descriptor instead.

func (*AudioOffliningSettingsReport) GetDefaultSyncBitrateProductState

func (x *AudioOffliningSettingsReport) GetDefaultSyncBitrateProductState() string

func (*AudioOffliningSettingsReport) GetPrimaryResourceType

func (x *AudioOffliningSettingsReport) GetPrimaryResourceType() string

func (*AudioOffliningSettingsReport) GetSyncBitrate

func (x *AudioOffliningSettingsReport) GetSyncBitrate() int64

func (*AudioOffliningSettingsReport) GetSyncOverCellular

func (x *AudioOffliningSettingsReport) GetSyncOverCellular() bool

func (*AudioOffliningSettingsReport) GetUserSelectedSyncBitrate

func (x *AudioOffliningSettingsReport) GetUserSelectedSyncBitrate() int64

func (*AudioOffliningSettingsReport) ProtoMessage

func (*AudioOffliningSettingsReport) ProtoMessage()

func (*AudioOffliningSettingsReport) ProtoReflect

func (*AudioOffliningSettingsReport) Reset

func (x *AudioOffliningSettingsReport) Reset()

func (*AudioOffliningSettingsReport) String

type AudioRateLimit

type AudioRateLimit struct {
	DriverName            *string `protobuf:"bytes,1,opt,name=driver_name,json=driverName,proto3,oneof" json:"driver_name,omitempty"`
	OutputDeviceName      *string `protobuf:"bytes,2,opt,name=output_device_name,json=outputDeviceName,proto3,oneof" json:"output_device_name,omitempty"`
	OutputDeviceCategory  *string `` /* 129-byte string literal not displayed */
	MaxSize               *int64  `protobuf:"varint,4,opt,name=max_size,json=maxSize,proto3,oneof" json:"max_size,omitempty"`
	RefillPerMilliseconds *int64  `` /* 133-byte string literal not displayed */
	FramesRequested       *int64  `protobuf:"varint,6,opt,name=frames_requested,json=framesRequested,proto3,oneof" json:"frames_requested,omitempty"`
	FramesAcquired        *int64  `protobuf:"varint,7,opt,name=frames_acquired,json=framesAcquired,proto3,oneof" json:"frames_acquired,omitempty"`
	PlaybackId            []byte  `protobuf:"bytes,8,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioRateLimit) Descriptor deprecated

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

Deprecated: Use AudioRateLimit.ProtoReflect.Descriptor instead.

func (*AudioRateLimit) GetDriverName

func (x *AudioRateLimit) GetDriverName() string

func (*AudioRateLimit) GetFramesAcquired

func (x *AudioRateLimit) GetFramesAcquired() int64

func (*AudioRateLimit) GetFramesRequested

func (x *AudioRateLimit) GetFramesRequested() int64

func (*AudioRateLimit) GetMaxSize

func (x *AudioRateLimit) GetMaxSize() int64

func (*AudioRateLimit) GetOutputDeviceCategory

func (x *AudioRateLimit) GetOutputDeviceCategory() string

func (*AudioRateLimit) GetOutputDeviceName

func (x *AudioRateLimit) GetOutputDeviceName() string

func (*AudioRateLimit) GetPlaybackId

func (x *AudioRateLimit) GetPlaybackId() []byte

func (*AudioRateLimit) GetRefillPerMilliseconds

func (x *AudioRateLimit) GetRefillPerMilliseconds() int64

func (*AudioRateLimit) ProtoMessage

func (*AudioRateLimit) ProtoMessage()

func (*AudioRateLimit) ProtoReflect

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

func (*AudioRateLimit) Reset

func (x *AudioRateLimit) Reset()

func (*AudioRateLimit) String

func (x *AudioRateLimit) String() string

type AudioResolve

type AudioResolve struct {
	PlaybackId       []byte  `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	LatencyMs        *int64  `protobuf:"varint,2,opt,name=latency_ms,json=latencyMs,proto3,oneof" json:"latency_ms,omitempty"`
	EntityUri        *string `protobuf:"bytes,3,opt,name=entity_uri,json=entityUri,proto3,oneof" json:"entity_uri,omitempty"`
	AudioId          []byte  `protobuf:"bytes,4,opt,name=audio_id,json=audioId,proto3,oneof" json:"audio_id,omitempty"`
	GeneratedAudioId []byte  `protobuf:"bytes,5,opt,name=generated_audio_id,json=generatedAudioId,proto3,oneof" json:"generated_audio_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioResolve) Descriptor deprecated

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

Deprecated: Use AudioResolve.ProtoReflect.Descriptor instead.

func (*AudioResolve) GetAudioId

func (x *AudioResolve) GetAudioId() []byte

func (*AudioResolve) GetEntityUri

func (x *AudioResolve) GetEntityUri() string

func (*AudioResolve) GetGeneratedAudioId

func (x *AudioResolve) GetGeneratedAudioId() []byte

func (*AudioResolve) GetLatencyMs

func (x *AudioResolve) GetLatencyMs() int64

func (*AudioResolve) GetPlaybackId

func (x *AudioResolve) GetPlaybackId() []byte

func (*AudioResolve) ProtoMessage

func (*AudioResolve) ProtoMessage()

func (*AudioResolve) ProtoReflect

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

func (*AudioResolve) Reset

func (x *AudioResolve) Reset()

func (*AudioResolve) String

func (x *AudioResolve) String() string

type AudioSessionEvent

type AudioSessionEvent struct {
	Event             *string `protobuf:"bytes,1,opt,name=event,proto3,oneof" json:"event,omitempty"`
	Context           *string `protobuf:"bytes,2,opt,name=context,proto3,oneof" json:"context,omitempty"`
	JsonData          *string `protobuf:"bytes,3,opt,name=json_data,json=jsonData,proto3,oneof" json:"json_data,omitempty"`
	PlaybackId        []byte  `protobuf:"bytes,4,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	Reason            *string `protobuf:"bytes,5,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	FeatureIdentifier *string `protobuf:"bytes,6,opt,name=feature_identifier,json=featureIdentifier,proto3,oneof" json:"feature_identifier,omitempty"`
	SeekPosition      *int32  `protobuf:"varint,7,opt,name=seek_position,json=seekPosition,proto3,oneof" json:"seek_position,omitempty"`
	Paused            *bool   `protobuf:"varint,8,opt,name=paused,proto3,oneof" json:"paused,omitempty"`
	Speed             *int64  `protobuf:"varint,9,opt,name=speed,proto3,oneof" json:"speed,omitempty"`
	FadeStartPosition *int32  `protobuf:"varint,10,opt,name=fade_start_position,json=fadeStartPosition,proto3,oneof" json:"fade_start_position,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioSessionEvent) Descriptor deprecated

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

Deprecated: Use AudioSessionEvent.ProtoReflect.Descriptor instead.

func (*AudioSessionEvent) GetContext

func (x *AudioSessionEvent) GetContext() string

func (*AudioSessionEvent) GetEvent

func (x *AudioSessionEvent) GetEvent() string

func (*AudioSessionEvent) GetFadeStartPosition

func (x *AudioSessionEvent) GetFadeStartPosition() int32

func (*AudioSessionEvent) GetFeatureIdentifier

func (x *AudioSessionEvent) GetFeatureIdentifier() string

func (*AudioSessionEvent) GetJsonData

func (x *AudioSessionEvent) GetJsonData() string

func (*AudioSessionEvent) GetPaused

func (x *AudioSessionEvent) GetPaused() bool

func (*AudioSessionEvent) GetPlaybackId

func (x *AudioSessionEvent) GetPlaybackId() []byte

func (*AudioSessionEvent) GetReason

func (x *AudioSessionEvent) GetReason() string

func (*AudioSessionEvent) GetSeekPosition

func (x *AudioSessionEvent) GetSeekPosition() int32

func (*AudioSessionEvent) GetSpeed

func (x *AudioSessionEvent) GetSpeed() int64

func (*AudioSessionEvent) ProtoMessage

func (*AudioSessionEvent) ProtoMessage()

func (*AudioSessionEvent) ProtoReflect

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

func (*AudioSessionEvent) Reset

func (x *AudioSessionEvent) Reset()

func (*AudioSessionEvent) String

func (x *AudioSessionEvent) String() string

type AudioSettingsReport

type AudioSettingsReport struct {
	OfflineMode                    *bool    `protobuf:"varint,1,opt,name=offline_mode,json=offlineMode,proto3,oneof" json:"offline_mode,omitempty"`
	DefaultPlayBitrateProductState *string  `` /* 163-byte string literal not displayed */
	UserSelectedBitrate            *int64   `` /* 127-byte string literal not displayed */
	PlayBitrate                    *int64   `protobuf:"varint,4,opt,name=play_bitrate,json=playBitrate,proto3,oneof" json:"play_bitrate,omitempty"`
	LowBitrateOnCellular           *bool    `` /* 132-byte string literal not displayed */
	DefaultSyncBitrateProductState *string  `` /* 163-byte string literal not displayed */
	UserSelectedSyncBitrate        *int64   `` /* 141-byte string literal not displayed */
	SyncBitrate                    *int64   `protobuf:"varint,8,opt,name=sync_bitrate,json=syncBitrate,proto3,oneof" json:"sync_bitrate,omitempty"`
	SyncOverCellular               *bool    `protobuf:"varint,9,opt,name=sync_over_cellular,json=syncOverCellular,proto3,oneof" json:"sync_over_cellular,omitempty"`
	EnableGaplessProductState      *string  `` /* 147-byte string literal not displayed */
	EnableGapless                  *bool    `protobuf:"varint,11,opt,name=enable_gapless,json=enableGapless,proto3,oneof" json:"enable_gapless,omitempty"`
	EnableCrossfadeProductState    *string  `` /* 153-byte string literal not displayed */
	EnableCrossfade                *bool    `protobuf:"varint,13,opt,name=enable_crossfade,json=enableCrossfade,proto3,oneof" json:"enable_crossfade,omitempty"`
	CrossfadeTime                  *int64   `protobuf:"varint,14,opt,name=crossfade_time,json=crossfadeTime,proto3,oneof" json:"crossfade_time,omitempty"`
	EnableNormalization            *bool    `` /* 126-byte string literal not displayed */
	PlaybackSpeed                  *int64   `protobuf:"varint,16,opt,name=playback_speed,json=playbackSpeed,proto3,oneof" json:"playback_speed,omitempty"`
	AudioLoudnessLevel             *string  `protobuf:"bytes,17,opt,name=audio_loudness_level,json=audioLoudnessLevel,proto3,oneof" json:"audio_loudness_level,omitempty"`
	EnableAutomix                  *bool    `protobuf:"varint,18,opt,name=enable_automix,json=enableAutomix,proto3,oneof" json:"enable_automix,omitempty"`
	EnableSilenceTrimmer           *bool    `` /* 131-byte string literal not displayed */
	EnableMonoDownmixer            *bool    `` /* 128-byte string literal not displayed */
	SendReason                     *string  `protobuf:"bytes,21,opt,name=send_reason,json=sendReason,proto3,oneof" json:"send_reason,omitempty"`
	ChangeList                     []string `protobuf:"bytes,22,rep,name=change_list,json=changeList,proto3" json:"change_list,omitempty"`
	EnableEqualizer                *bool    `protobuf:"varint,23,opt,name=enable_equalizer,json=enableEqualizer,proto3,oneof" json:"enable_equalizer,omitempty"`
	EnableDynamicNormalizer        *bool    `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AudioSettingsReport) Descriptor deprecated

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

Deprecated: Use AudioSettingsReport.ProtoReflect.Descriptor instead.

func (*AudioSettingsReport) GetAudioLoudnessLevel

func (x *AudioSettingsReport) GetAudioLoudnessLevel() string

func (*AudioSettingsReport) GetChangeList

func (x *AudioSettingsReport) GetChangeList() []string

func (*AudioSettingsReport) GetCrossfadeTime

func (x *AudioSettingsReport) GetCrossfadeTime() int64

func (*AudioSettingsReport) GetDefaultPlayBitrateProductState

func (x *AudioSettingsReport) GetDefaultPlayBitrateProductState() string

func (*AudioSettingsReport) GetDefaultSyncBitrateProductState

func (x *AudioSettingsReport) GetDefaultSyncBitrateProductState() string

func (*AudioSettingsReport) GetEnableAutomix

func (x *AudioSettingsReport) GetEnableAutomix() bool

func (*AudioSettingsReport) GetEnableCrossfade

func (x *AudioSettingsReport) GetEnableCrossfade() bool

func (*AudioSettingsReport) GetEnableCrossfadeProductState

func (x *AudioSettingsReport) GetEnableCrossfadeProductState() string

func (*AudioSettingsReport) GetEnableDynamicNormalizer

func (x *AudioSettingsReport) GetEnableDynamicNormalizer() bool

func (*AudioSettingsReport) GetEnableEqualizer

func (x *AudioSettingsReport) GetEnableEqualizer() bool

func (*AudioSettingsReport) GetEnableGapless

func (x *AudioSettingsReport) GetEnableGapless() bool

func (*AudioSettingsReport) GetEnableGaplessProductState

func (x *AudioSettingsReport) GetEnableGaplessProductState() string

func (*AudioSettingsReport) GetEnableMonoDownmixer

func (x *AudioSettingsReport) GetEnableMonoDownmixer() bool

func (*AudioSettingsReport) GetEnableNormalization

func (x *AudioSettingsReport) GetEnableNormalization() bool

func (*AudioSettingsReport) GetEnableSilenceTrimmer

func (x *AudioSettingsReport) GetEnableSilenceTrimmer() bool

func (*AudioSettingsReport) GetLowBitrateOnCellular

func (x *AudioSettingsReport) GetLowBitrateOnCellular() bool

func (*AudioSettingsReport) GetOfflineMode

func (x *AudioSettingsReport) GetOfflineMode() bool

func (*AudioSettingsReport) GetPlayBitrate

func (x *AudioSettingsReport) GetPlayBitrate() int64

func (*AudioSettingsReport) GetPlaybackSpeed

func (x *AudioSettingsReport) GetPlaybackSpeed() int64

func (*AudioSettingsReport) GetSendReason

func (x *AudioSettingsReport) GetSendReason() string

func (*AudioSettingsReport) GetSyncBitrate

func (x *AudioSettingsReport) GetSyncBitrate() int64

func (*AudioSettingsReport) GetSyncOverCellular

func (x *AudioSettingsReport) GetSyncOverCellular() bool

func (*AudioSettingsReport) GetUserSelectedBitrate

func (x *AudioSettingsReport) GetUserSelectedBitrate() int64

func (*AudioSettingsReport) GetUserSelectedSyncBitrate

func (x *AudioSettingsReport) GetUserSelectedSyncBitrate() int64

func (*AudioSettingsReport) ProtoMessage

func (*AudioSettingsReport) ProtoMessage()

func (*AudioSettingsReport) ProtoReflect

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

func (*AudioSettingsReport) Reset

func (x *AudioSettingsReport) Reset()

func (*AudioSettingsReport) String

func (x *AudioSettingsReport) String() string

type AudioStreamingSettingsReport

type AudioStreamingSettingsReport struct {
	DefaultPlayBitrateProductState  *string `` /* 163-byte string literal not displayed */
	UserSelectedPlayBitrateCellular *int64  `` /* 167-byte string literal not displayed */
	UserSelectedPlayBitrateWifi     *int64  `` /* 155-byte string literal not displayed */
	PlayBitrateCellular             *int64  `` /* 127-byte string literal not displayed */
	PlayBitrateWifi                 *int64  `protobuf:"varint,5,opt,name=play_bitrate_wifi,json=playBitrateWifi,proto3,oneof" json:"play_bitrate_wifi,omitempty"`
	AllowDowngrade                  *bool   `protobuf:"varint,6,opt,name=allow_downgrade,json=allowDowngrade,proto3,oneof" json:"allow_downgrade,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioStreamingSettingsReport) Descriptor deprecated

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

Deprecated: Use AudioStreamingSettingsReport.ProtoReflect.Descriptor instead.

func (*AudioStreamingSettingsReport) GetAllowDowngrade

func (x *AudioStreamingSettingsReport) GetAllowDowngrade() bool

func (*AudioStreamingSettingsReport) GetDefaultPlayBitrateProductState

func (x *AudioStreamingSettingsReport) GetDefaultPlayBitrateProductState() string

func (*AudioStreamingSettingsReport) GetPlayBitrateCellular

func (x *AudioStreamingSettingsReport) GetPlayBitrateCellular() int64

func (*AudioStreamingSettingsReport) GetPlayBitrateWifi

func (x *AudioStreamingSettingsReport) GetPlayBitrateWifi() int64

func (*AudioStreamingSettingsReport) GetUserSelectedPlayBitrateCellular

func (x *AudioStreamingSettingsReport) GetUserSelectedPlayBitrateCellular() int64

func (*AudioStreamingSettingsReport) GetUserSelectedPlayBitrateWifi

func (x *AudioStreamingSettingsReport) GetUserSelectedPlayBitrateWifi() int64

func (*AudioStreamingSettingsReport) ProtoMessage

func (*AudioStreamingSettingsReport) ProtoMessage()

func (*AudioStreamingSettingsReport) ProtoReflect

func (*AudioStreamingSettingsReport) Reset

func (x *AudioStreamingSettingsReport) Reset()

func (*AudioStreamingSettingsReport) String

type BoomboxPlaybackInstrumentation

type BoomboxPlaybackInstrumentation struct {
	PlaybackId        []byte           `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	WasPlaybackPaused *bool            `protobuf:"varint,2,opt,name=was_playback_paused,json=wasPlaybackPaused,proto3,oneof" json:"was_playback_paused,omitempty"`
	Dimensions        []string         `protobuf:"bytes,3,rep,name=dimensions,proto3" json:"dimensions,omitempty"`
	TotalBufferSize   map[string]int64 `` /* 183-byte string literal not displayed */
	NumberOfCalls     map[string]int64 `` /* 177-byte string literal not displayed */
	TotalDuration     map[string]int64 `` /* 175-byte string literal not displayed */
	FirstCallTime     map[string]int64 `` /* 177-byte string literal not displayed */
	LastCallTime      map[string]int64 `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BoomboxPlaybackInstrumentation) Descriptor deprecated

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

Deprecated: Use BoomboxPlaybackInstrumentation.ProtoReflect.Descriptor instead.

func (*BoomboxPlaybackInstrumentation) GetDimensions

func (x *BoomboxPlaybackInstrumentation) GetDimensions() []string

func (*BoomboxPlaybackInstrumentation) GetFirstCallTime

func (x *BoomboxPlaybackInstrumentation) GetFirstCallTime() map[string]int64

func (*BoomboxPlaybackInstrumentation) GetLastCallTime

func (x *BoomboxPlaybackInstrumentation) GetLastCallTime() map[string]int64

func (*BoomboxPlaybackInstrumentation) GetNumberOfCalls

func (x *BoomboxPlaybackInstrumentation) GetNumberOfCalls() map[string]int64

func (*BoomboxPlaybackInstrumentation) GetPlaybackId

func (x *BoomboxPlaybackInstrumentation) GetPlaybackId() []byte

func (*BoomboxPlaybackInstrumentation) GetTotalBufferSize

func (x *BoomboxPlaybackInstrumentation) GetTotalBufferSize() map[string]int64

func (*BoomboxPlaybackInstrumentation) GetTotalDuration

func (x *BoomboxPlaybackInstrumentation) GetTotalDuration() map[string]int64

func (*BoomboxPlaybackInstrumentation) GetWasPlaybackPaused

func (x *BoomboxPlaybackInstrumentation) GetWasPlaybackPaused() bool

func (*BoomboxPlaybackInstrumentation) ProtoMessage

func (*BoomboxPlaybackInstrumentation) ProtoMessage()

func (*BoomboxPlaybackInstrumentation) ProtoReflect

func (*BoomboxPlaybackInstrumentation) Reset

func (x *BoomboxPlaybackInstrumentation) Reset()

func (*BoomboxPlaybackInstrumentation) String

type BoomboxPlaybackSession

type BoomboxPlaybackSession struct {
	PlaybackId             []byte  `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	MsLatency              *int64  `protobuf:"varint,2,opt,name=ms_latency,json=msLatency,proto3,oneof" json:"ms_latency,omitempty"`
	UiLatency              *int64  `protobuf:"varint,3,opt,name=ui_latency,json=uiLatency,proto3,oneof" json:"ui_latency,omitempty"`
	MsKeyLatency           *int64  `protobuf:"varint,4,opt,name=ms_key_latency,json=msKeyLatency,proto3,oneof" json:"ms_key_latency,omitempty"`
	MsRcvLatency           *int64  `protobuf:"varint,5,opt,name=ms_rcv_latency,json=msRcvLatency,proto3,oneof" json:"ms_rcv_latency,omitempty"`
	CachedKey              *bool   `protobuf:"varint,6,opt,name=cached_key,json=cachedKey,proto3,oneof" json:"cached_key,omitempty"`
	NStutter               *int64  `protobuf:"varint,7,opt,name=n_stutter,json=nStutter,proto3,oneof" json:"n_stutter,omitempty"`
	NSeekback              *int64  `protobuf:"varint,8,opt,name=n_seekback,json=nSeekback,proto3,oneof" json:"n_seekback,omitempty"`
	MsSeekback             *int64  `protobuf:"varint,9,opt,name=ms_seekback,json=msSeekback,proto3,oneof" json:"ms_seekback,omitempty"`
	NSeekfwd               *int64  `protobuf:"varint,10,opt,name=n_seekfwd,json=nSeekfwd,proto3,oneof" json:"n_seekfwd,omitempty"`
	MsSeekfwd              *int64  `protobuf:"varint,11,opt,name=ms_seekfwd,json=msSeekfwd,proto3,oneof" json:"ms_seekfwd,omitempty"`
	MsTotalEst             *int64  `protobuf:"varint,12,opt,name=ms_total_est,json=msTotalEst,proto3,oneof" json:"ms_total_est,omitempty"`
	AudioStreamTypeAtStart *string `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BoomboxPlaybackSession) Descriptor deprecated

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

Deprecated: Use BoomboxPlaybackSession.ProtoReflect.Descriptor instead.

func (*BoomboxPlaybackSession) GetAudioStreamTypeAtStart

func (x *BoomboxPlaybackSession) GetAudioStreamTypeAtStart() string

func (*BoomboxPlaybackSession) GetCachedKey

func (x *BoomboxPlaybackSession) GetCachedKey() bool

func (*BoomboxPlaybackSession) GetMsKeyLatency

func (x *BoomboxPlaybackSession) GetMsKeyLatency() int64

func (*BoomboxPlaybackSession) GetMsLatency

func (x *BoomboxPlaybackSession) GetMsLatency() int64

func (*BoomboxPlaybackSession) GetMsRcvLatency

func (x *BoomboxPlaybackSession) GetMsRcvLatency() int64

func (*BoomboxPlaybackSession) GetMsSeekback

func (x *BoomboxPlaybackSession) GetMsSeekback() int64

func (*BoomboxPlaybackSession) GetMsSeekfwd

func (x *BoomboxPlaybackSession) GetMsSeekfwd() int64

func (*BoomboxPlaybackSession) GetMsTotalEst

func (x *BoomboxPlaybackSession) GetMsTotalEst() int64

func (*BoomboxPlaybackSession) GetNSeekback

func (x *BoomboxPlaybackSession) GetNSeekback() int64

func (*BoomboxPlaybackSession) GetNSeekfwd

func (x *BoomboxPlaybackSession) GetNSeekfwd() int64

func (*BoomboxPlaybackSession) GetNStutter

func (x *BoomboxPlaybackSession) GetNStutter() int64

func (*BoomboxPlaybackSession) GetPlaybackId

func (x *BoomboxPlaybackSession) GetPlaybackId() []byte

func (*BoomboxPlaybackSession) GetUiLatency

func (x *BoomboxPlaybackSession) GetUiLatency() int64

func (*BoomboxPlaybackSession) ProtoMessage

func (*BoomboxPlaybackSession) ProtoMessage()

func (*BoomboxPlaybackSession) ProtoReflect

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

func (*BoomboxPlaybackSession) Reset

func (x *BoomboxPlaybackSession) Reset()

func (*BoomboxPlaybackSession) String

func (x *BoomboxPlaybackSession) String() string

type BrokenObject

type BrokenObject struct {
	Type       *string `protobuf:"bytes,1,opt,name=type,proto3,oneof" json:"type,omitempty"`
	Id         *string `protobuf:"bytes,2,opt,name=id,proto3,oneof" json:"id,omitempty"`
	ErrorCode  *int64  `protobuf:"varint,3,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	PlaybackId []byte  `protobuf:"bytes,4,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BrokenObject) Descriptor deprecated

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

Deprecated: Use BrokenObject.ProtoReflect.Descriptor instead.

func (*BrokenObject) GetErrorCode

func (x *BrokenObject) GetErrorCode() int64

func (*BrokenObject) GetId

func (x *BrokenObject) GetId() string

func (*BrokenObject) GetPlaybackId

func (x *BrokenObject) GetPlaybackId() []byte

func (*BrokenObject) GetType

func (x *BrokenObject) GetType() string

func (*BrokenObject) ProtoMessage

func (*BrokenObject) ProtoMessage()

func (*BrokenObject) ProtoReflect

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

func (*BrokenObject) Reset

func (x *BrokenObject) Reset()

func (*BrokenObject) String

func (x *BrokenObject) String() string

type CacheError

type CacheError struct {
	ErrorCode   *int64  `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	OsErrorCode *int64  `protobuf:"varint,2,opt,name=os_error_code,json=osErrorCode,proto3,oneof" json:"os_error_code,omitempty"`
	Realm       *string `protobuf:"bytes,3,opt,name=realm,proto3,oneof" json:"realm,omitempty"`
	FileId      []byte  `protobuf:"bytes,4,opt,name=file_id,json=fileId,proto3,oneof" json:"file_id,omitempty"`
	NumErrors   *int64  `protobuf:"varint,5,opt,name=num_errors,json=numErrors,proto3,oneof" json:"num_errors,omitempty"`
	CachePath   *string `protobuf:"bytes,6,opt,name=cache_path,json=cachePath,proto3,oneof" json:"cache_path,omitempty"`
	Size        *int64  `protobuf:"varint,7,opt,name=size,proto3,oneof" json:"size,omitempty"`
	RangeStart  *int64  `protobuf:"varint,8,opt,name=range_start,json=rangeStart,proto3,oneof" json:"range_start,omitempty"`
	RangeEnd    *int64  `protobuf:"varint,9,opt,name=range_end,json=rangeEnd,proto3,oneof" json:"range_end,omitempty"`
	// contains filtered or unexported fields
}

func (*CacheError) Descriptor deprecated

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

Deprecated: Use CacheError.ProtoReflect.Descriptor instead.

func (*CacheError) GetCachePath

func (x *CacheError) GetCachePath() string

func (*CacheError) GetErrorCode

func (x *CacheError) GetErrorCode() int64

func (*CacheError) GetFileId

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

func (*CacheError) GetNumErrors

func (x *CacheError) GetNumErrors() int64

func (*CacheError) GetOsErrorCode

func (x *CacheError) GetOsErrorCode() int64

func (*CacheError) GetRangeEnd

func (x *CacheError) GetRangeEnd() int64

func (*CacheError) GetRangeStart

func (x *CacheError) GetRangeStart() int64

func (*CacheError) GetRealm

func (x *CacheError) GetRealm() string

func (*CacheError) GetSize

func (x *CacheError) GetSize() int64

func (*CacheError) ProtoMessage

func (*CacheError) ProtoMessage()

func (*CacheError) ProtoReflect

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

func (*CacheError) Reset

func (x *CacheError) Reset()

func (*CacheError) String

func (x *CacheError) String() string

type CachePruningReport

type CachePruningReport struct {
	CacheId                      []byte `protobuf:"bytes,1,opt,name=cache_id,json=cacheId,proto3,oneof" json:"cache_id,omitempty"`
	TimeSpentPruningMs           *int64 `` /* 126-byte string literal not displayed */
	SizeBeforePruneKb            *int64 `protobuf:"varint,3,opt,name=size_before_prune_kb,json=sizeBeforePruneKb,proto3,oneof" json:"size_before_prune_kb,omitempty"`
	SizeAfterPruneKb             *int64 `protobuf:"varint,4,opt,name=size_after_prune_kb,json=sizeAfterPruneKb,proto3,oneof" json:"size_after_prune_kb,omitempty"`
	NumEntriesPruned             *int64 `protobuf:"varint,5,opt,name=num_entries_pruned,json=numEntriesPruned,proto3,oneof" json:"num_entries_pruned,omitempty"`
	NumEntriesPrunedExpired      *int64 `` /* 141-byte string literal not displayed */
	SizeEntriesPrunedExpiredKb   *int64 `` /* 152-byte string literal not displayed */
	NumEntriesPrunedLimit        *int64 `` /* 135-byte string literal not displayed */
	SizePrunedLimitKb            *int64 `protobuf:"varint,9,opt,name=size_pruned_limit_kb,json=sizePrunedLimitKb,proto3,oneof" json:"size_pruned_limit_kb,omitempty"`
	NumEntriesPrunedNeverUsed    *int64 `` /* 150-byte string literal not displayed */
	SizePrunedNeverUsedKb        *int64 `` /* 138-byte string literal not displayed */
	NumEntriesPrunedMaxRealmSize *int64 `` /* 161-byte string literal not displayed */
	SizePrunedMaxRealmSizeKb     *int64 `` /* 149-byte string literal not displayed */
	NumEntriesPrunedMinFreeSpace *int64 `` /* 161-byte string literal not displayed */
	SizePrunedMinFreeSpaceKb     *int64 `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CachePruningReport) Descriptor deprecated

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

Deprecated: Use CachePruningReport.ProtoReflect.Descriptor instead.

func (*CachePruningReport) GetCacheId

func (x *CachePruningReport) GetCacheId() []byte

func (*CachePruningReport) GetNumEntriesPruned

func (x *CachePruningReport) GetNumEntriesPruned() int64

func (*CachePruningReport) GetNumEntriesPrunedExpired

func (x *CachePruningReport) GetNumEntriesPrunedExpired() int64

func (*CachePruningReport) GetNumEntriesPrunedLimit

func (x *CachePruningReport) GetNumEntriesPrunedLimit() int64

func (*CachePruningReport) GetNumEntriesPrunedMaxRealmSize

func (x *CachePruningReport) GetNumEntriesPrunedMaxRealmSize() int64

func (*CachePruningReport) GetNumEntriesPrunedMinFreeSpace

func (x *CachePruningReport) GetNumEntriesPrunedMinFreeSpace() int64

func (*CachePruningReport) GetNumEntriesPrunedNeverUsed

func (x *CachePruningReport) GetNumEntriesPrunedNeverUsed() int64

func (*CachePruningReport) GetSizeAfterPruneKb

func (x *CachePruningReport) GetSizeAfterPruneKb() int64

func (*CachePruningReport) GetSizeBeforePruneKb

func (x *CachePruningReport) GetSizeBeforePruneKb() int64

func (*CachePruningReport) GetSizeEntriesPrunedExpiredKb

func (x *CachePruningReport) GetSizeEntriesPrunedExpiredKb() int64

func (*CachePruningReport) GetSizePrunedLimitKb

func (x *CachePruningReport) GetSizePrunedLimitKb() int64

func (*CachePruningReport) GetSizePrunedMaxRealmSizeKb

func (x *CachePruningReport) GetSizePrunedMaxRealmSizeKb() int64

func (*CachePruningReport) GetSizePrunedMinFreeSpaceKb

func (x *CachePruningReport) GetSizePrunedMinFreeSpaceKb() int64

func (*CachePruningReport) GetSizePrunedNeverUsedKb

func (x *CachePruningReport) GetSizePrunedNeverUsedKb() int64

func (*CachePruningReport) GetTimeSpentPruningMs

func (x *CachePruningReport) GetTimeSpentPruningMs() int64

func (*CachePruningReport) ProtoMessage

func (*CachePruningReport) ProtoMessage()

func (*CachePruningReport) ProtoReflect

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

func (*CachePruningReport) Reset

func (x *CachePruningReport) Reset()

func (*CachePruningReport) String

func (x *CachePruningReport) String() string

type CacheRealmPruningReport

type CacheRealmPruningReport struct {
	CacheId                      []byte `protobuf:"bytes,1,opt,name=cache_id,json=cacheId,proto3,oneof" json:"cache_id,omitempty"`
	RealmId                      *int64 `protobuf:"varint,2,opt,name=realm_id,json=realmId,proto3,oneof" json:"realm_id,omitempty"`
	NumEntriesPruned             *int64 `protobuf:"varint,3,opt,name=num_entries_pruned,json=numEntriesPruned,proto3,oneof" json:"num_entries_pruned,omitempty"`
	NumEntriesPrunedExpired      *int64 `` /* 141-byte string literal not displayed */
	SizeEntriesPrunedExpiredKb   *int64 `` /* 152-byte string literal not displayed */
	NumEntriesPrunedLimit        *int64 `` /* 135-byte string literal not displayed */
	SizePrunedLimitKb            *int64 `protobuf:"varint,7,opt,name=size_pruned_limit_kb,json=sizePrunedLimitKb,proto3,oneof" json:"size_pruned_limit_kb,omitempty"`
	NumEntriesPrunedNeverUsed    *int64 `` /* 149-byte string literal not displayed */
	SizePrunedNeverUsedKb        *int64 `` /* 137-byte string literal not displayed */
	NumEntriesPrunedMaxRealmSize *int64 `` /* 161-byte string literal not displayed */
	SizePrunedMaxRealmSizeKb     *int64 `` /* 149-byte string literal not displayed */
	NumEntriesPrunedMinFreeSpace *int64 `` /* 161-byte string literal not displayed */
	SizePrunedMinFreeSpaceKb     *int64 `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CacheRealmPruningReport) Descriptor deprecated

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

Deprecated: Use CacheRealmPruningReport.ProtoReflect.Descriptor instead.

func (*CacheRealmPruningReport) GetCacheId

func (x *CacheRealmPruningReport) GetCacheId() []byte

func (*CacheRealmPruningReport) GetNumEntriesPruned

func (x *CacheRealmPruningReport) GetNumEntriesPruned() int64

func (*CacheRealmPruningReport) GetNumEntriesPrunedExpired

func (x *CacheRealmPruningReport) GetNumEntriesPrunedExpired() int64

func (*CacheRealmPruningReport) GetNumEntriesPrunedLimit

func (x *CacheRealmPruningReport) GetNumEntriesPrunedLimit() int64

func (*CacheRealmPruningReport) GetNumEntriesPrunedMaxRealmSize

func (x *CacheRealmPruningReport) GetNumEntriesPrunedMaxRealmSize() int64

func (*CacheRealmPruningReport) GetNumEntriesPrunedMinFreeSpace

func (x *CacheRealmPruningReport) GetNumEntriesPrunedMinFreeSpace() int64

func (*CacheRealmPruningReport) GetNumEntriesPrunedNeverUsed

func (x *CacheRealmPruningReport) GetNumEntriesPrunedNeverUsed() int64

func (*CacheRealmPruningReport) GetRealmId

func (x *CacheRealmPruningReport) GetRealmId() int64

func (*CacheRealmPruningReport) GetSizeEntriesPrunedExpiredKb

func (x *CacheRealmPruningReport) GetSizeEntriesPrunedExpiredKb() int64

func (*CacheRealmPruningReport) GetSizePrunedLimitKb

func (x *CacheRealmPruningReport) GetSizePrunedLimitKb() int64

func (*CacheRealmPruningReport) GetSizePrunedMaxRealmSizeKb

func (x *CacheRealmPruningReport) GetSizePrunedMaxRealmSizeKb() int64

func (*CacheRealmPruningReport) GetSizePrunedMinFreeSpaceKb

func (x *CacheRealmPruningReport) GetSizePrunedMinFreeSpaceKb() int64

func (*CacheRealmPruningReport) GetSizePrunedNeverUsedKb

func (x *CacheRealmPruningReport) GetSizePrunedNeverUsedKb() int64

func (*CacheRealmPruningReport) ProtoMessage

func (*CacheRealmPruningReport) ProtoMessage()

func (*CacheRealmPruningReport) ProtoReflect

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

func (*CacheRealmPruningReport) Reset

func (x *CacheRealmPruningReport) Reset()

func (*CacheRealmPruningReport) String

func (x *CacheRealmPruningReport) String() string

type CacheRealmReport

type CacheRealmReport struct {
	CacheId                     []byte `protobuf:"bytes,1,opt,name=cache_id,json=cacheId,proto3,oneof" json:"cache_id,omitempty"`
	RealmId                     *int64 `protobuf:"varint,2,opt,name=realm_id,json=realmId,proto3,oneof" json:"realm_id,omitempty"`
	NumEntries                  *int64 `protobuf:"varint,3,opt,name=num_entries,json=numEntries,proto3,oneof" json:"num_entries,omitempty"`
	NumLockedEntries            *int64 `protobuf:"varint,4,opt,name=num_locked_entries,json=numLockedEntries,proto3,oneof" json:"num_locked_entries,omitempty"`
	NumLockedEntriesCurrentUser *int64 `` /* 155-byte string literal not displayed */
	NumFullEntries              *int64 `protobuf:"varint,6,opt,name=num_full_entries,json=numFullEntries,proto3,oneof" json:"num_full_entries,omitempty"`
	SizeKb                      *int64 `protobuf:"varint,7,opt,name=size_kb,json=sizeKb,proto3,oneof" json:"size_kb,omitempty"`
	LockedSizeKb                *int64 `protobuf:"varint,8,opt,name=locked_size_kb,json=lockedSizeKb,proto3,oneof" json:"locked_size_kb,omitempty"`
	// contains filtered or unexported fields
}

func (*CacheRealmReport) Descriptor deprecated

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

Deprecated: Use CacheRealmReport.ProtoReflect.Descriptor instead.

func (*CacheRealmReport) GetCacheId

func (x *CacheRealmReport) GetCacheId() []byte

func (*CacheRealmReport) GetLockedSizeKb

func (x *CacheRealmReport) GetLockedSizeKb() int64

func (*CacheRealmReport) GetNumEntries

func (x *CacheRealmReport) GetNumEntries() int64

func (*CacheRealmReport) GetNumFullEntries

func (x *CacheRealmReport) GetNumFullEntries() int64

func (*CacheRealmReport) GetNumLockedEntries

func (x *CacheRealmReport) GetNumLockedEntries() int64

func (*CacheRealmReport) GetNumLockedEntriesCurrentUser

func (x *CacheRealmReport) GetNumLockedEntriesCurrentUser() int64

func (*CacheRealmReport) GetRealmId

func (x *CacheRealmReport) GetRealmId() int64

func (*CacheRealmReport) GetSizeKb

func (x *CacheRealmReport) GetSizeKb() int64

func (*CacheRealmReport) ProtoMessage

func (*CacheRealmReport) ProtoMessage()

func (*CacheRealmReport) ProtoReflect

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

func (*CacheRealmReport) Reset

func (x *CacheRealmReport) Reset()

func (*CacheRealmReport) String

func (x *CacheRealmReport) String() string

type CacheReport

type CacheReport struct {
	CacheId                     []byte  `protobuf:"bytes,1,opt,name=cache_id,json=cacheId,proto3,oneof" json:"cache_id,omitempty"`
	CachePath                   *string `protobuf:"bytes,21,opt,name=cache_path,json=cachePath,proto3,oneof" json:"cache_path,omitempty"`
	VolatilePath                *string `protobuf:"bytes,22,opt,name=volatile_path,json=volatilePath,proto3,oneof" json:"volatile_path,omitempty"`
	MaxCacheSize                *int64  `protobuf:"varint,2,opt,name=max_cache_size,json=maxCacheSize,proto3,oneof" json:"max_cache_size,omitempty"`
	FreeSpace                   *int64  `protobuf:"varint,3,opt,name=free_space,json=freeSpace,proto3,oneof" json:"free_space,omitempty"`
	TotalSpace                  *int64  `protobuf:"varint,4,opt,name=total_space,json=totalSpace,proto3,oneof" json:"total_space,omitempty"`
	VolatileFreeSpace           *int64  `protobuf:"varint,23,opt,name=volatile_free_space,json=volatileFreeSpace,proto3,oneof" json:"volatile_free_space,omitempty"`
	VolatileTotalSpace          *int64  `protobuf:"varint,24,opt,name=volatile_total_space,json=volatileTotalSpace,proto3,oneof" json:"volatile_total_space,omitempty"`
	VolatileOnSeparateVolume    *bool   `` /* 145-byte string literal not displayed */
	CacheAge                    *int64  `protobuf:"varint,5,opt,name=cache_age,json=cacheAge,proto3,oneof" json:"cache_age,omitempty"`
	NumUsersWithLockedEntries   *int64  `` /* 149-byte string literal not displayed */
	PermanentFiles              *int64  `protobuf:"varint,7,opt,name=permanent_files,json=permanentFiles,proto3,oneof" json:"permanent_files,omitempty"`
	PermanentSizeKb             *int64  `protobuf:"varint,8,opt,name=permanent_size_kb,json=permanentSizeKb,proto3,oneof" json:"permanent_size_kb,omitempty"`
	UnknownPermanentFiles       *int64  `` /* 133-byte string literal not displayed */
	UnknownPermanentSizeKb      *int64  `` /* 139-byte string literal not displayed */
	VolatileFiles               *int64  `protobuf:"varint,11,opt,name=volatile_files,json=volatileFiles,proto3,oneof" json:"volatile_files,omitempty"`
	VolatileSizeKb              *int64  `protobuf:"varint,12,opt,name=volatile_size_kb,json=volatileSizeKb,proto3,oneof" json:"volatile_size_kb,omitempty"`
	UnknownVolatileFiles        *int64  `` /* 131-byte string literal not displayed */
	UnknownVolatileSizeKb       *int64  `` /* 136-byte string literal not displayed */
	NumEntries                  *int64  `protobuf:"varint,15,opt,name=num_entries,json=numEntries,proto3,oneof" json:"num_entries,omitempty"`
	NumLockedEntries            *int64  `protobuf:"varint,16,opt,name=num_locked_entries,json=numLockedEntries,proto3,oneof" json:"num_locked_entries,omitempty"`
	NumLockedEntriesCurrentUser *int64  `` /* 156-byte string literal not displayed */
	NumFullEntries              *int64  `protobuf:"varint,18,opt,name=num_full_entries,json=numFullEntries,proto3,oneof" json:"num_full_entries,omitempty"`
	SizeKb                      *int64  `protobuf:"varint,19,opt,name=size_kb,json=sizeKb,proto3,oneof" json:"size_kb,omitempty"`
	LockedSizeKb                *int64  `protobuf:"varint,20,opt,name=locked_size_kb,json=lockedSizeKb,proto3,oneof" json:"locked_size_kb,omitempty"`
	Reason                      *string `protobuf:"bytes,26,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	MissingFiles                *int64  `protobuf:"varint,27,opt,name=missing_files,json=missingFiles,proto3,oneof" json:"missing_files,omitempty"`
	MissingSizeKb               *int64  `protobuf:"varint,28,opt,name=missing_size_kb,json=missingSizeKb,proto3,oneof" json:"missing_size_kb,omitempty"`
	// contains filtered or unexported fields
}

func (*CacheReport) Descriptor deprecated

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

Deprecated: Use CacheReport.ProtoReflect.Descriptor instead.

func (*CacheReport) GetCacheAge

func (x *CacheReport) GetCacheAge() int64

func (*CacheReport) GetCacheId

func (x *CacheReport) GetCacheId() []byte

func (*CacheReport) GetCachePath

func (x *CacheReport) GetCachePath() string

func (*CacheReport) GetFreeSpace

func (x *CacheReport) GetFreeSpace() int64

func (*CacheReport) GetLockedSizeKb

func (x *CacheReport) GetLockedSizeKb() int64

func (*CacheReport) GetMaxCacheSize

func (x *CacheReport) GetMaxCacheSize() int64

func (*CacheReport) GetMissingFiles

func (x *CacheReport) GetMissingFiles() int64

func (*CacheReport) GetMissingSizeKb

func (x *CacheReport) GetMissingSizeKb() int64

func (*CacheReport) GetNumEntries

func (x *CacheReport) GetNumEntries() int64

func (*CacheReport) GetNumFullEntries

func (x *CacheReport) GetNumFullEntries() int64

func (*CacheReport) GetNumLockedEntries

func (x *CacheReport) GetNumLockedEntries() int64

func (*CacheReport) GetNumLockedEntriesCurrentUser

func (x *CacheReport) GetNumLockedEntriesCurrentUser() int64

func (*CacheReport) GetNumUsersWithLockedEntries

func (x *CacheReport) GetNumUsersWithLockedEntries() int64

func (*CacheReport) GetPermanentFiles

func (x *CacheReport) GetPermanentFiles() int64

func (*CacheReport) GetPermanentSizeKb

func (x *CacheReport) GetPermanentSizeKb() int64

func (*CacheReport) GetReason

func (x *CacheReport) GetReason() string

func (*CacheReport) GetSizeKb

func (x *CacheReport) GetSizeKb() int64

func (*CacheReport) GetTotalSpace

func (x *CacheReport) GetTotalSpace() int64

func (*CacheReport) GetUnknownPermanentFiles

func (x *CacheReport) GetUnknownPermanentFiles() int64

func (*CacheReport) GetUnknownPermanentSizeKb

func (x *CacheReport) GetUnknownPermanentSizeKb() int64

func (*CacheReport) GetUnknownVolatileFiles

func (x *CacheReport) GetUnknownVolatileFiles() int64

func (*CacheReport) GetUnknownVolatileSizeKb

func (x *CacheReport) GetUnknownVolatileSizeKb() int64

func (*CacheReport) GetVolatileFiles

func (x *CacheReport) GetVolatileFiles() int64

func (*CacheReport) GetVolatileFreeSpace

func (x *CacheReport) GetVolatileFreeSpace() int64

func (*CacheReport) GetVolatileOnSeparateVolume

func (x *CacheReport) GetVolatileOnSeparateVolume() bool

func (*CacheReport) GetVolatilePath

func (x *CacheReport) GetVolatilePath() string

func (*CacheReport) GetVolatileSizeKb

func (x *CacheReport) GetVolatileSizeKb() int64

func (*CacheReport) GetVolatileTotalSpace

func (x *CacheReport) GetVolatileTotalSpace() int64

func (*CacheReport) ProtoMessage

func (*CacheReport) ProtoMessage()

func (*CacheReport) ProtoReflect

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

func (*CacheReport) Reset

func (x *CacheReport) Reset()

func (*CacheReport) String

func (x *CacheReport) String() string

type ClientContextId

type ClientContextId struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientContextId) Descriptor deprecated

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

Deprecated: Use ClientContextId.ProtoReflect.Descriptor instead.

func (*ClientContextId) GetValue

func (x *ClientContextId) GetValue() string

func (*ClientContextId) ProtoMessage

func (*ClientContextId) ProtoMessage()

func (*ClientContextId) ProtoReflect

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

func (*ClientContextId) Reset

func (x *ClientContextId) Reset()

func (*ClientContextId) String

func (x *ClientContextId) String() string

type ClientCoreConnectActiveDeviceRace

type ClientCoreConnectActiveDeviceRace struct {
	DeviceId                         *string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3,oneof" json:"device_id,omitempty"`
	StartedPlayingAtTimestamp        *int64  `` /* 147-byte string literal not displayed */
	ClusterActiveDeviceId            *string `` /* 134-byte string literal not displayed */
	ClusterStartedPlayingAtTimestamp *int64  `` /* 170-byte string literal not displayed */
	IsPlaying                        *bool   `protobuf:"varint,5,opt,name=is_playing,json=isPlaying,proto3,oneof" json:"is_playing,omitempty"`
	ClusterIsPlaying                 *bool   `protobuf:"varint,6,opt,name=cluster_is_playing,json=clusterIsPlaying,proto3,oneof" json:"cluster_is_playing,omitempty"`
	HasBeenPlayingForMillis          *int64  `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClientCoreConnectActiveDeviceRace) Descriptor deprecated

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

Deprecated: Use ClientCoreConnectActiveDeviceRace.ProtoReflect.Descriptor instead.

func (*ClientCoreConnectActiveDeviceRace) GetClusterActiveDeviceId

func (x *ClientCoreConnectActiveDeviceRace) GetClusterActiveDeviceId() string

func (*ClientCoreConnectActiveDeviceRace) GetClusterIsPlaying

func (x *ClientCoreConnectActiveDeviceRace) GetClusterIsPlaying() bool

func (*ClientCoreConnectActiveDeviceRace) GetClusterStartedPlayingAtTimestamp

func (x *ClientCoreConnectActiveDeviceRace) GetClusterStartedPlayingAtTimestamp() int64

func (*ClientCoreConnectActiveDeviceRace) GetDeviceId

func (x *ClientCoreConnectActiveDeviceRace) GetDeviceId() string

func (*ClientCoreConnectActiveDeviceRace) GetHasBeenPlayingForMillis

func (x *ClientCoreConnectActiveDeviceRace) GetHasBeenPlayingForMillis() int64

func (*ClientCoreConnectActiveDeviceRace) GetIsPlaying

func (x *ClientCoreConnectActiveDeviceRace) GetIsPlaying() bool

func (*ClientCoreConnectActiveDeviceRace) GetStartedPlayingAtTimestamp

func (x *ClientCoreConnectActiveDeviceRace) GetStartedPlayingAtTimestamp() int64

func (*ClientCoreConnectActiveDeviceRace) ProtoMessage

func (*ClientCoreConnectActiveDeviceRace) ProtoMessage()

func (*ClientCoreConnectActiveDeviceRace) ProtoReflect

func (*ClientCoreConnectActiveDeviceRace) Reset

func (*ClientCoreConnectActiveDeviceRace) String

type ClientCoreConnectCommand

type ClientCoreConnectCommand struct {
	CommandType               *string `protobuf:"bytes,1,opt,name=command_type,json=commandType,proto3,oneof" json:"command_type,omitempty"`
	Result                    *string `protobuf:"bytes,2,opt,name=result,proto3,oneof" json:"result,omitempty"`
	Duration                  *int64  `protobuf:"varint,3,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
	InteractionIds            *string `protobuf:"bytes,4,opt,name=interaction_ids,json=interactionIds,proto3,oneof" json:"interaction_ids,omitempty"`
	HttpResponse              *string `protobuf:"bytes,5,opt,name=http_response,json=httpResponse,proto3,oneof" json:"http_response,omitempty"`
	HttpStatusCode            *int32  `protobuf:"varint,6,opt,name=http_status_code,json=httpStatusCode,proto3,oneof" json:"http_status_code,omitempty"`
	ContextPlayerErrorMessage *string `` /* 146-byte string literal not displayed */
	HttpClientError           *string `protobuf:"bytes,8,opt,name=http_client_error,json=httpClientError,proto3,oneof" json:"http_client_error,omitempty"`
	IntentId                  *string `protobuf:"bytes,9,opt,name=intent_id,json=intentId,proto3,oneof" json:"intent_id,omitempty"`
	CommandSizeBytes          *int32  `protobuf:"varint,10,opt,name=command_size_bytes,json=commandSizeBytes,proto3,oneof" json:"command_size_bytes,omitempty"`
	AckDuration               *int64  `protobuf:"varint,11,opt,name=ack_duration,json=ackDuration,proto3,oneof" json:"ack_duration,omitempty"`
	TargetDeviceId            *string `protobuf:"bytes,12,opt,name=target_device_id,json=targetDeviceId,proto3,oneof" json:"target_device_id,omitempty"`
	TargetDeviceBrand         *string `protobuf:"bytes,13,opt,name=target_device_brand,json=targetDeviceBrand,proto3,oneof" json:"target_device_brand,omitempty"`
	TargetDeviceModel         *string `protobuf:"bytes,14,opt,name=target_device_model,json=targetDeviceModel,proto3,oneof" json:"target_device_model,omitempty"`
	TargetDeviceClientId      *string `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClientCoreConnectCommand) Descriptor deprecated

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

Deprecated: Use ClientCoreConnectCommand.ProtoReflect.Descriptor instead.

func (*ClientCoreConnectCommand) GetAckDuration

func (x *ClientCoreConnectCommand) GetAckDuration() int64

func (*ClientCoreConnectCommand) GetCommandSizeBytes

func (x *ClientCoreConnectCommand) GetCommandSizeBytes() int32

func (*ClientCoreConnectCommand) GetCommandType

func (x *ClientCoreConnectCommand) GetCommandType() string

func (*ClientCoreConnectCommand) GetContextPlayerErrorMessage

func (x *ClientCoreConnectCommand) GetContextPlayerErrorMessage() string

func (*ClientCoreConnectCommand) GetDuration

func (x *ClientCoreConnectCommand) GetDuration() int64

func (*ClientCoreConnectCommand) GetHttpClientError

func (x *ClientCoreConnectCommand) GetHttpClientError() string

func (*ClientCoreConnectCommand) GetHttpResponse

func (x *ClientCoreConnectCommand) GetHttpResponse() string

func (*ClientCoreConnectCommand) GetHttpStatusCode

func (x *ClientCoreConnectCommand) GetHttpStatusCode() int32

func (*ClientCoreConnectCommand) GetIntentId

func (x *ClientCoreConnectCommand) GetIntentId() string

func (*ClientCoreConnectCommand) GetInteractionIds

func (x *ClientCoreConnectCommand) GetInteractionIds() string

func (*ClientCoreConnectCommand) GetResult

func (x *ClientCoreConnectCommand) GetResult() string

func (*ClientCoreConnectCommand) GetTargetDeviceBrand

func (x *ClientCoreConnectCommand) GetTargetDeviceBrand() string

func (*ClientCoreConnectCommand) GetTargetDeviceClientId

func (x *ClientCoreConnectCommand) GetTargetDeviceClientId() string

func (*ClientCoreConnectCommand) GetTargetDeviceId

func (x *ClientCoreConnectCommand) GetTargetDeviceId() string

func (*ClientCoreConnectCommand) GetTargetDeviceModel

func (x *ClientCoreConnectCommand) GetTargetDeviceModel() string

func (*ClientCoreConnectCommand) ProtoMessage

func (*ClientCoreConnectCommand) ProtoMessage()

func (*ClientCoreConnectCommand) ProtoReflect

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

func (*ClientCoreConnectCommand) Reset

func (x *ClientCoreConnectCommand) Reset()

func (*ClientCoreConnectCommand) String

func (x *ClientCoreConnectCommand) String() string

type ClientCoreConnectPlayCommand

type ClientCoreConnectPlayCommand struct {
	ObserverDuration *int64  `protobuf:"varint,1,opt,name=observer_duration,json=observerDuration,proto3,oneof" json:"observer_duration,omitempty"`
	StateDuration    *int64  `protobuf:"varint,2,opt,name=state_duration,json=stateDuration,proto3,oneof" json:"state_duration,omitempty"`
	IntentId         *string `protobuf:"bytes,3,opt,name=intent_id,json=intentId,proto3,oneof" json:"intent_id,omitempty"`
	ContextUrl       *string `protobuf:"bytes,4,opt,name=context_url,json=contextUrl,proto3,oneof" json:"context_url,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientCoreConnectPlayCommand) Descriptor deprecated

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

Deprecated: Use ClientCoreConnectPlayCommand.ProtoReflect.Descriptor instead.

func (*ClientCoreConnectPlayCommand) GetContextUrl

func (x *ClientCoreConnectPlayCommand) GetContextUrl() string

func (*ClientCoreConnectPlayCommand) GetIntentId

func (x *ClientCoreConnectPlayCommand) GetIntentId() string

func (*ClientCoreConnectPlayCommand) GetObserverDuration

func (x *ClientCoreConnectPlayCommand) GetObserverDuration() int64

func (*ClientCoreConnectPlayCommand) GetStateDuration

func (x *ClientCoreConnectPlayCommand) GetStateDuration() int64

func (*ClientCoreConnectPlayCommand) ProtoMessage

func (*ClientCoreConnectPlayCommand) ProtoMessage()

func (*ClientCoreConnectPlayCommand) ProtoReflect

func (*ClientCoreConnectPlayCommand) Reset

func (x *ClientCoreConnectPlayCommand) Reset()

func (*ClientCoreConnectPlayCommand) String

type ClientId

type ClientId struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientId) Descriptor deprecated

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

Deprecated: Use ClientId.ProtoReflect.Descriptor instead.

func (*ClientId) GetValue

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

func (*ClientId) ProtoMessage

func (*ClientId) ProtoMessage()

func (*ClientId) ProtoReflect

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

func (*ClientId) Reset

func (x *ClientId) Reset()

func (*ClientId) String

func (x *ClientId) String() string

type ClientLocale

type ClientLocale struct {
	ClientDefaultLocale *string `` /* 126-byte string literal not displayed */
	UserSpecifiedLocale *string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClientLocale) Descriptor deprecated

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

Deprecated: Use ClientLocale.ProtoReflect.Descriptor instead.

func (*ClientLocale) GetClientDefaultLocale

func (x *ClientLocale) GetClientDefaultLocale() string

func (*ClientLocale) GetUserSpecifiedLocale

func (x *ClientLocale) GetUserSpecifiedLocale() string

func (*ClientLocale) ProtoMessage

func (*ClientLocale) ProtoMessage()

func (*ClientLocale) ProtoReflect

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

func (*ClientLocale) Reset

func (x *ClientLocale) Reset()

func (*ClientLocale) String

func (x *ClientLocale) String() string

type CollectionLevelDbInfo

type CollectionLevelDbInfo struct {
	Bucket              *string `protobuf:"bytes,1,opt,name=bucket,proto3,oneof" json:"bucket,omitempty"`
	UseLeveldb          *bool   `protobuf:"varint,2,opt,name=use_leveldb,json=useLeveldb,proto3,oneof" json:"use_leveldb,omitempty"`
	MigrationFromFileOk *bool   `` /* 129-byte string literal not displayed */
	IndexCheckOk        *bool   `protobuf:"varint,4,opt,name=index_check_ok,json=indexCheckOk,proto3,oneof" json:"index_check_ok,omitempty"`
	LeveldbWorks        *bool   `protobuf:"varint,5,opt,name=leveldb_works,json=leveldbWorks,proto3,oneof" json:"leveldb_works,omitempty"`
	AlreadyMigrated     *bool   `protobuf:"varint,6,opt,name=already_migrated,json=alreadyMigrated,proto3,oneof" json:"already_migrated,omitempty"`
	// contains filtered or unexported fields
}

func (*CollectionLevelDbInfo) Descriptor deprecated

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

Deprecated: Use CollectionLevelDbInfo.ProtoReflect.Descriptor instead.

func (*CollectionLevelDbInfo) GetAlreadyMigrated

func (x *CollectionLevelDbInfo) GetAlreadyMigrated() bool

func (*CollectionLevelDbInfo) GetBucket

func (x *CollectionLevelDbInfo) GetBucket() string

func (*CollectionLevelDbInfo) GetIndexCheckOk

func (x *CollectionLevelDbInfo) GetIndexCheckOk() bool

func (*CollectionLevelDbInfo) GetLeveldbWorks

func (x *CollectionLevelDbInfo) GetLeveldbWorks() bool

func (*CollectionLevelDbInfo) GetMigrationFromFileOk

func (x *CollectionLevelDbInfo) GetMigrationFromFileOk() bool

func (*CollectionLevelDbInfo) GetUseLeveldb

func (x *CollectionLevelDbInfo) GetUseLeveldb() bool

func (*CollectionLevelDbInfo) ProtoMessage

func (*CollectionLevelDbInfo) ProtoMessage()

func (*CollectionLevelDbInfo) ProtoReflect

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

func (*CollectionLevelDbInfo) Reset

func (x *CollectionLevelDbInfo) Reset()

func (*CollectionLevelDbInfo) String

func (x *CollectionLevelDbInfo) String() string

type CollectionOfflineControllerEmptyTrackList

type CollectionOfflineControllerEmptyTrackList struct {
	LinkType                 *string `protobuf:"bytes,1,opt,name=link_type,json=linkType,proto3,oneof" json:"link_type,omitempty"`
	ConsistentWithCollection *bool   `` /* 142-byte string literal not displayed */
	CollectionSize           *int64  `protobuf:"varint,3,opt,name=collection_size,json=collectionSize,proto3,oneof" json:"collection_size,omitempty"`
	// contains filtered or unexported fields
}

func (*CollectionOfflineControllerEmptyTrackList) Descriptor deprecated

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

Deprecated: Use CollectionOfflineControllerEmptyTrackList.ProtoReflect.Descriptor instead.

func (*CollectionOfflineControllerEmptyTrackList) GetCollectionSize

func (x *CollectionOfflineControllerEmptyTrackList) GetCollectionSize() int64

func (*CollectionOfflineControllerEmptyTrackList) GetConsistentWithCollection

func (x *CollectionOfflineControllerEmptyTrackList) GetConsistentWithCollection() bool

func (*CollectionOfflineControllerEmptyTrackList) GetLinkType

func (*CollectionOfflineControllerEmptyTrackList) ProtoMessage

func (*CollectionOfflineControllerEmptyTrackList) ProtoReflect

func (*CollectionOfflineControllerEmptyTrackList) Reset

func (*CollectionOfflineControllerEmptyTrackList) String

type ConfigurationApplied

type ConfigurationApplied struct {
	LastRcsFetchTime          *int64            `protobuf:"varint,1,opt,name=last_rcs_fetch_time,json=lastRcsFetchTime,proto3,oneof" json:"last_rcs_fetch_time,omitempty"`
	InstallationId            *string           `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3,oneof" json:"installation_id,omitempty"`
	PolicyGroupIds            []int32           `protobuf:"varint,3,rep,packed,name=policy_group_ids,json=policyGroupIds,proto3" json:"policy_group_ids,omitempty"`
	ConfigurationAssignmentId *string           `` /* 144-byte string literal not displayed */
	RcClientId                *string           `protobuf:"bytes,5,opt,name=rc_client_id,json=rcClientId,proto3,oneof" json:"rc_client_id,omitempty"`
	RcClientVersion           *string           `protobuf:"bytes,6,opt,name=rc_client_version,json=rcClientVersion,proto3,oneof" json:"rc_client_version,omitempty"`
	Platform                  *string           `protobuf:"bytes,7,opt,name=platform,proto3,oneof" json:"platform,omitempty"`
	FetchType                 *string           `protobuf:"bytes,8,opt,name=fetch_type,json=fetchType,proto3,oneof" json:"fetch_type,omitempty"`
	Identifiers               map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigurationApplied) Descriptor deprecated

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

Deprecated: Use ConfigurationApplied.ProtoReflect.Descriptor instead.

func (*ConfigurationApplied) GetConfigurationAssignmentId

func (x *ConfigurationApplied) GetConfigurationAssignmentId() string

func (*ConfigurationApplied) GetFetchType

func (x *ConfigurationApplied) GetFetchType() string

func (*ConfigurationApplied) GetIdentifiers

func (x *ConfigurationApplied) GetIdentifiers() map[string]string

func (*ConfigurationApplied) GetInstallationId

func (x *ConfigurationApplied) GetInstallationId() string

func (*ConfigurationApplied) GetLastRcsFetchTime

func (x *ConfigurationApplied) GetLastRcsFetchTime() int64

func (*ConfigurationApplied) GetPlatform

func (x *ConfigurationApplied) GetPlatform() string

func (*ConfigurationApplied) GetPolicyGroupIds

func (x *ConfigurationApplied) GetPolicyGroupIds() []int32

func (*ConfigurationApplied) GetRcClientId

func (x *ConfigurationApplied) GetRcClientId() string

func (*ConfigurationApplied) GetRcClientVersion

func (x *ConfigurationApplied) GetRcClientVersion() string

func (*ConfigurationApplied) ProtoMessage

func (*ConfigurationApplied) ProtoMessage()

func (*ConfigurationApplied) ProtoReflect

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

func (*ConfigurationApplied) Reset

func (x *ConfigurationApplied) Reset()

func (*ConfigurationApplied) String

func (x *ConfigurationApplied) String() string

type ConfigurationFetched

type ConfigurationFetched struct {
	LastRcsFetchTime                 *int64            `protobuf:"varint,1,opt,name=last_rcs_fetch_time,json=lastRcsFetchTime,proto3,oneof" json:"last_rcs_fetch_time,omitempty"`
	InstallationId                   *string           `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3,oneof" json:"installation_id,omitempty"`
	ConfigurationAssignmentId        *string           `` /* 144-byte string literal not displayed */
	PropertySetId                    *string           `protobuf:"bytes,4,opt,name=property_set_id,json=propertySetId,proto3,oneof" json:"property_set_id,omitempty"`
	AttributesSetId                  *string           `protobuf:"bytes,5,opt,name=attributes_set_id,json=attributesSetId,proto3,oneof" json:"attributes_set_id,omitempty"`
	RcClientId                       *string           `protobuf:"bytes,6,opt,name=rc_client_id,json=rcClientId,proto3,oneof" json:"rc_client_id,omitempty"`
	RcClientVersion                  *string           `protobuf:"bytes,7,opt,name=rc_client_version,json=rcClientVersion,proto3,oneof" json:"rc_client_version,omitempty"`
	RcSdkVersion                     *string           `protobuf:"bytes,8,opt,name=rc_sdk_version,json=rcSdkVersion,proto3,oneof" json:"rc_sdk_version,omitempty"`
	Platform                         *string           `protobuf:"bytes,9,opt,name=platform,proto3,oneof" json:"platform,omitempty"`
	FetchType                        *string           `protobuf:"bytes,10,opt,name=fetch_type,json=fetchType,proto3,oneof" json:"fetch_type,omitempty"`
	Latency                          *int64            `protobuf:"varint,11,opt,name=latency,proto3,oneof" json:"latency,omitempty"`
	PayloadSize                      *int64            `protobuf:"varint,12,opt,name=payload_size,json=payloadSize,proto3,oneof" json:"payload_size,omitempty"`
	StatusCode                       *int32            `protobuf:"varint,13,opt,name=status_code,json=statusCode,proto3,oneof" json:"status_code,omitempty"`
	ErrorReason                      *string           `protobuf:"bytes,14,opt,name=error_reason,json=errorReason,proto3,oneof" json:"error_reason,omitempty"`
	ErrorMessage                     *string           `protobuf:"bytes,15,opt,name=error_message,json=errorMessage,proto3,oneof" json:"error_message,omitempty"`
	ErrorReasonConfigurationResolve  *string           `` /* 165-byte string literal not displayed */
	ErrorMessageConfigurationResolve *string           `` /* 168-byte string literal not displayed */
	ErrorReasonAccountAttributes     *string           `` /* 156-byte string literal not displayed */
	ErrorMessageAccountAttributes    *string           `` /* 159-byte string literal not displayed */
	ErrorCodeAccountAttributes       *int32            `` /* 151-byte string literal not displayed */
	ErrorCodeConfigurationResolve    *int32            `` /* 160-byte string literal not displayed */
	ProductStateKeyCount             *int32            `` /* 133-byte string literal not displayed */
	Identifiers                      map[string]string `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigurationFetched) Descriptor deprecated

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

Deprecated: Use ConfigurationFetched.ProtoReflect.Descriptor instead.

func (*ConfigurationFetched) GetAttributesSetId

func (x *ConfigurationFetched) GetAttributesSetId() string

func (*ConfigurationFetched) GetConfigurationAssignmentId

func (x *ConfigurationFetched) GetConfigurationAssignmentId() string

func (*ConfigurationFetched) GetErrorCodeAccountAttributes

func (x *ConfigurationFetched) GetErrorCodeAccountAttributes() int32

func (*ConfigurationFetched) GetErrorCodeConfigurationResolve

func (x *ConfigurationFetched) GetErrorCodeConfigurationResolve() int32

func (*ConfigurationFetched) GetErrorMessage

func (x *ConfigurationFetched) GetErrorMessage() string

func (*ConfigurationFetched) GetErrorMessageAccountAttributes

func (x *ConfigurationFetched) GetErrorMessageAccountAttributes() string

func (*ConfigurationFetched) GetErrorMessageConfigurationResolve

func (x *ConfigurationFetched) GetErrorMessageConfigurationResolve() string

func (*ConfigurationFetched) GetErrorReason

func (x *ConfigurationFetched) GetErrorReason() string

func (*ConfigurationFetched) GetErrorReasonAccountAttributes

func (x *ConfigurationFetched) GetErrorReasonAccountAttributes() string

func (*ConfigurationFetched) GetErrorReasonConfigurationResolve

func (x *ConfigurationFetched) GetErrorReasonConfigurationResolve() string

func (*ConfigurationFetched) GetFetchType

func (x *ConfigurationFetched) GetFetchType() string

func (*ConfigurationFetched) GetIdentifiers

func (x *ConfigurationFetched) GetIdentifiers() map[string]string

func (*ConfigurationFetched) GetInstallationId

func (x *ConfigurationFetched) GetInstallationId() string

func (*ConfigurationFetched) GetLastRcsFetchTime

func (x *ConfigurationFetched) GetLastRcsFetchTime() int64

func (*ConfigurationFetched) GetLatency

func (x *ConfigurationFetched) GetLatency() int64

func (*ConfigurationFetched) GetPayloadSize

func (x *ConfigurationFetched) GetPayloadSize() int64

func (*ConfigurationFetched) GetPlatform

func (x *ConfigurationFetched) GetPlatform() string

func (*ConfigurationFetched) GetProductStateKeyCount

func (x *ConfigurationFetched) GetProductStateKeyCount() int32

func (*ConfigurationFetched) GetPropertySetId

func (x *ConfigurationFetched) GetPropertySetId() string

func (*ConfigurationFetched) GetRcClientId

func (x *ConfigurationFetched) GetRcClientId() string

func (*ConfigurationFetched) GetRcClientVersion

func (x *ConfigurationFetched) GetRcClientVersion() string

func (*ConfigurationFetched) GetRcSdkVersion

func (x *ConfigurationFetched) GetRcSdkVersion() string

func (*ConfigurationFetched) GetStatusCode

func (x *ConfigurationFetched) GetStatusCode() int32

func (*ConfigurationFetched) ProtoMessage

func (*ConfigurationFetched) ProtoMessage()

func (*ConfigurationFetched) ProtoReflect

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

func (*ConfigurationFetched) Reset

func (x *ConfigurationFetched) Reset()

func (*ConfigurationFetched) String

func (x *ConfigurationFetched) String() string

type ConfigurationFetchedNonAuth

type ConfigurationFetchedNonAuth struct {
	LastRcsFetchTime                 *int64            `protobuf:"varint,1,opt,name=last_rcs_fetch_time,json=lastRcsFetchTime,proto3,oneof" json:"last_rcs_fetch_time,omitempty"`
	InstallationId                   *string           `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3,oneof" json:"installation_id,omitempty"`
	ConfigurationAssignmentId        *string           `` /* 144-byte string literal not displayed */
	PropertySetId                    *string           `protobuf:"bytes,4,opt,name=property_set_id,json=propertySetId,proto3,oneof" json:"property_set_id,omitempty"`
	AttributesSetId                  *string           `protobuf:"bytes,5,opt,name=attributes_set_id,json=attributesSetId,proto3,oneof" json:"attributes_set_id,omitempty"`
	RcClientId                       *string           `protobuf:"bytes,6,opt,name=rc_client_id,json=rcClientId,proto3,oneof" json:"rc_client_id,omitempty"`
	RcClientVersion                  *string           `protobuf:"bytes,7,opt,name=rc_client_version,json=rcClientVersion,proto3,oneof" json:"rc_client_version,omitempty"`
	RcSdkVersion                     *string           `protobuf:"bytes,8,opt,name=rc_sdk_version,json=rcSdkVersion,proto3,oneof" json:"rc_sdk_version,omitempty"`
	Platform                         *string           `protobuf:"bytes,9,opt,name=platform,proto3,oneof" json:"platform,omitempty"`
	FetchType                        *string           `protobuf:"bytes,10,opt,name=fetch_type,json=fetchType,proto3,oneof" json:"fetch_type,omitempty"`
	Latency                          *int64            `protobuf:"varint,11,opt,name=latency,proto3,oneof" json:"latency,omitempty"`
	PayloadSize                      *int64            `protobuf:"varint,12,opt,name=payload_size,json=payloadSize,proto3,oneof" json:"payload_size,omitempty"`
	StatusCode                       *int32            `protobuf:"varint,13,opt,name=status_code,json=statusCode,proto3,oneof" json:"status_code,omitempty"`
	ErrorReason                      *string           `protobuf:"bytes,14,opt,name=error_reason,json=errorReason,proto3,oneof" json:"error_reason,omitempty"`
	ErrorMessage                     *string           `protobuf:"bytes,15,opt,name=error_message,json=errorMessage,proto3,oneof" json:"error_message,omitempty"`
	ErrorReasonConfigurationResolve  *string           `` /* 165-byte string literal not displayed */
	ErrorMessageConfigurationResolve *string           `` /* 168-byte string literal not displayed */
	ErrorReasonAccountAttributes     *string           `` /* 156-byte string literal not displayed */
	ErrorMessageAccountAttributes    *string           `` /* 159-byte string literal not displayed */
	ErrorCodeAccountAttributes       *int32            `` /* 151-byte string literal not displayed */
	ErrorCodeConfigurationResolve    *int32            `` /* 160-byte string literal not displayed */
	Identifiers                      map[string]string `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigurationFetchedNonAuth) Descriptor deprecated

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

Deprecated: Use ConfigurationFetchedNonAuth.ProtoReflect.Descriptor instead.

func (*ConfigurationFetchedNonAuth) GetAttributesSetId

func (x *ConfigurationFetchedNonAuth) GetAttributesSetId() string

func (*ConfigurationFetchedNonAuth) GetConfigurationAssignmentId

func (x *ConfigurationFetchedNonAuth) GetConfigurationAssignmentId() string

func (*ConfigurationFetchedNonAuth) GetErrorCodeAccountAttributes

func (x *ConfigurationFetchedNonAuth) GetErrorCodeAccountAttributes() int32

func (*ConfigurationFetchedNonAuth) GetErrorCodeConfigurationResolve

func (x *ConfigurationFetchedNonAuth) GetErrorCodeConfigurationResolve() int32

func (*ConfigurationFetchedNonAuth) GetErrorMessage

func (x *ConfigurationFetchedNonAuth) GetErrorMessage() string

func (*ConfigurationFetchedNonAuth) GetErrorMessageAccountAttributes

func (x *ConfigurationFetchedNonAuth) GetErrorMessageAccountAttributes() string

func (*ConfigurationFetchedNonAuth) GetErrorMessageConfigurationResolve

func (x *ConfigurationFetchedNonAuth) GetErrorMessageConfigurationResolve() string

func (*ConfigurationFetchedNonAuth) GetErrorReason

func (x *ConfigurationFetchedNonAuth) GetErrorReason() string

func (*ConfigurationFetchedNonAuth) GetErrorReasonAccountAttributes

func (x *ConfigurationFetchedNonAuth) GetErrorReasonAccountAttributes() string

func (*ConfigurationFetchedNonAuth) GetErrorReasonConfigurationResolve

func (x *ConfigurationFetchedNonAuth) GetErrorReasonConfigurationResolve() string

func (*ConfigurationFetchedNonAuth) GetFetchType

func (x *ConfigurationFetchedNonAuth) GetFetchType() string

func (*ConfigurationFetchedNonAuth) GetIdentifiers

func (x *ConfigurationFetchedNonAuth) GetIdentifiers() map[string]string

func (*ConfigurationFetchedNonAuth) GetInstallationId

func (x *ConfigurationFetchedNonAuth) GetInstallationId() string

func (*ConfigurationFetchedNonAuth) GetLastRcsFetchTime

func (x *ConfigurationFetchedNonAuth) GetLastRcsFetchTime() int64

func (*ConfigurationFetchedNonAuth) GetLatency

func (x *ConfigurationFetchedNonAuth) GetLatency() int64

func (*ConfigurationFetchedNonAuth) GetPayloadSize

func (x *ConfigurationFetchedNonAuth) GetPayloadSize() int64

func (*ConfigurationFetchedNonAuth) GetPlatform

func (x *ConfigurationFetchedNonAuth) GetPlatform() string

func (*ConfigurationFetchedNonAuth) GetPropertySetId

func (x *ConfigurationFetchedNonAuth) GetPropertySetId() string

func (*ConfigurationFetchedNonAuth) GetRcClientId

func (x *ConfigurationFetchedNonAuth) GetRcClientId() string

func (*ConfigurationFetchedNonAuth) GetRcClientVersion

func (x *ConfigurationFetchedNonAuth) GetRcClientVersion() string

func (*ConfigurationFetchedNonAuth) GetRcSdkVersion

func (x *ConfigurationFetchedNonAuth) GetRcSdkVersion() string

func (*ConfigurationFetchedNonAuth) GetStatusCode

func (x *ConfigurationFetchedNonAuth) GetStatusCode() int32

func (*ConfigurationFetchedNonAuth) ProtoMessage

func (*ConfigurationFetchedNonAuth) ProtoMessage()

func (*ConfigurationFetchedNonAuth) ProtoReflect

func (*ConfigurationFetchedNonAuth) Reset

func (x *ConfigurationFetchedNonAuth) Reset()

func (*ConfigurationFetchedNonAuth) String

func (x *ConfigurationFetchedNonAuth) String() string

type ConnectConnectivityError

type ConnectConnectivityError struct {
	SoftwareVersion       *string `protobuf:"bytes,1,opt,name=software_version,json=softwareVersion,proto3,oneof" json:"software_version,omitempty"`
	Error                 *string `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	ConnectionTypeInitial *string `` /* 132-byte string literal not displayed */
	ConnectionTypeError   *string `` /* 126-byte string literal not displayed */
	Reason                *string `protobuf:"bytes,5,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectConnectivityError) Descriptor deprecated

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

Deprecated: Use ConnectConnectivityError.ProtoReflect.Descriptor instead.

func (*ConnectConnectivityError) GetConnectionTypeError

func (x *ConnectConnectivityError) GetConnectionTypeError() string

func (*ConnectConnectivityError) GetConnectionTypeInitial

func (x *ConnectConnectivityError) GetConnectionTypeInitial() string

func (*ConnectConnectivityError) GetError

func (x *ConnectConnectivityError) GetError() string

func (*ConnectConnectivityError) GetReason

func (x *ConnectConnectivityError) GetReason() string

func (*ConnectConnectivityError) GetSoftwareVersion

func (x *ConnectConnectivityError) GetSoftwareVersion() string

func (*ConnectConnectivityError) ProtoMessage

func (*ConnectConnectivityError) ProtoMessage()

func (*ConnectConnectivityError) ProtoReflect

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

func (*ConnectConnectivityError) Reset

func (x *ConnectConnectivityError) Reset()

func (*ConnectConnectivityError) String

func (x *ConnectConnectivityError) String() string

type ConnectCredentialsRequest

type ConnectCredentialsRequest struct {
	TokenType *string `protobuf:"bytes,1,opt,name=token_type,json=tokenType,proto3,oneof" json:"token_type,omitempty"`
	ClientId  *string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3,oneof" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectCredentialsRequest) Descriptor deprecated

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

Deprecated: Use ConnectCredentialsRequest.ProtoReflect.Descriptor instead.

func (*ConnectCredentialsRequest) GetClientId

func (x *ConnectCredentialsRequest) GetClientId() string

func (*ConnectCredentialsRequest) GetTokenType

func (x *ConnectCredentialsRequest) GetTokenType() string

func (*ConnectCredentialsRequest) ProtoMessage

func (*ConnectCredentialsRequest) ProtoMessage()

func (*ConnectCredentialsRequest) ProtoReflect

func (*ConnectCredentialsRequest) Reset

func (x *ConnectCredentialsRequest) Reset()

func (*ConnectCredentialsRequest) String

func (x *ConnectCredentialsRequest) String() string

type ConnectDeviceDiscovered

type ConnectDeviceDiscovered struct {
	DeviceId                     *string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3,oneof" json:"device_id,omitempty"`
	DiscoverMethod               *string `protobuf:"bytes,2,opt,name=discover_method,json=discoverMethod,proto3,oneof" json:"discover_method,omitempty"`
	DiscoveredDeviceId           *string `protobuf:"bytes,3,opt,name=discovered_device_id,json=discoveredDeviceId,proto3,oneof" json:"discovered_device_id,omitempty"`
	DiscoveredDeviceType         *string `` /* 129-byte string literal not displayed */
	DiscoveredLibraryVersion     *string `` /* 141-byte string literal not displayed */
	DiscoveredBrandDisplayName   *string `` /* 149-byte string literal not displayed */
	DiscoveredModelDisplayName   *string `` /* 149-byte string literal not displayed */
	DiscoveredClientId           *string `protobuf:"bytes,8,opt,name=discovered_client_id,json=discoveredClientId,proto3,oneof" json:"discovered_client_id,omitempty"`
	DiscoveredProductId          *string `` /* 126-byte string literal not displayed */
	DiscoveredDeviceAvailablilty *string `` /* 154-byte string literal not displayed */
	DiscoveredDevicePublicKey    *string `` /* 147-byte string literal not displayed */
	CapabilitiesResolved         *bool   `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConnectDeviceDiscovered) Descriptor deprecated

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

Deprecated: Use ConnectDeviceDiscovered.ProtoReflect.Descriptor instead.

func (*ConnectDeviceDiscovered) GetCapabilitiesResolved

func (x *ConnectDeviceDiscovered) GetCapabilitiesResolved() bool

func (*ConnectDeviceDiscovered) GetDeviceId

func (x *ConnectDeviceDiscovered) GetDeviceId() string

func (*ConnectDeviceDiscovered) GetDiscoverMethod

func (x *ConnectDeviceDiscovered) GetDiscoverMethod() string

func (*ConnectDeviceDiscovered) GetDiscoveredBrandDisplayName

func (x *ConnectDeviceDiscovered) GetDiscoveredBrandDisplayName() string

func (*ConnectDeviceDiscovered) GetDiscoveredClientId

func (x *ConnectDeviceDiscovered) GetDiscoveredClientId() string

func (*ConnectDeviceDiscovered) GetDiscoveredDeviceAvailablilty

func (x *ConnectDeviceDiscovered) GetDiscoveredDeviceAvailablilty() string

func (*ConnectDeviceDiscovered) GetDiscoveredDeviceId

func (x *ConnectDeviceDiscovered) GetDiscoveredDeviceId() string

func (*ConnectDeviceDiscovered) GetDiscoveredDevicePublicKey

func (x *ConnectDeviceDiscovered) GetDiscoveredDevicePublicKey() string

func (*ConnectDeviceDiscovered) GetDiscoveredDeviceType

func (x *ConnectDeviceDiscovered) GetDiscoveredDeviceType() string

func (*ConnectDeviceDiscovered) GetDiscoveredLibraryVersion

func (x *ConnectDeviceDiscovered) GetDiscoveredLibraryVersion() string

func (*ConnectDeviceDiscovered) GetDiscoveredModelDisplayName

func (x *ConnectDeviceDiscovered) GetDiscoveredModelDisplayName() string

func (*ConnectDeviceDiscovered) GetDiscoveredProductId

func (x *ConnectDeviceDiscovered) GetDiscoveredProductId() string

func (*ConnectDeviceDiscovered) ProtoMessage

func (*ConnectDeviceDiscovered) ProtoMessage()

func (*ConnectDeviceDiscovered) ProtoReflect

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

func (*ConnectDeviceDiscovered) Reset

func (x *ConnectDeviceDiscovered) Reset()

func (*ConnectDeviceDiscovered) String

func (x *ConnectDeviceDiscovered) String() string

type ConnectMdnsPacketParseError

type ConnectMdnsPacketParseError struct {
	Type          *string `protobuf:"bytes,1,opt,name=type,proto3,oneof" json:"type,omitempty"`
	Buffer        *string `protobuf:"bytes,2,opt,name=buffer,proto3,oneof" json:"buffer,omitempty"`
	Ttl           *string `protobuf:"bytes,3,opt,name=ttl,proto3,oneof" json:"ttl,omitempty"`
	Txt           *string `protobuf:"bytes,4,opt,name=txt,proto3,oneof" json:"txt,omitempty"`
	Host          *string `protobuf:"bytes,5,opt,name=host,proto3,oneof" json:"host,omitempty"`
	DiscoveryName *string `protobuf:"bytes,6,opt,name=discovery_name,json=discoveryName,proto3,oneof" json:"discovery_name,omitempty"`
	Context       *string `protobuf:"bytes,7,opt,name=context,proto3,oneof" json:"context,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectMdnsPacketParseError) Descriptor deprecated

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

Deprecated: Use ConnectMdnsPacketParseError.ProtoReflect.Descriptor instead.

func (*ConnectMdnsPacketParseError) GetBuffer

func (x *ConnectMdnsPacketParseError) GetBuffer() string

func (*ConnectMdnsPacketParseError) GetContext

func (x *ConnectMdnsPacketParseError) GetContext() string

func (*ConnectMdnsPacketParseError) GetDiscoveryName

func (x *ConnectMdnsPacketParseError) GetDiscoveryName() string

func (*ConnectMdnsPacketParseError) GetHost

func (x *ConnectMdnsPacketParseError) GetHost() string

func (*ConnectMdnsPacketParseError) GetTtl

func (x *ConnectMdnsPacketParseError) GetTtl() string

func (*ConnectMdnsPacketParseError) GetTxt

func (x *ConnectMdnsPacketParseError) GetTxt() string

func (*ConnectMdnsPacketParseError) GetType

func (x *ConnectMdnsPacketParseError) GetType() string

func (*ConnectMdnsPacketParseError) ProtoMessage

func (*ConnectMdnsPacketParseError) ProtoMessage()

func (*ConnectMdnsPacketParseError) ProtoReflect

func (*ConnectMdnsPacketParseError) Reset

func (x *ConnectMdnsPacketParseError) Reset()

func (*ConnectMdnsPacketParseError) String

func (x *ConnectMdnsPacketParseError) String() string

type ConnectPullFailure

type ConnectPullFailure struct {
	TransferData []byte            `protobuf:"bytes,1,opt,name=transfer_data,json=transferData,proto3,oneof" json:"transfer_data,omitempty"`
	ErrorCode    *int64            `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	Reasons      map[string]string `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConnectPullFailure) Descriptor deprecated

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

Deprecated: Use ConnectPullFailure.ProtoReflect.Descriptor instead.

func (*ConnectPullFailure) GetErrorCode

func (x *ConnectPullFailure) GetErrorCode() int64

func (*ConnectPullFailure) GetReasons

func (x *ConnectPullFailure) GetReasons() map[string]string

func (*ConnectPullFailure) GetTransferData

func (x *ConnectPullFailure) GetTransferData() []byte

func (*ConnectPullFailure) ProtoMessage

func (*ConnectPullFailure) ProtoMessage()

func (*ConnectPullFailure) ProtoReflect

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

func (*ConnectPullFailure) Reset

func (x *ConnectPullFailure) Reset()

func (*ConnectPullFailure) String

func (x *ConnectPullFailure) String() string

type ConnectTransferIncarnation

type ConnectTransferIncarnation struct {
	TransferIntentId    *string `protobuf:"bytes,1,opt,name=transfer_intent_id,json=transferIntentId,proto3,oneof" json:"transfer_intent_id,omitempty"`
	IncarnationClientId *string `` /* 126-byte string literal not displayed */
	IncarnationDeviceId *string `` /* 126-byte string literal not displayed */
	IncarnationIsCast   *bool   `protobuf:"varint,4,opt,name=incarnation_is_cast,json=incarnationIsCast,proto3,oneof" json:"incarnation_is_cast,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectTransferIncarnation) Descriptor deprecated

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

Deprecated: Use ConnectTransferIncarnation.ProtoReflect.Descriptor instead.

func (*ConnectTransferIncarnation) GetIncarnationClientId

func (x *ConnectTransferIncarnation) GetIncarnationClientId() string

func (*ConnectTransferIncarnation) GetIncarnationDeviceId

func (x *ConnectTransferIncarnation) GetIncarnationDeviceId() string

func (*ConnectTransferIncarnation) GetIncarnationIsCast

func (x *ConnectTransferIncarnation) GetIncarnationIsCast() bool

func (*ConnectTransferIncarnation) GetTransferIntentId

func (x *ConnectTransferIncarnation) GetTransferIntentId() string

func (*ConnectTransferIncarnation) ProtoMessage

func (*ConnectTransferIncarnation) ProtoMessage()

func (*ConnectTransferIncarnation) ProtoReflect

func (*ConnectTransferIncarnation) Reset

func (x *ConnectTransferIncarnation) Reset()

func (*ConnectTransferIncarnation) String

func (x *ConnectTransferIncarnation) String() string

type ConnectTransferResult

type ConnectTransferResult struct {
	Result                *string  `protobuf:"bytes,1,opt,name=result,proto3,oneof" json:"result,omitempty"`
	DeviceType            *string  `protobuf:"bytes,2,opt,name=device_type,json=deviceType,proto3,oneof" json:"device_type,omitempty"`
	DiscoveryClass        *string  `protobuf:"bytes,3,opt,name=discovery_class,json=discoveryClass,proto3,oneof" json:"discovery_class,omitempty"`
	DeviceModel           *string  `protobuf:"bytes,4,opt,name=device_model,json=deviceModel,proto3,oneof" json:"device_model,omitempty"`
	DeviceBrand           *string  `protobuf:"bytes,5,opt,name=device_brand,json=deviceBrand,proto3,oneof" json:"device_brand,omitempty"`
	DeviceSoftwareVersion *string  `` /* 132-byte string literal not displayed */
	Duration              *int64   `protobuf:"varint,7,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
	DeviceClientId        *string  `protobuf:"bytes,8,opt,name=device_client_id,json=deviceClientId,proto3,oneof" json:"device_client_id,omitempty"`
	TransferIntentId      *string  `protobuf:"bytes,9,opt,name=transfer_intent_id,json=transferIntentId,proto3,oneof" json:"transfer_intent_id,omitempty"`
	TransferDebugLog      *string  `protobuf:"bytes,10,opt,name=transfer_debug_log,json=transferDebugLog,proto3,oneof" json:"transfer_debug_log,omitempty"`
	ErrorCode             *string  `protobuf:"bytes,11,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	HttpResponseCode      *int32   `protobuf:"varint,12,opt,name=http_response_code,json=httpResponseCode,proto3,oneof" json:"http_response_code,omitempty"`
	InitialDeviceState    *string  `protobuf:"bytes,13,opt,name=initial_device_state,json=initialDeviceState,proto3,oneof" json:"initial_device_state,omitempty"`
	RetryCount            *int32   `protobuf:"varint,14,opt,name=retry_count,json=retryCount,proto3,oneof" json:"retry_count,omitempty"`
	LoginRetryCount       *int32   `protobuf:"varint,15,opt,name=login_retry_count,json=loginRetryCount,proto3,oneof" json:"login_retry_count,omitempty"`
	LoginDuration         *int64   `protobuf:"varint,16,opt,name=login_duration,json=loginDuration,proto3,oneof" json:"login_duration,omitempty"`
	TargetDeviceId        *string  `protobuf:"bytes,17,opt,name=target_device_id,json=targetDeviceId,proto3,oneof" json:"target_device_id,omitempty"`
	TargetDeviceIsLocal   *bool    `` /* 130-byte string literal not displayed */
	FinalDeviceState      *string  `protobuf:"bytes,19,opt,name=final_device_state,json=finalDeviceState,proto3,oneof" json:"final_device_state,omitempty"`
	InteractionIds        []string `protobuf:"bytes,20,rep,name=interaction_ids,json=interactionIds,proto3" json:"interaction_ids,omitempty"`
	TargetDeviceIsGroup   *bool    `` /* 130-byte string literal not displayed */
	FinalTransferState    *string  `protobuf:"bytes,22,opt,name=final_transfer_state,json=finalTransferState,proto3,oneof" json:"final_transfer_state,omitempty"`
	LoginErrorCodes       []string `protobuf:"bytes,23,rep,name=login_error_codes,json=loginErrorCodes,proto3" json:"login_error_codes,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectTransferResult) Descriptor deprecated

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

Deprecated: Use ConnectTransferResult.ProtoReflect.Descriptor instead.

func (*ConnectTransferResult) GetDeviceBrand

func (x *ConnectTransferResult) GetDeviceBrand() string

func (*ConnectTransferResult) GetDeviceClientId

func (x *ConnectTransferResult) GetDeviceClientId() string

func (*ConnectTransferResult) GetDeviceModel

func (x *ConnectTransferResult) GetDeviceModel() string

func (*ConnectTransferResult) GetDeviceSoftwareVersion

func (x *ConnectTransferResult) GetDeviceSoftwareVersion() string

func (*ConnectTransferResult) GetDeviceType

func (x *ConnectTransferResult) GetDeviceType() string

func (*ConnectTransferResult) GetDiscoveryClass

func (x *ConnectTransferResult) GetDiscoveryClass() string

func (*ConnectTransferResult) GetDuration

func (x *ConnectTransferResult) GetDuration() int64

func (*ConnectTransferResult) GetErrorCode

func (x *ConnectTransferResult) GetErrorCode() string

func (*ConnectTransferResult) GetFinalDeviceState

func (x *ConnectTransferResult) GetFinalDeviceState() string

func (*ConnectTransferResult) GetFinalTransferState

func (x *ConnectTransferResult) GetFinalTransferState() string

func (*ConnectTransferResult) GetHttpResponseCode

func (x *ConnectTransferResult) GetHttpResponseCode() int32

func (*ConnectTransferResult) GetInitialDeviceState

func (x *ConnectTransferResult) GetInitialDeviceState() string

func (*ConnectTransferResult) GetInteractionIds

func (x *ConnectTransferResult) GetInteractionIds() []string

func (*ConnectTransferResult) GetLoginDuration

func (x *ConnectTransferResult) GetLoginDuration() int64

func (*ConnectTransferResult) GetLoginErrorCodes

func (x *ConnectTransferResult) GetLoginErrorCodes() []string

func (*ConnectTransferResult) GetLoginRetryCount

func (x *ConnectTransferResult) GetLoginRetryCount() int32

func (*ConnectTransferResult) GetResult

func (x *ConnectTransferResult) GetResult() string

func (*ConnectTransferResult) GetRetryCount

func (x *ConnectTransferResult) GetRetryCount() int32

func (*ConnectTransferResult) GetTargetDeviceId

func (x *ConnectTransferResult) GetTargetDeviceId() string

func (*ConnectTransferResult) GetTargetDeviceIsGroup

func (x *ConnectTransferResult) GetTargetDeviceIsGroup() bool

func (*ConnectTransferResult) GetTargetDeviceIsLocal

func (x *ConnectTransferResult) GetTargetDeviceIsLocal() bool

func (*ConnectTransferResult) GetTransferDebugLog

func (x *ConnectTransferResult) GetTransferDebugLog() string

func (*ConnectTransferResult) GetTransferIntentId

func (x *ConnectTransferResult) GetTransferIntentId() string

func (*ConnectTransferResult) ProtoMessage

func (*ConnectTransferResult) ProtoMessage()

func (*ConnectTransferResult) ProtoReflect

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

func (*ConnectTransferResult) Reset

func (x *ConnectTransferResult) Reset()

func (*ConnectTransferResult) String

func (x *ConnectTransferResult) String() string

type ConnectionError

type ConnectionError struct {
	ErrorCode *int64  `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	Ap        *string `protobuf:"bytes,2,opt,name=ap,proto3,oneof" json:"ap,omitempty"`
	Proxy     *string `protobuf:"bytes,3,opt,name=proxy,proto3,oneof" json:"proxy,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionError) Descriptor deprecated

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

Deprecated: Use ConnectionError.ProtoReflect.Descriptor instead.

func (*ConnectionError) GetAp

func (x *ConnectionError) GetAp() string

func (*ConnectionError) GetErrorCode

func (x *ConnectionError) GetErrorCode() int64

func (*ConnectionError) GetProxy

func (x *ConnectionError) GetProxy() string

func (*ConnectionError) ProtoMessage

func (*ConnectionError) ProtoMessage()

func (*ConnectionError) ProtoReflect

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

func (*ConnectionError) Reset

func (x *ConnectionError) Reset()

func (*ConnectionError) String

func (x *ConnectionError) String() string

type ConnectionInfo

type ConnectionInfo struct {
	Ap                   *string `protobuf:"bytes,1,opt,name=ap,proto3,oneof" json:"ap,omitempty"`
	Proxy                *string `protobuf:"bytes,2,opt,name=proxy,proto3,oneof" json:"proxy,omitempty"`
	UserInitatedLogin    *bool   `protobuf:"varint,3,opt,name=user_initated_login,json=userInitatedLogin,proto3,oneof" json:"user_initated_login,omitempty"`
	ReachabilityType     *string `protobuf:"bytes,4,opt,name=reachability_type,json=reachabilityType,proto3,oneof" json:"reachability_type,omitempty"`
	WebInstallerUniqueId *string `` /* 131-byte string literal not displayed */
	ApResolveSource      *string `protobuf:"bytes,6,opt,name=ap_resolve_source,json=apResolveSource,proto3,oneof" json:"ap_resolve_source,omitempty"`
	AddressType          *string `protobuf:"bytes,7,opt,name=address_type,json=addressType,proto3,oneof" json:"address_type,omitempty"`
	Ipv6Failed           *bool   `protobuf:"varint,8,opt,name=ipv6_failed,json=ipv6Failed,proto3,oneof" json:"ipv6_failed,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionInfo) Descriptor deprecated

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

Deprecated: Use ConnectionInfo.ProtoReflect.Descriptor instead.

func (*ConnectionInfo) GetAddressType

func (x *ConnectionInfo) GetAddressType() string

func (*ConnectionInfo) GetAp

func (x *ConnectionInfo) GetAp() string

func (*ConnectionInfo) GetApResolveSource

func (x *ConnectionInfo) GetApResolveSource() string

func (*ConnectionInfo) GetIpv6Failed

func (x *ConnectionInfo) GetIpv6Failed() bool

func (*ConnectionInfo) GetProxy

func (x *ConnectionInfo) GetProxy() string

func (*ConnectionInfo) GetReachabilityType

func (x *ConnectionInfo) GetReachabilityType() string

func (*ConnectionInfo) GetUserInitatedLogin

func (x *ConnectionInfo) GetUserInitatedLogin() bool

func (*ConnectionInfo) GetWebInstallerUniqueId

func (x *ConnectionInfo) GetWebInstallerUniqueId() string

func (*ConnectionInfo) ProtoMessage

func (*ConnectionInfo) ProtoMessage()

func (*ConnectionInfo) ProtoReflect

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

func (*ConnectionInfo) Reset

func (x *ConnectionInfo) Reset()

func (*ConnectionInfo) String

func (x *ConnectionInfo) String() string

type ConnectionStateChange

type ConnectionStateChange struct {
	Type *string `protobuf:"bytes,1,opt,name=type,proto3,oneof" json:"type,omitempty"`
	Old  *string `protobuf:"bytes,2,opt,name=old,proto3,oneof" json:"old,omitempty"`
	New  *string `protobuf:"bytes,3,opt,name=new,proto3,oneof" json:"new,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionStateChange) Descriptor deprecated

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

Deprecated: Use ConnectionStateChange.ProtoReflect.Descriptor instead.

func (*ConnectionStateChange) GetNew

func (x *ConnectionStateChange) GetNew() string

func (*ConnectionStateChange) GetOld

func (x *ConnectionStateChange) GetOld() string

func (*ConnectionStateChange) GetType

func (x *ConnectionStateChange) GetType() string

func (*ConnectionStateChange) ProtoMessage

func (*ConnectionStateChange) ProtoMessage()

func (*ConnectionStateChange) ProtoReflect

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

func (*ConnectionStateChange) Reset

func (x *ConnectionStateChange) Reset()

func (*ConnectionStateChange) String

func (x *ConnectionStateChange) String() string

type CoreAutoplayLoadingResults

type CoreAutoplayLoadingResults struct {
	ResponseStatus *int32  `protobuf:"varint,1,opt,name=response_status,json=responseStatus,proto3,oneof" json:"response_status,omitempty"`
	ContextUri     *string `protobuf:"bytes,2,opt,name=context_uri,json=contextUri,proto3,oneof" json:"context_uri,omitempty"`
	Endpoint       *string `protobuf:"bytes,3,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"`
	SessionId      *string `protobuf:"bytes,4,opt,name=session_id,json=sessionId,proto3,oneof" json:"session_id,omitempty"`
	RequestLatency *int32  `protobuf:"varint,5,opt,name=request_latency,json=requestLatency,proto3,oneof" json:"request_latency,omitempty"`
	// contains filtered or unexported fields
}

func (*CoreAutoplayLoadingResults) Descriptor deprecated

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

Deprecated: Use CoreAutoplayLoadingResults.ProtoReflect.Descriptor instead.

func (*CoreAutoplayLoadingResults) GetContextUri

func (x *CoreAutoplayLoadingResults) GetContextUri() string

func (*CoreAutoplayLoadingResults) GetEndpoint

func (x *CoreAutoplayLoadingResults) GetEndpoint() string

func (*CoreAutoplayLoadingResults) GetRequestLatency

func (x *CoreAutoplayLoadingResults) GetRequestLatency() int32

func (*CoreAutoplayLoadingResults) GetResponseStatus

func (x *CoreAutoplayLoadingResults) GetResponseStatus() int32

func (*CoreAutoplayLoadingResults) GetSessionId

func (x *CoreAutoplayLoadingResults) GetSessionId() string

func (*CoreAutoplayLoadingResults) ProtoMessage

func (*CoreAutoplayLoadingResults) ProtoMessage()

func (*CoreAutoplayLoadingResults) ProtoReflect

func (*CoreAutoplayLoadingResults) Reset

func (x *CoreAutoplayLoadingResults) Reset()

func (*CoreAutoplayLoadingResults) String

func (x *CoreAutoplayLoadingResults) String() string

type CorePlaybackFinished

type CorePlaybackFinished struct {
	SessionId  *string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3,oneof" json:"session_id,omitempty"`
	PlaybackId []byte  `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CorePlaybackFinished) Descriptor deprecated

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

Deprecated: Use CorePlaybackFinished.ProtoReflect.Descriptor instead.

func (*CorePlaybackFinished) GetPlaybackId

func (x *CorePlaybackFinished) GetPlaybackId() []byte

func (*CorePlaybackFinished) GetSessionId

func (x *CorePlaybackFinished) GetSessionId() string

func (*CorePlaybackFinished) ProtoMessage

func (*CorePlaybackFinished) ProtoMessage()

func (*CorePlaybackFinished) ProtoReflect

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

func (*CorePlaybackFinished) Reset

func (x *CorePlaybackFinished) Reset()

func (*CorePlaybackFinished) String

func (x *CorePlaybackFinished) String() string

type DefaultConfigurationApplied

type DefaultConfigurationApplied struct {
	InstallationId            *string           `protobuf:"bytes,1,opt,name=installation_id,json=installationId,proto3,oneof" json:"installation_id,omitempty"`
	ConfigurationAssignmentId *string           `` /* 144-byte string literal not displayed */
	RcClientId                *string           `protobuf:"bytes,3,opt,name=rc_client_id,json=rcClientId,proto3,oneof" json:"rc_client_id,omitempty"`
	RcClientVersion           *string           `protobuf:"bytes,4,opt,name=rc_client_version,json=rcClientVersion,proto3,oneof" json:"rc_client_version,omitempty"`
	Platform                  *string           `protobuf:"bytes,5,opt,name=platform,proto3,oneof" json:"platform,omitempty"`
	FetchType                 *string           `protobuf:"bytes,6,opt,name=fetch_type,json=fetchType,proto3,oneof" json:"fetch_type,omitempty"`
	Reason                    *string           `protobuf:"bytes,7,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	Identifiers               map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DefaultConfigurationApplied) Descriptor deprecated

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

Deprecated: Use DefaultConfigurationApplied.ProtoReflect.Descriptor instead.

func (*DefaultConfigurationApplied) GetConfigurationAssignmentId

func (x *DefaultConfigurationApplied) GetConfigurationAssignmentId() string

func (*DefaultConfigurationApplied) GetFetchType

func (x *DefaultConfigurationApplied) GetFetchType() string

func (*DefaultConfigurationApplied) GetIdentifiers

func (x *DefaultConfigurationApplied) GetIdentifiers() map[string]string

func (*DefaultConfigurationApplied) GetInstallationId

func (x *DefaultConfigurationApplied) GetInstallationId() string

func (*DefaultConfigurationApplied) GetPlatform

func (x *DefaultConfigurationApplied) GetPlatform() string

func (*DefaultConfigurationApplied) GetRcClientId

func (x *DefaultConfigurationApplied) GetRcClientId() string

func (*DefaultConfigurationApplied) GetRcClientVersion

func (x *DefaultConfigurationApplied) GetRcClientVersion() string

func (*DefaultConfigurationApplied) GetReason

func (x *DefaultConfigurationApplied) GetReason() string

func (*DefaultConfigurationApplied) ProtoMessage

func (*DefaultConfigurationApplied) ProtoMessage()

func (*DefaultConfigurationApplied) ProtoReflect

func (*DefaultConfigurationApplied) Reset

func (x *DefaultConfigurationApplied) Reset()

func (*DefaultConfigurationApplied) String

func (x *DefaultConfigurationApplied) String() string

type DesktopAuthenticationFailureNonAuth

type DesktopAuthenticationFailureNonAuth struct {
	ActionHash    *string `protobuf:"bytes,1,opt,name=action_hash,json=actionHash,proto3,oneof" json:"action_hash,omitempty"`
	ErrorCategory *string `protobuf:"bytes,2,opt,name=error_category,json=errorCategory,proto3,oneof" json:"error_category,omitempty"`
	ErrorCode     *int32  `protobuf:"varint,3,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopAuthenticationFailureNonAuth) Descriptor deprecated

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

Deprecated: Use DesktopAuthenticationFailureNonAuth.ProtoReflect.Descriptor instead.

func (*DesktopAuthenticationFailureNonAuth) GetActionHash

func (x *DesktopAuthenticationFailureNonAuth) GetActionHash() string

func (*DesktopAuthenticationFailureNonAuth) GetErrorCategory

func (x *DesktopAuthenticationFailureNonAuth) GetErrorCategory() string

func (*DesktopAuthenticationFailureNonAuth) GetErrorCode

func (x *DesktopAuthenticationFailureNonAuth) GetErrorCode() int32

func (*DesktopAuthenticationFailureNonAuth) ProtoMessage

func (*DesktopAuthenticationFailureNonAuth) ProtoMessage()

func (*DesktopAuthenticationFailureNonAuth) ProtoReflect

func (*DesktopAuthenticationFailureNonAuth) Reset

func (*DesktopAuthenticationFailureNonAuth) String

type DesktopAuthenticationSuccess

type DesktopAuthenticationSuccess struct {
	ActionHash *string `protobuf:"bytes,1,opt,name=action_hash,json=actionHash,proto3,oneof" json:"action_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopAuthenticationSuccess) Descriptor deprecated

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

Deprecated: Use DesktopAuthenticationSuccess.ProtoReflect.Descriptor instead.

func (*DesktopAuthenticationSuccess) GetActionHash

func (x *DesktopAuthenticationSuccess) GetActionHash() string

func (*DesktopAuthenticationSuccess) ProtoMessage

func (*DesktopAuthenticationSuccess) ProtoMessage()

func (*DesktopAuthenticationSuccess) ProtoReflect

func (*DesktopAuthenticationSuccess) Reset

func (x *DesktopAuthenticationSuccess) Reset()

func (*DesktopAuthenticationSuccess) String

type DesktopGPUAccelerationInfo

type DesktopGPUAccelerationInfo struct {
	IsEnabled *bool `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled,proto3,oneof" json:"is_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopGPUAccelerationInfo) Descriptor deprecated

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

Deprecated: Use DesktopGPUAccelerationInfo.ProtoReflect.Descriptor instead.

func (*DesktopGPUAccelerationInfo) GetIsEnabled

func (x *DesktopGPUAccelerationInfo) GetIsEnabled() bool

func (*DesktopGPUAccelerationInfo) ProtoMessage

func (*DesktopGPUAccelerationInfo) ProtoMessage()

func (*DesktopGPUAccelerationInfo) ProtoReflect

func (*DesktopGPUAccelerationInfo) Reset

func (x *DesktopGPUAccelerationInfo) Reset()

func (*DesktopGPUAccelerationInfo) String

func (x *DesktopGPUAccelerationInfo) String() string

type DesktopHighMemoryUsage

type DesktopHighMemoryUsage struct {
	IsContinuationEvent       *bool    `` /* 127-byte string literal not displayed */
	SampleTimeIntervalSeconds *float64 `` /* 148-byte string literal not displayed */
	WinCommittedBytes         *int64   `protobuf:"varint,3,opt,name=win_committed_bytes,json=winCommittedBytes,proto3,oneof" json:"win_committed_bytes,omitempty"`
	WinPeakCommittedBytes     *int64   `` /* 135-byte string literal not displayed */
	WinWorkingSetBytes        *int64   `` /* 126-byte string literal not displayed */
	WinPeakWorkingSetBytes    *int64   `` /* 140-byte string literal not displayed */
	MacVirtualSizeBytes       *int64   `` /* 129-byte string literal not displayed */
	MacResidentSizeBytes      *int64   `` /* 132-byte string literal not displayed */
	MacFootprintBytes         *int64   `protobuf:"varint,9,opt,name=mac_footprint_bytes,json=macFootprintBytes,proto3,oneof" json:"mac_footprint_bytes,omitempty"`
	ProcessName               *string  `protobuf:"bytes,10,opt,name=process_name,json=processName,proto3,oneof" json:"process_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopHighMemoryUsage) Descriptor deprecated

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

Deprecated: Use DesktopHighMemoryUsage.ProtoReflect.Descriptor instead.

func (*DesktopHighMemoryUsage) GetIsContinuationEvent

func (x *DesktopHighMemoryUsage) GetIsContinuationEvent() bool

func (*DesktopHighMemoryUsage) GetMacFootprintBytes

func (x *DesktopHighMemoryUsage) GetMacFootprintBytes() int64

func (*DesktopHighMemoryUsage) GetMacResidentSizeBytes

func (x *DesktopHighMemoryUsage) GetMacResidentSizeBytes() int64

func (*DesktopHighMemoryUsage) GetMacVirtualSizeBytes

func (x *DesktopHighMemoryUsage) GetMacVirtualSizeBytes() int64

func (*DesktopHighMemoryUsage) GetProcessName

func (x *DesktopHighMemoryUsage) GetProcessName() string

func (*DesktopHighMemoryUsage) GetSampleTimeIntervalSeconds

func (x *DesktopHighMemoryUsage) GetSampleTimeIntervalSeconds() float64

func (*DesktopHighMemoryUsage) GetWinCommittedBytes

func (x *DesktopHighMemoryUsage) GetWinCommittedBytes() int64

func (*DesktopHighMemoryUsage) GetWinPeakCommittedBytes

func (x *DesktopHighMemoryUsage) GetWinPeakCommittedBytes() int64

func (*DesktopHighMemoryUsage) GetWinPeakWorkingSetBytes

func (x *DesktopHighMemoryUsage) GetWinPeakWorkingSetBytes() int64

func (*DesktopHighMemoryUsage) GetWinWorkingSetBytes

func (x *DesktopHighMemoryUsage) GetWinWorkingSetBytes() int64

func (*DesktopHighMemoryUsage) ProtoMessage

func (*DesktopHighMemoryUsage) ProtoMessage()

func (*DesktopHighMemoryUsage) ProtoReflect

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

func (*DesktopHighMemoryUsage) Reset

func (x *DesktopHighMemoryUsage) Reset()

func (*DesktopHighMemoryUsage) String

func (x *DesktopHighMemoryUsage) String() string

type DesktopPartnerAPIAuthRequest

type DesktopPartnerAPIAuthRequest struct {
	ClientId          *string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3,oneof" json:"client_id,omitempty"`
	Success           *bool   `protobuf:"varint,2,opt,name=success,proto3,oneof" json:"success,omitempty"`
	ErrorDescription  *string `protobuf:"bytes,3,opt,name=error_description,json=errorDescription,proto3,oneof" json:"error_description,omitempty"`
	ErrorStep         *string `protobuf:"bytes,4,opt,name=error_step,json=errorStep,proto3,oneof" json:"error_step,omitempty"`
	RequestDurationMs *int64  `protobuf:"varint,5,opt,name=request_duration_ms,json=requestDurationMs,proto3,oneof" json:"request_duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopPartnerAPIAuthRequest) Descriptor deprecated

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

Deprecated: Use DesktopPartnerAPIAuthRequest.ProtoReflect.Descriptor instead.

func (*DesktopPartnerAPIAuthRequest) GetClientId

func (x *DesktopPartnerAPIAuthRequest) GetClientId() string

func (*DesktopPartnerAPIAuthRequest) GetErrorDescription

func (x *DesktopPartnerAPIAuthRequest) GetErrorDescription() string

func (*DesktopPartnerAPIAuthRequest) GetErrorStep

func (x *DesktopPartnerAPIAuthRequest) GetErrorStep() string

func (*DesktopPartnerAPIAuthRequest) GetRequestDurationMs

func (x *DesktopPartnerAPIAuthRequest) GetRequestDurationMs() int64

func (*DesktopPartnerAPIAuthRequest) GetSuccess

func (x *DesktopPartnerAPIAuthRequest) GetSuccess() bool

func (*DesktopPartnerAPIAuthRequest) ProtoMessage

func (*DesktopPartnerAPIAuthRequest) ProtoMessage()

func (*DesktopPartnerAPIAuthRequest) ProtoReflect

func (*DesktopPartnerAPIAuthRequest) Reset

func (x *DesktopPartnerAPIAuthRequest) Reset()

func (*DesktopPartnerAPIAuthRequest) String

type DesktopUIShellInteractionNonAuth

type DesktopUIShellInteractionNonAuth struct {
	SectionId       *string `protobuf:"bytes,1,opt,name=section_id,json=sectionId,proto3,oneof" json:"section_id,omitempty"`
	InteractionType *string `protobuf:"bytes,2,opt,name=interaction_type,json=interactionType,proto3,oneof" json:"interaction_type,omitempty"`
	UserIntent      *string `protobuf:"bytes,3,opt,name=user_intent,json=userIntent,proto3,oneof" json:"user_intent,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopUIShellInteractionNonAuth) Descriptor deprecated

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

Deprecated: Use DesktopUIShellInteractionNonAuth.ProtoReflect.Descriptor instead.

func (*DesktopUIShellInteractionNonAuth) GetInteractionType

func (x *DesktopUIShellInteractionNonAuth) GetInteractionType() string

func (*DesktopUIShellInteractionNonAuth) GetSectionId

func (x *DesktopUIShellInteractionNonAuth) GetSectionId() string

func (*DesktopUIShellInteractionNonAuth) GetUserIntent

func (x *DesktopUIShellInteractionNonAuth) GetUserIntent() string

func (*DesktopUIShellInteractionNonAuth) ProtoMessage

func (*DesktopUIShellInteractionNonAuth) ProtoMessage()

func (*DesktopUIShellInteractionNonAuth) ProtoReflect

func (*DesktopUIShellInteractionNonAuth) Reset

func (*DesktopUIShellInteractionNonAuth) String

type DesktopURIActivationNonAuth

type DesktopURIActivationNonAuth struct {
	Uri              *string `protobuf:"bytes,1,opt,name=uri,proto3,oneof" json:"uri,omitempty"`
	ActivationSource *string `protobuf:"bytes,2,opt,name=activation_source,json=activationSource,proto3,oneof" json:"activation_source,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopURIActivationNonAuth) Descriptor deprecated

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

Deprecated: Use DesktopURIActivationNonAuth.ProtoReflect.Descriptor instead.

func (*DesktopURIActivationNonAuth) GetActivationSource

func (x *DesktopURIActivationNonAuth) GetActivationSource() string

func (*DesktopURIActivationNonAuth) GetUri

func (x *DesktopURIActivationNonAuth) GetUri() string

func (*DesktopURIActivationNonAuth) ProtoMessage

func (*DesktopURIActivationNonAuth) ProtoMessage()

func (*DesktopURIActivationNonAuth) ProtoReflect

func (*DesktopURIActivationNonAuth) Reset

func (x *DesktopURIActivationNonAuth) Reset()

func (*DesktopURIActivationNonAuth) String

func (x *DesktopURIActivationNonAuth) String() string

type DesktopUpdateDownloadComplete

type DesktopUpdateDownloadComplete struct {
	Revision     *int64  `protobuf:"varint,1,opt,name=revision,proto3,oneof" json:"revision,omitempty"`
	IsCritical   *bool   `protobuf:"varint,2,opt,name=is_critical,json=isCritical,proto3,oneof" json:"is_critical,omitempty"`
	Source       *string `protobuf:"bytes,3,opt,name=source,proto3,oneof" json:"source,omitempty"`
	IsSuccessful *bool   `protobuf:"varint,4,opt,name=is_successful,json=isSuccessful,proto3,oneof" json:"is_successful,omitempty"`
	IsEmployee   *bool   `protobuf:"varint,5,opt,name=is_employee,json=isEmployee,proto3,oneof" json:"is_employee,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopUpdateDownloadComplete) Descriptor deprecated

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

Deprecated: Use DesktopUpdateDownloadComplete.ProtoReflect.Descriptor instead.

func (*DesktopUpdateDownloadComplete) GetIsCritical

func (x *DesktopUpdateDownloadComplete) GetIsCritical() bool

func (*DesktopUpdateDownloadComplete) GetIsEmployee

func (x *DesktopUpdateDownloadComplete) GetIsEmployee() bool

func (*DesktopUpdateDownloadComplete) GetIsSuccessful

func (x *DesktopUpdateDownloadComplete) GetIsSuccessful() bool

func (*DesktopUpdateDownloadComplete) GetRevision

func (x *DesktopUpdateDownloadComplete) GetRevision() int64

func (*DesktopUpdateDownloadComplete) GetSource

func (x *DesktopUpdateDownloadComplete) GetSource() string

func (*DesktopUpdateDownloadComplete) ProtoMessage

func (*DesktopUpdateDownloadComplete) ProtoMessage()

func (*DesktopUpdateDownloadComplete) ProtoReflect

func (*DesktopUpdateDownloadComplete) Reset

func (x *DesktopUpdateDownloadComplete) Reset()

func (*DesktopUpdateDownloadComplete) String

type DesktopUpdateDownloadError

type DesktopUpdateDownloadError struct {
	Revision     *int64  `protobuf:"varint,1,opt,name=revision,proto3,oneof" json:"revision,omitempty"`
	IsCritical   *bool   `protobuf:"varint,2,opt,name=is_critical,json=isCritical,proto3,oneof" json:"is_critical,omitempty"`
	ErrorMessage *string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3,oneof" json:"error_message,omitempty"`
	Source       *string `protobuf:"bytes,4,opt,name=source,proto3,oneof" json:"source,omitempty"`
	IsEmployee   *bool   `protobuf:"varint,5,opt,name=is_employee,json=isEmployee,proto3,oneof" json:"is_employee,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopUpdateDownloadError) Descriptor deprecated

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

Deprecated: Use DesktopUpdateDownloadError.ProtoReflect.Descriptor instead.

func (*DesktopUpdateDownloadError) GetErrorMessage

func (x *DesktopUpdateDownloadError) GetErrorMessage() string

func (*DesktopUpdateDownloadError) GetIsCritical

func (x *DesktopUpdateDownloadError) GetIsCritical() bool

func (*DesktopUpdateDownloadError) GetIsEmployee

func (x *DesktopUpdateDownloadError) GetIsEmployee() bool

func (*DesktopUpdateDownloadError) GetRevision

func (x *DesktopUpdateDownloadError) GetRevision() int64

func (*DesktopUpdateDownloadError) GetSource

func (x *DesktopUpdateDownloadError) GetSource() string

func (*DesktopUpdateDownloadError) ProtoMessage

func (*DesktopUpdateDownloadError) ProtoMessage()

func (*DesktopUpdateDownloadError) ProtoReflect

func (*DesktopUpdateDownloadError) Reset

func (x *DesktopUpdateDownloadError) Reset()

func (*DesktopUpdateDownloadError) String

func (x *DesktopUpdateDownloadError) String() string

type DesktopUpdateMessageAction

type DesktopUpdateMessageAction struct {
	WillDownload                  *bool   `protobuf:"varint,1,opt,name=will_download,json=willDownload,proto3,oneof" json:"will_download,omitempty"`
	ThisMessageFromRevision       *int64  `` /* 141-byte string literal not displayed */
	ThisMessageToRevision         *int64  `` /* 135-byte string literal not displayed */
	IsCritical                    *bool   `protobuf:"varint,4,opt,name=is_critical,json=isCritical,proto3,oneof" json:"is_critical,omitempty"`
	AlreadyDownloadedFromRevision *int64  `` /* 159-byte string literal not displayed */
	AlreadyDownloadedToRevision   *int64  `` /* 153-byte string literal not displayed */
	Source                        *string `protobuf:"bytes,7,opt,name=source,proto3,oneof" json:"source,omitempty"`
	IsEmployee                    *bool   `protobuf:"varint,8,opt,name=is_employee,json=isEmployee,proto3,oneof" json:"is_employee,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopUpdateMessageAction) Descriptor deprecated

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

Deprecated: Use DesktopUpdateMessageAction.ProtoReflect.Descriptor instead.

func (*DesktopUpdateMessageAction) GetAlreadyDownloadedFromRevision

func (x *DesktopUpdateMessageAction) GetAlreadyDownloadedFromRevision() int64

func (*DesktopUpdateMessageAction) GetAlreadyDownloadedToRevision

func (x *DesktopUpdateMessageAction) GetAlreadyDownloadedToRevision() int64

func (*DesktopUpdateMessageAction) GetIsCritical

func (x *DesktopUpdateMessageAction) GetIsCritical() bool

func (*DesktopUpdateMessageAction) GetIsEmployee

func (x *DesktopUpdateMessageAction) GetIsEmployee() bool

func (*DesktopUpdateMessageAction) GetSource

func (x *DesktopUpdateMessageAction) GetSource() string

func (*DesktopUpdateMessageAction) GetThisMessageFromRevision

func (x *DesktopUpdateMessageAction) GetThisMessageFromRevision() int64

func (*DesktopUpdateMessageAction) GetThisMessageToRevision

func (x *DesktopUpdateMessageAction) GetThisMessageToRevision() int64

func (*DesktopUpdateMessageAction) GetWillDownload

func (x *DesktopUpdateMessageAction) GetWillDownload() bool

func (*DesktopUpdateMessageAction) ProtoMessage

func (*DesktopUpdateMessageAction) ProtoMessage()

func (*DesktopUpdateMessageAction) ProtoReflect

func (*DesktopUpdateMessageAction) Reset

func (x *DesktopUpdateMessageAction) Reset()

func (*DesktopUpdateMessageAction) String

func (x *DesktopUpdateMessageAction) String() string

type DesktopUpdateMessageProcessed

type DesktopUpdateMessageProcessed struct {
	Success    *bool   `protobuf:"varint,1,opt,name=success,proto3,oneof" json:"success,omitempty"`
	Source     *string `protobuf:"bytes,2,opt,name=source,proto3,oneof" json:"source,omitempty"`
	Revision   *int64  `protobuf:"varint,3,opt,name=revision,proto3,oneof" json:"revision,omitempty"`
	IsCritical *bool   `protobuf:"varint,4,opt,name=is_critical,json=isCritical,proto3,oneof" json:"is_critical,omitempty"`
	BinaryHash *string `protobuf:"bytes,5,opt,name=binary_hash,json=binaryHash,proto3,oneof" json:"binary_hash,omitempty"`
	IsEmployee *bool   `protobuf:"varint,6,opt,name=is_employee,json=isEmployee,proto3,oneof" json:"is_employee,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopUpdateMessageProcessed) Descriptor deprecated

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

Deprecated: Use DesktopUpdateMessageProcessed.ProtoReflect.Descriptor instead.

func (*DesktopUpdateMessageProcessed) GetBinaryHash

func (x *DesktopUpdateMessageProcessed) GetBinaryHash() string

func (*DesktopUpdateMessageProcessed) GetIsCritical

func (x *DesktopUpdateMessageProcessed) GetIsCritical() bool

func (*DesktopUpdateMessageProcessed) GetIsEmployee

func (x *DesktopUpdateMessageProcessed) GetIsEmployee() bool

func (*DesktopUpdateMessageProcessed) GetRevision

func (x *DesktopUpdateMessageProcessed) GetRevision() int64

func (*DesktopUpdateMessageProcessed) GetSource

func (x *DesktopUpdateMessageProcessed) GetSource() string

func (*DesktopUpdateMessageProcessed) GetSuccess

func (x *DesktopUpdateMessageProcessed) GetSuccess() bool

func (*DesktopUpdateMessageProcessed) ProtoMessage

func (*DesktopUpdateMessageProcessed) ProtoMessage()

func (*DesktopUpdateMessageProcessed) ProtoReflect

func (*DesktopUpdateMessageProcessed) Reset

func (x *DesktopUpdateMessageProcessed) Reset()

func (*DesktopUpdateMessageProcessed) String

type DesktopUpdateResponse

type DesktopUpdateResponse struct {
	StatusCode    *int64  `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3,oneof" json:"status_code,omitempty"`
	RequestTimeMs *int64  `protobuf:"varint,2,opt,name=request_time_ms,json=requestTimeMs,proto3,oneof" json:"request_time_ms,omitempty"`
	PayloadSize   *int64  `protobuf:"varint,3,opt,name=payload_size,json=payloadSize,proto3,oneof" json:"payload_size,omitempty"`
	IsEmployee    *bool   `protobuf:"varint,4,opt,name=is_employee,json=isEmployee,proto3,oneof" json:"is_employee,omitempty"`
	ErrorMessage  *string `protobuf:"bytes,5,opt,name=error_message,json=errorMessage,proto3,oneof" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*DesktopUpdateResponse) Descriptor deprecated

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

Deprecated: Use DesktopUpdateResponse.ProtoReflect.Descriptor instead.

func (*DesktopUpdateResponse) GetErrorMessage

func (x *DesktopUpdateResponse) GetErrorMessage() string

func (*DesktopUpdateResponse) GetIsEmployee

func (x *DesktopUpdateResponse) GetIsEmployee() bool

func (*DesktopUpdateResponse) GetPayloadSize

func (x *DesktopUpdateResponse) GetPayloadSize() int64

func (*DesktopUpdateResponse) GetRequestTimeMs

func (x *DesktopUpdateResponse) GetRequestTimeMs() int64

func (*DesktopUpdateResponse) GetStatusCode

func (x *DesktopUpdateResponse) GetStatusCode() int64

func (*DesktopUpdateResponse) ProtoMessage

func (*DesktopUpdateResponse) ProtoMessage()

func (*DesktopUpdateResponse) ProtoReflect

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

func (*DesktopUpdateResponse) Reset

func (x *DesktopUpdateResponse) Reset()

func (*DesktopUpdateResponse) String

func (x *DesktopUpdateResponse) String() string

type Device

type Device struct {
	Manufacturer string `protobuf:"bytes,1,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	Model        string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*Device) Descriptor deprecated

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

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetManufacturer

func (x *Device) GetManufacturer() string

func (*Device) GetModel

func (x *Device) GetModel() string

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect

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

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

type DeviceDesktop

type DeviceDesktop struct {
	PlatformType       string `protobuf:"bytes,1,opt,name=platform_type,json=platformType,proto3" json:"platform_type,omitempty"`
	DeviceManufacturer string `protobuf:"bytes,2,opt,name=device_manufacturer,json=deviceManufacturer,proto3" json:"device_manufacturer,omitempty"`
	DeviceModel        string `protobuf:"bytes,3,opt,name=device_model,json=deviceModel,proto3" json:"device_model,omitempty"`
	DeviceId           string `protobuf:"bytes,4,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	OsVersion          string `protobuf:"bytes,5,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceDesktop) Descriptor deprecated

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

Deprecated: Use DeviceDesktop.ProtoReflect.Descriptor instead.

func (*DeviceDesktop) GetDeviceId

func (x *DeviceDesktop) GetDeviceId() string

func (*DeviceDesktop) GetDeviceManufacturer

func (x *DeviceDesktop) GetDeviceManufacturer() string

func (*DeviceDesktop) GetDeviceModel

func (x *DeviceDesktop) GetDeviceModel() string

func (*DeviceDesktop) GetOsVersion

func (x *DeviceDesktop) GetOsVersion() string

func (*DeviceDesktop) GetPlatformType

func (x *DeviceDesktop) GetPlatformType() string

func (*DeviceDesktop) ProtoMessage

func (*DeviceDesktop) ProtoMessage()

func (*DeviceDesktop) ProtoReflect

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

func (*DeviceDesktop) Reset

func (x *DeviceDesktop) Reset()

func (*DeviceDesktop) String

func (x *DeviceDesktop) String() string

type Download

type Download struct {
	FileId                []byte   `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3,oneof" json:"file_id,omitempty"`
	PlaybackId            []byte   `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	BytesFromAp           *int64   `protobuf:"varint,3,opt,name=bytes_from_ap,json=bytesFromAp,proto3,oneof" json:"bytes_from_ap,omitempty"`
	WasteFromAp           *int64   `protobuf:"varint,4,opt,name=waste_from_ap,json=wasteFromAp,proto3,oneof" json:"waste_from_ap,omitempty"`
	ReqsFromAp            *int64   `protobuf:"varint,5,opt,name=reqs_from_ap,json=reqsFromAp,proto3,oneof" json:"reqs_from_ap,omitempty"`
	ErrorFromAp           *int64   `protobuf:"varint,6,opt,name=error_from_ap,json=errorFromAp,proto3,oneof" json:"error_from_ap,omitempty"`
	BytesFromCdn          *int64   `protobuf:"varint,7,opt,name=bytes_from_cdn,json=bytesFromCdn,proto3,oneof" json:"bytes_from_cdn,omitempty"`
	WasteFromCdn          *int64   `protobuf:"varint,8,opt,name=waste_from_cdn,json=wasteFromCdn,proto3,oneof" json:"waste_from_cdn,omitempty"`
	BytesFromCache        *int64   `protobuf:"varint,9,opt,name=bytes_from_cache,json=bytesFromCache,proto3,oneof" json:"bytes_from_cache,omitempty"`
	ContentSize           *int64   `protobuf:"varint,10,opt,name=content_size,json=contentSize,proto3,oneof" json:"content_size,omitempty"`
	ContentType           *string  `protobuf:"bytes,11,opt,name=content_type,json=contentType,proto3,oneof" json:"content_type,omitempty"`
	ApInitialLatency      *int64   `protobuf:"varint,12,opt,name=ap_initial_latency,json=apInitialLatency,proto3,oneof" json:"ap_initial_latency,omitempty"`
	ApMaxLatency          *int64   `protobuf:"varint,13,opt,name=ap_max_latency,json=apMaxLatency,proto3,oneof" json:"ap_max_latency,omitempty"`
	ApMinLatency          *int64   `protobuf:"varint,14,opt,name=ap_min_latency,json=apMinLatency,proto3,oneof" json:"ap_min_latency,omitempty"`
	ApAvgLatency          *float64 `protobuf:"fixed64,15,opt,name=ap_avg_latency,json=apAvgLatency,proto3,oneof" json:"ap_avg_latency,omitempty"`
	ApMedianLatency       *int64   `protobuf:"varint,16,opt,name=ap_median_latency,json=apMedianLatency,proto3,oneof" json:"ap_median_latency,omitempty"`
	ApAvgBw               *float64 `protobuf:"fixed64,17,opt,name=ap_avg_bw,json=apAvgBw,proto3,oneof" json:"ap_avg_bw,omitempty"`
	CdnInitialLatency     *int64   `protobuf:"varint,18,opt,name=cdn_initial_latency,json=cdnInitialLatency,proto3,oneof" json:"cdn_initial_latency,omitempty"`
	CdnMaxLatency         *int64   `protobuf:"varint,19,opt,name=cdn_max_latency,json=cdnMaxLatency,proto3,oneof" json:"cdn_max_latency,omitempty"`
	CdnMinLatency         *int64   `protobuf:"varint,20,opt,name=cdn_min_latency,json=cdnMinLatency,proto3,oneof" json:"cdn_min_latency,omitempty"`
	CdnAvgLatency         *float64 `protobuf:"fixed64,21,opt,name=cdn_avg_latency,json=cdnAvgLatency,proto3,oneof" json:"cdn_avg_latency,omitempty"`
	CdnMedianLatency      *int64   `protobuf:"varint,22,opt,name=cdn_median_latency,json=cdnMedianLatency,proto3,oneof" json:"cdn_median_latency,omitempty"`
	Cdn_64KInitialLatency *int64   `` /* 133-byte string literal not displayed */
	Cdn_64KMaxLatency     *int64   `protobuf:"varint,24,opt,name=cdn_64k_max_latency,json=cdn64kMaxLatency,proto3,oneof" json:"cdn_64k_max_latency,omitempty"`
	Cdn_64KMinLatency     *int64   `protobuf:"varint,25,opt,name=cdn_64k_min_latency,json=cdn64kMinLatency,proto3,oneof" json:"cdn_64k_min_latency,omitempty"`
	Cdn_64KAvgLatency     *float64 `protobuf:"fixed64,26,opt,name=cdn_64k_avg_latency,json=cdn64kAvgLatency,proto3,oneof" json:"cdn_64k_avg_latency,omitempty"`
	Cdn_64KMedianLatency  *int64   `` /* 130-byte string literal not displayed */
	CdnAvgBw              *float64 `protobuf:"fixed64,28,opt,name=cdn_avg_bw,json=cdnAvgBw,proto3,oneof" json:"cdn_avg_bw,omitempty"`
	CdnInitialBwEstimate  *float64 `` /* 134-byte string literal not displayed */
	CdnUriScheme          *string  `protobuf:"bytes,30,opt,name=cdn_uri_scheme,json=cdnUriScheme,proto3,oneof" json:"cdn_uri_scheme,omitempty"`
	CdnDomain             *string  `protobuf:"bytes,31,opt,name=cdn_domain,json=cdnDomain,proto3,oneof" json:"cdn_domain,omitempty"`
	CdnSocketReuse        *string  `protobuf:"bytes,32,opt,name=cdn_socket_reuse,json=cdnSocketReuse,proto3,oneof" json:"cdn_socket_reuse,omitempty"`
	CdnProtocol           *string  `protobuf:"bytes,46,opt,name=cdn_protocol,json=cdnProtocol,proto3,oneof" json:"cdn_protocol,omitempty"`
	NumCacheError         *int64   `protobuf:"varint,33,opt,name=num_cache_error,json=numCacheError,proto3,oneof" json:"num_cache_error,omitempty"`
	BytesFromCarrier      *int64   `protobuf:"varint,34,opt,name=bytes_from_carrier,json=bytesFromCarrier,proto3,oneof" json:"bytes_from_carrier,omitempty"`
	BytesFromUnknown      *int64   `protobuf:"varint,35,opt,name=bytes_from_unknown,json=bytesFromUnknown,proto3,oneof" json:"bytes_from_unknown,omitempty"`
	BytesFromWifi         *int64   `protobuf:"varint,36,opt,name=bytes_from_wifi,json=bytesFromWifi,proto3,oneof" json:"bytes_from_wifi,omitempty"`
	BytesFromEthernet     *int64   `protobuf:"varint,37,opt,name=bytes_from_ethernet,json=bytesFromEthernet,proto3,oneof" json:"bytes_from_ethernet,omitempty"`
	RequestType           *string  `protobuf:"bytes,38,opt,name=request_type,json=requestType,proto3,oneof" json:"request_type,omitempty"`
	TotalTime             *int64   `protobuf:"varint,39,opt,name=total_time,json=totalTime,proto3,oneof" json:"total_time,omitempty"`
	Bitrate               *int64   `protobuf:"varint,40,opt,name=bitrate,proto3,oneof" json:"bitrate,omitempty"`
	ReqsFromCdn           *int64   `protobuf:"varint,41,opt,name=reqs_from_cdn,json=reqsFromCdn,proto3,oneof" json:"reqs_from_cdn,omitempty"`
	ErrorFromCdn          *int64   `protobuf:"varint,42,opt,name=error_from_cdn,json=errorFromCdn,proto3,oneof" json:"error_from_cdn,omitempty"`
	FileOrigin            *string  `protobuf:"bytes,43,opt,name=file_origin,json=fileOrigin,proto3,oneof" json:"file_origin,omitempty"`
	InitialDiskState      *string  `protobuf:"bytes,44,opt,name=initial_disk_state,json=initialDiskState,proto3,oneof" json:"initial_disk_state,omitempty"`
	Locked                *bool    `protobuf:"varint,45,opt,name=locked,proto3,oneof" json:"locked,omitempty"`
	StorageResolveLatency *int64   `` /* 134-byte string literal not displayed */
	OriginalCdnDomain     *string  `protobuf:"bytes,48,opt,name=original_cdn_domain,json=originalCdnDomain,proto3,oneof" json:"original_cdn_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*Download) Descriptor deprecated

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

Deprecated: Use Download.ProtoReflect.Descriptor instead.

func (*Download) GetApAvgBw

func (x *Download) GetApAvgBw() float64

func (*Download) GetApAvgLatency

func (x *Download) GetApAvgLatency() float64

func (*Download) GetApInitialLatency

func (x *Download) GetApInitialLatency() int64

func (*Download) GetApMaxLatency

func (x *Download) GetApMaxLatency() int64

func (*Download) GetApMedianLatency

func (x *Download) GetApMedianLatency() int64

func (*Download) GetApMinLatency

func (x *Download) GetApMinLatency() int64

func (*Download) GetBitrate

func (x *Download) GetBitrate() int64

func (*Download) GetBytesFromAp

func (x *Download) GetBytesFromAp() int64

func (*Download) GetBytesFromCache

func (x *Download) GetBytesFromCache() int64

func (*Download) GetBytesFromCarrier

func (x *Download) GetBytesFromCarrier() int64

func (*Download) GetBytesFromCdn

func (x *Download) GetBytesFromCdn() int64

func (*Download) GetBytesFromEthernet

func (x *Download) GetBytesFromEthernet() int64

func (*Download) GetBytesFromUnknown

func (x *Download) GetBytesFromUnknown() int64

func (*Download) GetBytesFromWifi

func (x *Download) GetBytesFromWifi() int64

func (*Download) GetCdnAvgBw

func (x *Download) GetCdnAvgBw() float64

func (*Download) GetCdnAvgLatency

func (x *Download) GetCdnAvgLatency() float64

func (*Download) GetCdnDomain

func (x *Download) GetCdnDomain() string

func (*Download) GetCdnInitialBwEstimate

func (x *Download) GetCdnInitialBwEstimate() float64

func (*Download) GetCdnInitialLatency

func (x *Download) GetCdnInitialLatency() int64

func (*Download) GetCdnMaxLatency

func (x *Download) GetCdnMaxLatency() int64

func (*Download) GetCdnMedianLatency

func (x *Download) GetCdnMedianLatency() int64

func (*Download) GetCdnMinLatency

func (x *Download) GetCdnMinLatency() int64

func (*Download) GetCdnProtocol

func (x *Download) GetCdnProtocol() string

func (*Download) GetCdnSocketReuse

func (x *Download) GetCdnSocketReuse() string

func (*Download) GetCdnUriScheme

func (x *Download) GetCdnUriScheme() string

func (*Download) GetCdn_64KAvgLatency

func (x *Download) GetCdn_64KAvgLatency() float64

func (*Download) GetCdn_64KInitialLatency

func (x *Download) GetCdn_64KInitialLatency() int64

func (*Download) GetCdn_64KMaxLatency

func (x *Download) GetCdn_64KMaxLatency() int64

func (*Download) GetCdn_64KMedianLatency

func (x *Download) GetCdn_64KMedianLatency() int64

func (*Download) GetCdn_64KMinLatency

func (x *Download) GetCdn_64KMinLatency() int64

func (*Download) GetContentSize

func (x *Download) GetContentSize() int64

func (*Download) GetContentType

func (x *Download) GetContentType() string

func (*Download) GetErrorFromAp

func (x *Download) GetErrorFromAp() int64

func (*Download) GetErrorFromCdn

func (x *Download) GetErrorFromCdn() int64

func (*Download) GetFileId

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

func (*Download) GetFileOrigin

func (x *Download) GetFileOrigin() string

func (*Download) GetInitialDiskState

func (x *Download) GetInitialDiskState() string

func (*Download) GetLocked

func (x *Download) GetLocked() bool

func (*Download) GetNumCacheError

func (x *Download) GetNumCacheError() int64

func (*Download) GetOriginalCdnDomain

func (x *Download) GetOriginalCdnDomain() string

func (*Download) GetPlaybackId

func (x *Download) GetPlaybackId() []byte

func (*Download) GetReqsFromAp

func (x *Download) GetReqsFromAp() int64

func (*Download) GetReqsFromCdn

func (x *Download) GetReqsFromCdn() int64

func (*Download) GetRequestType

func (x *Download) GetRequestType() string

func (*Download) GetStorageResolveLatency

func (x *Download) GetStorageResolveLatency() int64

func (*Download) GetTotalTime

func (x *Download) GetTotalTime() int64

func (*Download) GetWasteFromAp

func (x *Download) GetWasteFromAp() int64

func (*Download) GetWasteFromCdn

func (x *Download) GetWasteFromCdn() int64

func (*Download) ProtoMessage

func (*Download) ProtoMessage()

func (*Download) ProtoReflect

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

func (*Download) Reset

func (x *Download) Reset()

func (*Download) String

func (x *Download) String() string

type DrmRequestFailure

type DrmRequestFailure struct {
	Reason     *string `protobuf:"bytes,1,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	ErrorCode  *int64  `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	Fatal      *bool   `protobuf:"varint,3,opt,name=fatal,proto3,oneof" json:"fatal,omitempty"`
	PlaybackId []byte  `protobuf:"bytes,4,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DrmRequestFailure) Descriptor deprecated

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

Deprecated: Use DrmRequestFailure.ProtoReflect.Descriptor instead.

func (*DrmRequestFailure) GetErrorCode

func (x *DrmRequestFailure) GetErrorCode() int64

func (*DrmRequestFailure) GetFatal

func (x *DrmRequestFailure) GetFatal() bool

func (*DrmRequestFailure) GetPlaybackId

func (x *DrmRequestFailure) GetPlaybackId() []byte

func (*DrmRequestFailure) GetReason

func (x *DrmRequestFailure) GetReason() string

func (*DrmRequestFailure) ProtoMessage

func (*DrmRequestFailure) ProtoMessage()

func (*DrmRequestFailure) ProtoReflect

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

func (*DrmRequestFailure) Reset

func (x *DrmRequestFailure) Reset()

func (*DrmRequestFailure) String

func (x *DrmRequestFailure) String() string

type DroppedEventByEventName

type DroppedEventByEventName struct {
	DroppedEventsByName map[string]*DroppedEventByEventName_DroppedEventsInfo `` /* 196-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DroppedEventByEventName) Descriptor deprecated

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

Deprecated: Use DroppedEventByEventName.ProtoReflect.Descriptor instead.

func (*DroppedEventByEventName) GetDroppedEventsByName

func (*DroppedEventByEventName) ProtoMessage

func (*DroppedEventByEventName) ProtoMessage()

func (*DroppedEventByEventName) ProtoReflect

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

func (*DroppedEventByEventName) Reset

func (x *DroppedEventByEventName) Reset()

func (*DroppedEventByEventName) String

func (x *DroppedEventByEventName) String() string

type DroppedEventByEventName_DroppedEventsInfo

type DroppedEventByEventName_DroppedEventsInfo struct {
	TotalCount      uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	UnreportedCount uint32 `protobuf:"varint,2,opt,name=unreported_count,json=unreportedCount,proto3" json:"unreported_count,omitempty"`
	// contains filtered or unexported fields
}

func (*DroppedEventByEventName_DroppedEventsInfo) Descriptor deprecated

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

Deprecated: Use DroppedEventByEventName_DroppedEventsInfo.ProtoReflect.Descriptor instead.

func (*DroppedEventByEventName_DroppedEventsInfo) GetTotalCount

func (*DroppedEventByEventName_DroppedEventsInfo) GetUnreportedCount

func (x *DroppedEventByEventName_DroppedEventsInfo) GetUnreportedCount() uint32

func (*DroppedEventByEventName_DroppedEventsInfo) ProtoMessage

func (*DroppedEventByEventName_DroppedEventsInfo) ProtoReflect

func (*DroppedEventByEventName_DroppedEventsInfo) Reset

func (*DroppedEventByEventName_DroppedEventsInfo) String

type DroppedEvents

type DroppedEvents struct {
	DroppedEventsBySequenceId map[string]*DroppedEventByEventName `` /* 216-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DroppedEvents) Descriptor deprecated

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

Deprecated: Use DroppedEvents.ProtoReflect.Descriptor instead.

func (*DroppedEvents) GetDroppedEventsBySequenceId

func (x *DroppedEvents) GetDroppedEventsBySequenceId() map[string]*DroppedEventByEventName

func (*DroppedEvents) ProtoMessage

func (*DroppedEvents) ProtoMessage()

func (*DroppedEvents) ProtoReflect

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

func (*DroppedEvents) Reset

func (x *DroppedEvents) Reset()

func (*DroppedEvents) String

func (x *DroppedEvents) String() string

type EndAd

type EndAd struct {
	FileId              []byte  `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3,oneof" json:"file_id,omitempty"`
	PlaybackId          []byte  `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	SongId              []byte  `protobuf:"bytes,3,opt,name=song_id,json=songId,proto3,oneof" json:"song_id,omitempty"`
	SourceStart         *string `protobuf:"bytes,4,opt,name=source_start,json=sourceStart,proto3,oneof" json:"source_start,omitempty"`
	ReasonStart         *string `protobuf:"bytes,5,opt,name=reason_start,json=reasonStart,proto3,oneof" json:"reason_start,omitempty"`
	SourceEnd           *string `protobuf:"bytes,6,opt,name=source_end,json=sourceEnd,proto3,oneof" json:"source_end,omitempty"`
	ReasonEnd           *string `protobuf:"bytes,7,opt,name=reason_end,json=reasonEnd,proto3,oneof" json:"reason_end,omitempty"`
	BytesPlayed         *int64  `protobuf:"varint,8,opt,name=bytes_played,json=bytesPlayed,proto3,oneof" json:"bytes_played,omitempty"`
	BytesInSong         *int64  `protobuf:"varint,9,opt,name=bytes_in_song,json=bytesInSong,proto3,oneof" json:"bytes_in_song,omitempty"`
	MsPlayed            *int64  `protobuf:"varint,10,opt,name=ms_played,json=msPlayed,proto3,oneof" json:"ms_played,omitempty"`
	MsTotalEst          *int64  `protobuf:"varint,11,opt,name=ms_total_est,json=msTotalEst,proto3,oneof" json:"ms_total_est,omitempty"`
	MsRcvLatency        *int64  `protobuf:"varint,12,opt,name=ms_rcv_latency,json=msRcvLatency,proto3,oneof" json:"ms_rcv_latency,omitempty"`
	NSeekback           *int64  `protobuf:"varint,13,opt,name=n_seekback,json=nSeekback,proto3,oneof" json:"n_seekback,omitempty"`
	MsSeekback          *int64  `protobuf:"varint,14,opt,name=ms_seekback,json=msSeekback,proto3,oneof" json:"ms_seekback,omitempty"`
	NSeekfwd            *int64  `protobuf:"varint,15,opt,name=n_seekfwd,json=nSeekfwd,proto3,oneof" json:"n_seekfwd,omitempty"`
	MsSeekfwd           *int64  `protobuf:"varint,16,opt,name=ms_seekfwd,json=msSeekfwd,proto3,oneof" json:"ms_seekfwd,omitempty"`
	MsLatency           *int64  `protobuf:"varint,17,opt,name=ms_latency,json=msLatency,proto3,oneof" json:"ms_latency,omitempty"`
	NStutter            *int64  `protobuf:"varint,18,opt,name=n_stutter,json=nStutter,proto3,oneof" json:"n_stutter,omitempty"`
	PLowbuffer          *int64  `protobuf:"varint,19,opt,name=p_lowbuffer,json=pLowbuffer,proto3,oneof" json:"p_lowbuffer,omitempty"`
	Skipped             *bool   `protobuf:"varint,20,opt,name=skipped,proto3,oneof" json:"skipped,omitempty"`
	AdClicked           *bool   `protobuf:"varint,21,opt,name=ad_clicked,json=adClicked,proto3,oneof" json:"ad_clicked,omitempty"`
	Token               *string `protobuf:"bytes,22,opt,name=token,proto3,oneof" json:"token,omitempty"`
	ClientAdCount       *int64  `protobuf:"varint,23,opt,name=client_ad_count,json=clientAdCount,proto3,oneof" json:"client_ad_count,omitempty"`
	ClientCampaignCount *int64  `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EndAd) Descriptor deprecated

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

Deprecated: Use EndAd.ProtoReflect.Descriptor instead.

func (*EndAd) GetAdClicked

func (x *EndAd) GetAdClicked() bool

func (*EndAd) GetBytesInSong

func (x *EndAd) GetBytesInSong() int64

func (*EndAd) GetBytesPlayed

func (x *EndAd) GetBytesPlayed() int64

func (*EndAd) GetClientAdCount

func (x *EndAd) GetClientAdCount() int64

func (*EndAd) GetClientCampaignCount

func (x *EndAd) GetClientCampaignCount() int64

func (*EndAd) GetFileId

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

func (*EndAd) GetMsLatency

func (x *EndAd) GetMsLatency() int64

func (*EndAd) GetMsPlayed

func (x *EndAd) GetMsPlayed() int64

func (*EndAd) GetMsRcvLatency

func (x *EndAd) GetMsRcvLatency() int64

func (*EndAd) GetMsSeekback

func (x *EndAd) GetMsSeekback() int64

func (*EndAd) GetMsSeekfwd

func (x *EndAd) GetMsSeekfwd() int64

func (*EndAd) GetMsTotalEst

func (x *EndAd) GetMsTotalEst() int64

func (*EndAd) GetNSeekback

func (x *EndAd) GetNSeekback() int64

func (*EndAd) GetNSeekfwd

func (x *EndAd) GetNSeekfwd() int64

func (*EndAd) GetNStutter

func (x *EndAd) GetNStutter() int64

func (*EndAd) GetPLowbuffer

func (x *EndAd) GetPLowbuffer() int64

func (*EndAd) GetPlaybackId

func (x *EndAd) GetPlaybackId() []byte

func (*EndAd) GetReasonEnd

func (x *EndAd) GetReasonEnd() string

func (*EndAd) GetReasonStart

func (x *EndAd) GetReasonStart() string

func (*EndAd) GetSkipped

func (x *EndAd) GetSkipped() bool

func (*EndAd) GetSongId

func (x *EndAd) GetSongId() []byte

func (*EndAd) GetSourceEnd

func (x *EndAd) GetSourceEnd() string

func (*EndAd) GetSourceStart

func (x *EndAd) GetSourceStart() string

func (*EndAd) GetToken

func (x *EndAd) GetToken() string

func (*EndAd) ProtoMessage

func (*EndAd) ProtoMessage()

func (*EndAd) ProtoReflect

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

func (*EndAd) Reset

func (x *EndAd) Reset()

func (*EndAd) String

func (x *EndAd) String() string

type EventEntity

type EventEntity struct {
	FileFormatVersion uint32 `protobuf:"varint,1,opt,name=file_format_version,json=fileFormatVersion,proto3" json:"file_format_version,omitempty"`
	EventName         string `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"`
	SequenceId        []byte `protobuf:"bytes,3,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"`
	SequenceNumber    uint64 `protobuf:"varint,4,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	Payload           []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"`
	Owner             string `protobuf:"bytes,6,opt,name=owner,proto3" json:"owner,omitempty"`
	Authenticated     bool   `protobuf:"varint,7,opt,name=authenticated,proto3" json:"authenticated,omitempty"`
	RecordId          uint64 `protobuf:"varint,8,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventEntity) Descriptor deprecated

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

Deprecated: Use EventEntity.ProtoReflect.Descriptor instead.

func (*EventEntity) GetAuthenticated

func (x *EventEntity) GetAuthenticated() bool

func (*EventEntity) GetEventName

func (x *EventEntity) GetEventName() string

func (*EventEntity) GetFileFormatVersion

func (x *EventEntity) GetFileFormatVersion() uint32

func (*EventEntity) GetOwner

func (x *EventEntity) GetOwner() string

func (*EventEntity) GetPayload

func (x *EventEntity) GetPayload() []byte

func (*EventEntity) GetRecordId

func (x *EventEntity) GetRecordId() uint64

func (*EventEntity) GetSequenceId

func (x *EventEntity) GetSequenceId() []byte

func (*EventEntity) GetSequenceNumber

func (x *EventEntity) GetSequenceNumber() uint64

func (*EventEntity) ProtoMessage

func (*EventEntity) ProtoMessage()

func (*EventEntity) ProtoReflect

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

func (*EventEntity) Reset

func (x *EventEntity) Reset()

func (*EventEntity) String

func (x *EventEntity) String() string

type EventEnvelope

type EventEnvelope struct {
	EventName      string                         `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"`
	EventFragment  []*EventEnvelope_EventFragment `protobuf:"bytes,3,rep,name=event_fragment,json=eventFragment,proto3" json:"event_fragment,omitempty"`
	SequenceId     []byte                         `protobuf:"bytes,4,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"`
	SequenceNumber int64                          `protobuf:"varint,5,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	// contains filtered or unexported fields
}

func (*EventEnvelope) Descriptor deprecated

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

Deprecated: Use EventEnvelope.ProtoReflect.Descriptor instead.

func (*EventEnvelope) GetEventFragment

func (x *EventEnvelope) GetEventFragment() []*EventEnvelope_EventFragment

func (*EventEnvelope) GetEventName

func (x *EventEnvelope) GetEventName() string

func (*EventEnvelope) GetSequenceId

func (x *EventEnvelope) GetSequenceId() []byte

func (*EventEnvelope) GetSequenceNumber

func (x *EventEnvelope) GetSequenceNumber() int64

func (*EventEnvelope) ProtoMessage

func (*EventEnvelope) ProtoMessage()

func (*EventEnvelope) ProtoReflect

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

func (*EventEnvelope) Reset

func (x *EventEnvelope) Reset()

func (*EventEnvelope) String

func (x *EventEnvelope) String() string

type EventEnvelope_EventFragment

type EventEnvelope_EventFragment struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*EventEnvelope_EventFragment) Descriptor deprecated

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

Deprecated: Use EventEnvelope_EventFragment.ProtoReflect.Descriptor instead.

func (*EventEnvelope_EventFragment) GetData

func (x *EventEnvelope_EventFragment) GetData() []byte

func (*EventEnvelope_EventFragment) GetName

func (x *EventEnvelope_EventFragment) GetName() string

func (*EventEnvelope_EventFragment) ProtoMessage

func (*EventEnvelope_EventFragment) ProtoMessage()

func (*EventEnvelope_EventFragment) ProtoReflect

func (*EventEnvelope_EventFragment) Reset

func (x *EventEnvelope_EventFragment) Reset()

func (*EventEnvelope_EventFragment) String

func (x *EventEnvelope_EventFragment) String() string

type EventSenderCanary

type EventSenderCanary struct {
	BatchUuid             *string `protobuf:"bytes,1,opt,name=batch_uuid,json=batchUuid,proto3,oneof" json:"batch_uuid,omitempty"`
	EventId               *int64  `protobuf:"varint,2,opt,name=event_id,json=eventId,proto3,oneof" json:"event_id,omitempty"`
	BatchSize             *int64  `protobuf:"varint,3,opt,name=batch_size,json=batchSize,proto3,oneof" json:"batch_size,omitempty"`
	SendingSystem         *string `protobuf:"bytes,4,opt,name=sending_system,json=sendingSystem,proto3,oneof" json:"sending_system,omitempty"`
	SentAsPendingEvent    *bool   `` /* 126-byte string literal not displayed */
	BatchStartTimeMs      *int64  `protobuf:"varint,6,opt,name=batch_start_time_ms,json=batchStartTimeMs,proto3,oneof" json:"batch_start_time_ms,omitempty"`
	EventTimeMs           *int64  `protobuf:"varint,7,opt,name=event_time_ms,json=eventTimeMs,proto3,oneof" json:"event_time_ms,omitempty"`
	Configuration         *string `protobuf:"bytes,8,opt,name=configuration,proto3,oneof" json:"configuration,omitempty"`
	ExperimentVariant     *string `protobuf:"bytes,9,opt,name=experiment_variant,json=experimentVariant,proto3,oneof" json:"experiment_variant,omitempty"`
	MutationCount         *int64  `protobuf:"varint,10,opt,name=mutation_count,json=mutationCount,proto3,oneof" json:"mutation_count,omitempty"`
	ExpectedMutationCount *int64  `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EventSenderCanary) Descriptor deprecated

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

Deprecated: Use EventSenderCanary.ProtoReflect.Descriptor instead.

func (*EventSenderCanary) GetBatchSize

func (x *EventSenderCanary) GetBatchSize() int64

func (*EventSenderCanary) GetBatchStartTimeMs

func (x *EventSenderCanary) GetBatchStartTimeMs() int64

func (*EventSenderCanary) GetBatchUuid

func (x *EventSenderCanary) GetBatchUuid() string

func (*EventSenderCanary) GetConfiguration

func (x *EventSenderCanary) GetConfiguration() string

func (*EventSenderCanary) GetEventId

func (x *EventSenderCanary) GetEventId() int64

func (*EventSenderCanary) GetEventTimeMs

func (x *EventSenderCanary) GetEventTimeMs() int64

func (*EventSenderCanary) GetExpectedMutationCount

func (x *EventSenderCanary) GetExpectedMutationCount() int64

func (*EventSenderCanary) GetExperimentVariant

func (x *EventSenderCanary) GetExperimentVariant() string

func (*EventSenderCanary) GetMutationCount

func (x *EventSenderCanary) GetMutationCount() int64

func (*EventSenderCanary) GetSendingSystem

func (x *EventSenderCanary) GetSendingSystem() string

func (*EventSenderCanary) GetSentAsPendingEvent

func (x *EventSenderCanary) GetSentAsPendingEvent() bool

func (*EventSenderCanary) ProtoMessage

func (*EventSenderCanary) ProtoMessage()

func (*EventSenderCanary) ProtoReflect

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

func (*EventSenderCanary) Reset

func (x *EventSenderCanary) Reset()

func (*EventSenderCanary) String

func (x *EventSenderCanary) String() string

type EventSenderCanaryError

type EventSenderCanaryError struct {
	BatchUuid             *string `protobuf:"bytes,1,opt,name=batch_uuid,json=batchUuid,proto3,oneof" json:"batch_uuid,omitempty"`
	EventId               *int64  `protobuf:"varint,2,opt,name=event_id,json=eventId,proto3,oneof" json:"event_id,omitempty"`
	BatchSize             *int64  `protobuf:"varint,3,opt,name=batch_size,json=batchSize,proto3,oneof" json:"batch_size,omitempty"`
	SendingSystem         *string `protobuf:"bytes,4,opt,name=sending_system,json=sendingSystem,proto3,oneof" json:"sending_system,omitempty"`
	SentAsPendingEvent    *bool   `` /* 126-byte string literal not displayed */
	BatchStartTimeMs      *int64  `protobuf:"varint,6,opt,name=batch_start_time_ms,json=batchStartTimeMs,proto3,oneof" json:"batch_start_time_ms,omitempty"`
	EventTimeMs           *int64  `protobuf:"varint,7,opt,name=event_time_ms,json=eventTimeMs,proto3,oneof" json:"event_time_ms,omitempty"`
	Configuration         *string `protobuf:"bytes,8,opt,name=configuration,proto3,oneof" json:"configuration,omitempty"`
	ErrorSource           *string `protobuf:"bytes,9,opt,name=error_source,json=errorSource,proto3,oneof" json:"error_source,omitempty"`
	ErrorType             *string `protobuf:"bytes,10,opt,name=error_type,json=errorType,proto3,oneof" json:"error_type,omitempty"`
	ExperimentVariant     *string `protobuf:"bytes,11,opt,name=experiment_variant,json=experimentVariant,proto3,oneof" json:"experiment_variant,omitempty"`
	MutationCount         *int64  `protobuf:"varint,12,opt,name=mutation_count,json=mutationCount,proto3,oneof" json:"mutation_count,omitempty"`
	ExpectedMutationCount *int64  `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EventSenderCanaryError) Descriptor deprecated

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

Deprecated: Use EventSenderCanaryError.ProtoReflect.Descriptor instead.

func (*EventSenderCanaryError) GetBatchSize

func (x *EventSenderCanaryError) GetBatchSize() int64

func (*EventSenderCanaryError) GetBatchStartTimeMs

func (x *EventSenderCanaryError) GetBatchStartTimeMs() int64

func (*EventSenderCanaryError) GetBatchUuid

func (x *EventSenderCanaryError) GetBatchUuid() string

func (*EventSenderCanaryError) GetConfiguration

func (x *EventSenderCanaryError) GetConfiguration() string

func (*EventSenderCanaryError) GetErrorSource

func (x *EventSenderCanaryError) GetErrorSource() string

func (*EventSenderCanaryError) GetErrorType

func (x *EventSenderCanaryError) GetErrorType() string

func (*EventSenderCanaryError) GetEventId

func (x *EventSenderCanaryError) GetEventId() int64

func (*EventSenderCanaryError) GetEventTimeMs

func (x *EventSenderCanaryError) GetEventTimeMs() int64

func (*EventSenderCanaryError) GetExpectedMutationCount

func (x *EventSenderCanaryError) GetExpectedMutationCount() int64

func (*EventSenderCanaryError) GetExperimentVariant

func (x *EventSenderCanaryError) GetExperimentVariant() string

func (*EventSenderCanaryError) GetMutationCount

func (x *EventSenderCanaryError) GetMutationCount() int64

func (*EventSenderCanaryError) GetSendingSystem

func (x *EventSenderCanaryError) GetSendingSystem() string

func (*EventSenderCanaryError) GetSentAsPendingEvent

func (x *EventSenderCanaryError) GetSentAsPendingEvent() bool

func (*EventSenderCanaryError) ProtoMessage

func (*EventSenderCanaryError) ProtoMessage()

func (*EventSenderCanaryError) ProtoReflect

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

func (*EventSenderCanaryError) Reset

func (x *EventSenderCanaryError) Reset()

func (*EventSenderCanaryError) String

func (x *EventSenderCanaryError) String() string

type EventSenderInternalError2NonAuth

type EventSenderInternalError2NonAuth struct {
	ErrorTypes            []string `protobuf:"bytes,1,rep,name=error_types,json=errorTypes,proto3" json:"error_types,omitempty"`
	ErrorTotalCounts      []int32  `protobuf:"varint,2,rep,packed,name=error_total_counts,json=errorTotalCounts,proto3" json:"error_total_counts,omitempty"`
	ErrorUnreportedCounts []int32  `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EventSenderInternalError2NonAuth) Descriptor deprecated

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

Deprecated: Use EventSenderInternalError2NonAuth.ProtoReflect.Descriptor instead.

func (*EventSenderInternalError2NonAuth) GetErrorTotalCounts

func (x *EventSenderInternalError2NonAuth) GetErrorTotalCounts() []int32

func (*EventSenderInternalError2NonAuth) GetErrorTypes

func (x *EventSenderInternalError2NonAuth) GetErrorTypes() []string

func (*EventSenderInternalError2NonAuth) GetErrorUnreportedCounts

func (x *EventSenderInternalError2NonAuth) GetErrorUnreportedCounts() []int32

func (*EventSenderInternalError2NonAuth) ProtoMessage

func (*EventSenderInternalError2NonAuth) ProtoMessage()

func (*EventSenderInternalError2NonAuth) ProtoReflect

func (*EventSenderInternalError2NonAuth) Reset

func (*EventSenderInternalError2NonAuth) String

type EventSenderStats

type EventSenderStats struct {
	StorageSize        map[string]int64 `` /* 169-byte string literal not displayed */
	SequenceNumberMin  map[string]int64 `` /* 189-byte string literal not displayed */
	SequenceNumberNext map[string]int64 `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EventSenderStats) Descriptor deprecated

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

Deprecated: Use EventSenderStats.ProtoReflect.Descriptor instead.

func (*EventSenderStats) GetSequenceNumberMin

func (x *EventSenderStats) GetSequenceNumberMin() map[string]int64

func (*EventSenderStats) GetSequenceNumberNext

func (x *EventSenderStats) GetSequenceNumberNext() map[string]int64

func (*EventSenderStats) GetStorageSize

func (x *EventSenderStats) GetStorageSize() map[string]int64

func (*EventSenderStats) ProtoMessage

func (*EventSenderStats) ProtoMessage()

func (*EventSenderStats) ProtoReflect

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

func (*EventSenderStats) Reset

func (x *EventSenderStats) Reset()

func (*EventSenderStats) String

func (x *EventSenderStats) String() string

type EventSenderStats2NonAuth

type EventSenderStats2NonAuth struct {
	SequenceIds                          [][]byte `protobuf:"bytes,1,rep,name=sequence_ids,json=sequenceIds,proto3" json:"sequence_ids,omitempty"`
	EventNames                           []string `protobuf:"bytes,2,rep,name=event_names,json=eventNames,proto3" json:"event_names,omitempty"`
	LossStatsNumEntriesPerSequenceId     []int32  `` /* 175-byte string literal not displayed */
	LossStatsEventNameIndex              []int32  `` /* 144-byte string literal not displayed */
	LossStatsStorageSizes                []int64  `` /* 136-byte string literal not displayed */
	LossStatsSequenceNumberMins          []int64  `` /* 156-byte string literal not displayed */
	LossStatsSequenceNumberNexts         []int64  `` /* 159-byte string literal not displayed */
	RatelimiterStatsEventNameIndex       []int32  `` /* 165-byte string literal not displayed */
	RatelimiterStatsDropCount            []int64  `` /* 148-byte string literal not displayed */
	DropListNumEntriesPerSequenceId      []int32  `` /* 173-byte string literal not displayed */
	DropListEventNameIndex               []int32  `` /* 142-byte string literal not displayed */
	DropListCountsTotal                  []int64  `` /* 131-byte string literal not displayed */
	DropListCountsUnreported             []int64  `` /* 146-byte string literal not displayed */
	StatesListEventNameIndex             []int32  `` /* 148-byte string literal not displayed */
	StatesListEnteredCountsTotal         []int64  `` /* 160-byte string literal not displayed */
	StatesListRejectedClientCountsTotal  []int64  `` /* 183-byte string literal not displayed */
	StatesListDroppedCountsTotal         []int64  `` /* 160-byte string literal not displayed */
	StatesListPersistedCountsTotal       []int64  `` /* 166-byte string literal not displayed */
	StatesListRejectedBackendCountsTotal []int64  `` /* 186-byte string literal not displayed */
	StatesListDeliveredCountsTotal       []int64  `` /* 166-byte string literal not displayed */
	StatesListDeletedCountsTotal         []int64  `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EventSenderStats2NonAuth) Descriptor deprecated

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

Deprecated: Use EventSenderStats2NonAuth.ProtoReflect.Descriptor instead.

func (*EventSenderStats2NonAuth) GetDropListCountsTotal

func (x *EventSenderStats2NonAuth) GetDropListCountsTotal() []int64

func (*EventSenderStats2NonAuth) GetDropListCountsUnreported

func (x *EventSenderStats2NonAuth) GetDropListCountsUnreported() []int64

func (*EventSenderStats2NonAuth) GetDropListEventNameIndex

func (x *EventSenderStats2NonAuth) GetDropListEventNameIndex() []int32

func (*EventSenderStats2NonAuth) GetDropListNumEntriesPerSequenceId

func (x *EventSenderStats2NonAuth) GetDropListNumEntriesPerSequenceId() []int32

func (*EventSenderStats2NonAuth) GetEventNames

func (x *EventSenderStats2NonAuth) GetEventNames() []string

func (*EventSenderStats2NonAuth) GetLossStatsEventNameIndex

func (x *EventSenderStats2NonAuth) GetLossStatsEventNameIndex() []int32

func (*EventSenderStats2NonAuth) GetLossStatsNumEntriesPerSequenceId

func (x *EventSenderStats2NonAuth) GetLossStatsNumEntriesPerSequenceId() []int32

func (*EventSenderStats2NonAuth) GetLossStatsSequenceNumberMins

func (x *EventSenderStats2NonAuth) GetLossStatsSequenceNumberMins() []int64

func (*EventSenderStats2NonAuth) GetLossStatsSequenceNumberNexts

func (x *EventSenderStats2NonAuth) GetLossStatsSequenceNumberNexts() []int64

func (*EventSenderStats2NonAuth) GetLossStatsStorageSizes

func (x *EventSenderStats2NonAuth) GetLossStatsStorageSizes() []int64

func (*EventSenderStats2NonAuth) GetRatelimiterStatsDropCount

func (x *EventSenderStats2NonAuth) GetRatelimiterStatsDropCount() []int64

func (*EventSenderStats2NonAuth) GetRatelimiterStatsEventNameIndex

func (x *EventSenderStats2NonAuth) GetRatelimiterStatsEventNameIndex() []int32

func (*EventSenderStats2NonAuth) GetSequenceIds

func (x *EventSenderStats2NonAuth) GetSequenceIds() [][]byte

func (*EventSenderStats2NonAuth) GetStatesListDeletedCountsTotal

func (x *EventSenderStats2NonAuth) GetStatesListDeletedCountsTotal() []int64

func (*EventSenderStats2NonAuth) GetStatesListDeliveredCountsTotal

func (x *EventSenderStats2NonAuth) GetStatesListDeliveredCountsTotal() []int64

func (*EventSenderStats2NonAuth) GetStatesListDroppedCountsTotal

func (x *EventSenderStats2NonAuth) GetStatesListDroppedCountsTotal() []int64

func (*EventSenderStats2NonAuth) GetStatesListEnteredCountsTotal

func (x *EventSenderStats2NonAuth) GetStatesListEnteredCountsTotal() []int64

func (*EventSenderStats2NonAuth) GetStatesListEventNameIndex

func (x *EventSenderStats2NonAuth) GetStatesListEventNameIndex() []int32

func (*EventSenderStats2NonAuth) GetStatesListPersistedCountsTotal

func (x *EventSenderStats2NonAuth) GetStatesListPersistedCountsTotal() []int64

func (*EventSenderStats2NonAuth) GetStatesListRejectedBackendCountsTotal

func (x *EventSenderStats2NonAuth) GetStatesListRejectedBackendCountsTotal() []int64

func (*EventSenderStats2NonAuth) GetStatesListRejectedClientCountsTotal

func (x *EventSenderStats2NonAuth) GetStatesListRejectedClientCountsTotal() []int64

func (*EventSenderStats2NonAuth) ProtoMessage

func (*EventSenderStats2NonAuth) ProtoMessage()

func (*EventSenderStats2NonAuth) ProtoReflect

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

func (*EventSenderStats2NonAuth) Reset

func (x *EventSenderStats2NonAuth) Reset()

func (*EventSenderStats2NonAuth) String

func (x *EventSenderStats2NonAuth) String() string

type ExternalAccessoryRemoteInteraction

type ExternalAccessoryRemoteInteraction struct {
	Action         *string `protobuf:"bytes,1,opt,name=action,proto3,oneof" json:"action,omitempty"`
	InteractionId  *string `protobuf:"bytes,2,opt,name=interaction_id,json=interactionId,proto3,oneof" json:"interaction_id,omitempty"`
	Integration    *string `protobuf:"bytes,3,opt,name=integration,proto3,oneof" json:"integration,omitempty"`
	Protocol       *string `protobuf:"bytes,4,opt,name=protocol,proto3,oneof" json:"protocol,omitempty"`
	TransportType  *string `protobuf:"bytes,5,opt,name=transport_type,json=transportType,proto3,oneof" json:"transport_type,omitempty"`
	AccessoryType  *string `protobuf:"bytes,6,opt,name=accessory_type,json=accessoryType,proto3,oneof" json:"accessory_type,omitempty"`
	AccessoryName  *string `protobuf:"bytes,7,opt,name=accessory_name,json=accessoryName,proto3,oneof" json:"accessory_name,omitempty"`
	Brand          *string `protobuf:"bytes,8,opt,name=brand,proto3,oneof" json:"brand,omitempty"`
	Model          *string `protobuf:"bytes,9,opt,name=model,proto3,oneof" json:"model,omitempty"`
	Version        *string `protobuf:"bytes,10,opt,name=version,proto3,oneof" json:"version,omitempty"`
	ClientId       *string `protobuf:"bytes,11,opt,name=client_id,json=clientId,proto3,oneof" json:"client_id,omitempty"`
	SenderId       *string `protobuf:"bytes,12,opt,name=sender_id,json=senderId,proto3,oneof" json:"sender_id,omitempty"`
	RemoteDeviceId *string `protobuf:"bytes,13,opt,name=remote_device_id,json=remoteDeviceId,proto3,oneof" json:"remote_device_id,omitempty"`
	AudioRouteId   *string `protobuf:"bytes,14,opt,name=audio_route_id,json=audioRouteId,proto3,oneof" json:"audio_route_id,omitempty"`
	AccessoryClass *string `protobuf:"bytes,15,opt,name=accessory_class,json=accessoryClass,proto3,oneof" json:"accessory_class,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalAccessoryRemoteInteraction) Descriptor deprecated

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

Deprecated: Use ExternalAccessoryRemoteInteraction.ProtoReflect.Descriptor instead.

func (*ExternalAccessoryRemoteInteraction) GetAccessoryClass

func (x *ExternalAccessoryRemoteInteraction) GetAccessoryClass() string

func (*ExternalAccessoryRemoteInteraction) GetAccessoryName

func (x *ExternalAccessoryRemoteInteraction) GetAccessoryName() string

func (*ExternalAccessoryRemoteInteraction) GetAccessoryType

func (x *ExternalAccessoryRemoteInteraction) GetAccessoryType() string

func (*ExternalAccessoryRemoteInteraction) GetAction

func (*ExternalAccessoryRemoteInteraction) GetAudioRouteId

func (x *ExternalAccessoryRemoteInteraction) GetAudioRouteId() string

func (*ExternalAccessoryRemoteInteraction) GetBrand

func (*ExternalAccessoryRemoteInteraction) GetClientId

func (x *ExternalAccessoryRemoteInteraction) GetClientId() string

func (*ExternalAccessoryRemoteInteraction) GetIntegration

func (x *ExternalAccessoryRemoteInteraction) GetIntegration() string

func (*ExternalAccessoryRemoteInteraction) GetInteractionId

func (x *ExternalAccessoryRemoteInteraction) GetInteractionId() string

func (*ExternalAccessoryRemoteInteraction) GetModel

func (*ExternalAccessoryRemoteInteraction) GetProtocol

func (x *ExternalAccessoryRemoteInteraction) GetProtocol() string

func (*ExternalAccessoryRemoteInteraction) GetRemoteDeviceId

func (x *ExternalAccessoryRemoteInteraction) GetRemoteDeviceId() string

func (*ExternalAccessoryRemoteInteraction) GetSenderId

func (x *ExternalAccessoryRemoteInteraction) GetSenderId() string

func (*ExternalAccessoryRemoteInteraction) GetTransportType

func (x *ExternalAccessoryRemoteInteraction) GetTransportType() string

func (*ExternalAccessoryRemoteInteraction) GetVersion

func (*ExternalAccessoryRemoteInteraction) ProtoMessage

func (*ExternalAccessoryRemoteInteraction) ProtoMessage()

func (*ExternalAccessoryRemoteInteraction) ProtoReflect

func (*ExternalAccessoryRemoteInteraction) Reset

func (*ExternalAccessoryRemoteInteraction) String

type ExternalDeviceInfo

type ExternalDeviceInfo struct {
	Type               *string `protobuf:"bytes,1,opt,name=type,proto3,oneof" json:"type,omitempty"`
	Subtype            *string `protobuf:"bytes,2,opt,name=subtype,proto3,oneof" json:"subtype,omitempty"`
	Reason             *string `protobuf:"bytes,3,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	TakenOver          *bool   `protobuf:"varint,4,opt,name=taken_over,json=takenOver,proto3,oneof" json:"taken_over,omitempty"`
	NumTracks          *int64  `protobuf:"varint,5,opt,name=num_tracks,json=numTracks,proto3,oneof" json:"num_tracks,omitempty"`
	NumPurchasedTracks *int64  `protobuf:"varint,6,opt,name=num_purchased_tracks,json=numPurchasedTracks,proto3,oneof" json:"num_purchased_tracks,omitempty"`
	NumPlaylists       *int64  `protobuf:"varint,7,opt,name=num_playlists,json=numPlaylists,proto3,oneof" json:"num_playlists,omitempty"`
	Error              *string `protobuf:"bytes,8,opt,name=error,proto3,oneof" json:"error,omitempty"`
	Full               *bool   `protobuf:"varint,9,opt,name=full,proto3,oneof" json:"full,omitempty"`
	SyncAll            *bool   `protobuf:"varint,10,opt,name=sync_all,json=syncAll,proto3,oneof" json:"sync_all,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalDeviceInfo) Descriptor deprecated

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

Deprecated: Use ExternalDeviceInfo.ProtoReflect.Descriptor instead.

func (*ExternalDeviceInfo) GetError

func (x *ExternalDeviceInfo) GetError() string

func (*ExternalDeviceInfo) GetFull

func (x *ExternalDeviceInfo) GetFull() bool

func (*ExternalDeviceInfo) GetNumPlaylists

func (x *ExternalDeviceInfo) GetNumPlaylists() int64

func (*ExternalDeviceInfo) GetNumPurchasedTracks

func (x *ExternalDeviceInfo) GetNumPurchasedTracks() int64

func (*ExternalDeviceInfo) GetNumTracks

func (x *ExternalDeviceInfo) GetNumTracks() int64

func (*ExternalDeviceInfo) GetReason

func (x *ExternalDeviceInfo) GetReason() string

func (*ExternalDeviceInfo) GetSubtype

func (x *ExternalDeviceInfo) GetSubtype() string

func (*ExternalDeviceInfo) GetSyncAll

func (x *ExternalDeviceInfo) GetSyncAll() bool

func (*ExternalDeviceInfo) GetTakenOver

func (x *ExternalDeviceInfo) GetTakenOver() bool

func (*ExternalDeviceInfo) GetType

func (x *ExternalDeviceInfo) GetType() string

func (*ExternalDeviceInfo) ProtoMessage

func (*ExternalDeviceInfo) ProtoMessage()

func (*ExternalDeviceInfo) ProtoReflect

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

func (*ExternalDeviceInfo) Reset

func (x *ExternalDeviceInfo) Reset()

func (*ExternalDeviceInfo) String

func (x *ExternalDeviceInfo) String() string

type GetInfoFailures

type GetInfoFailures struct {
	DeviceId     *string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3,oneof" json:"device_id,omitempty"`
	ErrorCode    *int64  `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	Request      *string `protobuf:"bytes,3,opt,name=request,proto3,oneof" json:"request,omitempty"`
	ResponseBody *string `protobuf:"bytes,4,opt,name=response_body,json=responseBody,proto3,oneof" json:"response_body,omitempty"`
	Context      *string `protobuf:"bytes,5,opt,name=context,proto3,oneof" json:"context,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInfoFailures) Descriptor deprecated

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

Deprecated: Use GetInfoFailures.ProtoReflect.Descriptor instead.

func (*GetInfoFailures) GetContext

func (x *GetInfoFailures) GetContext() string

func (*GetInfoFailures) GetDeviceId

func (x *GetInfoFailures) GetDeviceId() string

func (*GetInfoFailures) GetErrorCode

func (x *GetInfoFailures) GetErrorCode() int64

func (*GetInfoFailures) GetRequest

func (x *GetInfoFailures) GetRequest() string

func (*GetInfoFailures) GetResponseBody

func (x *GetInfoFailures) GetResponseBody() string

func (*GetInfoFailures) ProtoMessage

func (*GetInfoFailures) ProtoMessage()

func (*GetInfoFailures) ProtoReflect

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

func (*GetInfoFailures) Reset

func (x *GetInfoFailures) Reset()

func (*GetInfoFailures) String

func (x *GetInfoFailures) String() string

type HeadFileDownload

type HeadFileDownload struct {
	FileId           []byte  `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3,oneof" json:"file_id,omitempty"`
	PlaybackId       []byte  `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	CdnUriScheme     *string `protobuf:"bytes,3,opt,name=cdn_uri_scheme,json=cdnUriScheme,proto3,oneof" json:"cdn_uri_scheme,omitempty"`
	CdnDomain        *string `protobuf:"bytes,4,opt,name=cdn_domain,json=cdnDomain,proto3,oneof" json:"cdn_domain,omitempty"`
	HeadFileSize     *int64  `protobuf:"varint,5,opt,name=head_file_size,json=headFileSize,proto3,oneof" json:"head_file_size,omitempty"`
	BytesDownloaded  *int64  `protobuf:"varint,6,opt,name=bytes_downloaded,json=bytesDownloaded,proto3,oneof" json:"bytes_downloaded,omitempty"`
	BytesWasted      *int64  `protobuf:"varint,7,opt,name=bytes_wasted,json=bytesWasted,proto3,oneof" json:"bytes_wasted,omitempty"`
	HttpLatency      *int64  `protobuf:"varint,8,opt,name=http_latency,json=httpLatency,proto3,oneof" json:"http_latency,omitempty"`
	Http_64KLatency  *int64  `protobuf:"varint,9,opt,name=http_64k_latency,json=http64kLatency,proto3,oneof" json:"http_64k_latency,omitempty"`
	TotalTime        *int64  `protobuf:"varint,10,opt,name=total_time,json=totalTime,proto3,oneof" json:"total_time,omitempty"`
	HttpResult       *int64  `protobuf:"varint,11,opt,name=http_result,json=httpResult,proto3,oneof" json:"http_result,omitempty"`
	ErrorCode        *int64  `protobuf:"varint,12,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	CachedBytes      *int64  `protobuf:"varint,13,opt,name=cached_bytes,json=cachedBytes,proto3,oneof" json:"cached_bytes,omitempty"`
	BytesFromCache   *int64  `protobuf:"varint,14,opt,name=bytes_from_cache,json=bytesFromCache,proto3,oneof" json:"bytes_from_cache,omitempty"`
	SocketReuse      *string `protobuf:"bytes,15,opt,name=socket_reuse,json=socketReuse,proto3,oneof" json:"socket_reuse,omitempty"`
	RequestType      *string `protobuf:"bytes,16,opt,name=request_type,json=requestType,proto3,oneof" json:"request_type,omitempty"`
	InitialDiskState *string `protobuf:"bytes,17,opt,name=initial_disk_state,json=initialDiskState,proto3,oneof" json:"initial_disk_state,omitempty"`
	// contains filtered or unexported fields
}

func (*HeadFileDownload) Descriptor deprecated

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

Deprecated: Use HeadFileDownload.ProtoReflect.Descriptor instead.

func (*HeadFileDownload) GetBytesDownloaded

func (x *HeadFileDownload) GetBytesDownloaded() int64

func (*HeadFileDownload) GetBytesFromCache

func (x *HeadFileDownload) GetBytesFromCache() int64

func (*HeadFileDownload) GetBytesWasted

func (x *HeadFileDownload) GetBytesWasted() int64

func (*HeadFileDownload) GetCachedBytes

func (x *HeadFileDownload) GetCachedBytes() int64

func (*HeadFileDownload) GetCdnDomain

func (x *HeadFileDownload) GetCdnDomain() string

func (*HeadFileDownload) GetCdnUriScheme

func (x *HeadFileDownload) GetCdnUriScheme() string

func (*HeadFileDownload) GetErrorCode

func (x *HeadFileDownload) GetErrorCode() int64

func (*HeadFileDownload) GetFileId

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

func (*HeadFileDownload) GetHeadFileSize

func (x *HeadFileDownload) GetHeadFileSize() int64

func (*HeadFileDownload) GetHttpLatency

func (x *HeadFileDownload) GetHttpLatency() int64

func (*HeadFileDownload) GetHttpResult

func (x *HeadFileDownload) GetHttpResult() int64

func (*HeadFileDownload) GetHttp_64KLatency

func (x *HeadFileDownload) GetHttp_64KLatency() int64

func (*HeadFileDownload) GetInitialDiskState

func (x *HeadFileDownload) GetInitialDiskState() string

func (*HeadFileDownload) GetPlaybackId

func (x *HeadFileDownload) GetPlaybackId() []byte

func (*HeadFileDownload) GetRequestType

func (x *HeadFileDownload) GetRequestType() string

func (*HeadFileDownload) GetSocketReuse

func (x *HeadFileDownload) GetSocketReuse() string

func (*HeadFileDownload) GetTotalTime

func (x *HeadFileDownload) GetTotalTime() int64

func (*HeadFileDownload) ProtoMessage

func (*HeadFileDownload) ProtoMessage()

func (*HeadFileDownload) ProtoReflect

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

func (*HeadFileDownload) Reset

func (x *HeadFileDownload) Reset()

func (*HeadFileDownload) String

func (x *HeadFileDownload) String() string

type ImageDownload

type ImageDownload struct {
	CdnDomain         *string `protobuf:"bytes,1,opt,name=cdn_domain,json=cdnDomain,proto3,oneof" json:"cdn_domain,omitempty"`
	BytesFromCdn      *int64  `protobuf:"varint,2,opt,name=bytes_from_cdn,json=bytesFromCdn,proto3,oneof" json:"bytes_from_cdn,omitempty"`
	CdnTotalLatency   *int64  `protobuf:"varint,3,opt,name=cdn_total_latency,json=cdnTotalLatency,proto3,oneof" json:"cdn_total_latency,omitempty"`
	CdnInitialLatency *int64  `protobuf:"varint,4,opt,name=cdn_initial_latency,json=cdnInitialLatency,proto3,oneof" json:"cdn_initial_latency,omitempty"`
	CdnProtocol       *string `protobuf:"bytes,5,opt,name=cdn_protocol,json=cdnProtocol,proto3,oneof" json:"cdn_protocol,omitempty"`
	NewConnection     *bool   `protobuf:"varint,6,opt,name=new_connection,json=newConnection,proto3,oneof" json:"new_connection,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageDownload) Descriptor deprecated

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

Deprecated: Use ImageDownload.ProtoReflect.Descriptor instead.

func (*ImageDownload) GetBytesFromCdn

func (x *ImageDownload) GetBytesFromCdn() int64

func (*ImageDownload) GetCdnDomain

func (x *ImageDownload) GetCdnDomain() string

func (*ImageDownload) GetCdnInitialLatency

func (x *ImageDownload) GetCdnInitialLatency() int64

func (*ImageDownload) GetCdnProtocol

func (x *ImageDownload) GetCdnProtocol() string

func (*ImageDownload) GetCdnTotalLatency

func (x *ImageDownload) GetCdnTotalLatency() int64

func (*ImageDownload) GetNewConnection

func (x *ImageDownload) GetNewConnection() bool

func (*ImageDownload) ProtoMessage

func (*ImageDownload) ProtoMessage()

func (*ImageDownload) ProtoReflect

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

func (*ImageDownload) Reset

func (x *ImageDownload) Reset()

func (*ImageDownload) String

func (x *ImageDownload) String() string

type InstallationData

type InstallationData struct {
	InstallationId   []byte `protobuf:"bytes,1,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	LastSeenDeviceId []byte `protobuf:"bytes,2,opt,name=last_seen_device_id,json=lastSeenDeviceId,proto3" json:"last_seen_device_id,omitempty"`
	MonotonicClockId int64  `protobuf:"varint,3,opt,name=monotonic_clock_id,json=monotonicClockId,proto3" json:"monotonic_clock_id,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallationData) Descriptor deprecated

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

Deprecated: Use InstallationData.ProtoReflect.Descriptor instead.

func (*InstallationData) GetInstallationId

func (x *InstallationData) GetInstallationId() []byte

func (*InstallationData) GetLastSeenDeviceId

func (x *InstallationData) GetLastSeenDeviceId() []byte

func (*InstallationData) GetMonotonicClockId

func (x *InstallationData) GetMonotonicClockId() int64

func (*InstallationData) ProtoMessage

func (*InstallationData) ProtoMessage()

func (*InstallationData) ProtoReflect

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

func (*InstallationData) Reset

func (x *InstallationData) Reset()

func (*InstallationData) String

func (x *InstallationData) String() string

type InstallationEntity

type InstallationEntity struct {
	FileFormatVersion int32  `protobuf:"varint,1,opt,name=file_format_version,json=fileFormatVersion,proto3" json:"file_format_version,omitempty"`
	EncryptedPart     []byte `protobuf:"bytes,2,opt,name=encrypted_part,json=encryptedPart,proto3" json:"encrypted_part,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallationEntity) Descriptor deprecated

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

Deprecated: Use InstallationEntity.ProtoReflect.Descriptor instead.

func (*InstallationEntity) GetEncryptedPart

func (x *InstallationEntity) GetEncryptedPart() []byte

func (*InstallationEntity) GetFileFormatVersion

func (x *InstallationEntity) GetFileFormatVersion() int32

func (*InstallationEntity) ProtoMessage

func (*InstallationEntity) ProtoMessage()

func (*InstallationEntity) ProtoReflect

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

func (*InstallationEntity) Reset

func (x *InstallationEntity) Reset()

func (*InstallationEntity) String

func (x *InstallationEntity) String() string

type InstallationId

type InstallationId struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallationId) Descriptor deprecated

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

Deprecated: Use InstallationId.ProtoReflect.Descriptor instead.

func (*InstallationId) GetValue

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

func (*InstallationId) ProtoMessage

func (*InstallationId) ProtoMessage()

func (*InstallationId) ProtoReflect

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

func (*InstallationId) Reset

func (x *InstallationId) Reset()

func (*InstallationId) String

func (x *InstallationId) String() string

type LegacyEndSong

type LegacyEndSong struct {
	SequenceNumber         *int64  `protobuf:"varint,1,opt,name=sequence_number,json=sequenceNumber,proto3,oneof" json:"sequence_number,omitempty"`
	SequenceId             *string `protobuf:"bytes,2,opt,name=sequence_id,json=sequenceId,proto3,oneof" json:"sequence_id,omitempty"`
	PlaybackId             []byte  `protobuf:"bytes,3,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	ParentPlaybackId       []byte  `protobuf:"bytes,4,opt,name=parent_playback_id,json=parentPlaybackId,proto3,oneof" json:"parent_playback_id,omitempty"`
	SourceStart            *string `protobuf:"bytes,5,opt,name=source_start,json=sourceStart,proto3,oneof" json:"source_start,omitempty"`
	ReasonStart            *string `protobuf:"bytes,6,opt,name=reason_start,json=reasonStart,proto3,oneof" json:"reason_start,omitempty"`
	SourceEnd              *string `protobuf:"bytes,7,opt,name=source_end,json=sourceEnd,proto3,oneof" json:"source_end,omitempty"`
	ReasonEnd              *string `protobuf:"bytes,8,opt,name=reason_end,json=reasonEnd,proto3,oneof" json:"reason_end,omitempty"`
	BytesPlayed            *int64  `protobuf:"varint,9,opt,name=bytes_played,json=bytesPlayed,proto3,oneof" json:"bytes_played,omitempty"`
	BytesInSong            *int64  `protobuf:"varint,10,opt,name=bytes_in_song,json=bytesInSong,proto3,oneof" json:"bytes_in_song,omitempty"`
	MsPlayed               *int64  `protobuf:"varint,11,opt,name=ms_played,json=msPlayed,proto3,oneof" json:"ms_played,omitempty"`
	MsNominalPlayed        *int64  `protobuf:"varint,12,opt,name=ms_nominal_played,json=msNominalPlayed,proto3,oneof" json:"ms_nominal_played,omitempty"`
	MsTotalEst             *int64  `protobuf:"varint,13,opt,name=ms_total_est,json=msTotalEst,proto3,oneof" json:"ms_total_est,omitempty"`
	MsRcvLatency           *int64  `protobuf:"varint,14,opt,name=ms_rcv_latency,json=msRcvLatency,proto3,oneof" json:"ms_rcv_latency,omitempty"`
	MsOverlapping          *int64  `protobuf:"varint,15,opt,name=ms_overlapping,json=msOverlapping,proto3,oneof" json:"ms_overlapping,omitempty"`
	NSeekback              *int64  `protobuf:"varint,16,opt,name=n_seekback,json=nSeekback,proto3,oneof" json:"n_seekback,omitempty"`
	MsSeekback             *int64  `protobuf:"varint,17,opt,name=ms_seekback,json=msSeekback,proto3,oneof" json:"ms_seekback,omitempty"`
	NSeekfwd               *int64  `protobuf:"varint,18,opt,name=n_seekfwd,json=nSeekfwd,proto3,oneof" json:"n_seekfwd,omitempty"`
	MsSeekfwd              *int64  `protobuf:"varint,19,opt,name=ms_seekfwd,json=msSeekfwd,proto3,oneof" json:"ms_seekfwd,omitempty"`
	MsLatency              *int64  `protobuf:"varint,20,opt,name=ms_latency,json=msLatency,proto3,oneof" json:"ms_latency,omitempty"`
	UiLatency              *int64  `protobuf:"varint,21,opt,name=ui_latency,json=uiLatency,proto3,oneof" json:"ui_latency,omitempty"`
	PlayerId               *string `protobuf:"bytes,22,opt,name=player_id,json=playerId,proto3,oneof" json:"player_id,omitempty"`
	MsKeyLatency           *int64  `protobuf:"varint,23,opt,name=ms_key_latency,json=msKeyLatency,proto3,oneof" json:"ms_key_latency,omitempty"`
	OfflineKey             *bool   `protobuf:"varint,24,opt,name=offline_key,json=offlineKey,proto3,oneof" json:"offline_key,omitempty"`
	CachedKey              *bool   `protobuf:"varint,25,opt,name=cached_key,json=cachedKey,proto3,oneof" json:"cached_key,omitempty"`
	NStutter               *int64  `protobuf:"varint,26,opt,name=n_stutter,json=nStutter,proto3,oneof" json:"n_stutter,omitempty"`
	PLowbuffer             *int64  `protobuf:"varint,27,opt,name=p_lowbuffer,json=pLowbuffer,proto3,oneof" json:"p_lowbuffer,omitempty"`
	Shuffle                *bool   `protobuf:"varint,28,opt,name=shuffle,proto3,oneof" json:"shuffle,omitempty"`
	MaxContinous           *int64  `protobuf:"varint,29,opt,name=max_continous,json=maxContinous,proto3,oneof" json:"max_continous,omitempty"`
	UnionPlayed            *int64  `protobuf:"varint,30,opt,name=union_played,json=unionPlayed,proto3,oneof" json:"union_played,omitempty"`
	ArtificialDelay        *int64  `protobuf:"varint,31,opt,name=artificial_delay,json=artificialDelay,proto3,oneof" json:"artificial_delay,omitempty"`
	Bitrate                *int64  `protobuf:"varint,32,opt,name=bitrate,proto3,oneof" json:"bitrate,omitempty"`
	PlayContext            *string `protobuf:"bytes,33,opt,name=play_context,json=playContext,proto3,oneof" json:"play_context,omitempty"`
	Audiocodec             *string `protobuf:"bytes,34,opt,name=audiocodec,proto3,oneof" json:"audiocodec,omitempty"`
	PlayTrack              *string `protobuf:"bytes,35,opt,name=play_track,json=playTrack,proto3,oneof" json:"play_track,omitempty"`
	DisplayTrack           *string `protobuf:"bytes,36,opt,name=display_track,json=displayTrack,proto3,oneof" json:"display_track,omitempty"`
	Offline                *bool   `protobuf:"varint,37,opt,name=offline,proto3,oneof" json:"offline,omitempty"`
	OfflineTimestamp       *int64  `protobuf:"varint,38,opt,name=offline_timestamp,json=offlineTimestamp,proto3,oneof" json:"offline_timestamp,omitempty"`
	IncognitoMode          *bool   `protobuf:"varint,39,opt,name=incognito_mode,json=incognitoMode,proto3,oneof" json:"incognito_mode,omitempty"`
	Provider               *string `protobuf:"bytes,40,opt,name=provider,proto3,oneof" json:"provider,omitempty"`
	Referer                *string `protobuf:"bytes,41,opt,name=referer,proto3,oneof" json:"referer,omitempty"`
	ReferrerVersion        *string `protobuf:"bytes,42,opt,name=referrer_version,json=referrerVersion,proto3,oneof" json:"referrer_version,omitempty"`
	ReferrerVendor         *string `protobuf:"bytes,43,opt,name=referrer_vendor,json=referrerVendor,proto3,oneof" json:"referrer_vendor,omitempty"`
	Transition             *string `protobuf:"bytes,44,opt,name=transition,proto3,oneof" json:"transition,omitempty"`
	StreamingRule          *string `protobuf:"bytes,45,opt,name=streaming_rule,json=streamingRule,proto3,oneof" json:"streaming_rule,omitempty"`
	GaiaDevId              *string `protobuf:"bytes,46,opt,name=gaia_dev_id,json=gaiaDevId,proto3,oneof" json:"gaia_dev_id,omitempty"`
	AcceptedTc             *string `protobuf:"bytes,47,opt,name=accepted_tc,json=acceptedTc,proto3,oneof" json:"accepted_tc,omitempty"`
	PromotionType          *string `protobuf:"bytes,48,opt,name=promotion_type,json=promotionType,proto3,oneof" json:"promotion_type,omitempty"`
	PageInstanceId         *string `protobuf:"bytes,49,opt,name=page_instance_id,json=pageInstanceId,proto3,oneof" json:"page_instance_id,omitempty"`
	InteractionId          *string `protobuf:"bytes,50,opt,name=interaction_id,json=interactionId,proto3,oneof" json:"interaction_id,omitempty"`
	ParentPlayTrack        *string `protobuf:"bytes,51,opt,name=parent_play_track,json=parentPlayTrack,proto3,oneof" json:"parent_play_track,omitempty"`
	CoreVersion            *int64  `protobuf:"varint,52,opt,name=core_version,json=coreVersion,proto3,oneof" json:"core_version,omitempty"`
	MsNarrationOverlapping *int64  `` /* 137-byte string literal not displayed */
	MsTrimmed              *int64  `protobuf:"varint,54,opt,name=ms_trimmed,json=msTrimmed,proto3,oneof" json:"ms_trimmed,omitempty"`
	MsNominalTrimmed       *int64  `protobuf:"varint,55,opt,name=ms_nominal_trimmed,json=msNominalTrimmed,proto3,oneof" json:"ms_nominal_trimmed,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyEndSong) Descriptor deprecated

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

Deprecated: Use LegacyEndSong.ProtoReflect.Descriptor instead.

func (*LegacyEndSong) GetAcceptedTc

func (x *LegacyEndSong) GetAcceptedTc() string

func (*LegacyEndSong) GetArtificialDelay

func (x *LegacyEndSong) GetArtificialDelay() int64

func (*LegacyEndSong) GetAudiocodec

func (x *LegacyEndSong) GetAudiocodec() string

func (*LegacyEndSong) GetBitrate

func (x *LegacyEndSong) GetBitrate() int64

func (*LegacyEndSong) GetBytesInSong

func (x *LegacyEndSong) GetBytesInSong() int64

func (*LegacyEndSong) GetBytesPlayed

func (x *LegacyEndSong) GetBytesPlayed() int64

func (*LegacyEndSong) GetCachedKey

func (x *LegacyEndSong) GetCachedKey() bool

func (*LegacyEndSong) GetCoreVersion

func (x *LegacyEndSong) GetCoreVersion() int64

func (*LegacyEndSong) GetDisplayTrack

func (x *LegacyEndSong) GetDisplayTrack() string

func (*LegacyEndSong) GetGaiaDevId

func (x *LegacyEndSong) GetGaiaDevId() string

func (*LegacyEndSong) GetIncognitoMode

func (x *LegacyEndSong) GetIncognitoMode() bool

func (*LegacyEndSong) GetInteractionId

func (x *LegacyEndSong) GetInteractionId() string

func (*LegacyEndSong) GetMaxContinous

func (x *LegacyEndSong) GetMaxContinous() int64

func (*LegacyEndSong) GetMsKeyLatency

func (x *LegacyEndSong) GetMsKeyLatency() int64

func (*LegacyEndSong) GetMsLatency

func (x *LegacyEndSong) GetMsLatency() int64

func (*LegacyEndSong) GetMsNarrationOverlapping

func (x *LegacyEndSong) GetMsNarrationOverlapping() int64

func (*LegacyEndSong) GetMsNominalPlayed

func (x *LegacyEndSong) GetMsNominalPlayed() int64

func (*LegacyEndSong) GetMsNominalTrimmed

func (x *LegacyEndSong) GetMsNominalTrimmed() int64

func (*LegacyEndSong) GetMsOverlapping

func (x *LegacyEndSong) GetMsOverlapping() int64

func (*LegacyEndSong) GetMsPlayed

func (x *LegacyEndSong) GetMsPlayed() int64

func (*LegacyEndSong) GetMsRcvLatency

func (x *LegacyEndSong) GetMsRcvLatency() int64

func (*LegacyEndSong) GetMsSeekback

func (x *LegacyEndSong) GetMsSeekback() int64

func (*LegacyEndSong) GetMsSeekfwd

func (x *LegacyEndSong) GetMsSeekfwd() int64

func (*LegacyEndSong) GetMsTotalEst

func (x *LegacyEndSong) GetMsTotalEst() int64

func (*LegacyEndSong) GetMsTrimmed

func (x *LegacyEndSong) GetMsTrimmed() int64

func (*LegacyEndSong) GetNSeekback

func (x *LegacyEndSong) GetNSeekback() int64

func (*LegacyEndSong) GetNSeekfwd

func (x *LegacyEndSong) GetNSeekfwd() int64

func (*LegacyEndSong) GetNStutter

func (x *LegacyEndSong) GetNStutter() int64

func (*LegacyEndSong) GetOffline

func (x *LegacyEndSong) GetOffline() bool

func (*LegacyEndSong) GetOfflineKey

func (x *LegacyEndSong) GetOfflineKey() bool

func (*LegacyEndSong) GetOfflineTimestamp

func (x *LegacyEndSong) GetOfflineTimestamp() int64

func (*LegacyEndSong) GetPLowbuffer

func (x *LegacyEndSong) GetPLowbuffer() int64

func (*LegacyEndSong) GetPageInstanceId

func (x *LegacyEndSong) GetPageInstanceId() string

func (*LegacyEndSong) GetParentPlayTrack

func (x *LegacyEndSong) GetParentPlayTrack() string

func (*LegacyEndSong) GetParentPlaybackId

func (x *LegacyEndSong) GetParentPlaybackId() []byte

func (*LegacyEndSong) GetPlayContext

func (x *LegacyEndSong) GetPlayContext() string

func (*LegacyEndSong) GetPlayTrack

func (x *LegacyEndSong) GetPlayTrack() string

func (*LegacyEndSong) GetPlaybackId

func (x *LegacyEndSong) GetPlaybackId() []byte

func (*LegacyEndSong) GetPlayerId

func (x *LegacyEndSong) GetPlayerId() string

func (*LegacyEndSong) GetPromotionType

func (x *LegacyEndSong) GetPromotionType() string

func (*LegacyEndSong) GetProvider

func (x *LegacyEndSong) GetProvider() string

func (*LegacyEndSong) GetReasonEnd

func (x *LegacyEndSong) GetReasonEnd() string

func (*LegacyEndSong) GetReasonStart

func (x *LegacyEndSong) GetReasonStart() string

func (*LegacyEndSong) GetReferer

func (x *LegacyEndSong) GetReferer() string

func (*LegacyEndSong) GetReferrerVendor

func (x *LegacyEndSong) GetReferrerVendor() string

func (*LegacyEndSong) GetReferrerVersion

func (x *LegacyEndSong) GetReferrerVersion() string

func (*LegacyEndSong) GetSequenceId

func (x *LegacyEndSong) GetSequenceId() string

func (*LegacyEndSong) GetSequenceNumber

func (x *LegacyEndSong) GetSequenceNumber() int64

func (*LegacyEndSong) GetShuffle

func (x *LegacyEndSong) GetShuffle() bool

func (*LegacyEndSong) GetSourceEnd

func (x *LegacyEndSong) GetSourceEnd() string

func (*LegacyEndSong) GetSourceStart

func (x *LegacyEndSong) GetSourceStart() string

func (*LegacyEndSong) GetStreamingRule

func (x *LegacyEndSong) GetStreamingRule() string

func (*LegacyEndSong) GetTransition

func (x *LegacyEndSong) GetTransition() string

func (*LegacyEndSong) GetUiLatency

func (x *LegacyEndSong) GetUiLatency() int64

func (*LegacyEndSong) GetUnionPlayed

func (x *LegacyEndSong) GetUnionPlayed() int64

func (*LegacyEndSong) ProtoMessage

func (*LegacyEndSong) ProtoMessage()

func (*LegacyEndSong) ProtoReflect

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

func (*LegacyEndSong) Reset

func (x *LegacyEndSong) Reset()

func (*LegacyEndSong) String

func (x *LegacyEndSong) String() string

type LocalFileSyncError

type LocalFileSyncError struct {
	Error *string `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalFileSyncError) Descriptor deprecated

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

Deprecated: Use LocalFileSyncError.ProtoReflect.Descriptor instead.

func (*LocalFileSyncError) GetError

func (x *LocalFileSyncError) GetError() string

func (*LocalFileSyncError) ProtoMessage

func (*LocalFileSyncError) ProtoMessage()

func (*LocalFileSyncError) ProtoReflect

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

func (*LocalFileSyncError) Reset

func (x *LocalFileSyncError) Reset()

func (*LocalFileSyncError) String

func (x *LocalFileSyncError) String() string

type LocalFilesError

type LocalFilesError struct {
	ErrorCode *int64  `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	Context   *string `protobuf:"bytes,2,opt,name=context,proto3,oneof" json:"context,omitempty"`
	Info      *string `protobuf:"bytes,3,opt,name=info,proto3,oneof" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalFilesError) Descriptor deprecated

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

Deprecated: Use LocalFilesError.ProtoReflect.Descriptor instead.

func (*LocalFilesError) GetContext

func (x *LocalFilesError) GetContext() string

func (*LocalFilesError) GetErrorCode

func (x *LocalFilesError) GetErrorCode() int64

func (*LocalFilesError) GetInfo

func (x *LocalFilesError) GetInfo() string

func (*LocalFilesError) ProtoMessage

func (*LocalFilesError) ProtoMessage()

func (*LocalFilesError) ProtoReflect

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

func (*LocalFilesError) Reset

func (x *LocalFilesError) Reset()

func (*LocalFilesError) String

func (x *LocalFilesError) String() string

type LocalFilesImport

type LocalFilesImport struct {
	Tracks          *int64  `protobuf:"varint,1,opt,name=tracks,proto3,oneof" json:"tracks,omitempty"`
	DuplicateTracks *int64  `protobuf:"varint,2,opt,name=duplicate_tracks,json=duplicateTracks,proto3,oneof" json:"duplicate_tracks,omitempty"`
	FailedTracks    *int64  `protobuf:"varint,3,opt,name=failed_tracks,json=failedTracks,proto3,oneof" json:"failed_tracks,omitempty"`
	MatchedTracks   *int64  `protobuf:"varint,4,opt,name=matched_tracks,json=matchedTracks,proto3,oneof" json:"matched_tracks,omitempty"`
	Source          *string `protobuf:"bytes,5,opt,name=source,proto3,oneof" json:"source,omitempty"`
	InvalidTracks   *int64  `protobuf:"varint,6,opt,name=invalid_tracks,json=invalidTracks,proto3,oneof" json:"invalid_tracks,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalFilesImport) Descriptor deprecated

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

Deprecated: Use LocalFilesImport.ProtoReflect.Descriptor instead.

func (*LocalFilesImport) GetDuplicateTracks

func (x *LocalFilesImport) GetDuplicateTracks() int64

func (*LocalFilesImport) GetFailedTracks

func (x *LocalFilesImport) GetFailedTracks() int64

func (*LocalFilesImport) GetInvalidTracks

func (x *LocalFilesImport) GetInvalidTracks() int64

func (*LocalFilesImport) GetMatchedTracks

func (x *LocalFilesImport) GetMatchedTracks() int64

func (*LocalFilesImport) GetSource

func (x *LocalFilesImport) GetSource() string

func (*LocalFilesImport) GetTracks

func (x *LocalFilesImport) GetTracks() int64

func (*LocalFilesImport) ProtoMessage

func (*LocalFilesImport) ProtoMessage()

func (*LocalFilesImport) ProtoReflect

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

func (*LocalFilesImport) Reset

func (x *LocalFilesImport) Reset()

func (*LocalFilesImport) String

func (x *LocalFilesImport) String() string

type LocalFilesReport

type LocalFilesReport struct {
	TotalTracks               *int64 `protobuf:"varint,1,opt,name=total_tracks,json=totalTracks,proto3,oneof" json:"total_tracks,omitempty"`
	TotalSize                 *int64 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3,oneof" json:"total_size,omitempty"`
	OwnedTracks               *int64 `protobuf:"varint,3,opt,name=owned_tracks,json=ownedTracks,proto3,oneof" json:"owned_tracks,omitempty"`
	OwnedSize                 *int64 `protobuf:"varint,4,opt,name=owned_size,json=ownedSize,proto3,oneof" json:"owned_size,omitempty"`
	TracksNotFound            *int64 `protobuf:"varint,5,opt,name=tracks_not_found,json=tracksNotFound,proto3,oneof" json:"tracks_not_found,omitempty"`
	TracksBadFormat           *int64 `protobuf:"varint,6,opt,name=tracks_bad_format,json=tracksBadFormat,proto3,oneof" json:"tracks_bad_format,omitempty"`
	TracksDrmProtected        *int64 `protobuf:"varint,7,opt,name=tracks_drm_protected,json=tracksDrmProtected,proto3,oneof" json:"tracks_drm_protected,omitempty"`
	TracksUnknownPruned       *int64 `` /* 127-byte string literal not displayed */
	TracksReallocatedRepaired *int64 `` /* 145-byte string literal not displayed */
	EnabledSources            *int64 `protobuf:"varint,10,opt,name=enabled_sources,json=enabledSources,proto3,oneof" json:"enabled_sources,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalFilesReport) Descriptor deprecated

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

Deprecated: Use LocalFilesReport.ProtoReflect.Descriptor instead.

func (*LocalFilesReport) GetEnabledSources

func (x *LocalFilesReport) GetEnabledSources() int64

func (*LocalFilesReport) GetOwnedSize

func (x *LocalFilesReport) GetOwnedSize() int64

func (*LocalFilesReport) GetOwnedTracks

func (x *LocalFilesReport) GetOwnedTracks() int64

func (*LocalFilesReport) GetTotalSize

func (x *LocalFilesReport) GetTotalSize() int64

func (*LocalFilesReport) GetTotalTracks

func (x *LocalFilesReport) GetTotalTracks() int64

func (*LocalFilesReport) GetTracksBadFormat

func (x *LocalFilesReport) GetTracksBadFormat() int64

func (*LocalFilesReport) GetTracksDrmProtected

func (x *LocalFilesReport) GetTracksDrmProtected() int64

func (*LocalFilesReport) GetTracksNotFound

func (x *LocalFilesReport) GetTracksNotFound() int64

func (*LocalFilesReport) GetTracksReallocatedRepaired

func (x *LocalFilesReport) GetTracksReallocatedRepaired() int64

func (*LocalFilesReport) GetTracksUnknownPruned

func (x *LocalFilesReport) GetTracksUnknownPruned() int64

func (*LocalFilesReport) ProtoMessage

func (*LocalFilesReport) ProtoMessage()

func (*LocalFilesReport) ProtoReflect

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

func (*LocalFilesReport) Reset

func (x *LocalFilesReport) Reset()

func (*LocalFilesReport) String

func (x *LocalFilesReport) String() string

type LocalFilesSourceEvent

type LocalFilesSourceEvent struct {
	Id    *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Event *string `protobuf:"bytes,2,opt,name=event,proto3,oneof" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalFilesSourceEvent) Descriptor deprecated

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

Deprecated: Use LocalFilesSourceEvent.ProtoReflect.Descriptor instead.

func (*LocalFilesSourceEvent) GetEvent

func (x *LocalFilesSourceEvent) GetEvent() string

func (*LocalFilesSourceEvent) GetId

func (x *LocalFilesSourceEvent) GetId() string

func (*LocalFilesSourceEvent) ProtoMessage

func (*LocalFilesSourceEvent) ProtoMessage()

func (*LocalFilesSourceEvent) ProtoReflect

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

func (*LocalFilesSourceEvent) Reset

func (x *LocalFilesSourceEvent) Reset()

func (*LocalFilesSourceEvent) String

func (x *LocalFilesSourceEvent) String() string

type LocalFilesSourceReport

type LocalFilesSourceReport struct {
	Id     *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Tracks *int64  `protobuf:"varint,2,opt,name=tracks,proto3,oneof" json:"tracks,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalFilesSourceReport) Descriptor deprecated

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

Deprecated: Use LocalFilesSourceReport.ProtoReflect.Descriptor instead.

func (*LocalFilesSourceReport) GetId

func (x *LocalFilesSourceReport) GetId() string

func (*LocalFilesSourceReport) GetTracks

func (x *LocalFilesSourceReport) GetTracks() int64

func (*LocalFilesSourceReport) ProtoMessage

func (*LocalFilesSourceReport) ProtoMessage()

func (*LocalFilesSourceReport) ProtoReflect

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

func (*LocalFilesSourceReport) Reset

func (x *LocalFilesSourceReport) Reset()

func (*LocalFilesSourceReport) String

func (x *LocalFilesSourceReport) String() string

type Login5TaskNonAuth

type Login5TaskNonAuth struct {
	CredentialsType  *string  `protobuf:"bytes,1,opt,name=credentials_type,json=credentialsType,proto3,oneof" json:"credentials_type,omitempty"`
	ProtocolVersion  *string  `protobuf:"bytes,2,opt,name=protocol_version,json=protocolVersion,proto3,oneof" json:"protocol_version,omitempty"`
	HttpResponse     []int32  `protobuf:"varint,3,rep,packed,name=http_response,json=httpResponse,proto3" json:"http_response,omitempty"`
	Login5Response   []string `protobuf:"bytes,4,rep,name=login5_response,json=login5Response,proto3" json:"login5_response,omitempty"`
	ResponseDuration []int64  `protobuf:"varint,5,rep,packed,name=response_duration,json=responseDuration,proto3" json:"response_duration,omitempty"`
	ClientError      *string  `protobuf:"bytes,6,opt,name=client_error,json=clientError,proto3,oneof" json:"client_error,omitempty"`
	// contains filtered or unexported fields
}

func (*Login5TaskNonAuth) Descriptor deprecated

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

Deprecated: Use Login5TaskNonAuth.ProtoReflect.Descriptor instead.

func (*Login5TaskNonAuth) GetClientError

func (x *Login5TaskNonAuth) GetClientError() string

func (*Login5TaskNonAuth) GetCredentialsType

func (x *Login5TaskNonAuth) GetCredentialsType() string

func (*Login5TaskNonAuth) GetHttpResponse

func (x *Login5TaskNonAuth) GetHttpResponse() []int32

func (*Login5TaskNonAuth) GetLogin5Response

func (x *Login5TaskNonAuth) GetLogin5Response() []string

func (*Login5TaskNonAuth) GetProtocolVersion

func (x *Login5TaskNonAuth) GetProtocolVersion() string

func (*Login5TaskNonAuth) GetResponseDuration

func (x *Login5TaskNonAuth) GetResponseDuration() []int64

func (*Login5TaskNonAuth) ProtoMessage

func (*Login5TaskNonAuth) ProtoMessage()

func (*Login5TaskNonAuth) ProtoReflect

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

func (*Login5TaskNonAuth) Reset

func (x *Login5TaskNonAuth) Reset()

func (*Login5TaskNonAuth) String

func (x *Login5TaskNonAuth) String() string

type MdnsLoginFailures

type MdnsLoginFailures struct {
	DeviceId              *string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3,oneof" json:"device_id,omitempty"`
	ErrorCode             *int64  `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	ResponseBody          *string `protobuf:"bytes,3,opt,name=response_body,json=responseBody,proto3,oneof" json:"response_body,omitempty"`
	Request               *string `protobuf:"bytes,4,opt,name=request,proto3,oneof" json:"request,omitempty"`
	EsdkInternalErrorCode *int64  `` /* 135-byte string literal not displayed */
	Context               *string `protobuf:"bytes,6,opt,name=context,proto3,oneof" json:"context,omitempty"`
	// contains filtered or unexported fields
}

func (*MdnsLoginFailures) Descriptor deprecated

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

Deprecated: Use MdnsLoginFailures.ProtoReflect.Descriptor instead.

func (*MdnsLoginFailures) GetContext

func (x *MdnsLoginFailures) GetContext() string

func (*MdnsLoginFailures) GetDeviceId

func (x *MdnsLoginFailures) GetDeviceId() string

func (*MdnsLoginFailures) GetErrorCode

func (x *MdnsLoginFailures) GetErrorCode() int64

func (*MdnsLoginFailures) GetEsdkInternalErrorCode

func (x *MdnsLoginFailures) GetEsdkInternalErrorCode() int64

func (*MdnsLoginFailures) GetRequest

func (x *MdnsLoginFailures) GetRequest() string

func (*MdnsLoginFailures) GetResponseBody

func (x *MdnsLoginFailures) GetResponseBody() string

func (*MdnsLoginFailures) ProtoMessage

func (*MdnsLoginFailures) ProtoMessage()

func (*MdnsLoginFailures) ProtoReflect

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

func (*MdnsLoginFailures) Reset

func (x *MdnsLoginFailures) Reset()

func (*MdnsLoginFailures) String

func (x *MdnsLoginFailures) String() string

type MetadataExtensionClientStatistic

type MetadataExtensionClientStatistic struct {
	TaskId                 []byte  `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3,oneof" json:"task_id,omitempty"`
	FeatureId              *string `protobuf:"bytes,2,opt,name=feature_id,json=featureId,proto3,oneof" json:"feature_id,omitempty"`
	IsOnlineParam          *bool   `protobuf:"varint,3,opt,name=is_online_param,json=isOnlineParam,proto3,oneof" json:"is_online_param,omitempty"`
	NumExtensionsWithEtags *int32  `` /* 138-byte string literal not displayed */
	NumExtensionsRequested *int32  `` /* 136-byte string literal not displayed */
	NumExtensionsNeeded    *int32  `` /* 127-byte string literal not displayed */
	NumUrisRequested       *int32  `protobuf:"varint,7,opt,name=num_uris_requested,json=numUrisRequested,proto3,oneof" json:"num_uris_requested,omitempty"`
	NumUrisNeeded          *int32  `protobuf:"varint,8,opt,name=num_uris_needed,json=numUrisNeeded,proto3,oneof" json:"num_uris_needed,omitempty"`
	NumPreparedRequests    *int32  `` /* 127-byte string literal not displayed */
	NumSentRequests        *int32  `protobuf:"varint,10,opt,name=num_sent_requests,json=numSentRequests,proto3,oneof" json:"num_sent_requests,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataExtensionClientStatistic) Descriptor deprecated

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

Deprecated: Use MetadataExtensionClientStatistic.ProtoReflect.Descriptor instead.

func (*MetadataExtensionClientStatistic) GetFeatureId

func (x *MetadataExtensionClientStatistic) GetFeatureId() string

func (*MetadataExtensionClientStatistic) GetIsOnlineParam

func (x *MetadataExtensionClientStatistic) GetIsOnlineParam() bool

func (*MetadataExtensionClientStatistic) GetNumExtensionsNeeded

func (x *MetadataExtensionClientStatistic) GetNumExtensionsNeeded() int32

func (*MetadataExtensionClientStatistic) GetNumExtensionsRequested

func (x *MetadataExtensionClientStatistic) GetNumExtensionsRequested() int32

func (*MetadataExtensionClientStatistic) GetNumExtensionsWithEtags

func (x *MetadataExtensionClientStatistic) GetNumExtensionsWithEtags() int32

func (*MetadataExtensionClientStatistic) GetNumPreparedRequests

func (x *MetadataExtensionClientStatistic) GetNumPreparedRequests() int32

func (*MetadataExtensionClientStatistic) GetNumSentRequests

func (x *MetadataExtensionClientStatistic) GetNumSentRequests() int32

func (*MetadataExtensionClientStatistic) GetNumUrisNeeded

func (x *MetadataExtensionClientStatistic) GetNumUrisNeeded() int32

func (*MetadataExtensionClientStatistic) GetNumUrisRequested

func (x *MetadataExtensionClientStatistic) GetNumUrisRequested() int32

func (*MetadataExtensionClientStatistic) GetTaskId

func (x *MetadataExtensionClientStatistic) GetTaskId() []byte

func (*MetadataExtensionClientStatistic) ProtoMessage

func (*MetadataExtensionClientStatistic) ProtoMessage()

func (*MetadataExtensionClientStatistic) ProtoReflect

func (*MetadataExtensionClientStatistic) Reset

func (*MetadataExtensionClientStatistic) String

type MonotonicClock

type MonotonicClock struct {
	Id    int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Value int64 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MonotonicClock) Descriptor deprecated

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

Deprecated: Use MonotonicClock.ProtoReflect.Descriptor instead.

func (*MonotonicClock) GetId

func (x *MonotonicClock) GetId() int64

func (*MonotonicClock) GetValue

func (x *MonotonicClock) GetValue() int64

func (*MonotonicClock) ProtoMessage

func (*MonotonicClock) ProtoMessage()

func (*MonotonicClock) ProtoReflect

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

func (*MonotonicClock) Reset

func (x *MonotonicClock) Reset()

func (*MonotonicClock) String

func (x *MonotonicClock) String() string

type Offline2ClientError

type Offline2ClientError struct {
	Error    *string `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"`
	DeviceId *string `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3,oneof" json:"device_id,omitempty"`
	CacheId  *string `protobuf:"bytes,3,opt,name=cache_id,json=cacheId,proto3,oneof" json:"cache_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Offline2ClientError) Descriptor deprecated

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

Deprecated: Use Offline2ClientError.ProtoReflect.Descriptor instead.

func (*Offline2ClientError) GetCacheId

func (x *Offline2ClientError) GetCacheId() string

func (*Offline2ClientError) GetDeviceId

func (x *Offline2ClientError) GetDeviceId() string

func (*Offline2ClientError) GetError

func (x *Offline2ClientError) GetError() string

func (*Offline2ClientError) ProtoMessage

func (*Offline2ClientError) ProtoMessage()

func (*Offline2ClientError) ProtoReflect

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

func (*Offline2ClientError) Reset

func (x *Offline2ClientError) Reset()

func (*Offline2ClientError) String

func (x *Offline2ClientError) String() string

type Offline2ClientEvent

type Offline2ClientEvent struct {
	Event    *string `protobuf:"bytes,1,opt,name=event,proto3,oneof" json:"event,omitempty"`
	DeviceId *string `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3,oneof" json:"device_id,omitempty"`
	CacheId  *string `protobuf:"bytes,3,opt,name=cache_id,json=cacheId,proto3,oneof" json:"cache_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Offline2ClientEvent) Descriptor deprecated

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

Deprecated: Use Offline2ClientEvent.ProtoReflect.Descriptor instead.

func (*Offline2ClientEvent) GetCacheId

func (x *Offline2ClientEvent) GetCacheId() string

func (*Offline2ClientEvent) GetDeviceId

func (x *Offline2ClientEvent) GetDeviceId() string

func (*Offline2ClientEvent) GetEvent

func (x *Offline2ClientEvent) GetEvent() string

func (*Offline2ClientEvent) ProtoMessage

func (*Offline2ClientEvent) ProtoMessage()

func (*Offline2ClientEvent) ProtoReflect

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

func (*Offline2ClientEvent) Reset

func (x *Offline2ClientEvent) Reset()

func (*Offline2ClientEvent) String

func (x *Offline2ClientEvent) String() string

type OfflineError

type OfflineError struct {
	ErrorCode *int64  `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	Track     *string `protobuf:"bytes,2,opt,name=track,proto3,oneof" json:"track,omitempty"`
	CacheId   *string `protobuf:"bytes,3,opt,name=cache_id,json=cacheId,proto3,oneof" json:"cache_id,omitempty"`
	Details   *string `protobuf:"bytes,4,opt,name=details,proto3,oneof" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*OfflineError) Descriptor deprecated

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

Deprecated: Use OfflineError.ProtoReflect.Descriptor instead.

func (*OfflineError) GetCacheId

func (x *OfflineError) GetCacheId() string

func (*OfflineError) GetDetails

func (x *OfflineError) GetDetails() string

func (*OfflineError) GetErrorCode

func (x *OfflineError) GetErrorCode() int64

func (*OfflineError) GetTrack

func (x *OfflineError) GetTrack() string

func (*OfflineError) ProtoMessage

func (*OfflineError) ProtoMessage()

func (*OfflineError) ProtoReflect

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

func (*OfflineError) Reset

func (x *OfflineError) Reset()

func (*OfflineError) String

func (x *OfflineError) String() string

type OfflineEvent

type OfflineEvent struct {
	Event   *string `protobuf:"bytes,1,opt,name=event,proto3,oneof" json:"event,omitempty"`
	Data    *string `protobuf:"bytes,2,opt,name=data,proto3,oneof" json:"data,omitempty"`
	CacheId *string `protobuf:"bytes,3,opt,name=cache_id,json=cacheId,proto3,oneof" json:"cache_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OfflineEvent) Descriptor deprecated

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

Deprecated: Use OfflineEvent.ProtoReflect.Descriptor instead.

func (*OfflineEvent) GetCacheId

func (x *OfflineEvent) GetCacheId() string

func (*OfflineEvent) GetData

func (x *OfflineEvent) GetData() string

func (*OfflineEvent) GetEvent

func (x *OfflineEvent) GetEvent() string

func (*OfflineEvent) ProtoMessage

func (*OfflineEvent) ProtoMessage()

func (*OfflineEvent) ProtoReflect

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

func (*OfflineEvent) Reset

func (x *OfflineEvent) Reset()

func (*OfflineEvent) String

func (x *OfflineEvent) String() string

type OfflinePlayableCacheReport

type OfflinePlayableCacheReport struct {
	NumTracks              *int64 `protobuf:"varint,1,opt,name=num_tracks,json=numTracks,proto3,oneof" json:"num_tracks,omitempty"`
	NumMissingFiles        *int64 `protobuf:"varint,2,opt,name=num_missing_files,json=numMissingFiles,proto3,oneof" json:"num_missing_files,omitempty"`
	NumMissingKeys         *int64 `protobuf:"varint,3,opt,name=num_missing_keys,json=numMissingKeys,proto3,oneof" json:"num_missing_keys,omitempty"`
	NumMissingMetadata     *int64 `protobuf:"varint,4,opt,name=num_missing_metadata,json=numMissingMetadata,proto3,oneof" json:"num_missing_metadata,omitempty"`
	NumExpired             *int64 `protobuf:"varint,5,opt,name=num_expired,json=numExpired,proto3,oneof" json:"num_expired,omitempty"`
	NumMissingInAudioIndex *int64 `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OfflinePlayableCacheReport) Descriptor deprecated

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

Deprecated: Use OfflinePlayableCacheReport.ProtoReflect.Descriptor instead.

func (*OfflinePlayableCacheReport) GetNumExpired

func (x *OfflinePlayableCacheReport) GetNumExpired() int64

func (*OfflinePlayableCacheReport) GetNumMissingFiles

func (x *OfflinePlayableCacheReport) GetNumMissingFiles() int64

func (*OfflinePlayableCacheReport) GetNumMissingInAudioIndex

func (x *OfflinePlayableCacheReport) GetNumMissingInAudioIndex() int64

func (*OfflinePlayableCacheReport) GetNumMissingKeys

func (x *OfflinePlayableCacheReport) GetNumMissingKeys() int64

func (*OfflinePlayableCacheReport) GetNumMissingMetadata

func (x *OfflinePlayableCacheReport) GetNumMissingMetadata() int64

func (*OfflinePlayableCacheReport) GetNumTracks

func (x *OfflinePlayableCacheReport) GetNumTracks() int64

func (*OfflinePlayableCacheReport) ProtoMessage

func (*OfflinePlayableCacheReport) ProtoMessage()

func (*OfflinePlayableCacheReport) ProtoReflect

func (*OfflinePlayableCacheReport) Reset

func (x *OfflinePlayableCacheReport) Reset()

func (*OfflinePlayableCacheReport) String

func (x *OfflinePlayableCacheReport) String() string

type OfflineReport

type OfflineReport struct {
	TotalNumTracks             *int64           `protobuf:"varint,1,opt,name=total_num_tracks,json=totalNumTracks,proto3,oneof" json:"total_num_tracks,omitempty"`
	NumDownloadedTracks        *int64           `` /* 127-byte string literal not displayed */
	NumDownloadedTracksKeyless *int64           `` /* 150-byte string literal not displayed */
	TotalNumLinks              *int64           `protobuf:"varint,4,opt,name=total_num_links,json=totalNumLinks,proto3,oneof" json:"total_num_links,omitempty"`
	TotalNumLinksKeyless       *int64           `` /* 132-byte string literal not displayed */
	ContextNumLinksMap         map[string]int64 `` /* 194-byte string literal not displayed */
	LinktypeNumTracksMap       map[string]int64 `` /* 200-byte string literal not displayed */
	TrackLimit                 *int64           `protobuf:"varint,8,opt,name=track_limit,json=trackLimit,proto3,oneof" json:"track_limit,omitempty"`
	Expiry                     *int64           `protobuf:"varint,9,opt,name=expiry,proto3,oneof" json:"expiry,omitempty"`
	ChangeReason               *string          `protobuf:"bytes,10,opt,name=change_reason,json=changeReason,proto3,oneof" json:"change_reason,omitempty"`
	OfflineKeys                *int64           `protobuf:"varint,11,opt,name=offline_keys,json=offlineKeys,proto3,oneof" json:"offline_keys,omitempty"`
	CachedKeys                 *int64           `protobuf:"varint,12,opt,name=cached_keys,json=cachedKeys,proto3,oneof" json:"cached_keys,omitempty"`
	TotalNumEpisodes           *int64           `protobuf:"varint,13,opt,name=total_num_episodes,json=totalNumEpisodes,proto3,oneof" json:"total_num_episodes,omitempty"`
	NumDownloadedEpisodes      *int64           `` /* 134-byte string literal not displayed */
	EpisodeLimit               *int64           `protobuf:"varint,15,opt,name=episode_limit,json=episodeLimit,proto3,oneof" json:"episode_limit,omitempty"`
	EpisodeExpiry              *int64           `protobuf:"varint,16,opt,name=episode_expiry,json=episodeExpiry,proto3,oneof" json:"episode_expiry,omitempty"`
	AbpChapterExpiry           *int64           `protobuf:"varint,17,opt,name=abp_chapter_expiry,json=abpChapterExpiry,proto3,oneof" json:"abp_chapter_expiry,omitempty"`
	ScheduleStatsMap           map[string]int64 `` /* 187-byte string literal not displayed */
	UpdateStatsMap             map[string]int64 `` /* 181-byte string literal not displayed */
	NumUpdateAllLists          *int64           `protobuf:"varint,20,opt,name=num_update_all_lists,json=numUpdateAllLists,proto3,oneof" json:"num_update_all_lists,omitempty"`
	// contains filtered or unexported fields
}

func (*OfflineReport) Descriptor deprecated

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

Deprecated: Use OfflineReport.ProtoReflect.Descriptor instead.

func (*OfflineReport) GetAbpChapterExpiry

func (x *OfflineReport) GetAbpChapterExpiry() int64

func (*OfflineReport) GetCachedKeys

func (x *OfflineReport) GetCachedKeys() int64

func (*OfflineReport) GetChangeReason

func (x *OfflineReport) GetChangeReason() string

func (*OfflineReport) GetContextNumLinksMap

func (x *OfflineReport) GetContextNumLinksMap() map[string]int64

func (*OfflineReport) GetEpisodeExpiry

func (x *OfflineReport) GetEpisodeExpiry() int64

func (*OfflineReport) GetEpisodeLimit

func (x *OfflineReport) GetEpisodeLimit() int64

func (*OfflineReport) GetExpiry

func (x *OfflineReport) GetExpiry() int64

func (*OfflineReport) GetLinktypeNumTracksMap

func (x *OfflineReport) GetLinktypeNumTracksMap() map[string]int64

func (*OfflineReport) GetNumDownloadedEpisodes

func (x *OfflineReport) GetNumDownloadedEpisodes() int64

func (*OfflineReport) GetNumDownloadedTracks

func (x *OfflineReport) GetNumDownloadedTracks() int64

func (*OfflineReport) GetNumDownloadedTracksKeyless

func (x *OfflineReport) GetNumDownloadedTracksKeyless() int64

func (*OfflineReport) GetNumUpdateAllLists

func (x *OfflineReport) GetNumUpdateAllLists() int64

func (*OfflineReport) GetOfflineKeys

func (x *OfflineReport) GetOfflineKeys() int64

func (*OfflineReport) GetScheduleStatsMap

func (x *OfflineReport) GetScheduleStatsMap() map[string]int64

func (*OfflineReport) GetTotalNumEpisodes

func (x *OfflineReport) GetTotalNumEpisodes() int64
func (x *OfflineReport) GetTotalNumLinks() int64

func (*OfflineReport) GetTotalNumLinksKeyless

func (x *OfflineReport) GetTotalNumLinksKeyless() int64

func (*OfflineReport) GetTotalNumTracks

func (x *OfflineReport) GetTotalNumTracks() int64

func (*OfflineReport) GetTrackLimit

func (x *OfflineReport) GetTrackLimit() int64

func (*OfflineReport) GetUpdateStatsMap

func (x *OfflineReport) GetUpdateStatsMap() map[string]int64

func (*OfflineReport) ProtoMessage

func (*OfflineReport) ProtoMessage()

func (*OfflineReport) ProtoReflect

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

func (*OfflineReport) Reset

func (x *OfflineReport) Reset()

func (*OfflineReport) String

func (x *OfflineReport) String() string

type Os

type Os struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Os) Descriptor deprecated

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

Deprecated: Use Os.ProtoReflect.Descriptor instead.

func (*Os) GetName

func (x *Os) GetName() string

func (*Os) GetVersion

func (x *Os) GetVersion() string

func (*Os) ProtoMessage

func (*Os) ProtoMessage()

func (*Os) ProtoReflect

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

func (*Os) Reset

func (x *Os) Reset()

func (*Os) String

func (x *Os) String() string

type PendingEventsDroppedEventNonAuth

type PendingEventsDroppedEventNonAuth struct {
	Operation       *string `protobuf:"bytes,1,opt,name=operation,proto3,oneof" json:"operation,omitempty"`
	ErrorType       *string `protobuf:"bytes,2,opt,name=error_type,json=errorType,proto3,oneof" json:"error_type,omitempty"`
	UnderlyingError *string `protobuf:"bytes,3,opt,name=underlying_error,json=underlyingError,proto3,oneof" json:"underlying_error,omitempty"`
	EventType       *string `protobuf:"bytes,4,opt,name=event_type,json=eventType,proto3,oneof" json:"event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingEventsDroppedEventNonAuth) Descriptor deprecated

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

Deprecated: Use PendingEventsDroppedEventNonAuth.ProtoReflect.Descriptor instead.

func (*PendingEventsDroppedEventNonAuth) GetErrorType

func (x *PendingEventsDroppedEventNonAuth) GetErrorType() string

func (*PendingEventsDroppedEventNonAuth) GetEventType

func (x *PendingEventsDroppedEventNonAuth) GetEventType() string

func (*PendingEventsDroppedEventNonAuth) GetOperation

func (x *PendingEventsDroppedEventNonAuth) GetOperation() string

func (*PendingEventsDroppedEventNonAuth) GetUnderlyingError

func (x *PendingEventsDroppedEventNonAuth) GetUnderlyingError() string

func (*PendingEventsDroppedEventNonAuth) ProtoMessage

func (*PendingEventsDroppedEventNonAuth) ProtoMessage()

func (*PendingEventsDroppedEventNonAuth) ProtoReflect

func (*PendingEventsDroppedEventNonAuth) Reset

func (*PendingEventsDroppedEventNonAuth) String

type PendingEventsInternalErrorNonAuth

type PendingEventsInternalErrorNonAuth struct {
	Operation       *string `protobuf:"bytes,1,opt,name=operation,proto3,oneof" json:"operation,omitempty"`
	ErrorType       *string `protobuf:"bytes,2,opt,name=error_type,json=errorType,proto3,oneof" json:"error_type,omitempty"`
	UnderlyingError *string `protobuf:"bytes,3,opt,name=underlying_error,json=underlyingError,proto3,oneof" json:"underlying_error,omitempty"`
	EventType       *string `protobuf:"bytes,4,opt,name=event_type,json=eventType,proto3,oneof" json:"event_type,omitempty"`
	EventSequenceNo *int64  `protobuf:"varint,5,opt,name=event_sequence_no,json=eventSequenceNo,proto3,oneof" json:"event_sequence_no,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingEventsInternalErrorNonAuth) Descriptor deprecated

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

Deprecated: Use PendingEventsInternalErrorNonAuth.ProtoReflect.Descriptor instead.

func (*PendingEventsInternalErrorNonAuth) GetErrorType

func (x *PendingEventsInternalErrorNonAuth) GetErrorType() string

func (*PendingEventsInternalErrorNonAuth) GetEventSequenceNo

func (x *PendingEventsInternalErrorNonAuth) GetEventSequenceNo() int64

func (*PendingEventsInternalErrorNonAuth) GetEventType

func (x *PendingEventsInternalErrorNonAuth) GetEventType() string

func (*PendingEventsInternalErrorNonAuth) GetOperation

func (x *PendingEventsInternalErrorNonAuth) GetOperation() string

func (*PendingEventsInternalErrorNonAuth) GetUnderlyingError

func (x *PendingEventsInternalErrorNonAuth) GetUnderlyingError() string

func (*PendingEventsInternalErrorNonAuth) ProtoMessage

func (*PendingEventsInternalErrorNonAuth) ProtoMessage()

func (*PendingEventsInternalErrorNonAuth) ProtoReflect

func (*PendingEventsInternalErrorNonAuth) Reset

func (*PendingEventsInternalErrorNonAuth) String

type PendingEventsStatsNonAuth

type PendingEventsStatsNonAuth struct {
	EventNames          []string `protobuf:"bytes,1,rep,name=event_names,json=eventNames,proto3" json:"event_names,omitempty"`
	SequenceNumberMins  []int64  `protobuf:"varint,2,rep,packed,name=sequence_number_mins,json=sequenceNumberMins,proto3" json:"sequence_number_mins,omitempty"`
	SequenceNumberNexts []int64  `` /* 128-byte string literal not displayed */
	StorageSizes        []int64  `protobuf:"varint,4,rep,packed,name=storage_sizes,json=storageSizes,proto3" json:"storage_sizes,omitempty"`
	NumDroppedEvents    []int64  `protobuf:"varint,5,rep,packed,name=num_dropped_events,json=numDroppedEvents,proto3" json:"num_dropped_events,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingEventsStatsNonAuth) Descriptor deprecated

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

Deprecated: Use PendingEventsStatsNonAuth.ProtoReflect.Descriptor instead.

func (*PendingEventsStatsNonAuth) GetEventNames

func (x *PendingEventsStatsNonAuth) GetEventNames() []string

func (*PendingEventsStatsNonAuth) GetNumDroppedEvents

func (x *PendingEventsStatsNonAuth) GetNumDroppedEvents() []int64

func (*PendingEventsStatsNonAuth) GetSequenceNumberMins

func (x *PendingEventsStatsNonAuth) GetSequenceNumberMins() []int64

func (*PendingEventsStatsNonAuth) GetSequenceNumberNexts

func (x *PendingEventsStatsNonAuth) GetSequenceNumberNexts() []int64

func (*PendingEventsStatsNonAuth) GetStorageSizes

func (x *PendingEventsStatsNonAuth) GetStorageSizes() []int64

func (*PendingEventsStatsNonAuth) ProtoMessage

func (*PendingEventsStatsNonAuth) ProtoMessage()

func (*PendingEventsStatsNonAuth) ProtoReflect

func (*PendingEventsStatsNonAuth) Reset

func (x *PendingEventsStatsNonAuth) Reset()

func (*PendingEventsStatsNonAuth) String

func (x *PendingEventsStatsNonAuth) String() string

type PickAndShuffleCapStateRestore

type PickAndShuffleCapStateRestore struct {
	CapDay                 *int64  `protobuf:"varint,1,opt,name=cap_day,json=capDay,proto3,oneof" json:"cap_day,omitempty"`
	CapMonth               *int64  `protobuf:"varint,2,opt,name=cap_month,json=capMonth,proto3,oneof" json:"cap_month,omitempty"`
	StreamCount            *int64  `protobuf:"varint,3,opt,name=stream_count,json=streamCount,proto3,oneof" json:"stream_count,omitempty"`
	TimeCap                *int64  `protobuf:"varint,4,opt,name=time_cap,json=timeCap,proto3,oneof" json:"time_cap,omitempty"`
	CapConfigurationOrigin *string `` /* 135-byte string literal not displayed */
	DynamicCapEnabled      *bool   `protobuf:"varint,6,opt,name=dynamic_cap_enabled,json=dynamicCapEnabled,proto3,oneof" json:"dynamic_cap_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*PickAndShuffleCapStateRestore) Descriptor deprecated

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

Deprecated: Use PickAndShuffleCapStateRestore.ProtoReflect.Descriptor instead.

func (*PickAndShuffleCapStateRestore) GetCapConfigurationOrigin

func (x *PickAndShuffleCapStateRestore) GetCapConfigurationOrigin() string

func (*PickAndShuffleCapStateRestore) GetCapDay

func (x *PickAndShuffleCapStateRestore) GetCapDay() int64

func (*PickAndShuffleCapStateRestore) GetCapMonth

func (x *PickAndShuffleCapStateRestore) GetCapMonth() int64

func (*PickAndShuffleCapStateRestore) GetDynamicCapEnabled

func (x *PickAndShuffleCapStateRestore) GetDynamicCapEnabled() bool

func (*PickAndShuffleCapStateRestore) GetStreamCount

func (x *PickAndShuffleCapStateRestore) GetStreamCount() int64

func (*PickAndShuffleCapStateRestore) GetTimeCap

func (x *PickAndShuffleCapStateRestore) GetTimeCap() int64

func (*PickAndShuffleCapStateRestore) ProtoMessage

func (*PickAndShuffleCapStateRestore) ProtoMessage()

func (*PickAndShuffleCapStateRestore) ProtoReflect

func (*PickAndShuffleCapStateRestore) Reset

func (x *PickAndShuffleCapStateRestore) Reset()

func (*PickAndShuffleCapStateRestore) String

type PickAndShuffleCapStateSave

type PickAndShuffleCapStateSave struct {
	CapDay                 *int64  `protobuf:"varint,1,opt,name=cap_day,json=capDay,proto3,oneof" json:"cap_day,omitempty"`
	CapMonth               *int64  `protobuf:"varint,2,opt,name=cap_month,json=capMonth,proto3,oneof" json:"cap_month,omitempty"`
	StreamCount            *int64  `protobuf:"varint,3,opt,name=stream_count,json=streamCount,proto3,oneof" json:"stream_count,omitempty"`
	TimeCap                *int64  `protobuf:"varint,4,opt,name=time_cap,json=timeCap,proto3,oneof" json:"time_cap,omitempty"`
	CapConfigurationOrigin *string `` /* 135-byte string literal not displayed */
	DynamicCapEnabled      *bool   `protobuf:"varint,6,opt,name=dynamic_cap_enabled,json=dynamicCapEnabled,proto3,oneof" json:"dynamic_cap_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*PickAndShuffleCapStateSave) Descriptor deprecated

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

Deprecated: Use PickAndShuffleCapStateSave.ProtoReflect.Descriptor instead.

func (*PickAndShuffleCapStateSave) GetCapConfigurationOrigin

func (x *PickAndShuffleCapStateSave) GetCapConfigurationOrigin() string

func (*PickAndShuffleCapStateSave) GetCapDay

func (x *PickAndShuffleCapStateSave) GetCapDay() int64

func (*PickAndShuffleCapStateSave) GetCapMonth

func (x *PickAndShuffleCapStateSave) GetCapMonth() int64

func (*PickAndShuffleCapStateSave) GetDynamicCapEnabled

func (x *PickAndShuffleCapStateSave) GetDynamicCapEnabled() bool

func (*PickAndShuffleCapStateSave) GetStreamCount

func (x *PickAndShuffleCapStateSave) GetStreamCount() int64

func (*PickAndShuffleCapStateSave) GetTimeCap

func (x *PickAndShuffleCapStateSave) GetTimeCap() int64

func (*PickAndShuffleCapStateSave) ProtoMessage

func (*PickAndShuffleCapStateSave) ProtoMessage()

func (*PickAndShuffleCapStateSave) ProtoReflect

func (*PickAndShuffleCapStateSave) Reset

func (x *PickAndShuffleCapStateSave) Reset()

func (*PickAndShuffleCapStateSave) String

func (x *PickAndShuffleCapStateSave) String() string

type PlaybackError

type PlaybackError struct {
	FileId        []byte  `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3,oneof" json:"file_id,omitempty"`
	PlaybackId    []byte  `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	TrackId       *string `protobuf:"bytes,3,opt,name=track_id,json=trackId,proto3,oneof" json:"track_id,omitempty"`
	Bitrate       *int64  `protobuf:"varint,4,opt,name=bitrate,proto3,oneof" json:"bitrate,omitempty"`
	ErrorCode     *int64  `protobuf:"varint,5,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	Fatal         *bool   `protobuf:"varint,6,opt,name=fatal,proto3,oneof" json:"fatal,omitempty"`
	Audiocodec    *string `protobuf:"bytes,7,opt,name=audiocodec,proto3,oneof" json:"audiocodec,omitempty"`
	ExternalTrack *bool   `protobuf:"varint,8,opt,name=external_track,json=externalTrack,proto3,oneof" json:"external_track,omitempty"`
	PositionMs    *int64  `protobuf:"varint,9,opt,name=position_ms,json=positionMs,proto3,oneof" json:"position_ms,omitempty"`
	KeyChecksum   *int64  `protobuf:"varint,10,opt,name=key_checksum,json=keyChecksum,proto3,oneof" json:"key_checksum,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaybackError) Descriptor deprecated

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

Deprecated: Use PlaybackError.ProtoReflect.Descriptor instead.

func (*PlaybackError) GetAudiocodec

func (x *PlaybackError) GetAudiocodec() string

func (*PlaybackError) GetBitrate

func (x *PlaybackError) GetBitrate() int64

func (*PlaybackError) GetErrorCode

func (x *PlaybackError) GetErrorCode() int64

func (*PlaybackError) GetExternalTrack

func (x *PlaybackError) GetExternalTrack() bool

func (*PlaybackError) GetFatal

func (x *PlaybackError) GetFatal() bool

func (*PlaybackError) GetFileId

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

func (*PlaybackError) GetKeyChecksum

func (x *PlaybackError) GetKeyChecksum() int64

func (*PlaybackError) GetPlaybackId

func (x *PlaybackError) GetPlaybackId() []byte

func (*PlaybackError) GetPositionMs

func (x *PlaybackError) GetPositionMs() int64

func (*PlaybackError) GetTrackId

func (x *PlaybackError) GetTrackId() string

func (*PlaybackError) ProtoMessage

func (*PlaybackError) ProtoMessage()

func (*PlaybackError) ProtoReflect

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

func (*PlaybackError) Reset

func (x *PlaybackError) Reset()

func (*PlaybackError) String

func (x *PlaybackError) String() string

type PlaybackRetry

type PlaybackRetry struct {
	Track      *string `protobuf:"bytes,1,opt,name=track,proto3,oneof" json:"track,omitempty"`
	PlaybackId []byte  `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	Method     *string `protobuf:"bytes,3,opt,name=method,proto3,oneof" json:"method,omitempty"`
	Status     *string `protobuf:"bytes,4,opt,name=status,proto3,oneof" json:"status,omitempty"`
	Reason     *string `protobuf:"bytes,5,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	PrevEtag   *string `protobuf:"bytes,6,opt,name=prev_etag,json=prevEtag,proto3,oneof" json:"prev_etag,omitempty"`
	PrevExpiry *int64  `protobuf:"varint,7,opt,name=prev_expiry,json=prevExpiry,proto3,oneof" json:"prev_expiry,omitempty"`
	Etag       *string `protobuf:"bytes,8,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	Expiry     *int64  `protobuf:"varint,9,opt,name=expiry,proto3,oneof" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaybackRetry) Descriptor deprecated

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

Deprecated: Use PlaybackRetry.ProtoReflect.Descriptor instead.

func (*PlaybackRetry) GetEtag

func (x *PlaybackRetry) GetEtag() string

func (*PlaybackRetry) GetExpiry

func (x *PlaybackRetry) GetExpiry() int64

func (*PlaybackRetry) GetMethod

func (x *PlaybackRetry) GetMethod() string

func (*PlaybackRetry) GetPlaybackId

func (x *PlaybackRetry) GetPlaybackId() []byte

func (*PlaybackRetry) GetPrevEtag

func (x *PlaybackRetry) GetPrevEtag() string

func (*PlaybackRetry) GetPrevExpiry

func (x *PlaybackRetry) GetPrevExpiry() int64

func (*PlaybackRetry) GetReason

func (x *PlaybackRetry) GetReason() string

func (*PlaybackRetry) GetStatus

func (x *PlaybackRetry) GetStatus() string

func (*PlaybackRetry) GetTrack

func (x *PlaybackRetry) GetTrack() string

func (*PlaybackRetry) ProtoMessage

func (*PlaybackRetry) ProtoMessage()

func (*PlaybackRetry) ProtoReflect

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

func (*PlaybackRetry) Reset

func (x *PlaybackRetry) Reset()

func (*PlaybackRetry) String

func (x *PlaybackRetry) String() string

type PlaybackSegments

type PlaybackSegments struct {
	PlaybackId []byte  `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	TrackUri   *string `protobuf:"bytes,2,opt,name=track_uri,json=trackUri,proto3,oneof" json:"track_uri,omitempty"`
	Overflow   *bool   `protobuf:"varint,3,opt,name=overflow,proto3,oneof" json:"overflow,omitempty"`
	Segments   *string `protobuf:"bytes,4,opt,name=segments,proto3,oneof" json:"segments,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaybackSegments) Descriptor deprecated

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

Deprecated: Use PlaybackSegments.ProtoReflect.Descriptor instead.

func (*PlaybackSegments) GetOverflow

func (x *PlaybackSegments) GetOverflow() bool

func (*PlaybackSegments) GetPlaybackId

func (x *PlaybackSegments) GetPlaybackId() []byte

func (*PlaybackSegments) GetSegments

func (x *PlaybackSegments) GetSegments() string

func (*PlaybackSegments) GetTrackUri

func (x *PlaybackSegments) GetTrackUri() string

func (*PlaybackSegments) ProtoMessage

func (*PlaybackSegments) ProtoMessage()

func (*PlaybackSegments) ProtoReflect

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

func (*PlaybackSegments) Reset

func (x *PlaybackSegments) Reset()

func (*PlaybackSegments) String

func (x *PlaybackSegments) String() string

type PlayedStateApplied

type PlayedStateApplied struct {
	PlaybackId      *string `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	ContentUri      *string `protobuf:"bytes,2,opt,name=content_uri,json=contentUri,proto3,oneof" json:"content_uri,omitempty"`
	ClientTimestamp *int64  `protobuf:"varint,3,opt,name=client_timestamp,json=clientTimestamp,proto3,oneof" json:"client_timestamp,omitempty"`
	PlayPosition    *int32  `protobuf:"varint,4,opt,name=play_position,json=playPosition,proto3,oneof" json:"play_position,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayedStateApplied) Descriptor deprecated

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

Deprecated: Use PlayedStateApplied.ProtoReflect.Descriptor instead.

func (*PlayedStateApplied) GetClientTimestamp

func (x *PlayedStateApplied) GetClientTimestamp() int64

func (*PlayedStateApplied) GetContentUri

func (x *PlayedStateApplied) GetContentUri() string

func (*PlayedStateApplied) GetPlayPosition

func (x *PlayedStateApplied) GetPlayPosition() int32

func (*PlayedStateApplied) GetPlaybackId

func (x *PlayedStateApplied) GetPlaybackId() string

func (*PlayedStateApplied) ProtoMessage

func (*PlayedStateApplied) ProtoMessage()

func (*PlayedStateApplied) ProtoReflect

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

func (*PlayedStateApplied) Reset

func (x *PlayedStateApplied) Reset()

func (*PlayedStateApplied) String

func (x *PlayedStateApplied) String() string

type PlayedStatePersisted

type PlayedStatePersisted struct {
	ItemUri      *string `protobuf:"bytes,1,opt,name=item_uri,json=itemUri,proto3,oneof" json:"item_uri,omitempty"`
	PlayPosition *int32  `protobuf:"varint,2,opt,name=play_position,json=playPosition,proto3,oneof" json:"play_position,omitempty"`
	Reason       *string `protobuf:"bytes,3,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	PlaybackId   *string `protobuf:"bytes,4,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayedStatePersisted) Descriptor deprecated

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

Deprecated: Use PlayedStatePersisted.ProtoReflect.Descriptor instead.

func (*PlayedStatePersisted) GetItemUri

func (x *PlayedStatePersisted) GetItemUri() string

func (*PlayedStatePersisted) GetPlayPosition

func (x *PlayedStatePersisted) GetPlayPosition() int32

func (*PlayedStatePersisted) GetPlaybackId

func (x *PlayedStatePersisted) GetPlaybackId() string

func (*PlayedStatePersisted) GetReason

func (x *PlayedStatePersisted) GetReason() string

func (*PlayedStatePersisted) ProtoMessage

func (*PlayedStatePersisted) ProtoMessage()

func (*PlayedStatePersisted) ProtoReflect

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

func (*PlayedStatePersisted) Reset

func (x *PlayedStatePersisted) Reset()

func (*PlayedStatePersisted) String

func (x *PlayedStatePersisted) String() string

type PlayedStateSyncFailure

type PlayedStateSyncFailure struct {
	NumberOfPlayedStates *int32 `` /* 132-byte string literal not displayed */
	HttpStatusCode       *int32 `protobuf:"varint,2,opt,name=http_status_code,json=httpStatusCode,proto3,oneof" json:"http_status_code,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayedStateSyncFailure) Descriptor deprecated

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

Deprecated: Use PlayedStateSyncFailure.ProtoReflect.Descriptor instead.

func (*PlayedStateSyncFailure) GetHttpStatusCode

func (x *PlayedStateSyncFailure) GetHttpStatusCode() int32

func (*PlayedStateSyncFailure) GetNumberOfPlayedStates

func (x *PlayedStateSyncFailure) GetNumberOfPlayedStates() int32

func (*PlayedStateSyncFailure) ProtoMessage

func (*PlayedStateSyncFailure) ProtoMessage()

func (*PlayedStateSyncFailure) ProtoReflect

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

func (*PlayedStateSyncFailure) Reset

func (x *PlayedStateSyncFailure) Reset()

func (*PlayedStateSyncFailure) String

func (x *PlayedStateSyncFailure) String() string

type PlayerStateRestore

type PlayerStateRestore struct {
	Error            *string `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"`
	Size             *int64  `protobuf:"varint,2,opt,name=size,proto3,oneof" json:"size,omitempty"`
	ContextUri       *string `protobuf:"bytes,3,opt,name=context_uri,json=contextUri,proto3,oneof" json:"context_uri,omitempty"`
	State            *string `protobuf:"bytes,4,opt,name=state,proto3,oneof" json:"state,omitempty"`
	StateRestoreMode *string `protobuf:"bytes,5,opt,name=state_restore_mode,json=stateRestoreMode,proto3,oneof" json:"state_restore_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerStateRestore) Descriptor deprecated

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

Deprecated: Use PlayerStateRestore.ProtoReflect.Descriptor instead.

func (*PlayerStateRestore) GetContextUri

func (x *PlayerStateRestore) GetContextUri() string

func (*PlayerStateRestore) GetError

func (x *PlayerStateRestore) GetError() string

func (*PlayerStateRestore) GetSize

func (x *PlayerStateRestore) GetSize() int64

func (*PlayerStateRestore) GetState

func (x *PlayerStateRestore) GetState() string

func (*PlayerStateRestore) GetStateRestoreMode

func (x *PlayerStateRestore) GetStateRestoreMode() string

func (*PlayerStateRestore) ProtoMessage

func (*PlayerStateRestore) ProtoMessage()

func (*PlayerStateRestore) ProtoReflect

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

func (*PlayerStateRestore) Reset

func (x *PlayerStateRestore) Reset()

func (*PlayerStateRestore) String

func (x *PlayerStateRestore) String() string

type PlaylistSyncEvent

type PlaylistSyncEvent struct {
	PlaylistId       *string `protobuf:"bytes,1,opt,name=playlist_id,json=playlistId,proto3,oneof" json:"playlist_id,omitempty"`
	IsPlaylist       *bool   `protobuf:"varint,2,opt,name=is_playlist,json=isPlaylist,proto3,oneof" json:"is_playlist,omitempty"`
	TimestampMs      *int64  `protobuf:"varint,3,opt,name=timestamp_ms,json=timestampMs,proto3,oneof" json:"timestamp_ms,omitempty"`
	ErrorCode        *int32  `protobuf:"varint,4,opt,name=error_code,json=errorCode,proto3,oneof" json:"error_code,omitempty"`
	EventDescription *string `protobuf:"bytes,5,opt,name=event_description,json=eventDescription,proto3,oneof" json:"event_description,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaylistSyncEvent) Descriptor deprecated

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

Deprecated: Use PlaylistSyncEvent.ProtoReflect.Descriptor instead.

func (*PlaylistSyncEvent) GetErrorCode

func (x *PlaylistSyncEvent) GetErrorCode() int32

func (*PlaylistSyncEvent) GetEventDescription

func (x *PlaylistSyncEvent) GetEventDescription() string

func (*PlaylistSyncEvent) GetIsPlaylist

func (x *PlaylistSyncEvent) GetIsPlaylist() bool

func (*PlaylistSyncEvent) GetPlaylistId

func (x *PlaylistSyncEvent) GetPlaylistId() string

func (*PlaylistSyncEvent) GetTimestampMs

func (x *PlaylistSyncEvent) GetTimestampMs() int64

func (*PlaylistSyncEvent) ProtoMessage

func (*PlaylistSyncEvent) ProtoMessage()

func (*PlaylistSyncEvent) ProtoReflect

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

func (*PlaylistSyncEvent) Reset

func (x *PlaylistSyncEvent) Reset()

func (*PlaylistSyncEvent) String

func (x *PlaylistSyncEvent) String() string

type PodcastAdSegmentDifference

type PodcastAdSegmentDifference struct {
	EpisodeUri *string `protobuf:"bytes,1,opt,name=episode_uri,json=episodeUri,proto3,oneof" json:"episode_uri,omitempty"`
	LhsSegment *string `protobuf:"bytes,2,opt,name=lhs_segment,json=lhsSegment,proto3,oneof" json:"lhs_segment,omitempty"`
	LhsStart   *int64  `protobuf:"varint,3,opt,name=lhs_start,json=lhsStart,proto3,oneof" json:"lhs_start,omitempty"`
	LhsStop    *int64  `protobuf:"varint,4,opt,name=lhs_stop,json=lhsStop,proto3,oneof" json:"lhs_stop,omitempty"`
	RhsSegment *string `protobuf:"bytes,5,opt,name=rhs_segment,json=rhsSegment,proto3,oneof" json:"rhs_segment,omitempty"`
	RhsStart   *int64  `protobuf:"varint,6,opt,name=rhs_start,json=rhsStart,proto3,oneof" json:"rhs_start,omitempty"`
	RhsStop    *int64  `protobuf:"varint,7,opt,name=rhs_stop,json=rhsStop,proto3,oneof" json:"rhs_stop,omitempty"`
	// contains filtered or unexported fields
}

func (*PodcastAdSegmentDifference) Descriptor deprecated

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

Deprecated: Use PodcastAdSegmentDifference.ProtoReflect.Descriptor instead.

func (*PodcastAdSegmentDifference) GetEpisodeUri

func (x *PodcastAdSegmentDifference) GetEpisodeUri() string

func (*PodcastAdSegmentDifference) GetLhsSegment

func (x *PodcastAdSegmentDifference) GetLhsSegment() string

func (*PodcastAdSegmentDifference) GetLhsStart

func (x *PodcastAdSegmentDifference) GetLhsStart() int64

func (*PodcastAdSegmentDifference) GetLhsStop

func (x *PodcastAdSegmentDifference) GetLhsStop() int64

func (*PodcastAdSegmentDifference) GetRhsSegment

func (x *PodcastAdSegmentDifference) GetRhsSegment() string

func (*PodcastAdSegmentDifference) GetRhsStart

func (x *PodcastAdSegmentDifference) GetRhsStart() int64

func (*PodcastAdSegmentDifference) GetRhsStop

func (x *PodcastAdSegmentDifference) GetRhsStop() int64

func (*PodcastAdSegmentDifference) ProtoMessage

func (*PodcastAdSegmentDifference) ProtoMessage()

func (*PodcastAdSegmentDifference) ProtoReflect

func (*PodcastAdSegmentDifference) Reset

func (x *PodcastAdSegmentDifference) Reset()

func (*PodcastAdSegmentDifference) String

func (x *PodcastAdSegmentDifference) String() string

type PodcastAdSegmentReceived

type PodcastAdSegmentReceived struct {
	EpisodeUri *string `protobuf:"bytes,1,opt,name=episode_uri,json=episodeUri,proto3,oneof" json:"episode_uri,omitempty"`
	PlaybackId *string `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	Slots      *string `protobuf:"bytes,3,opt,name=slots,proto3,oneof" json:"slots,omitempty"`
	IsAudio    *bool   `protobuf:"varint,4,opt,name=is_audio,json=isAudio,proto3,oneof" json:"is_audio,omitempty"`
	AssetId    *string `protobuf:"bytes,5,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PodcastAdSegmentReceived) Descriptor deprecated

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

Deprecated: Use PodcastAdSegmentReceived.ProtoReflect.Descriptor instead.

func (*PodcastAdSegmentReceived) GetAssetId

func (x *PodcastAdSegmentReceived) GetAssetId() string

func (*PodcastAdSegmentReceived) GetEpisodeUri

func (x *PodcastAdSegmentReceived) GetEpisodeUri() string

func (*PodcastAdSegmentReceived) GetIsAudio

func (x *PodcastAdSegmentReceived) GetIsAudio() bool

func (*PodcastAdSegmentReceived) GetPlaybackId

func (x *PodcastAdSegmentReceived) GetPlaybackId() string

func (*PodcastAdSegmentReceived) GetSlots

func (x *PodcastAdSegmentReceived) GetSlots() string

func (*PodcastAdSegmentReceived) ProtoMessage

func (*PodcastAdSegmentReceived) ProtoMessage()

func (*PodcastAdSegmentReceived) ProtoReflect

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

func (*PodcastAdSegmentReceived) Reset

func (x *PodcastAdSegmentReceived) Reset()

func (*PodcastAdSegmentReceived) String

func (x *PodcastAdSegmentReceived) String() string

type PodcastSAILoopEvent

type PodcastSAILoopEvent struct {
	Event           *string  `protobuf:"bytes,1,opt,name=event,proto3,oneof" json:"event,omitempty"`
	CurrentTrackUri *string  `protobuf:"bytes,2,opt,name=current_track_uri,json=currentTrackUri,proto3,oneof" json:"current_track_uri,omitempty"`
	EpisodeWithAds  *string  `protobuf:"bytes,3,opt,name=episode_with_ads,json=episodeWithAds,proto3,oneof" json:"episode_with_ads,omitempty"`
	SelectedSegment *string  `protobuf:"bytes,4,opt,name=selected_segment,json=selectedSegment,proto3,oneof" json:"selected_segment,omitempty"`
	Start           *int32   `protobuf:"varint,5,opt,name=start,proto3,oneof" json:"start,omitempty"`
	Stop            *int32   `protobuf:"varint,6,opt,name=stop,proto3,oneof" json:"stop,omitempty"`
	Effects         []string `protobuf:"bytes,7,rep,name=effects,proto3" json:"effects,omitempty"`
	PlaybackId      *string  `protobuf:"bytes,8,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	AppStartupId    *string  `protobuf:"bytes,9,opt,name=app_startup_id,json=appStartupId,proto3,oneof" json:"app_startup_id,omitempty"`
	RequestId       *string  `protobuf:"bytes,10,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	LoopId          *string  `protobuf:"bytes,11,opt,name=loop_id,json=loopId,proto3,oneof" json:"loop_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PodcastSAILoopEvent) Descriptor deprecated

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

Deprecated: Use PodcastSAILoopEvent.ProtoReflect.Descriptor instead.

func (*PodcastSAILoopEvent) GetAppStartupId

func (x *PodcastSAILoopEvent) GetAppStartupId() string

func (*PodcastSAILoopEvent) GetCurrentTrackUri

func (x *PodcastSAILoopEvent) GetCurrentTrackUri() string

func (*PodcastSAILoopEvent) GetEffects

func (x *PodcastSAILoopEvent) GetEffects() []string

func (*PodcastSAILoopEvent) GetEpisodeWithAds

func (x *PodcastSAILoopEvent) GetEpisodeWithAds() string

func (*PodcastSAILoopEvent) GetEvent

func (x *PodcastSAILoopEvent) GetEvent() string

func (*PodcastSAILoopEvent) GetLoopId

func (x *PodcastSAILoopEvent) GetLoopId() string

func (*PodcastSAILoopEvent) GetPlaybackId

func (x *PodcastSAILoopEvent) GetPlaybackId() string

func (*PodcastSAILoopEvent) GetRequestId

func (x *PodcastSAILoopEvent) GetRequestId() string

func (*PodcastSAILoopEvent) GetSelectedSegment

func (x *PodcastSAILoopEvent) GetSelectedSegment() string

func (*PodcastSAILoopEvent) GetStart

func (x *PodcastSAILoopEvent) GetStart() int32

func (*PodcastSAILoopEvent) GetStop

func (x *PodcastSAILoopEvent) GetStop() int32

func (*PodcastSAILoopEvent) ProtoMessage

func (*PodcastSAILoopEvent) ProtoMessage()

func (*PodcastSAILoopEvent) ProtoReflect

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

func (*PodcastSAILoopEvent) Reset

func (x *PodcastSAILoopEvent) Reset()

func (*PodcastSAILoopEvent) String

func (x *PodcastSAILoopEvent) String() string

type Prefetch

type Prefetch struct {
	Strategies        *int64  `protobuf:"varint,1,opt,name=strategies,proto3,oneof" json:"strategies,omitempty"`
	Strategy          *int64  `protobuf:"varint,2,opt,name=strategy,proto3,oneof" json:"strategy,omitempty"`
	FileId            []byte  `protobuf:"bytes,3,opt,name=file_id,json=fileId,proto3,oneof" json:"file_id,omitempty"`
	Track             *string `protobuf:"bytes,4,opt,name=track,proto3,oneof" json:"track,omitempty"`
	PrefetchIndex     *int64  `protobuf:"varint,5,opt,name=prefetch_index,json=prefetchIndex,proto3,oneof" json:"prefetch_index,omitempty"`
	CurrentWindowSize *int64  `protobuf:"varint,6,opt,name=current_window_size,json=currentWindowSize,proto3,oneof" json:"current_window_size,omitempty"`
	MaxWindowSize     *int64  `protobuf:"varint,7,opt,name=max_window_size,json=maxWindowSize,proto3,oneof" json:"max_window_size,omitempty"`
	// contains filtered or unexported fields
}

func (*Prefetch) Descriptor deprecated

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

Deprecated: Use Prefetch.ProtoReflect.Descriptor instead.

func (*Prefetch) GetCurrentWindowSize

func (x *Prefetch) GetCurrentWindowSize() int64

func (*Prefetch) GetFileId

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

func (*Prefetch) GetMaxWindowSize

func (x *Prefetch) GetMaxWindowSize() int64

func (*Prefetch) GetPrefetchIndex

func (x *Prefetch) GetPrefetchIndex() int64

func (*Prefetch) GetStrategies

func (x *Prefetch) GetStrategies() int64

func (*Prefetch) GetStrategy

func (x *Prefetch) GetStrategy() int64

func (*Prefetch) GetTrack

func (x *Prefetch) GetTrack() string

func (*Prefetch) ProtoMessage

func (*Prefetch) ProtoMessage()

func (*Prefetch) ProtoReflect

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

func (*Prefetch) Reset

func (x *Prefetch) Reset()

func (*Prefetch) String

func (x *Prefetch) String() string

type PrefetchError

type PrefetchError struct {
	Strategy    *int64  `protobuf:"varint,1,opt,name=strategy,proto3,oneof" json:"strategy,omitempty"`
	Description *string `protobuf:"bytes,2,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*PrefetchError) Descriptor deprecated

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

Deprecated: Use PrefetchError.ProtoReflect.Descriptor instead.

func (*PrefetchError) GetDescription

func (x *PrefetchError) GetDescription() string

func (*PrefetchError) GetStrategy

func (x *PrefetchError) GetStrategy() int64

func (*PrefetchError) ProtoMessage

func (*PrefetchError) ProtoMessage()

func (*PrefetchError) ProtoReflect

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

func (*PrefetchError) Reset

func (x *PrefetchError) Reset()

func (*PrefetchError) String

func (x *PrefetchError) String() string

type PrototypeStreamSegment

type PrototypeStreamSegment struct {
	PlaybackId              []byte   `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	StartPosition           *int64   `protobuf:"varint,2,opt,name=start_position,json=startPosition,proto3,oneof" json:"start_position,omitempty"`
	EndPosition             *int64   `protobuf:"varint,3,opt,name=end_position,json=endPosition,proto3,oneof" json:"end_position,omitempty"`
	MsPlayed                *int32   `protobuf:"varint,4,opt,name=ms_played,json=msPlayed,proto3,oneof" json:"ms_played,omitempty"`
	ReasonStart             *string  `protobuf:"bytes,5,opt,name=reason_start,json=reasonStart,proto3,oneof" json:"reason_start,omitempty"`
	ReasonEnd               *string  `protobuf:"bytes,6,opt,name=reason_end,json=reasonEnd,proto3,oneof" json:"reason_end,omitempty"`
	PlaybackSpeed           *float64 `protobuf:"fixed64,7,opt,name=playback_speed,json=playbackSpeed,proto3,oneof" json:"playback_speed,omitempty"`
	StartTimestamp          *int64   `protobuf:"varint,8,opt,name=start_timestamp,json=startTimestamp,proto3,oneof" json:"start_timestamp,omitempty"`
	EndTimestamp            *int64   `protobuf:"varint,9,opt,name=end_timestamp,json=endTimestamp,proto3,oneof" json:"end_timestamp,omitempty"`
	IsSeek                  *bool    `protobuf:"varint,10,opt,name=is_seek,json=isSeek,proto3,oneof" json:"is_seek,omitempty"`
	IsPause                 *bool    `protobuf:"varint,11,opt,name=is_pause,json=isPause,proto3,oneof" json:"is_pause,omitempty"`
	SequenceId              *int64   `protobuf:"varint,12,opt,name=sequence_id,json=sequenceId,proto3,oneof" json:"sequence_id,omitempty"`
	MediaType               *string  `protobuf:"bytes,13,opt,name=media_type,json=mediaType,proto3,oneof" json:"media_type,omitempty"`
	CoreVersion             *int64   `protobuf:"varint,14,opt,name=core_version,json=coreVersion,proto3,oneof" json:"core_version,omitempty"`
	ContentUri              *string  `protobuf:"bytes,15,opt,name=content_uri,json=contentUri,proto3,oneof" json:"content_uri,omitempty"`
	StartMonotonicTimestamp *int64   `` /* 140-byte string literal not displayed */
	EndMonotonicTimestamp   *int64   `` /* 134-byte string literal not displayed */
	IsLast                  *bool    `protobuf:"varint,18,opt,name=is_last,json=isLast,proto3,oneof" json:"is_last,omitempty"`
	Provider                *string  `protobuf:"bytes,19,opt,name=provider,proto3,oneof" json:"provider,omitempty"`
	PlaybackStack           *string  `protobuf:"bytes,20,opt,name=playback_stack,json=playbackStack,proto3,oneof" json:"playback_stack,omitempty"`
	FeatureUuid             *string  `protobuf:"bytes,21,opt,name=feature_uuid,json=featureUuid,proto3,oneof" json:"feature_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*PrototypeStreamSegment) Descriptor deprecated

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

Deprecated: Use PrototypeStreamSegment.ProtoReflect.Descriptor instead.

func (*PrototypeStreamSegment) GetContentUri

func (x *PrototypeStreamSegment) GetContentUri() string

func (*PrototypeStreamSegment) GetCoreVersion

func (x *PrototypeStreamSegment) GetCoreVersion() int64

func (*PrototypeStreamSegment) GetEndMonotonicTimestamp

func (x *PrototypeStreamSegment) GetEndMonotonicTimestamp() int64

func (*PrototypeStreamSegment) GetEndPosition

func (x *PrototypeStreamSegment) GetEndPosition() int64

func (*PrototypeStreamSegment) GetEndTimestamp

func (x *PrototypeStreamSegment) GetEndTimestamp() int64

func (*PrototypeStreamSegment) GetFeatureUuid

func (x *PrototypeStreamSegment) GetFeatureUuid() string

func (*PrototypeStreamSegment) GetIsLast

func (x *PrototypeStreamSegment) GetIsLast() bool

func (*PrototypeStreamSegment) GetIsPause

func (x *PrototypeStreamSegment) GetIsPause() bool

func (*PrototypeStreamSegment) GetIsSeek

func (x *PrototypeStreamSegment) GetIsSeek() bool

func (*PrototypeStreamSegment) GetMediaType

func (x *PrototypeStreamSegment) GetMediaType() string

func (*PrototypeStreamSegment) GetMsPlayed

func (x *PrototypeStreamSegment) GetMsPlayed() int32

func (*PrototypeStreamSegment) GetPlaybackId

func (x *PrototypeStreamSegment) GetPlaybackId() []byte

func (*PrototypeStreamSegment) GetPlaybackSpeed

func (x *PrototypeStreamSegment) GetPlaybackSpeed() float64

func (*PrototypeStreamSegment) GetPlaybackStack

func (x *PrototypeStreamSegment) GetPlaybackStack() string

func (*PrototypeStreamSegment) GetProvider

func (x *PrototypeStreamSegment) GetProvider() string

func (*PrototypeStreamSegment) GetReasonEnd

func (x *PrototypeStreamSegment) GetReasonEnd() string

func (*PrototypeStreamSegment) GetReasonStart

func (x *PrototypeStreamSegment) GetReasonStart() string

func (*PrototypeStreamSegment) GetSequenceId

func (x *PrototypeStreamSegment) GetSequenceId() int64

func (*PrototypeStreamSegment) GetStartMonotonicTimestamp

func (x *PrototypeStreamSegment) GetStartMonotonicTimestamp() int64

func (*PrototypeStreamSegment) GetStartPosition

func (x *PrototypeStreamSegment) GetStartPosition() int64

func (*PrototypeStreamSegment) GetStartTimestamp

func (x *PrototypeStreamSegment) GetStartTimestamp() int64

func (*PrototypeStreamSegment) ProtoMessage

func (*PrototypeStreamSegment) ProtoMessage()

func (*PrototypeStreamSegment) ProtoReflect

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

func (*PrototypeStreamSegment) Reset

func (x *PrototypeStreamSegment) Reset()

func (*PrototypeStreamSegment) String

func (x *PrototypeStreamSegment) String() string

type PubSubCountPerIdent

type PubSubCountPerIdent struct {
	IdentFilter           *string `protobuf:"bytes,1,opt,name=ident_filter,json=identFilter,proto3,oneof" json:"ident_filter,omitempty"`
	NoOfMessagesReceived  *int32  `` /* 132-byte string literal not displayed */
	NoOfFailedConversions *int32  `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PubSubCountPerIdent) Descriptor deprecated

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

Deprecated: Use PubSubCountPerIdent.ProtoReflect.Descriptor instead.

func (*PubSubCountPerIdent) GetIdentFilter

func (x *PubSubCountPerIdent) GetIdentFilter() string

func (*PubSubCountPerIdent) GetNoOfFailedConversions

func (x *PubSubCountPerIdent) GetNoOfFailedConversions() int32

func (*PubSubCountPerIdent) GetNoOfMessagesReceived

func (x *PubSubCountPerIdent) GetNoOfMessagesReceived() int32

func (*PubSubCountPerIdent) ProtoMessage

func (*PubSubCountPerIdent) ProtoMessage()

func (*PubSubCountPerIdent) ProtoReflect

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

func (*PubSubCountPerIdent) Reset

func (x *PubSubCountPerIdent) Reset()

func (*PubSubCountPerIdent) String

func (x *PubSubCountPerIdent) String() string

type PublishEventsRequest

type PublishEventsRequest struct {
	Event           []*EventEnvelope `protobuf:"bytes,1,rep,name=event,proto3" json:"event,omitempty"`
	SuppressPersist bool             `protobuf:"varint,2,opt,name=suppress_persist,json=suppressPersist,proto3" json:"suppress_persist,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishEventsRequest) Descriptor deprecated

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

Deprecated: Use PublishEventsRequest.ProtoReflect.Descriptor instead.

func (*PublishEventsRequest) GetEvent

func (x *PublishEventsRequest) GetEvent() []*EventEnvelope

func (*PublishEventsRequest) GetSuppressPersist

func (x *PublishEventsRequest) GetSuppressPersist() bool

func (*PublishEventsRequest) ProtoMessage

func (*PublishEventsRequest) ProtoMessage()

func (*PublishEventsRequest) ProtoReflect

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

func (*PublishEventsRequest) Reset

func (x *PublishEventsRequest) Reset()

func (*PublishEventsRequest) String

func (x *PublishEventsRequest) String() string

type PublishEventsResponse

type PublishEventsResponse struct {
	Error []*PublishEventsResponse_EventError `protobuf:"bytes,1,rep,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishEventsResponse) Descriptor deprecated

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

Deprecated: Use PublishEventsResponse.ProtoReflect.Descriptor instead.

func (*PublishEventsResponse) GetError

func (*PublishEventsResponse) ProtoMessage

func (*PublishEventsResponse) ProtoMessage()

func (*PublishEventsResponse) ProtoReflect

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

func (*PublishEventsResponse) Reset

func (x *PublishEventsResponse) Reset()

func (*PublishEventsResponse) String

func (x *PublishEventsResponse) String() string

type PublishEventsResponse_EventError

type PublishEventsResponse_EventError struct {
	Index     int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Transient bool  `protobuf:"varint,2,opt,name=transient,proto3" json:"transient,omitempty"`
	Reason    int32 `protobuf:"varint,3,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishEventsResponse_EventError) Descriptor deprecated

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

Deprecated: Use PublishEventsResponse_EventError.ProtoReflect.Descriptor instead.

func (*PublishEventsResponse_EventError) GetIndex

func (*PublishEventsResponse_EventError) GetReason

func (x *PublishEventsResponse_EventError) GetReason() int32

func (*PublishEventsResponse_EventError) GetTransient

func (x *PublishEventsResponse_EventError) GetTransient() bool

func (*PublishEventsResponse_EventError) ProtoMessage

func (*PublishEventsResponse_EventError) ProtoMessage()

func (*PublishEventsResponse_EventError) ProtoReflect

func (*PublishEventsResponse_EventError) Reset

func (*PublishEventsResponse_EventError) String

type RateLimitedEventsEntity

type RateLimitedEventsEntity struct {
	FileFormatVersion int32             `protobuf:"varint,1,opt,name=file_format_version,json=fileFormatVersion,proto3" json:"file_format_version,omitempty"`
	MapField          map[string]uint32 `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RateLimitedEventsEntity) Descriptor deprecated

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

Deprecated: Use RateLimitedEventsEntity.ProtoReflect.Descriptor instead.

func (*RateLimitedEventsEntity) GetFileFormatVersion

func (x *RateLimitedEventsEntity) GetFileFormatVersion() int32

func (*RateLimitedEventsEntity) GetMapField

func (x *RateLimitedEventsEntity) GetMapField() map[string]uint32

func (*RateLimitedEventsEntity) ProtoMessage

func (*RateLimitedEventsEntity) ProtoMessage()

func (*RateLimitedEventsEntity) ProtoReflect

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

func (*RateLimitedEventsEntity) Reset

func (x *RateLimitedEventsEntity) Reset()

func (*RateLimitedEventsEntity) String

func (x *RateLimitedEventsEntity) String() string

type RawCoreStream

type RawCoreStream struct {
	PlaybackId                  []byte  `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	ParentPlaybackId            []byte  `protobuf:"bytes,2,opt,name=parent_playback_id,json=parentPlaybackId,proto3,oneof" json:"parent_playback_id,omitempty"`
	VideoSessionId              *string `protobuf:"bytes,3,opt,name=video_session_id,json=videoSessionId,proto3,oneof" json:"video_session_id,omitempty"`
	MediaId                     []byte  `protobuf:"bytes,4,opt,name=media_id,json=mediaId,proto3,oneof" json:"media_id,omitempty"`
	MediaType                   *string `protobuf:"bytes,5,opt,name=media_type,json=mediaType,proto3,oneof" json:"media_type,omitempty"`
	FeatureIdentifier           *string `protobuf:"bytes,6,opt,name=feature_identifier,json=featureIdentifier,proto3,oneof" json:"feature_identifier,omitempty"`
	FeatureVersion              *string `protobuf:"bytes,7,opt,name=feature_version,json=featureVersion,proto3,oneof" json:"feature_version,omitempty"`
	ViewUri                     *string `protobuf:"bytes,8,opt,name=view_uri,json=viewUri,proto3,oneof" json:"view_uri,omitempty"`
	SourceStart                 *string `protobuf:"bytes,9,opt,name=source_start,json=sourceStart,proto3,oneof" json:"source_start,omitempty"`
	ReasonStart                 *string `protobuf:"bytes,10,opt,name=reason_start,json=reasonStart,proto3,oneof" json:"reason_start,omitempty"`
	SourceEnd                   *string `protobuf:"bytes,11,opt,name=source_end,json=sourceEnd,proto3,oneof" json:"source_end,omitempty"`
	ReasonEnd                   *string `protobuf:"bytes,12,opt,name=reason_end,json=reasonEnd,proto3,oneof" json:"reason_end,omitempty"`
	PlaybackStartTime           *int64  `protobuf:"varint,13,opt,name=playback_start_time,json=playbackStartTime,proto3,oneof" json:"playback_start_time,omitempty"`
	MsPlayed                    *int32  `protobuf:"varint,14,opt,name=ms_played,json=msPlayed,proto3,oneof" json:"ms_played,omitempty"`
	MsPlayedNominal             *int32  `protobuf:"varint,15,opt,name=ms_played_nominal,json=msPlayedNominal,proto3,oneof" json:"ms_played_nominal,omitempty"`
	MsPlayedOverlapping         *int32  `` /* 128-byte string literal not displayed */
	MsPlayedVideo               *int32  `protobuf:"varint,17,opt,name=ms_played_video,json=msPlayedVideo,proto3,oneof" json:"ms_played_video,omitempty"`
	MsPlayedBackground          *int32  `protobuf:"varint,18,opt,name=ms_played_background,json=msPlayedBackground,proto3,oneof" json:"ms_played_background,omitempty"`
	MsPlayedFullscreen          *int32  `protobuf:"varint,19,opt,name=ms_played_fullscreen,json=msPlayedFullscreen,proto3,oneof" json:"ms_played_fullscreen,omitempty"`
	Live                        *bool   `protobuf:"varint,20,opt,name=live,proto3,oneof" json:"live,omitempty"`
	Shuffle                     *bool   `protobuf:"varint,21,opt,name=shuffle,proto3,oneof" json:"shuffle,omitempty"`
	AudioFormat                 *string `protobuf:"bytes,22,opt,name=audio_format,json=audioFormat,proto3,oneof" json:"audio_format,omitempty"`
	PlayContext                 *string `protobuf:"bytes,23,opt,name=play_context,json=playContext,proto3,oneof" json:"play_context,omitempty"`
	ContentUri                  *string `protobuf:"bytes,24,opt,name=content_uri,json=contentUri,proto3,oneof" json:"content_uri,omitempty"`
	DisplayedContentUri         *string `` /* 127-byte string literal not displayed */
	ContentIsDownloaded         *bool   `` /* 128-byte string literal not displayed */
	IncognitoMode               *bool   `protobuf:"varint,27,opt,name=incognito_mode,json=incognitoMode,proto3,oneof" json:"incognito_mode,omitempty"`
	Provider                    *string `protobuf:"bytes,28,opt,name=provider,proto3,oneof" json:"provider,omitempty"`
	Referrer                    *string `protobuf:"bytes,29,opt,name=referrer,proto3,oneof" json:"referrer,omitempty"`
	ReferrerVersion             *string `protobuf:"bytes,30,opt,name=referrer_version,json=referrerVersion,proto3,oneof" json:"referrer_version,omitempty"`
	ReferrerVendor              *string `protobuf:"bytes,31,opt,name=referrer_vendor,json=referrerVendor,proto3,oneof" json:"referrer_vendor,omitempty"`
	StreamingRule               *string `protobuf:"bytes,32,opt,name=streaming_rule,json=streamingRule,proto3,oneof" json:"streaming_rule,omitempty"`
	ConnectControllerDeviceId   *string `` /* 147-byte string literal not displayed */
	ConnectControllerDeviceIdV2 *string `` /* 155-byte string literal not displayed */
	PageInstanceId              *string `protobuf:"bytes,34,opt,name=page_instance_id,json=pageInstanceId,proto3,oneof" json:"page_instance_id,omitempty"`
	InteractionId               *string `protobuf:"bytes,35,opt,name=interaction_id,json=interactionId,proto3,oneof" json:"interaction_id,omitempty"`
	ParentContentUri            *string `protobuf:"bytes,36,opt,name=parent_content_uri,json=parentContentUri,proto3,oneof" json:"parent_content_uri,omitempty"`
	CoreVersion                 *int64  `protobuf:"varint,37,opt,name=core_version,json=coreVersion,proto3,oneof" json:"core_version,omitempty"`
	CoreBundle                  *string `protobuf:"bytes,38,opt,name=core_bundle,json=coreBundle,proto3,oneof" json:"core_bundle,omitempty"`
	IsAssumedPremium            *bool   `protobuf:"varint,39,opt,name=is_assumed_premium,json=isAssumedPremium,proto3,oneof" json:"is_assumed_premium,omitempty"`
	MsPlayedExternal            *int32  `protobuf:"varint,40,opt,name=ms_played_external,json=msPlayedExternal,proto3,oneof" json:"ms_played_external,omitempty"`
	LocalContentUri             *string `protobuf:"bytes,41,opt,name=local_content_uri,json=localContentUri,proto3,oneof" json:"local_content_uri,omitempty"`
	ClientOfflineAtStreamStart  *bool   `` /* 153-byte string literal not displayed */
	SocialListening             *bool   `protobuf:"varint,43,opt,name=social_listening,json=socialListening,proto3,oneof" json:"social_listening,omitempty"`
	PlaybackStack               *string `protobuf:"bytes,45,opt,name=playback_stack,json=playbackStack,proto3,oneof" json:"playback_stack,omitempty"`
	MsNarrationOverlapping      *int32  `` /* 137-byte string literal not displayed */
	CustomReportingAttribution  *string `` /* 148-byte string literal not displayed */
	DecisionId                  *string `protobuf:"bytes,48,opt,name=decision_id,json=decisionId,proto3,oneof" json:"decision_id,omitempty"`
	PlayContextDecisionId       *string `` /* 135-byte string literal not displayed */
	MsTrimmed                   *int32  `protobuf:"varint,50,opt,name=ms_trimmed,json=msTrimmed,proto3,oneof" json:"ms_trimmed,omitempty"`
	MsNominalTrimmed            *int32  `protobuf:"varint,51,opt,name=ms_nominal_trimmed,json=msNominalTrimmed,proto3,oneof" json:"ms_nominal_trimmed,omitempty"`
	FeatureUuid                 *string `protobuf:"bytes,52,opt,name=feature_uuid,json=featureUuid,proto3,oneof" json:"feature_uuid,omitempty"`
	StreamId                    []byte  `protobuf:"bytes,53,opt,name=stream_id,json=streamId,proto3,oneof" json:"stream_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RawCoreStream) Descriptor deprecated

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

Deprecated: Use RawCoreStream.ProtoReflect.Descriptor instead.

func (*RawCoreStream) GetAudioFormat

func (x *RawCoreStream) GetAudioFormat() string

func (*RawCoreStream) GetClientOfflineAtStreamStart

func (x *RawCoreStream) GetClientOfflineAtStreamStart() bool

func (*RawCoreStream) GetConnectControllerDeviceId

func (x *RawCoreStream) GetConnectControllerDeviceId() string

func (*RawCoreStream) GetConnectControllerDeviceIdV2

func (x *RawCoreStream) GetConnectControllerDeviceIdV2() string

func (*RawCoreStream) GetContentIsDownloaded

func (x *RawCoreStream) GetContentIsDownloaded() bool

func (*RawCoreStream) GetContentUri

func (x *RawCoreStream) GetContentUri() string

func (*RawCoreStream) GetCoreBundle

func (x *RawCoreStream) GetCoreBundle() string

func (*RawCoreStream) GetCoreVersion

func (x *RawCoreStream) GetCoreVersion() int64

func (*RawCoreStream) GetCustomReportingAttribution

func (x *RawCoreStream) GetCustomReportingAttribution() string

func (*RawCoreStream) GetDecisionId

func (x *RawCoreStream) GetDecisionId() string

func (*RawCoreStream) GetDisplayedContentUri

func (x *RawCoreStream) GetDisplayedContentUri() string

func (*RawCoreStream) GetFeatureIdentifier

func (x *RawCoreStream) GetFeatureIdentifier() string

func (*RawCoreStream) GetFeatureUuid

func (x *RawCoreStream) GetFeatureUuid() string

func (*RawCoreStream) GetFeatureVersion

func (x *RawCoreStream) GetFeatureVersion() string

func (*RawCoreStream) GetIncognitoMode

func (x *RawCoreStream) GetIncognitoMode() bool

func (*RawCoreStream) GetInteractionId

func (x *RawCoreStream) GetInteractionId() string

func (*RawCoreStream) GetIsAssumedPremium

func (x *RawCoreStream) GetIsAssumedPremium() bool

func (*RawCoreStream) GetLive

func (x *RawCoreStream) GetLive() bool

func (*RawCoreStream) GetLocalContentUri

func (x *RawCoreStream) GetLocalContentUri() string

func (*RawCoreStream) GetMediaId

func (x *RawCoreStream) GetMediaId() []byte

func (*RawCoreStream) GetMediaType

func (x *RawCoreStream) GetMediaType() string

func (*RawCoreStream) GetMsNarrationOverlapping

func (x *RawCoreStream) GetMsNarrationOverlapping() int32

func (*RawCoreStream) GetMsNominalTrimmed

func (x *RawCoreStream) GetMsNominalTrimmed() int32

func (*RawCoreStream) GetMsPlayed

func (x *RawCoreStream) GetMsPlayed() int32

func (*RawCoreStream) GetMsPlayedBackground

func (x *RawCoreStream) GetMsPlayedBackground() int32

func (*RawCoreStream) GetMsPlayedExternal

func (x *RawCoreStream) GetMsPlayedExternal() int32

func (*RawCoreStream) GetMsPlayedFullscreen

func (x *RawCoreStream) GetMsPlayedFullscreen() int32

func (*RawCoreStream) GetMsPlayedNominal

func (x *RawCoreStream) GetMsPlayedNominal() int32

func (*RawCoreStream) GetMsPlayedOverlapping

func (x *RawCoreStream) GetMsPlayedOverlapping() int32

func (*RawCoreStream) GetMsPlayedVideo

func (x *RawCoreStream) GetMsPlayedVideo() int32

func (*RawCoreStream) GetMsTrimmed

func (x *RawCoreStream) GetMsTrimmed() int32

func (*RawCoreStream) GetPageInstanceId

func (x *RawCoreStream) GetPageInstanceId() string

func (*RawCoreStream) GetParentContentUri

func (x *RawCoreStream) GetParentContentUri() string

func (*RawCoreStream) GetParentPlaybackId

func (x *RawCoreStream) GetParentPlaybackId() []byte

func (*RawCoreStream) GetPlayContext

func (x *RawCoreStream) GetPlayContext() string

func (*RawCoreStream) GetPlayContextDecisionId

func (x *RawCoreStream) GetPlayContextDecisionId() string

func (*RawCoreStream) GetPlaybackId

func (x *RawCoreStream) GetPlaybackId() []byte

func (*RawCoreStream) GetPlaybackStack

func (x *RawCoreStream) GetPlaybackStack() string

func (*RawCoreStream) GetPlaybackStartTime

func (x *RawCoreStream) GetPlaybackStartTime() int64

func (*RawCoreStream) GetProvider

func (x *RawCoreStream) GetProvider() string

func (*RawCoreStream) GetReasonEnd

func (x *RawCoreStream) GetReasonEnd() string

func (*RawCoreStream) GetReasonStart

func (x *RawCoreStream) GetReasonStart() string

func (*RawCoreStream) GetReferrer

func (x *RawCoreStream) GetReferrer() string

func (*RawCoreStream) GetReferrerVendor

func (x *RawCoreStream) GetReferrerVendor() string

func (*RawCoreStream) GetReferrerVersion

func (x *RawCoreStream) GetReferrerVersion() string

func (*RawCoreStream) GetShuffle

func (x *RawCoreStream) GetShuffle() bool

func (*RawCoreStream) GetSocialListening

func (x *RawCoreStream) GetSocialListening() bool

func (*RawCoreStream) GetSourceEnd

func (x *RawCoreStream) GetSourceEnd() string

func (*RawCoreStream) GetSourceStart

func (x *RawCoreStream) GetSourceStart() string

func (*RawCoreStream) GetStreamId

func (x *RawCoreStream) GetStreamId() []byte

func (*RawCoreStream) GetStreamingRule

func (x *RawCoreStream) GetStreamingRule() string

func (*RawCoreStream) GetVideoSessionId

func (x *RawCoreStream) GetVideoSessionId() string

func (*RawCoreStream) GetViewUri

func (x *RawCoreStream) GetViewUri() string

func (*RawCoreStream) ProtoMessage

func (*RawCoreStream) ProtoMessage()

func (*RawCoreStream) ProtoReflect

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

func (*RawCoreStream) Reset

func (x *RawCoreStream) Reset()

func (*RawCoreStream) String

func (x *RawCoreStream) String() string

type RawCoreStreamSegment

type RawCoreStreamSegment struct {
	PlaybackId              []byte   `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	StartPosition           *int64   `protobuf:"varint,2,opt,name=start_position,json=startPosition,proto3,oneof" json:"start_position,omitempty"`
	EndPosition             *int64   `protobuf:"varint,3,opt,name=end_position,json=endPosition,proto3,oneof" json:"end_position,omitempty"`
	MsPlayed                *int32   `protobuf:"varint,4,opt,name=ms_played,json=msPlayed,proto3,oneof" json:"ms_played,omitempty"`
	ReasonStart             *string  `protobuf:"bytes,5,opt,name=reason_start,json=reasonStart,proto3,oneof" json:"reason_start,omitempty"`
	ReasonEnd               *string  `protobuf:"bytes,6,opt,name=reason_end,json=reasonEnd,proto3,oneof" json:"reason_end,omitempty"`
	PlaybackSpeed           *float64 `protobuf:"fixed64,7,opt,name=playback_speed,json=playbackSpeed,proto3,oneof" json:"playback_speed,omitempty"`
	StartTimestamp          *int64   `protobuf:"varint,8,opt,name=start_timestamp,json=startTimestamp,proto3,oneof" json:"start_timestamp,omitempty"`
	EndTimestamp            *int64   `protobuf:"varint,9,opt,name=end_timestamp,json=endTimestamp,proto3,oneof" json:"end_timestamp,omitempty"`
	IsSeek                  *bool    `protobuf:"varint,10,opt,name=is_seek,json=isSeek,proto3,oneof" json:"is_seek,omitempty"`
	IsPause                 *bool    `protobuf:"varint,11,opt,name=is_pause,json=isPause,proto3,oneof" json:"is_pause,omitempty"`
	SequenceId              *int64   `protobuf:"varint,12,opt,name=sequence_id,json=sequenceId,proto3,oneof" json:"sequence_id,omitempty"`
	MediaType               *string  `protobuf:"bytes,13,opt,name=media_type,json=mediaType,proto3,oneof" json:"media_type,omitempty"`
	CoreVersion             *int64   `protobuf:"varint,14,opt,name=core_version,json=coreVersion,proto3,oneof" json:"core_version,omitempty"`
	ContentUri              *string  `protobuf:"bytes,15,opt,name=content_uri,json=contentUri,proto3,oneof" json:"content_uri,omitempty"`
	StartMonotonicTimestamp *int64   `` /* 140-byte string literal not displayed */
	EndMonotonicTimestamp   *int64   `` /* 134-byte string literal not displayed */
	IsLast                  *bool    `protobuf:"varint,18,opt,name=is_last,json=isLast,proto3,oneof" json:"is_last,omitempty"`
	Provider                *string  `protobuf:"bytes,19,opt,name=provider,proto3,oneof" json:"provider,omitempty"`
	PlaybackStack           *string  `protobuf:"bytes,20,opt,name=playback_stack,json=playbackStack,proto3,oneof" json:"playback_stack,omitempty"`
	FeatureUuid             *string  `protobuf:"bytes,21,opt,name=feature_uuid,json=featureUuid,proto3,oneof" json:"feature_uuid,omitempty"`
	StreamId                []byte   `protobuf:"bytes,22,opt,name=stream_id,json=streamId,proto3,oneof" json:"stream_id,omitempty"`
	PageInstanceId          *string  `protobuf:"bytes,23,opt,name=page_instance_id,json=pageInstanceId,proto3,oneof" json:"page_instance_id,omitempty"`
	InteractionId           *string  `protobuf:"bytes,24,opt,name=interaction_id,json=interactionId,proto3,oneof" json:"interaction_id,omitempty"`
	PlayContext             *string  `protobuf:"bytes,25,opt,name=play_context,json=playContext,proto3,oneof" json:"play_context,omitempty"`
	StartTimestampInternal  *int64   `` /* 137-byte string literal not displayed */
	EndTimestampInternal    *int64   `` /* 131-byte string literal not displayed */
	SequenceIdInternal      *int64   `protobuf:"varint,28,opt,name=sequence_id_internal,json=sequenceIdInternal,proto3,oneof" json:"sequence_id_internal,omitempty"`
	IsAudioOn               *bool    `protobuf:"varint,29,opt,name=is_audio_on,json=isAudioOn,proto3,oneof" json:"is_audio_on,omitempty"`
	IsVideoOn               *bool    `protobuf:"varint,30,opt,name=is_video_on,json=isVideoOn,proto3,oneof" json:"is_video_on,omitempty"`
	VideoSurface            *string  `protobuf:"bytes,31,opt,name=video_surface,json=videoSurface,proto3,oneof" json:"video_surface,omitempty"`
	IsSystemSeek            *bool    `protobuf:"varint,32,opt,name=is_system_seek,json=isSystemSeek,proto3,oneof" json:"is_system_seek,omitempty"`
	// contains filtered or unexported fields
}

func (*RawCoreStreamSegment) Descriptor deprecated

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

Deprecated: Use RawCoreStreamSegment.ProtoReflect.Descriptor instead.

func (*RawCoreStreamSegment) GetContentUri

func (x *RawCoreStreamSegment) GetContentUri() string

func (*RawCoreStreamSegment) GetCoreVersion

func (x *RawCoreStreamSegment) GetCoreVersion() int64

func (*RawCoreStreamSegment) GetEndMonotonicTimestamp

func (x *RawCoreStreamSegment) GetEndMonotonicTimestamp() int64

func (*RawCoreStreamSegment) GetEndPosition

func (x *RawCoreStreamSegment) GetEndPosition() int64

func (*RawCoreStreamSegment) GetEndTimestamp

func (x *RawCoreStreamSegment) GetEndTimestamp() int64

func (*RawCoreStreamSegment) GetEndTimestampInternal

func (x *RawCoreStreamSegment) GetEndTimestampInternal() int64

func (*RawCoreStreamSegment) GetFeatureUuid

func (x *RawCoreStreamSegment) GetFeatureUuid() string

func (*RawCoreStreamSegment) GetInteractionId

func (x *RawCoreStreamSegment) GetInteractionId() string

func (*RawCoreStreamSegment) GetIsAudioOn

func (x *RawCoreStreamSegment) GetIsAudioOn() bool

func (*RawCoreStreamSegment) GetIsLast

func (x *RawCoreStreamSegment) GetIsLast() bool

func (*RawCoreStreamSegment) GetIsPause

func (x *RawCoreStreamSegment) GetIsPause() bool

func (*RawCoreStreamSegment) GetIsSeek

func (x *RawCoreStreamSegment) GetIsSeek() bool

func (*RawCoreStreamSegment) GetIsSystemSeek

func (x *RawCoreStreamSegment) GetIsSystemSeek() bool

func (*RawCoreStreamSegment) GetIsVideoOn

func (x *RawCoreStreamSegment) GetIsVideoOn() bool

func (*RawCoreStreamSegment) GetMediaType

func (x *RawCoreStreamSegment) GetMediaType() string

func (*RawCoreStreamSegment) GetMsPlayed

func (x *RawCoreStreamSegment) GetMsPlayed() int32

func (*RawCoreStreamSegment) GetPageInstanceId

func (x *RawCoreStreamSegment) GetPageInstanceId() string

func (*RawCoreStreamSegment) GetPlayContext

func (x *RawCoreStreamSegment) GetPlayContext() string

func (*RawCoreStreamSegment) GetPlaybackId

func (x *RawCoreStreamSegment) GetPlaybackId() []byte

func (*RawCoreStreamSegment) GetPlaybackSpeed

func (x *RawCoreStreamSegment) GetPlaybackSpeed() float64

func (*RawCoreStreamSegment) GetPlaybackStack

func (x *RawCoreStreamSegment) GetPlaybackStack() string

func (*RawCoreStreamSegment) GetProvider

func (x *RawCoreStreamSegment) GetProvider() string

func (*RawCoreStreamSegment) GetReasonEnd

func (x *RawCoreStreamSegment) GetReasonEnd() string

func (*RawCoreStreamSegment) GetReasonStart

func (x *RawCoreStreamSegment) GetReasonStart() string

func (*RawCoreStreamSegment) GetSequenceId

func (x *RawCoreStreamSegment) GetSequenceId() int64

func (*RawCoreStreamSegment) GetSequenceIdInternal

func (x *RawCoreStreamSegment) GetSequenceIdInternal() int64

func (*RawCoreStreamSegment) GetStartMonotonicTimestamp

func (x *RawCoreStreamSegment) GetStartMonotonicTimestamp() int64

func (*RawCoreStreamSegment) GetStartPosition

func (x *RawCoreStreamSegment) GetStartPosition() int64

func (*RawCoreStreamSegment) GetStartTimestamp

func (x *RawCoreStreamSegment) GetStartTimestamp() int64

func (*RawCoreStreamSegment) GetStartTimestampInternal

func (x *RawCoreStreamSegment) GetStartTimestampInternal() int64

func (*RawCoreStreamSegment) GetStreamId

func (x *RawCoreStreamSegment) GetStreamId() []byte

func (*RawCoreStreamSegment) GetVideoSurface

func (x *RawCoreStreamSegment) GetVideoSurface() string

func (*RawCoreStreamSegment) ProtoMessage

func (*RawCoreStreamSegment) ProtoMessage()

func (*RawCoreStreamSegment) ProtoReflect

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

func (*RawCoreStreamSegment) Reset

func (x *RawCoreStreamSegment) Reset()

func (*RawCoreStreamSegment) String

func (x *RawCoreStreamSegment) String() string

type RawCoreStreamStart

type RawCoreStreamStart struct {
	PlaybackId  []byte  `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	ContentUri  *string `protobuf:"bytes,2,opt,name=content_uri,json=contentUri,proto3,oneof" json:"content_uri,omitempty"`
	MediaType   *string `protobuf:"bytes,3,opt,name=media_type,json=mediaType,proto3,oneof" json:"media_type,omitempty"`
	ReasonStart *string `protobuf:"bytes,4,opt,name=reason_start,json=reasonStart,proto3,oneof" json:"reason_start,omitempty"`
	CoreVersion *int64  `protobuf:"varint,5,opt,name=core_version,json=coreVersion,proto3,oneof" json:"core_version,omitempty"`
	// contains filtered or unexported fields
}

func (*RawCoreStreamStart) Descriptor deprecated

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

Deprecated: Use RawCoreStreamStart.ProtoReflect.Descriptor instead.

func (*RawCoreStreamStart) GetContentUri

func (x *RawCoreStreamStart) GetContentUri() string

func (*RawCoreStreamStart) GetCoreVersion

func (x *RawCoreStreamStart) GetCoreVersion() int64

func (*RawCoreStreamStart) GetMediaType

func (x *RawCoreStreamStart) GetMediaType() string

func (*RawCoreStreamStart) GetPlaybackId

func (x *RawCoreStreamStart) GetPlaybackId() []byte

func (*RawCoreStreamStart) GetReasonStart

func (x *RawCoreStreamStart) GetReasonStart() string

func (*RawCoreStreamStart) ProtoMessage

func (*RawCoreStreamStart) ProtoMessage()

func (*RawCoreStreamStart) ProtoReflect

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

func (*RawCoreStreamStart) Reset

func (x *RawCoreStreamStart) Reset()

func (*RawCoreStreamStart) String

func (x *RawCoreStreamStart) String() string

type ReachabilityChanged

type ReachabilityChanged struct {
	Type *string `protobuf:"bytes,1,opt,name=type,proto3,oneof" json:"type,omitempty"`
	Info *string `protobuf:"bytes,2,opt,name=info,proto3,oneof" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*ReachabilityChanged) Descriptor deprecated

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

Deprecated: Use ReachabilityChanged.ProtoReflect.Descriptor instead.

func (*ReachabilityChanged) GetInfo

func (x *ReachabilityChanged) GetInfo() string

func (*ReachabilityChanged) GetType

func (x *ReachabilityChanged) GetType() string

func (*ReachabilityChanged) ProtoMessage

func (*ReachabilityChanged) ProtoMessage()

func (*ReachabilityChanged) ProtoReflect

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

func (*ReachabilityChanged) Reset

func (x *ReachabilityChanged) Reset()

func (*ReachabilityChanged) String

func (x *ReachabilityChanged) String() string

type RecordId

type RecordId struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordId) Descriptor deprecated

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

Deprecated: Use RecordId.ProtoReflect.Descriptor instead.

func (*RecordId) GetValue

func (x *RecordId) GetValue() uint64

func (*RecordId) ProtoMessage

func (*RecordId) ProtoMessage()

func (*RecordId) ProtoReflect

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

func (*RecordId) Reset

func (x *RecordId) Reset()

func (*RecordId) String

func (x *RecordId) String() string

type RejectedClientEventNonAuth

type RejectedClientEventNonAuth struct {
	RejectReason *string `protobuf:"bytes,1,opt,name=reject_reason,json=rejectReason,proto3,oneof" json:"reject_reason,omitempty"`
	EventName    *string `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3,oneof" json:"event_name,omitempty"`
	// contains filtered or unexported fields
}

func (*RejectedClientEventNonAuth) Descriptor deprecated

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

Deprecated: Use RejectedClientEventNonAuth.ProtoReflect.Descriptor instead.

func (*RejectedClientEventNonAuth) GetEventName

func (x *RejectedClientEventNonAuth) GetEventName() string

func (*RejectedClientEventNonAuth) GetRejectReason

func (x *RejectedClientEventNonAuth) GetRejectReason() string

func (*RejectedClientEventNonAuth) ProtoMessage

func (*RejectedClientEventNonAuth) ProtoMessage()

func (*RejectedClientEventNonAuth) ProtoReflect

func (*RejectedClientEventNonAuth) Reset

func (x *RejectedClientEventNonAuth) Reset()

func (*RejectedClientEventNonAuth) String

func (x *RejectedClientEventNonAuth) String() string

type RemainingSkips

type RemainingSkips struct {
	InteractionId            *string  `protobuf:"bytes,1,opt,name=interaction_id,json=interactionId,proto3,oneof" json:"interaction_id,omitempty"`
	RemainingSkipsBeforeSkip *int32   `` /* 144-byte string literal not displayed */
	RemainingSkipsAfterSkip  *int32   `` /* 141-byte string literal not displayed */
	InteractionIds           []string `protobuf:"bytes,4,rep,name=interaction_ids,json=interactionIds,proto3" json:"interaction_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RemainingSkips) Descriptor deprecated

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

Deprecated: Use RemainingSkips.ProtoReflect.Descriptor instead.

func (*RemainingSkips) GetInteractionId

func (x *RemainingSkips) GetInteractionId() string

func (*RemainingSkips) GetInteractionIds

func (x *RemainingSkips) GetInteractionIds() []string

func (*RemainingSkips) GetRemainingSkipsAfterSkip

func (x *RemainingSkips) GetRemainingSkipsAfterSkip() int32

func (*RemainingSkips) GetRemainingSkipsBeforeSkip

func (x *RemainingSkips) GetRemainingSkipsBeforeSkip() int32

func (*RemainingSkips) ProtoMessage

func (*RemainingSkips) ProtoMessage()

func (*RemainingSkips) ProtoReflect

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

func (*RemainingSkips) Reset

func (x *RemainingSkips) Reset()

func (*RemainingSkips) String

func (x *RemainingSkips) String() string

type RequestAccounting

type RequestAccounting struct {
	Request          *string `protobuf:"bytes,1,opt,name=request,proto3,oneof" json:"request,omitempty"`
	Downloaded       *int64  `protobuf:"varint,2,opt,name=downloaded,proto3,oneof" json:"downloaded,omitempty"`
	Uploaded         *int64  `protobuf:"varint,3,opt,name=uploaded,proto3,oneof" json:"uploaded,omitempty"`
	NumRequests      *int64  `protobuf:"varint,4,opt,name=num_requests,json=numRequests,proto3,oneof" json:"num_requests,omitempty"`
	Connection       *string `protobuf:"bytes,5,opt,name=connection,proto3,oneof" json:"connection,omitempty"`
	SourceIdentifier *string `protobuf:"bytes,6,opt,name=source_identifier,json=sourceIdentifier,proto3,oneof" json:"source_identifier,omitempty"`
	Reason           *string `protobuf:"bytes,7,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	DurationMs       *int64  `protobuf:"varint,8,opt,name=duration_ms,json=durationMs,proto3,oneof" json:"duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestAccounting) Descriptor deprecated

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

Deprecated: Use RequestAccounting.ProtoReflect.Descriptor instead.

func (*RequestAccounting) GetConnection

func (x *RequestAccounting) GetConnection() string

func (*RequestAccounting) GetDownloaded

func (x *RequestAccounting) GetDownloaded() int64

func (*RequestAccounting) GetDurationMs

func (x *RequestAccounting) GetDurationMs() int64

func (*RequestAccounting) GetNumRequests

func (x *RequestAccounting) GetNumRequests() int64

func (*RequestAccounting) GetReason

func (x *RequestAccounting) GetReason() string

func (*RequestAccounting) GetRequest

func (x *RequestAccounting) GetRequest() string

func (*RequestAccounting) GetSourceIdentifier

func (x *RequestAccounting) GetSourceIdentifier() string

func (*RequestAccounting) GetUploaded

func (x *RequestAccounting) GetUploaded() int64

func (*RequestAccounting) ProtoMessage

func (*RequestAccounting) ProtoMessage()

func (*RequestAccounting) ProtoReflect

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

func (*RequestAccounting) Reset

func (x *RequestAccounting) Reset()

func (*RequestAccounting) String

func (x *RequestAccounting) String() string

type RequestTime

type RequestTime struct {
	Type                *string  `protobuf:"bytes,1,opt,name=type,proto3,oneof" json:"type,omitempty"`
	FirstByte           *int64   `protobuf:"varint,2,opt,name=first_byte,json=firstByte,proto3,oneof" json:"first_byte,omitempty"`
	LastByte            *int64   `protobuf:"varint,3,opt,name=last_byte,json=lastByte,proto3,oneof" json:"last_byte,omitempty"`
	Size                *int64   `protobuf:"varint,4,opt,name=size,proto3,oneof" json:"size,omitempty"`
	SizeSent            *int64   `protobuf:"varint,5,opt,name=size_sent,json=sizeSent,proto3,oneof" json:"size_sent,omitempty"`
	Error               *bool    `protobuf:"varint,6,opt,name=error,proto3,oneof" json:"error,omitempty"`
	Url                 *string  `protobuf:"bytes,7,opt,name=url,proto3,oneof" json:"url,omitempty"`
	Verb                *string  `protobuf:"bytes,8,opt,name=verb,proto3,oneof" json:"verb,omitempty"`
	PayloadSizeSent     *int64   `protobuf:"varint,9,opt,name=payload_size_sent,json=payloadSizeSent,proto3,oneof" json:"payload_size_sent,omitempty"`
	ConnectionReuse     *int32   `protobuf:"varint,10,opt,name=connection_reuse,json=connectionReuse,proto3,oneof" json:"connection_reuse,omitempty"`
	SamplingProbability *float64 `` /* 127-byte string literal not displayed */
	Cached              *bool    `protobuf:"varint,12,opt,name=cached,proto3,oneof" json:"cached,omitempty"`
	RedirectTime        *int64   `protobuf:"varint,13,opt,name=redirect_time,json=redirectTime,proto3,oneof" json:"redirect_time,omitempty"`
	ConnectionType      *string  `protobuf:"bytes,14,opt,name=connection_type,json=connectionType,proto3,oneof" json:"connection_type,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestTime) Descriptor deprecated

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

Deprecated: Use RequestTime.ProtoReflect.Descriptor instead.

func (*RequestTime) GetCached

func (x *RequestTime) GetCached() bool

func (*RequestTime) GetConnectionReuse

func (x *RequestTime) GetConnectionReuse() int32

func (*RequestTime) GetConnectionType

func (x *RequestTime) GetConnectionType() string

func (*RequestTime) GetError

func (x *RequestTime) GetError() bool

func (*RequestTime) GetFirstByte

func (x *RequestTime) GetFirstByte() int64

func (*RequestTime) GetLastByte

func (x *RequestTime) GetLastByte() int64

func (*RequestTime) GetPayloadSizeSent

func (x *RequestTime) GetPayloadSizeSent() int64

func (*RequestTime) GetRedirectTime

func (x *RequestTime) GetRedirectTime() int64

func (*RequestTime) GetSamplingProbability

func (x *RequestTime) GetSamplingProbability() float64

func (*RequestTime) GetSize

func (x *RequestTime) GetSize() int64

func (*RequestTime) GetSizeSent

func (x *RequestTime) GetSizeSent() int64

func (*RequestTime) GetType

func (x *RequestTime) GetType() string

func (*RequestTime) GetUrl

func (x *RequestTime) GetUrl() string

func (*RequestTime) GetVerb

func (x *RequestTime) GetVerb() string

func (*RequestTime) ProtoMessage

func (*RequestTime) ProtoMessage()

func (*RequestTime) ProtoReflect

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

func (*RequestTime) Reset

func (x *RequestTime) Reset()

func (*RequestTime) String

func (x *RequestTime) String() string

type Sdk

type Sdk struct {
	VersionName string `protobuf:"bytes,1,opt,name=version_name,json=versionName,proto3" json:"version_name,omitempty"`
	Type        string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Sdk) Descriptor deprecated

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

Deprecated: Use Sdk.ProtoReflect.Descriptor instead.

func (*Sdk) GetType

func (x *Sdk) GetType() string

func (*Sdk) GetVersionName

func (x *Sdk) GetVersionName() string

func (*Sdk) ProtoMessage

func (*Sdk) ProtoMessage()

func (*Sdk) ProtoReflect

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

func (*Sdk) Reset

func (x *Sdk) Reset()

func (*Sdk) String

func (x *Sdk) String() string

type SequenceNumberEntity

type SequenceNumberEntity struct {
	FileFormatVersion  uint32 `protobuf:"varint,1,opt,name=file_format_version,json=fileFormatVersion,proto3" json:"file_format_version,omitempty"`
	EventName          string `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"`
	SequenceId         []byte `protobuf:"bytes,3,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"`
	SequenceNumberNext uint64 `protobuf:"varint,4,opt,name=sequence_number_next,json=sequenceNumberNext,proto3" json:"sequence_number_next,omitempty"`
	// contains filtered or unexported fields
}

func (*SequenceNumberEntity) Descriptor deprecated

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

Deprecated: Use SequenceNumberEntity.ProtoReflect.Descriptor instead.

func (*SequenceNumberEntity) GetEventName

func (x *SequenceNumberEntity) GetEventName() string

func (*SequenceNumberEntity) GetFileFormatVersion

func (x *SequenceNumberEntity) GetFileFormatVersion() uint32

func (*SequenceNumberEntity) GetSequenceId

func (x *SequenceNumberEntity) GetSequenceId() []byte

func (*SequenceNumberEntity) GetSequenceNumberNext

func (x *SequenceNumberEntity) GetSequenceNumberNext() uint64

func (*SequenceNumberEntity) ProtoMessage

func (*SequenceNumberEntity) ProtoMessage()

func (*SequenceNumberEntity) ProtoReflect

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

func (*SequenceNumberEntity) Reset

func (x *SequenceNumberEntity) Reset()

func (*SequenceNumberEntity) String

func (x *SequenceNumberEntity) String() string

type ShowRequestDebug

type ShowRequestDebug struct {
	NumRepliesIsOnlineFalse                      *int32   `` /* 143-byte string literal not displayed */
	NumRepliesIsOnlineTrue                       *int32   `` /* 140-byte string literal not displayed */
	LastReplyEpisodeId_0                         []byte   `` /* 130-byte string literal not displayed */
	LastReplyEpisodeId_1                         []byte   `` /* 130-byte string literal not displayed */
	LastReplyEpisodeId_2                         []byte   `` /* 130-byte string literal not displayed */
	NumLoadShowOkIsOnlineFalse                   *int32   `` /* 156-byte string literal not displayed */
	NumLoadShowOkIsOnlineTrue                    *int32   `` /* 153-byte string literal not displayed */
	NumLoadShowFailIsOnlineFalse                 *int32   `` /* 162-byte string literal not displayed */
	NumLoadShowFailIsOnlineTrue                  *int32   `` /* 159-byte string literal not displayed */
	LastLoadShowV4EpisodeId_0                    []byte   `` /* 150-byte string literal not displayed */
	LastLoadShowV4Episode_0CacheAvailability     *int32   `` /* 198-byte string literal not displayed */
	LastLoadShowV4EpisodeId_1                    []byte   `` /* 150-byte string literal not displayed */
	LastLoadShowV4Episode_1CacheAvailability     *int32   `` /* 198-byte string literal not displayed */
	LastLoadShowV4EpisodeId_2                    []byte   `` /* 150-byte string literal not displayed */
	LastLoadShowV4Episode_2CacheAvailability     *int32   `` /* 198-byte string literal not displayed */
	LastLoadShowV4Etag                           *string  `` /* 128-byte string literal not displayed */
	LastLoadError                                *int32   `protobuf:"varint,17,opt,name=last_load_error,json=lastLoadError,proto3,oneof" json:"last_load_error,omitempty"`
	IsOnline                                     *bool    `protobuf:"varint,18,opt,name=is_online,json=isOnline,proto3,oneof" json:"is_online,omitempty"`
	OptimizationLevel                            *int32   `protobuf:"varint,19,opt,name=optimization_level,json=optimizationLevel,proto3,oneof" json:"optimization_level,omitempty"`
	EnvNow                                       *int32   `protobuf:"varint,20,opt,name=env_now,json=envNow,proto3,oneof" json:"env_now,omitempty"`
	ShowUri                                      *string  `protobuf:"bytes,21,opt,name=show_uri,json=showUri,proto3,oneof" json:"show_uri,omitempty"`
	LastLoadShowV4StoredAtTimestamp              *int32   `` /* 172-byte string literal not displayed */
	LastLoadShowV4EpisodeUris                    []string `` /* 145-byte string literal not displayed */
	LastLoadShowV4EpisodeCacheAvailabilities     []int32  `` /* 200-byte string literal not displayed */
	LastLoadShowV4EpisodeCacheExpiryTimestamps   []int32  `` /* 208-byte string literal not displayed */
	LastLoadShowV4EpisodeOfflineExpiryTimestamps []int32  `` /* 214-byte string literal not displayed */
	LastLoadShowV4EpisodeEtags                   []string `` /* 148-byte string literal not displayed */
	LastLoadShowV4EpisodeStatusCodes             []int32  `` /* 176-byte string literal not displayed */
	LastLoadShowV4EpisodeStoredAtTimestamps      []int32  `` /* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ShowRequestDebug) Descriptor deprecated

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

Deprecated: Use ShowRequestDebug.ProtoReflect.Descriptor instead.

func (*ShowRequestDebug) GetEnvNow

func (x *ShowRequestDebug) GetEnvNow() int32

func (*ShowRequestDebug) GetIsOnline

func (x *ShowRequestDebug) GetIsOnline() bool

func (*ShowRequestDebug) GetLastLoadError

func (x *ShowRequestDebug) GetLastLoadError() int32

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeCacheAvailabilities

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeCacheAvailabilities() []int32

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeCacheExpiryTimestamps

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeCacheExpiryTimestamps() []int32

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeEtags

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeEtags() []string

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeId_0

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeId_0() []byte

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeId_1

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeId_1() []byte

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeId_2

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeId_2() []byte

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeOfflineExpiryTimestamps

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeOfflineExpiryTimestamps() []int32

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeStatusCodes

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeStatusCodes() []int32

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeStoredAtTimestamps

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeStoredAtTimestamps() []int32

func (*ShowRequestDebug) GetLastLoadShowV4EpisodeUris

func (x *ShowRequestDebug) GetLastLoadShowV4EpisodeUris() []string

func (*ShowRequestDebug) GetLastLoadShowV4Episode_0CacheAvailability

func (x *ShowRequestDebug) GetLastLoadShowV4Episode_0CacheAvailability() int32

func (*ShowRequestDebug) GetLastLoadShowV4Episode_1CacheAvailability

func (x *ShowRequestDebug) GetLastLoadShowV4Episode_1CacheAvailability() int32

func (*ShowRequestDebug) GetLastLoadShowV4Episode_2CacheAvailability

func (x *ShowRequestDebug) GetLastLoadShowV4Episode_2CacheAvailability() int32

func (*ShowRequestDebug) GetLastLoadShowV4Etag

func (x *ShowRequestDebug) GetLastLoadShowV4Etag() string

func (*ShowRequestDebug) GetLastLoadShowV4StoredAtTimestamp

func (x *ShowRequestDebug) GetLastLoadShowV4StoredAtTimestamp() int32

func (*ShowRequestDebug) GetLastReplyEpisodeId_0

func (x *ShowRequestDebug) GetLastReplyEpisodeId_0() []byte

func (*ShowRequestDebug) GetLastReplyEpisodeId_1

func (x *ShowRequestDebug) GetLastReplyEpisodeId_1() []byte

func (*ShowRequestDebug) GetLastReplyEpisodeId_2

func (x *ShowRequestDebug) GetLastReplyEpisodeId_2() []byte

func (*ShowRequestDebug) GetNumLoadShowFailIsOnlineFalse

func (x *ShowRequestDebug) GetNumLoadShowFailIsOnlineFalse() int32

func (*ShowRequestDebug) GetNumLoadShowFailIsOnlineTrue

func (x *ShowRequestDebug) GetNumLoadShowFailIsOnlineTrue() int32

func (*ShowRequestDebug) GetNumLoadShowOkIsOnlineFalse

func (x *ShowRequestDebug) GetNumLoadShowOkIsOnlineFalse() int32

func (*ShowRequestDebug) GetNumLoadShowOkIsOnlineTrue

func (x *ShowRequestDebug) GetNumLoadShowOkIsOnlineTrue() int32

func (*ShowRequestDebug) GetNumRepliesIsOnlineFalse

func (x *ShowRequestDebug) GetNumRepliesIsOnlineFalse() int32

func (*ShowRequestDebug) GetNumRepliesIsOnlineTrue

func (x *ShowRequestDebug) GetNumRepliesIsOnlineTrue() int32

func (*ShowRequestDebug) GetOptimizationLevel

func (x *ShowRequestDebug) GetOptimizationLevel() int32

func (*ShowRequestDebug) GetShowUri

func (x *ShowRequestDebug) GetShowUri() string

func (*ShowRequestDebug) ProtoMessage

func (*ShowRequestDebug) ProtoMessage()

func (*ShowRequestDebug) ProtoReflect

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

func (*ShowRequestDebug) Reset

func (x *ShowRequestDebug) Reset()

func (*ShowRequestDebug) String

func (x *ShowRequestDebug) String() string

type StreamReportingDebugTracerTest

type StreamReportingDebugTracerTest struct {
	EventSchemaVersion   *int64  `protobuf:"varint,1,opt,name=event_schema_version,json=eventSchemaVersion,proto3,oneof" json:"event_schema_version,omitempty"`
	MessageVersion       *int64  `protobuf:"varint,2,opt,name=message_version,json=messageVersion,proto3,oneof" json:"message_version,omitempty"`
	PlaybackId           []byte  `protobuf:"bytes,3,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	CoreVersion          *int64  `protobuf:"varint,4,opt,name=core_version,json=coreVersion,proto3,oneof" json:"core_version,omitempty"`
	Sequence             []int32 `protobuf:"varint,5,rep,packed,name=sequence,proto3" json:"sequence,omitempty"`
	ReasonSend           *string `protobuf:"bytes,6,opt,name=reason_send,json=reasonSend,proto3,oneof" json:"reason_send,omitempty"`
	SendIteration        *int64  `protobuf:"varint,7,opt,name=send_iteration,json=sendIteration,proto3,oneof" json:"send_iteration,omitempty"`
	TotalSend            *int64  `protobuf:"varint,8,opt,name=total_send,json=totalSend,proto3,oneof" json:"total_send,omitempty"`
	StreamHandle         []int32 `protobuf:"varint,9,rep,packed,name=stream_handle,json=streamHandle,proto3" json:"stream_handle,omitempty"`
	StreamDataHolderSize []int64 `` /* 134-byte string literal not displayed */
	Timestamp            []int64 `protobuf:"varint,11,rep,packed,name=timestamp,proto3" json:"timestamp,omitempty"`
	InitialTimestamp     *int64  `protobuf:"varint,12,opt,name=initial_timestamp,json=initialTimestamp,proto3,oneof" json:"initial_timestamp,omitempty"`
	CoreVersionTiny      *int64  `protobuf:"varint,13,opt,name=core_version_tiny,json=coreVersionTiny,proto3,oneof" json:"core_version_tiny,omitempty"`
	Configuration        *string `protobuf:"bytes,14,opt,name=configuration,proto3,oneof" json:"configuration,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamReportingDebugTracerTest) Descriptor deprecated

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

Deprecated: Use StreamReportingDebugTracerTest.ProtoReflect.Descriptor instead.

func (*StreamReportingDebugTracerTest) GetConfiguration

func (x *StreamReportingDebugTracerTest) GetConfiguration() string

func (*StreamReportingDebugTracerTest) GetCoreVersion

func (x *StreamReportingDebugTracerTest) GetCoreVersion() int64

func (*StreamReportingDebugTracerTest) GetCoreVersionTiny

func (x *StreamReportingDebugTracerTest) GetCoreVersionTiny() int64

func (*StreamReportingDebugTracerTest) GetEventSchemaVersion

func (x *StreamReportingDebugTracerTest) GetEventSchemaVersion() int64

func (*StreamReportingDebugTracerTest) GetInitialTimestamp

func (x *StreamReportingDebugTracerTest) GetInitialTimestamp() int64

func (*StreamReportingDebugTracerTest) GetMessageVersion

func (x *StreamReportingDebugTracerTest) GetMessageVersion() int64

func (*StreamReportingDebugTracerTest) GetPlaybackId

func (x *StreamReportingDebugTracerTest) GetPlaybackId() []byte

func (*StreamReportingDebugTracerTest) GetReasonSend

func (x *StreamReportingDebugTracerTest) GetReasonSend() string

func (*StreamReportingDebugTracerTest) GetSendIteration

func (x *StreamReportingDebugTracerTest) GetSendIteration() int64

func (*StreamReportingDebugTracerTest) GetSequence

func (x *StreamReportingDebugTracerTest) GetSequence() []int32

func (*StreamReportingDebugTracerTest) GetStreamDataHolderSize

func (x *StreamReportingDebugTracerTest) GetStreamDataHolderSize() []int64

func (*StreamReportingDebugTracerTest) GetStreamHandle

func (x *StreamReportingDebugTracerTest) GetStreamHandle() []int32

func (*StreamReportingDebugTracerTest) GetTimestamp

func (x *StreamReportingDebugTracerTest) GetTimestamp() []int64

func (*StreamReportingDebugTracerTest) GetTotalSend

func (x *StreamReportingDebugTracerTest) GetTotalSend() int64

func (*StreamReportingDebugTracerTest) ProtoMessage

func (*StreamReportingDebugTracerTest) ProtoMessage()

func (*StreamReportingDebugTracerTest) ProtoReflect

func (*StreamReportingDebugTracerTest) Reset

func (x *StreamReportingDebugTracerTest) Reset()

func (*StreamReportingDebugTracerTest) String

type StreamReportingError

type StreamReportingError struct {
	PlaybackId  []byte  `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	ErrorType   *string `protobuf:"bytes,2,opt,name=error_type,json=errorType,proto3,oneof" json:"error_type,omitempty"`
	ErrorReason *string `protobuf:"bytes,3,opt,name=error_reason,json=errorReason,proto3,oneof" json:"error_reason,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamReportingError) Descriptor deprecated

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

Deprecated: Use StreamReportingError.ProtoReflect.Descriptor instead.

func (*StreamReportingError) GetErrorReason

func (x *StreamReportingError) GetErrorReason() string

func (*StreamReportingError) GetErrorType

func (x *StreamReportingError) GetErrorType() string

func (*StreamReportingError) GetPlaybackId

func (x *StreamReportingError) GetPlaybackId() []byte

func (*StreamReportingError) ProtoMessage

func (*StreamReportingError) ProtoMessage()

func (*StreamReportingError) ProtoReflect

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

func (*StreamReportingError) Reset

func (x *StreamReportingError) Reset()

func (*StreamReportingError) String

func (x *StreamReportingError) String() string

type StreamReportingSegmentsDebug

type StreamReportingSegmentsDebug struct {
	PlaybackId          []byte    `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	Segments            []string  `protobuf:"bytes,2,rep,name=segments,proto3" json:"segments,omitempty"`
	Start               []int64   `protobuf:"varint,3,rep,packed,name=start,proto3" json:"start,omitempty"`
	End                 []int64   `protobuf:"varint,4,rep,packed,name=end,proto3" json:"end,omitempty"`
	Video               []bool    `protobuf:"varint,5,rep,packed,name=video,proto3" json:"video,omitempty"`
	Overlapping         []bool    `protobuf:"varint,6,rep,packed,name=overlapping,proto3" json:"overlapping,omitempty"`
	Background          []bool    `protobuf:"varint,7,rep,packed,name=background,proto3" json:"background,omitempty"`
	Fullscreen          []bool    `protobuf:"varint,8,rep,packed,name=fullscreen,proto3" json:"fullscreen,omitempty"`
	External            []bool    `protobuf:"varint,9,rep,packed,name=external,proto3" json:"external,omitempty"`
	PlaybackSpeed       []float32 `protobuf:"fixed32,10,rep,packed,name=playback_speed,json=playbackSpeed,proto3" json:"playback_speed,omitempty"`
	AppSessionTimestamp *int64    `` /* 128-byte string literal not displayed */
	Narration           []bool    `protobuf:"varint,12,rep,packed,name=narration,proto3" json:"narration,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamReportingSegmentsDebug) Descriptor deprecated

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

Deprecated: Use StreamReportingSegmentsDebug.ProtoReflect.Descriptor instead.

func (*StreamReportingSegmentsDebug) GetAppSessionTimestamp

func (x *StreamReportingSegmentsDebug) GetAppSessionTimestamp() int64

func (*StreamReportingSegmentsDebug) GetBackground

func (x *StreamReportingSegmentsDebug) GetBackground() []bool

func (*StreamReportingSegmentsDebug) GetEnd

func (x *StreamReportingSegmentsDebug) GetEnd() []int64

func (*StreamReportingSegmentsDebug) GetExternal

func (x *StreamReportingSegmentsDebug) GetExternal() []bool

func (*StreamReportingSegmentsDebug) GetFullscreen

func (x *StreamReportingSegmentsDebug) GetFullscreen() []bool

func (*StreamReportingSegmentsDebug) GetNarration

func (x *StreamReportingSegmentsDebug) GetNarration() []bool

func (*StreamReportingSegmentsDebug) GetOverlapping

func (x *StreamReportingSegmentsDebug) GetOverlapping() []bool

func (*StreamReportingSegmentsDebug) GetPlaybackId

func (x *StreamReportingSegmentsDebug) GetPlaybackId() []byte

func (*StreamReportingSegmentsDebug) GetPlaybackSpeed

func (x *StreamReportingSegmentsDebug) GetPlaybackSpeed() []float32

func (*StreamReportingSegmentsDebug) GetSegments

func (x *StreamReportingSegmentsDebug) GetSegments() []string

func (*StreamReportingSegmentsDebug) GetStart

func (x *StreamReportingSegmentsDebug) GetStart() []int64

func (*StreamReportingSegmentsDebug) GetVideo

func (x *StreamReportingSegmentsDebug) GetVideo() []bool

func (*StreamReportingSegmentsDebug) ProtoMessage

func (*StreamReportingSegmentsDebug) ProtoMessage()

func (*StreamReportingSegmentsDebug) ProtoReflect

func (*StreamReportingSegmentsDebug) Reset

func (x *StreamReportingSegmentsDebug) Reset()

func (*StreamReportingSegmentsDebug) String

type Stutter

type Stutter struct {
	FileId         []byte  `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3,oneof" json:"file_id,omitempty"`
	PlaybackId     []byte  `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	Track          *string `protobuf:"bytes,3,opt,name=track,proto3,oneof" json:"track,omitempty"`
	BufferSize     *int64  `protobuf:"varint,4,opt,name=buffer_size,json=bufferSize,proto3,oneof" json:"buffer_size,omitempty"`
	MaxBufferSize  *int64  `protobuf:"varint,5,opt,name=max_buffer_size,json=maxBufferSize,proto3,oneof" json:"max_buffer_size,omitempty"`
	FileByteOffset *int64  `protobuf:"varint,6,opt,name=file_byte_offset,json=fileByteOffset,proto3,oneof" json:"file_byte_offset,omitempty"`
	FileByteTotal  *int64  `protobuf:"varint,7,opt,name=file_byte_total,json=fileByteTotal,proto3,oneof" json:"file_byte_total,omitempty"`
	TargetBuffer   *int64  `protobuf:"varint,8,opt,name=target_buffer,json=targetBuffer,proto3,oneof" json:"target_buffer,omitempty"`
	AudioDriver    *string `protobuf:"bytes,9,opt,name=audio_driver,json=audioDriver,proto3,oneof" json:"audio_driver,omitempty"`
	// contains filtered or unexported fields
}

func (*Stutter) Descriptor deprecated

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

Deprecated: Use Stutter.ProtoReflect.Descriptor instead.

func (*Stutter) GetAudioDriver

func (x *Stutter) GetAudioDriver() string

func (*Stutter) GetBufferSize

func (x *Stutter) GetBufferSize() int64

func (*Stutter) GetFileByteOffset

func (x *Stutter) GetFileByteOffset() int64

func (*Stutter) GetFileByteTotal

func (x *Stutter) GetFileByteTotal() int64

func (*Stutter) GetFileId

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

func (*Stutter) GetMaxBufferSize

func (x *Stutter) GetMaxBufferSize() int64

func (*Stutter) GetPlaybackId

func (x *Stutter) GetPlaybackId() []byte

func (*Stutter) GetTargetBuffer

func (x *Stutter) GetTargetBuffer() int64

func (*Stutter) GetTrack

func (x *Stutter) GetTrack() string

func (*Stutter) ProtoMessage

func (*Stutter) ProtoMessage()

func (*Stutter) ProtoReflect

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

func (*Stutter) Reset

func (x *Stutter) Reset()

func (*Stutter) String

func (x *Stutter) String() string

type Time

type Time struct {
	Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Time) Descriptor deprecated

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

Deprecated: Use Time.ProtoReflect.Descriptor instead.

func (*Time) GetValue

func (x *Time) GetValue() int64

func (*Time) ProtoMessage

func (*Time) ProtoMessage()

func (*Time) ProtoReflect

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

func (*Time) Reset

func (x *Time) Reset()

func (*Time) String

func (x *Time) String() string

type TimeMeasurement

type TimeMeasurement struct {
	Category            *string           `protobuf:"bytes,1,opt,name=category,proto3,oneof" json:"category,omitempty"`
	Dimensions          map[string]string `` /* 147-byte string literal not displayed */
	PointTimestamps     map[string]int64  `` /* 181-byte string literal not displayed */
	PointDurations      map[string]int64  `` /* 178-byte string literal not displayed */
	PointFeatureIds     map[string]string `` /* 182-byte string literal not displayed */
	FeatureId           *string           `protobuf:"bytes,6,opt,name=feature_id,json=featureId,proto3,oneof" json:"feature_id,omitempty"`
	MeasurementId       *string           `protobuf:"bytes,7,opt,name=measurement_id,json=measurementId,proto3,oneof" json:"measurement_id,omitempty"`
	ParentMeasurementId *string           `` /* 126-byte string literal not displayed */
	ParentEpochOffset   *int64            `protobuf:"varint,9,opt,name=parent_epoch_offset,json=parentEpochOffset,proto3,oneof" json:"parent_epoch_offset,omitempty"`
	Metadata            map[string]string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TimeMeasurement) Descriptor deprecated

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

Deprecated: Use TimeMeasurement.ProtoReflect.Descriptor instead.

func (*TimeMeasurement) GetCategory

func (x *TimeMeasurement) GetCategory() string

func (*TimeMeasurement) GetDimensions

func (x *TimeMeasurement) GetDimensions() map[string]string

func (*TimeMeasurement) GetFeatureId

func (x *TimeMeasurement) GetFeatureId() string

func (*TimeMeasurement) GetMeasurementId

func (x *TimeMeasurement) GetMeasurementId() string

func (*TimeMeasurement) GetMetadata

func (x *TimeMeasurement) GetMetadata() map[string]string

func (*TimeMeasurement) GetParentEpochOffset

func (x *TimeMeasurement) GetParentEpochOffset() int64

func (*TimeMeasurement) GetParentMeasurementId

func (x *TimeMeasurement) GetParentMeasurementId() string

func (*TimeMeasurement) GetPointDurations

func (x *TimeMeasurement) GetPointDurations() map[string]int64

func (*TimeMeasurement) GetPointFeatureIds

func (x *TimeMeasurement) GetPointFeatureIds() map[string]string

func (*TimeMeasurement) GetPointTimestamps

func (x *TimeMeasurement) GetPointTimestamps() map[string]int64

func (*TimeMeasurement) ProtoMessage

func (*TimeMeasurement) ProtoMessage()

func (*TimeMeasurement) ProtoReflect

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

func (*TimeMeasurement) Reset

func (x *TimeMeasurement) Reset()

func (*TimeMeasurement) String

func (x *TimeMeasurement) String() string

type TimeStretcherInstrumentation

type TimeStretcherInstrumentation struct {
	PlaybackId        []byte   `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	WasPlaybackPaused *bool    `protobuf:"varint,2,opt,name=was_playback_paused,json=wasPlaybackPaused,proto3,oneof" json:"was_playback_paused,omitempty"`
	TotalBufferSize   *int64   `protobuf:"varint,3,opt,name=total_buffer_size,json=totalBufferSize,proto3,oneof" json:"total_buffer_size,omitempty"`
	NumberOfCalls     *int64   `protobuf:"varint,4,opt,name=number_of_calls,json=numberOfCalls,proto3,oneof" json:"number_of_calls,omitempty"`
	TotalDuration     *int64   `protobuf:"varint,5,opt,name=total_duration,json=totalDuration,proto3,oneof" json:"total_duration,omitempty"`
	DurationPerByte   *float32 `protobuf:"fixed32,6,opt,name=duration_per_byte,json=durationPerByte,proto3,oneof" json:"duration_per_byte,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeStretcherInstrumentation) Descriptor deprecated

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

Deprecated: Use TimeStretcherInstrumentation.ProtoReflect.Descriptor instead.

func (*TimeStretcherInstrumentation) GetDurationPerByte

func (x *TimeStretcherInstrumentation) GetDurationPerByte() float32

func (*TimeStretcherInstrumentation) GetNumberOfCalls

func (x *TimeStretcherInstrumentation) GetNumberOfCalls() int64

func (*TimeStretcherInstrumentation) GetPlaybackId

func (x *TimeStretcherInstrumentation) GetPlaybackId() []byte

func (*TimeStretcherInstrumentation) GetTotalBufferSize

func (x *TimeStretcherInstrumentation) GetTotalBufferSize() int64

func (*TimeStretcherInstrumentation) GetTotalDuration

func (x *TimeStretcherInstrumentation) GetTotalDuration() int64

func (*TimeStretcherInstrumentation) GetWasPlaybackPaused

func (x *TimeStretcherInstrumentation) GetWasPlaybackPaused() bool

func (*TimeStretcherInstrumentation) ProtoMessage

func (*TimeStretcherInstrumentation) ProtoMessage()

func (*TimeStretcherInstrumentation) ProtoReflect

func (*TimeStretcherInstrumentation) Reset

func (x *TimeStretcherInstrumentation) Reset()

func (*TimeStretcherInstrumentation) String

type TrackNotPlayed

type TrackNotPlayed struct {
	PlaybackId      []byte  `protobuf:"bytes,1,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	SourceStart     *string `protobuf:"bytes,2,opt,name=source_start,json=sourceStart,proto3,oneof" json:"source_start,omitempty"`
	ReasonStart     *string `protobuf:"bytes,3,opt,name=reason_start,json=reasonStart,proto3,oneof" json:"reason_start,omitempty"`
	SourceEnd       *string `protobuf:"bytes,4,opt,name=source_end,json=sourceEnd,proto3,oneof" json:"source_end,omitempty"`
	ReasonEnd       *string `protobuf:"bytes,5,opt,name=reason_end,json=reasonEnd,proto3,oneof" json:"reason_end,omitempty"`
	PlayContext     *string `protobuf:"bytes,6,opt,name=play_context,json=playContext,proto3,oneof" json:"play_context,omitempty"`
	PlayTrack       *string `protobuf:"bytes,7,opt,name=play_track,json=playTrack,proto3,oneof" json:"play_track,omitempty"`
	DisplayTrack    *string `protobuf:"bytes,8,opt,name=display_track,json=displayTrack,proto3,oneof" json:"display_track,omitempty"`
	Provider        *string `protobuf:"bytes,9,opt,name=provider,proto3,oneof" json:"provider,omitempty"`
	Referer         *string `protobuf:"bytes,10,opt,name=referer,proto3,oneof" json:"referer,omitempty"`
	ReferrerVersion *string `protobuf:"bytes,11,opt,name=referrer_version,json=referrerVersion,proto3,oneof" json:"referrer_version,omitempty"`
	ReferrerVendor  *string `protobuf:"bytes,12,opt,name=referrer_vendor,json=referrerVendor,proto3,oneof" json:"referrer_vendor,omitempty"`
	GaiaDevId       *string `protobuf:"bytes,13,opt,name=gaia_dev_id,json=gaiaDevId,proto3,oneof" json:"gaia_dev_id,omitempty"`
	ReasonNotPlayed *string `protobuf:"bytes,14,opt,name=reason_not_played,json=reasonNotPlayed,proto3,oneof" json:"reason_not_played,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackNotPlayed) Descriptor deprecated

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

Deprecated: Use TrackNotPlayed.ProtoReflect.Descriptor instead.

func (*TrackNotPlayed) GetDisplayTrack

func (x *TrackNotPlayed) GetDisplayTrack() string

func (*TrackNotPlayed) GetGaiaDevId

func (x *TrackNotPlayed) GetGaiaDevId() string

func (*TrackNotPlayed) GetPlayContext

func (x *TrackNotPlayed) GetPlayContext() string

func (*TrackNotPlayed) GetPlayTrack

func (x *TrackNotPlayed) GetPlayTrack() string

func (*TrackNotPlayed) GetPlaybackId

func (x *TrackNotPlayed) GetPlaybackId() []byte

func (*TrackNotPlayed) GetProvider

func (x *TrackNotPlayed) GetProvider() string

func (*TrackNotPlayed) GetReasonEnd

func (x *TrackNotPlayed) GetReasonEnd() string

func (*TrackNotPlayed) GetReasonNotPlayed

func (x *TrackNotPlayed) GetReasonNotPlayed() string

func (*TrackNotPlayed) GetReasonStart

func (x *TrackNotPlayed) GetReasonStart() string

func (*TrackNotPlayed) GetReferer

func (x *TrackNotPlayed) GetReferer() string

func (*TrackNotPlayed) GetReferrerVendor

func (x *TrackNotPlayed) GetReferrerVendor() string

func (*TrackNotPlayed) GetReferrerVersion

func (x *TrackNotPlayed) GetReferrerVersion() string

func (*TrackNotPlayed) GetSourceEnd

func (x *TrackNotPlayed) GetSourceEnd() string

func (*TrackNotPlayed) GetSourceStart

func (x *TrackNotPlayed) GetSourceStart() string

func (*TrackNotPlayed) ProtoMessage

func (*TrackNotPlayed) ProtoMessage()

func (*TrackNotPlayed) ProtoReflect

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

func (*TrackNotPlayed) Reset

func (x *TrackNotPlayed) Reset()

func (*TrackNotPlayed) String

func (x *TrackNotPlayed) String() string

type TrackStuck

type TrackStuck struct {
	Track       *string `protobuf:"bytes,1,opt,name=track,proto3,oneof" json:"track,omitempty"`
	PlaybackId  []byte  `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	SourceStart *string `protobuf:"bytes,3,opt,name=source_start,json=sourceStart,proto3,oneof" json:"source_start,omitempty"`
	ReasonStart *string `protobuf:"bytes,4,opt,name=reason_start,json=reasonStart,proto3,oneof" json:"reason_start,omitempty"`
	Offline     *bool   `protobuf:"varint,5,opt,name=offline,proto3,oneof" json:"offline,omitempty"`
	Position    *int64  `protobuf:"varint,6,opt,name=position,proto3,oneof" json:"position,omitempty"`
	Count       *int64  `protobuf:"varint,7,opt,name=count,proto3,oneof" json:"count,omitempty"`
	AudioDriver *string `protobuf:"bytes,8,opt,name=audio_driver,json=audioDriver,proto3,oneof" json:"audio_driver,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackStuck) Descriptor deprecated

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

Deprecated: Use TrackStuck.ProtoReflect.Descriptor instead.

func (*TrackStuck) GetAudioDriver

func (x *TrackStuck) GetAudioDriver() string

func (*TrackStuck) GetCount

func (x *TrackStuck) GetCount() int64

func (*TrackStuck) GetOffline

func (x *TrackStuck) GetOffline() bool

func (*TrackStuck) GetPlaybackId

func (x *TrackStuck) GetPlaybackId() []byte

func (*TrackStuck) GetPosition

func (x *TrackStuck) GetPosition() int64

func (*TrackStuck) GetReasonStart

func (x *TrackStuck) GetReasonStart() string

func (*TrackStuck) GetSourceStart

func (x *TrackStuck) GetSourceStart() string

func (*TrackStuck) GetTrack

func (x *TrackStuck) GetTrack() string

func (*TrackStuck) ProtoMessage

func (*TrackStuck) ProtoMessage()

func (*TrackStuck) ProtoReflect

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

func (*TrackStuck) Reset

func (x *TrackStuck) Reset()

func (*TrackStuck) String

func (x *TrackStuck) String() string

type UctStreamedDecision

type UctStreamedDecision struct {
	DecisionId            *string `protobuf:"bytes,1,opt,name=decision_id,json=decisionId,proto3,oneof" json:"decision_id,omitempty"`
	PlaybackId            []byte  `protobuf:"bytes,2,opt,name=playback_id,json=playbackId,proto3,oneof" json:"playback_id,omitempty"`
	PlayContextDecisionId *string `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UctStreamedDecision) Descriptor deprecated

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

Deprecated: Use UctStreamedDecision.ProtoReflect.Descriptor instead.

func (*UctStreamedDecision) GetDecisionId

func (x *UctStreamedDecision) GetDecisionId() string

func (*UctStreamedDecision) GetPlayContextDecisionId

func (x *UctStreamedDecision) GetPlayContextDecisionId() string

func (*UctStreamedDecision) GetPlaybackId

func (x *UctStreamedDecision) GetPlaybackId() []byte

func (*UctStreamedDecision) ProtoMessage

func (*UctStreamedDecision) ProtoMessage()

func (*UctStreamedDecision) ProtoReflect

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

func (*UctStreamedDecision) Reset

func (x *UctStreamedDecision) Reset()

func (*UctStreamedDecision) String

func (x *UctStreamedDecision) String() string

Jump to

Keyboard shortcuts

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