animation

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ArgbEvaluatorService_NewArgbEvaluator_FullMethodName = "/animation.ArgbEvaluatorService/NewArgbEvaluator"
	ArgbEvaluatorService_Evaluate_FullMethodName         = "/animation.ArgbEvaluatorService/Evaluate"
)
View Source
const (
	AnimatorListenerAdapterService_OnAnimationCancel_FullMethodName = "/animation.AnimatorListenerAdapterService/OnAnimationCancel"
	AnimatorListenerAdapterService_OnAnimationEnd_FullMethodName    = "/animation.AnimatorListenerAdapterService/OnAnimationEnd"
	AnimatorListenerAdapterService_OnAnimationPause_FullMethodName  = "/animation.AnimatorListenerAdapterService/OnAnimationPause"
	AnimatorListenerAdapterService_OnAnimationRepeat_FullMethodName = "/animation.AnimatorListenerAdapterService/OnAnimationRepeat"
	AnimatorListenerAdapterService_OnAnimationResume_FullMethodName = "/animation.AnimatorListenerAdapterService/OnAnimationResume"
	AnimatorListenerAdapterService_OnAnimationStart_FullMethodName  = "/animation.AnimatorListenerAdapterService/OnAnimationStart"
)
View Source
const (
	ValueAnimatorService_NewValueAnimator_FullMethodName                      = "/animation.ValueAnimatorService/NewValueAnimator"
	ValueAnimatorService_AddUpdateListener_FullMethodName                     = "/animation.ValueAnimatorService/AddUpdateListener"
	ValueAnimatorService_Cancel_FullMethodName                                = "/animation.ValueAnimatorService/Cancel"
	ValueAnimatorService_Clone0_FullMethodName                                = "/animation.ValueAnimatorService/Clone0"
	ValueAnimatorService_End_FullMethodName                                   = "/animation.ValueAnimatorService/End"
	ValueAnimatorService_GetAnimatedFraction_FullMethodName                   = "/animation.ValueAnimatorService/GetAnimatedFraction"
	ValueAnimatorService_GetAnimatedValue0_FullMethodName                     = "/animation.ValueAnimatorService/GetAnimatedValue0"
	ValueAnimatorService_GetAnimatedValue1_1_FullMethodName                   = "/animation.ValueAnimatorService/GetAnimatedValue1_1"
	ValueAnimatorService_GetCurrentPlayTime_FullMethodName                    = "/animation.ValueAnimatorService/GetCurrentPlayTime"
	ValueAnimatorService_GetDuration_FullMethodName                           = "/animation.ValueAnimatorService/GetDuration"
	ValueAnimatorService_GetInterpolator_FullMethodName                       = "/animation.ValueAnimatorService/GetInterpolator"
	ValueAnimatorService_GetRepeatCount_FullMethodName                        = "/animation.ValueAnimatorService/GetRepeatCount"
	ValueAnimatorService_GetRepeatMode_FullMethodName                         = "/animation.ValueAnimatorService/GetRepeatMode"
	ValueAnimatorService_GetStartDelay_FullMethodName                         = "/animation.ValueAnimatorService/GetStartDelay"
	ValueAnimatorService_GetTotalDuration_FullMethodName                      = "/animation.ValueAnimatorService/GetTotalDuration"
	ValueAnimatorService_GetValues_FullMethodName                             = "/animation.ValueAnimatorService/GetValues"
	ValueAnimatorService_IsRunning_FullMethodName                             = "/animation.ValueAnimatorService/IsRunning"
	ValueAnimatorService_IsStarted_FullMethodName                             = "/animation.ValueAnimatorService/IsStarted"
	ValueAnimatorService_Pause_FullMethodName                                 = "/animation.ValueAnimatorService/Pause"
	ValueAnimatorService_RemoveAllUpdateListeners_FullMethodName              = "/animation.ValueAnimatorService/RemoveAllUpdateListeners"
	ValueAnimatorService_RemoveUpdateListener_FullMethodName                  = "/animation.ValueAnimatorService/RemoveUpdateListener"
	ValueAnimatorService_Resume_FullMethodName                                = "/animation.ValueAnimatorService/Resume"
	ValueAnimatorService_Reverse_FullMethodName                               = "/animation.ValueAnimatorService/Reverse"
	ValueAnimatorService_SetCurrentFraction_FullMethodName                    = "/animation.ValueAnimatorService/SetCurrentFraction"
	ValueAnimatorService_SetCurrentPlayTime_FullMethodName                    = "/animation.ValueAnimatorService/SetCurrentPlayTime"
	ValueAnimatorService_SetDuration1_FullMethodName                          = "/animation.ValueAnimatorService/SetDuration1"
	ValueAnimatorService_SetEvaluator_FullMethodName                          = "/animation.ValueAnimatorService/SetEvaluator"
	ValueAnimatorService_SetFloatValues_FullMethodName                        = "/animation.ValueAnimatorService/SetFloatValues"
	ValueAnimatorService_SetIntValues_FullMethodName                          = "/animation.ValueAnimatorService/SetIntValues"
	ValueAnimatorService_SetInterpolator_FullMethodName                       = "/animation.ValueAnimatorService/SetInterpolator"
	ValueAnimatorService_SetObjectValues_FullMethodName                       = "/animation.ValueAnimatorService/SetObjectValues"
	ValueAnimatorService_SetRepeatCount_FullMethodName                        = "/animation.ValueAnimatorService/SetRepeatCount"
	ValueAnimatorService_SetRepeatMode_FullMethodName                         = "/animation.ValueAnimatorService/SetRepeatMode"
	ValueAnimatorService_SetStartDelay_FullMethodName                         = "/animation.ValueAnimatorService/SetStartDelay"
	ValueAnimatorService_SetValues_FullMethodName                             = "/animation.ValueAnimatorService/SetValues"
	ValueAnimatorService_Start_FullMethodName                                 = "/animation.ValueAnimatorService/Start"
	ValueAnimatorService_ToString_FullMethodName                              = "/animation.ValueAnimatorService/ToString"
	ValueAnimatorService_SetDuration1_1_FullMethodName                        = "/animation.ValueAnimatorService/SetDuration1_1"
	ValueAnimatorService_Clone0_1_FullMethodName                              = "/animation.ValueAnimatorService/Clone0_1"
	ValueAnimatorService_Clone0_2_FullMethodName                              = "/animation.ValueAnimatorService/Clone0_2"
	ValueAnimatorService_AreAnimatorsEnabled_FullMethodName                   = "/animation.ValueAnimatorService/AreAnimatorsEnabled"
	ValueAnimatorService_GetDurationScale_FullMethodName                      = "/animation.ValueAnimatorService/GetDurationScale"
	ValueAnimatorService_GetFrameDelay_FullMethodName                         = "/animation.ValueAnimatorService/GetFrameDelay"
	ValueAnimatorService_OfArgb_FullMethodName                                = "/animation.ValueAnimatorService/OfArgb"
	ValueAnimatorService_OfFloat_FullMethodName                               = "/animation.ValueAnimatorService/OfFloat"
	ValueAnimatorService_OfInt_FullMethodName                                 = "/animation.ValueAnimatorService/OfInt"
	ValueAnimatorService_OfObject_FullMethodName                              = "/animation.ValueAnimatorService/OfObject"
	ValueAnimatorService_OfPropertyValuesHolder_FullMethodName                = "/animation.ValueAnimatorService/OfPropertyValuesHolder"
	ValueAnimatorService_RegisterDurationScaleChangeListener_FullMethodName   = "/animation.ValueAnimatorService/RegisterDurationScaleChangeListener"
	ValueAnimatorService_SetFrameDelay_FullMethodName                         = "/animation.ValueAnimatorService/SetFrameDelay"
	ValueAnimatorService_UnregisterDurationScaleChangeListener_FullMethodName = "/animation.ValueAnimatorService/UnregisterDurationScaleChangeListener"
)
View Source
const (
	ObjectAnimatorService_NewObjectAnimator_FullMethodName      = "/animation.ObjectAnimatorService/NewObjectAnimator"
	ObjectAnimatorService_Clone0_FullMethodName                 = "/animation.ObjectAnimatorService/Clone0"
	ObjectAnimatorService_GetPropertyName_FullMethodName        = "/animation.ObjectAnimatorService/GetPropertyName"
	ObjectAnimatorService_GetTarget_FullMethodName              = "/animation.ObjectAnimatorService/GetTarget"
	ObjectAnimatorService_SetAutoCancel_FullMethodName          = "/animation.ObjectAnimatorService/SetAutoCancel"
	ObjectAnimatorService_SetDuration1_FullMethodName           = "/animation.ObjectAnimatorService/SetDuration1"
	ObjectAnimatorService_SetFloatValues_FullMethodName         = "/animation.ObjectAnimatorService/SetFloatValues"
	ObjectAnimatorService_SetIntValues_FullMethodName           = "/animation.ObjectAnimatorService/SetIntValues"
	ObjectAnimatorService_SetObjectValues_FullMethodName        = "/animation.ObjectAnimatorService/SetObjectValues"
	ObjectAnimatorService_SetProperty_FullMethodName            = "/animation.ObjectAnimatorService/SetProperty"
	ObjectAnimatorService_SetPropertyName_FullMethodName        = "/animation.ObjectAnimatorService/SetPropertyName"
	ObjectAnimatorService_SetTarget_FullMethodName              = "/animation.ObjectAnimatorService/SetTarget"
	ObjectAnimatorService_SetupEndValues_FullMethodName         = "/animation.ObjectAnimatorService/SetupEndValues"
	ObjectAnimatorService_SetupStartValues_FullMethodName       = "/animation.ObjectAnimatorService/SetupStartValues"
	ObjectAnimatorService_Start_FullMethodName                  = "/animation.ObjectAnimatorService/Start"
	ObjectAnimatorService_ToString_FullMethodName               = "/animation.ObjectAnimatorService/ToString"
	ObjectAnimatorService_SetDuration1_1_FullMethodName         = "/animation.ObjectAnimatorService/SetDuration1_1"
	ObjectAnimatorService_Clone0_1_FullMethodName               = "/animation.ObjectAnimatorService/Clone0_1"
	ObjectAnimatorService_SetDuration1_2_FullMethodName         = "/animation.ObjectAnimatorService/SetDuration1_2"
	ObjectAnimatorService_Clone0_2_FullMethodName               = "/animation.ObjectAnimatorService/Clone0_2"
	ObjectAnimatorService_Clone0_3_FullMethodName               = "/animation.ObjectAnimatorService/Clone0_3"
	ObjectAnimatorService_OfArgb_FullMethodName                 = "/animation.ObjectAnimatorService/OfArgb"
	ObjectAnimatorService_OfFloat3_FullMethodName               = "/animation.ObjectAnimatorService/OfFloat3"
	ObjectAnimatorService_OfFloat4_1_FullMethodName             = "/animation.ObjectAnimatorService/OfFloat4_1"
	ObjectAnimatorService_OfInt3_FullMethodName                 = "/animation.ObjectAnimatorService/OfInt3"
	ObjectAnimatorService_OfInt4_1_FullMethodName               = "/animation.ObjectAnimatorService/OfInt4_1"
	ObjectAnimatorService_OfMultiFloat3_FullMethodName          = "/animation.ObjectAnimatorService/OfMultiFloat3"
	ObjectAnimatorService_OfMultiFloat3_1_FullMethodName        = "/animation.ObjectAnimatorService/OfMultiFloat3_1"
	ObjectAnimatorService_OfMultiInt3_FullMethodName            = "/animation.ObjectAnimatorService/OfMultiInt3"
	ObjectAnimatorService_OfMultiInt3_1_FullMethodName          = "/animation.ObjectAnimatorService/OfMultiInt3_1"
	ObjectAnimatorService_OfObject_FullMethodName               = "/animation.ObjectAnimatorService/OfObject"
	ObjectAnimatorService_OfPropertyValuesHolder_FullMethodName = "/animation.ObjectAnimatorService/OfPropertyValuesHolder"
)
View Source
const (
	KeyframeService_Clone0_FullMethodName          = "/animation.KeyframeService/Clone0"
	KeyframeService_GetFraction_FullMethodName     = "/animation.KeyframeService/GetFraction"
	KeyframeService_GetInterpolator_FullMethodName = "/animation.KeyframeService/GetInterpolator"
	KeyframeService_GetType_FullMethodName         = "/animation.KeyframeService/GetType"
	KeyframeService_GetValue_FullMethodName        = "/animation.KeyframeService/GetValue"
	KeyframeService_HasValue_FullMethodName        = "/animation.KeyframeService/HasValue"
	KeyframeService_SetFraction_FullMethodName     = "/animation.KeyframeService/SetFraction"
	KeyframeService_SetInterpolator_FullMethodName = "/animation.KeyframeService/SetInterpolator"
	KeyframeService_SetValue_FullMethodName        = "/animation.KeyframeService/SetValue"
	KeyframeService_Clone0_1_FullMethodName        = "/animation.KeyframeService/Clone0_1"
	KeyframeService_OfFloat1_FullMethodName        = "/animation.KeyframeService/OfFloat1"
	KeyframeService_OfFloat2_1_FullMethodName      = "/animation.KeyframeService/OfFloat2_1"
	KeyframeService_OfInt1_FullMethodName          = "/animation.KeyframeService/OfInt1"
	KeyframeService_OfInt2_1_FullMethodName        = "/animation.KeyframeService/OfInt2_1"
	KeyframeService_OfObject1_FullMethodName       = "/animation.KeyframeService/OfObject1"
	KeyframeService_OfObject2_1_FullMethodName     = "/animation.KeyframeService/OfObject2_1"
)
View Source
const (
	IntEvaluatorService_NewIntEvaluator_FullMethodName = "/animation.IntEvaluatorService/NewIntEvaluator"
	IntEvaluatorService_Evaluate3_FullMethodName       = "/animation.IntEvaluatorService/Evaluate3"
	IntEvaluatorService_Evaluate3_1_FullMethodName     = "/animation.IntEvaluatorService/Evaluate3_1"
)
View Source
const (
	AnimatorInflaterService_NewAnimatorInflater_FullMethodName   = "/animation.AnimatorInflaterService/NewAnimatorInflater"
	AnimatorInflaterService_LoadAnimator_FullMethodName          = "/animation.AnimatorInflaterService/LoadAnimator"
	AnimatorInflaterService_LoadStateListAnimator_FullMethodName = "/animation.AnimatorInflaterService/LoadStateListAnimator"
)
View Source
const (
	PropertyValuesHolderService_Clone0_FullMethodName          = "/animation.PropertyValuesHolderService/Clone0"
	PropertyValuesHolderService_GetPropertyName_FullMethodName = "/animation.PropertyValuesHolderService/GetPropertyName"
	PropertyValuesHolderService_SetConverter_FullMethodName    = "/animation.PropertyValuesHolderService/SetConverter"
	PropertyValuesHolderService_SetEvaluator_FullMethodName    = "/animation.PropertyValuesHolderService/SetEvaluator"
	PropertyValuesHolderService_SetFloatValues_FullMethodName  = "/animation.PropertyValuesHolderService/SetFloatValues"
	PropertyValuesHolderService_SetIntValues_FullMethodName    = "/animation.PropertyValuesHolderService/SetIntValues"
	PropertyValuesHolderService_SetKeyframes_FullMethodName    = "/animation.PropertyValuesHolderService/SetKeyframes"
	PropertyValuesHolderService_SetObjectValues_FullMethodName = "/animation.PropertyValuesHolderService/SetObjectValues"
	PropertyValuesHolderService_SetProperty_FullMethodName     = "/animation.PropertyValuesHolderService/SetProperty"
	PropertyValuesHolderService_SetPropertyName_FullMethodName = "/animation.PropertyValuesHolderService/SetPropertyName"
	PropertyValuesHolderService_ToString_FullMethodName        = "/animation.PropertyValuesHolderService/ToString"
	PropertyValuesHolderService_Clone0_1_FullMethodName        = "/animation.PropertyValuesHolderService/Clone0_1"
	PropertyValuesHolderService_OfFloat_FullMethodName         = "/animation.PropertyValuesHolderService/OfFloat"
	PropertyValuesHolderService_OfInt_FullMethodName           = "/animation.PropertyValuesHolderService/OfInt"
	PropertyValuesHolderService_OfKeyframe2_FullMethodName     = "/animation.PropertyValuesHolderService/OfKeyframe2"
	PropertyValuesHolderService_OfKeyframe2_1_FullMethodName   = "/animation.PropertyValuesHolderService/OfKeyframe2_1"
	PropertyValuesHolderService_OfMultiFloat2_FullMethodName   = "/animation.PropertyValuesHolderService/OfMultiFloat2"
	PropertyValuesHolderService_OfMultiFloat2_1_FullMethodName = "/animation.PropertyValuesHolderService/OfMultiFloat2_1"
	PropertyValuesHolderService_OfMultiInt2_FullMethodName     = "/animation.PropertyValuesHolderService/OfMultiInt2"
	PropertyValuesHolderService_OfMultiInt2_1_FullMethodName   = "/animation.PropertyValuesHolderService/OfMultiInt2_1"
	PropertyValuesHolderService_OfObject_FullMethodName        = "/animation.PropertyValuesHolderService/OfObject"
)
View Source
const (
	TimeAnimatorService_NewTimeAnimator_FullMethodName    = "/animation.TimeAnimatorService/NewTimeAnimator"
	TimeAnimatorService_SetCurrentPlayTime_FullMethodName = "/animation.TimeAnimatorService/SetCurrentPlayTime"
	TimeAnimatorService_SetTimeListener_FullMethodName    = "/animation.TimeAnimatorService/SetTimeListener"
	TimeAnimatorService_Start_FullMethodName              = "/animation.TimeAnimatorService/Start"
)
View Source
const (
	FloatArrayEvaluatorService_NewFloatArrayEvaluator_FullMethodName = "/animation.FloatArrayEvaluatorService/NewFloatArrayEvaluator"
	FloatArrayEvaluatorService_Evaluate3_FullMethodName              = "/animation.FloatArrayEvaluatorService/Evaluate3"
	FloatArrayEvaluatorService_Evaluate3_1_FullMethodName            = "/animation.FloatArrayEvaluatorService/Evaluate3_1"
)
View Source
const (
	LayoutTransitionService_NewLayoutTransition_FullMethodName       = "/animation.LayoutTransitionService/NewLayoutTransition"
	LayoutTransitionService_AddChild_FullMethodName                  = "/animation.LayoutTransitionService/AddChild"
	LayoutTransitionService_AddTransitionListener_FullMethodName     = "/animation.LayoutTransitionService/AddTransitionListener"
	LayoutTransitionService_DisableTransitionType_FullMethodName     = "/animation.LayoutTransitionService/DisableTransitionType"
	LayoutTransitionService_EnableTransitionType_FullMethodName      = "/animation.LayoutTransitionService/EnableTransitionType"
	LayoutTransitionService_GetAnimator_FullMethodName               = "/animation.LayoutTransitionService/GetAnimator"
	LayoutTransitionService_GetDuration_FullMethodName               = "/animation.LayoutTransitionService/GetDuration"
	LayoutTransitionService_GetInterpolator_FullMethodName           = "/animation.LayoutTransitionService/GetInterpolator"
	LayoutTransitionService_GetStagger_FullMethodName                = "/animation.LayoutTransitionService/GetStagger"
	LayoutTransitionService_GetStartDelay_FullMethodName             = "/animation.LayoutTransitionService/GetStartDelay"
	LayoutTransitionService_GetTransitionListeners_FullMethodName    = "/animation.LayoutTransitionService/GetTransitionListeners"
	LayoutTransitionService_HideChild2_FullMethodName                = "/animation.LayoutTransitionService/HideChild2"
	LayoutTransitionService_HideChild3_1_FullMethodName              = "/animation.LayoutTransitionService/HideChild3_1"
	LayoutTransitionService_IsChangingLayout_FullMethodName          = "/animation.LayoutTransitionService/IsChangingLayout"
	LayoutTransitionService_IsRunning_FullMethodName                 = "/animation.LayoutTransitionService/IsRunning"
	LayoutTransitionService_IsTransitionTypeEnabled_FullMethodName   = "/animation.LayoutTransitionService/IsTransitionTypeEnabled"
	LayoutTransitionService_RemoveChild_FullMethodName               = "/animation.LayoutTransitionService/RemoveChild"
	LayoutTransitionService_RemoveTransitionListener_FullMethodName  = "/animation.LayoutTransitionService/RemoveTransitionListener"
	LayoutTransitionService_SetAnimateParentHierarchy_FullMethodName = "/animation.LayoutTransitionService/SetAnimateParentHierarchy"
	LayoutTransitionService_SetAnimator_FullMethodName               = "/animation.LayoutTransitionService/SetAnimator"
	LayoutTransitionService_SetDuration2_FullMethodName              = "/animation.LayoutTransitionService/SetDuration2"
	LayoutTransitionService_SetDuration1_1_FullMethodName            = "/animation.LayoutTransitionService/SetDuration1_1"
	LayoutTransitionService_SetInterpolator_FullMethodName           = "/animation.LayoutTransitionService/SetInterpolator"
	LayoutTransitionService_SetStagger_FullMethodName                = "/animation.LayoutTransitionService/SetStagger"
	LayoutTransitionService_SetStartDelay_FullMethodName             = "/animation.LayoutTransitionService/SetStartDelay"
	LayoutTransitionService_ShowChild2_FullMethodName                = "/animation.LayoutTransitionService/ShowChild2"
	LayoutTransitionService_ShowChild3_1_FullMethodName              = "/animation.LayoutTransitionService/ShowChild3_1"
)
View Source
const (
	LayoutTransitionTransitionListenerService_EndTransition_FullMethodName   = "/animation.LayoutTransitionTransitionListenerService/EndTransition"
	LayoutTransitionTransitionListenerService_StartTransition_FullMethodName = "/animation.LayoutTransitionTransitionListenerService/StartTransition"
)
View Source
const (
	PointFEvaluatorService_NewPointFEvaluator_FullMethodName = "/animation.PointFEvaluatorService/NewPointFEvaluator"
	PointFEvaluatorService_Evaluate3_FullMethodName          = "/animation.PointFEvaluatorService/Evaluate3"
	PointFEvaluatorService_Evaluate3_1_FullMethodName        = "/animation.PointFEvaluatorService/Evaluate3_1"
)
View Source
const (
	FloatEvaluatorService_NewFloatEvaluator_FullMethodName = "/animation.FloatEvaluatorService/NewFloatEvaluator"
	FloatEvaluatorService_Evaluate3_FullMethodName         = "/animation.FloatEvaluatorService/Evaluate3"
	FloatEvaluatorService_Evaluate3_1_FullMethodName       = "/animation.FloatEvaluatorService/Evaluate3_1"
)
View Source
const (
	AnimatorSetService_NewAnimatorSet_FullMethodName     = "/animation.AnimatorSetService/NewAnimatorSet"
	AnimatorSetService_Cancel_FullMethodName             = "/animation.AnimatorSetService/Cancel"
	AnimatorSetService_Clone0_FullMethodName             = "/animation.AnimatorSetService/Clone0"
	AnimatorSetService_End_FullMethodName                = "/animation.AnimatorSetService/End"
	AnimatorSetService_GetChildAnimations_FullMethodName = "/animation.AnimatorSetService/GetChildAnimations"
	AnimatorSetService_GetCurrentPlayTime_FullMethodName = "/animation.AnimatorSetService/GetCurrentPlayTime"
	AnimatorSetService_GetDuration_FullMethodName        = "/animation.AnimatorSetService/GetDuration"
	AnimatorSetService_GetInterpolator_FullMethodName    = "/animation.AnimatorSetService/GetInterpolator"
	AnimatorSetService_GetStartDelay_FullMethodName      = "/animation.AnimatorSetService/GetStartDelay"
	AnimatorSetService_GetTotalDuration_FullMethodName   = "/animation.AnimatorSetService/GetTotalDuration"
	AnimatorSetService_IsRunning_FullMethodName          = "/animation.AnimatorSetService/IsRunning"
	AnimatorSetService_IsStarted_FullMethodName          = "/animation.AnimatorSetService/IsStarted"
	AnimatorSetService_Pause_FullMethodName              = "/animation.AnimatorSetService/Pause"
	AnimatorSetService_Play_FullMethodName               = "/animation.AnimatorSetService/Play"
	AnimatorSetService_PlaySequentially_FullMethodName   = "/animation.AnimatorSetService/PlaySequentially"
	AnimatorSetService_PlayTogether_FullMethodName       = "/animation.AnimatorSetService/PlayTogether"
	AnimatorSetService_Resume_FullMethodName             = "/animation.AnimatorSetService/Resume"
	AnimatorSetService_Reverse_FullMethodName            = "/animation.AnimatorSetService/Reverse"
	AnimatorSetService_SetCurrentPlayTime_FullMethodName = "/animation.AnimatorSetService/SetCurrentPlayTime"
	AnimatorSetService_SetDuration1_FullMethodName       = "/animation.AnimatorSetService/SetDuration1"
	AnimatorSetService_SetInterpolator_FullMethodName    = "/animation.AnimatorSetService/SetInterpolator"
	AnimatorSetService_SetStartDelay_FullMethodName      = "/animation.AnimatorSetService/SetStartDelay"
	AnimatorSetService_SetTarget_FullMethodName          = "/animation.AnimatorSetService/SetTarget"
	AnimatorSetService_SetupEndValues_FullMethodName     = "/animation.AnimatorSetService/SetupEndValues"
	AnimatorSetService_SetupStartValues_FullMethodName   = "/animation.AnimatorSetService/SetupStartValues"
	AnimatorSetService_Start_FullMethodName              = "/animation.AnimatorSetService/Start"
	AnimatorSetService_ToString_FullMethodName           = "/animation.AnimatorSetService/ToString"
	AnimatorSetService_SetDuration1_1_FullMethodName     = "/animation.AnimatorSetService/SetDuration1_1"
	AnimatorSetService_Clone0_1_FullMethodName           = "/animation.AnimatorSetService/Clone0_1"
	AnimatorSetService_Clone0_2_FullMethodName           = "/animation.AnimatorSetService/Clone0_2"
)
View Source
const (
	AnimatorSetBuilderService_After1_FullMethodName   = "/animation.AnimatorSetBuilderService/After1"
	AnimatorSetBuilderService_After1_1_FullMethodName = "/animation.AnimatorSetBuilderService/After1_1"
	AnimatorSetBuilderService_Before_FullMethodName   = "/animation.AnimatorSetBuilderService/Before"
	AnimatorSetBuilderService_With_FullMethodName     = "/animation.AnimatorSetBuilderService/With"
)
View Source
const (
	IntArrayEvaluatorService_NewIntArrayEvaluator_FullMethodName = "/animation.IntArrayEvaluatorService/NewIntArrayEvaluator"
	IntArrayEvaluatorService_Evaluate3_FullMethodName            = "/animation.IntArrayEvaluatorService/Evaluate3"
	IntArrayEvaluatorService_Evaluate3_1_FullMethodName          = "/animation.IntArrayEvaluatorService/Evaluate3_1"
)
View Source
const (
	RectEvaluatorService_NewRectEvaluator_FullMethodName = "/animation.RectEvaluatorService/NewRectEvaluator"
	RectEvaluatorService_Evaluate3_FullMethodName        = "/animation.RectEvaluatorService/Evaluate3"
	RectEvaluatorService_Evaluate3_1_FullMethodName      = "/animation.RectEvaluatorService/Evaluate3_1"
)
View Source
const (
	AnimatorService_AddListener_FullMethodName         = "/animation.AnimatorService/AddListener"
	AnimatorService_AddPauseListener_FullMethodName    = "/animation.AnimatorService/AddPauseListener"
	AnimatorService_Cancel_FullMethodName              = "/animation.AnimatorService/Cancel"
	AnimatorService_Clone0_FullMethodName              = "/animation.AnimatorService/Clone0"
	AnimatorService_End_FullMethodName                 = "/animation.AnimatorService/End"
	AnimatorService_GetDuration_FullMethodName         = "/animation.AnimatorService/GetDuration"
	AnimatorService_GetInterpolator_FullMethodName     = "/animation.AnimatorService/GetInterpolator"
	AnimatorService_GetListeners_FullMethodName        = "/animation.AnimatorService/GetListeners"
	AnimatorService_GetStartDelay_FullMethodName       = "/animation.AnimatorService/GetStartDelay"
	AnimatorService_GetTotalDuration_FullMethodName    = "/animation.AnimatorService/GetTotalDuration"
	AnimatorService_IsPaused_FullMethodName            = "/animation.AnimatorService/IsPaused"
	AnimatorService_IsRunning_FullMethodName           = "/animation.AnimatorService/IsRunning"
	AnimatorService_IsStarted_FullMethodName           = "/animation.AnimatorService/IsStarted"
	AnimatorService_Pause_FullMethodName               = "/animation.AnimatorService/Pause"
	AnimatorService_RemoveAllListeners_FullMethodName  = "/animation.AnimatorService/RemoveAllListeners"
	AnimatorService_RemoveListener_FullMethodName      = "/animation.AnimatorService/RemoveListener"
	AnimatorService_RemovePauseListener_FullMethodName = "/animation.AnimatorService/RemovePauseListener"
	AnimatorService_Resume_FullMethodName              = "/animation.AnimatorService/Resume"
	AnimatorService_SetDuration_FullMethodName         = "/animation.AnimatorService/SetDuration"
	AnimatorService_SetInterpolator_FullMethodName     = "/animation.AnimatorService/SetInterpolator"
	AnimatorService_SetStartDelay_FullMethodName       = "/animation.AnimatorService/SetStartDelay"
	AnimatorService_SetTarget_FullMethodName           = "/animation.AnimatorService/SetTarget"
	AnimatorService_SetupEndValues_FullMethodName      = "/animation.AnimatorService/SetupEndValues"
	AnimatorService_SetupStartValues_FullMethodName    = "/animation.AnimatorService/SetupStartValues"
	AnimatorService_Start_FullMethodName               = "/animation.AnimatorService/Start"
	AnimatorService_Clone0_1_FullMethodName            = "/animation.AnimatorService/Clone0_1"
)
View Source
const (
	AnimatorAnimatorListenerService_OnAnimationCancel_FullMethodName = "/animation.AnimatorAnimatorListenerService/OnAnimationCancel"
	AnimatorAnimatorListenerService_OnAnimationEnd_FullMethodName    = "/animation.AnimatorAnimatorListenerService/OnAnimationEnd"
	AnimatorAnimatorListenerService_OnAnimationRepeat_FullMethodName = "/animation.AnimatorAnimatorListenerService/OnAnimationRepeat"
	AnimatorAnimatorListenerService_OnAnimationStart_FullMethodName  = "/animation.AnimatorAnimatorListenerService/OnAnimationStart"
)
View Source
const (
	AnimatorAnimatorPauseListenerService_OnAnimationPause_FullMethodName  = "/animation.AnimatorAnimatorPauseListenerService/OnAnimationPause"
	AnimatorAnimatorPauseListenerService_OnAnimationResume_FullMethodName = "/animation.AnimatorAnimatorPauseListenerService/OnAnimationResume"
)
View Source
const (
	StateListAnimatorService_NewStateListAnimator_FullMethodName = "/animation.StateListAnimatorService/NewStateListAnimator"
	StateListAnimatorService_AddState_FullMethodName             = "/animation.StateListAnimatorService/AddState"
	StateListAnimatorService_Clone0_FullMethodName               = "/animation.StateListAnimatorService/Clone0"
	StateListAnimatorService_JumpToCurrentState_FullMethodName   = "/animation.StateListAnimatorService/JumpToCurrentState"
	StateListAnimatorService_Clone0_1_FullMethodName             = "/animation.StateListAnimatorService/Clone0_1"
)
View Source
const (
	GridLayoutAnimationControllerService_NewGridLayoutAnimationController_FullMethodName = "/animation.GridLayoutAnimationControllerService/NewGridLayoutAnimationController"
	GridLayoutAnimationControllerService_GetColumnDelay_FullMethodName                   = "/animation.GridLayoutAnimationControllerService/GetColumnDelay"
	GridLayoutAnimationControllerService_GetDirection_FullMethodName                     = "/animation.GridLayoutAnimationControllerService/GetDirection"
	GridLayoutAnimationControllerService_GetDirectionPriority_FullMethodName             = "/animation.GridLayoutAnimationControllerService/GetDirectionPriority"
	GridLayoutAnimationControllerService_GetRowDelay_FullMethodName                      = "/animation.GridLayoutAnimationControllerService/GetRowDelay"
	GridLayoutAnimationControllerService_SetColumnDelay_FullMethodName                   = "/animation.GridLayoutAnimationControllerService/SetColumnDelay"
	GridLayoutAnimationControllerService_SetDirection_FullMethodName                     = "/animation.GridLayoutAnimationControllerService/SetDirection"
	GridLayoutAnimationControllerService_SetDirectionPriority_FullMethodName             = "/animation.GridLayoutAnimationControllerService/SetDirectionPriority"
	GridLayoutAnimationControllerService_SetRowDelay_FullMethodName                      = "/animation.GridLayoutAnimationControllerService/SetRowDelay"
	GridLayoutAnimationControllerService_WillOverlap_FullMethodName                      = "/animation.GridLayoutAnimationControllerService/WillOverlap"
)
View Source
const (
	RotateAnimationService_NewRotateAnimation_FullMethodName = "/animation.RotateAnimationService/NewRotateAnimation"
	RotateAnimationService_Initialize_FullMethodName         = "/animation.RotateAnimationService/Initialize"
)
View Source
const (
	CycleInterpolatorService_NewCycleInterpolator_FullMethodName = "/animation.CycleInterpolatorService/NewCycleInterpolator"
	CycleInterpolatorService_GetInterpolation_FullMethodName     = "/animation.CycleInterpolatorService/GetInterpolation"
)
View Source
const (
	SetService_NewSet_FullMethodName                         = "/animation.SetService/NewSet"
	SetService_AddAnimation_FullMethodName                   = "/animation.SetService/AddAnimation"
	SetService_ComputeDurationHint_FullMethodName            = "/animation.SetService/ComputeDurationHint"
	SetService_GetAnimations_FullMethodName                  = "/animation.SetService/GetAnimations"
	SetService_GetDuration_FullMethodName                    = "/animation.SetService/GetDuration"
	SetService_GetStartTime_FullMethodName                   = "/animation.SetService/GetStartTime"
	SetService_GetTransformation_FullMethodName              = "/animation.SetService/GetTransformation"
	SetService_Initialize_FullMethodName                     = "/animation.SetService/Initialize"
	SetService_Reset_FullMethodName                          = "/animation.SetService/Reset"
	SetService_RestrictDuration_FullMethodName               = "/animation.SetService/RestrictDuration"
	SetService_ScaleCurrentDuration_FullMethodName           = "/animation.SetService/ScaleCurrentDuration"
	SetService_SetDuration_FullMethodName                    = "/animation.SetService/SetDuration"
	SetService_SetFillAfter_FullMethodName                   = "/animation.SetService/SetFillAfter"
	SetService_SetFillBefore_FullMethodName                  = "/animation.SetService/SetFillBefore"
	SetService_SetRepeatMode_FullMethodName                  = "/animation.SetService/SetRepeatMode"
	SetService_SetStartOffset_FullMethodName                 = "/animation.SetService/SetStartOffset"
	SetService_SetStartTime_FullMethodName                   = "/animation.SetService/SetStartTime"
	SetService_WillChangeBounds_FullMethodName               = "/animation.SetService/WillChangeBounds"
	SetService_WillChangeTransformationMatrix_FullMethodName = "/animation.SetService/WillChangeTransformationMatrix"
)
View Source
const (
	DecelerateInterpolatorService_NewDecelerateInterpolator_FullMethodName = "/animation.DecelerateInterpolatorService/NewDecelerateInterpolator"
	DecelerateInterpolatorService_GetInterpolation_FullMethodName          = "/animation.DecelerateInterpolatorService/GetInterpolation"
)
View Source
const (
	TransformationService_NewTransformation_FullMethodName     = "/animation.TransformationService/NewTransformation"
	TransformationService_Clear_FullMethodName                 = "/animation.TransformationService/Clear"
	TransformationService_Compose_FullMethodName               = "/animation.TransformationService/Compose"
	TransformationService_GetAlpha_FullMethodName              = "/animation.TransformationService/GetAlpha"
	TransformationService_GetMatrix_FullMethodName             = "/animation.TransformationService/GetMatrix"
	TransformationService_GetTransformationType_FullMethodName = "/animation.TransformationService/GetTransformationType"
	TransformationService_Set_FullMethodName                   = "/animation.TransformationService/Set"
	TransformationService_SetAlpha_FullMethodName              = "/animation.TransformationService/SetAlpha"
	TransformationService_SetTransformationType_FullMethodName = "/animation.TransformationService/SetTransformationType"
	TransformationService_ToShortString_FullMethodName         = "/animation.TransformationService/ToShortString"
	TransformationService_ToString_FullMethodName              = "/animation.TransformationService/ToString"
)
View Source
const (
	OvershootInterpolatorService_NewOvershootInterpolator_FullMethodName = "/animation.OvershootInterpolatorService/NewOvershootInterpolator"
	OvershootInterpolatorService_GetInterpolation_FullMethodName         = "/animation.OvershootInterpolatorService/GetInterpolation"
)
View Source
const (
	UtilsService_NewUtils_FullMethodName                   = "/animation.UtilsService/NewUtils"
	UtilsService_CurrentAnimationTimeMillis_FullMethodName = "/animation.UtilsService/CurrentAnimationTimeMillis"
	UtilsService_LoadAnimation_FullMethodName              = "/animation.UtilsService/LoadAnimation"
	UtilsService_LoadInterpolator_FullMethodName           = "/animation.UtilsService/LoadInterpolator"
	UtilsService_LoadLayoutAnimation_FullMethodName        = "/animation.UtilsService/LoadLayoutAnimation"
	UtilsService_MakeInAnimation_FullMethodName            = "/animation.UtilsService/MakeInAnimation"
	UtilsService_MakeInChildBottomAnimation_FullMethodName = "/animation.UtilsService/MakeInChildBottomAnimation"
	UtilsService_MakeOutAnimation_FullMethodName           = "/animation.UtilsService/MakeOutAnimation"
)
View Source
const (
	PathInterpolatorService_NewPathInterpolator_FullMethodName = "/animation.PathInterpolatorService/NewPathInterpolator"
	PathInterpolatorService_GetInterpolation_FullMethodName    = "/animation.PathInterpolatorService/GetInterpolation"
)
View Source
const (
	AlphaAnimationService_NewAlphaAnimation_FullMethodName              = "/animation.AlphaAnimationService/NewAlphaAnimation"
	AlphaAnimationService_WillChangeBounds_FullMethodName               = "/animation.AlphaAnimationService/WillChangeBounds"
	AlphaAnimationService_WillChangeTransformationMatrix_FullMethodName = "/animation.AlphaAnimationService/WillChangeTransformationMatrix"
)
View Source
const (
	BounceInterpolatorService_NewBounceInterpolator_FullMethodName = "/animation.BounceInterpolatorService/NewBounceInterpolator"
	BounceInterpolatorService_GetInterpolation_FullMethodName      = "/animation.BounceInterpolatorService/GetInterpolation"
)
View Source
const (
	LinearInterpolatorService_NewLinearInterpolator_FullMethodName = "/animation.LinearInterpolatorService/NewLinearInterpolator"
	LinearInterpolatorService_GetInterpolation_FullMethodName      = "/animation.LinearInterpolatorService/GetInterpolation"
)
View Source
const (
	AnticipateOvershootInterpolatorService_NewAnticipateOvershootInterpolator_FullMethodName = "/animation.AnticipateOvershootInterpolatorService/NewAnticipateOvershootInterpolator"
	AnticipateOvershootInterpolatorService_GetInterpolation_FullMethodName                   = "/animation.AnticipateOvershootInterpolatorService/GetInterpolation"
)
View Source
const (
	AnticipateInterpolatorService_NewAnticipateInterpolator_FullMethodName = "/animation.AnticipateInterpolatorService/NewAnticipateInterpolator"
	AnticipateInterpolatorService_GetInterpolation_FullMethodName          = "/animation.AnticipateInterpolatorService/GetInterpolation"
)
View Source
const (
	ScaleAnimationService_NewScaleAnimation_FullMethodName = "/animation.ScaleAnimationService/NewScaleAnimation"
	ScaleAnimationService_Initialize_FullMethodName        = "/animation.ScaleAnimationService/Initialize"
)
View Source
const (
	LayoutAnimationControllerService_NewLayoutAnimationController_FullMethodName = "/animation.LayoutAnimationControllerService/NewLayoutAnimationController"
	LayoutAnimationControllerService_GetAnimation_FullMethodName                 = "/animation.LayoutAnimationControllerService/GetAnimation"
	LayoutAnimationControllerService_GetAnimationForView_FullMethodName          = "/animation.LayoutAnimationControllerService/GetAnimationForView"
	LayoutAnimationControllerService_GetDelay_FullMethodName                     = "/animation.LayoutAnimationControllerService/GetDelay"
	LayoutAnimationControllerService_GetInterpolator_FullMethodName              = "/animation.LayoutAnimationControllerService/GetInterpolator"
	LayoutAnimationControllerService_GetOrder_FullMethodName                     = "/animation.LayoutAnimationControllerService/GetOrder"
	LayoutAnimationControllerService_IsDone_FullMethodName                       = "/animation.LayoutAnimationControllerService/IsDone"
	LayoutAnimationControllerService_SetAnimation2_FullMethodName                = "/animation.LayoutAnimationControllerService/SetAnimation2"
	LayoutAnimationControllerService_SetAnimation1_1_FullMethodName              = "/animation.LayoutAnimationControllerService/SetAnimation1_1"
	LayoutAnimationControllerService_SetDelay_FullMethodName                     = "/animation.LayoutAnimationControllerService/SetDelay"
	LayoutAnimationControllerService_SetInterpolator2_FullMethodName             = "/animation.LayoutAnimationControllerService/SetInterpolator2"
	LayoutAnimationControllerService_SetInterpolator1_1_FullMethodName           = "/animation.LayoutAnimationControllerService/SetInterpolator1_1"
	LayoutAnimationControllerService_SetOrder_FullMethodName                     = "/animation.LayoutAnimationControllerService/SetOrder"
	LayoutAnimationControllerService_Start_FullMethodName                        = "/animation.LayoutAnimationControllerService/Start"
	LayoutAnimationControllerService_WillOverlap_FullMethodName                  = "/animation.LayoutAnimationControllerService/WillOverlap"
)
View Source
const (
	AccelerateDecelerateInterpolatorService_NewAccelerateDecelerateInterpolator_FullMethodName = "/animation.AccelerateDecelerateInterpolatorService/NewAccelerateDecelerateInterpolator"
	AccelerateDecelerateInterpolatorService_GetInterpolation_FullMethodName                    = "/animation.AccelerateDecelerateInterpolatorService/GetInterpolation"
)
View Source
const (
	AccelerateInterpolatorService_NewAccelerateInterpolator_FullMethodName = "/animation.AccelerateInterpolatorService/NewAccelerateInterpolator"
	AccelerateInterpolatorService_GetInterpolation_FullMethodName          = "/animation.AccelerateInterpolatorService/GetInterpolation"
)
View Source
const (
	AnimationService_Cancel_FullMethodName                         = "/animation.AnimationService/Cancel"
	AnimationService_ComputeDurationHint_FullMethodName            = "/animation.AnimationService/ComputeDurationHint"
	AnimationService_GetBackdropColor_FullMethodName               = "/animation.AnimationService/GetBackdropColor"
	AnimationService_GetBackgroundColor_FullMethodName             = "/animation.AnimationService/GetBackgroundColor"
	AnimationService_GetDetachWallpaper_FullMethodName             = "/animation.AnimationService/GetDetachWallpaper"
	AnimationService_GetDuration_FullMethodName                    = "/animation.AnimationService/GetDuration"
	AnimationService_GetFillAfter_FullMethodName                   = "/animation.AnimationService/GetFillAfter"
	AnimationService_GetFillBefore_FullMethodName                  = "/animation.AnimationService/GetFillBefore"
	AnimationService_GetInterpolator_FullMethodName                = "/animation.AnimationService/GetInterpolator"
	AnimationService_GetRepeatCount_FullMethodName                 = "/animation.AnimationService/GetRepeatCount"
	AnimationService_GetRepeatMode_FullMethodName                  = "/animation.AnimationService/GetRepeatMode"
	AnimationService_GetShowBackdrop_FullMethodName                = "/animation.AnimationService/GetShowBackdrop"
	AnimationService_GetStartOffset_FullMethodName                 = "/animation.AnimationService/GetStartOffset"
	AnimationService_GetStartTime_FullMethodName                   = "/animation.AnimationService/GetStartTime"
	AnimationService_GetTransformation2_FullMethodName             = "/animation.AnimationService/GetTransformation2"
	AnimationService_GetTransformation3_1_FullMethodName           = "/animation.AnimationService/GetTransformation3_1"
	AnimationService_GetZAdjustment_FullMethodName                 = "/animation.AnimationService/GetZAdjustment"
	AnimationService_HasEnded_FullMethodName                       = "/animation.AnimationService/HasEnded"
	AnimationService_HasStarted_FullMethodName                     = "/animation.AnimationService/HasStarted"
	AnimationService_Initialize_FullMethodName                     = "/animation.AnimationService/Initialize"
	AnimationService_IsFillEnabled_FullMethodName                  = "/animation.AnimationService/IsFillEnabled"
	AnimationService_IsInitialized_FullMethodName                  = "/animation.AnimationService/IsInitialized"
	AnimationService_Reset_FullMethodName                          = "/animation.AnimationService/Reset"
	AnimationService_RestrictDuration_FullMethodName               = "/animation.AnimationService/RestrictDuration"
	AnimationService_ScaleCurrentDuration_FullMethodName           = "/animation.AnimationService/ScaleCurrentDuration"
	AnimationService_SetAnimationListener_FullMethodName           = "/animation.AnimationService/SetAnimationListener"
	AnimationService_SetBackdropColor_FullMethodName               = "/animation.AnimationService/SetBackdropColor"
	AnimationService_SetBackgroundColor_FullMethodName             = "/animation.AnimationService/SetBackgroundColor"
	AnimationService_SetDetachWallpaper_FullMethodName             = "/animation.AnimationService/SetDetachWallpaper"
	AnimationService_SetDuration_FullMethodName                    = "/animation.AnimationService/SetDuration"
	AnimationService_SetFillAfter_FullMethodName                   = "/animation.AnimationService/SetFillAfter"
	AnimationService_SetFillBefore_FullMethodName                  = "/animation.AnimationService/SetFillBefore"
	AnimationService_SetFillEnabled_FullMethodName                 = "/animation.AnimationService/SetFillEnabled"
	AnimationService_SetInterpolator2_FullMethodName               = "/animation.AnimationService/SetInterpolator2"
	AnimationService_SetInterpolator1_1_FullMethodName             = "/animation.AnimationService/SetInterpolator1_1"
	AnimationService_SetRepeatCount_FullMethodName                 = "/animation.AnimationService/SetRepeatCount"
	AnimationService_SetRepeatMode_FullMethodName                  = "/animation.AnimationService/SetRepeatMode"
	AnimationService_SetShowBackdrop_FullMethodName                = "/animation.AnimationService/SetShowBackdrop"
	AnimationService_SetStartOffset_FullMethodName                 = "/animation.AnimationService/SetStartOffset"
	AnimationService_SetStartTime_FullMethodName                   = "/animation.AnimationService/SetStartTime"
	AnimationService_SetZAdjustment_FullMethodName                 = "/animation.AnimationService/SetZAdjustment"
	AnimationService_Start_FullMethodName                          = "/animation.AnimationService/Start"
	AnimationService_StartNow_FullMethodName                       = "/animation.AnimationService/StartNow"
	AnimationService_WillChangeBounds_FullMethodName               = "/animation.AnimationService/WillChangeBounds"
	AnimationService_WillChangeTransformationMatrix_FullMethodName = "/animation.AnimationService/WillChangeTransformationMatrix"
)
View Source
const (
	AnimationListenerService_OnAnimationEnd_FullMethodName    = "/animation.AnimationListenerService/OnAnimationEnd"
	AnimationListenerService_OnAnimationRepeat_FullMethodName = "/animation.AnimationListenerService/OnAnimationRepeat"
	AnimationListenerService_OnAnimationStart_FullMethodName  = "/animation.AnimationListenerService/OnAnimationStart"
)
View Source
const (
	TranslateAnimationService_NewTranslateAnimation_FullMethodName = "/animation.TranslateAnimationService/NewTranslateAnimation"
	TranslateAnimationService_Initialize_FullMethodName            = "/animation.TranslateAnimationService/Initialize"
)
View Source
const (
	TimeAnimatorTimeListenerService_OnTimeUpdate_FullMethodName = "/animation.TimeAnimatorTimeListenerService/OnTimeUpdate"
)
View Source
const (
	TimeInterpolatorService_GetInterpolation_FullMethodName = "/animation.TimeInterpolatorService/GetInterpolation"
)
View Source
const (
	ValueAnimatorAnimatorUpdateListenerService_OnAnimationUpdate_FullMethodName = "/animation.ValueAnimatorAnimatorUpdateListenerService/OnAnimationUpdate"
)
View Source
const (
	ValueAnimatorDurationScaleChangeListenerService_OnChanged_FullMethodName = "/animation.ValueAnimatorDurationScaleChangeListenerService/OnChanged"
)

Variables

View Source
var AccelerateDecelerateInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AccelerateDecelerateInterpolatorService",
	HandlerType: (*AccelerateDecelerateInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewAccelerateDecelerateInterpolator",
			Handler:    _AccelerateDecelerateInterpolatorService_NewAccelerateDecelerateInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _AccelerateDecelerateInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AccelerateDecelerateInterpolatorService_ServiceDesc is the grpc.ServiceDesc for AccelerateDecelerateInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AccelerateInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AccelerateInterpolatorService",
	HandlerType: (*AccelerateInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewAccelerateInterpolator",
			Handler:    _AccelerateInterpolatorService_NewAccelerateInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _AccelerateInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AccelerateInterpolatorService_ServiceDesc is the grpc.ServiceDesc for AccelerateInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AlphaAnimationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AlphaAnimationService",
	HandlerType: (*AlphaAnimationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewAlphaAnimation",
			Handler:    _AlphaAnimationService_NewAlphaAnimation_Handler,
		},
		{
			MethodName: "WillChangeBounds",
			Handler:    _AlphaAnimationService_WillChangeBounds_Handler,
		},
		{
			MethodName: "WillChangeTransformationMatrix",
			Handler:    _AlphaAnimationService_WillChangeTransformationMatrix_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AlphaAnimationService_ServiceDesc is the grpc.ServiceDesc for AlphaAnimationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimationListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimationListenerService",
	HandlerType: (*AnimationListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnAnimationEnd",
			Handler:    _AnimationListenerService_OnAnimationEnd_Handler,
		},
		{
			MethodName: "OnAnimationRepeat",
			Handler:    _AnimationListenerService_OnAnimationRepeat_Handler,
		},
		{
			MethodName: "OnAnimationStart",
			Handler:    _AnimationListenerService_OnAnimationStart_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimationListenerService_ServiceDesc is the grpc.ServiceDesc for AnimationListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimationService",
	HandlerType: (*AnimationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Cancel",
			Handler:    _AnimationService_Cancel_Handler,
		},
		{
			MethodName: "ComputeDurationHint",
			Handler:    _AnimationService_ComputeDurationHint_Handler,
		},
		{
			MethodName: "GetBackdropColor",
			Handler:    _AnimationService_GetBackdropColor_Handler,
		},
		{
			MethodName: "GetBackgroundColor",
			Handler:    _AnimationService_GetBackgroundColor_Handler,
		},
		{
			MethodName: "GetDetachWallpaper",
			Handler:    _AnimationService_GetDetachWallpaper_Handler,
		},
		{
			MethodName: "GetDuration",
			Handler:    _AnimationService_GetDuration_Handler,
		},
		{
			MethodName: "GetFillAfter",
			Handler:    _AnimationService_GetFillAfter_Handler,
		},
		{
			MethodName: "GetFillBefore",
			Handler:    _AnimationService_GetFillBefore_Handler,
		},
		{
			MethodName: "GetInterpolator",
			Handler:    _AnimationService_GetInterpolator_Handler,
		},
		{
			MethodName: "GetRepeatCount",
			Handler:    _AnimationService_GetRepeatCount_Handler,
		},
		{
			MethodName: "GetRepeatMode",
			Handler:    _AnimationService_GetRepeatMode_Handler,
		},
		{
			MethodName: "GetShowBackdrop",
			Handler:    _AnimationService_GetShowBackdrop_Handler,
		},
		{
			MethodName: "GetStartOffset",
			Handler:    _AnimationService_GetStartOffset_Handler,
		},
		{
			MethodName: "GetStartTime",
			Handler:    _AnimationService_GetStartTime_Handler,
		},
		{
			MethodName: "GetTransformation2",
			Handler:    _AnimationService_GetTransformation2_Handler,
		},
		{
			MethodName: "GetTransformation3_1",
			Handler:    _AnimationService_GetTransformation3_1_Handler,
		},
		{
			MethodName: "GetZAdjustment",
			Handler:    _AnimationService_GetZAdjustment_Handler,
		},
		{
			MethodName: "HasEnded",
			Handler:    _AnimationService_HasEnded_Handler,
		},
		{
			MethodName: "HasStarted",
			Handler:    _AnimationService_HasStarted_Handler,
		},
		{
			MethodName: "Initialize",
			Handler:    _AnimationService_Initialize_Handler,
		},
		{
			MethodName: "IsFillEnabled",
			Handler:    _AnimationService_IsFillEnabled_Handler,
		},
		{
			MethodName: "IsInitialized",
			Handler:    _AnimationService_IsInitialized_Handler,
		},
		{
			MethodName: "Reset",
			Handler:    _AnimationService_Reset_Handler,
		},
		{
			MethodName: "RestrictDuration",
			Handler:    _AnimationService_RestrictDuration_Handler,
		},
		{
			MethodName: "ScaleCurrentDuration",
			Handler:    _AnimationService_ScaleCurrentDuration_Handler,
		},
		{
			MethodName: "SetAnimationListener",
			Handler:    _AnimationService_SetAnimationListener_Handler,
		},
		{
			MethodName: "SetBackdropColor",
			Handler:    _AnimationService_SetBackdropColor_Handler,
		},
		{
			MethodName: "SetBackgroundColor",
			Handler:    _AnimationService_SetBackgroundColor_Handler,
		},
		{
			MethodName: "SetDetachWallpaper",
			Handler:    _AnimationService_SetDetachWallpaper_Handler,
		},
		{
			MethodName: "SetDuration",
			Handler:    _AnimationService_SetDuration_Handler,
		},
		{
			MethodName: "SetFillAfter",
			Handler:    _AnimationService_SetFillAfter_Handler,
		},
		{
			MethodName: "SetFillBefore",
			Handler:    _AnimationService_SetFillBefore_Handler,
		},
		{
			MethodName: "SetFillEnabled",
			Handler:    _AnimationService_SetFillEnabled_Handler,
		},
		{
			MethodName: "SetInterpolator2",
			Handler:    _AnimationService_SetInterpolator2_Handler,
		},
		{
			MethodName: "SetInterpolator1_1",
			Handler:    _AnimationService_SetInterpolator1_1_Handler,
		},
		{
			MethodName: "SetRepeatCount",
			Handler:    _AnimationService_SetRepeatCount_Handler,
		},
		{
			MethodName: "SetRepeatMode",
			Handler:    _AnimationService_SetRepeatMode_Handler,
		},
		{
			MethodName: "SetShowBackdrop",
			Handler:    _AnimationService_SetShowBackdrop_Handler,
		},
		{
			MethodName: "SetStartOffset",
			Handler:    _AnimationService_SetStartOffset_Handler,
		},
		{
			MethodName: "SetStartTime",
			Handler:    _AnimationService_SetStartTime_Handler,
		},
		{
			MethodName: "SetZAdjustment",
			Handler:    _AnimationService_SetZAdjustment_Handler,
		},
		{
			MethodName: "Start",
			Handler:    _AnimationService_Start_Handler,
		},
		{
			MethodName: "StartNow",
			Handler:    _AnimationService_StartNow_Handler,
		},
		{
			MethodName: "WillChangeBounds",
			Handler:    _AnimationService_WillChangeBounds_Handler,
		},
		{
			MethodName: "WillChangeTransformationMatrix",
			Handler:    _AnimationService_WillChangeTransformationMatrix_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimationService_ServiceDesc is the grpc.ServiceDesc for AnimationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimatorAnimatorListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimatorAnimatorListenerService",
	HandlerType: (*AnimatorAnimatorListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnAnimationCancel",
			Handler:    _AnimatorAnimatorListenerService_OnAnimationCancel_Handler,
		},
		{
			MethodName: "OnAnimationEnd",
			Handler:    _AnimatorAnimatorListenerService_OnAnimationEnd_Handler,
		},
		{
			MethodName: "OnAnimationRepeat",
			Handler:    _AnimatorAnimatorListenerService_OnAnimationRepeat_Handler,
		},
		{
			MethodName: "OnAnimationStart",
			Handler:    _AnimatorAnimatorListenerService_OnAnimationStart_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimatorAnimatorListenerService_ServiceDesc is the grpc.ServiceDesc for AnimatorAnimatorListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimatorAnimatorPauseListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimatorAnimatorPauseListenerService",
	HandlerType: (*AnimatorAnimatorPauseListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnAnimationPause",
			Handler:    _AnimatorAnimatorPauseListenerService_OnAnimationPause_Handler,
		},
		{
			MethodName: "OnAnimationResume",
			Handler:    _AnimatorAnimatorPauseListenerService_OnAnimationResume_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimatorAnimatorPauseListenerService_ServiceDesc is the grpc.ServiceDesc for AnimatorAnimatorPauseListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimatorInflaterService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimatorInflaterService",
	HandlerType: (*AnimatorInflaterServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewAnimatorInflater",
			Handler:    _AnimatorInflaterService_NewAnimatorInflater_Handler,
		},
		{
			MethodName: "LoadAnimator",
			Handler:    _AnimatorInflaterService_LoadAnimator_Handler,
		},
		{
			MethodName: "LoadStateListAnimator",
			Handler:    _AnimatorInflaterService_LoadStateListAnimator_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimatorInflaterService_ServiceDesc is the grpc.ServiceDesc for AnimatorInflaterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimatorListenerAdapterService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimatorListenerAdapterService",
	HandlerType: (*AnimatorListenerAdapterServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnAnimationCancel",
			Handler:    _AnimatorListenerAdapterService_OnAnimationCancel_Handler,
		},
		{
			MethodName: "OnAnimationEnd",
			Handler:    _AnimatorListenerAdapterService_OnAnimationEnd_Handler,
		},
		{
			MethodName: "OnAnimationPause",
			Handler:    _AnimatorListenerAdapterService_OnAnimationPause_Handler,
		},
		{
			MethodName: "OnAnimationRepeat",
			Handler:    _AnimatorListenerAdapterService_OnAnimationRepeat_Handler,
		},
		{
			MethodName: "OnAnimationResume",
			Handler:    _AnimatorListenerAdapterService_OnAnimationResume_Handler,
		},
		{
			MethodName: "OnAnimationStart",
			Handler:    _AnimatorListenerAdapterService_OnAnimationStart_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimatorListenerAdapterService_ServiceDesc is the grpc.ServiceDesc for AnimatorListenerAdapterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimatorService",
	HandlerType: (*AnimatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddListener",
			Handler:    _AnimatorService_AddListener_Handler,
		},
		{
			MethodName: "AddPauseListener",
			Handler:    _AnimatorService_AddPauseListener_Handler,
		},
		{
			MethodName: "Cancel",
			Handler:    _AnimatorService_Cancel_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _AnimatorService_Clone0_Handler,
		},
		{
			MethodName: "End",
			Handler:    _AnimatorService_End_Handler,
		},
		{
			MethodName: "GetDuration",
			Handler:    _AnimatorService_GetDuration_Handler,
		},
		{
			MethodName: "GetInterpolator",
			Handler:    _AnimatorService_GetInterpolator_Handler,
		},
		{
			MethodName: "GetListeners",
			Handler:    _AnimatorService_GetListeners_Handler,
		},
		{
			MethodName: "GetStartDelay",
			Handler:    _AnimatorService_GetStartDelay_Handler,
		},
		{
			MethodName: "GetTotalDuration",
			Handler:    _AnimatorService_GetTotalDuration_Handler,
		},
		{
			MethodName: "IsPaused",
			Handler:    _AnimatorService_IsPaused_Handler,
		},
		{
			MethodName: "IsRunning",
			Handler:    _AnimatorService_IsRunning_Handler,
		},
		{
			MethodName: "IsStarted",
			Handler:    _AnimatorService_IsStarted_Handler,
		},
		{
			MethodName: "Pause",
			Handler:    _AnimatorService_Pause_Handler,
		},
		{
			MethodName: "RemoveAllListeners",
			Handler:    _AnimatorService_RemoveAllListeners_Handler,
		},
		{
			MethodName: "RemoveListener",
			Handler:    _AnimatorService_RemoveListener_Handler,
		},
		{
			MethodName: "RemovePauseListener",
			Handler:    _AnimatorService_RemovePauseListener_Handler,
		},
		{
			MethodName: "Resume",
			Handler:    _AnimatorService_Resume_Handler,
		},
		{
			MethodName: "SetDuration",
			Handler:    _AnimatorService_SetDuration_Handler,
		},
		{
			MethodName: "SetInterpolator",
			Handler:    _AnimatorService_SetInterpolator_Handler,
		},
		{
			MethodName: "SetStartDelay",
			Handler:    _AnimatorService_SetStartDelay_Handler,
		},
		{
			MethodName: "SetTarget",
			Handler:    _AnimatorService_SetTarget_Handler,
		},
		{
			MethodName: "SetupEndValues",
			Handler:    _AnimatorService_SetupEndValues_Handler,
		},
		{
			MethodName: "SetupStartValues",
			Handler:    _AnimatorService_SetupStartValues_Handler,
		},
		{
			MethodName: "Start",
			Handler:    _AnimatorService_Start_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _AnimatorService_Clone0_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimatorService_ServiceDesc is the grpc.ServiceDesc for AnimatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimatorSetBuilderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimatorSetBuilderService",
	HandlerType: (*AnimatorSetBuilderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "After1",
			Handler:    _AnimatorSetBuilderService_After1_Handler,
		},
		{
			MethodName: "After1_1",
			Handler:    _AnimatorSetBuilderService_After1_1_Handler,
		},
		{
			MethodName: "Before",
			Handler:    _AnimatorSetBuilderService_Before_Handler,
		},
		{
			MethodName: "With",
			Handler:    _AnimatorSetBuilderService_With_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimatorSetBuilderService_ServiceDesc is the grpc.ServiceDesc for AnimatorSetBuilderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnimatorSetService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnimatorSetService",
	HandlerType: (*AnimatorSetServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewAnimatorSet",
			Handler:    _AnimatorSetService_NewAnimatorSet_Handler,
		},
		{
			MethodName: "Cancel",
			Handler:    _AnimatorSetService_Cancel_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _AnimatorSetService_Clone0_Handler,
		},
		{
			MethodName: "End",
			Handler:    _AnimatorSetService_End_Handler,
		},
		{
			MethodName: "GetChildAnimations",
			Handler:    _AnimatorSetService_GetChildAnimations_Handler,
		},
		{
			MethodName: "GetCurrentPlayTime",
			Handler:    _AnimatorSetService_GetCurrentPlayTime_Handler,
		},
		{
			MethodName: "GetDuration",
			Handler:    _AnimatorSetService_GetDuration_Handler,
		},
		{
			MethodName: "GetInterpolator",
			Handler:    _AnimatorSetService_GetInterpolator_Handler,
		},
		{
			MethodName: "GetStartDelay",
			Handler:    _AnimatorSetService_GetStartDelay_Handler,
		},
		{
			MethodName: "GetTotalDuration",
			Handler:    _AnimatorSetService_GetTotalDuration_Handler,
		},
		{
			MethodName: "IsRunning",
			Handler:    _AnimatorSetService_IsRunning_Handler,
		},
		{
			MethodName: "IsStarted",
			Handler:    _AnimatorSetService_IsStarted_Handler,
		},
		{
			MethodName: "Pause",
			Handler:    _AnimatorSetService_Pause_Handler,
		},
		{
			MethodName: "Play",
			Handler:    _AnimatorSetService_Play_Handler,
		},
		{
			MethodName: "PlaySequentially",
			Handler:    _AnimatorSetService_PlaySequentially_Handler,
		},
		{
			MethodName: "PlayTogether",
			Handler:    _AnimatorSetService_PlayTogether_Handler,
		},
		{
			MethodName: "Resume",
			Handler:    _AnimatorSetService_Resume_Handler,
		},
		{
			MethodName: "Reverse",
			Handler:    _AnimatorSetService_Reverse_Handler,
		},
		{
			MethodName: "SetCurrentPlayTime",
			Handler:    _AnimatorSetService_SetCurrentPlayTime_Handler,
		},
		{
			MethodName: "SetDuration1",
			Handler:    _AnimatorSetService_SetDuration1_Handler,
		},
		{
			MethodName: "SetInterpolator",
			Handler:    _AnimatorSetService_SetInterpolator_Handler,
		},
		{
			MethodName: "SetStartDelay",
			Handler:    _AnimatorSetService_SetStartDelay_Handler,
		},
		{
			MethodName: "SetTarget",
			Handler:    _AnimatorSetService_SetTarget_Handler,
		},
		{
			MethodName: "SetupEndValues",
			Handler:    _AnimatorSetService_SetupEndValues_Handler,
		},
		{
			MethodName: "SetupStartValues",
			Handler:    _AnimatorSetService_SetupStartValues_Handler,
		},
		{
			MethodName: "Start",
			Handler:    _AnimatorSetService_Start_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _AnimatorSetService_ToString_Handler,
		},
		{
			MethodName: "SetDuration1_1",
			Handler:    _AnimatorSetService_SetDuration1_1_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _AnimatorSetService_Clone0_1_Handler,
		},
		{
			MethodName: "Clone0_2",
			Handler:    _AnimatorSetService_Clone0_2_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnimatorSetService_ServiceDesc is the grpc.ServiceDesc for AnimatorSetService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnticipateInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnticipateInterpolatorService",
	HandlerType: (*AnticipateInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewAnticipateInterpolator",
			Handler:    _AnticipateInterpolatorService_NewAnticipateInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _AnticipateInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnticipateInterpolatorService_ServiceDesc is the grpc.ServiceDesc for AnticipateInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AnticipateOvershootInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.AnticipateOvershootInterpolatorService",
	HandlerType: (*AnticipateOvershootInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewAnticipateOvershootInterpolator",
			Handler:    _AnticipateOvershootInterpolatorService_NewAnticipateOvershootInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _AnticipateOvershootInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

AnticipateOvershootInterpolatorService_ServiceDesc is the grpc.ServiceDesc for AnticipateOvershootInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ArgbEvaluatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.ArgbEvaluatorService",
	HandlerType: (*ArgbEvaluatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewArgbEvaluator",
			Handler:    _ArgbEvaluatorService_NewArgbEvaluator_Handler,
		},
		{
			MethodName: "Evaluate",
			Handler:    _ArgbEvaluatorService_Evaluate_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

ArgbEvaluatorService_ServiceDesc is the grpc.ServiceDesc for ArgbEvaluatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var BounceInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.BounceInterpolatorService",
	HandlerType: (*BounceInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewBounceInterpolator",
			Handler:    _BounceInterpolatorService_NewBounceInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _BounceInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

BounceInterpolatorService_ServiceDesc is the grpc.ServiceDesc for BounceInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var CycleInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.CycleInterpolatorService",
	HandlerType: (*CycleInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewCycleInterpolator",
			Handler:    _CycleInterpolatorService_NewCycleInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _CycleInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

CycleInterpolatorService_ServiceDesc is the grpc.ServiceDesc for CycleInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var DecelerateInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.DecelerateInterpolatorService",
	HandlerType: (*DecelerateInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewDecelerateInterpolator",
			Handler:    _DecelerateInterpolatorService_NewDecelerateInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _DecelerateInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

DecelerateInterpolatorService_ServiceDesc is the grpc.ServiceDesc for DecelerateInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_animation_animation_proto protoreflect.FileDescriptor
View Source
var FloatArrayEvaluatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.FloatArrayEvaluatorService",
	HandlerType: (*FloatArrayEvaluatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewFloatArrayEvaluator",
			Handler:    _FloatArrayEvaluatorService_NewFloatArrayEvaluator_Handler,
		},
		{
			MethodName: "Evaluate3",
			Handler:    _FloatArrayEvaluatorService_Evaluate3_Handler,
		},
		{
			MethodName: "Evaluate3_1",
			Handler:    _FloatArrayEvaluatorService_Evaluate3_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

FloatArrayEvaluatorService_ServiceDesc is the grpc.ServiceDesc for FloatArrayEvaluatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var FloatEvaluatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.FloatEvaluatorService",
	HandlerType: (*FloatEvaluatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewFloatEvaluator",
			Handler:    _FloatEvaluatorService_NewFloatEvaluator_Handler,
		},
		{
			MethodName: "Evaluate3",
			Handler:    _FloatEvaluatorService_Evaluate3_Handler,
		},
		{
			MethodName: "Evaluate3_1",
			Handler:    _FloatEvaluatorService_Evaluate3_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

FloatEvaluatorService_ServiceDesc is the grpc.ServiceDesc for FloatEvaluatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var GridLayoutAnimationControllerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.GridLayoutAnimationControllerService",
	HandlerType: (*GridLayoutAnimationControllerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewGridLayoutAnimationController",
			Handler:    _GridLayoutAnimationControllerService_NewGridLayoutAnimationController_Handler,
		},
		{
			MethodName: "GetColumnDelay",
			Handler:    _GridLayoutAnimationControllerService_GetColumnDelay_Handler,
		},
		{
			MethodName: "GetDirection",
			Handler:    _GridLayoutAnimationControllerService_GetDirection_Handler,
		},
		{
			MethodName: "GetDirectionPriority",
			Handler:    _GridLayoutAnimationControllerService_GetDirectionPriority_Handler,
		},
		{
			MethodName: "GetRowDelay",
			Handler:    _GridLayoutAnimationControllerService_GetRowDelay_Handler,
		},
		{
			MethodName: "SetColumnDelay",
			Handler:    _GridLayoutAnimationControllerService_SetColumnDelay_Handler,
		},
		{
			MethodName: "SetDirection",
			Handler:    _GridLayoutAnimationControllerService_SetDirection_Handler,
		},
		{
			MethodName: "SetDirectionPriority",
			Handler:    _GridLayoutAnimationControllerService_SetDirectionPriority_Handler,
		},
		{
			MethodName: "SetRowDelay",
			Handler:    _GridLayoutAnimationControllerService_SetRowDelay_Handler,
		},
		{
			MethodName: "WillOverlap",
			Handler:    _GridLayoutAnimationControllerService_WillOverlap_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

GridLayoutAnimationControllerService_ServiceDesc is the grpc.ServiceDesc for GridLayoutAnimationControllerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var IntArrayEvaluatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.IntArrayEvaluatorService",
	HandlerType: (*IntArrayEvaluatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewIntArrayEvaluator",
			Handler:    _IntArrayEvaluatorService_NewIntArrayEvaluator_Handler,
		},
		{
			MethodName: "Evaluate3",
			Handler:    _IntArrayEvaluatorService_Evaluate3_Handler,
		},
		{
			MethodName: "Evaluate3_1",
			Handler:    _IntArrayEvaluatorService_Evaluate3_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

IntArrayEvaluatorService_ServiceDesc is the grpc.ServiceDesc for IntArrayEvaluatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var IntEvaluatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.IntEvaluatorService",
	HandlerType: (*IntEvaluatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewIntEvaluator",
			Handler:    _IntEvaluatorService_NewIntEvaluator_Handler,
		},
		{
			MethodName: "Evaluate3",
			Handler:    _IntEvaluatorService_Evaluate3_Handler,
		},
		{
			MethodName: "Evaluate3_1",
			Handler:    _IntEvaluatorService_Evaluate3_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

IntEvaluatorService_ServiceDesc is the grpc.ServiceDesc for IntEvaluatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var KeyframeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.KeyframeService",
	HandlerType: (*KeyframeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Clone0",
			Handler:    _KeyframeService_Clone0_Handler,
		},
		{
			MethodName: "GetFraction",
			Handler:    _KeyframeService_GetFraction_Handler,
		},
		{
			MethodName: "GetInterpolator",
			Handler:    _KeyframeService_GetInterpolator_Handler,
		},
		{
			MethodName: "GetType",
			Handler:    _KeyframeService_GetType_Handler,
		},
		{
			MethodName: "GetValue",
			Handler:    _KeyframeService_GetValue_Handler,
		},
		{
			MethodName: "HasValue",
			Handler:    _KeyframeService_HasValue_Handler,
		},
		{
			MethodName: "SetFraction",
			Handler:    _KeyframeService_SetFraction_Handler,
		},
		{
			MethodName: "SetInterpolator",
			Handler:    _KeyframeService_SetInterpolator_Handler,
		},
		{
			MethodName: "SetValue",
			Handler:    _KeyframeService_SetValue_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _KeyframeService_Clone0_1_Handler,
		},
		{
			MethodName: "OfFloat1",
			Handler:    _KeyframeService_OfFloat1_Handler,
		},
		{
			MethodName: "OfFloat2_1",
			Handler:    _KeyframeService_OfFloat2_1_Handler,
		},
		{
			MethodName: "OfInt1",
			Handler:    _KeyframeService_OfInt1_Handler,
		},
		{
			MethodName: "OfInt2_1",
			Handler:    _KeyframeService_OfInt2_1_Handler,
		},
		{
			MethodName: "OfObject1",
			Handler:    _KeyframeService_OfObject1_Handler,
		},
		{
			MethodName: "OfObject2_1",
			Handler:    _KeyframeService_OfObject2_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

KeyframeService_ServiceDesc is the grpc.ServiceDesc for KeyframeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var LayoutAnimationControllerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.LayoutAnimationControllerService",
	HandlerType: (*LayoutAnimationControllerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewLayoutAnimationController",
			Handler:    _LayoutAnimationControllerService_NewLayoutAnimationController_Handler,
		},
		{
			MethodName: "GetAnimation",
			Handler:    _LayoutAnimationControllerService_GetAnimation_Handler,
		},
		{
			MethodName: "GetAnimationForView",
			Handler:    _LayoutAnimationControllerService_GetAnimationForView_Handler,
		},
		{
			MethodName: "GetDelay",
			Handler:    _LayoutAnimationControllerService_GetDelay_Handler,
		},
		{
			MethodName: "GetInterpolator",
			Handler:    _LayoutAnimationControllerService_GetInterpolator_Handler,
		},
		{
			MethodName: "GetOrder",
			Handler:    _LayoutAnimationControllerService_GetOrder_Handler,
		},
		{
			MethodName: "IsDone",
			Handler:    _LayoutAnimationControllerService_IsDone_Handler,
		},
		{
			MethodName: "SetAnimation2",
			Handler:    _LayoutAnimationControllerService_SetAnimation2_Handler,
		},
		{
			MethodName: "SetAnimation1_1",
			Handler:    _LayoutAnimationControllerService_SetAnimation1_1_Handler,
		},
		{
			MethodName: "SetDelay",
			Handler:    _LayoutAnimationControllerService_SetDelay_Handler,
		},
		{
			MethodName: "SetInterpolator2",
			Handler:    _LayoutAnimationControllerService_SetInterpolator2_Handler,
		},
		{
			MethodName: "SetInterpolator1_1",
			Handler:    _LayoutAnimationControllerService_SetInterpolator1_1_Handler,
		},
		{
			MethodName: "SetOrder",
			Handler:    _LayoutAnimationControllerService_SetOrder_Handler,
		},
		{
			MethodName: "Start",
			Handler:    _LayoutAnimationControllerService_Start_Handler,
		},
		{
			MethodName: "WillOverlap",
			Handler:    _LayoutAnimationControllerService_WillOverlap_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

LayoutAnimationControllerService_ServiceDesc is the grpc.ServiceDesc for LayoutAnimationControllerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var LayoutTransitionService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.LayoutTransitionService",
	HandlerType: (*LayoutTransitionServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewLayoutTransition",
			Handler:    _LayoutTransitionService_NewLayoutTransition_Handler,
		},
		{
			MethodName: "AddChild",
			Handler:    _LayoutTransitionService_AddChild_Handler,
		},
		{
			MethodName: "AddTransitionListener",
			Handler:    _LayoutTransitionService_AddTransitionListener_Handler,
		},
		{
			MethodName: "DisableTransitionType",
			Handler:    _LayoutTransitionService_DisableTransitionType_Handler,
		},
		{
			MethodName: "EnableTransitionType",
			Handler:    _LayoutTransitionService_EnableTransitionType_Handler,
		},
		{
			MethodName: "GetAnimator",
			Handler:    _LayoutTransitionService_GetAnimator_Handler,
		},
		{
			MethodName: "GetDuration",
			Handler:    _LayoutTransitionService_GetDuration_Handler,
		},
		{
			MethodName: "GetInterpolator",
			Handler:    _LayoutTransitionService_GetInterpolator_Handler,
		},
		{
			MethodName: "GetStagger",
			Handler:    _LayoutTransitionService_GetStagger_Handler,
		},
		{
			MethodName: "GetStartDelay",
			Handler:    _LayoutTransitionService_GetStartDelay_Handler,
		},
		{
			MethodName: "GetTransitionListeners",
			Handler:    _LayoutTransitionService_GetTransitionListeners_Handler,
		},
		{
			MethodName: "HideChild2",
			Handler:    _LayoutTransitionService_HideChild2_Handler,
		},
		{
			MethodName: "HideChild3_1",
			Handler:    _LayoutTransitionService_HideChild3_1_Handler,
		},
		{
			MethodName: "IsChangingLayout",
			Handler:    _LayoutTransitionService_IsChangingLayout_Handler,
		},
		{
			MethodName: "IsRunning",
			Handler:    _LayoutTransitionService_IsRunning_Handler,
		},
		{
			MethodName: "IsTransitionTypeEnabled",
			Handler:    _LayoutTransitionService_IsTransitionTypeEnabled_Handler,
		},
		{
			MethodName: "RemoveChild",
			Handler:    _LayoutTransitionService_RemoveChild_Handler,
		},
		{
			MethodName: "RemoveTransitionListener",
			Handler:    _LayoutTransitionService_RemoveTransitionListener_Handler,
		},
		{
			MethodName: "SetAnimateParentHierarchy",
			Handler:    _LayoutTransitionService_SetAnimateParentHierarchy_Handler,
		},
		{
			MethodName: "SetAnimator",
			Handler:    _LayoutTransitionService_SetAnimator_Handler,
		},
		{
			MethodName: "SetDuration2",
			Handler:    _LayoutTransitionService_SetDuration2_Handler,
		},
		{
			MethodName: "SetDuration1_1",
			Handler:    _LayoutTransitionService_SetDuration1_1_Handler,
		},
		{
			MethodName: "SetInterpolator",
			Handler:    _LayoutTransitionService_SetInterpolator_Handler,
		},
		{
			MethodName: "SetStagger",
			Handler:    _LayoutTransitionService_SetStagger_Handler,
		},
		{
			MethodName: "SetStartDelay",
			Handler:    _LayoutTransitionService_SetStartDelay_Handler,
		},
		{
			MethodName: "ShowChild2",
			Handler:    _LayoutTransitionService_ShowChild2_Handler,
		},
		{
			MethodName: "ShowChild3_1",
			Handler:    _LayoutTransitionService_ShowChild3_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

LayoutTransitionService_ServiceDesc is the grpc.ServiceDesc for LayoutTransitionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var LayoutTransitionTransitionListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.LayoutTransitionTransitionListenerService",
	HandlerType: (*LayoutTransitionTransitionListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "EndTransition",
			Handler:    _LayoutTransitionTransitionListenerService_EndTransition_Handler,
		},
		{
			MethodName: "StartTransition",
			Handler:    _LayoutTransitionTransitionListenerService_StartTransition_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

LayoutTransitionTransitionListenerService_ServiceDesc is the grpc.ServiceDesc for LayoutTransitionTransitionListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var LinearInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.LinearInterpolatorService",
	HandlerType: (*LinearInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewLinearInterpolator",
			Handler:    _LinearInterpolatorService_NewLinearInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _LinearInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

LinearInterpolatorService_ServiceDesc is the grpc.ServiceDesc for LinearInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ObjectAnimatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.ObjectAnimatorService",
	HandlerType: (*ObjectAnimatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewObjectAnimator",
			Handler:    _ObjectAnimatorService_NewObjectAnimator_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _ObjectAnimatorService_Clone0_Handler,
		},
		{
			MethodName: "GetPropertyName",
			Handler:    _ObjectAnimatorService_GetPropertyName_Handler,
		},
		{
			MethodName: "GetTarget",
			Handler:    _ObjectAnimatorService_GetTarget_Handler,
		},
		{
			MethodName: "SetAutoCancel",
			Handler:    _ObjectAnimatorService_SetAutoCancel_Handler,
		},
		{
			MethodName: "SetDuration1",
			Handler:    _ObjectAnimatorService_SetDuration1_Handler,
		},
		{
			MethodName: "SetFloatValues",
			Handler:    _ObjectAnimatorService_SetFloatValues_Handler,
		},
		{
			MethodName: "SetIntValues",
			Handler:    _ObjectAnimatorService_SetIntValues_Handler,
		},
		{
			MethodName: "SetObjectValues",
			Handler:    _ObjectAnimatorService_SetObjectValues_Handler,
		},
		{
			MethodName: "SetProperty",
			Handler:    _ObjectAnimatorService_SetProperty_Handler,
		},
		{
			MethodName: "SetPropertyName",
			Handler:    _ObjectAnimatorService_SetPropertyName_Handler,
		},
		{
			MethodName: "SetTarget",
			Handler:    _ObjectAnimatorService_SetTarget_Handler,
		},
		{
			MethodName: "SetupEndValues",
			Handler:    _ObjectAnimatorService_SetupEndValues_Handler,
		},
		{
			MethodName: "SetupStartValues",
			Handler:    _ObjectAnimatorService_SetupStartValues_Handler,
		},
		{
			MethodName: "Start",
			Handler:    _ObjectAnimatorService_Start_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _ObjectAnimatorService_ToString_Handler,
		},
		{
			MethodName: "SetDuration1_1",
			Handler:    _ObjectAnimatorService_SetDuration1_1_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _ObjectAnimatorService_Clone0_1_Handler,
		},
		{
			MethodName: "SetDuration1_2",
			Handler:    _ObjectAnimatorService_SetDuration1_2_Handler,
		},
		{
			MethodName: "Clone0_2",
			Handler:    _ObjectAnimatorService_Clone0_2_Handler,
		},
		{
			MethodName: "Clone0_3",
			Handler:    _ObjectAnimatorService_Clone0_3_Handler,
		},
		{
			MethodName: "OfArgb",
			Handler:    _ObjectAnimatorService_OfArgb_Handler,
		},
		{
			MethodName: "OfFloat3",
			Handler:    _ObjectAnimatorService_OfFloat3_Handler,
		},
		{
			MethodName: "OfFloat4_1",
			Handler:    _ObjectAnimatorService_OfFloat4_1_Handler,
		},
		{
			MethodName: "OfInt3",
			Handler:    _ObjectAnimatorService_OfInt3_Handler,
		},
		{
			MethodName: "OfInt4_1",
			Handler:    _ObjectAnimatorService_OfInt4_1_Handler,
		},
		{
			MethodName: "OfMultiFloat3",
			Handler:    _ObjectAnimatorService_OfMultiFloat3_Handler,
		},
		{
			MethodName: "OfMultiFloat3_1",
			Handler:    _ObjectAnimatorService_OfMultiFloat3_1_Handler,
		},
		{
			MethodName: "OfMultiInt3",
			Handler:    _ObjectAnimatorService_OfMultiInt3_Handler,
		},
		{
			MethodName: "OfMultiInt3_1",
			Handler:    _ObjectAnimatorService_OfMultiInt3_1_Handler,
		},
		{
			MethodName: "OfObject",
			Handler:    _ObjectAnimatorService_OfObject_Handler,
		},
		{
			MethodName: "OfPropertyValuesHolder",
			Handler:    _ObjectAnimatorService_OfPropertyValuesHolder_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

ObjectAnimatorService_ServiceDesc is the grpc.ServiceDesc for ObjectAnimatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var OvershootInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.OvershootInterpolatorService",
	HandlerType: (*OvershootInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewOvershootInterpolator",
			Handler:    _OvershootInterpolatorService_NewOvershootInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _OvershootInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

OvershootInterpolatorService_ServiceDesc is the grpc.ServiceDesc for OvershootInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var PathInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.PathInterpolatorService",
	HandlerType: (*PathInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewPathInterpolator",
			Handler:    _PathInterpolatorService_NewPathInterpolator_Handler,
		},
		{
			MethodName: "GetInterpolation",
			Handler:    _PathInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

PathInterpolatorService_ServiceDesc is the grpc.ServiceDesc for PathInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var PointFEvaluatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.PointFEvaluatorService",
	HandlerType: (*PointFEvaluatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewPointFEvaluator",
			Handler:    _PointFEvaluatorService_NewPointFEvaluator_Handler,
		},
		{
			MethodName: "Evaluate3",
			Handler:    _PointFEvaluatorService_Evaluate3_Handler,
		},
		{
			MethodName: "Evaluate3_1",
			Handler:    _PointFEvaluatorService_Evaluate3_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

PointFEvaluatorService_ServiceDesc is the grpc.ServiceDesc for PointFEvaluatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var PropertyValuesHolderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.PropertyValuesHolderService",
	HandlerType: (*PropertyValuesHolderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Clone0",
			Handler:    _PropertyValuesHolderService_Clone0_Handler,
		},
		{
			MethodName: "GetPropertyName",
			Handler:    _PropertyValuesHolderService_GetPropertyName_Handler,
		},
		{
			MethodName: "SetConverter",
			Handler:    _PropertyValuesHolderService_SetConverter_Handler,
		},
		{
			MethodName: "SetEvaluator",
			Handler:    _PropertyValuesHolderService_SetEvaluator_Handler,
		},
		{
			MethodName: "SetFloatValues",
			Handler:    _PropertyValuesHolderService_SetFloatValues_Handler,
		},
		{
			MethodName: "SetIntValues",
			Handler:    _PropertyValuesHolderService_SetIntValues_Handler,
		},
		{
			MethodName: "SetKeyframes",
			Handler:    _PropertyValuesHolderService_SetKeyframes_Handler,
		},
		{
			MethodName: "SetObjectValues",
			Handler:    _PropertyValuesHolderService_SetObjectValues_Handler,
		},
		{
			MethodName: "SetProperty",
			Handler:    _PropertyValuesHolderService_SetProperty_Handler,
		},
		{
			MethodName: "SetPropertyName",
			Handler:    _PropertyValuesHolderService_SetPropertyName_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _PropertyValuesHolderService_ToString_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _PropertyValuesHolderService_Clone0_1_Handler,
		},
		{
			MethodName: "OfFloat",
			Handler:    _PropertyValuesHolderService_OfFloat_Handler,
		},
		{
			MethodName: "OfInt",
			Handler:    _PropertyValuesHolderService_OfInt_Handler,
		},
		{
			MethodName: "OfKeyframe2",
			Handler:    _PropertyValuesHolderService_OfKeyframe2_Handler,
		},
		{
			MethodName: "OfKeyframe2_1",
			Handler:    _PropertyValuesHolderService_OfKeyframe2_1_Handler,
		},
		{
			MethodName: "OfMultiFloat2",
			Handler:    _PropertyValuesHolderService_OfMultiFloat2_Handler,
		},
		{
			MethodName: "OfMultiFloat2_1",
			Handler:    _PropertyValuesHolderService_OfMultiFloat2_1_Handler,
		},
		{
			MethodName: "OfMultiInt2",
			Handler:    _PropertyValuesHolderService_OfMultiInt2_Handler,
		},
		{
			MethodName: "OfMultiInt2_1",
			Handler:    _PropertyValuesHolderService_OfMultiInt2_1_Handler,
		},
		{
			MethodName: "OfObject",
			Handler:    _PropertyValuesHolderService_OfObject_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

PropertyValuesHolderService_ServiceDesc is the grpc.ServiceDesc for PropertyValuesHolderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RectEvaluatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.RectEvaluatorService",
	HandlerType: (*RectEvaluatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewRectEvaluator",
			Handler:    _RectEvaluatorService_NewRectEvaluator_Handler,
		},
		{
			MethodName: "Evaluate3",
			Handler:    _RectEvaluatorService_Evaluate3_Handler,
		},
		{
			MethodName: "Evaluate3_1",
			Handler:    _RectEvaluatorService_Evaluate3_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

RectEvaluatorService_ServiceDesc is the grpc.ServiceDesc for RectEvaluatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RotateAnimationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.RotateAnimationService",
	HandlerType: (*RotateAnimationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewRotateAnimation",
			Handler:    _RotateAnimationService_NewRotateAnimation_Handler,
		},
		{
			MethodName: "Initialize",
			Handler:    _RotateAnimationService_Initialize_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

RotateAnimationService_ServiceDesc is the grpc.ServiceDesc for RotateAnimationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ScaleAnimationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.ScaleAnimationService",
	HandlerType: (*ScaleAnimationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewScaleAnimation",
			Handler:    _ScaleAnimationService_NewScaleAnimation_Handler,
		},
		{
			MethodName: "Initialize",
			Handler:    _ScaleAnimationService_Initialize_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

ScaleAnimationService_ServiceDesc is the grpc.ServiceDesc for ScaleAnimationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SetService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.SetService",
	HandlerType: (*SetServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewSet",
			Handler:    _SetService_NewSet_Handler,
		},
		{
			MethodName: "AddAnimation",
			Handler:    _SetService_AddAnimation_Handler,
		},
		{
			MethodName: "ComputeDurationHint",
			Handler:    _SetService_ComputeDurationHint_Handler,
		},
		{
			MethodName: "GetAnimations",
			Handler:    _SetService_GetAnimations_Handler,
		},
		{
			MethodName: "GetDuration",
			Handler:    _SetService_GetDuration_Handler,
		},
		{
			MethodName: "GetStartTime",
			Handler:    _SetService_GetStartTime_Handler,
		},
		{
			MethodName: "GetTransformation",
			Handler:    _SetService_GetTransformation_Handler,
		},
		{
			MethodName: "Initialize",
			Handler:    _SetService_Initialize_Handler,
		},
		{
			MethodName: "Reset",
			Handler:    _SetService_Reset_Handler,
		},
		{
			MethodName: "RestrictDuration",
			Handler:    _SetService_RestrictDuration_Handler,
		},
		{
			MethodName: "ScaleCurrentDuration",
			Handler:    _SetService_ScaleCurrentDuration_Handler,
		},
		{
			MethodName: "SetDuration",
			Handler:    _SetService_SetDuration_Handler,
		},
		{
			MethodName: "SetFillAfter",
			Handler:    _SetService_SetFillAfter_Handler,
		},
		{
			MethodName: "SetFillBefore",
			Handler:    _SetService_SetFillBefore_Handler,
		},
		{
			MethodName: "SetRepeatMode",
			Handler:    _SetService_SetRepeatMode_Handler,
		},
		{
			MethodName: "SetStartOffset",
			Handler:    _SetService_SetStartOffset_Handler,
		},
		{
			MethodName: "SetStartTime",
			Handler:    _SetService_SetStartTime_Handler,
		},
		{
			MethodName: "WillChangeBounds",
			Handler:    _SetService_WillChangeBounds_Handler,
		},
		{
			MethodName: "WillChangeTransformationMatrix",
			Handler:    _SetService_WillChangeTransformationMatrix_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

SetService_ServiceDesc is the grpc.ServiceDesc for SetService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var StateListAnimatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.StateListAnimatorService",
	HandlerType: (*StateListAnimatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewStateListAnimator",
			Handler:    _StateListAnimatorService_NewStateListAnimator_Handler,
		},
		{
			MethodName: "AddState",
			Handler:    _StateListAnimatorService_AddState_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _StateListAnimatorService_Clone0_Handler,
		},
		{
			MethodName: "JumpToCurrentState",
			Handler:    _StateListAnimatorService_JumpToCurrentState_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _StateListAnimatorService_Clone0_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

StateListAnimatorService_ServiceDesc is the grpc.ServiceDesc for StateListAnimatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TimeAnimatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.TimeAnimatorService",
	HandlerType: (*TimeAnimatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewTimeAnimator",
			Handler:    _TimeAnimatorService_NewTimeAnimator_Handler,
		},
		{
			MethodName: "SetCurrentPlayTime",
			Handler:    _TimeAnimatorService_SetCurrentPlayTime_Handler,
		},
		{
			MethodName: "SetTimeListener",
			Handler:    _TimeAnimatorService_SetTimeListener_Handler,
		},
		{
			MethodName: "Start",
			Handler:    _TimeAnimatorService_Start_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

TimeAnimatorService_ServiceDesc is the grpc.ServiceDesc for TimeAnimatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TimeAnimatorTimeListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.TimeAnimatorTimeListenerService",
	HandlerType: (*TimeAnimatorTimeListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnTimeUpdate",
			Handler:    _TimeAnimatorTimeListenerService_OnTimeUpdate_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

TimeAnimatorTimeListenerService_ServiceDesc is the grpc.ServiceDesc for TimeAnimatorTimeListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TimeInterpolatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.TimeInterpolatorService",
	HandlerType: (*TimeInterpolatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetInterpolation",
			Handler:    _TimeInterpolatorService_GetInterpolation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

TimeInterpolatorService_ServiceDesc is the grpc.ServiceDesc for TimeInterpolatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TransformationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.TransformationService",
	HandlerType: (*TransformationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewTransformation",
			Handler:    _TransformationService_NewTransformation_Handler,
		},
		{
			MethodName: "Clear",
			Handler:    _TransformationService_Clear_Handler,
		},
		{
			MethodName: "Compose",
			Handler:    _TransformationService_Compose_Handler,
		},
		{
			MethodName: "GetAlpha",
			Handler:    _TransformationService_GetAlpha_Handler,
		},
		{
			MethodName: "GetMatrix",
			Handler:    _TransformationService_GetMatrix_Handler,
		},
		{
			MethodName: "GetTransformationType",
			Handler:    _TransformationService_GetTransformationType_Handler,
		},
		{
			MethodName: "Set",
			Handler:    _TransformationService_Set_Handler,
		},
		{
			MethodName: "SetAlpha",
			Handler:    _TransformationService_SetAlpha_Handler,
		},
		{
			MethodName: "SetTransformationType",
			Handler:    _TransformationService_SetTransformationType_Handler,
		},
		{
			MethodName: "ToShortString",
			Handler:    _TransformationService_ToShortString_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _TransformationService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

TransformationService_ServiceDesc is the grpc.ServiceDesc for TransformationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TranslateAnimationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.TranslateAnimationService",
	HandlerType: (*TranslateAnimationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewTranslateAnimation",
			Handler:    _TranslateAnimationService_NewTranslateAnimation_Handler,
		},
		{
			MethodName: "Initialize",
			Handler:    _TranslateAnimationService_Initialize_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

TranslateAnimationService_ServiceDesc is the grpc.ServiceDesc for TranslateAnimationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var UtilsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.UtilsService",
	HandlerType: (*UtilsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewUtils",
			Handler:    _UtilsService_NewUtils_Handler,
		},
		{
			MethodName: "CurrentAnimationTimeMillis",
			Handler:    _UtilsService_CurrentAnimationTimeMillis_Handler,
		},
		{
			MethodName: "LoadAnimation",
			Handler:    _UtilsService_LoadAnimation_Handler,
		},
		{
			MethodName: "LoadInterpolator",
			Handler:    _UtilsService_LoadInterpolator_Handler,
		},
		{
			MethodName: "LoadLayoutAnimation",
			Handler:    _UtilsService_LoadLayoutAnimation_Handler,
		},
		{
			MethodName: "MakeInAnimation",
			Handler:    _UtilsService_MakeInAnimation_Handler,
		},
		{
			MethodName: "MakeInChildBottomAnimation",
			Handler:    _UtilsService_MakeInChildBottomAnimation_Handler,
		},
		{
			MethodName: "MakeOutAnimation",
			Handler:    _UtilsService_MakeOutAnimation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

UtilsService_ServiceDesc is the grpc.ServiceDesc for UtilsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ValueAnimatorAnimatorUpdateListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.ValueAnimatorAnimatorUpdateListenerService",
	HandlerType: (*ValueAnimatorAnimatorUpdateListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnAnimationUpdate",
			Handler:    _ValueAnimatorAnimatorUpdateListenerService_OnAnimationUpdate_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

ValueAnimatorAnimatorUpdateListenerService_ServiceDesc is the grpc.ServiceDesc for ValueAnimatorAnimatorUpdateListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ValueAnimatorDurationScaleChangeListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.ValueAnimatorDurationScaleChangeListenerService",
	HandlerType: (*ValueAnimatorDurationScaleChangeListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnChanged",
			Handler:    _ValueAnimatorDurationScaleChangeListenerService_OnChanged_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

ValueAnimatorDurationScaleChangeListenerService_ServiceDesc is the grpc.ServiceDesc for ValueAnimatorDurationScaleChangeListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ValueAnimatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "animation.ValueAnimatorService",
	HandlerType: (*ValueAnimatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewValueAnimator",
			Handler:    _ValueAnimatorService_NewValueAnimator_Handler,
		},
		{
			MethodName: "AddUpdateListener",
			Handler:    _ValueAnimatorService_AddUpdateListener_Handler,
		},
		{
			MethodName: "Cancel",
			Handler:    _ValueAnimatorService_Cancel_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _ValueAnimatorService_Clone0_Handler,
		},
		{
			MethodName: "End",
			Handler:    _ValueAnimatorService_End_Handler,
		},
		{
			MethodName: "GetAnimatedFraction",
			Handler:    _ValueAnimatorService_GetAnimatedFraction_Handler,
		},
		{
			MethodName: "GetAnimatedValue0",
			Handler:    _ValueAnimatorService_GetAnimatedValue0_Handler,
		},
		{
			MethodName: "GetAnimatedValue1_1",
			Handler:    _ValueAnimatorService_GetAnimatedValue1_1_Handler,
		},
		{
			MethodName: "GetCurrentPlayTime",
			Handler:    _ValueAnimatorService_GetCurrentPlayTime_Handler,
		},
		{
			MethodName: "GetDuration",
			Handler:    _ValueAnimatorService_GetDuration_Handler,
		},
		{
			MethodName: "GetInterpolator",
			Handler:    _ValueAnimatorService_GetInterpolator_Handler,
		},
		{
			MethodName: "GetRepeatCount",
			Handler:    _ValueAnimatorService_GetRepeatCount_Handler,
		},
		{
			MethodName: "GetRepeatMode",
			Handler:    _ValueAnimatorService_GetRepeatMode_Handler,
		},
		{
			MethodName: "GetStartDelay",
			Handler:    _ValueAnimatorService_GetStartDelay_Handler,
		},
		{
			MethodName: "GetTotalDuration",
			Handler:    _ValueAnimatorService_GetTotalDuration_Handler,
		},
		{
			MethodName: "GetValues",
			Handler:    _ValueAnimatorService_GetValues_Handler,
		},
		{
			MethodName: "IsRunning",
			Handler:    _ValueAnimatorService_IsRunning_Handler,
		},
		{
			MethodName: "IsStarted",
			Handler:    _ValueAnimatorService_IsStarted_Handler,
		},
		{
			MethodName: "Pause",
			Handler:    _ValueAnimatorService_Pause_Handler,
		},
		{
			MethodName: "RemoveAllUpdateListeners",
			Handler:    _ValueAnimatorService_RemoveAllUpdateListeners_Handler,
		},
		{
			MethodName: "RemoveUpdateListener",
			Handler:    _ValueAnimatorService_RemoveUpdateListener_Handler,
		},
		{
			MethodName: "Resume",
			Handler:    _ValueAnimatorService_Resume_Handler,
		},
		{
			MethodName: "Reverse",
			Handler:    _ValueAnimatorService_Reverse_Handler,
		},
		{
			MethodName: "SetCurrentFraction",
			Handler:    _ValueAnimatorService_SetCurrentFraction_Handler,
		},
		{
			MethodName: "SetCurrentPlayTime",
			Handler:    _ValueAnimatorService_SetCurrentPlayTime_Handler,
		},
		{
			MethodName: "SetDuration1",
			Handler:    _ValueAnimatorService_SetDuration1_Handler,
		},
		{
			MethodName: "SetEvaluator",
			Handler:    _ValueAnimatorService_SetEvaluator_Handler,
		},
		{
			MethodName: "SetFloatValues",
			Handler:    _ValueAnimatorService_SetFloatValues_Handler,
		},
		{
			MethodName: "SetIntValues",
			Handler:    _ValueAnimatorService_SetIntValues_Handler,
		},
		{
			MethodName: "SetInterpolator",
			Handler:    _ValueAnimatorService_SetInterpolator_Handler,
		},
		{
			MethodName: "SetObjectValues",
			Handler:    _ValueAnimatorService_SetObjectValues_Handler,
		},
		{
			MethodName: "SetRepeatCount",
			Handler:    _ValueAnimatorService_SetRepeatCount_Handler,
		},
		{
			MethodName: "SetRepeatMode",
			Handler:    _ValueAnimatorService_SetRepeatMode_Handler,
		},
		{
			MethodName: "SetStartDelay",
			Handler:    _ValueAnimatorService_SetStartDelay_Handler,
		},
		{
			MethodName: "SetValues",
			Handler:    _ValueAnimatorService_SetValues_Handler,
		},
		{
			MethodName: "Start",
			Handler:    _ValueAnimatorService_Start_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _ValueAnimatorService_ToString_Handler,
		},
		{
			MethodName: "SetDuration1_1",
			Handler:    _ValueAnimatorService_SetDuration1_1_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _ValueAnimatorService_Clone0_1_Handler,
		},
		{
			MethodName: "Clone0_2",
			Handler:    _ValueAnimatorService_Clone0_2_Handler,
		},
		{
			MethodName: "AreAnimatorsEnabled",
			Handler:    _ValueAnimatorService_AreAnimatorsEnabled_Handler,
		},
		{
			MethodName: "GetDurationScale",
			Handler:    _ValueAnimatorService_GetDurationScale_Handler,
		},
		{
			MethodName: "GetFrameDelay",
			Handler:    _ValueAnimatorService_GetFrameDelay_Handler,
		},
		{
			MethodName: "OfArgb",
			Handler:    _ValueAnimatorService_OfArgb_Handler,
		},
		{
			MethodName: "OfFloat",
			Handler:    _ValueAnimatorService_OfFloat_Handler,
		},
		{
			MethodName: "OfInt",
			Handler:    _ValueAnimatorService_OfInt_Handler,
		},
		{
			MethodName: "OfObject",
			Handler:    _ValueAnimatorService_OfObject_Handler,
		},
		{
			MethodName: "OfPropertyValuesHolder",
			Handler:    _ValueAnimatorService_OfPropertyValuesHolder_Handler,
		},
		{
			MethodName: "RegisterDurationScaleChangeListener",
			Handler:    _ValueAnimatorService_RegisterDurationScaleChangeListener_Handler,
		},
		{
			MethodName: "SetFrameDelay",
			Handler:    _ValueAnimatorService_SetFrameDelay_Handler,
		},
		{
			MethodName: "UnregisterDurationScaleChangeListener",
			Handler:    _ValueAnimatorService_UnregisterDurationScaleChangeListener_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/animation/animation.proto",
}

ValueAnimatorService_ServiceDesc is the grpc.ServiceDesc for ValueAnimatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterAccelerateInterpolatorServiceServer

func RegisterAccelerateInterpolatorServiceServer(s grpc.ServiceRegistrar, srv AccelerateInterpolatorServiceServer)

func RegisterAlphaAnimationServiceServer

func RegisterAlphaAnimationServiceServer(s grpc.ServiceRegistrar, srv AlphaAnimationServiceServer)

func RegisterAnimationListenerServiceServer

func RegisterAnimationListenerServiceServer(s grpc.ServiceRegistrar, srv AnimationListenerServiceServer)

func RegisterAnimationServiceServer

func RegisterAnimationServiceServer(s grpc.ServiceRegistrar, srv AnimationServiceServer)

func RegisterAnimatorAnimatorListenerServiceServer

func RegisterAnimatorAnimatorListenerServiceServer(s grpc.ServiceRegistrar, srv AnimatorAnimatorListenerServiceServer)

func RegisterAnimatorInflaterServiceServer

func RegisterAnimatorInflaterServiceServer(s grpc.ServiceRegistrar, srv AnimatorInflaterServiceServer)

func RegisterAnimatorListenerAdapterServiceServer

func RegisterAnimatorListenerAdapterServiceServer(s grpc.ServiceRegistrar, srv AnimatorListenerAdapterServiceServer)

func RegisterAnimatorServiceServer

func RegisterAnimatorServiceServer(s grpc.ServiceRegistrar, srv AnimatorServiceServer)

func RegisterAnimatorSetBuilderServiceServer

func RegisterAnimatorSetBuilderServiceServer(s grpc.ServiceRegistrar, srv AnimatorSetBuilderServiceServer)

func RegisterAnimatorSetServiceServer

func RegisterAnimatorSetServiceServer(s grpc.ServiceRegistrar, srv AnimatorSetServiceServer)

func RegisterAnticipateInterpolatorServiceServer

func RegisterAnticipateInterpolatorServiceServer(s grpc.ServiceRegistrar, srv AnticipateInterpolatorServiceServer)

func RegisterArgbEvaluatorServiceServer

func RegisterArgbEvaluatorServiceServer(s grpc.ServiceRegistrar, srv ArgbEvaluatorServiceServer)

func RegisterBounceInterpolatorServiceServer

func RegisterBounceInterpolatorServiceServer(s grpc.ServiceRegistrar, srv BounceInterpolatorServiceServer)

func RegisterCycleInterpolatorServiceServer

func RegisterCycleInterpolatorServiceServer(s grpc.ServiceRegistrar, srv CycleInterpolatorServiceServer)

func RegisterDecelerateInterpolatorServiceServer

func RegisterDecelerateInterpolatorServiceServer(s grpc.ServiceRegistrar, srv DecelerateInterpolatorServiceServer)

func RegisterFloatArrayEvaluatorServiceServer

func RegisterFloatArrayEvaluatorServiceServer(s grpc.ServiceRegistrar, srv FloatArrayEvaluatorServiceServer)

func RegisterFloatEvaluatorServiceServer

func RegisterFloatEvaluatorServiceServer(s grpc.ServiceRegistrar, srv FloatEvaluatorServiceServer)

func RegisterIntArrayEvaluatorServiceServer

func RegisterIntArrayEvaluatorServiceServer(s grpc.ServiceRegistrar, srv IntArrayEvaluatorServiceServer)

func RegisterIntEvaluatorServiceServer

func RegisterIntEvaluatorServiceServer(s grpc.ServiceRegistrar, srv IntEvaluatorServiceServer)

func RegisterKeyframeServiceServer

func RegisterKeyframeServiceServer(s grpc.ServiceRegistrar, srv KeyframeServiceServer)

func RegisterLayoutAnimationControllerServiceServer

func RegisterLayoutAnimationControllerServiceServer(s grpc.ServiceRegistrar, srv LayoutAnimationControllerServiceServer)

func RegisterLayoutTransitionServiceServer

func RegisterLayoutTransitionServiceServer(s grpc.ServiceRegistrar, srv LayoutTransitionServiceServer)

func RegisterLinearInterpolatorServiceServer

func RegisterLinearInterpolatorServiceServer(s grpc.ServiceRegistrar, srv LinearInterpolatorServiceServer)

func RegisterObjectAnimatorServiceServer

func RegisterObjectAnimatorServiceServer(s grpc.ServiceRegistrar, srv ObjectAnimatorServiceServer)

func RegisterOvershootInterpolatorServiceServer

func RegisterOvershootInterpolatorServiceServer(s grpc.ServiceRegistrar, srv OvershootInterpolatorServiceServer)

func RegisterPathInterpolatorServiceServer

func RegisterPathInterpolatorServiceServer(s grpc.ServiceRegistrar, srv PathInterpolatorServiceServer)

func RegisterPointFEvaluatorServiceServer

func RegisterPointFEvaluatorServiceServer(s grpc.ServiceRegistrar, srv PointFEvaluatorServiceServer)

func RegisterPropertyValuesHolderServiceServer

func RegisterPropertyValuesHolderServiceServer(s grpc.ServiceRegistrar, srv PropertyValuesHolderServiceServer)

func RegisterRectEvaluatorServiceServer

func RegisterRectEvaluatorServiceServer(s grpc.ServiceRegistrar, srv RectEvaluatorServiceServer)

func RegisterRotateAnimationServiceServer

func RegisterRotateAnimationServiceServer(s grpc.ServiceRegistrar, srv RotateAnimationServiceServer)

func RegisterScaleAnimationServiceServer

func RegisterScaleAnimationServiceServer(s grpc.ServiceRegistrar, srv ScaleAnimationServiceServer)

func RegisterSetServiceServer

func RegisterSetServiceServer(s grpc.ServiceRegistrar, srv SetServiceServer)

func RegisterStateListAnimatorServiceServer

func RegisterStateListAnimatorServiceServer(s grpc.ServiceRegistrar, srv StateListAnimatorServiceServer)

func RegisterTimeAnimatorServiceServer

func RegisterTimeAnimatorServiceServer(s grpc.ServiceRegistrar, srv TimeAnimatorServiceServer)

func RegisterTimeAnimatorTimeListenerServiceServer

func RegisterTimeAnimatorTimeListenerServiceServer(s grpc.ServiceRegistrar, srv TimeAnimatorTimeListenerServiceServer)

func RegisterTimeInterpolatorServiceServer

func RegisterTimeInterpolatorServiceServer(s grpc.ServiceRegistrar, srv TimeInterpolatorServiceServer)

func RegisterTransformationServiceServer

func RegisterTransformationServiceServer(s grpc.ServiceRegistrar, srv TransformationServiceServer)

func RegisterTranslateAnimationServiceServer

func RegisterTranslateAnimationServiceServer(s grpc.ServiceRegistrar, srv TranslateAnimationServiceServer)

func RegisterUtilsServiceServer

func RegisterUtilsServiceServer(s grpc.ServiceRegistrar, srv UtilsServiceServer)

func RegisterValueAnimatorServiceServer

func RegisterValueAnimatorServiceServer(s grpc.ServiceRegistrar, srv ValueAnimatorServiceServer)

Types

type AccelerateDecelerateInterpolatorServiceClient

type AccelerateDecelerateInterpolatorServiceClient interface {
	NewAccelerateDecelerateInterpolator(ctx context.Context, in *NewAccelerateDecelerateInterpolatorRequest, opts ...grpc.CallOption) (*NewAccelerateDecelerateInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

AccelerateDecelerateInterpolatorServiceClient is the client API for AccelerateDecelerateInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AccelerateDecelerateInterpolatorServiceServer

type AccelerateDecelerateInterpolatorServiceServer interface {
	NewAccelerateDecelerateInterpolator(context.Context, *NewAccelerateDecelerateInterpolatorRequest) (*NewAccelerateDecelerateInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

AccelerateDecelerateInterpolatorServiceServer is the server API for AccelerateDecelerateInterpolatorService service. All implementations must embed UnimplementedAccelerateDecelerateInterpolatorServiceServer for forward compatibility.

type AccelerateInterpolatorServiceClient

type AccelerateInterpolatorServiceClient interface {
	NewAccelerateInterpolator(ctx context.Context, in *NewAccelerateInterpolatorRequest, opts ...grpc.CallOption) (*NewAccelerateInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

AccelerateInterpolatorServiceClient is the client API for AccelerateInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AccelerateInterpolatorServiceServer

type AccelerateInterpolatorServiceServer interface {
	NewAccelerateInterpolator(context.Context, *NewAccelerateInterpolatorRequest) (*NewAccelerateInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

AccelerateInterpolatorServiceServer is the server API for AccelerateInterpolatorService service. All implementations must embed UnimplementedAccelerateInterpolatorServiceServer for forward compatibility.

type AddAnimationRequest

type AddAnimationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAnimationRequest) Descriptor deprecated

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

Deprecated: Use AddAnimationRequest.ProtoReflect.Descriptor instead.

func (*AddAnimationRequest) GetArg0

func (x *AddAnimationRequest) GetArg0() int64

func (*AddAnimationRequest) GetHandle

func (x *AddAnimationRequest) GetHandle() int64

func (*AddAnimationRequest) ProtoMessage

func (*AddAnimationRequest) ProtoMessage()

func (*AddAnimationRequest) ProtoReflect

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

func (*AddAnimationRequest) Reset

func (x *AddAnimationRequest) Reset()

func (*AddAnimationRequest) String

func (x *AddAnimationRequest) String() string

type AddAnimationResponse

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

func (*AddAnimationResponse) Descriptor deprecated

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

Deprecated: Use AddAnimationResponse.ProtoReflect.Descriptor instead.

func (*AddAnimationResponse) ProtoMessage

func (*AddAnimationResponse) ProtoMessage()

func (*AddAnimationResponse) ProtoReflect

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

func (*AddAnimationResponse) Reset

func (x *AddAnimationResponse) Reset()

func (*AddAnimationResponse) String

func (x *AddAnimationResponse) String() string

type AddChildRequest

type AddChildRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AddChildRequest) Descriptor deprecated

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

Deprecated: Use AddChildRequest.ProtoReflect.Descriptor instead.

func (*AddChildRequest) GetArg0

func (x *AddChildRequest) GetArg0() int64

func (*AddChildRequest) GetArg1

func (x *AddChildRequest) GetArg1() int64

func (*AddChildRequest) GetHandle

func (x *AddChildRequest) GetHandle() int64

func (*AddChildRequest) ProtoMessage

func (*AddChildRequest) ProtoMessage()

func (*AddChildRequest) ProtoReflect

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

func (*AddChildRequest) Reset

func (x *AddChildRequest) Reset()

func (*AddChildRequest) String

func (x *AddChildRequest) String() string

type AddChildResponse

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

func (*AddChildResponse) Descriptor deprecated

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

Deprecated: Use AddChildResponse.ProtoReflect.Descriptor instead.

func (*AddChildResponse) ProtoMessage

func (*AddChildResponse) ProtoMessage()

func (*AddChildResponse) ProtoReflect

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

func (*AddChildResponse) Reset

func (x *AddChildResponse) Reset()

func (*AddChildResponse) String

func (x *AddChildResponse) String() string

type AddListenerRequest

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

func (*AddListenerRequest) Descriptor deprecated

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

Deprecated: Use AddListenerRequest.ProtoReflect.Descriptor instead.

func (*AddListenerRequest) GetArg0

func (x *AddListenerRequest) GetArg0() int64

func (*AddListenerRequest) ProtoMessage

func (*AddListenerRequest) ProtoMessage()

func (*AddListenerRequest) ProtoReflect

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

func (*AddListenerRequest) Reset

func (x *AddListenerRequest) Reset()

func (*AddListenerRequest) String

func (x *AddListenerRequest) String() string

type AddListenerResponse

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

func (*AddListenerResponse) Descriptor deprecated

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

Deprecated: Use AddListenerResponse.ProtoReflect.Descriptor instead.

func (*AddListenerResponse) ProtoMessage

func (*AddListenerResponse) ProtoMessage()

func (*AddListenerResponse) ProtoReflect

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

func (*AddListenerResponse) Reset

func (x *AddListenerResponse) Reset()

func (*AddListenerResponse) String

func (x *AddListenerResponse) String() string

type AddPauseListenerRequest

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

func (*AddPauseListenerRequest) Descriptor deprecated

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

Deprecated: Use AddPauseListenerRequest.ProtoReflect.Descriptor instead.

func (*AddPauseListenerRequest) GetArg0

func (x *AddPauseListenerRequest) GetArg0() int64

func (*AddPauseListenerRequest) ProtoMessage

func (*AddPauseListenerRequest) ProtoMessage()

func (*AddPauseListenerRequest) ProtoReflect

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

func (*AddPauseListenerRequest) Reset

func (x *AddPauseListenerRequest) Reset()

func (*AddPauseListenerRequest) String

func (x *AddPauseListenerRequest) String() string

type AddPauseListenerResponse

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

func (*AddPauseListenerResponse) Descriptor deprecated

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

Deprecated: Use AddPauseListenerResponse.ProtoReflect.Descriptor instead.

func (*AddPauseListenerResponse) ProtoMessage

func (*AddPauseListenerResponse) ProtoMessage()

func (*AddPauseListenerResponse) ProtoReflect

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

func (*AddPauseListenerResponse) Reset

func (x *AddPauseListenerResponse) Reset()

func (*AddPauseListenerResponse) String

func (x *AddPauseListenerResponse) String() string

type AddStateRequest

type AddStateRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AddStateRequest) Descriptor deprecated

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

Deprecated: Use AddStateRequest.ProtoReflect.Descriptor instead.

func (*AddStateRequest) GetArg0

func (x *AddStateRequest) GetArg0() int64

func (*AddStateRequest) GetArg1

func (x *AddStateRequest) GetArg1() int64

func (*AddStateRequest) GetHandle

func (x *AddStateRequest) GetHandle() int64

func (*AddStateRequest) ProtoMessage

func (*AddStateRequest) ProtoMessage()

func (*AddStateRequest) ProtoReflect

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

func (*AddStateRequest) Reset

func (x *AddStateRequest) Reset()

func (*AddStateRequest) String

func (x *AddStateRequest) String() string

type AddStateResponse

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

func (*AddStateResponse) Descriptor deprecated

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

Deprecated: Use AddStateResponse.ProtoReflect.Descriptor instead.

func (*AddStateResponse) ProtoMessage

func (*AddStateResponse) ProtoMessage()

func (*AddStateResponse) ProtoReflect

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

func (*AddStateResponse) Reset

func (x *AddStateResponse) Reset()

func (*AddStateResponse) String

func (x *AddStateResponse) String() string

type AddTransitionListenerRequest

type AddTransitionListenerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AddTransitionListenerRequest) Descriptor deprecated

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

Deprecated: Use AddTransitionListenerRequest.ProtoReflect.Descriptor instead.

func (*AddTransitionListenerRequest) GetArg0

func (x *AddTransitionListenerRequest) GetArg0() int64

func (*AddTransitionListenerRequest) GetHandle

func (x *AddTransitionListenerRequest) GetHandle() int64

func (*AddTransitionListenerRequest) ProtoMessage

func (*AddTransitionListenerRequest) ProtoMessage()

func (*AddTransitionListenerRequest) ProtoReflect

func (*AddTransitionListenerRequest) Reset

func (x *AddTransitionListenerRequest) Reset()

func (*AddTransitionListenerRequest) String

type AddTransitionListenerResponse

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

func (*AddTransitionListenerResponse) Descriptor deprecated

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

Deprecated: Use AddTransitionListenerResponse.ProtoReflect.Descriptor instead.

func (*AddTransitionListenerResponse) ProtoMessage

func (*AddTransitionListenerResponse) ProtoMessage()

func (*AddTransitionListenerResponse) ProtoReflect

func (*AddTransitionListenerResponse) Reset

func (x *AddTransitionListenerResponse) Reset()

func (*AddTransitionListenerResponse) String

type AddUpdateListenerRequest

type AddUpdateListenerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUpdateListenerRequest) Descriptor deprecated

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

Deprecated: Use AddUpdateListenerRequest.ProtoReflect.Descriptor instead.

func (*AddUpdateListenerRequest) GetArg0

func (x *AddUpdateListenerRequest) GetArg0() int64

func (*AddUpdateListenerRequest) GetHandle

func (x *AddUpdateListenerRequest) GetHandle() int64

func (*AddUpdateListenerRequest) ProtoMessage

func (*AddUpdateListenerRequest) ProtoMessage()

func (*AddUpdateListenerRequest) ProtoReflect

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

func (*AddUpdateListenerRequest) Reset

func (x *AddUpdateListenerRequest) Reset()

func (*AddUpdateListenerRequest) String

func (x *AddUpdateListenerRequest) String() string

type AddUpdateListenerResponse

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

func (*AddUpdateListenerResponse) Descriptor deprecated

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

Deprecated: Use AddUpdateListenerResponse.ProtoReflect.Descriptor instead.

func (*AddUpdateListenerResponse) ProtoMessage

func (*AddUpdateListenerResponse) ProtoMessage()

func (*AddUpdateListenerResponse) ProtoReflect

func (*AddUpdateListenerResponse) Reset

func (x *AddUpdateListenerResponse) Reset()

func (*AddUpdateListenerResponse) String

func (x *AddUpdateListenerResponse) String() string

type After1Request

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

func (*After1Request) Descriptor deprecated

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

Deprecated: Use After1Request.ProtoReflect.Descriptor instead.

func (*After1Request) GetArg0

func (x *After1Request) GetArg0() int64

func (*After1Request) ProtoMessage

func (*After1Request) ProtoMessage()

func (*After1Request) ProtoReflect

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

func (*After1Request) Reset

func (x *After1Request) Reset()

func (*After1Request) String

func (x *After1Request) String() string

type After1Response

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

func (*After1Response) Descriptor deprecated

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

Deprecated: Use After1Response.ProtoReflect.Descriptor instead.

func (*After1Response) GetResult

func (x *After1Response) GetResult() int64

func (*After1Response) ProtoMessage

func (*After1Response) ProtoMessage()

func (*After1Response) ProtoReflect

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

func (*After1Response) Reset

func (x *After1Response) Reset()

func (*After1Response) String

func (x *After1Response) String() string

type After1_1Request

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

func (*After1_1Request) Descriptor deprecated

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

Deprecated: Use After1_1Request.ProtoReflect.Descriptor instead.

func (*After1_1Request) GetArg0

func (x *After1_1Request) GetArg0() int64

func (*After1_1Request) ProtoMessage

func (*After1_1Request) ProtoMessage()

func (*After1_1Request) ProtoReflect

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

func (*After1_1Request) Reset

func (x *After1_1Request) Reset()

func (*After1_1Request) String

func (x *After1_1Request) String() string

type After1_1Response

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

func (*After1_1Response) Descriptor deprecated

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

Deprecated: Use After1_1Response.ProtoReflect.Descriptor instead.

func (*After1_1Response) GetResult

func (x *After1_1Response) GetResult() int64

func (*After1_1Response) ProtoMessage

func (*After1_1Response) ProtoMessage()

func (*After1_1Response) ProtoReflect

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

func (*After1_1Response) Reset

func (x *After1_1Response) Reset()

func (*After1_1Response) String

func (x *After1_1Response) String() string

type AlphaAnimationServiceClient

type AlphaAnimationServiceClient interface {
	NewAlphaAnimation(ctx context.Context, in *NewAlphaAnimationRequest, opts ...grpc.CallOption) (*NewAlphaAnimationResponse, error)
	WillChangeBounds(ctx context.Context, in *WillChangeBoundsRequest, opts ...grpc.CallOption) (*WillChangeBoundsResponse, error)
	WillChangeTransformationMatrix(ctx context.Context, in *WillChangeTransformationMatrixRequest, opts ...grpc.CallOption) (*WillChangeTransformationMatrixResponse, error)
}

AlphaAnimationServiceClient is the client API for AlphaAnimationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AlphaAnimationServiceServer

type AlphaAnimationServiceServer interface {
	NewAlphaAnimation(context.Context, *NewAlphaAnimationRequest) (*NewAlphaAnimationResponse, error)
	WillChangeBounds(context.Context, *WillChangeBoundsRequest) (*WillChangeBoundsResponse, error)
	WillChangeTransformationMatrix(context.Context, *WillChangeTransformationMatrixRequest) (*WillChangeTransformationMatrixResponse, error)
	// contains filtered or unexported methods
}

AlphaAnimationServiceServer is the server API for AlphaAnimationService service. All implementations must embed UnimplementedAlphaAnimationServiceServer for forward compatibility.

type AnimationCancelRequest

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

func (*AnimationCancelRequest) Descriptor deprecated

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

Deprecated: Use AnimationCancelRequest.ProtoReflect.Descriptor instead.

func (*AnimationCancelRequest) ProtoMessage

func (*AnimationCancelRequest) ProtoMessage()

func (*AnimationCancelRequest) ProtoReflect

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

func (*AnimationCancelRequest) Reset

func (x *AnimationCancelRequest) Reset()

func (*AnimationCancelRequest) String

func (x *AnimationCancelRequest) String() string

type AnimationComputeDurationHintRequest

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

func (*AnimationComputeDurationHintRequest) Descriptor deprecated

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

Deprecated: Use AnimationComputeDurationHintRequest.ProtoReflect.Descriptor instead.

func (*AnimationComputeDurationHintRequest) ProtoMessage

func (*AnimationComputeDurationHintRequest) ProtoMessage()

func (*AnimationComputeDurationHintRequest) ProtoReflect

func (*AnimationComputeDurationHintRequest) Reset

func (*AnimationComputeDurationHintRequest) String

type AnimationGetDurationRequest

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

func (*AnimationGetDurationRequest) Descriptor deprecated

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

Deprecated: Use AnimationGetDurationRequest.ProtoReflect.Descriptor instead.

func (*AnimationGetDurationRequest) ProtoMessage

func (*AnimationGetDurationRequest) ProtoMessage()

func (*AnimationGetDurationRequest) ProtoReflect

func (*AnimationGetDurationRequest) Reset

func (x *AnimationGetDurationRequest) Reset()

func (*AnimationGetDurationRequest) String

func (x *AnimationGetDurationRequest) String() string

type AnimationGetInterpolatorRequest

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

func (*AnimationGetInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use AnimationGetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*AnimationGetInterpolatorRequest) ProtoMessage

func (*AnimationGetInterpolatorRequest) ProtoMessage()

func (*AnimationGetInterpolatorRequest) ProtoReflect

func (*AnimationGetInterpolatorRequest) Reset

func (*AnimationGetInterpolatorRequest) String

type AnimationGetRepeatCountRequest

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

func (*AnimationGetRepeatCountRequest) Descriptor deprecated

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

Deprecated: Use AnimationGetRepeatCountRequest.ProtoReflect.Descriptor instead.

func (*AnimationGetRepeatCountRequest) ProtoMessage

func (*AnimationGetRepeatCountRequest) ProtoMessage()

func (*AnimationGetRepeatCountRequest) ProtoReflect

func (*AnimationGetRepeatCountRequest) Reset

func (x *AnimationGetRepeatCountRequest) Reset()

func (*AnimationGetRepeatCountRequest) String

type AnimationGetRepeatModeRequest

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

func (*AnimationGetRepeatModeRequest) Descriptor deprecated

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

Deprecated: Use AnimationGetRepeatModeRequest.ProtoReflect.Descriptor instead.

func (*AnimationGetRepeatModeRequest) ProtoMessage

func (*AnimationGetRepeatModeRequest) ProtoMessage()

func (*AnimationGetRepeatModeRequest) ProtoReflect

func (*AnimationGetRepeatModeRequest) Reset

func (x *AnimationGetRepeatModeRequest) Reset()

func (*AnimationGetRepeatModeRequest) String

type AnimationGetStartTimeRequest

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

func (*AnimationGetStartTimeRequest) Descriptor deprecated

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

Deprecated: Use AnimationGetStartTimeRequest.ProtoReflect.Descriptor instead.

func (*AnimationGetStartTimeRequest) ProtoMessage

func (*AnimationGetStartTimeRequest) ProtoMessage()

func (*AnimationGetStartTimeRequest) ProtoReflect

func (*AnimationGetStartTimeRequest) Reset

func (x *AnimationGetStartTimeRequest) Reset()

func (*AnimationGetStartTimeRequest) String

type AnimationInitializeRequest

type AnimationInitializeRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int32 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*AnimationInitializeRequest) Descriptor deprecated

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

Deprecated: Use AnimationInitializeRequest.ProtoReflect.Descriptor instead.

func (*AnimationInitializeRequest) GetArg0

func (x *AnimationInitializeRequest) GetArg0() int32

func (*AnimationInitializeRequest) GetArg1

func (x *AnimationInitializeRequest) GetArg1() int32

func (*AnimationInitializeRequest) GetArg2

func (x *AnimationInitializeRequest) GetArg2() int32

func (*AnimationInitializeRequest) GetArg3

func (x *AnimationInitializeRequest) GetArg3() int32

func (*AnimationInitializeRequest) ProtoMessage

func (*AnimationInitializeRequest) ProtoMessage()

func (*AnimationInitializeRequest) ProtoReflect

func (*AnimationInitializeRequest) Reset

func (x *AnimationInitializeRequest) Reset()

func (*AnimationInitializeRequest) String

func (x *AnimationInitializeRequest) String() string

type AnimationListenerServiceClient

type AnimationListenerServiceClient interface {
	OnAnimationEnd(ctx context.Context, in *OnAnimationEndRequest, opts ...grpc.CallOption) (*OnAnimationEndResponse, error)
	OnAnimationRepeat(ctx context.Context, in *OnAnimationRepeatRequest, opts ...grpc.CallOption) (*OnAnimationRepeatResponse, error)
	OnAnimationStart(ctx context.Context, in *OnAnimationStartRequest, opts ...grpc.CallOption) (*OnAnimationStartResponse, error)
}

AnimationListenerServiceClient is the client API for AnimationListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimationListenerServiceServer

type AnimationListenerServiceServer interface {
	OnAnimationEnd(context.Context, *OnAnimationEndRequest) (*OnAnimationEndResponse, error)
	OnAnimationRepeat(context.Context, *OnAnimationRepeatRequest) (*OnAnimationRepeatResponse, error)
	OnAnimationStart(context.Context, *OnAnimationStartRequest) (*OnAnimationStartResponse, error)
	// contains filtered or unexported methods
}

AnimationListenerServiceServer is the server API for AnimationListenerService service. All implementations must embed UnimplementedAnimationListenerServiceServer for forward compatibility.

type AnimationResetRequest

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

func (*AnimationResetRequest) Descriptor deprecated

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

Deprecated: Use AnimationResetRequest.ProtoReflect.Descriptor instead.

func (*AnimationResetRequest) ProtoMessage

func (*AnimationResetRequest) ProtoMessage()

func (*AnimationResetRequest) ProtoReflect

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

func (*AnimationResetRequest) Reset

func (x *AnimationResetRequest) Reset()

func (*AnimationResetRequest) String

func (x *AnimationResetRequest) String() string

type AnimationRestrictDurationRequest

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

func (*AnimationRestrictDurationRequest) Descriptor deprecated

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

Deprecated: Use AnimationRestrictDurationRequest.ProtoReflect.Descriptor instead.

func (*AnimationRestrictDurationRequest) GetArg0

func (*AnimationRestrictDurationRequest) ProtoMessage

func (*AnimationRestrictDurationRequest) ProtoMessage()

func (*AnimationRestrictDurationRequest) ProtoReflect

func (*AnimationRestrictDurationRequest) Reset

func (*AnimationRestrictDurationRequest) String

type AnimationScaleCurrentDurationRequest

type AnimationScaleCurrentDurationRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AnimationScaleCurrentDurationRequest) Descriptor deprecated

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

Deprecated: Use AnimationScaleCurrentDurationRequest.ProtoReflect.Descriptor instead.

func (*AnimationScaleCurrentDurationRequest) GetArg0

func (*AnimationScaleCurrentDurationRequest) ProtoMessage

func (*AnimationScaleCurrentDurationRequest) ProtoMessage()

func (*AnimationScaleCurrentDurationRequest) ProtoReflect

func (*AnimationScaleCurrentDurationRequest) Reset

func (*AnimationScaleCurrentDurationRequest) String

type AnimationServiceClient

type AnimationServiceClient interface {
	Cancel(ctx context.Context, in *AnimationCancelRequest, opts ...grpc.CallOption) (*CancelResponse, error)
	ComputeDurationHint(ctx context.Context, in *AnimationComputeDurationHintRequest, opts ...grpc.CallOption) (*ComputeDurationHintResponse, error)
	GetBackdropColor(ctx context.Context, in *GetBackdropColorRequest, opts ...grpc.CallOption) (*GetBackdropColorResponse, error)
	GetBackgroundColor(ctx context.Context, in *GetBackgroundColorRequest, opts ...grpc.CallOption) (*GetBackgroundColorResponse, error)
	GetDetachWallpaper(ctx context.Context, in *GetDetachWallpaperRequest, opts ...grpc.CallOption) (*GetDetachWallpaperResponse, error)
	GetDuration(ctx context.Context, in *AnimationGetDurationRequest, opts ...grpc.CallOption) (*GetDurationResponse, error)
	GetFillAfter(ctx context.Context, in *GetFillAfterRequest, opts ...grpc.CallOption) (*GetFillAfterResponse, error)
	GetFillBefore(ctx context.Context, in *GetFillBeforeRequest, opts ...grpc.CallOption) (*GetFillBeforeResponse, error)
	GetInterpolator(ctx context.Context, in *AnimationGetInterpolatorRequest, opts ...grpc.CallOption) (*GetInterpolatorResponse, error)
	GetRepeatCount(ctx context.Context, in *AnimationGetRepeatCountRequest, opts ...grpc.CallOption) (*GetRepeatCountResponse, error)
	GetRepeatMode(ctx context.Context, in *AnimationGetRepeatModeRequest, opts ...grpc.CallOption) (*GetRepeatModeResponse, error)
	GetShowBackdrop(ctx context.Context, in *GetShowBackdropRequest, opts ...grpc.CallOption) (*GetShowBackdropResponse, error)
	GetStartOffset(ctx context.Context, in *GetStartOffsetRequest, opts ...grpc.CallOption) (*GetStartOffsetResponse, error)
	GetStartTime(ctx context.Context, in *AnimationGetStartTimeRequest, opts ...grpc.CallOption) (*GetStartTimeResponse, error)
	GetTransformation2(ctx context.Context, in *GetTransformation2Request, opts ...grpc.CallOption) (*GetTransformation2Response, error)
	GetTransformation3_1(ctx context.Context, in *GetTransformation3_1Request, opts ...grpc.CallOption) (*GetTransformation3_1Response, error)
	GetZAdjustment(ctx context.Context, in *GetZAdjustmentRequest, opts ...grpc.CallOption) (*GetZAdjustmentResponse, error)
	HasEnded(ctx context.Context, in *HasEndedRequest, opts ...grpc.CallOption) (*HasEndedResponse, error)
	HasStarted(ctx context.Context, in *HasStartedRequest, opts ...grpc.CallOption) (*HasStartedResponse, error)
	Initialize(ctx context.Context, in *AnimationInitializeRequest, opts ...grpc.CallOption) (*InitializeResponse, error)
	IsFillEnabled(ctx context.Context, in *IsFillEnabledRequest, opts ...grpc.CallOption) (*IsFillEnabledResponse, error)
	IsInitialized(ctx context.Context, in *IsInitializedRequest, opts ...grpc.CallOption) (*IsInitializedResponse, error)
	Reset(ctx context.Context, in *AnimationResetRequest, opts ...grpc.CallOption) (*ResetResponse, error)
	RestrictDuration(ctx context.Context, in *AnimationRestrictDurationRequest, opts ...grpc.CallOption) (*RestrictDurationResponse, error)
	ScaleCurrentDuration(ctx context.Context, in *AnimationScaleCurrentDurationRequest, opts ...grpc.CallOption) (*ScaleCurrentDurationResponse, error)
	SetAnimationListener(ctx context.Context, in *SetAnimationListenerRequest, opts ...grpc.CallOption) (*SetAnimationListenerResponse, error)
	SetBackdropColor(ctx context.Context, in *SetBackdropColorRequest, opts ...grpc.CallOption) (*SetBackdropColorResponse, error)
	SetBackgroundColor(ctx context.Context, in *SetBackgroundColorRequest, opts ...grpc.CallOption) (*SetBackgroundColorResponse, error)
	SetDetachWallpaper(ctx context.Context, in *SetDetachWallpaperRequest, opts ...grpc.CallOption) (*SetDetachWallpaperResponse, error)
	SetDuration(ctx context.Context, in *AnimationSetDurationRequest, opts ...grpc.CallOption) (*SetSetDurationResponse, error)
	SetFillAfter(ctx context.Context, in *AnimationSetFillAfterRequest, opts ...grpc.CallOption) (*SetFillAfterResponse, error)
	SetFillBefore(ctx context.Context, in *AnimationSetFillBeforeRequest, opts ...grpc.CallOption) (*SetFillBeforeResponse, error)
	SetFillEnabled(ctx context.Context, in *SetFillEnabledRequest, opts ...grpc.CallOption) (*SetFillEnabledResponse, error)
	SetInterpolator2(ctx context.Context, in *AnimationSetInterpolator2Request, opts ...grpc.CallOption) (*SetInterpolator2Response, error)
	SetInterpolator1_1(ctx context.Context, in *AnimationSetInterpolator1_1Request, opts ...grpc.CallOption) (*SetInterpolator1_1Response, error)
	SetRepeatCount(ctx context.Context, in *AnimationSetRepeatCountRequest, opts ...grpc.CallOption) (*SetRepeatCountResponse, error)
	SetRepeatMode(ctx context.Context, in *AnimationSetRepeatModeRequest, opts ...grpc.CallOption) (*SetRepeatModeResponse, error)
	SetShowBackdrop(ctx context.Context, in *SetShowBackdropRequest, opts ...grpc.CallOption) (*SetShowBackdropResponse, error)
	SetStartOffset(ctx context.Context, in *AnimationSetStartOffsetRequest, opts ...grpc.CallOption) (*SetStartOffsetResponse, error)
	SetStartTime(ctx context.Context, in *AnimationSetStartTimeRequest, opts ...grpc.CallOption) (*SetStartTimeResponse, error)
	SetZAdjustment(ctx context.Context, in *SetZAdjustmentRequest, opts ...grpc.CallOption) (*SetZAdjustmentResponse, error)
	Start(ctx context.Context, in *AnimationStartRequest, opts ...grpc.CallOption) (*StartResponse, error)
	StartNow(ctx context.Context, in *StartNowRequest, opts ...grpc.CallOption) (*StartNowResponse, error)
	WillChangeBounds(ctx context.Context, in *AnimationWillChangeBoundsRequest, opts ...grpc.CallOption) (*WillChangeBoundsResponse, error)
	WillChangeTransformationMatrix(ctx context.Context, in *AnimationWillChangeTransformationMatrixRequest, opts ...grpc.CallOption) (*WillChangeTransformationMatrixResponse, error)
}

AnimationServiceClient is the client API for AnimationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimationServiceServer

type AnimationServiceServer interface {
	Cancel(context.Context, *AnimationCancelRequest) (*CancelResponse, error)
	ComputeDurationHint(context.Context, *AnimationComputeDurationHintRequest) (*ComputeDurationHintResponse, error)
	GetBackdropColor(context.Context, *GetBackdropColorRequest) (*GetBackdropColorResponse, error)
	GetBackgroundColor(context.Context, *GetBackgroundColorRequest) (*GetBackgroundColorResponse, error)
	GetDetachWallpaper(context.Context, *GetDetachWallpaperRequest) (*GetDetachWallpaperResponse, error)
	GetDuration(context.Context, *AnimationGetDurationRequest) (*GetDurationResponse, error)
	GetFillAfter(context.Context, *GetFillAfterRequest) (*GetFillAfterResponse, error)
	GetFillBefore(context.Context, *GetFillBeforeRequest) (*GetFillBeforeResponse, error)
	GetInterpolator(context.Context, *AnimationGetInterpolatorRequest) (*GetInterpolatorResponse, error)
	GetRepeatCount(context.Context, *AnimationGetRepeatCountRequest) (*GetRepeatCountResponse, error)
	GetRepeatMode(context.Context, *AnimationGetRepeatModeRequest) (*GetRepeatModeResponse, error)
	GetShowBackdrop(context.Context, *GetShowBackdropRequest) (*GetShowBackdropResponse, error)
	GetStartOffset(context.Context, *GetStartOffsetRequest) (*GetStartOffsetResponse, error)
	GetStartTime(context.Context, *AnimationGetStartTimeRequest) (*GetStartTimeResponse, error)
	GetTransformation2(context.Context, *GetTransformation2Request) (*GetTransformation2Response, error)
	GetTransformation3_1(context.Context, *GetTransformation3_1Request) (*GetTransformation3_1Response, error)
	GetZAdjustment(context.Context, *GetZAdjustmentRequest) (*GetZAdjustmentResponse, error)
	HasEnded(context.Context, *HasEndedRequest) (*HasEndedResponse, error)
	HasStarted(context.Context, *HasStartedRequest) (*HasStartedResponse, error)
	Initialize(context.Context, *AnimationInitializeRequest) (*InitializeResponse, error)
	IsFillEnabled(context.Context, *IsFillEnabledRequest) (*IsFillEnabledResponse, error)
	IsInitialized(context.Context, *IsInitializedRequest) (*IsInitializedResponse, error)
	Reset(context.Context, *AnimationResetRequest) (*ResetResponse, error)
	RestrictDuration(context.Context, *AnimationRestrictDurationRequest) (*RestrictDurationResponse, error)
	ScaleCurrentDuration(context.Context, *AnimationScaleCurrentDurationRequest) (*ScaleCurrentDurationResponse, error)
	SetAnimationListener(context.Context, *SetAnimationListenerRequest) (*SetAnimationListenerResponse, error)
	SetBackdropColor(context.Context, *SetBackdropColorRequest) (*SetBackdropColorResponse, error)
	SetBackgroundColor(context.Context, *SetBackgroundColorRequest) (*SetBackgroundColorResponse, error)
	SetDetachWallpaper(context.Context, *SetDetachWallpaperRequest) (*SetDetachWallpaperResponse, error)
	SetDuration(context.Context, *AnimationSetDurationRequest) (*SetSetDurationResponse, error)
	SetFillAfter(context.Context, *AnimationSetFillAfterRequest) (*SetFillAfterResponse, error)
	SetFillBefore(context.Context, *AnimationSetFillBeforeRequest) (*SetFillBeforeResponse, error)
	SetFillEnabled(context.Context, *SetFillEnabledRequest) (*SetFillEnabledResponse, error)
	SetInterpolator2(context.Context, *AnimationSetInterpolator2Request) (*SetInterpolator2Response, error)
	SetInterpolator1_1(context.Context, *AnimationSetInterpolator1_1Request) (*SetInterpolator1_1Response, error)
	SetRepeatCount(context.Context, *AnimationSetRepeatCountRequest) (*SetRepeatCountResponse, error)
	SetRepeatMode(context.Context, *AnimationSetRepeatModeRequest) (*SetRepeatModeResponse, error)
	SetShowBackdrop(context.Context, *SetShowBackdropRequest) (*SetShowBackdropResponse, error)
	SetStartOffset(context.Context, *AnimationSetStartOffsetRequest) (*SetStartOffsetResponse, error)
	SetStartTime(context.Context, *AnimationSetStartTimeRequest) (*SetStartTimeResponse, error)
	SetZAdjustment(context.Context, *SetZAdjustmentRequest) (*SetZAdjustmentResponse, error)
	Start(context.Context, *AnimationStartRequest) (*StartResponse, error)
	StartNow(context.Context, *StartNowRequest) (*StartNowResponse, error)
	WillChangeBounds(context.Context, *AnimationWillChangeBoundsRequest) (*WillChangeBoundsResponse, error)
	WillChangeTransformationMatrix(context.Context, *AnimationWillChangeTransformationMatrixRequest) (*WillChangeTransformationMatrixResponse, error)
	// contains filtered or unexported methods
}

AnimationServiceServer is the server API for AnimationService service. All implementations must embed UnimplementedAnimationServiceServer for forward compatibility.

type AnimationSetDurationRequest

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

func (*AnimationSetDurationRequest) Descriptor deprecated

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

Deprecated: Use AnimationSetDurationRequest.ProtoReflect.Descriptor instead.

func (*AnimationSetDurationRequest) GetArg0

func (x *AnimationSetDurationRequest) GetArg0() int64

func (*AnimationSetDurationRequest) ProtoMessage

func (*AnimationSetDurationRequest) ProtoMessage()

func (*AnimationSetDurationRequest) ProtoReflect

func (*AnimationSetDurationRequest) Reset

func (x *AnimationSetDurationRequest) Reset()

func (*AnimationSetDurationRequest) String

func (x *AnimationSetDurationRequest) String() string

type AnimationSetFillAfterRequest

type AnimationSetFillAfterRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AnimationSetFillAfterRequest) Descriptor deprecated

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

Deprecated: Use AnimationSetFillAfterRequest.ProtoReflect.Descriptor instead.

func (*AnimationSetFillAfterRequest) GetArg0

func (x *AnimationSetFillAfterRequest) GetArg0() bool

func (*AnimationSetFillAfterRequest) ProtoMessage

func (*AnimationSetFillAfterRequest) ProtoMessage()

func (*AnimationSetFillAfterRequest) ProtoReflect

func (*AnimationSetFillAfterRequest) Reset

func (x *AnimationSetFillAfterRequest) Reset()

func (*AnimationSetFillAfterRequest) String

type AnimationSetFillBeforeRequest

type AnimationSetFillBeforeRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AnimationSetFillBeforeRequest) Descriptor deprecated

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

Deprecated: Use AnimationSetFillBeforeRequest.ProtoReflect.Descriptor instead.

func (*AnimationSetFillBeforeRequest) GetArg0

func (x *AnimationSetFillBeforeRequest) GetArg0() bool

func (*AnimationSetFillBeforeRequest) ProtoMessage

func (*AnimationSetFillBeforeRequest) ProtoMessage()

func (*AnimationSetFillBeforeRequest) ProtoReflect

func (*AnimationSetFillBeforeRequest) Reset

func (x *AnimationSetFillBeforeRequest) Reset()

func (*AnimationSetFillBeforeRequest) String

type AnimationSetInterpolator1_1Request

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

func (*AnimationSetInterpolator1_1Request) Descriptor deprecated

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

Deprecated: Use AnimationSetInterpolator1_1Request.ProtoReflect.Descriptor instead.

func (*AnimationSetInterpolator1_1Request) GetArg0

func (*AnimationSetInterpolator1_1Request) ProtoMessage

func (*AnimationSetInterpolator1_1Request) ProtoMessage()

func (*AnimationSetInterpolator1_1Request) ProtoReflect

func (*AnimationSetInterpolator1_1Request) Reset

func (*AnimationSetInterpolator1_1Request) String

type AnimationSetInterpolator2Request

type AnimationSetInterpolator2Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AnimationSetInterpolator2Request) Descriptor deprecated

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

Deprecated: Use AnimationSetInterpolator2Request.ProtoReflect.Descriptor instead.

func (*AnimationSetInterpolator2Request) GetArg0

func (*AnimationSetInterpolator2Request) GetArg1

func (*AnimationSetInterpolator2Request) ProtoMessage

func (*AnimationSetInterpolator2Request) ProtoMessage()

func (*AnimationSetInterpolator2Request) ProtoReflect

func (*AnimationSetInterpolator2Request) Reset

func (*AnimationSetInterpolator2Request) String

type AnimationSetRepeatCountRequest

type AnimationSetRepeatCountRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AnimationSetRepeatCountRequest) Descriptor deprecated

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

Deprecated: Use AnimationSetRepeatCountRequest.ProtoReflect.Descriptor instead.

func (*AnimationSetRepeatCountRequest) GetArg0

func (*AnimationSetRepeatCountRequest) ProtoMessage

func (*AnimationSetRepeatCountRequest) ProtoMessage()

func (*AnimationSetRepeatCountRequest) ProtoReflect

func (*AnimationSetRepeatCountRequest) Reset

func (x *AnimationSetRepeatCountRequest) Reset()

func (*AnimationSetRepeatCountRequest) String

type AnimationSetRepeatModeRequest

type AnimationSetRepeatModeRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AnimationSetRepeatModeRequest) Descriptor deprecated

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

Deprecated: Use AnimationSetRepeatModeRequest.ProtoReflect.Descriptor instead.

func (*AnimationSetRepeatModeRequest) GetArg0

func (x *AnimationSetRepeatModeRequest) GetArg0() int32

func (*AnimationSetRepeatModeRequest) ProtoMessage

func (*AnimationSetRepeatModeRequest) ProtoMessage()

func (*AnimationSetRepeatModeRequest) ProtoReflect

func (*AnimationSetRepeatModeRequest) Reset

func (x *AnimationSetRepeatModeRequest) Reset()

func (*AnimationSetRepeatModeRequest) String

type AnimationSetStartOffsetRequest

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

func (*AnimationSetStartOffsetRequest) Descriptor deprecated

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

Deprecated: Use AnimationSetStartOffsetRequest.ProtoReflect.Descriptor instead.

func (*AnimationSetStartOffsetRequest) GetArg0

func (*AnimationSetStartOffsetRequest) ProtoMessage

func (*AnimationSetStartOffsetRequest) ProtoMessage()

func (*AnimationSetStartOffsetRequest) ProtoReflect

func (*AnimationSetStartOffsetRequest) Reset

func (x *AnimationSetStartOffsetRequest) Reset()

func (*AnimationSetStartOffsetRequest) String

type AnimationSetStartTimeRequest

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

func (*AnimationSetStartTimeRequest) Descriptor deprecated

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

Deprecated: Use AnimationSetStartTimeRequest.ProtoReflect.Descriptor instead.

func (*AnimationSetStartTimeRequest) GetArg0

func (x *AnimationSetStartTimeRequest) GetArg0() int64

func (*AnimationSetStartTimeRequest) ProtoMessage

func (*AnimationSetStartTimeRequest) ProtoMessage()

func (*AnimationSetStartTimeRequest) ProtoReflect

func (*AnimationSetStartTimeRequest) Reset

func (x *AnimationSetStartTimeRequest) Reset()

func (*AnimationSetStartTimeRequest) String

type AnimationStartRequest

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

func (*AnimationStartRequest) Descriptor deprecated

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

Deprecated: Use AnimationStartRequest.ProtoReflect.Descriptor instead.

func (*AnimationStartRequest) ProtoMessage

func (*AnimationStartRequest) ProtoMessage()

func (*AnimationStartRequest) ProtoReflect

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

func (*AnimationStartRequest) Reset

func (x *AnimationStartRequest) Reset()

func (*AnimationStartRequest) String

func (x *AnimationStartRequest) String() string

type AnimationWillChangeBoundsRequest

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

func (*AnimationWillChangeBoundsRequest) Descriptor deprecated

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

Deprecated: Use AnimationWillChangeBoundsRequest.ProtoReflect.Descriptor instead.

func (*AnimationWillChangeBoundsRequest) ProtoMessage

func (*AnimationWillChangeBoundsRequest) ProtoMessage()

func (*AnimationWillChangeBoundsRequest) ProtoReflect

func (*AnimationWillChangeBoundsRequest) Reset

func (*AnimationWillChangeBoundsRequest) String

type AnimationWillChangeTransformationMatrixRequest

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

func (*AnimationWillChangeTransformationMatrixRequest) Descriptor deprecated

Deprecated: Use AnimationWillChangeTransformationMatrixRequest.ProtoReflect.Descriptor instead.

func (*AnimationWillChangeTransformationMatrixRequest) ProtoMessage

func (*AnimationWillChangeTransformationMatrixRequest) ProtoReflect

func (*AnimationWillChangeTransformationMatrixRequest) Reset

func (*AnimationWillChangeTransformationMatrixRequest) String

type AnimatorAnimatorListenerServiceClient

type AnimatorAnimatorListenerServiceClient interface {
	OnAnimationCancel(ctx context.Context, in *OnAnimationCancelRequest, opts ...grpc.CallOption) (*OnAnimationCancelResponse, error)
	OnAnimationEnd(ctx context.Context, in *OnAnimationEndRequest, opts ...grpc.CallOption) (*OnAnimationEndResponse, error)
	OnAnimationRepeat(ctx context.Context, in *OnAnimationRepeatRequest, opts ...grpc.CallOption) (*OnAnimationRepeatResponse, error)
	OnAnimationStart(ctx context.Context, in *OnAnimationStartRequest, opts ...grpc.CallOption) (*OnAnimationStartResponse, error)
}

AnimatorAnimatorListenerServiceClient is the client API for AnimatorAnimatorListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimatorAnimatorListenerServiceServer

type AnimatorAnimatorListenerServiceServer interface {
	OnAnimationCancel(context.Context, *OnAnimationCancelRequest) (*OnAnimationCancelResponse, error)
	OnAnimationEnd(context.Context, *OnAnimationEndRequest) (*OnAnimationEndResponse, error)
	OnAnimationRepeat(context.Context, *OnAnimationRepeatRequest) (*OnAnimationRepeatResponse, error)
	OnAnimationStart(context.Context, *OnAnimationStartRequest) (*OnAnimationStartResponse, error)
	// contains filtered or unexported methods
}

AnimatorAnimatorListenerServiceServer is the server API for AnimatorAnimatorListenerService service. All implementations must embed UnimplementedAnimatorAnimatorListenerServiceServer for forward compatibility.

type AnimatorAnimatorPauseListenerServiceClient

type AnimatorAnimatorPauseListenerServiceClient interface {
	OnAnimationPause(ctx context.Context, in *OnAnimationPauseRequest, opts ...grpc.CallOption) (*OnAnimationPauseResponse, error)
	OnAnimationResume(ctx context.Context, in *OnAnimationResumeRequest, opts ...grpc.CallOption) (*OnAnimationResumeResponse, error)
}

AnimatorAnimatorPauseListenerServiceClient is the client API for AnimatorAnimatorPauseListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimatorAnimatorPauseListenerServiceServer

type AnimatorAnimatorPauseListenerServiceServer interface {
	OnAnimationPause(context.Context, *OnAnimationPauseRequest) (*OnAnimationPauseResponse, error)
	OnAnimationResume(context.Context, *OnAnimationResumeRequest) (*OnAnimationResumeResponse, error)
	// contains filtered or unexported methods
}

AnimatorAnimatorPauseListenerServiceServer is the server API for AnimatorAnimatorPauseListenerService service. All implementations must embed UnimplementedAnimatorAnimatorPauseListenerServiceServer for forward compatibility.

type AnimatorCancelRequest

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

func (*AnimatorCancelRequest) Descriptor deprecated

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

Deprecated: Use AnimatorCancelRequest.ProtoReflect.Descriptor instead.

func (*AnimatorCancelRequest) ProtoMessage

func (*AnimatorCancelRequest) ProtoMessage()

func (*AnimatorCancelRequest) ProtoReflect

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

func (*AnimatorCancelRequest) Reset

func (x *AnimatorCancelRequest) Reset()

func (*AnimatorCancelRequest) String

func (x *AnimatorCancelRequest) String() string

type AnimatorClone0Request

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

func (*AnimatorClone0Request) Descriptor deprecated

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

Deprecated: Use AnimatorClone0Request.ProtoReflect.Descriptor instead.

func (*AnimatorClone0Request) ProtoMessage

func (*AnimatorClone0Request) ProtoMessage()

func (*AnimatorClone0Request) ProtoReflect

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

func (*AnimatorClone0Request) Reset

func (x *AnimatorClone0Request) Reset()

func (*AnimatorClone0Request) String

func (x *AnimatorClone0Request) String() string

type AnimatorClone0_1Request

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

func (*AnimatorClone0_1Request) Descriptor deprecated

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

Deprecated: Use AnimatorClone0_1Request.ProtoReflect.Descriptor instead.

func (*AnimatorClone0_1Request) ProtoMessage

func (*AnimatorClone0_1Request) ProtoMessage()

func (*AnimatorClone0_1Request) ProtoReflect

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

func (*AnimatorClone0_1Request) Reset

func (x *AnimatorClone0_1Request) Reset()

func (*AnimatorClone0_1Request) String

func (x *AnimatorClone0_1Request) String() string

type AnimatorEndRequest

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

func (*AnimatorEndRequest) Descriptor deprecated

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

Deprecated: Use AnimatorEndRequest.ProtoReflect.Descriptor instead.

func (*AnimatorEndRequest) ProtoMessage

func (*AnimatorEndRequest) ProtoMessage()

func (*AnimatorEndRequest) ProtoReflect

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

func (*AnimatorEndRequest) Reset

func (x *AnimatorEndRequest) Reset()

func (*AnimatorEndRequest) String

func (x *AnimatorEndRequest) String() string

type AnimatorGetDurationRequest

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

func (*AnimatorGetDurationRequest) Descriptor deprecated

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

Deprecated: Use AnimatorGetDurationRequest.ProtoReflect.Descriptor instead.

func (*AnimatorGetDurationRequest) ProtoMessage

func (*AnimatorGetDurationRequest) ProtoMessage()

func (*AnimatorGetDurationRequest) ProtoReflect

func (*AnimatorGetDurationRequest) Reset

func (x *AnimatorGetDurationRequest) Reset()

func (*AnimatorGetDurationRequest) String

func (x *AnimatorGetDurationRequest) String() string

type AnimatorGetInterpolatorRequest

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

func (*AnimatorGetInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use AnimatorGetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*AnimatorGetInterpolatorRequest) ProtoMessage

func (*AnimatorGetInterpolatorRequest) ProtoMessage()

func (*AnimatorGetInterpolatorRequest) ProtoReflect

func (*AnimatorGetInterpolatorRequest) Reset

func (x *AnimatorGetInterpolatorRequest) Reset()

func (*AnimatorGetInterpolatorRequest) String

type AnimatorGetStartDelayRequest

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

func (*AnimatorGetStartDelayRequest) Descriptor deprecated

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

Deprecated: Use AnimatorGetStartDelayRequest.ProtoReflect.Descriptor instead.

func (*AnimatorGetStartDelayRequest) ProtoMessage

func (*AnimatorGetStartDelayRequest) ProtoMessage()

func (*AnimatorGetStartDelayRequest) ProtoReflect

func (*AnimatorGetStartDelayRequest) Reset

func (x *AnimatorGetStartDelayRequest) Reset()

func (*AnimatorGetStartDelayRequest) String

type AnimatorGetTotalDurationRequest

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

func (*AnimatorGetTotalDurationRequest) Descriptor deprecated

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

Deprecated: Use AnimatorGetTotalDurationRequest.ProtoReflect.Descriptor instead.

func (*AnimatorGetTotalDurationRequest) ProtoMessage

func (*AnimatorGetTotalDurationRequest) ProtoMessage()

func (*AnimatorGetTotalDurationRequest) ProtoReflect

func (*AnimatorGetTotalDurationRequest) Reset

func (*AnimatorGetTotalDurationRequest) String

type AnimatorInflaterServiceClient

type AnimatorInflaterServiceClient interface {
	NewAnimatorInflater(ctx context.Context, in *NewAnimatorInflaterRequest, opts ...grpc.CallOption) (*NewAnimatorInflaterResponse, error)
	LoadAnimator(ctx context.Context, in *LoadAnimatorRequest, opts ...grpc.CallOption) (*LoadAnimatorResponse, error)
	LoadStateListAnimator(ctx context.Context, in *LoadStateListAnimatorRequest, opts ...grpc.CallOption) (*LoadStateListAnimatorResponse, error)
}

AnimatorInflaterServiceClient is the client API for AnimatorInflaterService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimatorInflaterServiceServer

type AnimatorInflaterServiceServer interface {
	NewAnimatorInflater(context.Context, *NewAnimatorInflaterRequest) (*NewAnimatorInflaterResponse, error)
	LoadAnimator(context.Context, *LoadAnimatorRequest) (*LoadAnimatorResponse, error)
	LoadStateListAnimator(context.Context, *LoadStateListAnimatorRequest) (*LoadStateListAnimatorResponse, error)
	// contains filtered or unexported methods
}

AnimatorInflaterServiceServer is the server API for AnimatorInflaterService service. All implementations must embed UnimplementedAnimatorInflaterServiceServer for forward compatibility.

type AnimatorIsRunningRequest

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

func (*AnimatorIsRunningRequest) Descriptor deprecated

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

Deprecated: Use AnimatorIsRunningRequest.ProtoReflect.Descriptor instead.

func (*AnimatorIsRunningRequest) ProtoMessage

func (*AnimatorIsRunningRequest) ProtoMessage()

func (*AnimatorIsRunningRequest) ProtoReflect

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

func (*AnimatorIsRunningRequest) Reset

func (x *AnimatorIsRunningRequest) Reset()

func (*AnimatorIsRunningRequest) String

func (x *AnimatorIsRunningRequest) String() string

type AnimatorIsStartedRequest

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

func (*AnimatorIsStartedRequest) Descriptor deprecated

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

Deprecated: Use AnimatorIsStartedRequest.ProtoReflect.Descriptor instead.

func (*AnimatorIsStartedRequest) ProtoMessage

func (*AnimatorIsStartedRequest) ProtoMessage()

func (*AnimatorIsStartedRequest) ProtoReflect

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

func (*AnimatorIsStartedRequest) Reset

func (x *AnimatorIsStartedRequest) Reset()

func (*AnimatorIsStartedRequest) String

func (x *AnimatorIsStartedRequest) String() string

type AnimatorListenerAdapterServiceClient

type AnimatorListenerAdapterServiceClient interface {
	OnAnimationCancel(ctx context.Context, in *OnAnimationCancelRequest, opts ...grpc.CallOption) (*OnAnimationCancelResponse, error)
	OnAnimationEnd(ctx context.Context, in *OnAnimationEndRequest, opts ...grpc.CallOption) (*OnAnimationEndResponse, error)
	OnAnimationPause(ctx context.Context, in *OnAnimationPauseRequest, opts ...grpc.CallOption) (*OnAnimationPauseResponse, error)
	OnAnimationRepeat(ctx context.Context, in *OnAnimationRepeatRequest, opts ...grpc.CallOption) (*OnAnimationRepeatResponse, error)
	OnAnimationResume(ctx context.Context, in *OnAnimationResumeRequest, opts ...grpc.CallOption) (*OnAnimationResumeResponse, error)
	OnAnimationStart(ctx context.Context, in *OnAnimationStartRequest, opts ...grpc.CallOption) (*OnAnimationStartResponse, error)
}

AnimatorListenerAdapterServiceClient is the client API for AnimatorListenerAdapterService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimatorListenerAdapterServiceServer

type AnimatorListenerAdapterServiceServer interface {
	OnAnimationCancel(context.Context, *OnAnimationCancelRequest) (*OnAnimationCancelResponse, error)
	OnAnimationEnd(context.Context, *OnAnimationEndRequest) (*OnAnimationEndResponse, error)
	OnAnimationPause(context.Context, *OnAnimationPauseRequest) (*OnAnimationPauseResponse, error)
	OnAnimationRepeat(context.Context, *OnAnimationRepeatRequest) (*OnAnimationRepeatResponse, error)
	OnAnimationResume(context.Context, *OnAnimationResumeRequest) (*OnAnimationResumeResponse, error)
	OnAnimationStart(context.Context, *OnAnimationStartRequest) (*OnAnimationStartResponse, error)
	// contains filtered or unexported methods
}

AnimatorListenerAdapterServiceServer is the server API for AnimatorListenerAdapterService service. All implementations must embed UnimplementedAnimatorListenerAdapterServiceServer for forward compatibility.

type AnimatorPauseRequest

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

func (*AnimatorPauseRequest) Descriptor deprecated

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

Deprecated: Use AnimatorPauseRequest.ProtoReflect.Descriptor instead.

func (*AnimatorPauseRequest) ProtoMessage

func (*AnimatorPauseRequest) ProtoMessage()

func (*AnimatorPauseRequest) ProtoReflect

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

func (*AnimatorPauseRequest) Reset

func (x *AnimatorPauseRequest) Reset()

func (*AnimatorPauseRequest) String

func (x *AnimatorPauseRequest) String() string

type AnimatorResumeRequest

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

func (*AnimatorResumeRequest) Descriptor deprecated

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

Deprecated: Use AnimatorResumeRequest.ProtoReflect.Descriptor instead.

func (*AnimatorResumeRequest) ProtoMessage

func (*AnimatorResumeRequest) ProtoMessage()

func (*AnimatorResumeRequest) ProtoReflect

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

func (*AnimatorResumeRequest) Reset

func (x *AnimatorResumeRequest) Reset()

func (*AnimatorResumeRequest) String

func (x *AnimatorResumeRequest) String() string

type AnimatorServiceClient

type AnimatorServiceClient interface {
	AddListener(ctx context.Context, in *AddListenerRequest, opts ...grpc.CallOption) (*AddListenerResponse, error)
	AddPauseListener(ctx context.Context, in *AddPauseListenerRequest, opts ...grpc.CallOption) (*AddPauseListenerResponse, error)
	Cancel(ctx context.Context, in *AnimatorCancelRequest, opts ...grpc.CallOption) (*CancelResponse, error)
	Clone0(ctx context.Context, in *AnimatorClone0Request, opts ...grpc.CallOption) (*Clone0Response, error)
	End(ctx context.Context, in *AnimatorEndRequest, opts ...grpc.CallOption) (*EndResponse, error)
	GetDuration(ctx context.Context, in *AnimatorGetDurationRequest, opts ...grpc.CallOption) (*GetDurationResponse, error)
	GetInterpolator(ctx context.Context, in *AnimatorGetInterpolatorRequest, opts ...grpc.CallOption) (*GetInterpolatorResponse, error)
	GetListeners(ctx context.Context, in *GetListenersRequest, opts ...grpc.CallOption) (*GetListenersResponse, error)
	GetStartDelay(ctx context.Context, in *AnimatorGetStartDelayRequest, opts ...grpc.CallOption) (*GetStartDelayResponse, error)
	GetTotalDuration(ctx context.Context, in *AnimatorGetTotalDurationRequest, opts ...grpc.CallOption) (*GetTotalDurationResponse, error)
	IsPaused(ctx context.Context, in *IsPausedRequest, opts ...grpc.CallOption) (*IsPausedResponse, error)
	IsRunning(ctx context.Context, in *AnimatorIsRunningRequest, opts ...grpc.CallOption) (*IsRunningResponse, error)
	IsStarted(ctx context.Context, in *AnimatorIsStartedRequest, opts ...grpc.CallOption) (*IsStartedResponse, error)
	Pause(ctx context.Context, in *AnimatorPauseRequest, opts ...grpc.CallOption) (*PauseResponse, error)
	RemoveAllListeners(ctx context.Context, in *RemoveAllListenersRequest, opts ...grpc.CallOption) (*RemoveAllListenersResponse, error)
	RemoveListener(ctx context.Context, in *RemoveListenerRequest, opts ...grpc.CallOption) (*RemoveListenerResponse, error)
	RemovePauseListener(ctx context.Context, in *RemovePauseListenerRequest, opts ...grpc.CallOption) (*RemovePauseListenerResponse, error)
	Resume(ctx context.Context, in *AnimatorResumeRequest, opts ...grpc.CallOption) (*ResumeResponse, error)
	SetDuration(ctx context.Context, in *SetDurationRequest, opts ...grpc.CallOption) (*SetDurationResponse, error)
	SetInterpolator(ctx context.Context, in *AnimatorSetInterpolatorRequest, opts ...grpc.CallOption) (*SetInterpolatorResponse, error)
	SetStartDelay(ctx context.Context, in *AnimatorSetStartDelayRequest, opts ...grpc.CallOption) (*SetStartDelayResponse, error)
	SetTarget(ctx context.Context, in *AnimatorSetTargetRequest, opts ...grpc.CallOption) (*SetTargetResponse, error)
	SetupEndValues(ctx context.Context, in *AnimatorSetupEndValuesRequest, opts ...grpc.CallOption) (*SetupEndValuesResponse, error)
	SetupStartValues(ctx context.Context, in *AnimatorSetupStartValuesRequest, opts ...grpc.CallOption) (*SetupStartValuesResponse, error)
	Start(ctx context.Context, in *AnimatorStartRequest, opts ...grpc.CallOption) (*StartResponse, error)
	Clone0_1(ctx context.Context, in *AnimatorClone0_1Request, opts ...grpc.CallOption) (*Clone0_1Response, error)
}

AnimatorServiceClient is the client API for AnimatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimatorServiceServer

type AnimatorServiceServer interface {
	AddListener(context.Context, *AddListenerRequest) (*AddListenerResponse, error)
	AddPauseListener(context.Context, *AddPauseListenerRequest) (*AddPauseListenerResponse, error)
	Cancel(context.Context, *AnimatorCancelRequest) (*CancelResponse, error)
	Clone0(context.Context, *AnimatorClone0Request) (*Clone0Response, error)
	End(context.Context, *AnimatorEndRequest) (*EndResponse, error)
	GetDuration(context.Context, *AnimatorGetDurationRequest) (*GetDurationResponse, error)
	GetInterpolator(context.Context, *AnimatorGetInterpolatorRequest) (*GetInterpolatorResponse, error)
	GetListeners(context.Context, *GetListenersRequest) (*GetListenersResponse, error)
	GetStartDelay(context.Context, *AnimatorGetStartDelayRequest) (*GetStartDelayResponse, error)
	GetTotalDuration(context.Context, *AnimatorGetTotalDurationRequest) (*GetTotalDurationResponse, error)
	IsPaused(context.Context, *IsPausedRequest) (*IsPausedResponse, error)
	IsRunning(context.Context, *AnimatorIsRunningRequest) (*IsRunningResponse, error)
	IsStarted(context.Context, *AnimatorIsStartedRequest) (*IsStartedResponse, error)
	Pause(context.Context, *AnimatorPauseRequest) (*PauseResponse, error)
	RemoveAllListeners(context.Context, *RemoveAllListenersRequest) (*RemoveAllListenersResponse, error)
	RemoveListener(context.Context, *RemoveListenerRequest) (*RemoveListenerResponse, error)
	RemovePauseListener(context.Context, *RemovePauseListenerRequest) (*RemovePauseListenerResponse, error)
	Resume(context.Context, *AnimatorResumeRequest) (*ResumeResponse, error)
	SetDuration(context.Context, *SetDurationRequest) (*SetDurationResponse, error)
	SetInterpolator(context.Context, *AnimatorSetInterpolatorRequest) (*SetInterpolatorResponse, error)
	SetStartDelay(context.Context, *AnimatorSetStartDelayRequest) (*SetStartDelayResponse, error)
	SetTarget(context.Context, *AnimatorSetTargetRequest) (*SetTargetResponse, error)
	SetupEndValues(context.Context, *AnimatorSetupEndValuesRequest) (*SetupEndValuesResponse, error)
	SetupStartValues(context.Context, *AnimatorSetupStartValuesRequest) (*SetupStartValuesResponse, error)
	Start(context.Context, *AnimatorStartRequest) (*StartResponse, error)
	Clone0_1(context.Context, *AnimatorClone0_1Request) (*Clone0_1Response, error)
	// contains filtered or unexported methods
}

AnimatorServiceServer is the server API for AnimatorService service. All implementations must embed UnimplementedAnimatorServiceServer for forward compatibility.

type AnimatorSetBuilderServiceClient

type AnimatorSetBuilderServiceClient interface {
	After1(ctx context.Context, in *After1Request, opts ...grpc.CallOption) (*After1Response, error)
	After1_1(ctx context.Context, in *After1_1Request, opts ...grpc.CallOption) (*After1_1Response, error)
	Before(ctx context.Context, in *BeforeRequest, opts ...grpc.CallOption) (*BeforeResponse, error)
	With(ctx context.Context, in *WithRequest, opts ...grpc.CallOption) (*WithResponse, error)
}

AnimatorSetBuilderServiceClient is the client API for AnimatorSetBuilderService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimatorSetBuilderServiceServer

type AnimatorSetBuilderServiceServer interface {
	After1(context.Context, *After1Request) (*After1Response, error)
	After1_1(context.Context, *After1_1Request) (*After1_1Response, error)
	Before(context.Context, *BeforeRequest) (*BeforeResponse, error)
	With(context.Context, *WithRequest) (*WithResponse, error)
	// contains filtered or unexported methods
}

AnimatorSetBuilderServiceServer is the server API for AnimatorSetBuilderService service. All implementations must embed UnimplementedAnimatorSetBuilderServiceServer for forward compatibility.

type AnimatorSetInterpolatorRequest

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

func (*AnimatorSetInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use AnimatorSetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*AnimatorSetInterpolatorRequest) GetArg0

func (*AnimatorSetInterpolatorRequest) ProtoMessage

func (*AnimatorSetInterpolatorRequest) ProtoMessage()

func (*AnimatorSetInterpolatorRequest) ProtoReflect

func (*AnimatorSetInterpolatorRequest) Reset

func (x *AnimatorSetInterpolatorRequest) Reset()

func (*AnimatorSetInterpolatorRequest) String

type AnimatorSetServiceClient

type AnimatorSetServiceClient interface {
	NewAnimatorSet(ctx context.Context, in *NewAnimatorSetRequest, opts ...grpc.CallOption) (*NewAnimatorSetResponse, error)
	Cancel(ctx context.Context, in *CancelRequest, opts ...grpc.CallOption) (*CancelResponse, error)
	Clone0(ctx context.Context, in *Clone0Request, opts ...grpc.CallOption) (*Clone0Response, error)
	End(ctx context.Context, in *EndRequest, opts ...grpc.CallOption) (*EndResponse, error)
	GetChildAnimations(ctx context.Context, in *GetChildAnimationsRequest, opts ...grpc.CallOption) (*GetChildAnimationsResponse, error)
	GetCurrentPlayTime(ctx context.Context, in *GetCurrentPlayTimeRequest, opts ...grpc.CallOption) (*GetCurrentPlayTimeResponse, error)
	GetDuration(ctx context.Context, in *GetDurationRequest, opts ...grpc.CallOption) (*GetDurationResponse, error)
	GetInterpolator(ctx context.Context, in *GetInterpolatorRequest, opts ...grpc.CallOption) (*GetInterpolatorResponse, error)
	GetStartDelay(ctx context.Context, in *GetStartDelayRequest, opts ...grpc.CallOption) (*GetStartDelayResponse, error)
	GetTotalDuration(ctx context.Context, in *GetTotalDurationRequest, opts ...grpc.CallOption) (*GetTotalDurationResponse, error)
	IsRunning(ctx context.Context, in *IsRunningRequest, opts ...grpc.CallOption) (*IsRunningResponse, error)
	IsStarted(ctx context.Context, in *IsStartedRequest, opts ...grpc.CallOption) (*IsStartedResponse, error)
	Pause(ctx context.Context, in *PauseRequest, opts ...grpc.CallOption) (*PauseResponse, error)
	Play(ctx context.Context, in *PlayRequest, opts ...grpc.CallOption) (*PlayResponse, error)
	PlaySequentially(ctx context.Context, in *PlaySequentiallyRequest, opts ...grpc.CallOption) (*PlaySequentiallyResponse, error)
	PlayTogether(ctx context.Context, in *PlayTogetherRequest, opts ...grpc.CallOption) (*PlayTogetherResponse, error)
	Resume(ctx context.Context, in *ResumeRequest, opts ...grpc.CallOption) (*ResumeResponse, error)
	Reverse(ctx context.Context, in *ReverseRequest, opts ...grpc.CallOption) (*ReverseResponse, error)
	SetCurrentPlayTime(ctx context.Context, in *SetCurrentPlayTimeRequest, opts ...grpc.CallOption) (*SetCurrentPlayTimeResponse, error)
	SetDuration1(ctx context.Context, in *SetDuration1Request, opts ...grpc.CallOption) (*SetDuration1Response, error)
	SetInterpolator(ctx context.Context, in *SetInterpolatorRequest, opts ...grpc.CallOption) (*SetInterpolatorResponse, error)
	SetStartDelay(ctx context.Context, in *SetStartDelayRequest, opts ...grpc.CallOption) (*SetStartDelayResponse, error)
	SetTarget(ctx context.Context, in *SetTargetRequest, opts ...grpc.CallOption) (*SetTargetResponse, error)
	SetupEndValues(ctx context.Context, in *SetupEndValuesRequest, opts ...grpc.CallOption) (*SetupEndValuesResponse, error)
	SetupStartValues(ctx context.Context, in *SetupStartValuesRequest, opts ...grpc.CallOption) (*SetupStartValuesResponse, error)
	Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	SetDuration1_1(ctx context.Context, in *SetDuration1_1Request, opts ...grpc.CallOption) (*SetDuration1_1Response, error)
	Clone0_1(ctx context.Context, in *Clone0_1Request, opts ...grpc.CallOption) (*Clone0_1Response, error)
	Clone0_2(ctx context.Context, in *Clone0_2Request, opts ...grpc.CallOption) (*Clone0_2Response, error)
}

AnimatorSetServiceClient is the client API for AnimatorSetService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnimatorSetServiceServer

type AnimatorSetServiceServer interface {
	NewAnimatorSet(context.Context, *NewAnimatorSetRequest) (*NewAnimatorSetResponse, error)
	Cancel(context.Context, *CancelRequest) (*CancelResponse, error)
	Clone0(context.Context, *Clone0Request) (*Clone0Response, error)
	End(context.Context, *EndRequest) (*EndResponse, error)
	GetChildAnimations(context.Context, *GetChildAnimationsRequest) (*GetChildAnimationsResponse, error)
	GetCurrentPlayTime(context.Context, *GetCurrentPlayTimeRequest) (*GetCurrentPlayTimeResponse, error)
	GetDuration(context.Context, *GetDurationRequest) (*GetDurationResponse, error)
	GetInterpolator(context.Context, *GetInterpolatorRequest) (*GetInterpolatorResponse, error)
	GetStartDelay(context.Context, *GetStartDelayRequest) (*GetStartDelayResponse, error)
	GetTotalDuration(context.Context, *GetTotalDurationRequest) (*GetTotalDurationResponse, error)
	IsRunning(context.Context, *IsRunningRequest) (*IsRunningResponse, error)
	IsStarted(context.Context, *IsStartedRequest) (*IsStartedResponse, error)
	Pause(context.Context, *PauseRequest) (*PauseResponse, error)
	Play(context.Context, *PlayRequest) (*PlayResponse, error)
	PlaySequentially(context.Context, *PlaySequentiallyRequest) (*PlaySequentiallyResponse, error)
	PlayTogether(context.Context, *PlayTogetherRequest) (*PlayTogetherResponse, error)
	Resume(context.Context, *ResumeRequest) (*ResumeResponse, error)
	Reverse(context.Context, *ReverseRequest) (*ReverseResponse, error)
	SetCurrentPlayTime(context.Context, *SetCurrentPlayTimeRequest) (*SetCurrentPlayTimeResponse, error)
	SetDuration1(context.Context, *SetDuration1Request) (*SetDuration1Response, error)
	SetInterpolator(context.Context, *SetInterpolatorRequest) (*SetInterpolatorResponse, error)
	SetStartDelay(context.Context, *SetStartDelayRequest) (*SetStartDelayResponse, error)
	SetTarget(context.Context, *SetTargetRequest) (*SetTargetResponse, error)
	SetupEndValues(context.Context, *SetupEndValuesRequest) (*SetupEndValuesResponse, error)
	SetupStartValues(context.Context, *SetupStartValuesRequest) (*SetupStartValuesResponse, error)
	Start(context.Context, *StartRequest) (*StartResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	SetDuration1_1(context.Context, *SetDuration1_1Request) (*SetDuration1_1Response, error)
	Clone0_1(context.Context, *Clone0_1Request) (*Clone0_1Response, error)
	Clone0_2(context.Context, *Clone0_2Request) (*Clone0_2Response, error)
	// contains filtered or unexported methods
}

AnimatorSetServiceServer is the server API for AnimatorSetService service. All implementations must embed UnimplementedAnimatorSetServiceServer for forward compatibility.

type AnimatorSetStartDelayRequest

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

func (*AnimatorSetStartDelayRequest) Descriptor deprecated

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

Deprecated: Use AnimatorSetStartDelayRequest.ProtoReflect.Descriptor instead.

func (*AnimatorSetStartDelayRequest) GetArg0

func (x *AnimatorSetStartDelayRequest) GetArg0() int64

func (*AnimatorSetStartDelayRequest) ProtoMessage

func (*AnimatorSetStartDelayRequest) ProtoMessage()

func (*AnimatorSetStartDelayRequest) ProtoReflect

func (*AnimatorSetStartDelayRequest) Reset

func (x *AnimatorSetStartDelayRequest) Reset()

func (*AnimatorSetStartDelayRequest) String

type AnimatorSetTargetRequest

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

func (*AnimatorSetTargetRequest) Descriptor deprecated

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

Deprecated: Use AnimatorSetTargetRequest.ProtoReflect.Descriptor instead.

func (*AnimatorSetTargetRequest) GetArg0

func (x *AnimatorSetTargetRequest) GetArg0() int64

func (*AnimatorSetTargetRequest) ProtoMessage

func (*AnimatorSetTargetRequest) ProtoMessage()

func (*AnimatorSetTargetRequest) ProtoReflect

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

func (*AnimatorSetTargetRequest) Reset

func (x *AnimatorSetTargetRequest) Reset()

func (*AnimatorSetTargetRequest) String

func (x *AnimatorSetTargetRequest) String() string

type AnimatorSetupEndValuesRequest

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

func (*AnimatorSetupEndValuesRequest) Descriptor deprecated

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

Deprecated: Use AnimatorSetupEndValuesRequest.ProtoReflect.Descriptor instead.

func (*AnimatorSetupEndValuesRequest) ProtoMessage

func (*AnimatorSetupEndValuesRequest) ProtoMessage()

func (*AnimatorSetupEndValuesRequest) ProtoReflect

func (*AnimatorSetupEndValuesRequest) Reset

func (x *AnimatorSetupEndValuesRequest) Reset()

func (*AnimatorSetupEndValuesRequest) String

type AnimatorSetupStartValuesRequest

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

func (*AnimatorSetupStartValuesRequest) Descriptor deprecated

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

Deprecated: Use AnimatorSetupStartValuesRequest.ProtoReflect.Descriptor instead.

func (*AnimatorSetupStartValuesRequest) ProtoMessage

func (*AnimatorSetupStartValuesRequest) ProtoMessage()

func (*AnimatorSetupStartValuesRequest) ProtoReflect

func (*AnimatorSetupStartValuesRequest) Reset

func (*AnimatorSetupStartValuesRequest) String

type AnimatorStartRequest

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

func (*AnimatorStartRequest) Descriptor deprecated

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

Deprecated: Use AnimatorStartRequest.ProtoReflect.Descriptor instead.

func (*AnimatorStartRequest) ProtoMessage

func (*AnimatorStartRequest) ProtoMessage()

func (*AnimatorStartRequest) ProtoReflect

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

func (*AnimatorStartRequest) Reset

func (x *AnimatorStartRequest) Reset()

func (*AnimatorStartRequest) String

func (x *AnimatorStartRequest) String() string

type AnticipateInterpolatorServiceClient

type AnticipateInterpolatorServiceClient interface {
	NewAnticipateInterpolator(ctx context.Context, in *NewAnticipateInterpolatorRequest, opts ...grpc.CallOption) (*NewAnticipateInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

AnticipateInterpolatorServiceClient is the client API for AnticipateInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnticipateInterpolatorServiceServer

type AnticipateInterpolatorServiceServer interface {
	NewAnticipateInterpolator(context.Context, *NewAnticipateInterpolatorRequest) (*NewAnticipateInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

AnticipateInterpolatorServiceServer is the server API for AnticipateInterpolatorService service. All implementations must embed UnimplementedAnticipateInterpolatorServiceServer for forward compatibility.

type AnticipateOvershootInterpolatorServiceClient

type AnticipateOvershootInterpolatorServiceClient interface {
	NewAnticipateOvershootInterpolator(ctx context.Context, in *NewAnticipateOvershootInterpolatorRequest, opts ...grpc.CallOption) (*NewAnticipateOvershootInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

AnticipateOvershootInterpolatorServiceClient is the client API for AnticipateOvershootInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AnticipateOvershootInterpolatorServiceServer

type AnticipateOvershootInterpolatorServiceServer interface {
	NewAnticipateOvershootInterpolator(context.Context, *NewAnticipateOvershootInterpolatorRequest) (*NewAnticipateOvershootInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

AnticipateOvershootInterpolatorServiceServer is the server API for AnticipateOvershootInterpolatorService service. All implementations must embed UnimplementedAnticipateOvershootInterpolatorServiceServer for forward compatibility.

type AreAnimatorsEnabledRequest

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

func (*AreAnimatorsEnabledRequest) Descriptor deprecated

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

Deprecated: Use AreAnimatorsEnabledRequest.ProtoReflect.Descriptor instead.

func (*AreAnimatorsEnabledRequest) GetHandle

func (x *AreAnimatorsEnabledRequest) GetHandle() int64

func (*AreAnimatorsEnabledRequest) ProtoMessage

func (*AreAnimatorsEnabledRequest) ProtoMessage()

func (*AreAnimatorsEnabledRequest) ProtoReflect

func (*AreAnimatorsEnabledRequest) Reset

func (x *AreAnimatorsEnabledRequest) Reset()

func (*AreAnimatorsEnabledRequest) String

func (x *AreAnimatorsEnabledRequest) String() string

type AreAnimatorsEnabledResponse

type AreAnimatorsEnabledResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AreAnimatorsEnabledResponse) Descriptor deprecated

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

Deprecated: Use AreAnimatorsEnabledResponse.ProtoReflect.Descriptor instead.

func (*AreAnimatorsEnabledResponse) GetResult

func (x *AreAnimatorsEnabledResponse) GetResult() bool

func (*AreAnimatorsEnabledResponse) ProtoMessage

func (*AreAnimatorsEnabledResponse) ProtoMessage()

func (*AreAnimatorsEnabledResponse) ProtoReflect

func (*AreAnimatorsEnabledResponse) Reset

func (x *AreAnimatorsEnabledResponse) Reset()

func (*AreAnimatorsEnabledResponse) String

func (x *AreAnimatorsEnabledResponse) String() string

type ArgbEvaluatorServiceClient

type ArgbEvaluatorServiceClient interface {
	NewArgbEvaluator(ctx context.Context, in *NewArgbEvaluatorRequest, opts ...grpc.CallOption) (*NewArgbEvaluatorResponse, error)
	Evaluate(ctx context.Context, in *EvaluateRequest, opts ...grpc.CallOption) (*EvaluateResponse, error)
}

ArgbEvaluatorServiceClient is the client API for ArgbEvaluatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ArgbEvaluatorServiceServer

type ArgbEvaluatorServiceServer interface {
	NewArgbEvaluator(context.Context, *NewArgbEvaluatorRequest) (*NewArgbEvaluatorResponse, error)
	Evaluate(context.Context, *EvaluateRequest) (*EvaluateResponse, error)
	// contains filtered or unexported methods
}

ArgbEvaluatorServiceServer is the server API for ArgbEvaluatorService service. All implementations must embed UnimplementedArgbEvaluatorServiceServer for forward compatibility.

type BeforeRequest

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

func (*BeforeRequest) Descriptor deprecated

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

Deprecated: Use BeforeRequest.ProtoReflect.Descriptor instead.

func (*BeforeRequest) GetArg0

func (x *BeforeRequest) GetArg0() int64

func (*BeforeRequest) ProtoMessage

func (*BeforeRequest) ProtoMessage()

func (*BeforeRequest) ProtoReflect

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

func (*BeforeRequest) Reset

func (x *BeforeRequest) Reset()

func (*BeforeRequest) String

func (x *BeforeRequest) String() string

type BeforeResponse

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

func (*BeforeResponse) Descriptor deprecated

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

Deprecated: Use BeforeResponse.ProtoReflect.Descriptor instead.

func (*BeforeResponse) GetResult

func (x *BeforeResponse) GetResult() int64

func (*BeforeResponse) ProtoMessage

func (*BeforeResponse) ProtoMessage()

func (*BeforeResponse) ProtoReflect

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

func (*BeforeResponse) Reset

func (x *BeforeResponse) Reset()

func (*BeforeResponse) String

func (x *BeforeResponse) String() string

type BounceInterpolatorServiceClient

type BounceInterpolatorServiceClient interface {
	NewBounceInterpolator(ctx context.Context, in *NewBounceInterpolatorRequest, opts ...grpc.CallOption) (*NewBounceInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

BounceInterpolatorServiceClient is the client API for BounceInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BounceInterpolatorServiceServer

type BounceInterpolatorServiceServer interface {
	NewBounceInterpolator(context.Context, *NewBounceInterpolatorRequest) (*NewBounceInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

BounceInterpolatorServiceServer is the server API for BounceInterpolatorService service. All implementations must embed UnimplementedBounceInterpolatorServiceServer for forward compatibility.

type CancelRequest

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

func (*CancelRequest) Descriptor deprecated

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

Deprecated: Use CancelRequest.ProtoReflect.Descriptor instead.

func (*CancelRequest) GetHandle

func (x *CancelRequest) GetHandle() int64

func (*CancelRequest) ProtoMessage

func (*CancelRequest) ProtoMessage()

func (*CancelRequest) ProtoReflect

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

func (*CancelRequest) Reset

func (x *CancelRequest) Reset()

func (*CancelRequest) String

func (x *CancelRequest) String() string

type CancelResponse

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

func (*CancelResponse) Descriptor deprecated

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

Deprecated: Use CancelResponse.ProtoReflect.Descriptor instead.

func (*CancelResponse) ProtoMessage

func (*CancelResponse) ProtoMessage()

func (*CancelResponse) ProtoReflect

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

func (*CancelResponse) Reset

func (x *CancelResponse) Reset()

func (*CancelResponse) String

func (x *CancelResponse) String() string

type ClearRequest

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

func (*ClearRequest) Descriptor deprecated

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

Deprecated: Use ClearRequest.ProtoReflect.Descriptor instead.

func (*ClearRequest) GetHandle

func (x *ClearRequest) GetHandle() int64

func (*ClearRequest) ProtoMessage

func (*ClearRequest) ProtoMessage()

func (*ClearRequest) ProtoReflect

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

func (*ClearRequest) Reset

func (x *ClearRequest) Reset()

func (*ClearRequest) String

func (x *ClearRequest) String() string

type ClearResponse

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

func (*ClearResponse) Descriptor deprecated

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

Deprecated: Use ClearResponse.ProtoReflect.Descriptor instead.

func (*ClearResponse) ProtoMessage

func (*ClearResponse) ProtoMessage()

func (*ClearResponse) ProtoReflect

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

func (*ClearResponse) Reset

func (x *ClearResponse) Reset()

func (*ClearResponse) String

func (x *ClearResponse) String() string

type Clone0Request

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

func (*Clone0Request) Descriptor deprecated

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

Deprecated: Use Clone0Request.ProtoReflect.Descriptor instead.

func (*Clone0Request) GetHandle

func (x *Clone0Request) GetHandle() int64

func (*Clone0Request) ProtoMessage

func (*Clone0Request) ProtoMessage()

func (*Clone0Request) ProtoReflect

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

func (*Clone0Request) Reset

func (x *Clone0Request) Reset()

func (*Clone0Request) String

func (x *Clone0Request) String() string

type Clone0Response

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

func (*Clone0Response) Descriptor deprecated

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

Deprecated: Use Clone0Response.ProtoReflect.Descriptor instead.

func (*Clone0Response) GetResult

func (x *Clone0Response) GetResult() int64

func (*Clone0Response) ProtoMessage

func (*Clone0Response) ProtoMessage()

func (*Clone0Response) ProtoReflect

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

func (*Clone0Response) Reset

func (x *Clone0Response) Reset()

func (*Clone0Response) String

func (x *Clone0Response) String() string

type Clone0_1Request

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

func (*Clone0_1Request) Descriptor deprecated

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

Deprecated: Use Clone0_1Request.ProtoReflect.Descriptor instead.

func (*Clone0_1Request) GetHandle

func (x *Clone0_1Request) GetHandle() int64

func (*Clone0_1Request) ProtoMessage

func (*Clone0_1Request) ProtoMessage()

func (*Clone0_1Request) ProtoReflect

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

func (*Clone0_1Request) Reset

func (x *Clone0_1Request) Reset()

func (*Clone0_1Request) String

func (x *Clone0_1Request) String() string

type Clone0_1Response

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

func (*Clone0_1Response) Descriptor deprecated

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

Deprecated: Use Clone0_1Response.ProtoReflect.Descriptor instead.

func (*Clone0_1Response) GetResult

func (x *Clone0_1Response) GetResult() int64

func (*Clone0_1Response) ProtoMessage

func (*Clone0_1Response) ProtoMessage()

func (*Clone0_1Response) ProtoReflect

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

func (*Clone0_1Response) Reset

func (x *Clone0_1Response) Reset()

func (*Clone0_1Response) String

func (x *Clone0_1Response) String() string

type Clone0_2Request

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

func (*Clone0_2Request) Descriptor deprecated

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

Deprecated: Use Clone0_2Request.ProtoReflect.Descriptor instead.

func (*Clone0_2Request) GetHandle

func (x *Clone0_2Request) GetHandle() int64

func (*Clone0_2Request) ProtoMessage

func (*Clone0_2Request) ProtoMessage()

func (*Clone0_2Request) ProtoReflect

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

func (*Clone0_2Request) Reset

func (x *Clone0_2Request) Reset()

func (*Clone0_2Request) String

func (x *Clone0_2Request) String() string

type Clone0_2Response

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

func (*Clone0_2Response) Descriptor deprecated

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

Deprecated: Use Clone0_2Response.ProtoReflect.Descriptor instead.

func (*Clone0_2Response) GetResult

func (x *Clone0_2Response) GetResult() int64

func (*Clone0_2Response) ProtoMessage

func (*Clone0_2Response) ProtoMessage()

func (*Clone0_2Response) ProtoReflect

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

func (*Clone0_2Response) Reset

func (x *Clone0_2Response) Reset()

func (*Clone0_2Response) String

func (x *Clone0_2Response) String() string

type Clone0_3Request

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

func (*Clone0_3Request) Descriptor deprecated

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

Deprecated: Use Clone0_3Request.ProtoReflect.Descriptor instead.

func (*Clone0_3Request) GetHandle

func (x *Clone0_3Request) GetHandle() int64

func (*Clone0_3Request) ProtoMessage

func (*Clone0_3Request) ProtoMessage()

func (*Clone0_3Request) ProtoReflect

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

func (*Clone0_3Request) Reset

func (x *Clone0_3Request) Reset()

func (*Clone0_3Request) String

func (x *Clone0_3Request) String() string

type Clone0_3Response

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

func (*Clone0_3Response) Descriptor deprecated

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

Deprecated: Use Clone0_3Response.ProtoReflect.Descriptor instead.

func (*Clone0_3Response) GetResult

func (x *Clone0_3Response) GetResult() int64

func (*Clone0_3Response) ProtoMessage

func (*Clone0_3Response) ProtoMessage()

func (*Clone0_3Response) ProtoReflect

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

func (*Clone0_3Response) Reset

func (x *Clone0_3Response) Reset()

func (*Clone0_3Response) String

func (x *Clone0_3Response) String() string

type ComposeRequest

type ComposeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*ComposeRequest) Descriptor deprecated

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

Deprecated: Use ComposeRequest.ProtoReflect.Descriptor instead.

func (*ComposeRequest) GetArg0

func (x *ComposeRequest) GetArg0() int64

func (*ComposeRequest) GetHandle

func (x *ComposeRequest) GetHandle() int64

func (*ComposeRequest) ProtoMessage

func (*ComposeRequest) ProtoMessage()

func (*ComposeRequest) ProtoReflect

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

func (*ComposeRequest) Reset

func (x *ComposeRequest) Reset()

func (*ComposeRequest) String

func (x *ComposeRequest) String() string

type ComposeResponse

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

func (*ComposeResponse) Descriptor deprecated

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

Deprecated: Use ComposeResponse.ProtoReflect.Descriptor instead.

func (*ComposeResponse) ProtoMessage

func (*ComposeResponse) ProtoMessage()

func (*ComposeResponse) ProtoReflect

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

func (*ComposeResponse) Reset

func (x *ComposeResponse) Reset()

func (*ComposeResponse) String

func (x *ComposeResponse) String() string

type ComputeDurationHintRequest

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

func (*ComputeDurationHintRequest) Descriptor deprecated

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

Deprecated: Use ComputeDurationHintRequest.ProtoReflect.Descriptor instead.

func (*ComputeDurationHintRequest) GetHandle

func (x *ComputeDurationHintRequest) GetHandle() int64

func (*ComputeDurationHintRequest) ProtoMessage

func (*ComputeDurationHintRequest) ProtoMessage()

func (*ComputeDurationHintRequest) ProtoReflect

func (*ComputeDurationHintRequest) Reset

func (x *ComputeDurationHintRequest) Reset()

func (*ComputeDurationHintRequest) String

func (x *ComputeDurationHintRequest) String() string

type ComputeDurationHintResponse

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

func (*ComputeDurationHintResponse) Descriptor deprecated

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

Deprecated: Use ComputeDurationHintResponse.ProtoReflect.Descriptor instead.

func (*ComputeDurationHintResponse) GetResult

func (x *ComputeDurationHintResponse) GetResult() int64

func (*ComputeDurationHintResponse) ProtoMessage

func (*ComputeDurationHintResponse) ProtoMessage()

func (*ComputeDurationHintResponse) ProtoReflect

func (*ComputeDurationHintResponse) Reset

func (x *ComputeDurationHintResponse) Reset()

func (*ComputeDurationHintResponse) String

func (x *ComputeDurationHintResponse) String() string

type CurrentAnimationTimeMillisRequest

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

func (*CurrentAnimationTimeMillisRequest) Descriptor deprecated

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

Deprecated: Use CurrentAnimationTimeMillisRequest.ProtoReflect.Descriptor instead.

func (*CurrentAnimationTimeMillisRequest) GetHandle

func (*CurrentAnimationTimeMillisRequest) ProtoMessage

func (*CurrentAnimationTimeMillisRequest) ProtoMessage()

func (*CurrentAnimationTimeMillisRequest) ProtoReflect

func (*CurrentAnimationTimeMillisRequest) Reset

func (*CurrentAnimationTimeMillisRequest) String

type CurrentAnimationTimeMillisResponse

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

func (*CurrentAnimationTimeMillisResponse) Descriptor deprecated

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

Deprecated: Use CurrentAnimationTimeMillisResponse.ProtoReflect.Descriptor instead.

func (*CurrentAnimationTimeMillisResponse) GetResult

func (*CurrentAnimationTimeMillisResponse) ProtoMessage

func (*CurrentAnimationTimeMillisResponse) ProtoMessage()

func (*CurrentAnimationTimeMillisResponse) ProtoReflect

func (*CurrentAnimationTimeMillisResponse) Reset

func (*CurrentAnimationTimeMillisResponse) String

type CycleInterpolatorGetInterpolationRequest

type CycleInterpolatorGetInterpolationRequest struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleInterpolatorGetInterpolationRequest) Descriptor deprecated

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

Deprecated: Use CycleInterpolatorGetInterpolationRequest.ProtoReflect.Descriptor instead.

func (*CycleInterpolatorGetInterpolationRequest) GetArg0

func (*CycleInterpolatorGetInterpolationRequest) GetHandle

func (*CycleInterpolatorGetInterpolationRequest) ProtoMessage

func (*CycleInterpolatorGetInterpolationRequest) ProtoReflect

func (*CycleInterpolatorGetInterpolationRequest) Reset

func (*CycleInterpolatorGetInterpolationRequest) String

type CycleInterpolatorServiceClient

type CycleInterpolatorServiceClient interface {
	NewCycleInterpolator(ctx context.Context, in *NewCycleInterpolatorRequest, opts ...grpc.CallOption) (*NewCycleInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

CycleInterpolatorServiceClient is the client API for CycleInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type CycleInterpolatorServiceServer

type CycleInterpolatorServiceServer interface {
	NewCycleInterpolator(context.Context, *NewCycleInterpolatorRequest) (*NewCycleInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

CycleInterpolatorServiceServer is the server API for CycleInterpolatorService service. All implementations must embed UnimplementedCycleInterpolatorServiceServer for forward compatibility.

type DecelerateInterpolatorServiceClient

type DecelerateInterpolatorServiceClient interface {
	NewDecelerateInterpolator(ctx context.Context, in *NewDecelerateInterpolatorRequest, opts ...grpc.CallOption) (*NewDecelerateInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

DecelerateInterpolatorServiceClient is the client API for DecelerateInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DecelerateInterpolatorServiceServer

type DecelerateInterpolatorServiceServer interface {
	NewDecelerateInterpolator(context.Context, *NewDecelerateInterpolatorRequest) (*NewDecelerateInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

DecelerateInterpolatorServiceServer is the server API for DecelerateInterpolatorService service. All implementations must embed UnimplementedDecelerateInterpolatorServiceServer for forward compatibility.

type DisableTransitionTypeRequest

type DisableTransitionTypeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableTransitionTypeRequest) Descriptor deprecated

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

Deprecated: Use DisableTransitionTypeRequest.ProtoReflect.Descriptor instead.

func (*DisableTransitionTypeRequest) GetArg0

func (x *DisableTransitionTypeRequest) GetArg0() int32

func (*DisableTransitionTypeRequest) GetHandle

func (x *DisableTransitionTypeRequest) GetHandle() int64

func (*DisableTransitionTypeRequest) ProtoMessage

func (*DisableTransitionTypeRequest) ProtoMessage()

func (*DisableTransitionTypeRequest) ProtoReflect

func (*DisableTransitionTypeRequest) Reset

func (x *DisableTransitionTypeRequest) Reset()

func (*DisableTransitionTypeRequest) String

type DisableTransitionTypeResponse

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

func (*DisableTransitionTypeResponse) Descriptor deprecated

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

Deprecated: Use DisableTransitionTypeResponse.ProtoReflect.Descriptor instead.

func (*DisableTransitionTypeResponse) ProtoMessage

func (*DisableTransitionTypeResponse) ProtoMessage()

func (*DisableTransitionTypeResponse) ProtoReflect

func (*DisableTransitionTypeResponse) Reset

func (x *DisableTransitionTypeResponse) Reset()

func (*DisableTransitionTypeResponse) String

type EnableTransitionTypeRequest

type EnableTransitionTypeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableTransitionTypeRequest) Descriptor deprecated

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

Deprecated: Use EnableTransitionTypeRequest.ProtoReflect.Descriptor instead.

func (*EnableTransitionTypeRequest) GetArg0

func (x *EnableTransitionTypeRequest) GetArg0() int32

func (*EnableTransitionTypeRequest) GetHandle

func (x *EnableTransitionTypeRequest) GetHandle() int64

func (*EnableTransitionTypeRequest) ProtoMessage

func (*EnableTransitionTypeRequest) ProtoMessage()

func (*EnableTransitionTypeRequest) ProtoReflect

func (*EnableTransitionTypeRequest) Reset

func (x *EnableTransitionTypeRequest) Reset()

func (*EnableTransitionTypeRequest) String

func (x *EnableTransitionTypeRequest) String() string

type EnableTransitionTypeResponse

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

func (*EnableTransitionTypeResponse) Descriptor deprecated

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

Deprecated: Use EnableTransitionTypeResponse.ProtoReflect.Descriptor instead.

func (*EnableTransitionTypeResponse) ProtoMessage

func (*EnableTransitionTypeResponse) ProtoMessage()

func (*EnableTransitionTypeResponse) ProtoReflect

func (*EnableTransitionTypeResponse) Reset

func (x *EnableTransitionTypeResponse) Reset()

func (*EnableTransitionTypeResponse) String

type EndRequest

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

func (*EndRequest) Descriptor deprecated

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

Deprecated: Use EndRequest.ProtoReflect.Descriptor instead.

func (*EndRequest) GetHandle

func (x *EndRequest) GetHandle() int64

func (*EndRequest) ProtoMessage

func (*EndRequest) ProtoMessage()

func (*EndRequest) ProtoReflect

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

func (*EndRequest) Reset

func (x *EndRequest) Reset()

func (*EndRequest) String

func (x *EndRequest) String() string

type EndResponse

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

func (*EndResponse) Descriptor deprecated

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

Deprecated: Use EndResponse.ProtoReflect.Descriptor instead.

func (*EndResponse) ProtoMessage

func (*EndResponse) ProtoMessage()

func (*EndResponse) ProtoReflect

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

func (*EndResponse) Reset

func (x *EndResponse) Reset()

func (*EndResponse) String

func (x *EndResponse) String() string

type EndTransitionRequest

type EndTransitionRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int32 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*EndTransitionRequest) Descriptor deprecated

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

Deprecated: Use EndTransitionRequest.ProtoReflect.Descriptor instead.

func (*EndTransitionRequest) GetArg0

func (x *EndTransitionRequest) GetArg0() int64

func (*EndTransitionRequest) GetArg1

func (x *EndTransitionRequest) GetArg1() int64

func (*EndTransitionRequest) GetArg2

func (x *EndTransitionRequest) GetArg2() int64

func (*EndTransitionRequest) GetArg3

func (x *EndTransitionRequest) GetArg3() int32

func (*EndTransitionRequest) ProtoMessage

func (*EndTransitionRequest) ProtoMessage()

func (*EndTransitionRequest) ProtoReflect

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

func (*EndTransitionRequest) Reset

func (x *EndTransitionRequest) Reset()

func (*EndTransitionRequest) String

func (x *EndTransitionRequest) String() string

type EndTransitionResponse

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

func (*EndTransitionResponse) Descriptor deprecated

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

Deprecated: Use EndTransitionResponse.ProtoReflect.Descriptor instead.

func (*EndTransitionResponse) ProtoMessage

func (*EndTransitionResponse) ProtoMessage()

func (*EndTransitionResponse) ProtoReflect

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

func (*EndTransitionResponse) Reset

func (x *EndTransitionResponse) Reset()

func (*EndTransitionResponse) String

func (x *EndTransitionResponse) String() string

type Evaluate3Request

type Evaluate3Request struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64   `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64   `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*Evaluate3Request) Descriptor deprecated

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

Deprecated: Use Evaluate3Request.ProtoReflect.Descriptor instead.

func (*Evaluate3Request) GetArg0

func (x *Evaluate3Request) GetArg0() float32

func (*Evaluate3Request) GetArg1

func (x *Evaluate3Request) GetArg1() int64

func (*Evaluate3Request) GetArg2

func (x *Evaluate3Request) GetArg2() int64

func (*Evaluate3Request) GetHandle

func (x *Evaluate3Request) GetHandle() int64

func (*Evaluate3Request) ProtoMessage

func (*Evaluate3Request) ProtoMessage()

func (*Evaluate3Request) ProtoReflect

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

func (*Evaluate3Request) Reset

func (x *Evaluate3Request) Reset()

func (*Evaluate3Request) String

func (x *Evaluate3Request) String() string

type Evaluate3Response

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

func (*Evaluate3Response) Descriptor deprecated

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

Deprecated: Use Evaluate3Response.ProtoReflect.Descriptor instead.

func (*Evaluate3Response) GetResult

func (x *Evaluate3Response) GetResult() int64

func (*Evaluate3Response) ProtoMessage

func (*Evaluate3Response) ProtoMessage()

func (*Evaluate3Response) ProtoReflect

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

func (*Evaluate3Response) Reset

func (x *Evaluate3Response) Reset()

func (*Evaluate3Response) String

func (x *Evaluate3Response) String() string

type Evaluate3_1Request

type Evaluate3_1Request struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64   `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64   `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*Evaluate3_1Request) Descriptor deprecated

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

Deprecated: Use Evaluate3_1Request.ProtoReflect.Descriptor instead.

func (*Evaluate3_1Request) GetArg0

func (x *Evaluate3_1Request) GetArg0() float32

func (*Evaluate3_1Request) GetArg1

func (x *Evaluate3_1Request) GetArg1() int64

func (*Evaluate3_1Request) GetArg2

func (x *Evaluate3_1Request) GetArg2() int64

func (*Evaluate3_1Request) GetHandle

func (x *Evaluate3_1Request) GetHandle() int64

func (*Evaluate3_1Request) ProtoMessage

func (*Evaluate3_1Request) ProtoMessage()

func (*Evaluate3_1Request) ProtoReflect

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

func (*Evaluate3_1Request) Reset

func (x *Evaluate3_1Request) Reset()

func (*Evaluate3_1Request) String

func (x *Evaluate3_1Request) String() string

type Evaluate3_1Response

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

func (*Evaluate3_1Response) Descriptor deprecated

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

Deprecated: Use Evaluate3_1Response.ProtoReflect.Descriptor instead.

func (*Evaluate3_1Response) GetResult

func (x *Evaluate3_1Response) GetResult() int64

func (*Evaluate3_1Response) ProtoMessage

func (*Evaluate3_1Response) ProtoMessage()

func (*Evaluate3_1Response) ProtoReflect

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

func (*Evaluate3_1Response) Reset

func (x *Evaluate3_1Response) Reset()

func (*Evaluate3_1Response) String

func (x *Evaluate3_1Response) String() string

type EvaluateRequest

type EvaluateRequest struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64   `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64   `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*EvaluateRequest) Descriptor deprecated

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

Deprecated: Use EvaluateRequest.ProtoReflect.Descriptor instead.

func (*EvaluateRequest) GetArg0

func (x *EvaluateRequest) GetArg0() float32

func (*EvaluateRequest) GetArg1

func (x *EvaluateRequest) GetArg1() int64

func (*EvaluateRequest) GetArg2

func (x *EvaluateRequest) GetArg2() int64

func (*EvaluateRequest) GetHandle

func (x *EvaluateRequest) GetHandle() int64

func (*EvaluateRequest) ProtoMessage

func (*EvaluateRequest) ProtoMessage()

func (*EvaluateRequest) ProtoReflect

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

func (*EvaluateRequest) Reset

func (x *EvaluateRequest) Reset()

func (*EvaluateRequest) String

func (x *EvaluateRequest) String() string

type EvaluateResponse

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

func (*EvaluateResponse) Descriptor deprecated

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

Deprecated: Use EvaluateResponse.ProtoReflect.Descriptor instead.

func (*EvaluateResponse) GetResult

func (x *EvaluateResponse) GetResult() int64

func (*EvaluateResponse) ProtoMessage

func (*EvaluateResponse) ProtoMessage()

func (*EvaluateResponse) ProtoReflect

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

func (*EvaluateResponse) Reset

func (x *EvaluateResponse) Reset()

func (*EvaluateResponse) String

func (x *EvaluateResponse) String() string

type FloatArrayEvaluatorServiceClient

type FloatArrayEvaluatorServiceClient interface {
	NewFloatArrayEvaluator(ctx context.Context, in *NewFloatArrayEvaluatorRequest, opts ...grpc.CallOption) (*NewFloatArrayEvaluatorResponse, error)
	Evaluate3(ctx context.Context, in *Evaluate3Request, opts ...grpc.CallOption) (*Evaluate3Response, error)
	Evaluate3_1(ctx context.Context, in *Evaluate3_1Request, opts ...grpc.CallOption) (*Evaluate3_1Response, error)
}

FloatArrayEvaluatorServiceClient is the client API for FloatArrayEvaluatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FloatArrayEvaluatorServiceServer

type FloatArrayEvaluatorServiceServer interface {
	NewFloatArrayEvaluator(context.Context, *NewFloatArrayEvaluatorRequest) (*NewFloatArrayEvaluatorResponse, error)
	Evaluate3(context.Context, *Evaluate3Request) (*Evaluate3Response, error)
	Evaluate3_1(context.Context, *Evaluate3_1Request) (*Evaluate3_1Response, error)
	// contains filtered or unexported methods
}

FloatArrayEvaluatorServiceServer is the server API for FloatArrayEvaluatorService service. All implementations must embed UnimplementedFloatArrayEvaluatorServiceServer for forward compatibility.

type FloatEvaluatorServiceClient

type FloatEvaluatorServiceClient interface {
	NewFloatEvaluator(ctx context.Context, in *NewFloatEvaluatorRequest, opts ...grpc.CallOption) (*NewFloatEvaluatorResponse, error)
	Evaluate3(ctx context.Context, in *Evaluate3Request, opts ...grpc.CallOption) (*Evaluate3Response, error)
	Evaluate3_1(ctx context.Context, in *Evaluate3_1Request, opts ...grpc.CallOption) (*Evaluate3_1Response, error)
}

FloatEvaluatorServiceClient is the client API for FloatEvaluatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FloatEvaluatorServiceServer

type FloatEvaluatorServiceServer interface {
	NewFloatEvaluator(context.Context, *NewFloatEvaluatorRequest) (*NewFloatEvaluatorResponse, error)
	Evaluate3(context.Context, *Evaluate3Request) (*Evaluate3Response, error)
	Evaluate3_1(context.Context, *Evaluate3_1Request) (*Evaluate3_1Response, error)
	// contains filtered or unexported methods
}

FloatEvaluatorServiceServer is the server API for FloatEvaluatorService service. All implementations must embed UnimplementedFloatEvaluatorServiceServer for forward compatibility.

type GetAlphaRequest

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

func (*GetAlphaRequest) Descriptor deprecated

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

Deprecated: Use GetAlphaRequest.ProtoReflect.Descriptor instead.

func (*GetAlphaRequest) GetHandle

func (x *GetAlphaRequest) GetHandle() int64

func (*GetAlphaRequest) ProtoMessage

func (*GetAlphaRequest) ProtoMessage()

func (*GetAlphaRequest) ProtoReflect

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

func (*GetAlphaRequest) Reset

func (x *GetAlphaRequest) Reset()

func (*GetAlphaRequest) String

func (x *GetAlphaRequest) String() string

type GetAlphaResponse

type GetAlphaResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlphaResponse) Descriptor deprecated

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

Deprecated: Use GetAlphaResponse.ProtoReflect.Descriptor instead.

func (*GetAlphaResponse) GetResult

func (x *GetAlphaResponse) GetResult() float32

func (*GetAlphaResponse) ProtoMessage

func (*GetAlphaResponse) ProtoMessage()

func (*GetAlphaResponse) ProtoReflect

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

func (*GetAlphaResponse) Reset

func (x *GetAlphaResponse) Reset()

func (*GetAlphaResponse) String

func (x *GetAlphaResponse) String() string

type GetAnimatedFractionRequest

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

func (*GetAnimatedFractionRequest) Descriptor deprecated

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

Deprecated: Use GetAnimatedFractionRequest.ProtoReflect.Descriptor instead.

func (*GetAnimatedFractionRequest) GetHandle

func (x *GetAnimatedFractionRequest) GetHandle() int64

func (*GetAnimatedFractionRequest) ProtoMessage

func (*GetAnimatedFractionRequest) ProtoMessage()

func (*GetAnimatedFractionRequest) ProtoReflect

func (*GetAnimatedFractionRequest) Reset

func (x *GetAnimatedFractionRequest) Reset()

func (*GetAnimatedFractionRequest) String

func (x *GetAnimatedFractionRequest) String() string

type GetAnimatedFractionResponse

type GetAnimatedFractionResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnimatedFractionResponse) Descriptor deprecated

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

Deprecated: Use GetAnimatedFractionResponse.ProtoReflect.Descriptor instead.

func (*GetAnimatedFractionResponse) GetResult

func (x *GetAnimatedFractionResponse) GetResult() float32

func (*GetAnimatedFractionResponse) ProtoMessage

func (*GetAnimatedFractionResponse) ProtoMessage()

func (*GetAnimatedFractionResponse) ProtoReflect

func (*GetAnimatedFractionResponse) Reset

func (x *GetAnimatedFractionResponse) Reset()

func (*GetAnimatedFractionResponse) String

func (x *GetAnimatedFractionResponse) String() string

type GetAnimatedValue0Request

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

func (*GetAnimatedValue0Request) Descriptor deprecated

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

Deprecated: Use GetAnimatedValue0Request.ProtoReflect.Descriptor instead.

func (*GetAnimatedValue0Request) GetHandle

func (x *GetAnimatedValue0Request) GetHandle() int64

func (*GetAnimatedValue0Request) ProtoMessage

func (*GetAnimatedValue0Request) ProtoMessage()

func (*GetAnimatedValue0Request) ProtoReflect

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

func (*GetAnimatedValue0Request) Reset

func (x *GetAnimatedValue0Request) Reset()

func (*GetAnimatedValue0Request) String

func (x *GetAnimatedValue0Request) String() string

type GetAnimatedValue0Response

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

func (*GetAnimatedValue0Response) Descriptor deprecated

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

Deprecated: Use GetAnimatedValue0Response.ProtoReflect.Descriptor instead.

func (*GetAnimatedValue0Response) GetResult

func (x *GetAnimatedValue0Response) GetResult() int64

func (*GetAnimatedValue0Response) ProtoMessage

func (*GetAnimatedValue0Response) ProtoMessage()

func (*GetAnimatedValue0Response) ProtoReflect

func (*GetAnimatedValue0Response) Reset

func (x *GetAnimatedValue0Response) Reset()

func (*GetAnimatedValue0Response) String

func (x *GetAnimatedValue0Response) String() string

type GetAnimatedValue1_1Request

type GetAnimatedValue1_1Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   string `protobuf:"bytes,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnimatedValue1_1Request) Descriptor deprecated

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

Deprecated: Use GetAnimatedValue1_1Request.ProtoReflect.Descriptor instead.

func (*GetAnimatedValue1_1Request) GetArg0

func (x *GetAnimatedValue1_1Request) GetArg0() string

func (*GetAnimatedValue1_1Request) GetHandle

func (x *GetAnimatedValue1_1Request) GetHandle() int64

func (*GetAnimatedValue1_1Request) ProtoMessage

func (*GetAnimatedValue1_1Request) ProtoMessage()

func (*GetAnimatedValue1_1Request) ProtoReflect

func (*GetAnimatedValue1_1Request) Reset

func (x *GetAnimatedValue1_1Request) Reset()

func (*GetAnimatedValue1_1Request) String

func (x *GetAnimatedValue1_1Request) String() string

type GetAnimatedValue1_1Response

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

func (*GetAnimatedValue1_1Response) Descriptor deprecated

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

Deprecated: Use GetAnimatedValue1_1Response.ProtoReflect.Descriptor instead.

func (*GetAnimatedValue1_1Response) GetResult

func (x *GetAnimatedValue1_1Response) GetResult() int64

func (*GetAnimatedValue1_1Response) ProtoMessage

func (*GetAnimatedValue1_1Response) ProtoMessage()

func (*GetAnimatedValue1_1Response) ProtoReflect

func (*GetAnimatedValue1_1Response) Reset

func (x *GetAnimatedValue1_1Response) Reset()

func (*GetAnimatedValue1_1Response) String

func (x *GetAnimatedValue1_1Response) String() string

type GetAnimationForViewRequest

type GetAnimationForViewRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnimationForViewRequest) Descriptor deprecated

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

Deprecated: Use GetAnimationForViewRequest.ProtoReflect.Descriptor instead.

func (*GetAnimationForViewRequest) GetArg0

func (x *GetAnimationForViewRequest) GetArg0() int64

func (*GetAnimationForViewRequest) GetHandle

func (x *GetAnimationForViewRequest) GetHandle() int64

func (*GetAnimationForViewRequest) ProtoMessage

func (*GetAnimationForViewRequest) ProtoMessage()

func (*GetAnimationForViewRequest) ProtoReflect

func (*GetAnimationForViewRequest) Reset

func (x *GetAnimationForViewRequest) Reset()

func (*GetAnimationForViewRequest) String

func (x *GetAnimationForViewRequest) String() string

type GetAnimationForViewResponse

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

func (*GetAnimationForViewResponse) Descriptor deprecated

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

Deprecated: Use GetAnimationForViewResponse.ProtoReflect.Descriptor instead.

func (*GetAnimationForViewResponse) GetResult

func (x *GetAnimationForViewResponse) GetResult() int64

func (*GetAnimationForViewResponse) ProtoMessage

func (*GetAnimationForViewResponse) ProtoMessage()

func (*GetAnimationForViewResponse) ProtoReflect

func (*GetAnimationForViewResponse) Reset

func (x *GetAnimationForViewResponse) Reset()

func (*GetAnimationForViewResponse) String

func (x *GetAnimationForViewResponse) String() string

type GetAnimationRequest

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

func (*GetAnimationRequest) Descriptor deprecated

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

Deprecated: Use GetAnimationRequest.ProtoReflect.Descriptor instead.

func (*GetAnimationRequest) GetHandle

func (x *GetAnimationRequest) GetHandle() int64

func (*GetAnimationRequest) ProtoMessage

func (*GetAnimationRequest) ProtoMessage()

func (*GetAnimationRequest) ProtoReflect

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

func (*GetAnimationRequest) Reset

func (x *GetAnimationRequest) Reset()

func (*GetAnimationRequest) String

func (x *GetAnimationRequest) String() string

type GetAnimationResponse

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

func (*GetAnimationResponse) Descriptor deprecated

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

Deprecated: Use GetAnimationResponse.ProtoReflect.Descriptor instead.

func (*GetAnimationResponse) GetResult

func (x *GetAnimationResponse) GetResult() int64

func (*GetAnimationResponse) ProtoMessage

func (*GetAnimationResponse) ProtoMessage()

func (*GetAnimationResponse) ProtoReflect

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

func (*GetAnimationResponse) Reset

func (x *GetAnimationResponse) Reset()

func (*GetAnimationResponse) String

func (x *GetAnimationResponse) String() string

type GetAnimationsRequest

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

func (*GetAnimationsRequest) Descriptor deprecated

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

Deprecated: Use GetAnimationsRequest.ProtoReflect.Descriptor instead.

func (*GetAnimationsRequest) GetHandle

func (x *GetAnimationsRequest) GetHandle() int64

func (*GetAnimationsRequest) ProtoMessage

func (*GetAnimationsRequest) ProtoMessage()

func (*GetAnimationsRequest) ProtoReflect

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

func (*GetAnimationsRequest) Reset

func (x *GetAnimationsRequest) Reset()

func (*GetAnimationsRequest) String

func (x *GetAnimationsRequest) String() string

type GetAnimationsResponse

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

func (*GetAnimationsResponse) Descriptor deprecated

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

Deprecated: Use GetAnimationsResponse.ProtoReflect.Descriptor instead.

func (*GetAnimationsResponse) GetResult

func (x *GetAnimationsResponse) GetResult() int64

func (*GetAnimationsResponse) ProtoMessage

func (*GetAnimationsResponse) ProtoMessage()

func (*GetAnimationsResponse) ProtoReflect

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

func (*GetAnimationsResponse) Reset

func (x *GetAnimationsResponse) Reset()

func (*GetAnimationsResponse) String

func (x *GetAnimationsResponse) String() string

type GetAnimatorRequest

type GetAnimatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnimatorRequest) Descriptor deprecated

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

Deprecated: Use GetAnimatorRequest.ProtoReflect.Descriptor instead.

func (*GetAnimatorRequest) GetArg0

func (x *GetAnimatorRequest) GetArg0() int32

func (*GetAnimatorRequest) GetHandle

func (x *GetAnimatorRequest) GetHandle() int64

func (*GetAnimatorRequest) ProtoMessage

func (*GetAnimatorRequest) ProtoMessage()

func (*GetAnimatorRequest) ProtoReflect

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

func (*GetAnimatorRequest) Reset

func (x *GetAnimatorRequest) Reset()

func (*GetAnimatorRequest) String

func (x *GetAnimatorRequest) String() string

type GetAnimatorResponse

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

func (*GetAnimatorResponse) Descriptor deprecated

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

Deprecated: Use GetAnimatorResponse.ProtoReflect.Descriptor instead.

func (*GetAnimatorResponse) GetResult

func (x *GetAnimatorResponse) GetResult() int64

func (*GetAnimatorResponse) ProtoMessage

func (*GetAnimatorResponse) ProtoMessage()

func (*GetAnimatorResponse) ProtoReflect

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

func (*GetAnimatorResponse) Reset

func (x *GetAnimatorResponse) Reset()

func (*GetAnimatorResponse) String

func (x *GetAnimatorResponse) String() string

type GetBackdropColorRequest

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

func (*GetBackdropColorRequest) Descriptor deprecated

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

Deprecated: Use GetBackdropColorRequest.ProtoReflect.Descriptor instead.

func (*GetBackdropColorRequest) ProtoMessage

func (*GetBackdropColorRequest) ProtoMessage()

func (*GetBackdropColorRequest) ProtoReflect

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

func (*GetBackdropColorRequest) Reset

func (x *GetBackdropColorRequest) Reset()

func (*GetBackdropColorRequest) String

func (x *GetBackdropColorRequest) String() string

type GetBackdropColorResponse

type GetBackdropColorResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBackdropColorResponse) Descriptor deprecated

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

Deprecated: Use GetBackdropColorResponse.ProtoReflect.Descriptor instead.

func (*GetBackdropColorResponse) GetResult

func (x *GetBackdropColorResponse) GetResult() int32

func (*GetBackdropColorResponse) ProtoMessage

func (*GetBackdropColorResponse) ProtoMessage()

func (*GetBackdropColorResponse) ProtoReflect

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

func (*GetBackdropColorResponse) Reset

func (x *GetBackdropColorResponse) Reset()

func (*GetBackdropColorResponse) String

func (x *GetBackdropColorResponse) String() string

type GetBackgroundColorRequest

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

func (*GetBackgroundColorRequest) Descriptor deprecated

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

Deprecated: Use GetBackgroundColorRequest.ProtoReflect.Descriptor instead.

func (*GetBackgroundColorRequest) ProtoMessage

func (*GetBackgroundColorRequest) ProtoMessage()

func (*GetBackgroundColorRequest) ProtoReflect

func (*GetBackgroundColorRequest) Reset

func (x *GetBackgroundColorRequest) Reset()

func (*GetBackgroundColorRequest) String

func (x *GetBackgroundColorRequest) String() string

type GetBackgroundColorResponse

type GetBackgroundColorResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBackgroundColorResponse) Descriptor deprecated

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

Deprecated: Use GetBackgroundColorResponse.ProtoReflect.Descriptor instead.

func (*GetBackgroundColorResponse) GetResult

func (x *GetBackgroundColorResponse) GetResult() int32

func (*GetBackgroundColorResponse) ProtoMessage

func (*GetBackgroundColorResponse) ProtoMessage()

func (*GetBackgroundColorResponse) ProtoReflect

func (*GetBackgroundColorResponse) Reset

func (x *GetBackgroundColorResponse) Reset()

func (*GetBackgroundColorResponse) String

func (x *GetBackgroundColorResponse) String() string

type GetChildAnimationsRequest

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

func (*GetChildAnimationsRequest) Descriptor deprecated

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

Deprecated: Use GetChildAnimationsRequest.ProtoReflect.Descriptor instead.

func (*GetChildAnimationsRequest) GetHandle

func (x *GetChildAnimationsRequest) GetHandle() int64

func (*GetChildAnimationsRequest) ProtoMessage

func (*GetChildAnimationsRequest) ProtoMessage()

func (*GetChildAnimationsRequest) ProtoReflect

func (*GetChildAnimationsRequest) Reset

func (x *GetChildAnimationsRequest) Reset()

func (*GetChildAnimationsRequest) String

func (x *GetChildAnimationsRequest) String() string

type GetChildAnimationsResponse

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

func (*GetChildAnimationsResponse) Descriptor deprecated

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

Deprecated: Use GetChildAnimationsResponse.ProtoReflect.Descriptor instead.

func (*GetChildAnimationsResponse) GetResult

func (x *GetChildAnimationsResponse) GetResult() int64

func (*GetChildAnimationsResponse) ProtoMessage

func (*GetChildAnimationsResponse) ProtoMessage()

func (*GetChildAnimationsResponse) ProtoReflect

func (*GetChildAnimationsResponse) Reset

func (x *GetChildAnimationsResponse) Reset()

func (*GetChildAnimationsResponse) String

func (x *GetChildAnimationsResponse) String() string

type GetColumnDelayRequest

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

func (*GetColumnDelayRequest) Descriptor deprecated

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

Deprecated: Use GetColumnDelayRequest.ProtoReflect.Descriptor instead.

func (*GetColumnDelayRequest) GetHandle

func (x *GetColumnDelayRequest) GetHandle() int64

func (*GetColumnDelayRequest) ProtoMessage

func (*GetColumnDelayRequest) ProtoMessage()

func (*GetColumnDelayRequest) ProtoReflect

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

func (*GetColumnDelayRequest) Reset

func (x *GetColumnDelayRequest) Reset()

func (*GetColumnDelayRequest) String

func (x *GetColumnDelayRequest) String() string

type GetColumnDelayResponse

type GetColumnDelayResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnDelayResponse) Descriptor deprecated

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

Deprecated: Use GetColumnDelayResponse.ProtoReflect.Descriptor instead.

func (*GetColumnDelayResponse) GetResult

func (x *GetColumnDelayResponse) GetResult() float32

func (*GetColumnDelayResponse) ProtoMessage

func (*GetColumnDelayResponse) ProtoMessage()

func (*GetColumnDelayResponse) ProtoReflect

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

func (*GetColumnDelayResponse) Reset

func (x *GetColumnDelayResponse) Reset()

func (*GetColumnDelayResponse) String

func (x *GetColumnDelayResponse) String() string

type GetCurrentPlayTimeRequest

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

func (*GetCurrentPlayTimeRequest) Descriptor deprecated

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

Deprecated: Use GetCurrentPlayTimeRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentPlayTimeRequest) GetHandle

func (x *GetCurrentPlayTimeRequest) GetHandle() int64

func (*GetCurrentPlayTimeRequest) ProtoMessage

func (*GetCurrentPlayTimeRequest) ProtoMessage()

func (*GetCurrentPlayTimeRequest) ProtoReflect

func (*GetCurrentPlayTimeRequest) Reset

func (x *GetCurrentPlayTimeRequest) Reset()

func (*GetCurrentPlayTimeRequest) String

func (x *GetCurrentPlayTimeRequest) String() string

type GetCurrentPlayTimeResponse

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

func (*GetCurrentPlayTimeResponse) Descriptor deprecated

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

Deprecated: Use GetCurrentPlayTimeResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentPlayTimeResponse) GetResult

func (x *GetCurrentPlayTimeResponse) GetResult() int64

func (*GetCurrentPlayTimeResponse) ProtoMessage

func (*GetCurrentPlayTimeResponse) ProtoMessage()

func (*GetCurrentPlayTimeResponse) ProtoReflect

func (*GetCurrentPlayTimeResponse) Reset

func (x *GetCurrentPlayTimeResponse) Reset()

func (*GetCurrentPlayTimeResponse) String

func (x *GetCurrentPlayTimeResponse) String() string

type GetDelayRequest

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

func (*GetDelayRequest) Descriptor deprecated

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

Deprecated: Use GetDelayRequest.ProtoReflect.Descriptor instead.

func (*GetDelayRequest) GetHandle

func (x *GetDelayRequest) GetHandle() int64

func (*GetDelayRequest) ProtoMessage

func (*GetDelayRequest) ProtoMessage()

func (*GetDelayRequest) ProtoReflect

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

func (*GetDelayRequest) Reset

func (x *GetDelayRequest) Reset()

func (*GetDelayRequest) String

func (x *GetDelayRequest) String() string

type GetDelayResponse

type GetDelayResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDelayResponse) Descriptor deprecated

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

Deprecated: Use GetDelayResponse.ProtoReflect.Descriptor instead.

func (*GetDelayResponse) GetResult

func (x *GetDelayResponse) GetResult() float32

func (*GetDelayResponse) ProtoMessage

func (*GetDelayResponse) ProtoMessage()

func (*GetDelayResponse) ProtoReflect

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

func (*GetDelayResponse) Reset

func (x *GetDelayResponse) Reset()

func (*GetDelayResponse) String

func (x *GetDelayResponse) String() string

type GetDetachWallpaperRequest

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

func (*GetDetachWallpaperRequest) Descriptor deprecated

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

Deprecated: Use GetDetachWallpaperRequest.ProtoReflect.Descriptor instead.

func (*GetDetachWallpaperRequest) ProtoMessage

func (*GetDetachWallpaperRequest) ProtoMessage()

func (*GetDetachWallpaperRequest) ProtoReflect

func (*GetDetachWallpaperRequest) Reset

func (x *GetDetachWallpaperRequest) Reset()

func (*GetDetachWallpaperRequest) String

func (x *GetDetachWallpaperRequest) String() string

type GetDetachWallpaperResponse

type GetDetachWallpaperResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDetachWallpaperResponse) Descriptor deprecated

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

Deprecated: Use GetDetachWallpaperResponse.ProtoReflect.Descriptor instead.

func (*GetDetachWallpaperResponse) GetResult

func (x *GetDetachWallpaperResponse) GetResult() bool

func (*GetDetachWallpaperResponse) ProtoMessage

func (*GetDetachWallpaperResponse) ProtoMessage()

func (*GetDetachWallpaperResponse) ProtoReflect

func (*GetDetachWallpaperResponse) Reset

func (x *GetDetachWallpaperResponse) Reset()

func (*GetDetachWallpaperResponse) String

func (x *GetDetachWallpaperResponse) String() string

type GetDirectionPriorityRequest

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

func (*GetDirectionPriorityRequest) Descriptor deprecated

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

Deprecated: Use GetDirectionPriorityRequest.ProtoReflect.Descriptor instead.

func (*GetDirectionPriorityRequest) GetHandle

func (x *GetDirectionPriorityRequest) GetHandle() int64

func (*GetDirectionPriorityRequest) ProtoMessage

func (*GetDirectionPriorityRequest) ProtoMessage()

func (*GetDirectionPriorityRequest) ProtoReflect

func (*GetDirectionPriorityRequest) Reset

func (x *GetDirectionPriorityRequest) Reset()

func (*GetDirectionPriorityRequest) String

func (x *GetDirectionPriorityRequest) String() string

type GetDirectionPriorityResponse

type GetDirectionPriorityResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDirectionPriorityResponse) Descriptor deprecated

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

Deprecated: Use GetDirectionPriorityResponse.ProtoReflect.Descriptor instead.

func (*GetDirectionPriorityResponse) GetResult

func (x *GetDirectionPriorityResponse) GetResult() int32

func (*GetDirectionPriorityResponse) ProtoMessage

func (*GetDirectionPriorityResponse) ProtoMessage()

func (*GetDirectionPriorityResponse) ProtoReflect

func (*GetDirectionPriorityResponse) Reset

func (x *GetDirectionPriorityResponse) Reset()

func (*GetDirectionPriorityResponse) String

type GetDirectionRequest

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

func (*GetDirectionRequest) Descriptor deprecated

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

Deprecated: Use GetDirectionRequest.ProtoReflect.Descriptor instead.

func (*GetDirectionRequest) GetHandle

func (x *GetDirectionRequest) GetHandle() int64

func (*GetDirectionRequest) ProtoMessage

func (*GetDirectionRequest) ProtoMessage()

func (*GetDirectionRequest) ProtoReflect

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

func (*GetDirectionRequest) Reset

func (x *GetDirectionRequest) Reset()

func (*GetDirectionRequest) String

func (x *GetDirectionRequest) String() string

type GetDirectionResponse

type GetDirectionResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDirectionResponse) Descriptor deprecated

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

Deprecated: Use GetDirectionResponse.ProtoReflect.Descriptor instead.

func (*GetDirectionResponse) GetResult

func (x *GetDirectionResponse) GetResult() int32

func (*GetDirectionResponse) ProtoMessage

func (*GetDirectionResponse) ProtoMessage()

func (*GetDirectionResponse) ProtoReflect

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

func (*GetDirectionResponse) Reset

func (x *GetDirectionResponse) Reset()

func (*GetDirectionResponse) String

func (x *GetDirectionResponse) String() string

type GetDurationRequest

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

func (*GetDurationRequest) Descriptor deprecated

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

Deprecated: Use GetDurationRequest.ProtoReflect.Descriptor instead.

func (*GetDurationRequest) GetHandle

func (x *GetDurationRequest) GetHandle() int64

func (*GetDurationRequest) ProtoMessage

func (*GetDurationRequest) ProtoMessage()

func (*GetDurationRequest) ProtoReflect

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

func (*GetDurationRequest) Reset

func (x *GetDurationRequest) Reset()

func (*GetDurationRequest) String

func (x *GetDurationRequest) String() string

type GetDurationResponse

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

func (*GetDurationResponse) Descriptor deprecated

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

Deprecated: Use GetDurationResponse.ProtoReflect.Descriptor instead.

func (*GetDurationResponse) GetResult

func (x *GetDurationResponse) GetResult() int64

func (*GetDurationResponse) ProtoMessage

func (*GetDurationResponse) ProtoMessage()

func (*GetDurationResponse) ProtoReflect

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

func (*GetDurationResponse) Reset

func (x *GetDurationResponse) Reset()

func (*GetDurationResponse) String

func (x *GetDurationResponse) String() string

type GetDurationScaleRequest

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

func (*GetDurationScaleRequest) Descriptor deprecated

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

Deprecated: Use GetDurationScaleRequest.ProtoReflect.Descriptor instead.

func (*GetDurationScaleRequest) GetHandle

func (x *GetDurationScaleRequest) GetHandle() int64

func (*GetDurationScaleRequest) ProtoMessage

func (*GetDurationScaleRequest) ProtoMessage()

func (*GetDurationScaleRequest) ProtoReflect

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

func (*GetDurationScaleRequest) Reset

func (x *GetDurationScaleRequest) Reset()

func (*GetDurationScaleRequest) String

func (x *GetDurationScaleRequest) String() string

type GetDurationScaleResponse

type GetDurationScaleResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDurationScaleResponse) Descriptor deprecated

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

Deprecated: Use GetDurationScaleResponse.ProtoReflect.Descriptor instead.

func (*GetDurationScaleResponse) GetResult

func (x *GetDurationScaleResponse) GetResult() float32

func (*GetDurationScaleResponse) ProtoMessage

func (*GetDurationScaleResponse) ProtoMessage()

func (*GetDurationScaleResponse) ProtoReflect

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

func (*GetDurationScaleResponse) Reset

func (x *GetDurationScaleResponse) Reset()

func (*GetDurationScaleResponse) String

func (x *GetDurationScaleResponse) String() string

type GetFillAfterRequest

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

func (*GetFillAfterRequest) Descriptor deprecated

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

Deprecated: Use GetFillAfterRequest.ProtoReflect.Descriptor instead.

func (*GetFillAfterRequest) ProtoMessage

func (*GetFillAfterRequest) ProtoMessage()

func (*GetFillAfterRequest) ProtoReflect

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

func (*GetFillAfterRequest) Reset

func (x *GetFillAfterRequest) Reset()

func (*GetFillAfterRequest) String

func (x *GetFillAfterRequest) String() string

type GetFillAfterResponse

type GetFillAfterResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFillAfterResponse) Descriptor deprecated

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

Deprecated: Use GetFillAfterResponse.ProtoReflect.Descriptor instead.

func (*GetFillAfterResponse) GetResult

func (x *GetFillAfterResponse) GetResult() bool

func (*GetFillAfterResponse) ProtoMessage

func (*GetFillAfterResponse) ProtoMessage()

func (*GetFillAfterResponse) ProtoReflect

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

func (*GetFillAfterResponse) Reset

func (x *GetFillAfterResponse) Reset()

func (*GetFillAfterResponse) String

func (x *GetFillAfterResponse) String() string

type GetFillBeforeRequest

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

func (*GetFillBeforeRequest) Descriptor deprecated

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

Deprecated: Use GetFillBeforeRequest.ProtoReflect.Descriptor instead.

func (*GetFillBeforeRequest) ProtoMessage

func (*GetFillBeforeRequest) ProtoMessage()

func (*GetFillBeforeRequest) ProtoReflect

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

func (*GetFillBeforeRequest) Reset

func (x *GetFillBeforeRequest) Reset()

func (*GetFillBeforeRequest) String

func (x *GetFillBeforeRequest) String() string

type GetFillBeforeResponse

type GetFillBeforeResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFillBeforeResponse) Descriptor deprecated

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

Deprecated: Use GetFillBeforeResponse.ProtoReflect.Descriptor instead.

func (*GetFillBeforeResponse) GetResult

func (x *GetFillBeforeResponse) GetResult() bool

func (*GetFillBeforeResponse) ProtoMessage

func (*GetFillBeforeResponse) ProtoMessage()

func (*GetFillBeforeResponse) ProtoReflect

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

func (*GetFillBeforeResponse) Reset

func (x *GetFillBeforeResponse) Reset()

func (*GetFillBeforeResponse) String

func (x *GetFillBeforeResponse) String() string

type GetFractionRequest

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

func (*GetFractionRequest) Descriptor deprecated

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

Deprecated: Use GetFractionRequest.ProtoReflect.Descriptor instead.

func (*GetFractionRequest) ProtoMessage

func (*GetFractionRequest) ProtoMessage()

func (*GetFractionRequest) ProtoReflect

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

func (*GetFractionRequest) Reset

func (x *GetFractionRequest) Reset()

func (*GetFractionRequest) String

func (x *GetFractionRequest) String() string

type GetFractionResponse

type GetFractionResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFractionResponse) Descriptor deprecated

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

Deprecated: Use GetFractionResponse.ProtoReflect.Descriptor instead.

func (*GetFractionResponse) GetResult

func (x *GetFractionResponse) GetResult() float32

func (*GetFractionResponse) ProtoMessage

func (*GetFractionResponse) ProtoMessage()

func (*GetFractionResponse) ProtoReflect

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

func (*GetFractionResponse) Reset

func (x *GetFractionResponse) Reset()

func (*GetFractionResponse) String

func (x *GetFractionResponse) String() string

type GetFrameDelayRequest

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

func (*GetFrameDelayRequest) Descriptor deprecated

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

Deprecated: Use GetFrameDelayRequest.ProtoReflect.Descriptor instead.

func (*GetFrameDelayRequest) GetHandle

func (x *GetFrameDelayRequest) GetHandle() int64

func (*GetFrameDelayRequest) ProtoMessage

func (*GetFrameDelayRequest) ProtoMessage()

func (*GetFrameDelayRequest) ProtoReflect

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

func (*GetFrameDelayRequest) Reset

func (x *GetFrameDelayRequest) Reset()

func (*GetFrameDelayRequest) String

func (x *GetFrameDelayRequest) String() string

type GetFrameDelayResponse

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

func (*GetFrameDelayResponse) Descriptor deprecated

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

Deprecated: Use GetFrameDelayResponse.ProtoReflect.Descriptor instead.

func (*GetFrameDelayResponse) GetResult

func (x *GetFrameDelayResponse) GetResult() int64

func (*GetFrameDelayResponse) ProtoMessage

func (*GetFrameDelayResponse) ProtoMessage()

func (*GetFrameDelayResponse) ProtoReflect

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

func (*GetFrameDelayResponse) Reset

func (x *GetFrameDelayResponse) Reset()

func (*GetFrameDelayResponse) String

func (x *GetFrameDelayResponse) String() string

type GetInterpolationRequest

type GetInterpolationRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInterpolationRequest) Descriptor deprecated

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

Deprecated: Use GetInterpolationRequest.ProtoReflect.Descriptor instead.

func (*GetInterpolationRequest) GetArg0

func (x *GetInterpolationRequest) GetArg0() float32

func (*GetInterpolationRequest) ProtoMessage

func (*GetInterpolationRequest) ProtoMessage()

func (*GetInterpolationRequest) ProtoReflect

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

func (*GetInterpolationRequest) Reset

func (x *GetInterpolationRequest) Reset()

func (*GetInterpolationRequest) String

func (x *GetInterpolationRequest) String() string

type GetInterpolationResponse

type GetInterpolationResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInterpolationResponse) Descriptor deprecated

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

Deprecated: Use GetInterpolationResponse.ProtoReflect.Descriptor instead.

func (*GetInterpolationResponse) GetResult

func (x *GetInterpolationResponse) GetResult() float32

func (*GetInterpolationResponse) ProtoMessage

func (*GetInterpolationResponse) ProtoMessage()

func (*GetInterpolationResponse) ProtoReflect

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

func (*GetInterpolationResponse) Reset

func (x *GetInterpolationResponse) Reset()

func (*GetInterpolationResponse) String

func (x *GetInterpolationResponse) String() string

type GetInterpolatorRequest

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

func (*GetInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use GetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*GetInterpolatorRequest) GetHandle

func (x *GetInterpolatorRequest) GetHandle() int64

func (*GetInterpolatorRequest) ProtoMessage

func (*GetInterpolatorRequest) ProtoMessage()

func (*GetInterpolatorRequest) ProtoReflect

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

func (*GetInterpolatorRequest) Reset

func (x *GetInterpolatorRequest) Reset()

func (*GetInterpolatorRequest) String

func (x *GetInterpolatorRequest) String() string

type GetInterpolatorResponse

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

func (*GetInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use GetInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*GetInterpolatorResponse) GetResult

func (x *GetInterpolatorResponse) GetResult() int64

func (*GetInterpolatorResponse) ProtoMessage

func (*GetInterpolatorResponse) ProtoMessage()

func (*GetInterpolatorResponse) ProtoReflect

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

func (*GetInterpolatorResponse) Reset

func (x *GetInterpolatorResponse) Reset()

func (*GetInterpolatorResponse) String

func (x *GetInterpolatorResponse) String() string

type GetListenersRequest

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

func (*GetListenersRequest) Descriptor deprecated

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

Deprecated: Use GetListenersRequest.ProtoReflect.Descriptor instead.

func (*GetListenersRequest) ProtoMessage

func (*GetListenersRequest) ProtoMessage()

func (*GetListenersRequest) ProtoReflect

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

func (*GetListenersRequest) Reset

func (x *GetListenersRequest) Reset()

func (*GetListenersRequest) String

func (x *GetListenersRequest) String() string

type GetListenersResponse

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

func (*GetListenersResponse) Descriptor deprecated

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

Deprecated: Use GetListenersResponse.ProtoReflect.Descriptor instead.

func (*GetListenersResponse) GetResult

func (x *GetListenersResponse) GetResult() int64

func (*GetListenersResponse) ProtoMessage

func (*GetListenersResponse) ProtoMessage()

func (*GetListenersResponse) ProtoReflect

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

func (*GetListenersResponse) Reset

func (x *GetListenersResponse) Reset()

func (*GetListenersResponse) String

func (x *GetListenersResponse) String() string

type GetMatrixRequest

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

func (*GetMatrixRequest) Descriptor deprecated

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

Deprecated: Use GetMatrixRequest.ProtoReflect.Descriptor instead.

func (*GetMatrixRequest) GetHandle

func (x *GetMatrixRequest) GetHandle() int64

func (*GetMatrixRequest) ProtoMessage

func (*GetMatrixRequest) ProtoMessage()

func (*GetMatrixRequest) ProtoReflect

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

func (*GetMatrixRequest) Reset

func (x *GetMatrixRequest) Reset()

func (*GetMatrixRequest) String

func (x *GetMatrixRequest) String() string

type GetMatrixResponse

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

func (*GetMatrixResponse) Descriptor deprecated

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

Deprecated: Use GetMatrixResponse.ProtoReflect.Descriptor instead.

func (*GetMatrixResponse) GetResult

func (x *GetMatrixResponse) GetResult() int64

func (*GetMatrixResponse) ProtoMessage

func (*GetMatrixResponse) ProtoMessage()

func (*GetMatrixResponse) ProtoReflect

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

func (*GetMatrixResponse) Reset

func (x *GetMatrixResponse) Reset()

func (*GetMatrixResponse) String

func (x *GetMatrixResponse) String() string

type GetOrderRequest

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

func (*GetOrderRequest) Descriptor deprecated

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

Deprecated: Use GetOrderRequest.ProtoReflect.Descriptor instead.

func (*GetOrderRequest) GetHandle

func (x *GetOrderRequest) GetHandle() int64

func (*GetOrderRequest) ProtoMessage

func (*GetOrderRequest) ProtoMessage()

func (*GetOrderRequest) ProtoReflect

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

func (*GetOrderRequest) Reset

func (x *GetOrderRequest) Reset()

func (*GetOrderRequest) String

func (x *GetOrderRequest) String() string

type GetOrderResponse

type GetOrderResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrderResponse) Descriptor deprecated

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

Deprecated: Use GetOrderResponse.ProtoReflect.Descriptor instead.

func (*GetOrderResponse) GetResult

func (x *GetOrderResponse) GetResult() int32

func (*GetOrderResponse) ProtoMessage

func (*GetOrderResponse) ProtoMessage()

func (*GetOrderResponse) ProtoReflect

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

func (*GetOrderResponse) Reset

func (x *GetOrderResponse) Reset()

func (*GetOrderResponse) String

func (x *GetOrderResponse) String() string

type GetPropertyNameRequest

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

func (*GetPropertyNameRequest) Descriptor deprecated

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

Deprecated: Use GetPropertyNameRequest.ProtoReflect.Descriptor instead.

func (*GetPropertyNameRequest) GetHandle

func (x *GetPropertyNameRequest) GetHandle() int64

func (*GetPropertyNameRequest) ProtoMessage

func (*GetPropertyNameRequest) ProtoMessage()

func (*GetPropertyNameRequest) ProtoReflect

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

func (*GetPropertyNameRequest) Reset

func (x *GetPropertyNameRequest) Reset()

func (*GetPropertyNameRequest) String

func (x *GetPropertyNameRequest) String() string

type GetPropertyNameResponse

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

func (*GetPropertyNameResponse) Descriptor deprecated

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

Deprecated: Use GetPropertyNameResponse.ProtoReflect.Descriptor instead.

func (*GetPropertyNameResponse) GetResult

func (x *GetPropertyNameResponse) GetResult() string

func (*GetPropertyNameResponse) ProtoMessage

func (*GetPropertyNameResponse) ProtoMessage()

func (*GetPropertyNameResponse) ProtoReflect

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

func (*GetPropertyNameResponse) Reset

func (x *GetPropertyNameResponse) Reset()

func (*GetPropertyNameResponse) String

func (x *GetPropertyNameResponse) String() string

type GetRepeatCountRequest

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

func (*GetRepeatCountRequest) Descriptor deprecated

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

Deprecated: Use GetRepeatCountRequest.ProtoReflect.Descriptor instead.

func (*GetRepeatCountRequest) GetHandle

func (x *GetRepeatCountRequest) GetHandle() int64

func (*GetRepeatCountRequest) ProtoMessage

func (*GetRepeatCountRequest) ProtoMessage()

func (*GetRepeatCountRequest) ProtoReflect

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

func (*GetRepeatCountRequest) Reset

func (x *GetRepeatCountRequest) Reset()

func (*GetRepeatCountRequest) String

func (x *GetRepeatCountRequest) String() string

type GetRepeatCountResponse

type GetRepeatCountResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepeatCountResponse) Descriptor deprecated

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

Deprecated: Use GetRepeatCountResponse.ProtoReflect.Descriptor instead.

func (*GetRepeatCountResponse) GetResult

func (x *GetRepeatCountResponse) GetResult() int32

func (*GetRepeatCountResponse) ProtoMessage

func (*GetRepeatCountResponse) ProtoMessage()

func (*GetRepeatCountResponse) ProtoReflect

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

func (*GetRepeatCountResponse) Reset

func (x *GetRepeatCountResponse) Reset()

func (*GetRepeatCountResponse) String

func (x *GetRepeatCountResponse) String() string

type GetRepeatModeRequest

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

func (*GetRepeatModeRequest) Descriptor deprecated

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

Deprecated: Use GetRepeatModeRequest.ProtoReflect.Descriptor instead.

func (*GetRepeatModeRequest) GetHandle

func (x *GetRepeatModeRequest) GetHandle() int64

func (*GetRepeatModeRequest) ProtoMessage

func (*GetRepeatModeRequest) ProtoMessage()

func (*GetRepeatModeRequest) ProtoReflect

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

func (*GetRepeatModeRequest) Reset

func (x *GetRepeatModeRequest) Reset()

func (*GetRepeatModeRequest) String

func (x *GetRepeatModeRequest) String() string

type GetRepeatModeResponse

type GetRepeatModeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepeatModeResponse) Descriptor deprecated

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

Deprecated: Use GetRepeatModeResponse.ProtoReflect.Descriptor instead.

func (*GetRepeatModeResponse) GetResult

func (x *GetRepeatModeResponse) GetResult() int32

func (*GetRepeatModeResponse) ProtoMessage

func (*GetRepeatModeResponse) ProtoMessage()

func (*GetRepeatModeResponse) ProtoReflect

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

func (*GetRepeatModeResponse) Reset

func (x *GetRepeatModeResponse) Reset()

func (*GetRepeatModeResponse) String

func (x *GetRepeatModeResponse) String() string

type GetRowDelayRequest

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

func (*GetRowDelayRequest) Descriptor deprecated

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

Deprecated: Use GetRowDelayRequest.ProtoReflect.Descriptor instead.

func (*GetRowDelayRequest) GetHandle

func (x *GetRowDelayRequest) GetHandle() int64

func (*GetRowDelayRequest) ProtoMessage

func (*GetRowDelayRequest) ProtoMessage()

func (*GetRowDelayRequest) ProtoReflect

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

func (*GetRowDelayRequest) Reset

func (x *GetRowDelayRequest) Reset()

func (*GetRowDelayRequest) String

func (x *GetRowDelayRequest) String() string

type GetRowDelayResponse

type GetRowDelayResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRowDelayResponse) Descriptor deprecated

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

Deprecated: Use GetRowDelayResponse.ProtoReflect.Descriptor instead.

func (*GetRowDelayResponse) GetResult

func (x *GetRowDelayResponse) GetResult() float32

func (*GetRowDelayResponse) ProtoMessage

func (*GetRowDelayResponse) ProtoMessage()

func (*GetRowDelayResponse) ProtoReflect

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

func (*GetRowDelayResponse) Reset

func (x *GetRowDelayResponse) Reset()

func (*GetRowDelayResponse) String

func (x *GetRowDelayResponse) String() string

type GetShowBackdropRequest

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

func (*GetShowBackdropRequest) Descriptor deprecated

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

Deprecated: Use GetShowBackdropRequest.ProtoReflect.Descriptor instead.

func (*GetShowBackdropRequest) ProtoMessage

func (*GetShowBackdropRequest) ProtoMessage()

func (*GetShowBackdropRequest) ProtoReflect

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

func (*GetShowBackdropRequest) Reset

func (x *GetShowBackdropRequest) Reset()

func (*GetShowBackdropRequest) String

func (x *GetShowBackdropRequest) String() string

type GetShowBackdropResponse

type GetShowBackdropResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShowBackdropResponse) Descriptor deprecated

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

Deprecated: Use GetShowBackdropResponse.ProtoReflect.Descriptor instead.

func (*GetShowBackdropResponse) GetResult

func (x *GetShowBackdropResponse) GetResult() bool

func (*GetShowBackdropResponse) ProtoMessage

func (*GetShowBackdropResponse) ProtoMessage()

func (*GetShowBackdropResponse) ProtoReflect

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

func (*GetShowBackdropResponse) Reset

func (x *GetShowBackdropResponse) Reset()

func (*GetShowBackdropResponse) String

func (x *GetShowBackdropResponse) String() string

type GetStaggerRequest

type GetStaggerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStaggerRequest) Descriptor deprecated

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

Deprecated: Use GetStaggerRequest.ProtoReflect.Descriptor instead.

func (*GetStaggerRequest) GetArg0

func (x *GetStaggerRequest) GetArg0() int32

func (*GetStaggerRequest) GetHandle

func (x *GetStaggerRequest) GetHandle() int64

func (*GetStaggerRequest) ProtoMessage

func (*GetStaggerRequest) ProtoMessage()

func (*GetStaggerRequest) ProtoReflect

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

func (*GetStaggerRequest) Reset

func (x *GetStaggerRequest) Reset()

func (*GetStaggerRequest) String

func (x *GetStaggerRequest) String() string

type GetStaggerResponse

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

func (*GetStaggerResponse) Descriptor deprecated

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

Deprecated: Use GetStaggerResponse.ProtoReflect.Descriptor instead.

func (*GetStaggerResponse) GetResult

func (x *GetStaggerResponse) GetResult() int64

func (*GetStaggerResponse) ProtoMessage

func (*GetStaggerResponse) ProtoMessage()

func (*GetStaggerResponse) ProtoReflect

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

func (*GetStaggerResponse) Reset

func (x *GetStaggerResponse) Reset()

func (*GetStaggerResponse) String

func (x *GetStaggerResponse) String() string

type GetStartDelayRequest

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

func (*GetStartDelayRequest) Descriptor deprecated

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

Deprecated: Use GetStartDelayRequest.ProtoReflect.Descriptor instead.

func (*GetStartDelayRequest) GetHandle

func (x *GetStartDelayRequest) GetHandle() int64

func (*GetStartDelayRequest) ProtoMessage

func (*GetStartDelayRequest) ProtoMessage()

func (*GetStartDelayRequest) ProtoReflect

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

func (*GetStartDelayRequest) Reset

func (x *GetStartDelayRequest) Reset()

func (*GetStartDelayRequest) String

func (x *GetStartDelayRequest) String() string

type GetStartDelayResponse

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

func (*GetStartDelayResponse) Descriptor deprecated

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

Deprecated: Use GetStartDelayResponse.ProtoReflect.Descriptor instead.

func (*GetStartDelayResponse) GetResult

func (x *GetStartDelayResponse) GetResult() int64

func (*GetStartDelayResponse) ProtoMessage

func (*GetStartDelayResponse) ProtoMessage()

func (*GetStartDelayResponse) ProtoReflect

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

func (*GetStartDelayResponse) Reset

func (x *GetStartDelayResponse) Reset()

func (*GetStartDelayResponse) String

func (x *GetStartDelayResponse) String() string

type GetStartOffsetRequest

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

func (*GetStartOffsetRequest) Descriptor deprecated

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

Deprecated: Use GetStartOffsetRequest.ProtoReflect.Descriptor instead.

func (*GetStartOffsetRequest) ProtoMessage

func (*GetStartOffsetRequest) ProtoMessage()

func (*GetStartOffsetRequest) ProtoReflect

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

func (*GetStartOffsetRequest) Reset

func (x *GetStartOffsetRequest) Reset()

func (*GetStartOffsetRequest) String

func (x *GetStartOffsetRequest) String() string

type GetStartOffsetResponse

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

func (*GetStartOffsetResponse) Descriptor deprecated

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

Deprecated: Use GetStartOffsetResponse.ProtoReflect.Descriptor instead.

func (*GetStartOffsetResponse) GetResult

func (x *GetStartOffsetResponse) GetResult() int64

func (*GetStartOffsetResponse) ProtoMessage

func (*GetStartOffsetResponse) ProtoMessage()

func (*GetStartOffsetResponse) ProtoReflect

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

func (*GetStartOffsetResponse) Reset

func (x *GetStartOffsetResponse) Reset()

func (*GetStartOffsetResponse) String

func (x *GetStartOffsetResponse) String() string

type GetStartTimeRequest

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

func (*GetStartTimeRequest) Descriptor deprecated

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

Deprecated: Use GetStartTimeRequest.ProtoReflect.Descriptor instead.

func (*GetStartTimeRequest) GetHandle

func (x *GetStartTimeRequest) GetHandle() int64

func (*GetStartTimeRequest) ProtoMessage

func (*GetStartTimeRequest) ProtoMessage()

func (*GetStartTimeRequest) ProtoReflect

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

func (*GetStartTimeRequest) Reset

func (x *GetStartTimeRequest) Reset()

func (*GetStartTimeRequest) String

func (x *GetStartTimeRequest) String() string

type GetStartTimeResponse

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

func (*GetStartTimeResponse) Descriptor deprecated

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

Deprecated: Use GetStartTimeResponse.ProtoReflect.Descriptor instead.

func (*GetStartTimeResponse) GetResult

func (x *GetStartTimeResponse) GetResult() int64

func (*GetStartTimeResponse) ProtoMessage

func (*GetStartTimeResponse) ProtoMessage()

func (*GetStartTimeResponse) ProtoReflect

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

func (*GetStartTimeResponse) Reset

func (x *GetStartTimeResponse) Reset()

func (*GetStartTimeResponse) String

func (x *GetStartTimeResponse) String() string

type GetTargetRequest

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

func (*GetTargetRequest) Descriptor deprecated

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

Deprecated: Use GetTargetRequest.ProtoReflect.Descriptor instead.

func (*GetTargetRequest) GetHandle

func (x *GetTargetRequest) GetHandle() int64

func (*GetTargetRequest) ProtoMessage

func (*GetTargetRequest) ProtoMessage()

func (*GetTargetRequest) ProtoReflect

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

func (*GetTargetRequest) Reset

func (x *GetTargetRequest) Reset()

func (*GetTargetRequest) String

func (x *GetTargetRequest) String() string

type GetTargetResponse

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

func (*GetTargetResponse) Descriptor deprecated

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

Deprecated: Use GetTargetResponse.ProtoReflect.Descriptor instead.

func (*GetTargetResponse) GetResult

func (x *GetTargetResponse) GetResult() int64

func (*GetTargetResponse) ProtoMessage

func (*GetTargetResponse) ProtoMessage()

func (*GetTargetResponse) ProtoReflect

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

func (*GetTargetResponse) Reset

func (x *GetTargetResponse) Reset()

func (*GetTargetResponse) String

func (x *GetTargetResponse) String() string

type GetTotalDurationRequest

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

func (*GetTotalDurationRequest) Descriptor deprecated

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

Deprecated: Use GetTotalDurationRequest.ProtoReflect.Descriptor instead.

func (*GetTotalDurationRequest) GetHandle

func (x *GetTotalDurationRequest) GetHandle() int64

func (*GetTotalDurationRequest) ProtoMessage

func (*GetTotalDurationRequest) ProtoMessage()

func (*GetTotalDurationRequest) ProtoReflect

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

func (*GetTotalDurationRequest) Reset

func (x *GetTotalDurationRequest) Reset()

func (*GetTotalDurationRequest) String

func (x *GetTotalDurationRequest) String() string

type GetTotalDurationResponse

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

func (*GetTotalDurationResponse) Descriptor deprecated

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

Deprecated: Use GetTotalDurationResponse.ProtoReflect.Descriptor instead.

func (*GetTotalDurationResponse) GetResult

func (x *GetTotalDurationResponse) GetResult() int64

func (*GetTotalDurationResponse) ProtoMessage

func (*GetTotalDurationResponse) ProtoMessage()

func (*GetTotalDurationResponse) ProtoReflect

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

func (*GetTotalDurationResponse) Reset

func (x *GetTotalDurationResponse) Reset()

func (*GetTotalDurationResponse) String

func (x *GetTotalDurationResponse) String() string

type GetTransformation2Request

type GetTransformation2Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransformation2Request) Descriptor deprecated

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

Deprecated: Use GetTransformation2Request.ProtoReflect.Descriptor instead.

func (*GetTransformation2Request) GetArg0

func (x *GetTransformation2Request) GetArg0() int64

func (*GetTransformation2Request) GetArg1

func (x *GetTransformation2Request) GetArg1() int64

func (*GetTransformation2Request) ProtoMessage

func (*GetTransformation2Request) ProtoMessage()

func (*GetTransformation2Request) ProtoReflect

func (*GetTransformation2Request) Reset

func (x *GetTransformation2Request) Reset()

func (*GetTransformation2Request) String

func (x *GetTransformation2Request) String() string

type GetTransformation2Response

type GetTransformation2Response struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransformation2Response) Descriptor deprecated

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

Deprecated: Use GetTransformation2Response.ProtoReflect.Descriptor instead.

func (*GetTransformation2Response) GetResult

func (x *GetTransformation2Response) GetResult() bool

func (*GetTransformation2Response) ProtoMessage

func (*GetTransformation2Response) ProtoMessage()

func (*GetTransformation2Response) ProtoReflect

func (*GetTransformation2Response) Reset

func (x *GetTransformation2Response) Reset()

func (*GetTransformation2Response) String

func (x *GetTransformation2Response) String() string

type GetTransformation3_1Request

type GetTransformation3_1Request struct {
	Arg0 int64   `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64   `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 float32 `protobuf:"fixed32,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransformation3_1Request) Descriptor deprecated

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

Deprecated: Use GetTransformation3_1Request.ProtoReflect.Descriptor instead.

func (*GetTransformation3_1Request) GetArg0

func (x *GetTransformation3_1Request) GetArg0() int64

func (*GetTransformation3_1Request) GetArg1

func (x *GetTransformation3_1Request) GetArg1() int64

func (*GetTransformation3_1Request) GetArg2

func (x *GetTransformation3_1Request) GetArg2() float32

func (*GetTransformation3_1Request) ProtoMessage

func (*GetTransformation3_1Request) ProtoMessage()

func (*GetTransformation3_1Request) ProtoReflect

func (*GetTransformation3_1Request) Reset

func (x *GetTransformation3_1Request) Reset()

func (*GetTransformation3_1Request) String

func (x *GetTransformation3_1Request) String() string

type GetTransformation3_1Response

type GetTransformation3_1Response struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransformation3_1Response) Descriptor deprecated

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

Deprecated: Use GetTransformation3_1Response.ProtoReflect.Descriptor instead.

func (*GetTransformation3_1Response) GetResult

func (x *GetTransformation3_1Response) GetResult() bool

func (*GetTransformation3_1Response) ProtoMessage

func (*GetTransformation3_1Response) ProtoMessage()

func (*GetTransformation3_1Response) ProtoReflect

func (*GetTransformation3_1Response) Reset

func (x *GetTransformation3_1Response) Reset()

func (*GetTransformation3_1Response) String

type GetTransformationRequest

type GetTransformationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransformationRequest) Descriptor deprecated

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

Deprecated: Use GetTransformationRequest.ProtoReflect.Descriptor instead.

func (*GetTransformationRequest) GetArg0

func (x *GetTransformationRequest) GetArg0() int64

func (*GetTransformationRequest) GetArg1

func (x *GetTransformationRequest) GetArg1() int64

func (*GetTransformationRequest) GetHandle

func (x *GetTransformationRequest) GetHandle() int64

func (*GetTransformationRequest) ProtoMessage

func (*GetTransformationRequest) ProtoMessage()

func (*GetTransformationRequest) ProtoReflect

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

func (*GetTransformationRequest) Reset

func (x *GetTransformationRequest) Reset()

func (*GetTransformationRequest) String

func (x *GetTransformationRequest) String() string

type GetTransformationResponse

type GetTransformationResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransformationResponse) Descriptor deprecated

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

Deprecated: Use GetTransformationResponse.ProtoReflect.Descriptor instead.

func (*GetTransformationResponse) GetResult

func (x *GetTransformationResponse) GetResult() bool

func (*GetTransformationResponse) ProtoMessage

func (*GetTransformationResponse) ProtoMessage()

func (*GetTransformationResponse) ProtoReflect

func (*GetTransformationResponse) Reset

func (x *GetTransformationResponse) Reset()

func (*GetTransformationResponse) String

func (x *GetTransformationResponse) String() string

type GetTransformationTypeRequest

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

func (*GetTransformationTypeRequest) Descriptor deprecated

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

Deprecated: Use GetTransformationTypeRequest.ProtoReflect.Descriptor instead.

func (*GetTransformationTypeRequest) GetHandle

func (x *GetTransformationTypeRequest) GetHandle() int64

func (*GetTransformationTypeRequest) ProtoMessage

func (*GetTransformationTypeRequest) ProtoMessage()

func (*GetTransformationTypeRequest) ProtoReflect

func (*GetTransformationTypeRequest) Reset

func (x *GetTransformationTypeRequest) Reset()

func (*GetTransformationTypeRequest) String

type GetTransformationTypeResponse

type GetTransformationTypeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransformationTypeResponse) Descriptor deprecated

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

Deprecated: Use GetTransformationTypeResponse.ProtoReflect.Descriptor instead.

func (*GetTransformationTypeResponse) GetResult

func (x *GetTransformationTypeResponse) GetResult() int32

func (*GetTransformationTypeResponse) ProtoMessage

func (*GetTransformationTypeResponse) ProtoMessage()

func (*GetTransformationTypeResponse) ProtoReflect

func (*GetTransformationTypeResponse) Reset

func (x *GetTransformationTypeResponse) Reset()

func (*GetTransformationTypeResponse) String

type GetTransitionListenersRequest

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

func (*GetTransitionListenersRequest) Descriptor deprecated

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

Deprecated: Use GetTransitionListenersRequest.ProtoReflect.Descriptor instead.

func (*GetTransitionListenersRequest) GetHandle

func (x *GetTransitionListenersRequest) GetHandle() int64

func (*GetTransitionListenersRequest) ProtoMessage

func (*GetTransitionListenersRequest) ProtoMessage()

func (*GetTransitionListenersRequest) ProtoReflect

func (*GetTransitionListenersRequest) Reset

func (x *GetTransitionListenersRequest) Reset()

func (*GetTransitionListenersRequest) String

type GetTransitionListenersResponse

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

func (*GetTransitionListenersResponse) Descriptor deprecated

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

Deprecated: Use GetTransitionListenersResponse.ProtoReflect.Descriptor instead.

func (*GetTransitionListenersResponse) GetResult

func (x *GetTransitionListenersResponse) GetResult() int64

func (*GetTransitionListenersResponse) ProtoMessage

func (*GetTransitionListenersResponse) ProtoMessage()

func (*GetTransitionListenersResponse) ProtoReflect

func (*GetTransitionListenersResponse) Reset

func (x *GetTransitionListenersResponse) Reset()

func (*GetTransitionListenersResponse) String

type GetTypeRequest

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

func (*GetTypeRequest) Descriptor deprecated

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

Deprecated: Use GetTypeRequest.ProtoReflect.Descriptor instead.

func (*GetTypeRequest) ProtoMessage

func (*GetTypeRequest) ProtoMessage()

func (*GetTypeRequest) ProtoReflect

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

func (*GetTypeRequest) Reset

func (x *GetTypeRequest) Reset()

func (*GetTypeRequest) String

func (x *GetTypeRequest) String() string

type GetTypeResponse

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

func (*GetTypeResponse) Descriptor deprecated

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

Deprecated: Use GetTypeResponse.ProtoReflect.Descriptor instead.

func (*GetTypeResponse) GetResult

func (x *GetTypeResponse) GetResult() int64

func (*GetTypeResponse) ProtoMessage

func (*GetTypeResponse) ProtoMessage()

func (*GetTypeResponse) ProtoReflect

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

func (*GetTypeResponse) Reset

func (x *GetTypeResponse) Reset()

func (*GetTypeResponse) String

func (x *GetTypeResponse) String() string

type GetValueRequest

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

func (*GetValueRequest) Descriptor deprecated

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

Deprecated: Use GetValueRequest.ProtoReflect.Descriptor instead.

func (*GetValueRequest) ProtoMessage

func (*GetValueRequest) ProtoMessage()

func (*GetValueRequest) ProtoReflect

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

func (*GetValueRequest) Reset

func (x *GetValueRequest) Reset()

func (*GetValueRequest) String

func (x *GetValueRequest) String() string

type GetValueResponse

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

func (*GetValueResponse) Descriptor deprecated

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

Deprecated: Use GetValueResponse.ProtoReflect.Descriptor instead.

func (*GetValueResponse) GetResult

func (x *GetValueResponse) GetResult() int64

func (*GetValueResponse) ProtoMessage

func (*GetValueResponse) ProtoMessage()

func (*GetValueResponse) ProtoReflect

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

func (*GetValueResponse) Reset

func (x *GetValueResponse) Reset()

func (*GetValueResponse) String

func (x *GetValueResponse) String() string

type GetValuesRequest

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

func (*GetValuesRequest) Descriptor deprecated

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

Deprecated: Use GetValuesRequest.ProtoReflect.Descriptor instead.

func (*GetValuesRequest) GetHandle

func (x *GetValuesRequest) GetHandle() int64

func (*GetValuesRequest) ProtoMessage

func (*GetValuesRequest) ProtoMessage()

func (*GetValuesRequest) ProtoReflect

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

func (*GetValuesRequest) Reset

func (x *GetValuesRequest) Reset()

func (*GetValuesRequest) String

func (x *GetValuesRequest) String() string

type GetValuesResponse

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

func (*GetValuesResponse) Descriptor deprecated

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

Deprecated: Use GetValuesResponse.ProtoReflect.Descriptor instead.

func (*GetValuesResponse) GetResult

func (x *GetValuesResponse) GetResult() int64

func (*GetValuesResponse) ProtoMessage

func (*GetValuesResponse) ProtoMessage()

func (*GetValuesResponse) ProtoReflect

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

func (*GetValuesResponse) Reset

func (x *GetValuesResponse) Reset()

func (*GetValuesResponse) String

func (x *GetValuesResponse) String() string

type GetZAdjustmentRequest

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

func (*GetZAdjustmentRequest) Descriptor deprecated

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

Deprecated: Use GetZAdjustmentRequest.ProtoReflect.Descriptor instead.

func (*GetZAdjustmentRequest) ProtoMessage

func (*GetZAdjustmentRequest) ProtoMessage()

func (*GetZAdjustmentRequest) ProtoReflect

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

func (*GetZAdjustmentRequest) Reset

func (x *GetZAdjustmentRequest) Reset()

func (*GetZAdjustmentRequest) String

func (x *GetZAdjustmentRequest) String() string

type GetZAdjustmentResponse

type GetZAdjustmentResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetZAdjustmentResponse) Descriptor deprecated

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

Deprecated: Use GetZAdjustmentResponse.ProtoReflect.Descriptor instead.

func (*GetZAdjustmentResponse) GetResult

func (x *GetZAdjustmentResponse) GetResult() int32

func (*GetZAdjustmentResponse) ProtoMessage

func (*GetZAdjustmentResponse) ProtoMessage()

func (*GetZAdjustmentResponse) ProtoReflect

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

func (*GetZAdjustmentResponse) Reset

func (x *GetZAdjustmentResponse) Reset()

func (*GetZAdjustmentResponse) String

func (x *GetZAdjustmentResponse) String() string

type GridLayoutAnimationControllerServiceClient

type GridLayoutAnimationControllerServiceClient interface {
	NewGridLayoutAnimationController(ctx context.Context, in *NewGridLayoutAnimationControllerRequest, opts ...grpc.CallOption) (*NewGridLayoutAnimationControllerResponse, error)
	GetColumnDelay(ctx context.Context, in *GetColumnDelayRequest, opts ...grpc.CallOption) (*GetColumnDelayResponse, error)
	GetDirection(ctx context.Context, in *GetDirectionRequest, opts ...grpc.CallOption) (*GetDirectionResponse, error)
	GetDirectionPriority(ctx context.Context, in *GetDirectionPriorityRequest, opts ...grpc.CallOption) (*GetDirectionPriorityResponse, error)
	GetRowDelay(ctx context.Context, in *GetRowDelayRequest, opts ...grpc.CallOption) (*GetRowDelayResponse, error)
	SetColumnDelay(ctx context.Context, in *SetColumnDelayRequest, opts ...grpc.CallOption) (*SetColumnDelayResponse, error)
	SetDirection(ctx context.Context, in *SetDirectionRequest, opts ...grpc.CallOption) (*SetDirectionResponse, error)
	SetDirectionPriority(ctx context.Context, in *SetDirectionPriorityRequest, opts ...grpc.CallOption) (*SetDirectionPriorityResponse, error)
	SetRowDelay(ctx context.Context, in *SetRowDelayRequest, opts ...grpc.CallOption) (*SetRowDelayResponse, error)
	WillOverlap(ctx context.Context, in *WillOverlapRequest, opts ...grpc.CallOption) (*WillOverlapResponse, error)
}

GridLayoutAnimationControllerServiceClient is the client API for GridLayoutAnimationControllerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type GridLayoutAnimationControllerServiceServer

GridLayoutAnimationControllerServiceServer is the server API for GridLayoutAnimationControllerService service. All implementations must embed UnimplementedGridLayoutAnimationControllerServiceServer for forward compatibility.

type HasEndedRequest

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

func (*HasEndedRequest) Descriptor deprecated

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

Deprecated: Use HasEndedRequest.ProtoReflect.Descriptor instead.

func (*HasEndedRequest) ProtoMessage

func (*HasEndedRequest) ProtoMessage()

func (*HasEndedRequest) ProtoReflect

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

func (*HasEndedRequest) Reset

func (x *HasEndedRequest) Reset()

func (*HasEndedRequest) String

func (x *HasEndedRequest) String() string

type HasEndedResponse

type HasEndedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasEndedResponse) Descriptor deprecated

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

Deprecated: Use HasEndedResponse.ProtoReflect.Descriptor instead.

func (*HasEndedResponse) GetResult

func (x *HasEndedResponse) GetResult() bool

func (*HasEndedResponse) ProtoMessage

func (*HasEndedResponse) ProtoMessage()

func (*HasEndedResponse) ProtoReflect

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

func (*HasEndedResponse) Reset

func (x *HasEndedResponse) Reset()

func (*HasEndedResponse) String

func (x *HasEndedResponse) String() string

type HasStartedRequest

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

func (*HasStartedRequest) Descriptor deprecated

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

Deprecated: Use HasStartedRequest.ProtoReflect.Descriptor instead.

func (*HasStartedRequest) ProtoMessage

func (*HasStartedRequest) ProtoMessage()

func (*HasStartedRequest) ProtoReflect

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

func (*HasStartedRequest) Reset

func (x *HasStartedRequest) Reset()

func (*HasStartedRequest) String

func (x *HasStartedRequest) String() string

type HasStartedResponse

type HasStartedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasStartedResponse) Descriptor deprecated

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

Deprecated: Use HasStartedResponse.ProtoReflect.Descriptor instead.

func (*HasStartedResponse) GetResult

func (x *HasStartedResponse) GetResult() bool

func (*HasStartedResponse) ProtoMessage

func (*HasStartedResponse) ProtoMessage()

func (*HasStartedResponse) ProtoReflect

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

func (*HasStartedResponse) Reset

func (x *HasStartedResponse) Reset()

func (*HasStartedResponse) String

func (x *HasStartedResponse) String() string

type HasValueRequest

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

func (*HasValueRequest) Descriptor deprecated

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

Deprecated: Use HasValueRequest.ProtoReflect.Descriptor instead.

func (*HasValueRequest) ProtoMessage

func (*HasValueRequest) ProtoMessage()

func (*HasValueRequest) ProtoReflect

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

func (*HasValueRequest) Reset

func (x *HasValueRequest) Reset()

func (*HasValueRequest) String

func (x *HasValueRequest) String() string

type HasValueResponse

type HasValueResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasValueResponse) Descriptor deprecated

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

Deprecated: Use HasValueResponse.ProtoReflect.Descriptor instead.

func (*HasValueResponse) GetResult

func (x *HasValueResponse) GetResult() bool

func (*HasValueResponse) ProtoMessage

func (*HasValueResponse) ProtoMessage()

func (*HasValueResponse) ProtoReflect

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

func (*HasValueResponse) Reset

func (x *HasValueResponse) Reset()

func (*HasValueResponse) String

func (x *HasValueResponse) String() string

type HideChild2Request

type HideChild2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*HideChild2Request) Descriptor deprecated

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

Deprecated: Use HideChild2Request.ProtoReflect.Descriptor instead.

func (*HideChild2Request) GetArg0

func (x *HideChild2Request) GetArg0() int64

func (*HideChild2Request) GetArg1

func (x *HideChild2Request) GetArg1() int64

func (*HideChild2Request) GetHandle

func (x *HideChild2Request) GetHandle() int64

func (*HideChild2Request) ProtoMessage

func (*HideChild2Request) ProtoMessage()

func (*HideChild2Request) ProtoReflect

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

func (*HideChild2Request) Reset

func (x *HideChild2Request) Reset()

func (*HideChild2Request) String

func (x *HideChild2Request) String() string

type HideChild2Response

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

func (*HideChild2Response) Descriptor deprecated

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

Deprecated: Use HideChild2Response.ProtoReflect.Descriptor instead.

func (*HideChild2Response) ProtoMessage

func (*HideChild2Response) ProtoMessage()

func (*HideChild2Response) ProtoReflect

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

func (*HideChild2Response) Reset

func (x *HideChild2Response) Reset()

func (*HideChild2Response) String

func (x *HideChild2Response) String() string

type HideChild3_1Request

type HideChild3_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int32 `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*HideChild3_1Request) Descriptor deprecated

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

Deprecated: Use HideChild3_1Request.ProtoReflect.Descriptor instead.

func (*HideChild3_1Request) GetArg0

func (x *HideChild3_1Request) GetArg0() int64

func (*HideChild3_1Request) GetArg1

func (x *HideChild3_1Request) GetArg1() int64

func (*HideChild3_1Request) GetArg2

func (x *HideChild3_1Request) GetArg2() int32

func (*HideChild3_1Request) GetHandle

func (x *HideChild3_1Request) GetHandle() int64

func (*HideChild3_1Request) ProtoMessage

func (*HideChild3_1Request) ProtoMessage()

func (*HideChild3_1Request) ProtoReflect

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

func (*HideChild3_1Request) Reset

func (x *HideChild3_1Request) Reset()

func (*HideChild3_1Request) String

func (x *HideChild3_1Request) String() string

type HideChild3_1Response

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

func (*HideChild3_1Response) Descriptor deprecated

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

Deprecated: Use HideChild3_1Response.ProtoReflect.Descriptor instead.

func (*HideChild3_1Response) ProtoMessage

func (*HideChild3_1Response) ProtoMessage()

func (*HideChild3_1Response) ProtoReflect

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

func (*HideChild3_1Response) Reset

func (x *HideChild3_1Response) Reset()

func (*HideChild3_1Response) String

func (x *HideChild3_1Response) String() string

type InitializeRequest

type InitializeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int32 `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3   int32 `protobuf:"varint,5,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*InitializeRequest) Descriptor deprecated

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

Deprecated: Use InitializeRequest.ProtoReflect.Descriptor instead.

func (*InitializeRequest) GetArg0

func (x *InitializeRequest) GetArg0() int32

func (*InitializeRequest) GetArg1

func (x *InitializeRequest) GetArg1() int32

func (*InitializeRequest) GetArg2

func (x *InitializeRequest) GetArg2() int32

func (*InitializeRequest) GetArg3

func (x *InitializeRequest) GetArg3() int32

func (*InitializeRequest) GetHandle

func (x *InitializeRequest) GetHandle() int64

func (*InitializeRequest) ProtoMessage

func (*InitializeRequest) ProtoMessage()

func (*InitializeRequest) ProtoReflect

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

func (*InitializeRequest) Reset

func (x *InitializeRequest) Reset()

func (*InitializeRequest) String

func (x *InitializeRequest) String() string

type InitializeResponse

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

func (*InitializeResponse) Descriptor deprecated

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

Deprecated: Use InitializeResponse.ProtoReflect.Descriptor instead.

func (*InitializeResponse) ProtoMessage

func (*InitializeResponse) ProtoMessage()

func (*InitializeResponse) ProtoReflect

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

func (*InitializeResponse) Reset

func (x *InitializeResponse) Reset()

func (*InitializeResponse) String

func (x *InitializeResponse) String() string

type IntArrayEvaluatorServiceClient

type IntArrayEvaluatorServiceClient interface {
	NewIntArrayEvaluator(ctx context.Context, in *NewIntArrayEvaluatorRequest, opts ...grpc.CallOption) (*NewIntArrayEvaluatorResponse, error)
	Evaluate3(ctx context.Context, in *Evaluate3Request, opts ...grpc.CallOption) (*Evaluate3Response, error)
	Evaluate3_1(ctx context.Context, in *Evaluate3_1Request, opts ...grpc.CallOption) (*Evaluate3_1Response, error)
}

IntArrayEvaluatorServiceClient is the client API for IntArrayEvaluatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type IntArrayEvaluatorServiceServer

type IntArrayEvaluatorServiceServer interface {
	NewIntArrayEvaluator(context.Context, *NewIntArrayEvaluatorRequest) (*NewIntArrayEvaluatorResponse, error)
	Evaluate3(context.Context, *Evaluate3Request) (*Evaluate3Response, error)
	Evaluate3_1(context.Context, *Evaluate3_1Request) (*Evaluate3_1Response, error)
	// contains filtered or unexported methods
}

IntArrayEvaluatorServiceServer is the server API for IntArrayEvaluatorService service. All implementations must embed UnimplementedIntArrayEvaluatorServiceServer for forward compatibility.

type IntEvaluatorServiceClient

type IntEvaluatorServiceClient interface {
	NewIntEvaluator(ctx context.Context, in *NewIntEvaluatorRequest, opts ...grpc.CallOption) (*NewIntEvaluatorResponse, error)
	Evaluate3(ctx context.Context, in *Evaluate3Request, opts ...grpc.CallOption) (*Evaluate3Response, error)
	Evaluate3_1(ctx context.Context, in *Evaluate3_1Request, opts ...grpc.CallOption) (*Evaluate3_1Response, error)
}

IntEvaluatorServiceClient is the client API for IntEvaluatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type IntEvaluatorServiceServer

type IntEvaluatorServiceServer interface {
	NewIntEvaluator(context.Context, *NewIntEvaluatorRequest) (*NewIntEvaluatorResponse, error)
	Evaluate3(context.Context, *Evaluate3Request) (*Evaluate3Response, error)
	Evaluate3_1(context.Context, *Evaluate3_1Request) (*Evaluate3_1Response, error)
	// contains filtered or unexported methods
}

IntEvaluatorServiceServer is the server API for IntEvaluatorService service. All implementations must embed UnimplementedIntEvaluatorServiceServer for forward compatibility.

type IsChangingLayoutRequest

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

func (*IsChangingLayoutRequest) Descriptor deprecated

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

Deprecated: Use IsChangingLayoutRequest.ProtoReflect.Descriptor instead.

func (*IsChangingLayoutRequest) GetHandle

func (x *IsChangingLayoutRequest) GetHandle() int64

func (*IsChangingLayoutRequest) ProtoMessage

func (*IsChangingLayoutRequest) ProtoMessage()

func (*IsChangingLayoutRequest) ProtoReflect

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

func (*IsChangingLayoutRequest) Reset

func (x *IsChangingLayoutRequest) Reset()

func (*IsChangingLayoutRequest) String

func (x *IsChangingLayoutRequest) String() string

type IsChangingLayoutResponse

type IsChangingLayoutResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangingLayoutResponse) Descriptor deprecated

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

Deprecated: Use IsChangingLayoutResponse.ProtoReflect.Descriptor instead.

func (*IsChangingLayoutResponse) GetResult

func (x *IsChangingLayoutResponse) GetResult() bool

func (*IsChangingLayoutResponse) ProtoMessage

func (*IsChangingLayoutResponse) ProtoMessage()

func (*IsChangingLayoutResponse) ProtoReflect

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

func (*IsChangingLayoutResponse) Reset

func (x *IsChangingLayoutResponse) Reset()

func (*IsChangingLayoutResponse) String

func (x *IsChangingLayoutResponse) String() string

type IsDoneRequest

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

func (*IsDoneRequest) Descriptor deprecated

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

Deprecated: Use IsDoneRequest.ProtoReflect.Descriptor instead.

func (*IsDoneRequest) GetHandle

func (x *IsDoneRequest) GetHandle() int64

func (*IsDoneRequest) ProtoMessage

func (*IsDoneRequest) ProtoMessage()

func (*IsDoneRequest) ProtoReflect

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

func (*IsDoneRequest) Reset

func (x *IsDoneRequest) Reset()

func (*IsDoneRequest) String

func (x *IsDoneRequest) String() string

type IsDoneResponse

type IsDoneResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsDoneResponse) Descriptor deprecated

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

Deprecated: Use IsDoneResponse.ProtoReflect.Descriptor instead.

func (*IsDoneResponse) GetResult

func (x *IsDoneResponse) GetResult() bool

func (*IsDoneResponse) ProtoMessage

func (*IsDoneResponse) ProtoMessage()

func (*IsDoneResponse) ProtoReflect

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

func (*IsDoneResponse) Reset

func (x *IsDoneResponse) Reset()

func (*IsDoneResponse) String

func (x *IsDoneResponse) String() string

type IsFillEnabledRequest

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

func (*IsFillEnabledRequest) Descriptor deprecated

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

Deprecated: Use IsFillEnabledRequest.ProtoReflect.Descriptor instead.

func (*IsFillEnabledRequest) ProtoMessage

func (*IsFillEnabledRequest) ProtoMessage()

func (*IsFillEnabledRequest) ProtoReflect

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

func (*IsFillEnabledRequest) Reset

func (x *IsFillEnabledRequest) Reset()

func (*IsFillEnabledRequest) String

func (x *IsFillEnabledRequest) String() string

type IsFillEnabledResponse

type IsFillEnabledResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsFillEnabledResponse) Descriptor deprecated

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

Deprecated: Use IsFillEnabledResponse.ProtoReflect.Descriptor instead.

func (*IsFillEnabledResponse) GetResult

func (x *IsFillEnabledResponse) GetResult() bool

func (*IsFillEnabledResponse) ProtoMessage

func (*IsFillEnabledResponse) ProtoMessage()

func (*IsFillEnabledResponse) ProtoReflect

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

func (*IsFillEnabledResponse) Reset

func (x *IsFillEnabledResponse) Reset()

func (*IsFillEnabledResponse) String

func (x *IsFillEnabledResponse) String() string

type IsInitializedRequest

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

func (*IsInitializedRequest) Descriptor deprecated

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

Deprecated: Use IsInitializedRequest.ProtoReflect.Descriptor instead.

func (*IsInitializedRequest) ProtoMessage

func (*IsInitializedRequest) ProtoMessage()

func (*IsInitializedRequest) ProtoReflect

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

func (*IsInitializedRequest) Reset

func (x *IsInitializedRequest) Reset()

func (*IsInitializedRequest) String

func (x *IsInitializedRequest) String() string

type IsInitializedResponse

type IsInitializedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsInitializedResponse) Descriptor deprecated

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

Deprecated: Use IsInitializedResponse.ProtoReflect.Descriptor instead.

func (*IsInitializedResponse) GetResult

func (x *IsInitializedResponse) GetResult() bool

func (*IsInitializedResponse) ProtoMessage

func (*IsInitializedResponse) ProtoMessage()

func (*IsInitializedResponse) ProtoReflect

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

func (*IsInitializedResponse) Reset

func (x *IsInitializedResponse) Reset()

func (*IsInitializedResponse) String

func (x *IsInitializedResponse) String() string

type IsPausedRequest

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

func (*IsPausedRequest) Descriptor deprecated

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

Deprecated: Use IsPausedRequest.ProtoReflect.Descriptor instead.

func (*IsPausedRequest) ProtoMessage

func (*IsPausedRequest) ProtoMessage()

func (*IsPausedRequest) ProtoReflect

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

func (*IsPausedRequest) Reset

func (x *IsPausedRequest) Reset()

func (*IsPausedRequest) String

func (x *IsPausedRequest) String() string

type IsPausedResponse

type IsPausedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsPausedResponse) Descriptor deprecated

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

Deprecated: Use IsPausedResponse.ProtoReflect.Descriptor instead.

func (*IsPausedResponse) GetResult

func (x *IsPausedResponse) GetResult() bool

func (*IsPausedResponse) ProtoMessage

func (*IsPausedResponse) ProtoMessage()

func (*IsPausedResponse) ProtoReflect

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

func (*IsPausedResponse) Reset

func (x *IsPausedResponse) Reset()

func (*IsPausedResponse) String

func (x *IsPausedResponse) String() string

type IsRunningRequest

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

func (*IsRunningRequest) Descriptor deprecated

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

Deprecated: Use IsRunningRequest.ProtoReflect.Descriptor instead.

func (*IsRunningRequest) GetHandle

func (x *IsRunningRequest) GetHandle() int64

func (*IsRunningRequest) ProtoMessage

func (*IsRunningRequest) ProtoMessage()

func (*IsRunningRequest) ProtoReflect

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

func (*IsRunningRequest) Reset

func (x *IsRunningRequest) Reset()

func (*IsRunningRequest) String

func (x *IsRunningRequest) String() string

type IsRunningResponse

type IsRunningResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsRunningResponse) Descriptor deprecated

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

Deprecated: Use IsRunningResponse.ProtoReflect.Descriptor instead.

func (*IsRunningResponse) GetResult

func (x *IsRunningResponse) GetResult() bool

func (*IsRunningResponse) ProtoMessage

func (*IsRunningResponse) ProtoMessage()

func (*IsRunningResponse) ProtoReflect

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

func (*IsRunningResponse) Reset

func (x *IsRunningResponse) Reset()

func (*IsRunningResponse) String

func (x *IsRunningResponse) String() string

type IsStartedRequest

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

func (*IsStartedRequest) Descriptor deprecated

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

Deprecated: Use IsStartedRequest.ProtoReflect.Descriptor instead.

func (*IsStartedRequest) GetHandle

func (x *IsStartedRequest) GetHandle() int64

func (*IsStartedRequest) ProtoMessage

func (*IsStartedRequest) ProtoMessage()

func (*IsStartedRequest) ProtoReflect

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

func (*IsStartedRequest) Reset

func (x *IsStartedRequest) Reset()

func (*IsStartedRequest) String

func (x *IsStartedRequest) String() string

type IsStartedResponse

type IsStartedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsStartedResponse) Descriptor deprecated

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

Deprecated: Use IsStartedResponse.ProtoReflect.Descriptor instead.

func (*IsStartedResponse) GetResult

func (x *IsStartedResponse) GetResult() bool

func (*IsStartedResponse) ProtoMessage

func (*IsStartedResponse) ProtoMessage()

func (*IsStartedResponse) ProtoReflect

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

func (*IsStartedResponse) Reset

func (x *IsStartedResponse) Reset()

func (*IsStartedResponse) String

func (x *IsStartedResponse) String() string

type IsTransitionTypeEnabledRequest

type IsTransitionTypeEnabledRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*IsTransitionTypeEnabledRequest) Descriptor deprecated

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

Deprecated: Use IsTransitionTypeEnabledRequest.ProtoReflect.Descriptor instead.

func (*IsTransitionTypeEnabledRequest) GetArg0

func (*IsTransitionTypeEnabledRequest) GetHandle

func (x *IsTransitionTypeEnabledRequest) GetHandle() int64

func (*IsTransitionTypeEnabledRequest) ProtoMessage

func (*IsTransitionTypeEnabledRequest) ProtoMessage()

func (*IsTransitionTypeEnabledRequest) ProtoReflect

func (*IsTransitionTypeEnabledRequest) Reset

func (x *IsTransitionTypeEnabledRequest) Reset()

func (*IsTransitionTypeEnabledRequest) String

type IsTransitionTypeEnabledResponse

type IsTransitionTypeEnabledResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsTransitionTypeEnabledResponse) Descriptor deprecated

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

Deprecated: Use IsTransitionTypeEnabledResponse.ProtoReflect.Descriptor instead.

func (*IsTransitionTypeEnabledResponse) GetResult

func (x *IsTransitionTypeEnabledResponse) GetResult() bool

func (*IsTransitionTypeEnabledResponse) ProtoMessage

func (*IsTransitionTypeEnabledResponse) ProtoMessage()

func (*IsTransitionTypeEnabledResponse) ProtoReflect

func (*IsTransitionTypeEnabledResponse) Reset

func (*IsTransitionTypeEnabledResponse) String

type JumpToCurrentStateRequest

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

func (*JumpToCurrentStateRequest) Descriptor deprecated

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

Deprecated: Use JumpToCurrentStateRequest.ProtoReflect.Descriptor instead.

func (*JumpToCurrentStateRequest) GetHandle

func (x *JumpToCurrentStateRequest) GetHandle() int64

func (*JumpToCurrentStateRequest) ProtoMessage

func (*JumpToCurrentStateRequest) ProtoMessage()

func (*JumpToCurrentStateRequest) ProtoReflect

func (*JumpToCurrentStateRequest) Reset

func (x *JumpToCurrentStateRequest) Reset()

func (*JumpToCurrentStateRequest) String

func (x *JumpToCurrentStateRequest) String() string

type JumpToCurrentStateResponse

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

func (*JumpToCurrentStateResponse) Descriptor deprecated

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

Deprecated: Use JumpToCurrentStateResponse.ProtoReflect.Descriptor instead.

func (*JumpToCurrentStateResponse) ProtoMessage

func (*JumpToCurrentStateResponse) ProtoMessage()

func (*JumpToCurrentStateResponse) ProtoReflect

func (*JumpToCurrentStateResponse) Reset

func (x *JumpToCurrentStateResponse) Reset()

func (*JumpToCurrentStateResponse) String

func (x *JumpToCurrentStateResponse) String() string

type KeyframeClone0Request

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

func (*KeyframeClone0Request) Descriptor deprecated

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

Deprecated: Use KeyframeClone0Request.ProtoReflect.Descriptor instead.

func (*KeyframeClone0Request) ProtoMessage

func (*KeyframeClone0Request) ProtoMessage()

func (*KeyframeClone0Request) ProtoReflect

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

func (*KeyframeClone0Request) Reset

func (x *KeyframeClone0Request) Reset()

func (*KeyframeClone0Request) String

func (x *KeyframeClone0Request) String() string

type KeyframeClone0_1Request

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

func (*KeyframeClone0_1Request) Descriptor deprecated

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

Deprecated: Use KeyframeClone0_1Request.ProtoReflect.Descriptor instead.

func (*KeyframeClone0_1Request) ProtoMessage

func (*KeyframeClone0_1Request) ProtoMessage()

func (*KeyframeClone0_1Request) ProtoReflect

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

func (*KeyframeClone0_1Request) Reset

func (x *KeyframeClone0_1Request) Reset()

func (*KeyframeClone0_1Request) String

func (x *KeyframeClone0_1Request) String() string

type KeyframeGetInterpolatorRequest

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

func (*KeyframeGetInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use KeyframeGetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*KeyframeGetInterpolatorRequest) ProtoMessage

func (*KeyframeGetInterpolatorRequest) ProtoMessage()

func (*KeyframeGetInterpolatorRequest) ProtoReflect

func (*KeyframeGetInterpolatorRequest) Reset

func (x *KeyframeGetInterpolatorRequest) Reset()

func (*KeyframeGetInterpolatorRequest) String

type KeyframeServiceClient

type KeyframeServiceClient interface {
	Clone0(ctx context.Context, in *KeyframeClone0Request, opts ...grpc.CallOption) (*Clone0Response, error)
	GetFraction(ctx context.Context, in *GetFractionRequest, opts ...grpc.CallOption) (*GetFractionResponse, error)
	GetInterpolator(ctx context.Context, in *KeyframeGetInterpolatorRequest, opts ...grpc.CallOption) (*GetInterpolatorResponse, error)
	GetType(ctx context.Context, in *GetTypeRequest, opts ...grpc.CallOption) (*GetTypeResponse, error)
	GetValue(ctx context.Context, in *GetValueRequest, opts ...grpc.CallOption) (*GetValueResponse, error)
	HasValue(ctx context.Context, in *HasValueRequest, opts ...grpc.CallOption) (*HasValueResponse, error)
	SetFraction(ctx context.Context, in *SetFractionRequest, opts ...grpc.CallOption) (*SetFractionResponse, error)
	SetInterpolator(ctx context.Context, in *KeyframeSetInterpolatorRequest, opts ...grpc.CallOption) (*SetInterpolatorResponse, error)
	SetValue(ctx context.Context, in *SetValueRequest, opts ...grpc.CallOption) (*SetValueResponse, error)
	Clone0_1(ctx context.Context, in *KeyframeClone0_1Request, opts ...grpc.CallOption) (*Clone0_1Response, error)
	OfFloat1(ctx context.Context, in *OfFloat1Request, opts ...grpc.CallOption) (*OfFloat1Response, error)
	OfFloat2_1(ctx context.Context, in *OfFloat2_1Request, opts ...grpc.CallOption) (*OfFloat2_1Response, error)
	OfInt1(ctx context.Context, in *OfInt1Request, opts ...grpc.CallOption) (*OfInt1Response, error)
	OfInt2_1(ctx context.Context, in *OfInt2_1Request, opts ...grpc.CallOption) (*OfInt2_1Response, error)
	OfObject1(ctx context.Context, in *OfObject1Request, opts ...grpc.CallOption) (*OfObject1Response, error)
	OfObject2_1(ctx context.Context, in *OfObject2_1Request, opts ...grpc.CallOption) (*OfObject2_1Response, error)
}

KeyframeServiceClient is the client API for KeyframeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type KeyframeServiceServer

KeyframeServiceServer is the server API for KeyframeService service. All implementations must embed UnimplementedKeyframeServiceServer for forward compatibility.

type KeyframeSetInterpolatorRequest

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

func (*KeyframeSetInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use KeyframeSetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*KeyframeSetInterpolatorRequest) GetArg0

func (*KeyframeSetInterpolatorRequest) ProtoMessage

func (*KeyframeSetInterpolatorRequest) ProtoMessage()

func (*KeyframeSetInterpolatorRequest) ProtoReflect

func (*KeyframeSetInterpolatorRequest) Reset

func (x *KeyframeSetInterpolatorRequest) Reset()

func (*KeyframeSetInterpolatorRequest) String

type LayoutAnimationControllerServiceClient

type LayoutAnimationControllerServiceClient interface {
	NewLayoutAnimationController(ctx context.Context, in *NewLayoutAnimationControllerRequest, opts ...grpc.CallOption) (*NewLayoutAnimationControllerResponse, error)
	GetAnimation(ctx context.Context, in *GetAnimationRequest, opts ...grpc.CallOption) (*GetAnimationResponse, error)
	GetAnimationForView(ctx context.Context, in *GetAnimationForViewRequest, opts ...grpc.CallOption) (*GetAnimationForViewResponse, error)
	GetDelay(ctx context.Context, in *GetDelayRequest, opts ...grpc.CallOption) (*GetDelayResponse, error)
	GetInterpolator(ctx context.Context, in *GetInterpolatorRequest, opts ...grpc.CallOption) (*GetInterpolatorResponse, error)
	GetOrder(ctx context.Context, in *GetOrderRequest, opts ...grpc.CallOption) (*GetOrderResponse, error)
	IsDone(ctx context.Context, in *IsDoneRequest, opts ...grpc.CallOption) (*IsDoneResponse, error)
	SetAnimation2(ctx context.Context, in *SetAnimation2Request, opts ...grpc.CallOption) (*SetAnimation2Response, error)
	SetAnimation1_1(ctx context.Context, in *SetAnimation1_1Request, opts ...grpc.CallOption) (*SetAnimation1_1Response, error)
	SetDelay(ctx context.Context, in *SetDelayRequest, opts ...grpc.CallOption) (*SetDelayResponse, error)
	SetInterpolator2(ctx context.Context, in *SetInterpolator2Request, opts ...grpc.CallOption) (*SetInterpolator2Response, error)
	SetInterpolator1_1(ctx context.Context, in *SetInterpolator1_1Request, opts ...grpc.CallOption) (*SetInterpolator1_1Response, error)
	SetOrder(ctx context.Context, in *SetOrderRequest, opts ...grpc.CallOption) (*SetOrderResponse, error)
	Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error)
	WillOverlap(ctx context.Context, in *WillOverlapRequest, opts ...grpc.CallOption) (*WillOverlapResponse, error)
}

LayoutAnimationControllerServiceClient is the client API for LayoutAnimationControllerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type LayoutAnimationControllerServiceServer

LayoutAnimationControllerServiceServer is the server API for LayoutAnimationControllerService service. All implementations must embed UnimplementedLayoutAnimationControllerServiceServer for forward compatibility.

type LayoutTransitionGetDurationRequest

type LayoutTransitionGetDurationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*LayoutTransitionGetDurationRequest) Descriptor deprecated

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

Deprecated: Use LayoutTransitionGetDurationRequest.ProtoReflect.Descriptor instead.

func (*LayoutTransitionGetDurationRequest) GetArg0

func (*LayoutTransitionGetDurationRequest) GetHandle

func (*LayoutTransitionGetDurationRequest) ProtoMessage

func (*LayoutTransitionGetDurationRequest) ProtoMessage()

func (*LayoutTransitionGetDurationRequest) ProtoReflect

func (*LayoutTransitionGetDurationRequest) Reset

func (*LayoutTransitionGetDurationRequest) String

type LayoutTransitionGetInterpolatorRequest

type LayoutTransitionGetInterpolatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*LayoutTransitionGetInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use LayoutTransitionGetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*LayoutTransitionGetInterpolatorRequest) GetArg0

func (*LayoutTransitionGetInterpolatorRequest) GetHandle

func (*LayoutTransitionGetInterpolatorRequest) ProtoMessage

func (*LayoutTransitionGetInterpolatorRequest) ProtoReflect

func (*LayoutTransitionGetInterpolatorRequest) Reset

func (*LayoutTransitionGetInterpolatorRequest) String

type LayoutTransitionGetStartDelayRequest

type LayoutTransitionGetStartDelayRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*LayoutTransitionGetStartDelayRequest) Descriptor deprecated

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

Deprecated: Use LayoutTransitionGetStartDelayRequest.ProtoReflect.Descriptor instead.

func (*LayoutTransitionGetStartDelayRequest) GetArg0

func (*LayoutTransitionGetStartDelayRequest) GetHandle

func (*LayoutTransitionGetStartDelayRequest) ProtoMessage

func (*LayoutTransitionGetStartDelayRequest) ProtoMessage()

func (*LayoutTransitionGetStartDelayRequest) ProtoReflect

func (*LayoutTransitionGetStartDelayRequest) Reset

func (*LayoutTransitionGetStartDelayRequest) String

type LayoutTransitionServiceClient

type LayoutTransitionServiceClient interface {
	NewLayoutTransition(ctx context.Context, in *NewLayoutTransitionRequest, opts ...grpc.CallOption) (*NewLayoutTransitionResponse, error)
	AddChild(ctx context.Context, in *AddChildRequest, opts ...grpc.CallOption) (*AddChildResponse, error)
	AddTransitionListener(ctx context.Context, in *AddTransitionListenerRequest, opts ...grpc.CallOption) (*AddTransitionListenerResponse, error)
	DisableTransitionType(ctx context.Context, in *DisableTransitionTypeRequest, opts ...grpc.CallOption) (*DisableTransitionTypeResponse, error)
	EnableTransitionType(ctx context.Context, in *EnableTransitionTypeRequest, opts ...grpc.CallOption) (*EnableTransitionTypeResponse, error)
	GetAnimator(ctx context.Context, in *GetAnimatorRequest, opts ...grpc.CallOption) (*GetAnimatorResponse, error)
	GetDuration(ctx context.Context, in *LayoutTransitionGetDurationRequest, opts ...grpc.CallOption) (*GetDurationResponse, error)
	GetInterpolator(ctx context.Context, in *LayoutTransitionGetInterpolatorRequest, opts ...grpc.CallOption) (*GetInterpolatorResponse, error)
	GetStagger(ctx context.Context, in *GetStaggerRequest, opts ...grpc.CallOption) (*GetStaggerResponse, error)
	GetStartDelay(ctx context.Context, in *LayoutTransitionGetStartDelayRequest, opts ...grpc.CallOption) (*GetStartDelayResponse, error)
	GetTransitionListeners(ctx context.Context, in *GetTransitionListenersRequest, opts ...grpc.CallOption) (*GetTransitionListenersResponse, error)
	HideChild2(ctx context.Context, in *HideChild2Request, opts ...grpc.CallOption) (*HideChild2Response, error)
	HideChild3_1(ctx context.Context, in *HideChild3_1Request, opts ...grpc.CallOption) (*HideChild3_1Response, error)
	IsChangingLayout(ctx context.Context, in *IsChangingLayoutRequest, opts ...grpc.CallOption) (*IsChangingLayoutResponse, error)
	IsRunning(ctx context.Context, in *IsRunningRequest, opts ...grpc.CallOption) (*IsRunningResponse, error)
	IsTransitionTypeEnabled(ctx context.Context, in *IsTransitionTypeEnabledRequest, opts ...grpc.CallOption) (*IsTransitionTypeEnabledResponse, error)
	RemoveChild(ctx context.Context, in *RemoveChildRequest, opts ...grpc.CallOption) (*RemoveChildResponse, error)
	RemoveTransitionListener(ctx context.Context, in *RemoveTransitionListenerRequest, opts ...grpc.CallOption) (*RemoveTransitionListenerResponse, error)
	SetAnimateParentHierarchy(ctx context.Context, in *SetAnimateParentHierarchyRequest, opts ...grpc.CallOption) (*SetAnimateParentHierarchyResponse, error)
	SetAnimator(ctx context.Context, in *SetAnimatorRequest, opts ...grpc.CallOption) (*SetAnimatorResponse, error)
	SetDuration2(ctx context.Context, in *SetDuration2Request, opts ...grpc.CallOption) (*SetDuration2Response, error)
	SetDuration1_1(ctx context.Context, in *SetDuration1_1Request, opts ...grpc.CallOption) (*LayoutTransitionSetDuration1_1Response, error)
	SetInterpolator(ctx context.Context, in *LayoutTransitionSetInterpolatorRequest, opts ...grpc.CallOption) (*SetInterpolatorResponse, error)
	SetStagger(ctx context.Context, in *SetStaggerRequest, opts ...grpc.CallOption) (*SetStaggerResponse, error)
	SetStartDelay(ctx context.Context, in *LayoutTransitionSetStartDelayRequest, opts ...grpc.CallOption) (*SetStartDelayResponse, error)
	ShowChild2(ctx context.Context, in *ShowChild2Request, opts ...grpc.CallOption) (*ShowChild2Response, error)
	ShowChild3_1(ctx context.Context, in *ShowChild3_1Request, opts ...grpc.CallOption) (*ShowChild3_1Response, error)
}

LayoutTransitionServiceClient is the client API for LayoutTransitionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type LayoutTransitionServiceServer

type LayoutTransitionServiceServer interface {
	NewLayoutTransition(context.Context, *NewLayoutTransitionRequest) (*NewLayoutTransitionResponse, error)
	AddChild(context.Context, *AddChildRequest) (*AddChildResponse, error)
	AddTransitionListener(context.Context, *AddTransitionListenerRequest) (*AddTransitionListenerResponse, error)
	DisableTransitionType(context.Context, *DisableTransitionTypeRequest) (*DisableTransitionTypeResponse, error)
	EnableTransitionType(context.Context, *EnableTransitionTypeRequest) (*EnableTransitionTypeResponse, error)
	GetAnimator(context.Context, *GetAnimatorRequest) (*GetAnimatorResponse, error)
	GetDuration(context.Context, *LayoutTransitionGetDurationRequest) (*GetDurationResponse, error)
	GetInterpolator(context.Context, *LayoutTransitionGetInterpolatorRequest) (*GetInterpolatorResponse, error)
	GetStagger(context.Context, *GetStaggerRequest) (*GetStaggerResponse, error)
	GetStartDelay(context.Context, *LayoutTransitionGetStartDelayRequest) (*GetStartDelayResponse, error)
	GetTransitionListeners(context.Context, *GetTransitionListenersRequest) (*GetTransitionListenersResponse, error)
	HideChild2(context.Context, *HideChild2Request) (*HideChild2Response, error)
	HideChild3_1(context.Context, *HideChild3_1Request) (*HideChild3_1Response, error)
	IsChangingLayout(context.Context, *IsChangingLayoutRequest) (*IsChangingLayoutResponse, error)
	IsRunning(context.Context, *IsRunningRequest) (*IsRunningResponse, error)
	IsTransitionTypeEnabled(context.Context, *IsTransitionTypeEnabledRequest) (*IsTransitionTypeEnabledResponse, error)
	RemoveChild(context.Context, *RemoveChildRequest) (*RemoveChildResponse, error)
	RemoveTransitionListener(context.Context, *RemoveTransitionListenerRequest) (*RemoveTransitionListenerResponse, error)
	SetAnimateParentHierarchy(context.Context, *SetAnimateParentHierarchyRequest) (*SetAnimateParentHierarchyResponse, error)
	SetAnimator(context.Context, *SetAnimatorRequest) (*SetAnimatorResponse, error)
	SetDuration2(context.Context, *SetDuration2Request) (*SetDuration2Response, error)
	SetDuration1_1(context.Context, *SetDuration1_1Request) (*LayoutTransitionSetDuration1_1Response, error)
	SetInterpolator(context.Context, *LayoutTransitionSetInterpolatorRequest) (*SetInterpolatorResponse, error)
	SetStagger(context.Context, *SetStaggerRequest) (*SetStaggerResponse, error)
	SetStartDelay(context.Context, *LayoutTransitionSetStartDelayRequest) (*SetStartDelayResponse, error)
	ShowChild2(context.Context, *ShowChild2Request) (*ShowChild2Response, error)
	ShowChild3_1(context.Context, *ShowChild3_1Request) (*ShowChild3_1Response, error)
	// contains filtered or unexported methods
}

LayoutTransitionServiceServer is the server API for LayoutTransitionService service. All implementations must embed UnimplementedLayoutTransitionServiceServer for forward compatibility.

type LayoutTransitionSetDuration1_1Response

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

func (*LayoutTransitionSetDuration1_1Response) Descriptor deprecated

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

Deprecated: Use LayoutTransitionSetDuration1_1Response.ProtoReflect.Descriptor instead.

func (*LayoutTransitionSetDuration1_1Response) ProtoMessage

func (*LayoutTransitionSetDuration1_1Response) ProtoReflect

func (*LayoutTransitionSetDuration1_1Response) Reset

func (*LayoutTransitionSetDuration1_1Response) String

type LayoutTransitionSetInterpolatorRequest

type LayoutTransitionSetInterpolatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*LayoutTransitionSetInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use LayoutTransitionSetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*LayoutTransitionSetInterpolatorRequest) GetArg0

func (*LayoutTransitionSetInterpolatorRequest) GetArg1

func (*LayoutTransitionSetInterpolatorRequest) GetHandle

func (*LayoutTransitionSetInterpolatorRequest) ProtoMessage

func (*LayoutTransitionSetInterpolatorRequest) ProtoReflect

func (*LayoutTransitionSetInterpolatorRequest) Reset

func (*LayoutTransitionSetInterpolatorRequest) String

type LayoutTransitionSetStartDelayRequest

type LayoutTransitionSetStartDelayRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*LayoutTransitionSetStartDelayRequest) Descriptor deprecated

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

Deprecated: Use LayoutTransitionSetStartDelayRequest.ProtoReflect.Descriptor instead.

func (*LayoutTransitionSetStartDelayRequest) GetArg0

func (*LayoutTransitionSetStartDelayRequest) GetArg1

func (*LayoutTransitionSetStartDelayRequest) GetHandle

func (*LayoutTransitionSetStartDelayRequest) ProtoMessage

func (*LayoutTransitionSetStartDelayRequest) ProtoMessage()

func (*LayoutTransitionSetStartDelayRequest) ProtoReflect

func (*LayoutTransitionSetStartDelayRequest) Reset

func (*LayoutTransitionSetStartDelayRequest) String

type LayoutTransitionTransitionListenerServiceClient

type LayoutTransitionTransitionListenerServiceClient interface {
	EndTransition(ctx context.Context, in *EndTransitionRequest, opts ...grpc.CallOption) (*EndTransitionResponse, error)
	StartTransition(ctx context.Context, in *StartTransitionRequest, opts ...grpc.CallOption) (*StartTransitionResponse, error)
}

LayoutTransitionTransitionListenerServiceClient is the client API for LayoutTransitionTransitionListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type LayoutTransitionTransitionListenerServiceServer

type LayoutTransitionTransitionListenerServiceServer interface {
	EndTransition(context.Context, *EndTransitionRequest) (*EndTransitionResponse, error)
	StartTransition(context.Context, *StartTransitionRequest) (*StartTransitionResponse, error)
	// contains filtered or unexported methods
}

LayoutTransitionTransitionListenerServiceServer is the server API for LayoutTransitionTransitionListenerService service. All implementations must embed UnimplementedLayoutTransitionTransitionListenerServiceServer for forward compatibility.

type LinearInterpolatorServiceClient

type LinearInterpolatorServiceClient interface {
	NewLinearInterpolator(ctx context.Context, in *NewLinearInterpolatorRequest, opts ...grpc.CallOption) (*NewLinearInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

LinearInterpolatorServiceClient is the client API for LinearInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type LinearInterpolatorServiceServer

type LinearInterpolatorServiceServer interface {
	NewLinearInterpolator(context.Context, *NewLinearInterpolatorRequest) (*NewLinearInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

LinearInterpolatorServiceServer is the server API for LinearInterpolatorService service. All implementations must embed UnimplementedLinearInterpolatorServiceServer for forward compatibility.

type LoadAnimationRequest

type LoadAnimationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadAnimationRequest) Descriptor deprecated

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

Deprecated: Use LoadAnimationRequest.ProtoReflect.Descriptor instead.

func (*LoadAnimationRequest) GetArg0

func (x *LoadAnimationRequest) GetArg0() int64

func (*LoadAnimationRequest) GetArg1

func (x *LoadAnimationRequest) GetArg1() int32

func (*LoadAnimationRequest) GetHandle

func (x *LoadAnimationRequest) GetHandle() int64

func (*LoadAnimationRequest) ProtoMessage

func (*LoadAnimationRequest) ProtoMessage()

func (*LoadAnimationRequest) ProtoReflect

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

func (*LoadAnimationRequest) Reset

func (x *LoadAnimationRequest) Reset()

func (*LoadAnimationRequest) String

func (x *LoadAnimationRequest) String() string

type LoadAnimationResponse

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

func (*LoadAnimationResponse) Descriptor deprecated

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

Deprecated: Use LoadAnimationResponse.ProtoReflect.Descriptor instead.

func (*LoadAnimationResponse) GetResult

func (x *LoadAnimationResponse) GetResult() int64

func (*LoadAnimationResponse) ProtoMessage

func (*LoadAnimationResponse) ProtoMessage()

func (*LoadAnimationResponse) ProtoReflect

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

func (*LoadAnimationResponse) Reset

func (x *LoadAnimationResponse) Reset()

func (*LoadAnimationResponse) String

func (x *LoadAnimationResponse) String() string

type LoadAnimatorRequest

type LoadAnimatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadAnimatorRequest) Descriptor deprecated

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

Deprecated: Use LoadAnimatorRequest.ProtoReflect.Descriptor instead.

func (*LoadAnimatorRequest) GetArg0

func (x *LoadAnimatorRequest) GetArg0() int64

func (*LoadAnimatorRequest) GetArg1

func (x *LoadAnimatorRequest) GetArg1() int32

func (*LoadAnimatorRequest) GetHandle

func (x *LoadAnimatorRequest) GetHandle() int64

func (*LoadAnimatorRequest) ProtoMessage

func (*LoadAnimatorRequest) ProtoMessage()

func (*LoadAnimatorRequest) ProtoReflect

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

func (*LoadAnimatorRequest) Reset

func (x *LoadAnimatorRequest) Reset()

func (*LoadAnimatorRequest) String

func (x *LoadAnimatorRequest) String() string

type LoadAnimatorResponse

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

func (*LoadAnimatorResponse) Descriptor deprecated

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

Deprecated: Use LoadAnimatorResponse.ProtoReflect.Descriptor instead.

func (*LoadAnimatorResponse) GetResult

func (x *LoadAnimatorResponse) GetResult() int64

func (*LoadAnimatorResponse) ProtoMessage

func (*LoadAnimatorResponse) ProtoMessage()

func (*LoadAnimatorResponse) ProtoReflect

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

func (*LoadAnimatorResponse) Reset

func (x *LoadAnimatorResponse) Reset()

func (*LoadAnimatorResponse) String

func (x *LoadAnimatorResponse) String() string

type LoadInterpolatorRequest

type LoadInterpolatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use LoadInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*LoadInterpolatorRequest) GetArg0

func (x *LoadInterpolatorRequest) GetArg0() int64

func (*LoadInterpolatorRequest) GetArg1

func (x *LoadInterpolatorRequest) GetArg1() int32

func (*LoadInterpolatorRequest) GetHandle

func (x *LoadInterpolatorRequest) GetHandle() int64

func (*LoadInterpolatorRequest) ProtoMessage

func (*LoadInterpolatorRequest) ProtoMessage()

func (*LoadInterpolatorRequest) ProtoReflect

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

func (*LoadInterpolatorRequest) Reset

func (x *LoadInterpolatorRequest) Reset()

func (*LoadInterpolatorRequest) String

func (x *LoadInterpolatorRequest) String() string

type LoadInterpolatorResponse

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

func (*LoadInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use LoadInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*LoadInterpolatorResponse) GetResult

func (x *LoadInterpolatorResponse) GetResult() int64

func (*LoadInterpolatorResponse) ProtoMessage

func (*LoadInterpolatorResponse) ProtoMessage()

func (*LoadInterpolatorResponse) ProtoReflect

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

func (*LoadInterpolatorResponse) Reset

func (x *LoadInterpolatorResponse) Reset()

func (*LoadInterpolatorResponse) String

func (x *LoadInterpolatorResponse) String() string

type LoadLayoutAnimationRequest

type LoadLayoutAnimationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadLayoutAnimationRequest) Descriptor deprecated

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

Deprecated: Use LoadLayoutAnimationRequest.ProtoReflect.Descriptor instead.

func (*LoadLayoutAnimationRequest) GetArg0

func (x *LoadLayoutAnimationRequest) GetArg0() int64

func (*LoadLayoutAnimationRequest) GetArg1

func (x *LoadLayoutAnimationRequest) GetArg1() int32

func (*LoadLayoutAnimationRequest) GetHandle

func (x *LoadLayoutAnimationRequest) GetHandle() int64

func (*LoadLayoutAnimationRequest) ProtoMessage

func (*LoadLayoutAnimationRequest) ProtoMessage()

func (*LoadLayoutAnimationRequest) ProtoReflect

func (*LoadLayoutAnimationRequest) Reset

func (x *LoadLayoutAnimationRequest) Reset()

func (*LoadLayoutAnimationRequest) String

func (x *LoadLayoutAnimationRequest) String() string

type LoadLayoutAnimationResponse

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

func (*LoadLayoutAnimationResponse) Descriptor deprecated

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

Deprecated: Use LoadLayoutAnimationResponse.ProtoReflect.Descriptor instead.

func (*LoadLayoutAnimationResponse) GetResult

func (x *LoadLayoutAnimationResponse) GetResult() int64

func (*LoadLayoutAnimationResponse) ProtoMessage

func (*LoadLayoutAnimationResponse) ProtoMessage()

func (*LoadLayoutAnimationResponse) ProtoReflect

func (*LoadLayoutAnimationResponse) Reset

func (x *LoadLayoutAnimationResponse) Reset()

func (*LoadLayoutAnimationResponse) String

func (x *LoadLayoutAnimationResponse) String() string

type LoadStateListAnimatorRequest

type LoadStateListAnimatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadStateListAnimatorRequest) Descriptor deprecated

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

Deprecated: Use LoadStateListAnimatorRequest.ProtoReflect.Descriptor instead.

func (*LoadStateListAnimatorRequest) GetArg0

func (x *LoadStateListAnimatorRequest) GetArg0() int64

func (*LoadStateListAnimatorRequest) GetArg1

func (x *LoadStateListAnimatorRequest) GetArg1() int32

func (*LoadStateListAnimatorRequest) GetHandle

func (x *LoadStateListAnimatorRequest) GetHandle() int64

func (*LoadStateListAnimatorRequest) ProtoMessage

func (*LoadStateListAnimatorRequest) ProtoMessage()

func (*LoadStateListAnimatorRequest) ProtoReflect

func (*LoadStateListAnimatorRequest) Reset

func (x *LoadStateListAnimatorRequest) Reset()

func (*LoadStateListAnimatorRequest) String

type LoadStateListAnimatorResponse

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

func (*LoadStateListAnimatorResponse) Descriptor deprecated

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

Deprecated: Use LoadStateListAnimatorResponse.ProtoReflect.Descriptor instead.

func (*LoadStateListAnimatorResponse) GetResult

func (x *LoadStateListAnimatorResponse) GetResult() int64

func (*LoadStateListAnimatorResponse) ProtoMessage

func (*LoadStateListAnimatorResponse) ProtoMessage()

func (*LoadStateListAnimatorResponse) ProtoReflect

func (*LoadStateListAnimatorResponse) Reset

func (x *LoadStateListAnimatorResponse) Reset()

func (*LoadStateListAnimatorResponse) String

type MakeInAnimationRequest

type MakeInAnimationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   bool  `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeInAnimationRequest) Descriptor deprecated

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

Deprecated: Use MakeInAnimationRequest.ProtoReflect.Descriptor instead.

func (*MakeInAnimationRequest) GetArg0

func (x *MakeInAnimationRequest) GetArg0() int64

func (*MakeInAnimationRequest) GetArg1

func (x *MakeInAnimationRequest) GetArg1() bool

func (*MakeInAnimationRequest) GetHandle

func (x *MakeInAnimationRequest) GetHandle() int64

func (*MakeInAnimationRequest) ProtoMessage

func (*MakeInAnimationRequest) ProtoMessage()

func (*MakeInAnimationRequest) ProtoReflect

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

func (*MakeInAnimationRequest) Reset

func (x *MakeInAnimationRequest) Reset()

func (*MakeInAnimationRequest) String

func (x *MakeInAnimationRequest) String() string

type MakeInAnimationResponse

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

func (*MakeInAnimationResponse) Descriptor deprecated

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

Deprecated: Use MakeInAnimationResponse.ProtoReflect.Descriptor instead.

func (*MakeInAnimationResponse) GetResult

func (x *MakeInAnimationResponse) GetResult() int64

func (*MakeInAnimationResponse) ProtoMessage

func (*MakeInAnimationResponse) ProtoMessage()

func (*MakeInAnimationResponse) ProtoReflect

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

func (*MakeInAnimationResponse) Reset

func (x *MakeInAnimationResponse) Reset()

func (*MakeInAnimationResponse) String

func (x *MakeInAnimationResponse) String() string

type MakeInChildBottomAnimationRequest

type MakeInChildBottomAnimationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeInChildBottomAnimationRequest) Descriptor deprecated

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

Deprecated: Use MakeInChildBottomAnimationRequest.ProtoReflect.Descriptor instead.

func (*MakeInChildBottomAnimationRequest) GetArg0

func (*MakeInChildBottomAnimationRequest) GetHandle

func (*MakeInChildBottomAnimationRequest) ProtoMessage

func (*MakeInChildBottomAnimationRequest) ProtoMessage()

func (*MakeInChildBottomAnimationRequest) ProtoReflect

func (*MakeInChildBottomAnimationRequest) Reset

func (*MakeInChildBottomAnimationRequest) String

type MakeInChildBottomAnimationResponse

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

func (*MakeInChildBottomAnimationResponse) Descriptor deprecated

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

Deprecated: Use MakeInChildBottomAnimationResponse.ProtoReflect.Descriptor instead.

func (*MakeInChildBottomAnimationResponse) GetResult

func (*MakeInChildBottomAnimationResponse) ProtoMessage

func (*MakeInChildBottomAnimationResponse) ProtoMessage()

func (*MakeInChildBottomAnimationResponse) ProtoReflect

func (*MakeInChildBottomAnimationResponse) Reset

func (*MakeInChildBottomAnimationResponse) String

type MakeOutAnimationRequest

type MakeOutAnimationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   bool  `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeOutAnimationRequest) Descriptor deprecated

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

Deprecated: Use MakeOutAnimationRequest.ProtoReflect.Descriptor instead.

func (*MakeOutAnimationRequest) GetArg0

func (x *MakeOutAnimationRequest) GetArg0() int64

func (*MakeOutAnimationRequest) GetArg1

func (x *MakeOutAnimationRequest) GetArg1() bool

func (*MakeOutAnimationRequest) GetHandle

func (x *MakeOutAnimationRequest) GetHandle() int64

func (*MakeOutAnimationRequest) ProtoMessage

func (*MakeOutAnimationRequest) ProtoMessage()

func (*MakeOutAnimationRequest) ProtoReflect

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

func (*MakeOutAnimationRequest) Reset

func (x *MakeOutAnimationRequest) Reset()

func (*MakeOutAnimationRequest) String

func (x *MakeOutAnimationRequest) String() string

type MakeOutAnimationResponse

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

func (*MakeOutAnimationResponse) Descriptor deprecated

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

Deprecated: Use MakeOutAnimationResponse.ProtoReflect.Descriptor instead.

func (*MakeOutAnimationResponse) GetResult

func (x *MakeOutAnimationResponse) GetResult() int64

func (*MakeOutAnimationResponse) ProtoMessage

func (*MakeOutAnimationResponse) ProtoMessage()

func (*MakeOutAnimationResponse) ProtoReflect

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

func (*MakeOutAnimationResponse) Reset

func (x *MakeOutAnimationResponse) Reset()

func (*MakeOutAnimationResponse) String

func (x *MakeOutAnimationResponse) String() string

type NewAccelerateDecelerateInterpolatorRequest

type NewAccelerateDecelerateInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewAccelerateDecelerateInterpolatorRequest) Descriptor deprecated

Deprecated: Use NewAccelerateDecelerateInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewAccelerateDecelerateInterpolatorRequest) GetArg0

func (*NewAccelerateDecelerateInterpolatorRequest) GetArg1

func (*NewAccelerateDecelerateInterpolatorRequest) ProtoMessage

func (*NewAccelerateDecelerateInterpolatorRequest) ProtoReflect

func (*NewAccelerateDecelerateInterpolatorRequest) Reset

func (*NewAccelerateDecelerateInterpolatorRequest) String

type NewAccelerateDecelerateInterpolatorResponse

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

func (*NewAccelerateDecelerateInterpolatorResponse) Descriptor deprecated

Deprecated: Use NewAccelerateDecelerateInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewAccelerateDecelerateInterpolatorResponse) GetResult

func (*NewAccelerateDecelerateInterpolatorResponse) ProtoMessage

func (*NewAccelerateDecelerateInterpolatorResponse) ProtoReflect

func (*NewAccelerateDecelerateInterpolatorResponse) Reset

func (*NewAccelerateDecelerateInterpolatorResponse) String

type NewAccelerateInterpolatorRequest

type NewAccelerateInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewAccelerateInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewAccelerateInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewAccelerateInterpolatorRequest) GetArg0

func (*NewAccelerateInterpolatorRequest) GetArg1

func (*NewAccelerateInterpolatorRequest) ProtoMessage

func (*NewAccelerateInterpolatorRequest) ProtoMessage()

func (*NewAccelerateInterpolatorRequest) ProtoReflect

func (*NewAccelerateInterpolatorRequest) Reset

func (*NewAccelerateInterpolatorRequest) String

type NewAccelerateInterpolatorResponse

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

func (*NewAccelerateInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use NewAccelerateInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewAccelerateInterpolatorResponse) GetResult

func (*NewAccelerateInterpolatorResponse) ProtoMessage

func (*NewAccelerateInterpolatorResponse) ProtoMessage()

func (*NewAccelerateInterpolatorResponse) ProtoReflect

func (*NewAccelerateInterpolatorResponse) Reset

func (*NewAccelerateInterpolatorResponse) String

type NewAlphaAnimationRequest

type NewAlphaAnimationRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewAlphaAnimationRequest) Descriptor deprecated

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

Deprecated: Use NewAlphaAnimationRequest.ProtoReflect.Descriptor instead.

func (*NewAlphaAnimationRequest) GetArg0

func (x *NewAlphaAnimationRequest) GetArg0() int64

func (*NewAlphaAnimationRequest) GetArg1

func (x *NewAlphaAnimationRequest) GetArg1() int64

func (*NewAlphaAnimationRequest) ProtoMessage

func (*NewAlphaAnimationRequest) ProtoMessage()

func (*NewAlphaAnimationRequest) ProtoReflect

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

func (*NewAlphaAnimationRequest) Reset

func (x *NewAlphaAnimationRequest) Reset()

func (*NewAlphaAnimationRequest) String

func (x *NewAlphaAnimationRequest) String() string

type NewAlphaAnimationResponse

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

func (*NewAlphaAnimationResponse) Descriptor deprecated

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

Deprecated: Use NewAlphaAnimationResponse.ProtoReflect.Descriptor instead.

func (*NewAlphaAnimationResponse) GetResult

func (x *NewAlphaAnimationResponse) GetResult() int64

func (*NewAlphaAnimationResponse) ProtoMessage

func (*NewAlphaAnimationResponse) ProtoMessage()

func (*NewAlphaAnimationResponse) ProtoReflect

func (*NewAlphaAnimationResponse) Reset

func (x *NewAlphaAnimationResponse) Reset()

func (*NewAlphaAnimationResponse) String

func (x *NewAlphaAnimationResponse) String() string

type NewAnimatorInflaterRequest

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

func (*NewAnimatorInflaterRequest) Descriptor deprecated

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

Deprecated: Use NewAnimatorInflaterRequest.ProtoReflect.Descriptor instead.

func (*NewAnimatorInflaterRequest) ProtoMessage

func (*NewAnimatorInflaterRequest) ProtoMessage()

func (*NewAnimatorInflaterRequest) ProtoReflect

func (*NewAnimatorInflaterRequest) Reset

func (x *NewAnimatorInflaterRequest) Reset()

func (*NewAnimatorInflaterRequest) String

func (x *NewAnimatorInflaterRequest) String() string

type NewAnimatorInflaterResponse

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

func (*NewAnimatorInflaterResponse) Descriptor deprecated

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

Deprecated: Use NewAnimatorInflaterResponse.ProtoReflect.Descriptor instead.

func (*NewAnimatorInflaterResponse) GetResult

func (x *NewAnimatorInflaterResponse) GetResult() int64

func (*NewAnimatorInflaterResponse) ProtoMessage

func (*NewAnimatorInflaterResponse) ProtoMessage()

func (*NewAnimatorInflaterResponse) ProtoReflect

func (*NewAnimatorInflaterResponse) Reset

func (x *NewAnimatorInflaterResponse) Reset()

func (*NewAnimatorInflaterResponse) String

func (x *NewAnimatorInflaterResponse) String() string

type NewAnimatorSetRequest

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

func (*NewAnimatorSetRequest) Descriptor deprecated

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

Deprecated: Use NewAnimatorSetRequest.ProtoReflect.Descriptor instead.

func (*NewAnimatorSetRequest) ProtoMessage

func (*NewAnimatorSetRequest) ProtoMessage()

func (*NewAnimatorSetRequest) ProtoReflect

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

func (*NewAnimatorSetRequest) Reset

func (x *NewAnimatorSetRequest) Reset()

func (*NewAnimatorSetRequest) String

func (x *NewAnimatorSetRequest) String() string

type NewAnimatorSetResponse

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

func (*NewAnimatorSetResponse) Descriptor deprecated

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

Deprecated: Use NewAnimatorSetResponse.ProtoReflect.Descriptor instead.

func (*NewAnimatorSetResponse) GetResult

func (x *NewAnimatorSetResponse) GetResult() int64

func (*NewAnimatorSetResponse) ProtoMessage

func (*NewAnimatorSetResponse) ProtoMessage()

func (*NewAnimatorSetResponse) ProtoReflect

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

func (*NewAnimatorSetResponse) Reset

func (x *NewAnimatorSetResponse) Reset()

func (*NewAnimatorSetResponse) String

func (x *NewAnimatorSetResponse) String() string

type NewAnticipateInterpolatorRequest

type NewAnticipateInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewAnticipateInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewAnticipateInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewAnticipateInterpolatorRequest) GetArg0

func (*NewAnticipateInterpolatorRequest) GetArg1

func (*NewAnticipateInterpolatorRequest) ProtoMessage

func (*NewAnticipateInterpolatorRequest) ProtoMessage()

func (*NewAnticipateInterpolatorRequest) ProtoReflect

func (*NewAnticipateInterpolatorRequest) Reset

func (*NewAnticipateInterpolatorRequest) String

type NewAnticipateInterpolatorResponse

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

func (*NewAnticipateInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use NewAnticipateInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewAnticipateInterpolatorResponse) GetResult

func (*NewAnticipateInterpolatorResponse) ProtoMessage

func (*NewAnticipateInterpolatorResponse) ProtoMessage()

func (*NewAnticipateInterpolatorResponse) ProtoReflect

func (*NewAnticipateInterpolatorResponse) Reset

func (*NewAnticipateInterpolatorResponse) String

type NewAnticipateOvershootInterpolatorRequest

type NewAnticipateOvershootInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewAnticipateOvershootInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewAnticipateOvershootInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewAnticipateOvershootInterpolatorRequest) GetArg0

func (*NewAnticipateOvershootInterpolatorRequest) GetArg1

func (*NewAnticipateOvershootInterpolatorRequest) ProtoMessage

func (*NewAnticipateOvershootInterpolatorRequest) ProtoReflect

func (*NewAnticipateOvershootInterpolatorRequest) Reset

func (*NewAnticipateOvershootInterpolatorRequest) String

type NewAnticipateOvershootInterpolatorResponse

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

func (*NewAnticipateOvershootInterpolatorResponse) Descriptor deprecated

Deprecated: Use NewAnticipateOvershootInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewAnticipateOvershootInterpolatorResponse) GetResult

func (*NewAnticipateOvershootInterpolatorResponse) ProtoMessage

func (*NewAnticipateOvershootInterpolatorResponse) ProtoReflect

func (*NewAnticipateOvershootInterpolatorResponse) Reset

func (*NewAnticipateOvershootInterpolatorResponse) String

type NewArgbEvaluatorRequest

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

func (*NewArgbEvaluatorRequest) Descriptor deprecated

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

Deprecated: Use NewArgbEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*NewArgbEvaluatorRequest) ProtoMessage

func (*NewArgbEvaluatorRequest) ProtoMessage()

func (*NewArgbEvaluatorRequest) ProtoReflect

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

func (*NewArgbEvaluatorRequest) Reset

func (x *NewArgbEvaluatorRequest) Reset()

func (*NewArgbEvaluatorRequest) String

func (x *NewArgbEvaluatorRequest) String() string

type NewArgbEvaluatorResponse

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

func (*NewArgbEvaluatorResponse) Descriptor deprecated

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

Deprecated: Use NewArgbEvaluatorResponse.ProtoReflect.Descriptor instead.

func (*NewArgbEvaluatorResponse) GetResult

func (x *NewArgbEvaluatorResponse) GetResult() int64

func (*NewArgbEvaluatorResponse) ProtoMessage

func (*NewArgbEvaluatorResponse) ProtoMessage()

func (*NewArgbEvaluatorResponse) ProtoReflect

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

func (*NewArgbEvaluatorResponse) Reset

func (x *NewArgbEvaluatorResponse) Reset()

func (*NewArgbEvaluatorResponse) String

func (x *NewArgbEvaluatorResponse) String() string

type NewBounceInterpolatorRequest

type NewBounceInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewBounceInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewBounceInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewBounceInterpolatorRequest) GetArg0

func (x *NewBounceInterpolatorRequest) GetArg0() int64

func (*NewBounceInterpolatorRequest) GetArg1

func (x *NewBounceInterpolatorRequest) GetArg1() int64

func (*NewBounceInterpolatorRequest) ProtoMessage

func (*NewBounceInterpolatorRequest) ProtoMessage()

func (*NewBounceInterpolatorRequest) ProtoReflect

func (*NewBounceInterpolatorRequest) Reset

func (x *NewBounceInterpolatorRequest) Reset()

func (*NewBounceInterpolatorRequest) String

type NewBounceInterpolatorResponse

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

func (*NewBounceInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use NewBounceInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewBounceInterpolatorResponse) GetResult

func (x *NewBounceInterpolatorResponse) GetResult() int64

func (*NewBounceInterpolatorResponse) ProtoMessage

func (*NewBounceInterpolatorResponse) ProtoMessage()

func (*NewBounceInterpolatorResponse) ProtoReflect

func (*NewBounceInterpolatorResponse) Reset

func (x *NewBounceInterpolatorResponse) Reset()

func (*NewBounceInterpolatorResponse) String

type NewCycleInterpolatorRequest

type NewCycleInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewCycleInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewCycleInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewCycleInterpolatorRequest) GetArg0

func (x *NewCycleInterpolatorRequest) GetArg0() int64

func (*NewCycleInterpolatorRequest) GetArg1

func (x *NewCycleInterpolatorRequest) GetArg1() int64

func (*NewCycleInterpolatorRequest) ProtoMessage

func (*NewCycleInterpolatorRequest) ProtoMessage()

func (*NewCycleInterpolatorRequest) ProtoReflect

func (*NewCycleInterpolatorRequest) Reset

func (x *NewCycleInterpolatorRequest) Reset()

func (*NewCycleInterpolatorRequest) String

func (x *NewCycleInterpolatorRequest) String() string

type NewCycleInterpolatorResponse

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

func (*NewCycleInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use NewCycleInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewCycleInterpolatorResponse) GetResult

func (x *NewCycleInterpolatorResponse) GetResult() int64

func (*NewCycleInterpolatorResponse) ProtoMessage

func (*NewCycleInterpolatorResponse) ProtoMessage()

func (*NewCycleInterpolatorResponse) ProtoReflect

func (*NewCycleInterpolatorResponse) Reset

func (x *NewCycleInterpolatorResponse) Reset()

func (*NewCycleInterpolatorResponse) String

type NewDecelerateInterpolatorRequest

type NewDecelerateInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewDecelerateInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewDecelerateInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewDecelerateInterpolatorRequest) GetArg0

func (*NewDecelerateInterpolatorRequest) GetArg1

func (*NewDecelerateInterpolatorRequest) ProtoMessage

func (*NewDecelerateInterpolatorRequest) ProtoMessage()

func (*NewDecelerateInterpolatorRequest) ProtoReflect

func (*NewDecelerateInterpolatorRequest) Reset

func (*NewDecelerateInterpolatorRequest) String

type NewDecelerateInterpolatorResponse

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

func (*NewDecelerateInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use NewDecelerateInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewDecelerateInterpolatorResponse) GetResult

func (*NewDecelerateInterpolatorResponse) ProtoMessage

func (*NewDecelerateInterpolatorResponse) ProtoMessage()

func (*NewDecelerateInterpolatorResponse) ProtoReflect

func (*NewDecelerateInterpolatorResponse) Reset

func (*NewDecelerateInterpolatorResponse) String

type NewFloatArrayEvaluatorRequest

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

func (*NewFloatArrayEvaluatorRequest) Descriptor deprecated

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

Deprecated: Use NewFloatArrayEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*NewFloatArrayEvaluatorRequest) ProtoMessage

func (*NewFloatArrayEvaluatorRequest) ProtoMessage()

func (*NewFloatArrayEvaluatorRequest) ProtoReflect

func (*NewFloatArrayEvaluatorRequest) Reset

func (x *NewFloatArrayEvaluatorRequest) Reset()

func (*NewFloatArrayEvaluatorRequest) String

type NewFloatArrayEvaluatorResponse

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

func (*NewFloatArrayEvaluatorResponse) Descriptor deprecated

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

Deprecated: Use NewFloatArrayEvaluatorResponse.ProtoReflect.Descriptor instead.

func (*NewFloatArrayEvaluatorResponse) GetResult

func (x *NewFloatArrayEvaluatorResponse) GetResult() int64

func (*NewFloatArrayEvaluatorResponse) ProtoMessage

func (*NewFloatArrayEvaluatorResponse) ProtoMessage()

func (*NewFloatArrayEvaluatorResponse) ProtoReflect

func (*NewFloatArrayEvaluatorResponse) Reset

func (x *NewFloatArrayEvaluatorResponse) Reset()

func (*NewFloatArrayEvaluatorResponse) String

type NewFloatEvaluatorRequest

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

func (*NewFloatEvaluatorRequest) Descriptor deprecated

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

Deprecated: Use NewFloatEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*NewFloatEvaluatorRequest) ProtoMessage

func (*NewFloatEvaluatorRequest) ProtoMessage()

func (*NewFloatEvaluatorRequest) ProtoReflect

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

func (*NewFloatEvaluatorRequest) Reset

func (x *NewFloatEvaluatorRequest) Reset()

func (*NewFloatEvaluatorRequest) String

func (x *NewFloatEvaluatorRequest) String() string

type NewFloatEvaluatorResponse

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

func (*NewFloatEvaluatorResponse) Descriptor deprecated

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

Deprecated: Use NewFloatEvaluatorResponse.ProtoReflect.Descriptor instead.

func (*NewFloatEvaluatorResponse) GetResult

func (x *NewFloatEvaluatorResponse) GetResult() int64

func (*NewFloatEvaluatorResponse) ProtoMessage

func (*NewFloatEvaluatorResponse) ProtoMessage()

func (*NewFloatEvaluatorResponse) ProtoReflect

func (*NewFloatEvaluatorResponse) Reset

func (x *NewFloatEvaluatorResponse) Reset()

func (*NewFloatEvaluatorResponse) String

func (x *NewFloatEvaluatorResponse) String() string

type NewGridLayoutAnimationControllerRequest

type NewGridLayoutAnimationControllerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewGridLayoutAnimationControllerRequest) Descriptor deprecated

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

Deprecated: Use NewGridLayoutAnimationControllerRequest.ProtoReflect.Descriptor instead.

func (*NewGridLayoutAnimationControllerRequest) GetArg0

func (*NewGridLayoutAnimationControllerRequest) GetArg1

func (*NewGridLayoutAnimationControllerRequest) ProtoMessage

func (*NewGridLayoutAnimationControllerRequest) ProtoReflect

func (*NewGridLayoutAnimationControllerRequest) Reset

func (*NewGridLayoutAnimationControllerRequest) String

type NewGridLayoutAnimationControllerResponse

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

func (*NewGridLayoutAnimationControllerResponse) Descriptor deprecated

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

Deprecated: Use NewGridLayoutAnimationControllerResponse.ProtoReflect.Descriptor instead.

func (*NewGridLayoutAnimationControllerResponse) GetResult

func (*NewGridLayoutAnimationControllerResponse) ProtoMessage

func (*NewGridLayoutAnimationControllerResponse) ProtoReflect

func (*NewGridLayoutAnimationControllerResponse) Reset

func (*NewGridLayoutAnimationControllerResponse) String

type NewIntArrayEvaluatorRequest

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

func (*NewIntArrayEvaluatorRequest) Descriptor deprecated

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

Deprecated: Use NewIntArrayEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*NewIntArrayEvaluatorRequest) ProtoMessage

func (*NewIntArrayEvaluatorRequest) ProtoMessage()

func (*NewIntArrayEvaluatorRequest) ProtoReflect

func (*NewIntArrayEvaluatorRequest) Reset

func (x *NewIntArrayEvaluatorRequest) Reset()

func (*NewIntArrayEvaluatorRequest) String

func (x *NewIntArrayEvaluatorRequest) String() string

type NewIntArrayEvaluatorResponse

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

func (*NewIntArrayEvaluatorResponse) Descriptor deprecated

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

Deprecated: Use NewIntArrayEvaluatorResponse.ProtoReflect.Descriptor instead.

func (*NewIntArrayEvaluatorResponse) GetResult

func (x *NewIntArrayEvaluatorResponse) GetResult() int64

func (*NewIntArrayEvaluatorResponse) ProtoMessage

func (*NewIntArrayEvaluatorResponse) ProtoMessage()

func (*NewIntArrayEvaluatorResponse) ProtoReflect

func (*NewIntArrayEvaluatorResponse) Reset

func (x *NewIntArrayEvaluatorResponse) Reset()

func (*NewIntArrayEvaluatorResponse) String

type NewIntEvaluatorRequest

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

func (*NewIntEvaluatorRequest) Descriptor deprecated

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

Deprecated: Use NewIntEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*NewIntEvaluatorRequest) ProtoMessage

func (*NewIntEvaluatorRequest) ProtoMessage()

func (*NewIntEvaluatorRequest) ProtoReflect

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

func (*NewIntEvaluatorRequest) Reset

func (x *NewIntEvaluatorRequest) Reset()

func (*NewIntEvaluatorRequest) String

func (x *NewIntEvaluatorRequest) String() string

type NewIntEvaluatorResponse

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

func (*NewIntEvaluatorResponse) Descriptor deprecated

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

Deprecated: Use NewIntEvaluatorResponse.ProtoReflect.Descriptor instead.

func (*NewIntEvaluatorResponse) GetResult

func (x *NewIntEvaluatorResponse) GetResult() int64

func (*NewIntEvaluatorResponse) ProtoMessage

func (*NewIntEvaluatorResponse) ProtoMessage()

func (*NewIntEvaluatorResponse) ProtoReflect

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

func (*NewIntEvaluatorResponse) Reset

func (x *NewIntEvaluatorResponse) Reset()

func (*NewIntEvaluatorResponse) String

func (x *NewIntEvaluatorResponse) String() string

type NewLayoutAnimationControllerRequest

type NewLayoutAnimationControllerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewLayoutAnimationControllerRequest) Descriptor deprecated

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

Deprecated: Use NewLayoutAnimationControllerRequest.ProtoReflect.Descriptor instead.

func (*NewLayoutAnimationControllerRequest) GetArg0

func (*NewLayoutAnimationControllerRequest) GetArg1

func (*NewLayoutAnimationControllerRequest) ProtoMessage

func (*NewLayoutAnimationControllerRequest) ProtoMessage()

func (*NewLayoutAnimationControllerRequest) ProtoReflect

func (*NewLayoutAnimationControllerRequest) Reset

func (*NewLayoutAnimationControllerRequest) String

type NewLayoutAnimationControllerResponse

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

func (*NewLayoutAnimationControllerResponse) Descriptor deprecated

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

Deprecated: Use NewLayoutAnimationControllerResponse.ProtoReflect.Descriptor instead.

func (*NewLayoutAnimationControllerResponse) GetResult

func (*NewLayoutAnimationControllerResponse) ProtoMessage

func (*NewLayoutAnimationControllerResponse) ProtoMessage()

func (*NewLayoutAnimationControllerResponse) ProtoReflect

func (*NewLayoutAnimationControllerResponse) Reset

func (*NewLayoutAnimationControllerResponse) String

type NewLayoutTransitionRequest

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

func (*NewLayoutTransitionRequest) Descriptor deprecated

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

Deprecated: Use NewLayoutTransitionRequest.ProtoReflect.Descriptor instead.

func (*NewLayoutTransitionRequest) ProtoMessage

func (*NewLayoutTransitionRequest) ProtoMessage()

func (*NewLayoutTransitionRequest) ProtoReflect

func (*NewLayoutTransitionRequest) Reset

func (x *NewLayoutTransitionRequest) Reset()

func (*NewLayoutTransitionRequest) String

func (x *NewLayoutTransitionRequest) String() string

type NewLayoutTransitionResponse

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

func (*NewLayoutTransitionResponse) Descriptor deprecated

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

Deprecated: Use NewLayoutTransitionResponse.ProtoReflect.Descriptor instead.

func (*NewLayoutTransitionResponse) GetResult

func (x *NewLayoutTransitionResponse) GetResult() int64

func (*NewLayoutTransitionResponse) ProtoMessage

func (*NewLayoutTransitionResponse) ProtoMessage()

func (*NewLayoutTransitionResponse) ProtoReflect

func (*NewLayoutTransitionResponse) Reset

func (x *NewLayoutTransitionResponse) Reset()

func (*NewLayoutTransitionResponse) String

func (x *NewLayoutTransitionResponse) String() string

type NewLinearInterpolatorRequest

type NewLinearInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewLinearInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewLinearInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewLinearInterpolatorRequest) GetArg0

func (x *NewLinearInterpolatorRequest) GetArg0() int64

func (*NewLinearInterpolatorRequest) GetArg1

func (x *NewLinearInterpolatorRequest) GetArg1() int64

func (*NewLinearInterpolatorRequest) ProtoMessage

func (*NewLinearInterpolatorRequest) ProtoMessage()

func (*NewLinearInterpolatorRequest) ProtoReflect

func (*NewLinearInterpolatorRequest) Reset

func (x *NewLinearInterpolatorRequest) Reset()

func (*NewLinearInterpolatorRequest) String

type NewLinearInterpolatorResponse

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

func (*NewLinearInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use NewLinearInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewLinearInterpolatorResponse) GetResult

func (x *NewLinearInterpolatorResponse) GetResult() int64

func (*NewLinearInterpolatorResponse) ProtoMessage

func (*NewLinearInterpolatorResponse) ProtoMessage()

func (*NewLinearInterpolatorResponse) ProtoReflect

func (*NewLinearInterpolatorResponse) Reset

func (x *NewLinearInterpolatorResponse) Reset()

func (*NewLinearInterpolatorResponse) String

type NewObjectAnimatorRequest

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

func (*NewObjectAnimatorRequest) Descriptor deprecated

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

Deprecated: Use NewObjectAnimatorRequest.ProtoReflect.Descriptor instead.

func (*NewObjectAnimatorRequest) ProtoMessage

func (*NewObjectAnimatorRequest) ProtoMessage()

func (*NewObjectAnimatorRequest) ProtoReflect

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

func (*NewObjectAnimatorRequest) Reset

func (x *NewObjectAnimatorRequest) Reset()

func (*NewObjectAnimatorRequest) String

func (x *NewObjectAnimatorRequest) String() string

type NewObjectAnimatorResponse

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

func (*NewObjectAnimatorResponse) Descriptor deprecated

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

Deprecated: Use NewObjectAnimatorResponse.ProtoReflect.Descriptor instead.

func (*NewObjectAnimatorResponse) GetResult

func (x *NewObjectAnimatorResponse) GetResult() int64

func (*NewObjectAnimatorResponse) ProtoMessage

func (*NewObjectAnimatorResponse) ProtoMessage()

func (*NewObjectAnimatorResponse) ProtoReflect

func (*NewObjectAnimatorResponse) Reset

func (x *NewObjectAnimatorResponse) Reset()

func (*NewObjectAnimatorResponse) String

func (x *NewObjectAnimatorResponse) String() string

type NewOvershootInterpolatorRequest

type NewOvershootInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewOvershootInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewOvershootInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewOvershootInterpolatorRequest) GetArg0

func (*NewOvershootInterpolatorRequest) GetArg1

func (*NewOvershootInterpolatorRequest) ProtoMessage

func (*NewOvershootInterpolatorRequest) ProtoMessage()

func (*NewOvershootInterpolatorRequest) ProtoReflect

func (*NewOvershootInterpolatorRequest) Reset

func (*NewOvershootInterpolatorRequest) String

type NewOvershootInterpolatorResponse

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

func (*NewOvershootInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use NewOvershootInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewOvershootInterpolatorResponse) GetResult

func (x *NewOvershootInterpolatorResponse) GetResult() int64

func (*NewOvershootInterpolatorResponse) ProtoMessage

func (*NewOvershootInterpolatorResponse) ProtoMessage()

func (*NewOvershootInterpolatorResponse) ProtoReflect

func (*NewOvershootInterpolatorResponse) Reset

func (*NewOvershootInterpolatorResponse) String

type NewPathInterpolatorRequest

type NewPathInterpolatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPathInterpolatorRequest) Descriptor deprecated

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

Deprecated: Use NewPathInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*NewPathInterpolatorRequest) GetArg0

func (x *NewPathInterpolatorRequest) GetArg0() int64

func (*NewPathInterpolatorRequest) GetArg1

func (x *NewPathInterpolatorRequest) GetArg1() int64

func (*NewPathInterpolatorRequest) ProtoMessage

func (*NewPathInterpolatorRequest) ProtoMessage()

func (*NewPathInterpolatorRequest) ProtoReflect

func (*NewPathInterpolatorRequest) Reset

func (x *NewPathInterpolatorRequest) Reset()

func (*NewPathInterpolatorRequest) String

func (x *NewPathInterpolatorRequest) String() string

type NewPathInterpolatorResponse

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

func (*NewPathInterpolatorResponse) Descriptor deprecated

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

Deprecated: Use NewPathInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*NewPathInterpolatorResponse) GetResult

func (x *NewPathInterpolatorResponse) GetResult() int64

func (*NewPathInterpolatorResponse) ProtoMessage

func (*NewPathInterpolatorResponse) ProtoMessage()

func (*NewPathInterpolatorResponse) ProtoReflect

func (*NewPathInterpolatorResponse) Reset

func (x *NewPathInterpolatorResponse) Reset()

func (*NewPathInterpolatorResponse) String

func (x *NewPathInterpolatorResponse) String() string

type NewPointFEvaluatorRequest

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

func (*NewPointFEvaluatorRequest) Descriptor deprecated

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

Deprecated: Use NewPointFEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*NewPointFEvaluatorRequest) ProtoMessage

func (*NewPointFEvaluatorRequest) ProtoMessage()

func (*NewPointFEvaluatorRequest) ProtoReflect

func (*NewPointFEvaluatorRequest) Reset

func (x *NewPointFEvaluatorRequest) Reset()

func (*NewPointFEvaluatorRequest) String

func (x *NewPointFEvaluatorRequest) String() string

type NewPointFEvaluatorResponse

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

func (*NewPointFEvaluatorResponse) Descriptor deprecated

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

Deprecated: Use NewPointFEvaluatorResponse.ProtoReflect.Descriptor instead.

func (*NewPointFEvaluatorResponse) GetResult

func (x *NewPointFEvaluatorResponse) GetResult() int64

func (*NewPointFEvaluatorResponse) ProtoMessage

func (*NewPointFEvaluatorResponse) ProtoMessage()

func (*NewPointFEvaluatorResponse) ProtoReflect

func (*NewPointFEvaluatorResponse) Reset

func (x *NewPointFEvaluatorResponse) Reset()

func (*NewPointFEvaluatorResponse) String

func (x *NewPointFEvaluatorResponse) String() string

type NewRectEvaluatorRequest

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

func (*NewRectEvaluatorRequest) Descriptor deprecated

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

Deprecated: Use NewRectEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*NewRectEvaluatorRequest) ProtoMessage

func (*NewRectEvaluatorRequest) ProtoMessage()

func (*NewRectEvaluatorRequest) ProtoReflect

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

func (*NewRectEvaluatorRequest) Reset

func (x *NewRectEvaluatorRequest) Reset()

func (*NewRectEvaluatorRequest) String

func (x *NewRectEvaluatorRequest) String() string

type NewRectEvaluatorResponse

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

func (*NewRectEvaluatorResponse) Descriptor deprecated

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

Deprecated: Use NewRectEvaluatorResponse.ProtoReflect.Descriptor instead.

func (*NewRectEvaluatorResponse) GetResult

func (x *NewRectEvaluatorResponse) GetResult() int64

func (*NewRectEvaluatorResponse) ProtoMessage

func (*NewRectEvaluatorResponse) ProtoMessage()

func (*NewRectEvaluatorResponse) ProtoReflect

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

func (*NewRectEvaluatorResponse) Reset

func (x *NewRectEvaluatorResponse) Reset()

func (*NewRectEvaluatorResponse) String

func (x *NewRectEvaluatorResponse) String() string

type NewRotateAnimationRequest

type NewRotateAnimationRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewRotateAnimationRequest) Descriptor deprecated

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

Deprecated: Use NewRotateAnimationRequest.ProtoReflect.Descriptor instead.

func (*NewRotateAnimationRequest) GetArg0

func (x *NewRotateAnimationRequest) GetArg0() int64

func (*NewRotateAnimationRequest) GetArg1

func (x *NewRotateAnimationRequest) GetArg1() int64

func (*NewRotateAnimationRequest) ProtoMessage

func (*NewRotateAnimationRequest) ProtoMessage()

func (*NewRotateAnimationRequest) ProtoReflect

func (*NewRotateAnimationRequest) Reset

func (x *NewRotateAnimationRequest) Reset()

func (*NewRotateAnimationRequest) String

func (x *NewRotateAnimationRequest) String() string

type NewRotateAnimationResponse

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

func (*NewRotateAnimationResponse) Descriptor deprecated

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

Deprecated: Use NewRotateAnimationResponse.ProtoReflect.Descriptor instead.

func (*NewRotateAnimationResponse) GetResult

func (x *NewRotateAnimationResponse) GetResult() int64

func (*NewRotateAnimationResponse) ProtoMessage

func (*NewRotateAnimationResponse) ProtoMessage()

func (*NewRotateAnimationResponse) ProtoReflect

func (*NewRotateAnimationResponse) Reset

func (x *NewRotateAnimationResponse) Reset()

func (*NewRotateAnimationResponse) String

func (x *NewRotateAnimationResponse) String() string

type NewScaleAnimationRequest

type NewScaleAnimationRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewScaleAnimationRequest) Descriptor deprecated

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

Deprecated: Use NewScaleAnimationRequest.ProtoReflect.Descriptor instead.

func (*NewScaleAnimationRequest) GetArg0

func (x *NewScaleAnimationRequest) GetArg0() int64

func (*NewScaleAnimationRequest) GetArg1

func (x *NewScaleAnimationRequest) GetArg1() int64

func (*NewScaleAnimationRequest) ProtoMessage

func (*NewScaleAnimationRequest) ProtoMessage()

func (*NewScaleAnimationRequest) ProtoReflect

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

func (*NewScaleAnimationRequest) Reset

func (x *NewScaleAnimationRequest) Reset()

func (*NewScaleAnimationRequest) String

func (x *NewScaleAnimationRequest) String() string

type NewScaleAnimationResponse

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

func (*NewScaleAnimationResponse) Descriptor deprecated

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

Deprecated: Use NewScaleAnimationResponse.ProtoReflect.Descriptor instead.

func (*NewScaleAnimationResponse) GetResult

func (x *NewScaleAnimationResponse) GetResult() int64

func (*NewScaleAnimationResponse) ProtoMessage

func (*NewScaleAnimationResponse) ProtoMessage()

func (*NewScaleAnimationResponse) ProtoReflect

func (*NewScaleAnimationResponse) Reset

func (x *NewScaleAnimationResponse) Reset()

func (*NewScaleAnimationResponse) String

func (x *NewScaleAnimationResponse) String() string

type NewSetRequest

type NewSetRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewSetRequest) Descriptor deprecated

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

Deprecated: Use NewSetRequest.ProtoReflect.Descriptor instead.

func (*NewSetRequest) GetArg0

func (x *NewSetRequest) GetArg0() int64

func (*NewSetRequest) GetArg1

func (x *NewSetRequest) GetArg1() int64

func (*NewSetRequest) ProtoMessage

func (*NewSetRequest) ProtoMessage()

func (*NewSetRequest) ProtoReflect

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

func (*NewSetRequest) Reset

func (x *NewSetRequest) Reset()

func (*NewSetRequest) String

func (x *NewSetRequest) String() string

type NewSetResponse

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

func (*NewSetResponse) Descriptor deprecated

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

Deprecated: Use NewSetResponse.ProtoReflect.Descriptor instead.

func (*NewSetResponse) GetResult

func (x *NewSetResponse) GetResult() int64

func (*NewSetResponse) ProtoMessage

func (*NewSetResponse) ProtoMessage()

func (*NewSetResponse) ProtoReflect

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

func (*NewSetResponse) Reset

func (x *NewSetResponse) Reset()

func (*NewSetResponse) String

func (x *NewSetResponse) String() string

type NewStateListAnimatorRequest

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

func (*NewStateListAnimatorRequest) Descriptor deprecated

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

Deprecated: Use NewStateListAnimatorRequest.ProtoReflect.Descriptor instead.

func (*NewStateListAnimatorRequest) ProtoMessage

func (*NewStateListAnimatorRequest) ProtoMessage()

func (*NewStateListAnimatorRequest) ProtoReflect

func (*NewStateListAnimatorRequest) Reset

func (x *NewStateListAnimatorRequest) Reset()

func (*NewStateListAnimatorRequest) String

func (x *NewStateListAnimatorRequest) String() string

type NewStateListAnimatorResponse

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

func (*NewStateListAnimatorResponse) Descriptor deprecated

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

Deprecated: Use NewStateListAnimatorResponse.ProtoReflect.Descriptor instead.

func (*NewStateListAnimatorResponse) GetResult

func (x *NewStateListAnimatorResponse) GetResult() int64

func (*NewStateListAnimatorResponse) ProtoMessage

func (*NewStateListAnimatorResponse) ProtoMessage()

func (*NewStateListAnimatorResponse) ProtoReflect

func (*NewStateListAnimatorResponse) Reset

func (x *NewStateListAnimatorResponse) Reset()

func (*NewStateListAnimatorResponse) String

type NewTimeAnimatorRequest

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

func (*NewTimeAnimatorRequest) Descriptor deprecated

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

Deprecated: Use NewTimeAnimatorRequest.ProtoReflect.Descriptor instead.

func (*NewTimeAnimatorRequest) ProtoMessage

func (*NewTimeAnimatorRequest) ProtoMessage()

func (*NewTimeAnimatorRequest) ProtoReflect

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

func (*NewTimeAnimatorRequest) Reset

func (x *NewTimeAnimatorRequest) Reset()

func (*NewTimeAnimatorRequest) String

func (x *NewTimeAnimatorRequest) String() string

type NewTimeAnimatorResponse

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

func (*NewTimeAnimatorResponse) Descriptor deprecated

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

Deprecated: Use NewTimeAnimatorResponse.ProtoReflect.Descriptor instead.

func (*NewTimeAnimatorResponse) GetResult

func (x *NewTimeAnimatorResponse) GetResult() int64

func (*NewTimeAnimatorResponse) ProtoMessage

func (*NewTimeAnimatorResponse) ProtoMessage()

func (*NewTimeAnimatorResponse) ProtoReflect

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

func (*NewTimeAnimatorResponse) Reset

func (x *NewTimeAnimatorResponse) Reset()

func (*NewTimeAnimatorResponse) String

func (x *NewTimeAnimatorResponse) String() string

type NewTransformationRequest

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

func (*NewTransformationRequest) Descriptor deprecated

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

Deprecated: Use NewTransformationRequest.ProtoReflect.Descriptor instead.

func (*NewTransformationRequest) ProtoMessage

func (*NewTransformationRequest) ProtoMessage()

func (*NewTransformationRequest) ProtoReflect

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

func (*NewTransformationRequest) Reset

func (x *NewTransformationRequest) Reset()

func (*NewTransformationRequest) String

func (x *NewTransformationRequest) String() string

type NewTransformationResponse

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

func (*NewTransformationResponse) Descriptor deprecated

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

Deprecated: Use NewTransformationResponse.ProtoReflect.Descriptor instead.

func (*NewTransformationResponse) GetResult

func (x *NewTransformationResponse) GetResult() int64

func (*NewTransformationResponse) ProtoMessage

func (*NewTransformationResponse) ProtoMessage()

func (*NewTransformationResponse) ProtoReflect

func (*NewTransformationResponse) Reset

func (x *NewTransformationResponse) Reset()

func (*NewTransformationResponse) String

func (x *NewTransformationResponse) String() string

type NewTranslateAnimationRequest

type NewTranslateAnimationRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewTranslateAnimationRequest) Descriptor deprecated

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

Deprecated: Use NewTranslateAnimationRequest.ProtoReflect.Descriptor instead.

func (*NewTranslateAnimationRequest) GetArg0

func (x *NewTranslateAnimationRequest) GetArg0() int64

func (*NewTranslateAnimationRequest) GetArg1

func (x *NewTranslateAnimationRequest) GetArg1() int64

func (*NewTranslateAnimationRequest) ProtoMessage

func (*NewTranslateAnimationRequest) ProtoMessage()

func (*NewTranslateAnimationRequest) ProtoReflect

func (*NewTranslateAnimationRequest) Reset

func (x *NewTranslateAnimationRequest) Reset()

func (*NewTranslateAnimationRequest) String

type NewTranslateAnimationResponse

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

func (*NewTranslateAnimationResponse) Descriptor deprecated

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

Deprecated: Use NewTranslateAnimationResponse.ProtoReflect.Descriptor instead.

func (*NewTranslateAnimationResponse) GetResult

func (x *NewTranslateAnimationResponse) GetResult() int64

func (*NewTranslateAnimationResponse) ProtoMessage

func (*NewTranslateAnimationResponse) ProtoMessage()

func (*NewTranslateAnimationResponse) ProtoReflect

func (*NewTranslateAnimationResponse) Reset

func (x *NewTranslateAnimationResponse) Reset()

func (*NewTranslateAnimationResponse) String

type NewUtilsRequest

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

func (*NewUtilsRequest) Descriptor deprecated

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

Deprecated: Use NewUtilsRequest.ProtoReflect.Descriptor instead.

func (*NewUtilsRequest) ProtoMessage

func (*NewUtilsRequest) ProtoMessage()

func (*NewUtilsRequest) ProtoReflect

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

func (*NewUtilsRequest) Reset

func (x *NewUtilsRequest) Reset()

func (*NewUtilsRequest) String

func (x *NewUtilsRequest) String() string

type NewUtilsResponse

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

func (*NewUtilsResponse) Descriptor deprecated

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

Deprecated: Use NewUtilsResponse.ProtoReflect.Descriptor instead.

func (*NewUtilsResponse) GetResult

func (x *NewUtilsResponse) GetResult() int64

func (*NewUtilsResponse) ProtoMessage

func (*NewUtilsResponse) ProtoMessage()

func (*NewUtilsResponse) ProtoReflect

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

func (*NewUtilsResponse) Reset

func (x *NewUtilsResponse) Reset()

func (*NewUtilsResponse) String

func (x *NewUtilsResponse) String() string

type NewValueAnimatorRequest

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

func (*NewValueAnimatorRequest) Descriptor deprecated

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

Deprecated: Use NewValueAnimatorRequest.ProtoReflect.Descriptor instead.

func (*NewValueAnimatorRequest) ProtoMessage

func (*NewValueAnimatorRequest) ProtoMessage()

func (*NewValueAnimatorRequest) ProtoReflect

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

func (*NewValueAnimatorRequest) Reset

func (x *NewValueAnimatorRequest) Reset()

func (*NewValueAnimatorRequest) String

func (x *NewValueAnimatorRequest) String() string

type NewValueAnimatorResponse

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

func (*NewValueAnimatorResponse) Descriptor deprecated

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

Deprecated: Use NewValueAnimatorResponse.ProtoReflect.Descriptor instead.

func (*NewValueAnimatorResponse) GetResult

func (x *NewValueAnimatorResponse) GetResult() int64

func (*NewValueAnimatorResponse) ProtoMessage

func (*NewValueAnimatorResponse) ProtoMessage()

func (*NewValueAnimatorResponse) ProtoReflect

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

func (*NewValueAnimatorResponse) Reset

func (x *NewValueAnimatorResponse) Reset()

func (*NewValueAnimatorResponse) String

func (x *NewValueAnimatorResponse) String() string

type ObjectAnimatorOfArgbRequest

type ObjectAnimatorOfArgbRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectAnimatorOfArgbRequest) Descriptor deprecated

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

Deprecated: Use ObjectAnimatorOfArgbRequest.ProtoReflect.Descriptor instead.

func (*ObjectAnimatorOfArgbRequest) GetArg0

func (x *ObjectAnimatorOfArgbRequest) GetArg0() int64

func (*ObjectAnimatorOfArgbRequest) GetArg1

func (x *ObjectAnimatorOfArgbRequest) GetArg1() string

func (*ObjectAnimatorOfArgbRequest) GetArg2

func (x *ObjectAnimatorOfArgbRequest) GetArg2() int64

func (*ObjectAnimatorOfArgbRequest) GetHandle

func (x *ObjectAnimatorOfArgbRequest) GetHandle() int64

func (*ObjectAnimatorOfArgbRequest) ProtoMessage

func (*ObjectAnimatorOfArgbRequest) ProtoMessage()

func (*ObjectAnimatorOfArgbRequest) ProtoReflect

func (*ObjectAnimatorOfArgbRequest) Reset

func (x *ObjectAnimatorOfArgbRequest) Reset()

func (*ObjectAnimatorOfArgbRequest) String

func (x *ObjectAnimatorOfArgbRequest) String() string

type ObjectAnimatorOfObjectRequest

type ObjectAnimatorOfObjectRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3   int64  `protobuf:"varint,5,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectAnimatorOfObjectRequest) Descriptor deprecated

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

Deprecated: Use ObjectAnimatorOfObjectRequest.ProtoReflect.Descriptor instead.

func (*ObjectAnimatorOfObjectRequest) GetArg0

func (x *ObjectAnimatorOfObjectRequest) GetArg0() int64

func (*ObjectAnimatorOfObjectRequest) GetArg1

func (*ObjectAnimatorOfObjectRequest) GetArg2

func (x *ObjectAnimatorOfObjectRequest) GetArg2() int64

func (*ObjectAnimatorOfObjectRequest) GetArg3

func (x *ObjectAnimatorOfObjectRequest) GetArg3() int64

func (*ObjectAnimatorOfObjectRequest) GetHandle

func (x *ObjectAnimatorOfObjectRequest) GetHandle() int64

func (*ObjectAnimatorOfObjectRequest) ProtoMessage

func (*ObjectAnimatorOfObjectRequest) ProtoMessage()

func (*ObjectAnimatorOfObjectRequest) ProtoReflect

func (*ObjectAnimatorOfObjectRequest) Reset

func (x *ObjectAnimatorOfObjectRequest) Reset()

func (*ObjectAnimatorOfObjectRequest) String

type ObjectAnimatorOfPropertyValuesHolderRequest

type ObjectAnimatorOfPropertyValuesHolderRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectAnimatorOfPropertyValuesHolderRequest) Descriptor deprecated

Deprecated: Use ObjectAnimatorOfPropertyValuesHolderRequest.ProtoReflect.Descriptor instead.

func (*ObjectAnimatorOfPropertyValuesHolderRequest) GetArg0

func (*ObjectAnimatorOfPropertyValuesHolderRequest) GetArg1

func (*ObjectAnimatorOfPropertyValuesHolderRequest) GetHandle

func (*ObjectAnimatorOfPropertyValuesHolderRequest) ProtoMessage

func (*ObjectAnimatorOfPropertyValuesHolderRequest) ProtoReflect

func (*ObjectAnimatorOfPropertyValuesHolderRequest) Reset

func (*ObjectAnimatorOfPropertyValuesHolderRequest) String

type ObjectAnimatorServiceClient

type ObjectAnimatorServiceClient interface {
	NewObjectAnimator(ctx context.Context, in *NewObjectAnimatorRequest, opts ...grpc.CallOption) (*NewObjectAnimatorResponse, error)
	Clone0(ctx context.Context, in *Clone0Request, opts ...grpc.CallOption) (*Clone0Response, error)
	GetPropertyName(ctx context.Context, in *GetPropertyNameRequest, opts ...grpc.CallOption) (*GetPropertyNameResponse, error)
	GetTarget(ctx context.Context, in *GetTargetRequest, opts ...grpc.CallOption) (*GetTargetResponse, error)
	SetAutoCancel(ctx context.Context, in *SetAutoCancelRequest, opts ...grpc.CallOption) (*SetAutoCancelResponse, error)
	SetDuration1(ctx context.Context, in *SetDuration1Request, opts ...grpc.CallOption) (*SetDuration1Response, error)
	SetFloatValues(ctx context.Context, in *SetFloatValuesRequest, opts ...grpc.CallOption) (*SetFloatValuesResponse, error)
	SetIntValues(ctx context.Context, in *SetIntValuesRequest, opts ...grpc.CallOption) (*SetIntValuesResponse, error)
	SetObjectValues(ctx context.Context, in *SetObjectValuesRequest, opts ...grpc.CallOption) (*SetObjectValuesResponse, error)
	SetProperty(ctx context.Context, in *SetPropertyRequest, opts ...grpc.CallOption) (*SetPropertyResponse, error)
	SetPropertyName(ctx context.Context, in *SetPropertyNameRequest, opts ...grpc.CallOption) (*SetPropertyNameResponse, error)
	SetTarget(ctx context.Context, in *SetTargetRequest, opts ...grpc.CallOption) (*SetTargetResponse, error)
	SetupEndValues(ctx context.Context, in *SetupEndValuesRequest, opts ...grpc.CallOption) (*SetupEndValuesResponse, error)
	SetupStartValues(ctx context.Context, in *SetupStartValuesRequest, opts ...grpc.CallOption) (*SetupStartValuesResponse, error)
	Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	SetDuration1_1(ctx context.Context, in *SetDuration1_1Request, opts ...grpc.CallOption) (*SetDuration1_1Response, error)
	Clone0_1(ctx context.Context, in *Clone0_1Request, opts ...grpc.CallOption) (*Clone0_1Response, error)
	SetDuration1_2(ctx context.Context, in *SetDuration1_2Request, opts ...grpc.CallOption) (*SetDuration1_2Response, error)
	Clone0_2(ctx context.Context, in *Clone0_2Request, opts ...grpc.CallOption) (*Clone0_2Response, error)
	Clone0_3(ctx context.Context, in *Clone0_3Request, opts ...grpc.CallOption) (*Clone0_3Response, error)
	OfArgb(ctx context.Context, in *ObjectAnimatorOfArgbRequest, opts ...grpc.CallOption) (*OfArgbResponse, error)
	OfFloat3(ctx context.Context, in *OfFloat3Request, opts ...grpc.CallOption) (*OfFloat3Response, error)
	OfFloat4_1(ctx context.Context, in *OfFloat4_1Request, opts ...grpc.CallOption) (*OfFloat4_1Response, error)
	OfInt3(ctx context.Context, in *OfInt3Request, opts ...grpc.CallOption) (*OfInt3Response, error)
	OfInt4_1(ctx context.Context, in *OfInt4_1Request, opts ...grpc.CallOption) (*OfInt4_1Response, error)
	OfMultiFloat3(ctx context.Context, in *OfMultiFloat3Request, opts ...grpc.CallOption) (*OfMultiFloat3Response, error)
	OfMultiFloat3_1(ctx context.Context, in *OfMultiFloat3_1Request, opts ...grpc.CallOption) (*OfMultiFloat3_1Response, error)
	OfMultiInt3(ctx context.Context, in *OfMultiInt3Request, opts ...grpc.CallOption) (*OfMultiInt3Response, error)
	OfMultiInt3_1(ctx context.Context, in *OfMultiInt3_1Request, opts ...grpc.CallOption) (*OfMultiInt3_1Response, error)
	OfObject(ctx context.Context, in *ObjectAnimatorOfObjectRequest, opts ...grpc.CallOption) (*OfObjectResponse, error)
	OfPropertyValuesHolder(ctx context.Context, in *ObjectAnimatorOfPropertyValuesHolderRequest, opts ...grpc.CallOption) (*OfPropertyValuesHolderResponse, error)
}

ObjectAnimatorServiceClient is the client API for ObjectAnimatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ObjectAnimatorServiceServer

type ObjectAnimatorServiceServer interface {
	NewObjectAnimator(context.Context, *NewObjectAnimatorRequest) (*NewObjectAnimatorResponse, error)
	Clone0(context.Context, *Clone0Request) (*Clone0Response, error)
	GetPropertyName(context.Context, *GetPropertyNameRequest) (*GetPropertyNameResponse, error)
	GetTarget(context.Context, *GetTargetRequest) (*GetTargetResponse, error)
	SetAutoCancel(context.Context, *SetAutoCancelRequest) (*SetAutoCancelResponse, error)
	SetDuration1(context.Context, *SetDuration1Request) (*SetDuration1Response, error)
	SetFloatValues(context.Context, *SetFloatValuesRequest) (*SetFloatValuesResponse, error)
	SetIntValues(context.Context, *SetIntValuesRequest) (*SetIntValuesResponse, error)
	SetObjectValues(context.Context, *SetObjectValuesRequest) (*SetObjectValuesResponse, error)
	SetProperty(context.Context, *SetPropertyRequest) (*SetPropertyResponse, error)
	SetPropertyName(context.Context, *SetPropertyNameRequest) (*SetPropertyNameResponse, error)
	SetTarget(context.Context, *SetTargetRequest) (*SetTargetResponse, error)
	SetupEndValues(context.Context, *SetupEndValuesRequest) (*SetupEndValuesResponse, error)
	SetupStartValues(context.Context, *SetupStartValuesRequest) (*SetupStartValuesResponse, error)
	Start(context.Context, *StartRequest) (*StartResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	SetDuration1_1(context.Context, *SetDuration1_1Request) (*SetDuration1_1Response, error)
	Clone0_1(context.Context, *Clone0_1Request) (*Clone0_1Response, error)
	SetDuration1_2(context.Context, *SetDuration1_2Request) (*SetDuration1_2Response, error)
	Clone0_2(context.Context, *Clone0_2Request) (*Clone0_2Response, error)
	Clone0_3(context.Context, *Clone0_3Request) (*Clone0_3Response, error)
	OfArgb(context.Context, *ObjectAnimatorOfArgbRequest) (*OfArgbResponse, error)
	OfFloat3(context.Context, *OfFloat3Request) (*OfFloat3Response, error)
	OfFloat4_1(context.Context, *OfFloat4_1Request) (*OfFloat4_1Response, error)
	OfInt3(context.Context, *OfInt3Request) (*OfInt3Response, error)
	OfInt4_1(context.Context, *OfInt4_1Request) (*OfInt4_1Response, error)
	OfMultiFloat3(context.Context, *OfMultiFloat3Request) (*OfMultiFloat3Response, error)
	OfMultiFloat3_1(context.Context, *OfMultiFloat3_1Request) (*OfMultiFloat3_1Response, error)
	OfMultiInt3(context.Context, *OfMultiInt3Request) (*OfMultiInt3Response, error)
	OfMultiInt3_1(context.Context, *OfMultiInt3_1Request) (*OfMultiInt3_1Response, error)
	OfObject(context.Context, *ObjectAnimatorOfObjectRequest) (*OfObjectResponse, error)
	OfPropertyValuesHolder(context.Context, *ObjectAnimatorOfPropertyValuesHolderRequest) (*OfPropertyValuesHolderResponse, error)
	// contains filtered or unexported methods
}

ObjectAnimatorServiceServer is the server API for ObjectAnimatorService service. All implementations must embed UnimplementedObjectAnimatorServiceServer for forward compatibility.

type OfArgbRequest

type OfArgbRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OfArgbRequest) Descriptor deprecated

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

Deprecated: Use OfArgbRequest.ProtoReflect.Descriptor instead.

func (*OfArgbRequest) GetArg0

func (x *OfArgbRequest) GetArg0() int64

func (*OfArgbRequest) GetHandle

func (x *OfArgbRequest) GetHandle() int64

func (*OfArgbRequest) ProtoMessage

func (*OfArgbRequest) ProtoMessage()

func (*OfArgbRequest) ProtoReflect

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

func (*OfArgbRequest) Reset

func (x *OfArgbRequest) Reset()

func (*OfArgbRequest) String

func (x *OfArgbRequest) String() string

type OfArgbResponse

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

func (*OfArgbResponse) Descriptor deprecated

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

Deprecated: Use OfArgbResponse.ProtoReflect.Descriptor instead.

func (*OfArgbResponse) GetResult

func (x *OfArgbResponse) GetResult() int64

func (*OfArgbResponse) ProtoMessage

func (*OfArgbResponse) ProtoMessage()

func (*OfArgbResponse) ProtoReflect

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

func (*OfArgbResponse) Reset

func (x *OfArgbResponse) Reset()

func (*OfArgbResponse) String

func (x *OfArgbResponse) String() string

type OfFloat1Request

type OfFloat1Request struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OfFloat1Request) Descriptor deprecated

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

Deprecated: Use OfFloat1Request.ProtoReflect.Descriptor instead.

func (*OfFloat1Request) GetArg0

func (x *OfFloat1Request) GetArg0() float32

func (*OfFloat1Request) ProtoMessage

func (*OfFloat1Request) ProtoMessage()

func (*OfFloat1Request) ProtoReflect

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

func (*OfFloat1Request) Reset

func (x *OfFloat1Request) Reset()

func (*OfFloat1Request) String

func (x *OfFloat1Request) String() string

type OfFloat1Response

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

func (*OfFloat1Response) Descriptor deprecated

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

Deprecated: Use OfFloat1Response.ProtoReflect.Descriptor instead.

func (*OfFloat1Response) GetResult

func (x *OfFloat1Response) GetResult() int64

func (*OfFloat1Response) ProtoMessage

func (*OfFloat1Response) ProtoMessage()

func (*OfFloat1Response) ProtoReflect

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

func (*OfFloat1Response) Reset

func (x *OfFloat1Response) Reset()

func (*OfFloat1Response) String

func (x *OfFloat1Response) String() string

type OfFloat2_1Request

type OfFloat2_1Request struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 float32 `protobuf:"fixed32,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfFloat2_1Request) Descriptor deprecated

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

Deprecated: Use OfFloat2_1Request.ProtoReflect.Descriptor instead.

func (*OfFloat2_1Request) GetArg0

func (x *OfFloat2_1Request) GetArg0() float32

func (*OfFloat2_1Request) GetArg1

func (x *OfFloat2_1Request) GetArg1() float32

func (*OfFloat2_1Request) ProtoMessage

func (*OfFloat2_1Request) ProtoMessage()

func (*OfFloat2_1Request) ProtoReflect

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

func (*OfFloat2_1Request) Reset

func (x *OfFloat2_1Request) Reset()

func (*OfFloat2_1Request) String

func (x *OfFloat2_1Request) String() string

type OfFloat2_1Response

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

func (*OfFloat2_1Response) Descriptor deprecated

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

Deprecated: Use OfFloat2_1Response.ProtoReflect.Descriptor instead.

func (*OfFloat2_1Response) GetResult

func (x *OfFloat2_1Response) GetResult() int64

func (*OfFloat2_1Response) ProtoMessage

func (*OfFloat2_1Response) ProtoMessage()

func (*OfFloat2_1Response) ProtoReflect

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

func (*OfFloat2_1Response) Reset

func (x *OfFloat2_1Response) Reset()

func (*OfFloat2_1Response) String

func (x *OfFloat2_1Response) String() string

type OfFloat3Request

type OfFloat3Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OfFloat3Request) Descriptor deprecated

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

Deprecated: Use OfFloat3Request.ProtoReflect.Descriptor instead.

func (*OfFloat3Request) GetArg0

func (x *OfFloat3Request) GetArg0() int64

func (*OfFloat3Request) GetArg1

func (x *OfFloat3Request) GetArg1() string

func (*OfFloat3Request) GetArg2

func (x *OfFloat3Request) GetArg2() int64

func (*OfFloat3Request) GetHandle

func (x *OfFloat3Request) GetHandle() int64

func (*OfFloat3Request) ProtoMessage

func (*OfFloat3Request) ProtoMessage()

func (*OfFloat3Request) ProtoReflect

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

func (*OfFloat3Request) Reset

func (x *OfFloat3Request) Reset()

func (*OfFloat3Request) String

func (x *OfFloat3Request) String() string

type OfFloat3Response

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

func (*OfFloat3Response) Descriptor deprecated

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

Deprecated: Use OfFloat3Response.ProtoReflect.Descriptor instead.

func (*OfFloat3Response) GetResult

func (x *OfFloat3Response) GetResult() int64

func (*OfFloat3Response) ProtoMessage

func (*OfFloat3Response) ProtoMessage()

func (*OfFloat3Response) ProtoReflect

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

func (*OfFloat3Response) Reset

func (x *OfFloat3Response) Reset()

func (*OfFloat3Response) String

func (x *OfFloat3Response) String() string

type OfFloat4_1Request

type OfFloat4_1Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   string `protobuf:"bytes,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3   int64  `protobuf:"varint,5,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*OfFloat4_1Request) Descriptor deprecated

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

Deprecated: Use OfFloat4_1Request.ProtoReflect.Descriptor instead.

func (*OfFloat4_1Request) GetArg0

func (x *OfFloat4_1Request) GetArg0() int64

func (*OfFloat4_1Request) GetArg1

func (x *OfFloat4_1Request) GetArg1() string

func (*OfFloat4_1Request) GetArg2

func (x *OfFloat4_1Request) GetArg2() string

func (*OfFloat4_1Request) GetArg3

func (x *OfFloat4_1Request) GetArg3() int64

func (*OfFloat4_1Request) GetHandle

func (x *OfFloat4_1Request) GetHandle() int64

func (*OfFloat4_1Request) ProtoMessage

func (*OfFloat4_1Request) ProtoMessage()

func (*OfFloat4_1Request) ProtoReflect

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

func (*OfFloat4_1Request) Reset

func (x *OfFloat4_1Request) Reset()

func (*OfFloat4_1Request) String

func (x *OfFloat4_1Request) String() string

type OfFloat4_1Response

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

func (*OfFloat4_1Response) Descriptor deprecated

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

Deprecated: Use OfFloat4_1Response.ProtoReflect.Descriptor instead.

func (*OfFloat4_1Response) GetResult

func (x *OfFloat4_1Response) GetResult() int64

func (*OfFloat4_1Response) ProtoMessage

func (*OfFloat4_1Response) ProtoMessage()

func (*OfFloat4_1Response) ProtoReflect

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

func (*OfFloat4_1Response) Reset

func (x *OfFloat4_1Response) Reset()

func (*OfFloat4_1Response) String

func (x *OfFloat4_1Response) String() string

type OfFloatRequest

type OfFloatRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OfFloatRequest) Descriptor deprecated

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

Deprecated: Use OfFloatRequest.ProtoReflect.Descriptor instead.

func (*OfFloatRequest) GetArg0

func (x *OfFloatRequest) GetArg0() int64

func (*OfFloatRequest) GetHandle

func (x *OfFloatRequest) GetHandle() int64

func (*OfFloatRequest) ProtoMessage

func (*OfFloatRequest) ProtoMessage()

func (*OfFloatRequest) ProtoReflect

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

func (*OfFloatRequest) Reset

func (x *OfFloatRequest) Reset()

func (*OfFloatRequest) String

func (x *OfFloatRequest) String() string

type OfFloatResponse

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

func (*OfFloatResponse) Descriptor deprecated

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

Deprecated: Use OfFloatResponse.ProtoReflect.Descriptor instead.

func (*OfFloatResponse) GetResult

func (x *OfFloatResponse) GetResult() int64

func (*OfFloatResponse) ProtoMessage

func (*OfFloatResponse) ProtoMessage()

func (*OfFloatResponse) ProtoReflect

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

func (*OfFloatResponse) Reset

func (x *OfFloatResponse) Reset()

func (*OfFloatResponse) String

func (x *OfFloatResponse) String() string

type OfInt1Request

type OfInt1Request struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OfInt1Request) Descriptor deprecated

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

Deprecated: Use OfInt1Request.ProtoReflect.Descriptor instead.

func (*OfInt1Request) GetArg0

func (x *OfInt1Request) GetArg0() float32

func (*OfInt1Request) ProtoMessage

func (*OfInt1Request) ProtoMessage()

func (*OfInt1Request) ProtoReflect

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

func (*OfInt1Request) Reset

func (x *OfInt1Request) Reset()

func (*OfInt1Request) String

func (x *OfInt1Request) String() string

type OfInt1Response

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

func (*OfInt1Response) Descriptor deprecated

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

Deprecated: Use OfInt1Response.ProtoReflect.Descriptor instead.

func (*OfInt1Response) GetResult

func (x *OfInt1Response) GetResult() int64

func (*OfInt1Response) ProtoMessage

func (*OfInt1Response) ProtoMessage()

func (*OfInt1Response) ProtoReflect

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

func (*OfInt1Response) Reset

func (x *OfInt1Response) Reset()

func (*OfInt1Response) String

func (x *OfInt1Response) String() string

type OfInt2_1Request

type OfInt2_1Request struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32   `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfInt2_1Request) Descriptor deprecated

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

Deprecated: Use OfInt2_1Request.ProtoReflect.Descriptor instead.

func (*OfInt2_1Request) GetArg0

func (x *OfInt2_1Request) GetArg0() float32

func (*OfInt2_1Request) GetArg1

func (x *OfInt2_1Request) GetArg1() int32

func (*OfInt2_1Request) ProtoMessage

func (*OfInt2_1Request) ProtoMessage()

func (*OfInt2_1Request) ProtoReflect

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

func (*OfInt2_1Request) Reset

func (x *OfInt2_1Request) Reset()

func (*OfInt2_1Request) String

func (x *OfInt2_1Request) String() string

type OfInt2_1Response

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

func (*OfInt2_1Response) Descriptor deprecated

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

Deprecated: Use OfInt2_1Response.ProtoReflect.Descriptor instead.

func (*OfInt2_1Response) GetResult

func (x *OfInt2_1Response) GetResult() int64

func (*OfInt2_1Response) ProtoMessage

func (*OfInt2_1Response) ProtoMessage()

func (*OfInt2_1Response) ProtoReflect

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

func (*OfInt2_1Response) Reset

func (x *OfInt2_1Response) Reset()

func (*OfInt2_1Response) String

func (x *OfInt2_1Response) String() string

type OfInt3Request

type OfInt3Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OfInt3Request) Descriptor deprecated

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

Deprecated: Use OfInt3Request.ProtoReflect.Descriptor instead.

func (*OfInt3Request) GetArg0

func (x *OfInt3Request) GetArg0() int64

func (*OfInt3Request) GetArg1

func (x *OfInt3Request) GetArg1() string

func (*OfInt3Request) GetArg2

func (x *OfInt3Request) GetArg2() int64

func (*OfInt3Request) GetHandle

func (x *OfInt3Request) GetHandle() int64

func (*OfInt3Request) ProtoMessage

func (*OfInt3Request) ProtoMessage()

func (*OfInt3Request) ProtoReflect

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

func (*OfInt3Request) Reset

func (x *OfInt3Request) Reset()

func (*OfInt3Request) String

func (x *OfInt3Request) String() string

type OfInt3Response

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

func (*OfInt3Response) Descriptor deprecated

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

Deprecated: Use OfInt3Response.ProtoReflect.Descriptor instead.

func (*OfInt3Response) GetResult

func (x *OfInt3Response) GetResult() int64

func (*OfInt3Response) ProtoMessage

func (*OfInt3Response) ProtoMessage()

func (*OfInt3Response) ProtoReflect

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

func (*OfInt3Response) Reset

func (x *OfInt3Response) Reset()

func (*OfInt3Response) String

func (x *OfInt3Response) String() string

type OfInt4_1Request

type OfInt4_1Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   string `protobuf:"bytes,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3   int64  `protobuf:"varint,5,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*OfInt4_1Request) Descriptor deprecated

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

Deprecated: Use OfInt4_1Request.ProtoReflect.Descriptor instead.

func (*OfInt4_1Request) GetArg0

func (x *OfInt4_1Request) GetArg0() int64

func (*OfInt4_1Request) GetArg1

func (x *OfInt4_1Request) GetArg1() string

func (*OfInt4_1Request) GetArg2

func (x *OfInt4_1Request) GetArg2() string

func (*OfInt4_1Request) GetArg3

func (x *OfInt4_1Request) GetArg3() int64

func (*OfInt4_1Request) GetHandle

func (x *OfInt4_1Request) GetHandle() int64

func (*OfInt4_1Request) ProtoMessage

func (*OfInt4_1Request) ProtoMessage()

func (*OfInt4_1Request) ProtoReflect

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

func (*OfInt4_1Request) Reset

func (x *OfInt4_1Request) Reset()

func (*OfInt4_1Request) String

func (x *OfInt4_1Request) String() string

type OfInt4_1Response

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

func (*OfInt4_1Response) Descriptor deprecated

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

Deprecated: Use OfInt4_1Response.ProtoReflect.Descriptor instead.

func (*OfInt4_1Response) GetResult

func (x *OfInt4_1Response) GetResult() int64

func (*OfInt4_1Response) ProtoMessage

func (*OfInt4_1Response) ProtoMessage()

func (*OfInt4_1Response) ProtoReflect

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

func (*OfInt4_1Response) Reset

func (x *OfInt4_1Response) Reset()

func (*OfInt4_1Response) String

func (x *OfInt4_1Response) String() string

type OfIntRequest

type OfIntRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OfIntRequest) Descriptor deprecated

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

Deprecated: Use OfIntRequest.ProtoReflect.Descriptor instead.

func (*OfIntRequest) GetArg0

func (x *OfIntRequest) GetArg0() int64

func (*OfIntRequest) GetHandle

func (x *OfIntRequest) GetHandle() int64

func (*OfIntRequest) ProtoMessage

func (*OfIntRequest) ProtoMessage()

func (*OfIntRequest) ProtoReflect

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

func (*OfIntRequest) Reset

func (x *OfIntRequest) Reset()

func (*OfIntRequest) String

func (x *OfIntRequest) String() string

type OfIntResponse

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

func (*OfIntResponse) Descriptor deprecated

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

Deprecated: Use OfIntResponse.ProtoReflect.Descriptor instead.

func (*OfIntResponse) GetResult

func (x *OfIntResponse) GetResult() int64

func (*OfIntResponse) ProtoMessage

func (*OfIntResponse) ProtoMessage()

func (*OfIntResponse) ProtoReflect

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

func (*OfIntResponse) Reset

func (x *OfIntResponse) Reset()

func (*OfIntResponse) String

func (x *OfIntResponse) String() string

type OfKeyframe2Request

type OfKeyframe2Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfKeyframe2Request) Descriptor deprecated

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

Deprecated: Use OfKeyframe2Request.ProtoReflect.Descriptor instead.

func (*OfKeyframe2Request) GetArg0

func (x *OfKeyframe2Request) GetArg0() int64

func (*OfKeyframe2Request) GetArg1

func (x *OfKeyframe2Request) GetArg1() int64

func (*OfKeyframe2Request) ProtoMessage

func (*OfKeyframe2Request) ProtoMessage()

func (*OfKeyframe2Request) ProtoReflect

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

func (*OfKeyframe2Request) Reset

func (x *OfKeyframe2Request) Reset()

func (*OfKeyframe2Request) String

func (x *OfKeyframe2Request) String() string

type OfKeyframe2Response

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

func (*OfKeyframe2Response) Descriptor deprecated

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

Deprecated: Use OfKeyframe2Response.ProtoReflect.Descriptor instead.

func (*OfKeyframe2Response) GetResult

func (x *OfKeyframe2Response) GetResult() int64

func (*OfKeyframe2Response) ProtoMessage

func (*OfKeyframe2Response) ProtoMessage()

func (*OfKeyframe2Response) ProtoReflect

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

func (*OfKeyframe2Response) Reset

func (x *OfKeyframe2Response) Reset()

func (*OfKeyframe2Response) String

func (x *OfKeyframe2Response) String() string

type OfKeyframe2_1Request

type OfKeyframe2_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfKeyframe2_1Request) Descriptor deprecated

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

Deprecated: Use OfKeyframe2_1Request.ProtoReflect.Descriptor instead.

func (*OfKeyframe2_1Request) GetArg0

func (x *OfKeyframe2_1Request) GetArg0() string

func (*OfKeyframe2_1Request) GetArg1

func (x *OfKeyframe2_1Request) GetArg1() int64

func (*OfKeyframe2_1Request) ProtoMessage

func (*OfKeyframe2_1Request) ProtoMessage()

func (*OfKeyframe2_1Request) ProtoReflect

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

func (*OfKeyframe2_1Request) Reset

func (x *OfKeyframe2_1Request) Reset()

func (*OfKeyframe2_1Request) String

func (x *OfKeyframe2_1Request) String() string

type OfKeyframe2_1Response

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

func (*OfKeyframe2_1Response) Descriptor deprecated

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

Deprecated: Use OfKeyframe2_1Response.ProtoReflect.Descriptor instead.

func (*OfKeyframe2_1Response) GetResult

func (x *OfKeyframe2_1Response) GetResult() int64

func (*OfKeyframe2_1Response) ProtoMessage

func (*OfKeyframe2_1Response) ProtoMessage()

func (*OfKeyframe2_1Response) ProtoReflect

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

func (*OfKeyframe2_1Response) Reset

func (x *OfKeyframe2_1Response) Reset()

func (*OfKeyframe2_1Response) String

func (x *OfKeyframe2_1Response) String() string

type OfMultiFloat2Request

type OfMultiFloat2Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiFloat2Request) Descriptor deprecated

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

Deprecated: Use OfMultiFloat2Request.ProtoReflect.Descriptor instead.

func (*OfMultiFloat2Request) GetArg0

func (x *OfMultiFloat2Request) GetArg0() string

func (*OfMultiFloat2Request) GetArg1

func (x *OfMultiFloat2Request) GetArg1() int64

func (*OfMultiFloat2Request) ProtoMessage

func (*OfMultiFloat2Request) ProtoMessage()

func (*OfMultiFloat2Request) ProtoReflect

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

func (*OfMultiFloat2Request) Reset

func (x *OfMultiFloat2Request) Reset()

func (*OfMultiFloat2Request) String

func (x *OfMultiFloat2Request) String() string

type OfMultiFloat2Response

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

func (*OfMultiFloat2Response) Descriptor deprecated

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

Deprecated: Use OfMultiFloat2Response.ProtoReflect.Descriptor instead.

func (*OfMultiFloat2Response) GetResult

func (x *OfMultiFloat2Response) GetResult() int64

func (*OfMultiFloat2Response) ProtoMessage

func (*OfMultiFloat2Response) ProtoMessage()

func (*OfMultiFloat2Response) ProtoReflect

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

func (*OfMultiFloat2Response) Reset

func (x *OfMultiFloat2Response) Reset()

func (*OfMultiFloat2Response) String

func (x *OfMultiFloat2Response) String() string

type OfMultiFloat2_1Request

type OfMultiFloat2_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiFloat2_1Request) Descriptor deprecated

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

Deprecated: Use OfMultiFloat2_1Request.ProtoReflect.Descriptor instead.

func (*OfMultiFloat2_1Request) GetArg0

func (x *OfMultiFloat2_1Request) GetArg0() string

func (*OfMultiFloat2_1Request) GetArg1

func (x *OfMultiFloat2_1Request) GetArg1() int64

func (*OfMultiFloat2_1Request) ProtoMessage

func (*OfMultiFloat2_1Request) ProtoMessage()

func (*OfMultiFloat2_1Request) ProtoReflect

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

func (*OfMultiFloat2_1Request) Reset

func (x *OfMultiFloat2_1Request) Reset()

func (*OfMultiFloat2_1Request) String

func (x *OfMultiFloat2_1Request) String() string

type OfMultiFloat2_1Response

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

func (*OfMultiFloat2_1Response) Descriptor deprecated

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

Deprecated: Use OfMultiFloat2_1Response.ProtoReflect.Descriptor instead.

func (*OfMultiFloat2_1Response) GetResult

func (x *OfMultiFloat2_1Response) GetResult() int64

func (*OfMultiFloat2_1Response) ProtoMessage

func (*OfMultiFloat2_1Response) ProtoMessage()

func (*OfMultiFloat2_1Response) ProtoReflect

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

func (*OfMultiFloat2_1Response) Reset

func (x *OfMultiFloat2_1Response) Reset()

func (*OfMultiFloat2_1Response) String

func (x *OfMultiFloat2_1Response) String() string

type OfMultiFloat3Request

type OfMultiFloat3Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiFloat3Request) Descriptor deprecated

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

Deprecated: Use OfMultiFloat3Request.ProtoReflect.Descriptor instead.

func (*OfMultiFloat3Request) GetArg0

func (x *OfMultiFloat3Request) GetArg0() int64

func (*OfMultiFloat3Request) GetArg1

func (x *OfMultiFloat3Request) GetArg1() string

func (*OfMultiFloat3Request) GetArg2

func (x *OfMultiFloat3Request) GetArg2() int64

func (*OfMultiFloat3Request) GetHandle

func (x *OfMultiFloat3Request) GetHandle() int64

func (*OfMultiFloat3Request) ProtoMessage

func (*OfMultiFloat3Request) ProtoMessage()

func (*OfMultiFloat3Request) ProtoReflect

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

func (*OfMultiFloat3Request) Reset

func (x *OfMultiFloat3Request) Reset()

func (*OfMultiFloat3Request) String

func (x *OfMultiFloat3Request) String() string

type OfMultiFloat3Response

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

func (*OfMultiFloat3Response) Descriptor deprecated

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

Deprecated: Use OfMultiFloat3Response.ProtoReflect.Descriptor instead.

func (*OfMultiFloat3Response) GetResult

func (x *OfMultiFloat3Response) GetResult() int64

func (*OfMultiFloat3Response) ProtoMessage

func (*OfMultiFloat3Response) ProtoMessage()

func (*OfMultiFloat3Response) ProtoReflect

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

func (*OfMultiFloat3Response) Reset

func (x *OfMultiFloat3Response) Reset()

func (*OfMultiFloat3Response) String

func (x *OfMultiFloat3Response) String() string

type OfMultiFloat3_1Request

type OfMultiFloat3_1Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiFloat3_1Request) Descriptor deprecated

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

Deprecated: Use OfMultiFloat3_1Request.ProtoReflect.Descriptor instead.

func (*OfMultiFloat3_1Request) GetArg0

func (x *OfMultiFloat3_1Request) GetArg0() int64

func (*OfMultiFloat3_1Request) GetArg1

func (x *OfMultiFloat3_1Request) GetArg1() string

func (*OfMultiFloat3_1Request) GetArg2

func (x *OfMultiFloat3_1Request) GetArg2() int64

func (*OfMultiFloat3_1Request) GetHandle

func (x *OfMultiFloat3_1Request) GetHandle() int64

func (*OfMultiFloat3_1Request) ProtoMessage

func (*OfMultiFloat3_1Request) ProtoMessage()

func (*OfMultiFloat3_1Request) ProtoReflect

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

func (*OfMultiFloat3_1Request) Reset

func (x *OfMultiFloat3_1Request) Reset()

func (*OfMultiFloat3_1Request) String

func (x *OfMultiFloat3_1Request) String() string

type OfMultiFloat3_1Response

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

func (*OfMultiFloat3_1Response) Descriptor deprecated

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

Deprecated: Use OfMultiFloat3_1Response.ProtoReflect.Descriptor instead.

func (*OfMultiFloat3_1Response) GetResult

func (x *OfMultiFloat3_1Response) GetResult() int64

func (*OfMultiFloat3_1Response) ProtoMessage

func (*OfMultiFloat3_1Response) ProtoMessage()

func (*OfMultiFloat3_1Response) ProtoReflect

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

func (*OfMultiFloat3_1Response) Reset

func (x *OfMultiFloat3_1Response) Reset()

func (*OfMultiFloat3_1Response) String

func (x *OfMultiFloat3_1Response) String() string

type OfMultiInt2Request

type OfMultiInt2Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiInt2Request) Descriptor deprecated

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

Deprecated: Use OfMultiInt2Request.ProtoReflect.Descriptor instead.

func (*OfMultiInt2Request) GetArg0

func (x *OfMultiInt2Request) GetArg0() string

func (*OfMultiInt2Request) GetArg1

func (x *OfMultiInt2Request) GetArg1() int64

func (*OfMultiInt2Request) ProtoMessage

func (*OfMultiInt2Request) ProtoMessage()

func (*OfMultiInt2Request) ProtoReflect

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

func (*OfMultiInt2Request) Reset

func (x *OfMultiInt2Request) Reset()

func (*OfMultiInt2Request) String

func (x *OfMultiInt2Request) String() string

type OfMultiInt2Response

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

func (*OfMultiInt2Response) Descriptor deprecated

func (*OfMultiInt2Response) Descriptor() ([]byte, []int)

Deprecated: Use OfMultiInt2Response.ProtoReflect.Descriptor instead.

func (*OfMultiInt2Response) GetResult

func (x *OfMultiInt2Response) GetResult() int64

func (*OfMultiInt2Response) ProtoMessage

func (*OfMultiInt2Response) ProtoMessage()

func (*OfMultiInt2Response) ProtoReflect

func (x *OfMultiInt2Response) ProtoReflect() protoreflect.Message

func (*OfMultiInt2Response) Reset

func (x *OfMultiInt2Response) Reset()

func (*OfMultiInt2Response) String

func (x *OfMultiInt2Response) String() string

type OfMultiInt2_1Request

type OfMultiInt2_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiInt2_1Request) Descriptor deprecated

func (*OfMultiInt2_1Request) Descriptor() ([]byte, []int)

Deprecated: Use OfMultiInt2_1Request.ProtoReflect.Descriptor instead.

func (*OfMultiInt2_1Request) GetArg0

func (x *OfMultiInt2_1Request) GetArg0() string

func (*OfMultiInt2_1Request) GetArg1

func (x *OfMultiInt2_1Request) GetArg1() int64

func (*OfMultiInt2_1Request) ProtoMessage

func (*OfMultiInt2_1Request) ProtoMessage()

func (*OfMultiInt2_1Request) ProtoReflect

func (x *OfMultiInt2_1Request) ProtoReflect() protoreflect.Message

func (*OfMultiInt2_1Request) Reset

func (x *OfMultiInt2_1Request) Reset()

func (*OfMultiInt2_1Request) String

func (x *OfMultiInt2_1Request) String() string

type OfMultiInt2_1Response

type OfMultiInt2_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiInt2_1Response) Descriptor deprecated

func (*OfMultiInt2_1Response) Descriptor() ([]byte, []int)

Deprecated: Use OfMultiInt2_1Response.ProtoReflect.Descriptor instead.

func (*OfMultiInt2_1Response) GetResult

func (x *OfMultiInt2_1Response) GetResult() int64

func (*OfMultiInt2_1Response) ProtoMessage

func (*OfMultiInt2_1Response) ProtoMessage()

func (*OfMultiInt2_1Response) ProtoReflect

func (x *OfMultiInt2_1Response) ProtoReflect() protoreflect.Message

func (*OfMultiInt2_1Response) Reset

func (x *OfMultiInt2_1Response) Reset()

func (*OfMultiInt2_1Response) String

func (x *OfMultiInt2_1Response) String() string

type OfMultiInt3Request

type OfMultiInt3Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiInt3Request) Descriptor deprecated

func (*OfMultiInt3Request) Descriptor() ([]byte, []int)

Deprecated: Use OfMultiInt3Request.ProtoReflect.Descriptor instead.

func (*OfMultiInt3Request) GetArg0

func (x *OfMultiInt3Request) GetArg0() int64

func (*OfMultiInt3Request) GetArg1

func (x *OfMultiInt3Request) GetArg1() string

func (*OfMultiInt3Request) GetArg2

func (x *OfMultiInt3Request) GetArg2() int64

func (*OfMultiInt3Request) GetHandle

func (x *OfMultiInt3Request) GetHandle() int64

func (*OfMultiInt3Request) ProtoMessage

func (*OfMultiInt3Request) ProtoMessage()

func (*OfMultiInt3Request) ProtoReflect

func (x *OfMultiInt3Request) ProtoReflect() protoreflect.Message

func (*OfMultiInt3Request) Reset

func (x *OfMultiInt3Request) Reset()

func (*OfMultiInt3Request) String

func (x *OfMultiInt3Request) String() string

type OfMultiInt3Response

type OfMultiInt3Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiInt3Response) Descriptor deprecated

func (*OfMultiInt3Response) Descriptor() ([]byte, []int)

Deprecated: Use OfMultiInt3Response.ProtoReflect.Descriptor instead.

func (*OfMultiInt3Response) GetResult

func (x *OfMultiInt3Response) GetResult() int64

func (*OfMultiInt3Response) ProtoMessage

func (*OfMultiInt3Response) ProtoMessage()

func (*OfMultiInt3Response) ProtoReflect

func (x *OfMultiInt3Response) ProtoReflect() protoreflect.Message

func (*OfMultiInt3Response) Reset

func (x *OfMultiInt3Response) Reset()

func (*OfMultiInt3Response) String

func (x *OfMultiInt3Response) String() string

type OfMultiInt3_1Request

type OfMultiInt3_1Request struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiInt3_1Request) Descriptor deprecated

func (*OfMultiInt3_1Request) Descriptor() ([]byte, []int)

Deprecated: Use OfMultiInt3_1Request.ProtoReflect.Descriptor instead.

func (*OfMultiInt3_1Request) GetArg0

func (x *OfMultiInt3_1Request) GetArg0() int64

func (*OfMultiInt3_1Request) GetArg1

func (x *OfMultiInt3_1Request) GetArg1() string

func (*OfMultiInt3_1Request) GetArg2

func (x *OfMultiInt3_1Request) GetArg2() int64

func (*OfMultiInt3_1Request) GetHandle

func (x *OfMultiInt3_1Request) GetHandle() int64

func (*OfMultiInt3_1Request) ProtoMessage

func (*OfMultiInt3_1Request) ProtoMessage()

func (*OfMultiInt3_1Request) ProtoReflect

func (x *OfMultiInt3_1Request) ProtoReflect() protoreflect.Message

func (*OfMultiInt3_1Request) Reset

func (x *OfMultiInt3_1Request) Reset()

func (*OfMultiInt3_1Request) String

func (x *OfMultiInt3_1Request) String() string

type OfMultiInt3_1Response

type OfMultiInt3_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OfMultiInt3_1Response) Descriptor deprecated

func (*OfMultiInt3_1Response) Descriptor() ([]byte, []int)

Deprecated: Use OfMultiInt3_1Response.ProtoReflect.Descriptor instead.

func (*OfMultiInt3_1Response) GetResult

func (x *OfMultiInt3_1Response) GetResult() int64

func (*OfMultiInt3_1Response) ProtoMessage

func (*OfMultiInt3_1Response) ProtoMessage()

func (*OfMultiInt3_1Response) ProtoReflect

func (x *OfMultiInt3_1Response) ProtoReflect() protoreflect.Message

func (*OfMultiInt3_1Response) Reset

func (x *OfMultiInt3_1Response) Reset()

func (*OfMultiInt3_1Response) String

func (x *OfMultiInt3_1Response) String() string

type OfObject1Request

type OfObject1Request struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OfObject1Request) Descriptor deprecated

func (*OfObject1Request) Descriptor() ([]byte, []int)

Deprecated: Use OfObject1Request.ProtoReflect.Descriptor instead.

func (*OfObject1Request) GetArg0

func (x *OfObject1Request) GetArg0() float32

func (*OfObject1Request) ProtoMessage

func (*OfObject1Request) ProtoMessage()

func (*OfObject1Request) ProtoReflect

func (x *OfObject1Request) ProtoReflect() protoreflect.Message

func (*OfObject1Request) Reset

func (x *OfObject1Request) Reset()

func (*OfObject1Request) String

func (x *OfObject1Request) String() string

type OfObject1Response

type OfObject1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OfObject1Response) Descriptor deprecated

func (*OfObject1Response) Descriptor() ([]byte, []int)

Deprecated: Use OfObject1Response.ProtoReflect.Descriptor instead.

func (*OfObject1Response) GetResult

func (x *OfObject1Response) GetResult() int64

func (*OfObject1Response) ProtoMessage

func (*OfObject1Response) ProtoMessage()

func (*OfObject1Response) ProtoReflect

func (x *OfObject1Response) ProtoReflect() protoreflect.Message

func (*OfObject1Response) Reset

func (x *OfObject1Response) Reset()

func (*OfObject1Response) String

func (x *OfObject1Response) String() string

type OfObject2_1Request

type OfObject2_1Request struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64   `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfObject2_1Request) Descriptor deprecated

func (*OfObject2_1Request) Descriptor() ([]byte, []int)

Deprecated: Use OfObject2_1Request.ProtoReflect.Descriptor instead.

func (*OfObject2_1Request) GetArg0

func (x *OfObject2_1Request) GetArg0() float32

func (*OfObject2_1Request) GetArg1

func (x *OfObject2_1Request) GetArg1() int64

func (*OfObject2_1Request) ProtoMessage

func (*OfObject2_1Request) ProtoMessage()

func (*OfObject2_1Request) ProtoReflect

func (x *OfObject2_1Request) ProtoReflect() protoreflect.Message

func (*OfObject2_1Request) Reset

func (x *OfObject2_1Request) Reset()

func (*OfObject2_1Request) String

func (x *OfObject2_1Request) String() string

type OfObject2_1Response

type OfObject2_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OfObject2_1Response) Descriptor deprecated

func (*OfObject2_1Response) Descriptor() ([]byte, []int)

Deprecated: Use OfObject2_1Response.ProtoReflect.Descriptor instead.

func (*OfObject2_1Response) GetResult

func (x *OfObject2_1Response) GetResult() int64

func (*OfObject2_1Response) ProtoMessage

func (*OfObject2_1Response) ProtoMessage()

func (*OfObject2_1Response) ProtoReflect

func (x *OfObject2_1Response) ProtoReflect() protoreflect.Message

func (*OfObject2_1Response) Reset

func (x *OfObject2_1Response) Reset()

func (*OfObject2_1Response) String

func (x *OfObject2_1Response) String() string

type OfObjectRequest

type OfObjectRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OfObjectRequest) Descriptor deprecated

func (*OfObjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use OfObjectRequest.ProtoReflect.Descriptor instead.

func (*OfObjectRequest) GetArg0

func (x *OfObjectRequest) GetArg0() int64

func (*OfObjectRequest) GetArg1

func (x *OfObjectRequest) GetArg1() int64

func (*OfObjectRequest) GetHandle

func (x *OfObjectRequest) GetHandle() int64

func (*OfObjectRequest) ProtoMessage

func (*OfObjectRequest) ProtoMessage()

func (*OfObjectRequest) ProtoReflect

func (x *OfObjectRequest) ProtoReflect() protoreflect.Message

func (*OfObjectRequest) Reset

func (x *OfObjectRequest) Reset()

func (*OfObjectRequest) String

func (x *OfObjectRequest) String() string

type OfObjectResponse

type OfObjectResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OfObjectResponse) Descriptor deprecated

func (*OfObjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use OfObjectResponse.ProtoReflect.Descriptor instead.

func (*OfObjectResponse) GetResult

func (x *OfObjectResponse) GetResult() int64

func (*OfObjectResponse) ProtoMessage

func (*OfObjectResponse) ProtoMessage()

func (*OfObjectResponse) ProtoReflect

func (x *OfObjectResponse) ProtoReflect() protoreflect.Message

func (*OfObjectResponse) Reset

func (x *OfObjectResponse) Reset()

func (*OfObjectResponse) String

func (x *OfObjectResponse) String() string

type OfPropertyValuesHolderRequest

type OfPropertyValuesHolderRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OfPropertyValuesHolderRequest) Descriptor deprecated

func (*OfPropertyValuesHolderRequest) Descriptor() ([]byte, []int)

Deprecated: Use OfPropertyValuesHolderRequest.ProtoReflect.Descriptor instead.

func (*OfPropertyValuesHolderRequest) GetArg0

func (x *OfPropertyValuesHolderRequest) GetArg0() int64

func (*OfPropertyValuesHolderRequest) GetHandle

func (x *OfPropertyValuesHolderRequest) GetHandle() int64

func (*OfPropertyValuesHolderRequest) ProtoMessage

func (*OfPropertyValuesHolderRequest) ProtoMessage()

func (*OfPropertyValuesHolderRequest) ProtoReflect

func (*OfPropertyValuesHolderRequest) Reset

func (x *OfPropertyValuesHolderRequest) Reset()

func (*OfPropertyValuesHolderRequest) String

type OfPropertyValuesHolderResponse

type OfPropertyValuesHolderResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OfPropertyValuesHolderResponse) Descriptor deprecated

func (*OfPropertyValuesHolderResponse) Descriptor() ([]byte, []int)

Deprecated: Use OfPropertyValuesHolderResponse.ProtoReflect.Descriptor instead.

func (*OfPropertyValuesHolderResponse) GetResult

func (x *OfPropertyValuesHolderResponse) GetResult() int64

func (*OfPropertyValuesHolderResponse) ProtoMessage

func (*OfPropertyValuesHolderResponse) ProtoMessage()

func (*OfPropertyValuesHolderResponse) ProtoReflect

func (*OfPropertyValuesHolderResponse) Reset

func (x *OfPropertyValuesHolderResponse) Reset()

func (*OfPropertyValuesHolderResponse) String

type OnAnimationCancelRequest

type OnAnimationCancelRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAnimationCancelRequest) Descriptor deprecated

func (*OnAnimationCancelRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationCancelRequest.ProtoReflect.Descriptor instead.

func (*OnAnimationCancelRequest) GetArg0

func (x *OnAnimationCancelRequest) GetArg0() int64

func (*OnAnimationCancelRequest) ProtoMessage

func (*OnAnimationCancelRequest) ProtoMessage()

func (*OnAnimationCancelRequest) ProtoReflect

func (x *OnAnimationCancelRequest) ProtoReflect() protoreflect.Message

func (*OnAnimationCancelRequest) Reset

func (x *OnAnimationCancelRequest) Reset()

func (*OnAnimationCancelRequest) String

func (x *OnAnimationCancelRequest) String() string

type OnAnimationCancelResponse

type OnAnimationCancelResponse struct {
	// contains filtered or unexported fields
}

func (*OnAnimationCancelResponse) Descriptor deprecated

func (*OnAnimationCancelResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationCancelResponse.ProtoReflect.Descriptor instead.

func (*OnAnimationCancelResponse) ProtoMessage

func (*OnAnimationCancelResponse) ProtoMessage()

func (*OnAnimationCancelResponse) ProtoReflect

func (*OnAnimationCancelResponse) Reset

func (x *OnAnimationCancelResponse) Reset()

func (*OnAnimationCancelResponse) String

func (x *OnAnimationCancelResponse) String() string

type OnAnimationEndRequest

type OnAnimationEndRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAnimationEndRequest) Descriptor deprecated

func (*OnAnimationEndRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationEndRequest.ProtoReflect.Descriptor instead.

func (*OnAnimationEndRequest) GetArg0

func (x *OnAnimationEndRequest) GetArg0() int64

func (*OnAnimationEndRequest) ProtoMessage

func (*OnAnimationEndRequest) ProtoMessage()

func (*OnAnimationEndRequest) ProtoReflect

func (x *OnAnimationEndRequest) ProtoReflect() protoreflect.Message

func (*OnAnimationEndRequest) Reset

func (x *OnAnimationEndRequest) Reset()

func (*OnAnimationEndRequest) String

func (x *OnAnimationEndRequest) String() string

type OnAnimationEndResponse

type OnAnimationEndResponse struct {
	// contains filtered or unexported fields
}

func (*OnAnimationEndResponse) Descriptor deprecated

func (*OnAnimationEndResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationEndResponse.ProtoReflect.Descriptor instead.

func (*OnAnimationEndResponse) ProtoMessage

func (*OnAnimationEndResponse) ProtoMessage()

func (*OnAnimationEndResponse) ProtoReflect

func (x *OnAnimationEndResponse) ProtoReflect() protoreflect.Message

func (*OnAnimationEndResponse) Reset

func (x *OnAnimationEndResponse) Reset()

func (*OnAnimationEndResponse) String

func (x *OnAnimationEndResponse) String() string

type OnAnimationPauseRequest

type OnAnimationPauseRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAnimationPauseRequest) Descriptor deprecated

func (*OnAnimationPauseRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationPauseRequest.ProtoReflect.Descriptor instead.

func (*OnAnimationPauseRequest) GetArg0

func (x *OnAnimationPauseRequest) GetArg0() int64

func (*OnAnimationPauseRequest) ProtoMessage

func (*OnAnimationPauseRequest) ProtoMessage()

func (*OnAnimationPauseRequest) ProtoReflect

func (x *OnAnimationPauseRequest) ProtoReflect() protoreflect.Message

func (*OnAnimationPauseRequest) Reset

func (x *OnAnimationPauseRequest) Reset()

func (*OnAnimationPauseRequest) String

func (x *OnAnimationPauseRequest) String() string

type OnAnimationPauseResponse

type OnAnimationPauseResponse struct {
	// contains filtered or unexported fields
}

func (*OnAnimationPauseResponse) Descriptor deprecated

func (*OnAnimationPauseResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationPauseResponse.ProtoReflect.Descriptor instead.

func (*OnAnimationPauseResponse) ProtoMessage

func (*OnAnimationPauseResponse) ProtoMessage()

func (*OnAnimationPauseResponse) ProtoReflect

func (x *OnAnimationPauseResponse) ProtoReflect() protoreflect.Message

func (*OnAnimationPauseResponse) Reset

func (x *OnAnimationPauseResponse) Reset()

func (*OnAnimationPauseResponse) String

func (x *OnAnimationPauseResponse) String() string

type OnAnimationRepeatRequest

type OnAnimationRepeatRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAnimationRepeatRequest) Descriptor deprecated

func (*OnAnimationRepeatRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationRepeatRequest.ProtoReflect.Descriptor instead.

func (*OnAnimationRepeatRequest) GetArg0

func (x *OnAnimationRepeatRequest) GetArg0() int64

func (*OnAnimationRepeatRequest) ProtoMessage

func (*OnAnimationRepeatRequest) ProtoMessage()

func (*OnAnimationRepeatRequest) ProtoReflect

func (x *OnAnimationRepeatRequest) ProtoReflect() protoreflect.Message

func (*OnAnimationRepeatRequest) Reset

func (x *OnAnimationRepeatRequest) Reset()

func (*OnAnimationRepeatRequest) String

func (x *OnAnimationRepeatRequest) String() string

type OnAnimationRepeatResponse

type OnAnimationRepeatResponse struct {
	// contains filtered or unexported fields
}

func (*OnAnimationRepeatResponse) Descriptor deprecated

func (*OnAnimationRepeatResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationRepeatResponse.ProtoReflect.Descriptor instead.

func (*OnAnimationRepeatResponse) ProtoMessage

func (*OnAnimationRepeatResponse) ProtoMessage()

func (*OnAnimationRepeatResponse) ProtoReflect

func (*OnAnimationRepeatResponse) Reset

func (x *OnAnimationRepeatResponse) Reset()

func (*OnAnimationRepeatResponse) String

func (x *OnAnimationRepeatResponse) String() string

type OnAnimationResumeRequest

type OnAnimationResumeRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAnimationResumeRequest) Descriptor deprecated

func (*OnAnimationResumeRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationResumeRequest.ProtoReflect.Descriptor instead.

func (*OnAnimationResumeRequest) GetArg0

func (x *OnAnimationResumeRequest) GetArg0() int64

func (*OnAnimationResumeRequest) ProtoMessage

func (*OnAnimationResumeRequest) ProtoMessage()

func (*OnAnimationResumeRequest) ProtoReflect

func (x *OnAnimationResumeRequest) ProtoReflect() protoreflect.Message

func (*OnAnimationResumeRequest) Reset

func (x *OnAnimationResumeRequest) Reset()

func (*OnAnimationResumeRequest) String

func (x *OnAnimationResumeRequest) String() string

type OnAnimationResumeResponse

type OnAnimationResumeResponse struct {
	// contains filtered or unexported fields
}

func (*OnAnimationResumeResponse) Descriptor deprecated

func (*OnAnimationResumeResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationResumeResponse.ProtoReflect.Descriptor instead.

func (*OnAnimationResumeResponse) ProtoMessage

func (*OnAnimationResumeResponse) ProtoMessage()

func (*OnAnimationResumeResponse) ProtoReflect

func (*OnAnimationResumeResponse) Reset

func (x *OnAnimationResumeResponse) Reset()

func (*OnAnimationResumeResponse) String

func (x *OnAnimationResumeResponse) String() string

type OnAnimationStartRequest

type OnAnimationStartRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAnimationStartRequest) Descriptor deprecated

func (*OnAnimationStartRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationStartRequest.ProtoReflect.Descriptor instead.

func (*OnAnimationStartRequest) GetArg0

func (x *OnAnimationStartRequest) GetArg0() int64

func (*OnAnimationStartRequest) ProtoMessage

func (*OnAnimationStartRequest) ProtoMessage()

func (*OnAnimationStartRequest) ProtoReflect

func (x *OnAnimationStartRequest) ProtoReflect() protoreflect.Message

func (*OnAnimationStartRequest) Reset

func (x *OnAnimationStartRequest) Reset()

func (*OnAnimationStartRequest) String

func (x *OnAnimationStartRequest) String() string

type OnAnimationStartResponse

type OnAnimationStartResponse struct {
	// contains filtered or unexported fields
}

func (*OnAnimationStartResponse) Descriptor deprecated

func (*OnAnimationStartResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationStartResponse.ProtoReflect.Descriptor instead.

func (*OnAnimationStartResponse) ProtoMessage

func (*OnAnimationStartResponse) ProtoMessage()

func (*OnAnimationStartResponse) ProtoReflect

func (x *OnAnimationStartResponse) ProtoReflect() protoreflect.Message

func (*OnAnimationStartResponse) Reset

func (x *OnAnimationStartResponse) Reset()

func (*OnAnimationStartResponse) String

func (x *OnAnimationStartResponse) String() string

type OnAnimationUpdateRequest

type OnAnimationUpdateRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAnimationUpdateRequest) Descriptor deprecated

func (*OnAnimationUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationUpdateRequest.ProtoReflect.Descriptor instead.

func (*OnAnimationUpdateRequest) GetArg0

func (x *OnAnimationUpdateRequest) GetArg0() int64

func (*OnAnimationUpdateRequest) ProtoMessage

func (*OnAnimationUpdateRequest) ProtoMessage()

func (*OnAnimationUpdateRequest) ProtoReflect

func (x *OnAnimationUpdateRequest) ProtoReflect() protoreflect.Message

func (*OnAnimationUpdateRequest) Reset

func (x *OnAnimationUpdateRequest) Reset()

func (*OnAnimationUpdateRequest) String

func (x *OnAnimationUpdateRequest) String() string

type OnAnimationUpdateResponse

type OnAnimationUpdateResponse struct {
	// contains filtered or unexported fields
}

func (*OnAnimationUpdateResponse) Descriptor deprecated

func (*OnAnimationUpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAnimationUpdateResponse.ProtoReflect.Descriptor instead.

func (*OnAnimationUpdateResponse) ProtoMessage

func (*OnAnimationUpdateResponse) ProtoMessage()

func (*OnAnimationUpdateResponse) ProtoReflect

func (*OnAnimationUpdateResponse) Reset

func (x *OnAnimationUpdateResponse) Reset()

func (*OnAnimationUpdateResponse) String

func (x *OnAnimationUpdateResponse) String() string

type OnChangedRequest

type OnChangedRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnChangedRequest) Descriptor deprecated

func (*OnChangedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnChangedRequest.ProtoReflect.Descriptor instead.

func (*OnChangedRequest) GetArg0

func (x *OnChangedRequest) GetArg0() float32

func (*OnChangedRequest) ProtoMessage

func (*OnChangedRequest) ProtoMessage()

func (*OnChangedRequest) ProtoReflect

func (x *OnChangedRequest) ProtoReflect() protoreflect.Message

func (*OnChangedRequest) Reset

func (x *OnChangedRequest) Reset()

func (*OnChangedRequest) String

func (x *OnChangedRequest) String() string

type OnChangedResponse

type OnChangedResponse struct {
	// contains filtered or unexported fields
}

func (*OnChangedResponse) Descriptor deprecated

func (*OnChangedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnChangedResponse.ProtoReflect.Descriptor instead.

func (*OnChangedResponse) ProtoMessage

func (*OnChangedResponse) ProtoMessage()

func (*OnChangedResponse) ProtoReflect

func (x *OnChangedResponse) ProtoReflect() protoreflect.Message

func (*OnChangedResponse) Reset

func (x *OnChangedResponse) Reset()

func (*OnChangedResponse) String

func (x *OnChangedResponse) String() string

type OnTimeUpdateRequest

type OnTimeUpdateRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OnTimeUpdateRequest) Descriptor deprecated

func (*OnTimeUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnTimeUpdateRequest.ProtoReflect.Descriptor instead.

func (*OnTimeUpdateRequest) GetArg0

func (x *OnTimeUpdateRequest) GetArg0() int64

func (*OnTimeUpdateRequest) GetArg1

func (x *OnTimeUpdateRequest) GetArg1() int64

func (*OnTimeUpdateRequest) GetArg2

func (x *OnTimeUpdateRequest) GetArg2() int64

func (*OnTimeUpdateRequest) ProtoMessage

func (*OnTimeUpdateRequest) ProtoMessage()

func (*OnTimeUpdateRequest) ProtoReflect

func (x *OnTimeUpdateRequest) ProtoReflect() protoreflect.Message

func (*OnTimeUpdateRequest) Reset

func (x *OnTimeUpdateRequest) Reset()

func (*OnTimeUpdateRequest) String

func (x *OnTimeUpdateRequest) String() string

type OnTimeUpdateResponse

type OnTimeUpdateResponse struct {
	// contains filtered or unexported fields
}

func (*OnTimeUpdateResponse) Descriptor deprecated

func (*OnTimeUpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnTimeUpdateResponse.ProtoReflect.Descriptor instead.

func (*OnTimeUpdateResponse) ProtoMessage

func (*OnTimeUpdateResponse) ProtoMessage()

func (*OnTimeUpdateResponse) ProtoReflect

func (x *OnTimeUpdateResponse) ProtoReflect() protoreflect.Message

func (*OnTimeUpdateResponse) Reset

func (x *OnTimeUpdateResponse) Reset()

func (*OnTimeUpdateResponse) String

func (x *OnTimeUpdateResponse) String() string

type OvershootInterpolatorServiceClient

type OvershootInterpolatorServiceClient interface {
	NewOvershootInterpolator(ctx context.Context, in *NewOvershootInterpolatorRequest, opts ...grpc.CallOption) (*NewOvershootInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

OvershootInterpolatorServiceClient is the client API for OvershootInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type OvershootInterpolatorServiceServer

type OvershootInterpolatorServiceServer interface {
	NewOvershootInterpolator(context.Context, *NewOvershootInterpolatorRequest) (*NewOvershootInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

OvershootInterpolatorServiceServer is the server API for OvershootInterpolatorService service. All implementations must embed UnimplementedOvershootInterpolatorServiceServer for forward compatibility.

type PathInterpolatorServiceClient

type PathInterpolatorServiceClient interface {
	NewPathInterpolator(ctx context.Context, in *NewPathInterpolatorRequest, opts ...grpc.CallOption) (*NewPathInterpolatorResponse, error)
	GetInterpolation(ctx context.Context, in *CycleInterpolatorGetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

PathInterpolatorServiceClient is the client API for PathInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PathInterpolatorServiceServer

type PathInterpolatorServiceServer interface {
	NewPathInterpolator(context.Context, *NewPathInterpolatorRequest) (*NewPathInterpolatorResponse, error)
	GetInterpolation(context.Context, *CycleInterpolatorGetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

PathInterpolatorServiceServer is the server API for PathInterpolatorService service. All implementations must embed UnimplementedPathInterpolatorServiceServer for forward compatibility.

type PauseRequest

type PauseRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseRequest) Descriptor deprecated

func (*PauseRequest) Descriptor() ([]byte, []int)

Deprecated: Use PauseRequest.ProtoReflect.Descriptor instead.

func (*PauseRequest) GetHandle

func (x *PauseRequest) GetHandle() int64

func (*PauseRequest) ProtoMessage

func (*PauseRequest) ProtoMessage()

func (*PauseRequest) ProtoReflect

func (x *PauseRequest) ProtoReflect() protoreflect.Message

func (*PauseRequest) Reset

func (x *PauseRequest) Reset()

func (*PauseRequest) String

func (x *PauseRequest) String() string

type PauseResponse

type PauseResponse struct {
	// contains filtered or unexported fields
}

func (*PauseResponse) Descriptor deprecated

func (*PauseResponse) Descriptor() ([]byte, []int)

Deprecated: Use PauseResponse.ProtoReflect.Descriptor instead.

func (*PauseResponse) ProtoMessage

func (*PauseResponse) ProtoMessage()

func (*PauseResponse) ProtoReflect

func (x *PauseResponse) ProtoReflect() protoreflect.Message

func (*PauseResponse) Reset

func (x *PauseResponse) Reset()

func (*PauseResponse) String

func (x *PauseResponse) String() string

type PlayRequest

type PlayRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayRequest) Descriptor deprecated

func (*PlayRequest) Descriptor() ([]byte, []int)

Deprecated: Use PlayRequest.ProtoReflect.Descriptor instead.

func (*PlayRequest) GetArg0

func (x *PlayRequest) GetArg0() int64

func (*PlayRequest) GetHandle

func (x *PlayRequest) GetHandle() int64

func (*PlayRequest) ProtoMessage

func (*PlayRequest) ProtoMessage()

func (*PlayRequest) ProtoReflect

func (x *PlayRequest) ProtoReflect() protoreflect.Message

func (*PlayRequest) Reset

func (x *PlayRequest) Reset()

func (*PlayRequest) String

func (x *PlayRequest) String() string

type PlayResponse

type PlayResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayResponse) Descriptor deprecated

func (*PlayResponse) Descriptor() ([]byte, []int)

Deprecated: Use PlayResponse.ProtoReflect.Descriptor instead.

func (*PlayResponse) GetResult

func (x *PlayResponse) GetResult() int64

func (*PlayResponse) ProtoMessage

func (*PlayResponse) ProtoMessage()

func (*PlayResponse) ProtoReflect

func (x *PlayResponse) ProtoReflect() protoreflect.Message

func (*PlayResponse) Reset

func (x *PlayResponse) Reset()

func (*PlayResponse) String

func (x *PlayResponse) String() string

type PlaySequentiallyRequest

type PlaySequentiallyRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaySequentiallyRequest) Descriptor deprecated

func (*PlaySequentiallyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PlaySequentiallyRequest.ProtoReflect.Descriptor instead.

func (*PlaySequentiallyRequest) GetArg0

func (x *PlaySequentiallyRequest) GetArg0() int64

func (*PlaySequentiallyRequest) GetHandle

func (x *PlaySequentiallyRequest) GetHandle() int64

func (*PlaySequentiallyRequest) ProtoMessage

func (*PlaySequentiallyRequest) ProtoMessage()

func (*PlaySequentiallyRequest) ProtoReflect

func (x *PlaySequentiallyRequest) ProtoReflect() protoreflect.Message

func (*PlaySequentiallyRequest) Reset

func (x *PlaySequentiallyRequest) Reset()

func (*PlaySequentiallyRequest) String

func (x *PlaySequentiallyRequest) String() string

type PlaySequentiallyResponse

type PlaySequentiallyResponse struct {
	// contains filtered or unexported fields
}

func (*PlaySequentiallyResponse) Descriptor deprecated

func (*PlaySequentiallyResponse) Descriptor() ([]byte, []int)

Deprecated: Use PlaySequentiallyResponse.ProtoReflect.Descriptor instead.

func (*PlaySequentiallyResponse) ProtoMessage

func (*PlaySequentiallyResponse) ProtoMessage()

func (*PlaySequentiallyResponse) ProtoReflect

func (x *PlaySequentiallyResponse) ProtoReflect() protoreflect.Message

func (*PlaySequentiallyResponse) Reset

func (x *PlaySequentiallyResponse) Reset()

func (*PlaySequentiallyResponse) String

func (x *PlaySequentiallyResponse) String() string

type PlayTogetherRequest

type PlayTogetherRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayTogetherRequest) Descriptor deprecated

func (*PlayTogetherRequest) Descriptor() ([]byte, []int)

Deprecated: Use PlayTogetherRequest.ProtoReflect.Descriptor instead.

func (*PlayTogetherRequest) GetArg0

func (x *PlayTogetherRequest) GetArg0() int64

func (*PlayTogetherRequest) GetHandle

func (x *PlayTogetherRequest) GetHandle() int64

func (*PlayTogetherRequest) ProtoMessage

func (*PlayTogetherRequest) ProtoMessage()

func (*PlayTogetherRequest) ProtoReflect

func (x *PlayTogetherRequest) ProtoReflect() protoreflect.Message

func (*PlayTogetherRequest) Reset

func (x *PlayTogetherRequest) Reset()

func (*PlayTogetherRequest) String

func (x *PlayTogetherRequest) String() string

type PlayTogetherResponse

type PlayTogetherResponse struct {
	// contains filtered or unexported fields
}

func (*PlayTogetherResponse) Descriptor deprecated

func (*PlayTogetherResponse) Descriptor() ([]byte, []int)

Deprecated: Use PlayTogetherResponse.ProtoReflect.Descriptor instead.

func (*PlayTogetherResponse) ProtoMessage

func (*PlayTogetherResponse) ProtoMessage()

func (*PlayTogetherResponse) ProtoReflect

func (x *PlayTogetherResponse) ProtoReflect() protoreflect.Message

func (*PlayTogetherResponse) Reset

func (x *PlayTogetherResponse) Reset()

func (*PlayTogetherResponse) String

func (x *PlayTogetherResponse) String() string

type PointFEvaluatorServiceClient

type PointFEvaluatorServiceClient interface {
	NewPointFEvaluator(ctx context.Context, in *NewPointFEvaluatorRequest, opts ...grpc.CallOption) (*NewPointFEvaluatorResponse, error)
	Evaluate3(ctx context.Context, in *Evaluate3Request, opts ...grpc.CallOption) (*Evaluate3Response, error)
	Evaluate3_1(ctx context.Context, in *Evaluate3_1Request, opts ...grpc.CallOption) (*Evaluate3_1Response, error)
}

PointFEvaluatorServiceClient is the client API for PointFEvaluatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PointFEvaluatorServiceServer

type PointFEvaluatorServiceServer interface {
	NewPointFEvaluator(context.Context, *NewPointFEvaluatorRequest) (*NewPointFEvaluatorResponse, error)
	Evaluate3(context.Context, *Evaluate3Request) (*Evaluate3Response, error)
	Evaluate3_1(context.Context, *Evaluate3_1Request) (*Evaluate3_1Response, error)
	// contains filtered or unexported methods
}

PointFEvaluatorServiceServer is the server API for PointFEvaluatorService service. All implementations must embed UnimplementedPointFEvaluatorServiceServer for forward compatibility.

type PropertyValuesHolderClone0Request

type PropertyValuesHolderClone0Request struct {
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderClone0Request) Descriptor deprecated

func (*PropertyValuesHolderClone0Request) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderClone0Request.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderClone0Request) ProtoMessage

func (*PropertyValuesHolderClone0Request) ProtoMessage()

func (*PropertyValuesHolderClone0Request) ProtoReflect

func (*PropertyValuesHolderClone0Request) Reset

func (*PropertyValuesHolderClone0Request) String

type PropertyValuesHolderClone0_1Request

type PropertyValuesHolderClone0_1Request struct {
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderClone0_1Request) Descriptor deprecated

func (*PropertyValuesHolderClone0_1Request) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderClone0_1Request.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderClone0_1Request) ProtoMessage

func (*PropertyValuesHolderClone0_1Request) ProtoMessage()

func (*PropertyValuesHolderClone0_1Request) ProtoReflect

func (*PropertyValuesHolderClone0_1Request) Reset

func (*PropertyValuesHolderClone0_1Request) String

type PropertyValuesHolderGetPropertyNameRequest

type PropertyValuesHolderGetPropertyNameRequest struct {
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderGetPropertyNameRequest) Descriptor deprecated

Deprecated: Use PropertyValuesHolderGetPropertyNameRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderGetPropertyNameRequest) ProtoMessage

func (*PropertyValuesHolderGetPropertyNameRequest) ProtoReflect

func (*PropertyValuesHolderGetPropertyNameRequest) Reset

func (*PropertyValuesHolderGetPropertyNameRequest) String

type PropertyValuesHolderOfFloatRequest

type PropertyValuesHolderOfFloatRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderOfFloatRequest) Descriptor deprecated

func (*PropertyValuesHolderOfFloatRequest) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderOfFloatRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderOfFloatRequest) GetArg0

func (*PropertyValuesHolderOfFloatRequest) GetArg1

func (*PropertyValuesHolderOfFloatRequest) ProtoMessage

func (*PropertyValuesHolderOfFloatRequest) ProtoMessage()

func (*PropertyValuesHolderOfFloatRequest) ProtoReflect

func (*PropertyValuesHolderOfFloatRequest) Reset

func (*PropertyValuesHolderOfFloatRequest) String

type PropertyValuesHolderOfIntRequest

type PropertyValuesHolderOfIntRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderOfIntRequest) Descriptor deprecated

func (*PropertyValuesHolderOfIntRequest) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderOfIntRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderOfIntRequest) GetArg0

func (*PropertyValuesHolderOfIntRequest) GetArg1

func (*PropertyValuesHolderOfIntRequest) ProtoMessage

func (*PropertyValuesHolderOfIntRequest) ProtoMessage()

func (*PropertyValuesHolderOfIntRequest) ProtoReflect

func (*PropertyValuesHolderOfIntRequest) Reset

func (*PropertyValuesHolderOfIntRequest) String

type PropertyValuesHolderOfObjectRequest

type PropertyValuesHolderOfObjectRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderOfObjectRequest) Descriptor deprecated

func (*PropertyValuesHolderOfObjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderOfObjectRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderOfObjectRequest) GetArg0

func (*PropertyValuesHolderOfObjectRequest) GetArg1

func (*PropertyValuesHolderOfObjectRequest) GetArg2

func (*PropertyValuesHolderOfObjectRequest) ProtoMessage

func (*PropertyValuesHolderOfObjectRequest) ProtoMessage()

func (*PropertyValuesHolderOfObjectRequest) ProtoReflect

func (*PropertyValuesHolderOfObjectRequest) Reset

func (*PropertyValuesHolderOfObjectRequest) String

type PropertyValuesHolderServiceClient

type PropertyValuesHolderServiceClient interface {
	Clone0(ctx context.Context, in *PropertyValuesHolderClone0Request, opts ...grpc.CallOption) (*Clone0Response, error)
	GetPropertyName(ctx context.Context, in *PropertyValuesHolderGetPropertyNameRequest, opts ...grpc.CallOption) (*GetPropertyNameResponse, error)
	SetConverter(ctx context.Context, in *SetConverterRequest, opts ...grpc.CallOption) (*SetConverterResponse, error)
	SetEvaluator(ctx context.Context, in *PropertyValuesHolderSetEvaluatorRequest, opts ...grpc.CallOption) (*SetEvaluatorResponse, error)
	SetFloatValues(ctx context.Context, in *PropertyValuesHolderSetFloatValuesRequest, opts ...grpc.CallOption) (*SetFloatValuesResponse, error)
	SetIntValues(ctx context.Context, in *PropertyValuesHolderSetIntValuesRequest, opts ...grpc.CallOption) (*SetIntValuesResponse, error)
	SetKeyframes(ctx context.Context, in *SetKeyframesRequest, opts ...grpc.CallOption) (*SetKeyframesResponse, error)
	SetObjectValues(ctx context.Context, in *PropertyValuesHolderSetObjectValuesRequest, opts ...grpc.CallOption) (*SetObjectValuesResponse, error)
	SetProperty(ctx context.Context, in *PropertyValuesHolderSetPropertyRequest, opts ...grpc.CallOption) (*SetPropertyResponse, error)
	SetPropertyName(ctx context.Context, in *PropertyValuesHolderSetPropertyNameRequest, opts ...grpc.CallOption) (*SetPropertyNameResponse, error)
	ToString(ctx context.Context, in *PropertyValuesHolderToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	Clone0_1(ctx context.Context, in *PropertyValuesHolderClone0_1Request, opts ...grpc.CallOption) (*Clone0_1Response, error)
	OfFloat(ctx context.Context, in *PropertyValuesHolderOfFloatRequest, opts ...grpc.CallOption) (*OfFloatResponse, error)
	OfInt(ctx context.Context, in *PropertyValuesHolderOfIntRequest, opts ...grpc.CallOption) (*OfIntResponse, error)
	OfKeyframe2(ctx context.Context, in *OfKeyframe2Request, opts ...grpc.CallOption) (*OfKeyframe2Response, error)
	OfKeyframe2_1(ctx context.Context, in *OfKeyframe2_1Request, opts ...grpc.CallOption) (*OfKeyframe2_1Response, error)
	OfMultiFloat2(ctx context.Context, in *OfMultiFloat2Request, opts ...grpc.CallOption) (*OfMultiFloat2Response, error)
	OfMultiFloat2_1(ctx context.Context, in *OfMultiFloat2_1Request, opts ...grpc.CallOption) (*OfMultiFloat2_1Response, error)
	OfMultiInt2(ctx context.Context, in *OfMultiInt2Request, opts ...grpc.CallOption) (*OfMultiInt2Response, error)
	OfMultiInt2_1(ctx context.Context, in *OfMultiInt2_1Request, opts ...grpc.CallOption) (*OfMultiInt2_1Response, error)
	OfObject(ctx context.Context, in *PropertyValuesHolderOfObjectRequest, opts ...grpc.CallOption) (*OfObjectResponse, error)
}

PropertyValuesHolderServiceClient is the client API for PropertyValuesHolderService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PropertyValuesHolderServiceServer

type PropertyValuesHolderServiceServer interface {
	Clone0(context.Context, *PropertyValuesHolderClone0Request) (*Clone0Response, error)
	GetPropertyName(context.Context, *PropertyValuesHolderGetPropertyNameRequest) (*GetPropertyNameResponse, error)
	SetConverter(context.Context, *SetConverterRequest) (*SetConverterResponse, error)
	SetEvaluator(context.Context, *PropertyValuesHolderSetEvaluatorRequest) (*SetEvaluatorResponse, error)
	SetFloatValues(context.Context, *PropertyValuesHolderSetFloatValuesRequest) (*SetFloatValuesResponse, error)
	SetIntValues(context.Context, *PropertyValuesHolderSetIntValuesRequest) (*SetIntValuesResponse, error)
	SetKeyframes(context.Context, *SetKeyframesRequest) (*SetKeyframesResponse, error)
	SetObjectValues(context.Context, *PropertyValuesHolderSetObjectValuesRequest) (*SetObjectValuesResponse, error)
	SetProperty(context.Context, *PropertyValuesHolderSetPropertyRequest) (*SetPropertyResponse, error)
	SetPropertyName(context.Context, *PropertyValuesHolderSetPropertyNameRequest) (*SetPropertyNameResponse, error)
	ToString(context.Context, *PropertyValuesHolderToStringRequest) (*ToStringResponse, error)
	Clone0_1(context.Context, *PropertyValuesHolderClone0_1Request) (*Clone0_1Response, error)
	OfFloat(context.Context, *PropertyValuesHolderOfFloatRequest) (*OfFloatResponse, error)
	OfInt(context.Context, *PropertyValuesHolderOfIntRequest) (*OfIntResponse, error)
	OfKeyframe2(context.Context, *OfKeyframe2Request) (*OfKeyframe2Response, error)
	OfKeyframe2_1(context.Context, *OfKeyframe2_1Request) (*OfKeyframe2_1Response, error)
	OfMultiFloat2(context.Context, *OfMultiFloat2Request) (*OfMultiFloat2Response, error)
	OfMultiFloat2_1(context.Context, *OfMultiFloat2_1Request) (*OfMultiFloat2_1Response, error)
	OfMultiInt2(context.Context, *OfMultiInt2Request) (*OfMultiInt2Response, error)
	OfMultiInt2_1(context.Context, *OfMultiInt2_1Request) (*OfMultiInt2_1Response, error)
	OfObject(context.Context, *PropertyValuesHolderOfObjectRequest) (*OfObjectResponse, error)
	// contains filtered or unexported methods
}

PropertyValuesHolderServiceServer is the server API for PropertyValuesHolderService service. All implementations must embed UnimplementedPropertyValuesHolderServiceServer for forward compatibility.

type PropertyValuesHolderSetEvaluatorRequest

type PropertyValuesHolderSetEvaluatorRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderSetEvaluatorRequest) Descriptor deprecated

func (*PropertyValuesHolderSetEvaluatorRequest) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderSetEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderSetEvaluatorRequest) GetArg0

func (*PropertyValuesHolderSetEvaluatorRequest) ProtoMessage

func (*PropertyValuesHolderSetEvaluatorRequest) ProtoReflect

func (*PropertyValuesHolderSetEvaluatorRequest) Reset

func (*PropertyValuesHolderSetEvaluatorRequest) String

type PropertyValuesHolderSetFloatValuesRequest

type PropertyValuesHolderSetFloatValuesRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderSetFloatValuesRequest) Descriptor deprecated

func (*PropertyValuesHolderSetFloatValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderSetFloatValuesRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderSetFloatValuesRequest) GetArg0

func (*PropertyValuesHolderSetFloatValuesRequest) ProtoMessage

func (*PropertyValuesHolderSetFloatValuesRequest) ProtoReflect

func (*PropertyValuesHolderSetFloatValuesRequest) Reset

func (*PropertyValuesHolderSetFloatValuesRequest) String

type PropertyValuesHolderSetIntValuesRequest

type PropertyValuesHolderSetIntValuesRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderSetIntValuesRequest) Descriptor deprecated

func (*PropertyValuesHolderSetIntValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderSetIntValuesRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderSetIntValuesRequest) GetArg0

func (*PropertyValuesHolderSetIntValuesRequest) ProtoMessage

func (*PropertyValuesHolderSetIntValuesRequest) ProtoReflect

func (*PropertyValuesHolderSetIntValuesRequest) Reset

func (*PropertyValuesHolderSetIntValuesRequest) String

type PropertyValuesHolderSetObjectValuesRequest

type PropertyValuesHolderSetObjectValuesRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderSetObjectValuesRequest) Descriptor deprecated

Deprecated: Use PropertyValuesHolderSetObjectValuesRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderSetObjectValuesRequest) GetArg0

func (*PropertyValuesHolderSetObjectValuesRequest) ProtoMessage

func (*PropertyValuesHolderSetObjectValuesRequest) ProtoReflect

func (*PropertyValuesHolderSetObjectValuesRequest) Reset

func (*PropertyValuesHolderSetObjectValuesRequest) String

type PropertyValuesHolderSetPropertyNameRequest

type PropertyValuesHolderSetPropertyNameRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderSetPropertyNameRequest) Descriptor deprecated

Deprecated: Use PropertyValuesHolderSetPropertyNameRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderSetPropertyNameRequest) GetArg0

func (*PropertyValuesHolderSetPropertyNameRequest) ProtoMessage

func (*PropertyValuesHolderSetPropertyNameRequest) ProtoReflect

func (*PropertyValuesHolderSetPropertyNameRequest) Reset

func (*PropertyValuesHolderSetPropertyNameRequest) String

type PropertyValuesHolderSetPropertyRequest

type PropertyValuesHolderSetPropertyRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderSetPropertyRequest) Descriptor deprecated

func (*PropertyValuesHolderSetPropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderSetPropertyRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderSetPropertyRequest) GetArg0

func (*PropertyValuesHolderSetPropertyRequest) ProtoMessage

func (*PropertyValuesHolderSetPropertyRequest) ProtoReflect

func (*PropertyValuesHolderSetPropertyRequest) Reset

func (*PropertyValuesHolderSetPropertyRequest) String

type PropertyValuesHolderToStringRequest

type PropertyValuesHolderToStringRequest struct {
	// contains filtered or unexported fields
}

func (*PropertyValuesHolderToStringRequest) Descriptor deprecated

func (*PropertyValuesHolderToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use PropertyValuesHolderToStringRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesHolderToStringRequest) ProtoMessage

func (*PropertyValuesHolderToStringRequest) ProtoMessage()

func (*PropertyValuesHolderToStringRequest) ProtoReflect

func (*PropertyValuesHolderToStringRequest) Reset

func (*PropertyValuesHolderToStringRequest) String

type RectEvaluatorServiceClient

type RectEvaluatorServiceClient interface {
	NewRectEvaluator(ctx context.Context, in *NewRectEvaluatorRequest, opts ...grpc.CallOption) (*NewRectEvaluatorResponse, error)
	Evaluate3(ctx context.Context, in *Evaluate3Request, opts ...grpc.CallOption) (*Evaluate3Response, error)
	Evaluate3_1(ctx context.Context, in *Evaluate3_1Request, opts ...grpc.CallOption) (*Evaluate3_1Response, error)
}

RectEvaluatorServiceClient is the client API for RectEvaluatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RectEvaluatorServiceServer

type RectEvaluatorServiceServer interface {
	NewRectEvaluator(context.Context, *NewRectEvaluatorRequest) (*NewRectEvaluatorResponse, error)
	Evaluate3(context.Context, *Evaluate3Request) (*Evaluate3Response, error)
	Evaluate3_1(context.Context, *Evaluate3_1Request) (*Evaluate3_1Response, error)
	// contains filtered or unexported methods
}

RectEvaluatorServiceServer is the server API for RectEvaluatorService service. All implementations must embed UnimplementedRectEvaluatorServiceServer for forward compatibility.

type RegisterDurationScaleChangeListenerRequest

type RegisterDurationScaleChangeListenerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterDurationScaleChangeListenerRequest) Descriptor deprecated

Deprecated: Use RegisterDurationScaleChangeListenerRequest.ProtoReflect.Descriptor instead.

func (*RegisterDurationScaleChangeListenerRequest) GetArg0

func (*RegisterDurationScaleChangeListenerRequest) GetHandle

func (*RegisterDurationScaleChangeListenerRequest) ProtoMessage

func (*RegisterDurationScaleChangeListenerRequest) ProtoReflect

func (*RegisterDurationScaleChangeListenerRequest) Reset

func (*RegisterDurationScaleChangeListenerRequest) String

type RegisterDurationScaleChangeListenerResponse

type RegisterDurationScaleChangeListenerResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterDurationScaleChangeListenerResponse) Descriptor deprecated

Deprecated: Use RegisterDurationScaleChangeListenerResponse.ProtoReflect.Descriptor instead.

func (*RegisterDurationScaleChangeListenerResponse) GetResult

func (*RegisterDurationScaleChangeListenerResponse) ProtoMessage

func (*RegisterDurationScaleChangeListenerResponse) ProtoReflect

func (*RegisterDurationScaleChangeListenerResponse) Reset

func (*RegisterDurationScaleChangeListenerResponse) String

type RemoveAllListenersRequest

type RemoveAllListenersRequest struct {
	// contains filtered or unexported fields
}

func (*RemoveAllListenersRequest) Descriptor deprecated

func (*RemoveAllListenersRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAllListenersRequest.ProtoReflect.Descriptor instead.

func (*RemoveAllListenersRequest) ProtoMessage

func (*RemoveAllListenersRequest) ProtoMessage()

func (*RemoveAllListenersRequest) ProtoReflect

func (*RemoveAllListenersRequest) Reset

func (x *RemoveAllListenersRequest) Reset()

func (*RemoveAllListenersRequest) String

func (x *RemoveAllListenersRequest) String() string

type RemoveAllListenersResponse

type RemoveAllListenersResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveAllListenersResponse) Descriptor deprecated

func (*RemoveAllListenersResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAllListenersResponse.ProtoReflect.Descriptor instead.

func (*RemoveAllListenersResponse) ProtoMessage

func (*RemoveAllListenersResponse) ProtoMessage()

func (*RemoveAllListenersResponse) ProtoReflect

func (*RemoveAllListenersResponse) Reset

func (x *RemoveAllListenersResponse) Reset()

func (*RemoveAllListenersResponse) String

func (x *RemoveAllListenersResponse) String() string

type RemoveAllUpdateListenersRequest

type RemoveAllUpdateListenersRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveAllUpdateListenersRequest) Descriptor deprecated

func (*RemoveAllUpdateListenersRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAllUpdateListenersRequest.ProtoReflect.Descriptor instead.

func (*RemoveAllUpdateListenersRequest) GetHandle

func (x *RemoveAllUpdateListenersRequest) GetHandle() int64

func (*RemoveAllUpdateListenersRequest) ProtoMessage

func (*RemoveAllUpdateListenersRequest) ProtoMessage()

func (*RemoveAllUpdateListenersRequest) ProtoReflect

func (*RemoveAllUpdateListenersRequest) Reset

func (*RemoveAllUpdateListenersRequest) String

type RemoveAllUpdateListenersResponse

type RemoveAllUpdateListenersResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveAllUpdateListenersResponse) Descriptor deprecated

func (*RemoveAllUpdateListenersResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAllUpdateListenersResponse.ProtoReflect.Descriptor instead.

func (*RemoveAllUpdateListenersResponse) ProtoMessage

func (*RemoveAllUpdateListenersResponse) ProtoMessage()

func (*RemoveAllUpdateListenersResponse) ProtoReflect

func (*RemoveAllUpdateListenersResponse) Reset

func (*RemoveAllUpdateListenersResponse) String

type RemoveChildRequest

type RemoveChildRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveChildRequest) Descriptor deprecated

func (*RemoveChildRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveChildRequest.ProtoReflect.Descriptor instead.

func (*RemoveChildRequest) GetArg0

func (x *RemoveChildRequest) GetArg0() int64

func (*RemoveChildRequest) GetArg1

func (x *RemoveChildRequest) GetArg1() int64

func (*RemoveChildRequest) GetHandle

func (x *RemoveChildRequest) GetHandle() int64

func (*RemoveChildRequest) ProtoMessage

func (*RemoveChildRequest) ProtoMessage()

func (*RemoveChildRequest) ProtoReflect

func (x *RemoveChildRequest) ProtoReflect() protoreflect.Message

func (*RemoveChildRequest) Reset

func (x *RemoveChildRequest) Reset()

func (*RemoveChildRequest) String

func (x *RemoveChildRequest) String() string

type RemoveChildResponse

type RemoveChildResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveChildResponse) Descriptor deprecated

func (*RemoveChildResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveChildResponse.ProtoReflect.Descriptor instead.

func (*RemoveChildResponse) ProtoMessage

func (*RemoveChildResponse) ProtoMessage()

func (*RemoveChildResponse) ProtoReflect

func (x *RemoveChildResponse) ProtoReflect() protoreflect.Message

func (*RemoveChildResponse) Reset

func (x *RemoveChildResponse) Reset()

func (*RemoveChildResponse) String

func (x *RemoveChildResponse) String() string

type RemoveListenerRequest

type RemoveListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveListenerRequest) Descriptor deprecated

func (*RemoveListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveListenerRequest.ProtoReflect.Descriptor instead.

func (*RemoveListenerRequest) GetArg0

func (x *RemoveListenerRequest) GetArg0() int64

func (*RemoveListenerRequest) ProtoMessage

func (*RemoveListenerRequest) ProtoMessage()

func (*RemoveListenerRequest) ProtoReflect

func (x *RemoveListenerRequest) ProtoReflect() protoreflect.Message

func (*RemoveListenerRequest) Reset

func (x *RemoveListenerRequest) Reset()

func (*RemoveListenerRequest) String

func (x *RemoveListenerRequest) String() string

type RemoveListenerResponse

type RemoveListenerResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveListenerResponse) Descriptor deprecated

func (*RemoveListenerResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveListenerResponse.ProtoReflect.Descriptor instead.

func (*RemoveListenerResponse) ProtoMessage

func (*RemoveListenerResponse) ProtoMessage()

func (*RemoveListenerResponse) ProtoReflect

func (x *RemoveListenerResponse) ProtoReflect() protoreflect.Message

func (*RemoveListenerResponse) Reset

func (x *RemoveListenerResponse) Reset()

func (*RemoveListenerResponse) String

func (x *RemoveListenerResponse) String() string

type RemovePauseListenerRequest

type RemovePauseListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePauseListenerRequest) Descriptor deprecated

func (*RemovePauseListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemovePauseListenerRequest.ProtoReflect.Descriptor instead.

func (*RemovePauseListenerRequest) GetArg0

func (x *RemovePauseListenerRequest) GetArg0() int64

func (*RemovePauseListenerRequest) ProtoMessage

func (*RemovePauseListenerRequest) ProtoMessage()

func (*RemovePauseListenerRequest) ProtoReflect

func (*RemovePauseListenerRequest) Reset

func (x *RemovePauseListenerRequest) Reset()

func (*RemovePauseListenerRequest) String

func (x *RemovePauseListenerRequest) String() string

type RemovePauseListenerResponse

type RemovePauseListenerResponse struct {
	// contains filtered or unexported fields
}

func (*RemovePauseListenerResponse) Descriptor deprecated

func (*RemovePauseListenerResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemovePauseListenerResponse.ProtoReflect.Descriptor instead.

func (*RemovePauseListenerResponse) ProtoMessage

func (*RemovePauseListenerResponse) ProtoMessage()

func (*RemovePauseListenerResponse) ProtoReflect

func (*RemovePauseListenerResponse) Reset

func (x *RemovePauseListenerResponse) Reset()

func (*RemovePauseListenerResponse) String

func (x *RemovePauseListenerResponse) String() string

type RemoveTransitionListenerRequest

type RemoveTransitionListenerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveTransitionListenerRequest) Descriptor deprecated

func (*RemoveTransitionListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveTransitionListenerRequest.ProtoReflect.Descriptor instead.

func (*RemoveTransitionListenerRequest) GetArg0

func (*RemoveTransitionListenerRequest) GetHandle

func (x *RemoveTransitionListenerRequest) GetHandle() int64

func (*RemoveTransitionListenerRequest) ProtoMessage

func (*RemoveTransitionListenerRequest) ProtoMessage()

func (*RemoveTransitionListenerRequest) ProtoReflect

func (*RemoveTransitionListenerRequest) Reset

func (*RemoveTransitionListenerRequest) String

type RemoveTransitionListenerResponse

type RemoveTransitionListenerResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveTransitionListenerResponse) Descriptor deprecated

func (*RemoveTransitionListenerResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveTransitionListenerResponse.ProtoReflect.Descriptor instead.

func (*RemoveTransitionListenerResponse) ProtoMessage

func (*RemoveTransitionListenerResponse) ProtoMessage()

func (*RemoveTransitionListenerResponse) ProtoReflect

func (*RemoveTransitionListenerResponse) Reset

func (*RemoveTransitionListenerResponse) String

type RemoveUpdateListenerRequest

type RemoveUpdateListenerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUpdateListenerRequest) Descriptor deprecated

func (*RemoveUpdateListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUpdateListenerRequest.ProtoReflect.Descriptor instead.

func (*RemoveUpdateListenerRequest) GetArg0

func (x *RemoveUpdateListenerRequest) GetArg0() int64

func (*RemoveUpdateListenerRequest) GetHandle

func (x *RemoveUpdateListenerRequest) GetHandle() int64

func (*RemoveUpdateListenerRequest) ProtoMessage

func (*RemoveUpdateListenerRequest) ProtoMessage()

func (*RemoveUpdateListenerRequest) ProtoReflect

func (*RemoveUpdateListenerRequest) Reset

func (x *RemoveUpdateListenerRequest) Reset()

func (*RemoveUpdateListenerRequest) String

func (x *RemoveUpdateListenerRequest) String() string

type RemoveUpdateListenerResponse

type RemoveUpdateListenerResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveUpdateListenerResponse) Descriptor deprecated

func (*RemoveUpdateListenerResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUpdateListenerResponse.ProtoReflect.Descriptor instead.

func (*RemoveUpdateListenerResponse) ProtoMessage

func (*RemoveUpdateListenerResponse) ProtoMessage()

func (*RemoveUpdateListenerResponse) ProtoReflect

func (*RemoveUpdateListenerResponse) Reset

func (x *RemoveUpdateListenerResponse) Reset()

func (*RemoveUpdateListenerResponse) String

type ResetRequest

type ResetRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetRequest) Descriptor deprecated

func (*ResetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetRequest.ProtoReflect.Descriptor instead.

func (*ResetRequest) GetHandle

func (x *ResetRequest) GetHandle() int64

func (*ResetRequest) ProtoMessage

func (*ResetRequest) ProtoMessage()

func (*ResetRequest) ProtoReflect

func (x *ResetRequest) ProtoReflect() protoreflect.Message

func (*ResetRequest) Reset

func (x *ResetRequest) Reset()

func (*ResetRequest) String

func (x *ResetRequest) String() string

type ResetResponse

type ResetResponse struct {
	// contains filtered or unexported fields
}

func (*ResetResponse) Descriptor deprecated

func (*ResetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetResponse.ProtoReflect.Descriptor instead.

func (*ResetResponse) ProtoMessage

func (*ResetResponse) ProtoMessage()

func (*ResetResponse) ProtoReflect

func (x *ResetResponse) ProtoReflect() protoreflect.Message

func (*ResetResponse) Reset

func (x *ResetResponse) Reset()

func (*ResetResponse) String

func (x *ResetResponse) String() string

type RestrictDurationRequest

type RestrictDurationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RestrictDurationRequest) Descriptor deprecated

func (*RestrictDurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use RestrictDurationRequest.ProtoReflect.Descriptor instead.

func (*RestrictDurationRequest) GetArg0

func (x *RestrictDurationRequest) GetArg0() int64

func (*RestrictDurationRequest) GetHandle

func (x *RestrictDurationRequest) GetHandle() int64

func (*RestrictDurationRequest) ProtoMessage

func (*RestrictDurationRequest) ProtoMessage()

func (*RestrictDurationRequest) ProtoReflect

func (x *RestrictDurationRequest) ProtoReflect() protoreflect.Message

func (*RestrictDurationRequest) Reset

func (x *RestrictDurationRequest) Reset()

func (*RestrictDurationRequest) String

func (x *RestrictDurationRequest) String() string

type RestrictDurationResponse

type RestrictDurationResponse struct {
	// contains filtered or unexported fields
}

func (*RestrictDurationResponse) Descriptor deprecated

func (*RestrictDurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use RestrictDurationResponse.ProtoReflect.Descriptor instead.

func (*RestrictDurationResponse) ProtoMessage

func (*RestrictDurationResponse) ProtoMessage()

func (*RestrictDurationResponse) ProtoReflect

func (x *RestrictDurationResponse) ProtoReflect() protoreflect.Message

func (*RestrictDurationResponse) Reset

func (x *RestrictDurationResponse) Reset()

func (*RestrictDurationResponse) String

func (x *RestrictDurationResponse) String() string

type ResumeRequest

type ResumeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ResumeRequest) Descriptor deprecated

func (*ResumeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResumeRequest.ProtoReflect.Descriptor instead.

func (*ResumeRequest) GetHandle

func (x *ResumeRequest) GetHandle() int64

func (*ResumeRequest) ProtoMessage

func (*ResumeRequest) ProtoMessage()

func (*ResumeRequest) ProtoReflect

func (x *ResumeRequest) ProtoReflect() protoreflect.Message

func (*ResumeRequest) Reset

func (x *ResumeRequest) Reset()

func (*ResumeRequest) String

func (x *ResumeRequest) String() string

type ResumeResponse

type ResumeResponse struct {
	// contains filtered or unexported fields
}

func (*ResumeResponse) Descriptor deprecated

func (*ResumeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResumeResponse.ProtoReflect.Descriptor instead.

func (*ResumeResponse) ProtoMessage

func (*ResumeResponse) ProtoMessage()

func (*ResumeResponse) ProtoReflect

func (x *ResumeResponse) ProtoReflect() protoreflect.Message

func (*ResumeResponse) Reset

func (x *ResumeResponse) Reset()

func (*ResumeResponse) String

func (x *ResumeResponse) String() string

type ReverseRequest

type ReverseRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ReverseRequest) Descriptor deprecated

func (*ReverseRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReverseRequest.ProtoReflect.Descriptor instead.

func (*ReverseRequest) GetHandle

func (x *ReverseRequest) GetHandle() int64

func (*ReverseRequest) ProtoMessage

func (*ReverseRequest) ProtoMessage()

func (*ReverseRequest) ProtoReflect

func (x *ReverseRequest) ProtoReflect() protoreflect.Message

func (*ReverseRequest) Reset

func (x *ReverseRequest) Reset()

func (*ReverseRequest) String

func (x *ReverseRequest) String() string

type ReverseResponse

type ReverseResponse struct {
	// contains filtered or unexported fields
}

func (*ReverseResponse) Descriptor deprecated

func (*ReverseResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReverseResponse.ProtoReflect.Descriptor instead.

func (*ReverseResponse) ProtoMessage

func (*ReverseResponse) ProtoMessage()

func (*ReverseResponse) ProtoReflect

func (x *ReverseResponse) ProtoReflect() protoreflect.Message

func (*ReverseResponse) Reset

func (x *ReverseResponse) Reset()

func (*ReverseResponse) String

func (x *ReverseResponse) String() string

type RotateAnimationServiceClient

type RotateAnimationServiceClient interface {
	NewRotateAnimation(ctx context.Context, in *NewRotateAnimationRequest, opts ...grpc.CallOption) (*NewRotateAnimationResponse, error)
	Initialize(ctx context.Context, in *InitializeRequest, opts ...grpc.CallOption) (*InitializeResponse, error)
}

RotateAnimationServiceClient is the client API for RotateAnimationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RotateAnimationServiceServer

type RotateAnimationServiceServer interface {
	NewRotateAnimation(context.Context, *NewRotateAnimationRequest) (*NewRotateAnimationResponse, error)
	Initialize(context.Context, *InitializeRequest) (*InitializeResponse, error)
	// contains filtered or unexported methods
}

RotateAnimationServiceServer is the server API for RotateAnimationService service. All implementations must embed UnimplementedRotateAnimationServiceServer for forward compatibility.

type ScaleAnimationServiceClient

type ScaleAnimationServiceClient interface {
	NewScaleAnimation(ctx context.Context, in *NewScaleAnimationRequest, opts ...grpc.CallOption) (*NewScaleAnimationResponse, error)
	Initialize(ctx context.Context, in *InitializeRequest, opts ...grpc.CallOption) (*InitializeResponse, error)
}

ScaleAnimationServiceClient is the client API for ScaleAnimationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ScaleAnimationServiceServer

type ScaleAnimationServiceServer interface {
	NewScaleAnimation(context.Context, *NewScaleAnimationRequest) (*NewScaleAnimationResponse, error)
	Initialize(context.Context, *InitializeRequest) (*InitializeResponse, error)
	// contains filtered or unexported methods
}

ScaleAnimationServiceServer is the server API for ScaleAnimationService service. All implementations must embed UnimplementedScaleAnimationServiceServer for forward compatibility.

type ScaleCurrentDurationRequest

type ScaleCurrentDurationRequest struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*ScaleCurrentDurationRequest) Descriptor deprecated

func (*ScaleCurrentDurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ScaleCurrentDurationRequest.ProtoReflect.Descriptor instead.

func (*ScaleCurrentDurationRequest) GetArg0

func (x *ScaleCurrentDurationRequest) GetArg0() float32

func (*ScaleCurrentDurationRequest) GetHandle

func (x *ScaleCurrentDurationRequest) GetHandle() int64

func (*ScaleCurrentDurationRequest) ProtoMessage

func (*ScaleCurrentDurationRequest) ProtoMessage()

func (*ScaleCurrentDurationRequest) ProtoReflect

func (*ScaleCurrentDurationRequest) Reset

func (x *ScaleCurrentDurationRequest) Reset()

func (*ScaleCurrentDurationRequest) String

func (x *ScaleCurrentDurationRequest) String() string

type ScaleCurrentDurationResponse

type ScaleCurrentDurationResponse struct {
	// contains filtered or unexported fields
}

func (*ScaleCurrentDurationResponse) Descriptor deprecated

func (*ScaleCurrentDurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use ScaleCurrentDurationResponse.ProtoReflect.Descriptor instead.

func (*ScaleCurrentDurationResponse) ProtoMessage

func (*ScaleCurrentDurationResponse) ProtoMessage()

func (*ScaleCurrentDurationResponse) ProtoReflect

func (*ScaleCurrentDurationResponse) Reset

func (x *ScaleCurrentDurationResponse) Reset()

func (*ScaleCurrentDurationResponse) String

type SetAlphaRequest

type SetAlphaRequest struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAlphaRequest) Descriptor deprecated

func (*SetAlphaRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAlphaRequest.ProtoReflect.Descriptor instead.

func (*SetAlphaRequest) GetArg0

func (x *SetAlphaRequest) GetArg0() float32

func (*SetAlphaRequest) GetHandle

func (x *SetAlphaRequest) GetHandle() int64

func (*SetAlphaRequest) ProtoMessage

func (*SetAlphaRequest) ProtoMessage()

func (*SetAlphaRequest) ProtoReflect

func (x *SetAlphaRequest) ProtoReflect() protoreflect.Message

func (*SetAlphaRequest) Reset

func (x *SetAlphaRequest) Reset()

func (*SetAlphaRequest) String

func (x *SetAlphaRequest) String() string

type SetAlphaResponse

type SetAlphaResponse struct {
	// contains filtered or unexported fields
}

func (*SetAlphaResponse) Descriptor deprecated

func (*SetAlphaResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAlphaResponse.ProtoReflect.Descriptor instead.

func (*SetAlphaResponse) ProtoMessage

func (*SetAlphaResponse) ProtoMessage()

func (*SetAlphaResponse) ProtoReflect

func (x *SetAlphaResponse) ProtoReflect() protoreflect.Message

func (*SetAlphaResponse) Reset

func (x *SetAlphaResponse) Reset()

func (*SetAlphaResponse) String

func (x *SetAlphaResponse) String() string

type SetAnimateParentHierarchyRequest

type SetAnimateParentHierarchyRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   bool  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAnimateParentHierarchyRequest) Descriptor deprecated

func (*SetAnimateParentHierarchyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimateParentHierarchyRequest.ProtoReflect.Descriptor instead.

func (*SetAnimateParentHierarchyRequest) GetArg0

func (*SetAnimateParentHierarchyRequest) GetHandle

func (x *SetAnimateParentHierarchyRequest) GetHandle() int64

func (*SetAnimateParentHierarchyRequest) ProtoMessage

func (*SetAnimateParentHierarchyRequest) ProtoMessage()

func (*SetAnimateParentHierarchyRequest) ProtoReflect

func (*SetAnimateParentHierarchyRequest) Reset

func (*SetAnimateParentHierarchyRequest) String

type SetAnimateParentHierarchyResponse

type SetAnimateParentHierarchyResponse struct {
	// contains filtered or unexported fields
}

func (*SetAnimateParentHierarchyResponse) Descriptor deprecated

func (*SetAnimateParentHierarchyResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimateParentHierarchyResponse.ProtoReflect.Descriptor instead.

func (*SetAnimateParentHierarchyResponse) ProtoMessage

func (*SetAnimateParentHierarchyResponse) ProtoMessage()

func (*SetAnimateParentHierarchyResponse) ProtoReflect

func (*SetAnimateParentHierarchyResponse) Reset

func (*SetAnimateParentHierarchyResponse) String

type SetAnimation1_1Request

type SetAnimation1_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAnimation1_1Request) Descriptor deprecated

func (*SetAnimation1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimation1_1Request.ProtoReflect.Descriptor instead.

func (*SetAnimation1_1Request) GetArg0

func (x *SetAnimation1_1Request) GetArg0() int64

func (*SetAnimation1_1Request) GetHandle

func (x *SetAnimation1_1Request) GetHandle() int64

func (*SetAnimation1_1Request) ProtoMessage

func (*SetAnimation1_1Request) ProtoMessage()

func (*SetAnimation1_1Request) ProtoReflect

func (x *SetAnimation1_1Request) ProtoReflect() protoreflect.Message

func (*SetAnimation1_1Request) Reset

func (x *SetAnimation1_1Request) Reset()

func (*SetAnimation1_1Request) String

func (x *SetAnimation1_1Request) String() string

type SetAnimation1_1Response

type SetAnimation1_1Response struct {
	// contains filtered or unexported fields
}

func (*SetAnimation1_1Response) Descriptor deprecated

func (*SetAnimation1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimation1_1Response.ProtoReflect.Descriptor instead.

func (*SetAnimation1_1Response) ProtoMessage

func (*SetAnimation1_1Response) ProtoMessage()

func (*SetAnimation1_1Response) ProtoReflect

func (x *SetAnimation1_1Response) ProtoReflect() protoreflect.Message

func (*SetAnimation1_1Response) Reset

func (x *SetAnimation1_1Response) Reset()

func (*SetAnimation1_1Response) String

func (x *SetAnimation1_1Response) String() string

type SetAnimation2Request

type SetAnimation2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAnimation2Request) Descriptor deprecated

func (*SetAnimation2Request) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimation2Request.ProtoReflect.Descriptor instead.

func (*SetAnimation2Request) GetArg0

func (x *SetAnimation2Request) GetArg0() int64

func (*SetAnimation2Request) GetArg1

func (x *SetAnimation2Request) GetArg1() int32

func (*SetAnimation2Request) GetHandle

func (x *SetAnimation2Request) GetHandle() int64

func (*SetAnimation2Request) ProtoMessage

func (*SetAnimation2Request) ProtoMessage()

func (*SetAnimation2Request) ProtoReflect

func (x *SetAnimation2Request) ProtoReflect() protoreflect.Message

func (*SetAnimation2Request) Reset

func (x *SetAnimation2Request) Reset()

func (*SetAnimation2Request) String

func (x *SetAnimation2Request) String() string

type SetAnimation2Response

type SetAnimation2Response struct {
	// contains filtered or unexported fields
}

func (*SetAnimation2Response) Descriptor deprecated

func (*SetAnimation2Response) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimation2Response.ProtoReflect.Descriptor instead.

func (*SetAnimation2Response) ProtoMessage

func (*SetAnimation2Response) ProtoMessage()

func (*SetAnimation2Response) ProtoReflect

func (x *SetAnimation2Response) ProtoReflect() protoreflect.Message

func (*SetAnimation2Response) Reset

func (x *SetAnimation2Response) Reset()

func (*SetAnimation2Response) String

func (x *SetAnimation2Response) String() string

type SetAnimationListenerRequest

type SetAnimationListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAnimationListenerRequest) Descriptor deprecated

func (*SetAnimationListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimationListenerRequest.ProtoReflect.Descriptor instead.

func (*SetAnimationListenerRequest) GetArg0

func (x *SetAnimationListenerRequest) GetArg0() int64

func (*SetAnimationListenerRequest) ProtoMessage

func (*SetAnimationListenerRequest) ProtoMessage()

func (*SetAnimationListenerRequest) ProtoReflect

func (*SetAnimationListenerRequest) Reset

func (x *SetAnimationListenerRequest) Reset()

func (*SetAnimationListenerRequest) String

func (x *SetAnimationListenerRequest) String() string

type SetAnimationListenerResponse

type SetAnimationListenerResponse struct {
	// contains filtered or unexported fields
}

func (*SetAnimationListenerResponse) Descriptor deprecated

func (*SetAnimationListenerResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimationListenerResponse.ProtoReflect.Descriptor instead.

func (*SetAnimationListenerResponse) ProtoMessage

func (*SetAnimationListenerResponse) ProtoMessage()

func (*SetAnimationListenerResponse) ProtoReflect

func (*SetAnimationListenerResponse) Reset

func (x *SetAnimationListenerResponse) Reset()

func (*SetAnimationListenerResponse) String

type SetAnimatorRequest

type SetAnimatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAnimatorRequest) Descriptor deprecated

func (*SetAnimatorRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimatorRequest.ProtoReflect.Descriptor instead.

func (*SetAnimatorRequest) GetArg0

func (x *SetAnimatorRequest) GetArg0() int32

func (*SetAnimatorRequest) GetArg1

func (x *SetAnimatorRequest) GetArg1() int64

func (*SetAnimatorRequest) GetHandle

func (x *SetAnimatorRequest) GetHandle() int64

func (*SetAnimatorRequest) ProtoMessage

func (*SetAnimatorRequest) ProtoMessage()

func (*SetAnimatorRequest) ProtoReflect

func (x *SetAnimatorRequest) ProtoReflect() protoreflect.Message

func (*SetAnimatorRequest) Reset

func (x *SetAnimatorRequest) Reset()

func (*SetAnimatorRequest) String

func (x *SetAnimatorRequest) String() string

type SetAnimatorResponse

type SetAnimatorResponse struct {
	// contains filtered or unexported fields
}

func (*SetAnimatorResponse) Descriptor deprecated

func (*SetAnimatorResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAnimatorResponse.ProtoReflect.Descriptor instead.

func (*SetAnimatorResponse) ProtoMessage

func (*SetAnimatorResponse) ProtoMessage()

func (*SetAnimatorResponse) ProtoReflect

func (x *SetAnimatorResponse) ProtoReflect() protoreflect.Message

func (*SetAnimatorResponse) Reset

func (x *SetAnimatorResponse) Reset()

func (*SetAnimatorResponse) String

func (x *SetAnimatorResponse) String() string

type SetAutoCancelRequest

type SetAutoCancelRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   bool  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAutoCancelRequest) Descriptor deprecated

func (*SetAutoCancelRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAutoCancelRequest.ProtoReflect.Descriptor instead.

func (*SetAutoCancelRequest) GetArg0

func (x *SetAutoCancelRequest) GetArg0() bool

func (*SetAutoCancelRequest) GetHandle

func (x *SetAutoCancelRequest) GetHandle() int64

func (*SetAutoCancelRequest) ProtoMessage

func (*SetAutoCancelRequest) ProtoMessage()

func (*SetAutoCancelRequest) ProtoReflect

func (x *SetAutoCancelRequest) ProtoReflect() protoreflect.Message

func (*SetAutoCancelRequest) Reset

func (x *SetAutoCancelRequest) Reset()

func (*SetAutoCancelRequest) String

func (x *SetAutoCancelRequest) String() string

type SetAutoCancelResponse

type SetAutoCancelResponse struct {
	// contains filtered or unexported fields
}

func (*SetAutoCancelResponse) Descriptor deprecated

func (*SetAutoCancelResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAutoCancelResponse.ProtoReflect.Descriptor instead.

func (*SetAutoCancelResponse) ProtoMessage

func (*SetAutoCancelResponse) ProtoMessage()

func (*SetAutoCancelResponse) ProtoReflect

func (x *SetAutoCancelResponse) ProtoReflect() protoreflect.Message

func (*SetAutoCancelResponse) Reset

func (x *SetAutoCancelResponse) Reset()

func (*SetAutoCancelResponse) String

func (x *SetAutoCancelResponse) String() string

type SetBackdropColorRequest

type SetBackdropColorRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetBackdropColorRequest) Descriptor deprecated

func (*SetBackdropColorRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetBackdropColorRequest.ProtoReflect.Descriptor instead.

func (*SetBackdropColorRequest) GetArg0

func (x *SetBackdropColorRequest) GetArg0() int32

func (*SetBackdropColorRequest) ProtoMessage

func (*SetBackdropColorRequest) ProtoMessage()

func (*SetBackdropColorRequest) ProtoReflect

func (x *SetBackdropColorRequest) ProtoReflect() protoreflect.Message

func (*SetBackdropColorRequest) Reset

func (x *SetBackdropColorRequest) Reset()

func (*SetBackdropColorRequest) String

func (x *SetBackdropColorRequest) String() string

type SetBackdropColorResponse

type SetBackdropColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetBackdropColorResponse) Descriptor deprecated

func (*SetBackdropColorResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetBackdropColorResponse.ProtoReflect.Descriptor instead.

func (*SetBackdropColorResponse) ProtoMessage

func (*SetBackdropColorResponse) ProtoMessage()

func (*SetBackdropColorResponse) ProtoReflect

func (x *SetBackdropColorResponse) ProtoReflect() protoreflect.Message

func (*SetBackdropColorResponse) Reset

func (x *SetBackdropColorResponse) Reset()

func (*SetBackdropColorResponse) String

func (x *SetBackdropColorResponse) String() string

type SetBackgroundColorRequest

type SetBackgroundColorRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetBackgroundColorRequest) Descriptor deprecated

func (*SetBackgroundColorRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetBackgroundColorRequest.ProtoReflect.Descriptor instead.

func (*SetBackgroundColorRequest) GetArg0

func (x *SetBackgroundColorRequest) GetArg0() int32

func (*SetBackgroundColorRequest) ProtoMessage

func (*SetBackgroundColorRequest) ProtoMessage()

func (*SetBackgroundColorRequest) ProtoReflect

func (*SetBackgroundColorRequest) Reset

func (x *SetBackgroundColorRequest) Reset()

func (*SetBackgroundColorRequest) String

func (x *SetBackgroundColorRequest) String() string

type SetBackgroundColorResponse

type SetBackgroundColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetBackgroundColorResponse) Descriptor deprecated

func (*SetBackgroundColorResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetBackgroundColorResponse.ProtoReflect.Descriptor instead.

func (*SetBackgroundColorResponse) ProtoMessage

func (*SetBackgroundColorResponse) ProtoMessage()

func (*SetBackgroundColorResponse) ProtoReflect

func (*SetBackgroundColorResponse) Reset

func (x *SetBackgroundColorResponse) Reset()

func (*SetBackgroundColorResponse) String

func (x *SetBackgroundColorResponse) String() string

type SetColumnDelayRequest

type SetColumnDelayRequest struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetColumnDelayRequest) Descriptor deprecated

func (*SetColumnDelayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnDelayRequest.ProtoReflect.Descriptor instead.

func (*SetColumnDelayRequest) GetArg0

func (x *SetColumnDelayRequest) GetArg0() float32

func (*SetColumnDelayRequest) GetHandle

func (x *SetColumnDelayRequest) GetHandle() int64

func (*SetColumnDelayRequest) ProtoMessage

func (*SetColumnDelayRequest) ProtoMessage()

func (*SetColumnDelayRequest) ProtoReflect

func (x *SetColumnDelayRequest) ProtoReflect() protoreflect.Message

func (*SetColumnDelayRequest) Reset

func (x *SetColumnDelayRequest) Reset()

func (*SetColumnDelayRequest) String

func (x *SetColumnDelayRequest) String() string

type SetColumnDelayResponse

type SetColumnDelayResponse struct {
	// contains filtered or unexported fields
}

func (*SetColumnDelayResponse) Descriptor deprecated

func (*SetColumnDelayResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnDelayResponse.ProtoReflect.Descriptor instead.

func (*SetColumnDelayResponse) ProtoMessage

func (*SetColumnDelayResponse) ProtoMessage()

func (*SetColumnDelayResponse) ProtoReflect

func (x *SetColumnDelayResponse) ProtoReflect() protoreflect.Message

func (*SetColumnDelayResponse) Reset

func (x *SetColumnDelayResponse) Reset()

func (*SetColumnDelayResponse) String

func (x *SetColumnDelayResponse) String() string

type SetConverterRequest

type SetConverterRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetConverterRequest) Descriptor deprecated

func (*SetConverterRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetConverterRequest.ProtoReflect.Descriptor instead.

func (*SetConverterRequest) GetArg0

func (x *SetConverterRequest) GetArg0() int64

func (*SetConverterRequest) ProtoMessage

func (*SetConverterRequest) ProtoMessage()

func (*SetConverterRequest) ProtoReflect

func (x *SetConverterRequest) ProtoReflect() protoreflect.Message

func (*SetConverterRequest) Reset

func (x *SetConverterRequest) Reset()

func (*SetConverterRequest) String

func (x *SetConverterRequest) String() string

type SetConverterResponse

type SetConverterResponse struct {
	// contains filtered or unexported fields
}

func (*SetConverterResponse) Descriptor deprecated

func (*SetConverterResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetConverterResponse.ProtoReflect.Descriptor instead.

func (*SetConverterResponse) ProtoMessage

func (*SetConverterResponse) ProtoMessage()

func (*SetConverterResponse) ProtoReflect

func (x *SetConverterResponse) ProtoReflect() protoreflect.Message

func (*SetConverterResponse) Reset

func (x *SetConverterResponse) Reset()

func (*SetConverterResponse) String

func (x *SetConverterResponse) String() string

type SetCurrentFractionRequest

type SetCurrentFractionRequest struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCurrentFractionRequest) Descriptor deprecated

func (*SetCurrentFractionRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCurrentFractionRequest.ProtoReflect.Descriptor instead.

func (*SetCurrentFractionRequest) GetArg0

func (x *SetCurrentFractionRequest) GetArg0() float32

func (*SetCurrentFractionRequest) GetHandle

func (x *SetCurrentFractionRequest) GetHandle() int64

func (*SetCurrentFractionRequest) ProtoMessage

func (*SetCurrentFractionRequest) ProtoMessage()

func (*SetCurrentFractionRequest) ProtoReflect

func (*SetCurrentFractionRequest) Reset

func (x *SetCurrentFractionRequest) Reset()

func (*SetCurrentFractionRequest) String

func (x *SetCurrentFractionRequest) String() string

type SetCurrentFractionResponse

type SetCurrentFractionResponse struct {
	// contains filtered or unexported fields
}

func (*SetCurrentFractionResponse) Descriptor deprecated

func (*SetCurrentFractionResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCurrentFractionResponse.ProtoReflect.Descriptor instead.

func (*SetCurrentFractionResponse) ProtoMessage

func (*SetCurrentFractionResponse) ProtoMessage()

func (*SetCurrentFractionResponse) ProtoReflect

func (*SetCurrentFractionResponse) Reset

func (x *SetCurrentFractionResponse) Reset()

func (*SetCurrentFractionResponse) String

func (x *SetCurrentFractionResponse) String() string

type SetCurrentPlayTimeRequest

type SetCurrentPlayTimeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetCurrentPlayTimeRequest) Descriptor deprecated

func (*SetCurrentPlayTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCurrentPlayTimeRequest.ProtoReflect.Descriptor instead.

func (*SetCurrentPlayTimeRequest) GetArg0

func (x *SetCurrentPlayTimeRequest) GetArg0() int64

func (*SetCurrentPlayTimeRequest) GetHandle

func (x *SetCurrentPlayTimeRequest) GetHandle() int64

func (*SetCurrentPlayTimeRequest) ProtoMessage

func (*SetCurrentPlayTimeRequest) ProtoMessage()

func (*SetCurrentPlayTimeRequest) ProtoReflect

func (*SetCurrentPlayTimeRequest) Reset

func (x *SetCurrentPlayTimeRequest) Reset()

func (*SetCurrentPlayTimeRequest) String

func (x *SetCurrentPlayTimeRequest) String() string

type SetCurrentPlayTimeResponse

type SetCurrentPlayTimeResponse struct {
	// contains filtered or unexported fields
}

func (*SetCurrentPlayTimeResponse) Descriptor deprecated

func (*SetCurrentPlayTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetCurrentPlayTimeResponse.ProtoReflect.Descriptor instead.

func (*SetCurrentPlayTimeResponse) ProtoMessage

func (*SetCurrentPlayTimeResponse) ProtoMessage()

func (*SetCurrentPlayTimeResponse) ProtoReflect

func (*SetCurrentPlayTimeResponse) Reset

func (x *SetCurrentPlayTimeResponse) Reset()

func (*SetCurrentPlayTimeResponse) String

func (x *SetCurrentPlayTimeResponse) String() string

type SetDelayRequest

type SetDelayRequest struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDelayRequest) Descriptor deprecated

func (*SetDelayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDelayRequest.ProtoReflect.Descriptor instead.

func (*SetDelayRequest) GetArg0

func (x *SetDelayRequest) GetArg0() float32

func (*SetDelayRequest) GetHandle

func (x *SetDelayRequest) GetHandle() int64

func (*SetDelayRequest) ProtoMessage

func (*SetDelayRequest) ProtoMessage()

func (*SetDelayRequest) ProtoReflect

func (x *SetDelayRequest) ProtoReflect() protoreflect.Message

func (*SetDelayRequest) Reset

func (x *SetDelayRequest) Reset()

func (*SetDelayRequest) String

func (x *SetDelayRequest) String() string

type SetDelayResponse

type SetDelayResponse struct {
	// contains filtered or unexported fields
}

func (*SetDelayResponse) Descriptor deprecated

func (*SetDelayResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDelayResponse.ProtoReflect.Descriptor instead.

func (*SetDelayResponse) ProtoMessage

func (*SetDelayResponse) ProtoMessage()

func (*SetDelayResponse) ProtoReflect

func (x *SetDelayResponse) ProtoReflect() protoreflect.Message

func (*SetDelayResponse) Reset

func (x *SetDelayResponse) Reset()

func (*SetDelayResponse) String

func (x *SetDelayResponse) String() string

type SetDetachWallpaperRequest

type SetDetachWallpaperRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDetachWallpaperRequest) Descriptor deprecated

func (*SetDetachWallpaperRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDetachWallpaperRequest.ProtoReflect.Descriptor instead.

func (*SetDetachWallpaperRequest) GetArg0

func (x *SetDetachWallpaperRequest) GetArg0() bool

func (*SetDetachWallpaperRequest) ProtoMessage

func (*SetDetachWallpaperRequest) ProtoMessage()

func (*SetDetachWallpaperRequest) ProtoReflect

func (*SetDetachWallpaperRequest) Reset

func (x *SetDetachWallpaperRequest) Reset()

func (*SetDetachWallpaperRequest) String

func (x *SetDetachWallpaperRequest) String() string

type SetDetachWallpaperResponse

type SetDetachWallpaperResponse struct {
	// contains filtered or unexported fields
}

func (*SetDetachWallpaperResponse) Descriptor deprecated

func (*SetDetachWallpaperResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDetachWallpaperResponse.ProtoReflect.Descriptor instead.

func (*SetDetachWallpaperResponse) ProtoMessage

func (*SetDetachWallpaperResponse) ProtoMessage()

func (*SetDetachWallpaperResponse) ProtoReflect

func (*SetDetachWallpaperResponse) Reset

func (x *SetDetachWallpaperResponse) Reset()

func (*SetDetachWallpaperResponse) String

func (x *SetDetachWallpaperResponse) String() string

type SetDirectionPriorityRequest

type SetDirectionPriorityRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDirectionPriorityRequest) Descriptor deprecated

func (*SetDirectionPriorityRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDirectionPriorityRequest.ProtoReflect.Descriptor instead.

func (*SetDirectionPriorityRequest) GetArg0

func (x *SetDirectionPriorityRequest) GetArg0() int32

func (*SetDirectionPriorityRequest) GetHandle

func (x *SetDirectionPriorityRequest) GetHandle() int64

func (*SetDirectionPriorityRequest) ProtoMessage

func (*SetDirectionPriorityRequest) ProtoMessage()

func (*SetDirectionPriorityRequest) ProtoReflect

func (*SetDirectionPriorityRequest) Reset

func (x *SetDirectionPriorityRequest) Reset()

func (*SetDirectionPriorityRequest) String

func (x *SetDirectionPriorityRequest) String() string

type SetDirectionPriorityResponse

type SetDirectionPriorityResponse struct {
	// contains filtered or unexported fields
}

func (*SetDirectionPriorityResponse) Descriptor deprecated

func (*SetDirectionPriorityResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDirectionPriorityResponse.ProtoReflect.Descriptor instead.

func (*SetDirectionPriorityResponse) ProtoMessage

func (*SetDirectionPriorityResponse) ProtoMessage()

func (*SetDirectionPriorityResponse) ProtoReflect

func (*SetDirectionPriorityResponse) Reset

func (x *SetDirectionPriorityResponse) Reset()

func (*SetDirectionPriorityResponse) String

type SetDirectionRequest

type SetDirectionRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDirectionRequest) Descriptor deprecated

func (*SetDirectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDirectionRequest.ProtoReflect.Descriptor instead.

func (*SetDirectionRequest) GetArg0

func (x *SetDirectionRequest) GetArg0() int32

func (*SetDirectionRequest) GetHandle

func (x *SetDirectionRequest) GetHandle() int64

func (*SetDirectionRequest) ProtoMessage

func (*SetDirectionRequest) ProtoMessage()

func (*SetDirectionRequest) ProtoReflect

func (x *SetDirectionRequest) ProtoReflect() protoreflect.Message

func (*SetDirectionRequest) Reset

func (x *SetDirectionRequest) Reset()

func (*SetDirectionRequest) String

func (x *SetDirectionRequest) String() string

type SetDirectionResponse

type SetDirectionResponse struct {
	// contains filtered or unexported fields
}

func (*SetDirectionResponse) Descriptor deprecated

func (*SetDirectionResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDirectionResponse.ProtoReflect.Descriptor instead.

func (*SetDirectionResponse) ProtoMessage

func (*SetDirectionResponse) ProtoMessage()

func (*SetDirectionResponse) ProtoReflect

func (x *SetDirectionResponse) ProtoReflect() protoreflect.Message

func (*SetDirectionResponse) Reset

func (x *SetDirectionResponse) Reset()

func (*SetDirectionResponse) String

func (x *SetDirectionResponse) String() string

type SetDuration1Request

type SetDuration1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDuration1Request) Descriptor deprecated

func (*SetDuration1Request) Descriptor() ([]byte, []int)

Deprecated: Use SetDuration1Request.ProtoReflect.Descriptor instead.

func (*SetDuration1Request) GetArg0

func (x *SetDuration1Request) GetArg0() int64

func (*SetDuration1Request) GetHandle

func (x *SetDuration1Request) GetHandle() int64

func (*SetDuration1Request) ProtoMessage

func (*SetDuration1Request) ProtoMessage()

func (*SetDuration1Request) ProtoReflect

func (x *SetDuration1Request) ProtoReflect() protoreflect.Message

func (*SetDuration1Request) Reset

func (x *SetDuration1Request) Reset()

func (*SetDuration1Request) String

func (x *SetDuration1Request) String() string

type SetDuration1Response

type SetDuration1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDuration1Response) Descriptor deprecated

func (*SetDuration1Response) Descriptor() ([]byte, []int)

Deprecated: Use SetDuration1Response.ProtoReflect.Descriptor instead.

func (*SetDuration1Response) GetResult

func (x *SetDuration1Response) GetResult() int64

func (*SetDuration1Response) ProtoMessage

func (*SetDuration1Response) ProtoMessage()

func (*SetDuration1Response) ProtoReflect

func (x *SetDuration1Response) ProtoReflect() protoreflect.Message

func (*SetDuration1Response) Reset

func (x *SetDuration1Response) Reset()

func (*SetDuration1Response) String

func (x *SetDuration1Response) String() string

type SetDuration1_1Request

type SetDuration1_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDuration1_1Request) Descriptor deprecated

func (*SetDuration1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use SetDuration1_1Request.ProtoReflect.Descriptor instead.

func (*SetDuration1_1Request) GetArg0

func (x *SetDuration1_1Request) GetArg0() int64

func (*SetDuration1_1Request) GetHandle

func (x *SetDuration1_1Request) GetHandle() int64

func (*SetDuration1_1Request) ProtoMessage

func (*SetDuration1_1Request) ProtoMessage()

func (*SetDuration1_1Request) ProtoReflect

func (x *SetDuration1_1Request) ProtoReflect() protoreflect.Message

func (*SetDuration1_1Request) Reset

func (x *SetDuration1_1Request) Reset()

func (*SetDuration1_1Request) String

func (x *SetDuration1_1Request) String() string

type SetDuration1_1Response

type SetDuration1_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDuration1_1Response) Descriptor deprecated

func (*SetDuration1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use SetDuration1_1Response.ProtoReflect.Descriptor instead.

func (*SetDuration1_1Response) GetResult

func (x *SetDuration1_1Response) GetResult() int64

func (*SetDuration1_1Response) ProtoMessage

func (*SetDuration1_1Response) ProtoMessage()

func (*SetDuration1_1Response) ProtoReflect

func (x *SetDuration1_1Response) ProtoReflect() protoreflect.Message

func (*SetDuration1_1Response) Reset

func (x *SetDuration1_1Response) Reset()

func (*SetDuration1_1Response) String

func (x *SetDuration1_1Response) String() string

type SetDuration1_2Request

type SetDuration1_2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDuration1_2Request) Descriptor deprecated

func (*SetDuration1_2Request) Descriptor() ([]byte, []int)

Deprecated: Use SetDuration1_2Request.ProtoReflect.Descriptor instead.

func (*SetDuration1_2Request) GetArg0

func (x *SetDuration1_2Request) GetArg0() int64

func (*SetDuration1_2Request) GetHandle

func (x *SetDuration1_2Request) GetHandle() int64

func (*SetDuration1_2Request) ProtoMessage

func (*SetDuration1_2Request) ProtoMessage()

func (*SetDuration1_2Request) ProtoReflect

func (x *SetDuration1_2Request) ProtoReflect() protoreflect.Message

func (*SetDuration1_2Request) Reset

func (x *SetDuration1_2Request) Reset()

func (*SetDuration1_2Request) String

func (x *SetDuration1_2Request) String() string

type SetDuration1_2Response

type SetDuration1_2Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDuration1_2Response) Descriptor deprecated

func (*SetDuration1_2Response) Descriptor() ([]byte, []int)

Deprecated: Use SetDuration1_2Response.ProtoReflect.Descriptor instead.

func (*SetDuration1_2Response) GetResult

func (x *SetDuration1_2Response) GetResult() int64

func (*SetDuration1_2Response) ProtoMessage

func (*SetDuration1_2Response) ProtoMessage()

func (*SetDuration1_2Response) ProtoReflect

func (x *SetDuration1_2Response) ProtoReflect() protoreflect.Message

func (*SetDuration1_2Response) Reset

func (x *SetDuration1_2Response) Reset()

func (*SetDuration1_2Response) String

func (x *SetDuration1_2Response) String() string

type SetDuration2Request

type SetDuration2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDuration2Request) Descriptor deprecated

func (*SetDuration2Request) Descriptor() ([]byte, []int)

Deprecated: Use SetDuration2Request.ProtoReflect.Descriptor instead.

func (*SetDuration2Request) GetArg0

func (x *SetDuration2Request) GetArg0() int32

func (*SetDuration2Request) GetArg1

func (x *SetDuration2Request) GetArg1() int64

func (*SetDuration2Request) GetHandle

func (x *SetDuration2Request) GetHandle() int64

func (*SetDuration2Request) ProtoMessage

func (*SetDuration2Request) ProtoMessage()

func (*SetDuration2Request) ProtoReflect

func (x *SetDuration2Request) ProtoReflect() protoreflect.Message

func (*SetDuration2Request) Reset

func (x *SetDuration2Request) Reset()

func (*SetDuration2Request) String

func (x *SetDuration2Request) String() string

type SetDuration2Response

type SetDuration2Response struct {
	// contains filtered or unexported fields
}

func (*SetDuration2Response) Descriptor deprecated

func (*SetDuration2Response) Descriptor() ([]byte, []int)

Deprecated: Use SetDuration2Response.ProtoReflect.Descriptor instead.

func (*SetDuration2Response) ProtoMessage

func (*SetDuration2Response) ProtoMessage()

func (*SetDuration2Response) ProtoReflect

func (x *SetDuration2Response) ProtoReflect() protoreflect.Message

func (*SetDuration2Response) Reset

func (x *SetDuration2Response) Reset()

func (*SetDuration2Response) String

func (x *SetDuration2Response) String() string

type SetDurationRequest

type SetDurationRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDurationRequest) Descriptor deprecated

func (*SetDurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDurationRequest.ProtoReflect.Descriptor instead.

func (*SetDurationRequest) GetArg0

func (x *SetDurationRequest) GetArg0() int64

func (*SetDurationRequest) ProtoMessage

func (*SetDurationRequest) ProtoMessage()

func (*SetDurationRequest) ProtoReflect

func (x *SetDurationRequest) ProtoReflect() protoreflect.Message

func (*SetDurationRequest) Reset

func (x *SetDurationRequest) Reset()

func (*SetDurationRequest) String

func (x *SetDurationRequest) String() string

type SetDurationResponse

type SetDurationResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDurationResponse) Descriptor deprecated

func (*SetDurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDurationResponse.ProtoReflect.Descriptor instead.

func (*SetDurationResponse) GetResult

func (x *SetDurationResponse) GetResult() int64

func (*SetDurationResponse) ProtoMessage

func (*SetDurationResponse) ProtoMessage()

func (*SetDurationResponse) ProtoReflect

func (x *SetDurationResponse) ProtoReflect() protoreflect.Message

func (*SetDurationResponse) Reset

func (x *SetDurationResponse) Reset()

func (*SetDurationResponse) String

func (x *SetDurationResponse) String() string

type SetEvaluatorRequest

type SetEvaluatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEvaluatorRequest) Descriptor deprecated

func (*SetEvaluatorRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetEvaluatorRequest.ProtoReflect.Descriptor instead.

func (*SetEvaluatorRequest) GetArg0

func (x *SetEvaluatorRequest) GetArg0() int64

func (*SetEvaluatorRequest) GetHandle

func (x *SetEvaluatorRequest) GetHandle() int64

func (*SetEvaluatorRequest) ProtoMessage

func (*SetEvaluatorRequest) ProtoMessage()

func (*SetEvaluatorRequest) ProtoReflect

func (x *SetEvaluatorRequest) ProtoReflect() protoreflect.Message

func (*SetEvaluatorRequest) Reset

func (x *SetEvaluatorRequest) Reset()

func (*SetEvaluatorRequest) String

func (x *SetEvaluatorRequest) String() string

type SetEvaluatorResponse

type SetEvaluatorResponse struct {
	// contains filtered or unexported fields
}

func (*SetEvaluatorResponse) Descriptor deprecated

func (*SetEvaluatorResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetEvaluatorResponse.ProtoReflect.Descriptor instead.

func (*SetEvaluatorResponse) ProtoMessage

func (*SetEvaluatorResponse) ProtoMessage()

func (*SetEvaluatorResponse) ProtoReflect

func (x *SetEvaluatorResponse) ProtoReflect() protoreflect.Message

func (*SetEvaluatorResponse) Reset

func (x *SetEvaluatorResponse) Reset()

func (*SetEvaluatorResponse) String

func (x *SetEvaluatorResponse) String() string

type SetFillAfterRequest

type SetFillAfterRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   bool  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFillAfterRequest) Descriptor deprecated

func (*SetFillAfterRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetFillAfterRequest.ProtoReflect.Descriptor instead.

func (*SetFillAfterRequest) GetArg0

func (x *SetFillAfterRequest) GetArg0() bool

func (*SetFillAfterRequest) GetHandle

func (x *SetFillAfterRequest) GetHandle() int64

func (*SetFillAfterRequest) ProtoMessage

func (*SetFillAfterRequest) ProtoMessage()

func (*SetFillAfterRequest) ProtoReflect

func (x *SetFillAfterRequest) ProtoReflect() protoreflect.Message

func (*SetFillAfterRequest) Reset

func (x *SetFillAfterRequest) Reset()

func (*SetFillAfterRequest) String

func (x *SetFillAfterRequest) String() string

type SetFillAfterResponse

type SetFillAfterResponse struct {
	// contains filtered or unexported fields
}

func (*SetFillAfterResponse) Descriptor deprecated

func (*SetFillAfterResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetFillAfterResponse.ProtoReflect.Descriptor instead.

func (*SetFillAfterResponse) ProtoMessage

func (*SetFillAfterResponse) ProtoMessage()

func (*SetFillAfterResponse) ProtoReflect

func (x *SetFillAfterResponse) ProtoReflect() protoreflect.Message

func (*SetFillAfterResponse) Reset

func (x *SetFillAfterResponse) Reset()

func (*SetFillAfterResponse) String

func (x *SetFillAfterResponse) String() string

type SetFillBeforeRequest

type SetFillBeforeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   bool  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFillBeforeRequest) Descriptor deprecated

func (*SetFillBeforeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetFillBeforeRequest.ProtoReflect.Descriptor instead.

func (*SetFillBeforeRequest) GetArg0

func (x *SetFillBeforeRequest) GetArg0() bool

func (*SetFillBeforeRequest) GetHandle

func (x *SetFillBeforeRequest) GetHandle() int64

func (*SetFillBeforeRequest) ProtoMessage

func (*SetFillBeforeRequest) ProtoMessage()

func (*SetFillBeforeRequest) ProtoReflect

func (x *SetFillBeforeRequest) ProtoReflect() protoreflect.Message

func (*SetFillBeforeRequest) Reset

func (x *SetFillBeforeRequest) Reset()

func (*SetFillBeforeRequest) String

func (x *SetFillBeforeRequest) String() string

type SetFillBeforeResponse

type SetFillBeforeResponse struct {
	// contains filtered or unexported fields
}

func (*SetFillBeforeResponse) Descriptor deprecated

func (*SetFillBeforeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetFillBeforeResponse.ProtoReflect.Descriptor instead.

func (*SetFillBeforeResponse) ProtoMessage

func (*SetFillBeforeResponse) ProtoMessage()

func (*SetFillBeforeResponse) ProtoReflect

func (x *SetFillBeforeResponse) ProtoReflect() protoreflect.Message

func (*SetFillBeforeResponse) Reset

func (x *SetFillBeforeResponse) Reset()

func (*SetFillBeforeResponse) String

func (x *SetFillBeforeResponse) String() string

type SetFillEnabledRequest

type SetFillEnabledRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFillEnabledRequest) Descriptor deprecated

func (*SetFillEnabledRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetFillEnabledRequest.ProtoReflect.Descriptor instead.

func (*SetFillEnabledRequest) GetArg0

func (x *SetFillEnabledRequest) GetArg0() bool

func (*SetFillEnabledRequest) ProtoMessage

func (*SetFillEnabledRequest) ProtoMessage()

func (*SetFillEnabledRequest) ProtoReflect

func (x *SetFillEnabledRequest) ProtoReflect() protoreflect.Message

func (*SetFillEnabledRequest) Reset

func (x *SetFillEnabledRequest) Reset()

func (*SetFillEnabledRequest) String

func (x *SetFillEnabledRequest) String() string

type SetFillEnabledResponse

type SetFillEnabledResponse struct {
	// contains filtered or unexported fields
}

func (*SetFillEnabledResponse) Descriptor deprecated

func (*SetFillEnabledResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetFillEnabledResponse.ProtoReflect.Descriptor instead.

func (*SetFillEnabledResponse) ProtoMessage

func (*SetFillEnabledResponse) ProtoMessage()

func (*SetFillEnabledResponse) ProtoReflect

func (x *SetFillEnabledResponse) ProtoReflect() protoreflect.Message

func (*SetFillEnabledResponse) Reset

func (x *SetFillEnabledResponse) Reset()

func (*SetFillEnabledResponse) String

func (x *SetFillEnabledResponse) String() string

type SetFloatValuesRequest

type SetFloatValuesRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFloatValuesRequest) Descriptor deprecated

func (*SetFloatValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetFloatValuesRequest.ProtoReflect.Descriptor instead.

func (*SetFloatValuesRequest) GetArg0

func (x *SetFloatValuesRequest) GetArg0() int64

func (*SetFloatValuesRequest) GetHandle

func (x *SetFloatValuesRequest) GetHandle() int64

func (*SetFloatValuesRequest) ProtoMessage

func (*SetFloatValuesRequest) ProtoMessage()

func (*SetFloatValuesRequest) ProtoReflect

func (x *SetFloatValuesRequest) ProtoReflect() protoreflect.Message

func (*SetFloatValuesRequest) Reset

func (x *SetFloatValuesRequest) Reset()

func (*SetFloatValuesRequest) String

func (x *SetFloatValuesRequest) String() string

type SetFloatValuesResponse

type SetFloatValuesResponse struct {
	// contains filtered or unexported fields
}

func (*SetFloatValuesResponse) Descriptor deprecated

func (*SetFloatValuesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetFloatValuesResponse.ProtoReflect.Descriptor instead.

func (*SetFloatValuesResponse) ProtoMessage

func (*SetFloatValuesResponse) ProtoMessage()

func (*SetFloatValuesResponse) ProtoReflect

func (x *SetFloatValuesResponse) ProtoReflect() protoreflect.Message

func (*SetFloatValuesResponse) Reset

func (x *SetFloatValuesResponse) Reset()

func (*SetFloatValuesResponse) String

func (x *SetFloatValuesResponse) String() string

type SetFractionRequest

type SetFractionRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFractionRequest) Descriptor deprecated

func (*SetFractionRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetFractionRequest.ProtoReflect.Descriptor instead.

func (*SetFractionRequest) GetArg0

func (x *SetFractionRequest) GetArg0() float32

func (*SetFractionRequest) ProtoMessage

func (*SetFractionRequest) ProtoMessage()

func (*SetFractionRequest) ProtoReflect

func (x *SetFractionRequest) ProtoReflect() protoreflect.Message

func (*SetFractionRequest) Reset

func (x *SetFractionRequest) Reset()

func (*SetFractionRequest) String

func (x *SetFractionRequest) String() string

type SetFractionResponse

type SetFractionResponse struct {
	// contains filtered or unexported fields
}

func (*SetFractionResponse) Descriptor deprecated

func (*SetFractionResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetFractionResponse.ProtoReflect.Descriptor instead.

func (*SetFractionResponse) ProtoMessage

func (*SetFractionResponse) ProtoMessage()

func (*SetFractionResponse) ProtoReflect

func (x *SetFractionResponse) ProtoReflect() protoreflect.Message

func (*SetFractionResponse) Reset

func (x *SetFractionResponse) Reset()

func (*SetFractionResponse) String

func (x *SetFractionResponse) String() string

type SetFrameDelayRequest

type SetFrameDelayRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFrameDelayRequest) Descriptor deprecated

func (*SetFrameDelayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetFrameDelayRequest.ProtoReflect.Descriptor instead.

func (*SetFrameDelayRequest) GetArg0

func (x *SetFrameDelayRequest) GetArg0() int64

func (*SetFrameDelayRequest) GetHandle

func (x *SetFrameDelayRequest) GetHandle() int64

func (*SetFrameDelayRequest) ProtoMessage

func (*SetFrameDelayRequest) ProtoMessage()

func (*SetFrameDelayRequest) ProtoReflect

func (x *SetFrameDelayRequest) ProtoReflect() protoreflect.Message

func (*SetFrameDelayRequest) Reset

func (x *SetFrameDelayRequest) Reset()

func (*SetFrameDelayRequest) String

func (x *SetFrameDelayRequest) String() string

type SetFrameDelayResponse

type SetFrameDelayResponse struct {
	// contains filtered or unexported fields
}

func (*SetFrameDelayResponse) Descriptor deprecated

func (*SetFrameDelayResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetFrameDelayResponse.ProtoReflect.Descriptor instead.

func (*SetFrameDelayResponse) ProtoMessage

func (*SetFrameDelayResponse) ProtoMessage()

func (*SetFrameDelayResponse) ProtoReflect

func (x *SetFrameDelayResponse) ProtoReflect() protoreflect.Message

func (*SetFrameDelayResponse) Reset

func (x *SetFrameDelayResponse) Reset()

func (*SetFrameDelayResponse) String

func (x *SetFrameDelayResponse) String() string

type SetIntValuesRequest

type SetIntValuesRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetIntValuesRequest) Descriptor deprecated

func (*SetIntValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIntValuesRequest.ProtoReflect.Descriptor instead.

func (*SetIntValuesRequest) GetArg0

func (x *SetIntValuesRequest) GetArg0() int64

func (*SetIntValuesRequest) GetHandle

func (x *SetIntValuesRequest) GetHandle() int64

func (*SetIntValuesRequest) ProtoMessage

func (*SetIntValuesRequest) ProtoMessage()

func (*SetIntValuesRequest) ProtoReflect

func (x *SetIntValuesRequest) ProtoReflect() protoreflect.Message

func (*SetIntValuesRequest) Reset

func (x *SetIntValuesRequest) Reset()

func (*SetIntValuesRequest) String

func (x *SetIntValuesRequest) String() string

type SetIntValuesResponse

type SetIntValuesResponse struct {
	// contains filtered or unexported fields
}

func (*SetIntValuesResponse) Descriptor deprecated

func (*SetIntValuesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetIntValuesResponse.ProtoReflect.Descriptor instead.

func (*SetIntValuesResponse) ProtoMessage

func (*SetIntValuesResponse) ProtoMessage()

func (*SetIntValuesResponse) ProtoReflect

func (x *SetIntValuesResponse) ProtoReflect() protoreflect.Message

func (*SetIntValuesResponse) Reset

func (x *SetIntValuesResponse) Reset()

func (*SetIntValuesResponse) String

func (x *SetIntValuesResponse) String() string

type SetInterpolator1_1Request

type SetInterpolator1_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetInterpolator1_1Request) Descriptor deprecated

func (*SetInterpolator1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use SetInterpolator1_1Request.ProtoReflect.Descriptor instead.

func (*SetInterpolator1_1Request) GetArg0

func (x *SetInterpolator1_1Request) GetArg0() int64

func (*SetInterpolator1_1Request) GetHandle

func (x *SetInterpolator1_1Request) GetHandle() int64

func (*SetInterpolator1_1Request) ProtoMessage

func (*SetInterpolator1_1Request) ProtoMessage()

func (*SetInterpolator1_1Request) ProtoReflect

func (*SetInterpolator1_1Request) Reset

func (x *SetInterpolator1_1Request) Reset()

func (*SetInterpolator1_1Request) String

func (x *SetInterpolator1_1Request) String() string

type SetInterpolator1_1Response

type SetInterpolator1_1Response struct {
	// contains filtered or unexported fields
}

func (*SetInterpolator1_1Response) Descriptor deprecated

func (*SetInterpolator1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use SetInterpolator1_1Response.ProtoReflect.Descriptor instead.

func (*SetInterpolator1_1Response) ProtoMessage

func (*SetInterpolator1_1Response) ProtoMessage()

func (*SetInterpolator1_1Response) ProtoReflect

func (*SetInterpolator1_1Response) Reset

func (x *SetInterpolator1_1Response) Reset()

func (*SetInterpolator1_1Response) String

func (x *SetInterpolator1_1Response) String() string

type SetInterpolator2Request

type SetInterpolator2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetInterpolator2Request) Descriptor deprecated

func (*SetInterpolator2Request) Descriptor() ([]byte, []int)

Deprecated: Use SetInterpolator2Request.ProtoReflect.Descriptor instead.

func (*SetInterpolator2Request) GetArg0

func (x *SetInterpolator2Request) GetArg0() int64

func (*SetInterpolator2Request) GetArg1

func (x *SetInterpolator2Request) GetArg1() int32

func (*SetInterpolator2Request) GetHandle

func (x *SetInterpolator2Request) GetHandle() int64

func (*SetInterpolator2Request) ProtoMessage

func (*SetInterpolator2Request) ProtoMessage()

func (*SetInterpolator2Request) ProtoReflect

func (x *SetInterpolator2Request) ProtoReflect() protoreflect.Message

func (*SetInterpolator2Request) Reset

func (x *SetInterpolator2Request) Reset()

func (*SetInterpolator2Request) String

func (x *SetInterpolator2Request) String() string

type SetInterpolator2Response

type SetInterpolator2Response struct {
	// contains filtered or unexported fields
}

func (*SetInterpolator2Response) Descriptor deprecated

func (*SetInterpolator2Response) Descriptor() ([]byte, []int)

Deprecated: Use SetInterpolator2Response.ProtoReflect.Descriptor instead.

func (*SetInterpolator2Response) ProtoMessage

func (*SetInterpolator2Response) ProtoMessage()

func (*SetInterpolator2Response) ProtoReflect

func (x *SetInterpolator2Response) ProtoReflect() protoreflect.Message

func (*SetInterpolator2Response) Reset

func (x *SetInterpolator2Response) Reset()

func (*SetInterpolator2Response) String

func (x *SetInterpolator2Response) String() string

type SetInterpolatorRequest

type SetInterpolatorRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetInterpolatorRequest) Descriptor deprecated

func (*SetInterpolatorRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetInterpolatorRequest.ProtoReflect.Descriptor instead.

func (*SetInterpolatorRequest) GetArg0

func (x *SetInterpolatorRequest) GetArg0() int64

func (*SetInterpolatorRequest) GetHandle

func (x *SetInterpolatorRequest) GetHandle() int64

func (*SetInterpolatorRequest) ProtoMessage

func (*SetInterpolatorRequest) ProtoMessage()

func (*SetInterpolatorRequest) ProtoReflect

func (x *SetInterpolatorRequest) ProtoReflect() protoreflect.Message

func (*SetInterpolatorRequest) Reset

func (x *SetInterpolatorRequest) Reset()

func (*SetInterpolatorRequest) String

func (x *SetInterpolatorRequest) String() string

type SetInterpolatorResponse

type SetInterpolatorResponse struct {
	// contains filtered or unexported fields
}

func (*SetInterpolatorResponse) Descriptor deprecated

func (*SetInterpolatorResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetInterpolatorResponse.ProtoReflect.Descriptor instead.

func (*SetInterpolatorResponse) ProtoMessage

func (*SetInterpolatorResponse) ProtoMessage()

func (*SetInterpolatorResponse) ProtoReflect

func (x *SetInterpolatorResponse) ProtoReflect() protoreflect.Message

func (*SetInterpolatorResponse) Reset

func (x *SetInterpolatorResponse) Reset()

func (*SetInterpolatorResponse) String

func (x *SetInterpolatorResponse) String() string

type SetKeyframesRequest

type SetKeyframesRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetKeyframesRequest) Descriptor deprecated

func (*SetKeyframesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetKeyframesRequest.ProtoReflect.Descriptor instead.

func (*SetKeyframesRequest) GetArg0

func (x *SetKeyframesRequest) GetArg0() int64

func (*SetKeyframesRequest) ProtoMessage

func (*SetKeyframesRequest) ProtoMessage()

func (*SetKeyframesRequest) ProtoReflect

func (x *SetKeyframesRequest) ProtoReflect() protoreflect.Message

func (*SetKeyframesRequest) Reset

func (x *SetKeyframesRequest) Reset()

func (*SetKeyframesRequest) String

func (x *SetKeyframesRequest) String() string

type SetKeyframesResponse

type SetKeyframesResponse struct {
	// contains filtered or unexported fields
}

func (*SetKeyframesResponse) Descriptor deprecated

func (*SetKeyframesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetKeyframesResponse.ProtoReflect.Descriptor instead.

func (*SetKeyframesResponse) ProtoMessage

func (*SetKeyframesResponse) ProtoMessage()

func (*SetKeyframesResponse) ProtoReflect

func (x *SetKeyframesResponse) ProtoReflect() protoreflect.Message

func (*SetKeyframesResponse) Reset

func (x *SetKeyframesResponse) Reset()

func (*SetKeyframesResponse) String

func (x *SetKeyframesResponse) String() string

type SetObjectValuesRequest

type SetObjectValuesRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetObjectValuesRequest) Descriptor deprecated

func (*SetObjectValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetObjectValuesRequest.ProtoReflect.Descriptor instead.

func (*SetObjectValuesRequest) GetArg0

func (x *SetObjectValuesRequest) GetArg0() int64

func (*SetObjectValuesRequest) GetHandle

func (x *SetObjectValuesRequest) GetHandle() int64

func (*SetObjectValuesRequest) ProtoMessage

func (*SetObjectValuesRequest) ProtoMessage()

func (*SetObjectValuesRequest) ProtoReflect

func (x *SetObjectValuesRequest) ProtoReflect() protoreflect.Message

func (*SetObjectValuesRequest) Reset

func (x *SetObjectValuesRequest) Reset()

func (*SetObjectValuesRequest) String

func (x *SetObjectValuesRequest) String() string

type SetObjectValuesResponse

type SetObjectValuesResponse struct {
	// contains filtered or unexported fields
}

func (*SetObjectValuesResponse) Descriptor deprecated

func (*SetObjectValuesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetObjectValuesResponse.ProtoReflect.Descriptor instead.

func (*SetObjectValuesResponse) ProtoMessage

func (*SetObjectValuesResponse) ProtoMessage()

func (*SetObjectValuesResponse) ProtoReflect

func (x *SetObjectValuesResponse) ProtoReflect() protoreflect.Message

func (*SetObjectValuesResponse) Reset

func (x *SetObjectValuesResponse) Reset()

func (*SetObjectValuesResponse) String

func (x *SetObjectValuesResponse) String() string

type SetOrderRequest

type SetOrderRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrderRequest) Descriptor deprecated

func (*SetOrderRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetOrderRequest.ProtoReflect.Descriptor instead.

func (*SetOrderRequest) GetArg0

func (x *SetOrderRequest) GetArg0() int32

func (*SetOrderRequest) GetHandle

func (x *SetOrderRequest) GetHandle() int64

func (*SetOrderRequest) ProtoMessage

func (*SetOrderRequest) ProtoMessage()

func (*SetOrderRequest) ProtoReflect

func (x *SetOrderRequest) ProtoReflect() protoreflect.Message

func (*SetOrderRequest) Reset

func (x *SetOrderRequest) Reset()

func (*SetOrderRequest) String

func (x *SetOrderRequest) String() string

type SetOrderResponse

type SetOrderResponse struct {
	// contains filtered or unexported fields
}

func (*SetOrderResponse) Descriptor deprecated

func (*SetOrderResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetOrderResponse.ProtoReflect.Descriptor instead.

func (*SetOrderResponse) ProtoMessage

func (*SetOrderResponse) ProtoMessage()

func (*SetOrderResponse) ProtoReflect

func (x *SetOrderResponse) ProtoReflect() protoreflect.Message

func (*SetOrderResponse) Reset

func (x *SetOrderResponse) Reset()

func (*SetOrderResponse) String

func (x *SetOrderResponse) String() string

type SetPropertyNameRequest

type SetPropertyNameRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   string `protobuf:"bytes,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPropertyNameRequest) Descriptor deprecated

func (*SetPropertyNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetPropertyNameRequest.ProtoReflect.Descriptor instead.

func (*SetPropertyNameRequest) GetArg0

func (x *SetPropertyNameRequest) GetArg0() string

func (*SetPropertyNameRequest) GetHandle

func (x *SetPropertyNameRequest) GetHandle() int64

func (*SetPropertyNameRequest) ProtoMessage

func (*SetPropertyNameRequest) ProtoMessage()

func (*SetPropertyNameRequest) ProtoReflect

func (x *SetPropertyNameRequest) ProtoReflect() protoreflect.Message

func (*SetPropertyNameRequest) Reset

func (x *SetPropertyNameRequest) Reset()

func (*SetPropertyNameRequest) String

func (x *SetPropertyNameRequest) String() string

type SetPropertyNameResponse

type SetPropertyNameResponse struct {
	// contains filtered or unexported fields
}

func (*SetPropertyNameResponse) Descriptor deprecated

func (*SetPropertyNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetPropertyNameResponse.ProtoReflect.Descriptor instead.

func (*SetPropertyNameResponse) ProtoMessage

func (*SetPropertyNameResponse) ProtoMessage()

func (*SetPropertyNameResponse) ProtoReflect

func (x *SetPropertyNameResponse) ProtoReflect() protoreflect.Message

func (*SetPropertyNameResponse) Reset

func (x *SetPropertyNameResponse) Reset()

func (*SetPropertyNameResponse) String

func (x *SetPropertyNameResponse) String() string

type SetPropertyRequest

type SetPropertyRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPropertyRequest) Descriptor deprecated

func (*SetPropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetPropertyRequest.ProtoReflect.Descriptor instead.

func (*SetPropertyRequest) GetArg0

func (x *SetPropertyRequest) GetArg0() int64

func (*SetPropertyRequest) GetHandle

func (x *SetPropertyRequest) GetHandle() int64

func (*SetPropertyRequest) ProtoMessage

func (*SetPropertyRequest) ProtoMessage()

func (*SetPropertyRequest) ProtoReflect

func (x *SetPropertyRequest) ProtoReflect() protoreflect.Message

func (*SetPropertyRequest) Reset

func (x *SetPropertyRequest) Reset()

func (*SetPropertyRequest) String

func (x *SetPropertyRequest) String() string

type SetPropertyResponse

type SetPropertyResponse struct {
	// contains filtered or unexported fields
}

func (*SetPropertyResponse) Descriptor deprecated

func (*SetPropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetPropertyResponse.ProtoReflect.Descriptor instead.

func (*SetPropertyResponse) ProtoMessage

func (*SetPropertyResponse) ProtoMessage()

func (*SetPropertyResponse) ProtoReflect

func (x *SetPropertyResponse) ProtoReflect() protoreflect.Message

func (*SetPropertyResponse) Reset

func (x *SetPropertyResponse) Reset()

func (*SetPropertyResponse) String

func (x *SetPropertyResponse) String() string

type SetRepeatCountRequest

type SetRepeatCountRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRepeatCountRequest) Descriptor deprecated

func (*SetRepeatCountRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetRepeatCountRequest.ProtoReflect.Descriptor instead.

func (*SetRepeatCountRequest) GetArg0

func (x *SetRepeatCountRequest) GetArg0() int32

func (*SetRepeatCountRequest) GetHandle

func (x *SetRepeatCountRequest) GetHandle() int64

func (*SetRepeatCountRequest) ProtoMessage

func (*SetRepeatCountRequest) ProtoMessage()

func (*SetRepeatCountRequest) ProtoReflect

func (x *SetRepeatCountRequest) ProtoReflect() protoreflect.Message

func (*SetRepeatCountRequest) Reset

func (x *SetRepeatCountRequest) Reset()

func (*SetRepeatCountRequest) String

func (x *SetRepeatCountRequest) String() string

type SetRepeatCountResponse

type SetRepeatCountResponse struct {
	// contains filtered or unexported fields
}

func (*SetRepeatCountResponse) Descriptor deprecated

func (*SetRepeatCountResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetRepeatCountResponse.ProtoReflect.Descriptor instead.

func (*SetRepeatCountResponse) ProtoMessage

func (*SetRepeatCountResponse) ProtoMessage()

func (*SetRepeatCountResponse) ProtoReflect

func (x *SetRepeatCountResponse) ProtoReflect() protoreflect.Message

func (*SetRepeatCountResponse) Reset

func (x *SetRepeatCountResponse) Reset()

func (*SetRepeatCountResponse) String

func (x *SetRepeatCountResponse) String() string

type SetRepeatModeRequest

type SetRepeatModeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRepeatModeRequest) Descriptor deprecated

func (*SetRepeatModeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetRepeatModeRequest.ProtoReflect.Descriptor instead.

func (*SetRepeatModeRequest) GetArg0

func (x *SetRepeatModeRequest) GetArg0() int32

func (*SetRepeatModeRequest) GetHandle

func (x *SetRepeatModeRequest) GetHandle() int64

func (*SetRepeatModeRequest) ProtoMessage

func (*SetRepeatModeRequest) ProtoMessage()

func (*SetRepeatModeRequest) ProtoReflect

func (x *SetRepeatModeRequest) ProtoReflect() protoreflect.Message

func (*SetRepeatModeRequest) Reset

func (x *SetRepeatModeRequest) Reset()

func (*SetRepeatModeRequest) String

func (x *SetRepeatModeRequest) String() string

type SetRepeatModeResponse

type SetRepeatModeResponse struct {
	// contains filtered or unexported fields
}

func (*SetRepeatModeResponse) Descriptor deprecated

func (*SetRepeatModeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetRepeatModeResponse.ProtoReflect.Descriptor instead.

func (*SetRepeatModeResponse) ProtoMessage

func (*SetRepeatModeResponse) ProtoMessage()

func (*SetRepeatModeResponse) ProtoReflect

func (x *SetRepeatModeResponse) ProtoReflect() protoreflect.Message

func (*SetRepeatModeResponse) Reset

func (x *SetRepeatModeResponse) Reset()

func (*SetRepeatModeResponse) String

func (x *SetRepeatModeResponse) String() string

type SetRequest

type SetRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRequest) Descriptor deprecated

func (*SetRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetRequest.ProtoReflect.Descriptor instead.

func (*SetRequest) GetArg0

func (x *SetRequest) GetArg0() int64

func (*SetRequest) GetHandle

func (x *SetRequest) GetHandle() int64

func (*SetRequest) ProtoMessage

func (*SetRequest) ProtoMessage()

func (*SetRequest) ProtoReflect

func (x *SetRequest) ProtoReflect() protoreflect.Message

func (*SetRequest) Reset

func (x *SetRequest) Reset()

func (*SetRequest) String

func (x *SetRequest) String() string

type SetResponse

type SetResponse struct {
	// contains filtered or unexported fields
}

func (*SetResponse) Descriptor deprecated

func (*SetResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetResponse.ProtoReflect.Descriptor instead.

func (*SetResponse) ProtoMessage

func (*SetResponse) ProtoMessage()

func (*SetResponse) ProtoReflect

func (x *SetResponse) ProtoReflect() protoreflect.Message

func (*SetResponse) Reset

func (x *SetResponse) Reset()

func (*SetResponse) String

func (x *SetResponse) String() string

type SetRowDelayRequest

type SetRowDelayRequest struct {
	Handle int64   `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   float32 `protobuf:"fixed32,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRowDelayRequest) Descriptor deprecated

func (*SetRowDelayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetRowDelayRequest.ProtoReflect.Descriptor instead.

func (*SetRowDelayRequest) GetArg0

func (x *SetRowDelayRequest) GetArg0() float32

func (*SetRowDelayRequest) GetHandle

func (x *SetRowDelayRequest) GetHandle() int64

func (*SetRowDelayRequest) ProtoMessage

func (*SetRowDelayRequest) ProtoMessage()

func (*SetRowDelayRequest) ProtoReflect

func (x *SetRowDelayRequest) ProtoReflect() protoreflect.Message

func (*SetRowDelayRequest) Reset

func (x *SetRowDelayRequest) Reset()

func (*SetRowDelayRequest) String

func (x *SetRowDelayRequest) String() string

type SetRowDelayResponse

type SetRowDelayResponse struct {
	// contains filtered or unexported fields
}

func (*SetRowDelayResponse) Descriptor deprecated

func (*SetRowDelayResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetRowDelayResponse.ProtoReflect.Descriptor instead.

func (*SetRowDelayResponse) ProtoMessage

func (*SetRowDelayResponse) ProtoMessage()

func (*SetRowDelayResponse) ProtoReflect

func (x *SetRowDelayResponse) ProtoReflect() protoreflect.Message

func (*SetRowDelayResponse) Reset

func (x *SetRowDelayResponse) Reset()

func (*SetRowDelayResponse) String

func (x *SetRowDelayResponse) String() string

type SetServiceClient

type SetServiceClient interface {
	NewSet(ctx context.Context, in *NewSetRequest, opts ...grpc.CallOption) (*NewSetResponse, error)
	AddAnimation(ctx context.Context, in *AddAnimationRequest, opts ...grpc.CallOption) (*AddAnimationResponse, error)
	ComputeDurationHint(ctx context.Context, in *ComputeDurationHintRequest, opts ...grpc.CallOption) (*ComputeDurationHintResponse, error)
	GetAnimations(ctx context.Context, in *GetAnimationsRequest, opts ...grpc.CallOption) (*GetAnimationsResponse, error)
	GetDuration(ctx context.Context, in *GetDurationRequest, opts ...grpc.CallOption) (*GetDurationResponse, error)
	GetStartTime(ctx context.Context, in *GetStartTimeRequest, opts ...grpc.CallOption) (*GetStartTimeResponse, error)
	GetTransformation(ctx context.Context, in *GetTransformationRequest, opts ...grpc.CallOption) (*GetTransformationResponse, error)
	Initialize(ctx context.Context, in *InitializeRequest, opts ...grpc.CallOption) (*InitializeResponse, error)
	Reset(ctx context.Context, in *ResetRequest, opts ...grpc.CallOption) (*ResetResponse, error)
	RestrictDuration(ctx context.Context, in *RestrictDurationRequest, opts ...grpc.CallOption) (*RestrictDurationResponse, error)
	ScaleCurrentDuration(ctx context.Context, in *ScaleCurrentDurationRequest, opts ...grpc.CallOption) (*ScaleCurrentDurationResponse, error)
	SetDuration(ctx context.Context, in *SetSetDurationRequest, opts ...grpc.CallOption) (*SetSetDurationResponse, error)
	SetFillAfter(ctx context.Context, in *SetFillAfterRequest, opts ...grpc.CallOption) (*SetFillAfterResponse, error)
	SetFillBefore(ctx context.Context, in *SetFillBeforeRequest, opts ...grpc.CallOption) (*SetFillBeforeResponse, error)
	SetRepeatMode(ctx context.Context, in *SetRepeatModeRequest, opts ...grpc.CallOption) (*SetRepeatModeResponse, error)
	SetStartOffset(ctx context.Context, in *SetStartOffsetRequest, opts ...grpc.CallOption) (*SetStartOffsetResponse, error)
	SetStartTime(ctx context.Context, in *SetStartTimeRequest, opts ...grpc.CallOption) (*SetStartTimeResponse, error)
	WillChangeBounds(ctx context.Context, in *WillChangeBoundsRequest, opts ...grpc.CallOption) (*WillChangeBoundsResponse, error)
	WillChangeTransformationMatrix(ctx context.Context, in *WillChangeTransformationMatrixRequest, opts ...grpc.CallOption) (*WillChangeTransformationMatrixResponse, error)
}

SetServiceClient is the client API for SetService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSetServiceClient

func NewSetServiceClient(cc grpc.ClientConnInterface) SetServiceClient

type SetServiceServer

type SetServiceServer interface {
	NewSet(context.Context, *NewSetRequest) (*NewSetResponse, error)
	AddAnimation(context.Context, *AddAnimationRequest) (*AddAnimationResponse, error)
	ComputeDurationHint(context.Context, *ComputeDurationHintRequest) (*ComputeDurationHintResponse, error)
	GetAnimations(context.Context, *GetAnimationsRequest) (*GetAnimationsResponse, error)
	GetDuration(context.Context, *GetDurationRequest) (*GetDurationResponse, error)
	GetStartTime(context.Context, *GetStartTimeRequest) (*GetStartTimeResponse, error)
	GetTransformation(context.Context, *GetTransformationRequest) (*GetTransformationResponse, error)
	Initialize(context.Context, *InitializeRequest) (*InitializeResponse, error)
	Reset(context.Context, *ResetRequest) (*ResetResponse, error)
	RestrictDuration(context.Context, *RestrictDurationRequest) (*RestrictDurationResponse, error)
	ScaleCurrentDuration(context.Context, *ScaleCurrentDurationRequest) (*ScaleCurrentDurationResponse, error)
	SetDuration(context.Context, *SetSetDurationRequest) (*SetSetDurationResponse, error)
	SetFillAfter(context.Context, *SetFillAfterRequest) (*SetFillAfterResponse, error)
	SetFillBefore(context.Context, *SetFillBeforeRequest) (*SetFillBeforeResponse, error)
	SetRepeatMode(context.Context, *SetRepeatModeRequest) (*SetRepeatModeResponse, error)
	SetStartOffset(context.Context, *SetStartOffsetRequest) (*SetStartOffsetResponse, error)
	SetStartTime(context.Context, *SetStartTimeRequest) (*SetStartTimeResponse, error)
	WillChangeBounds(context.Context, *WillChangeBoundsRequest) (*WillChangeBoundsResponse, error)
	WillChangeTransformationMatrix(context.Context, *WillChangeTransformationMatrixRequest) (*WillChangeTransformationMatrixResponse, error)
	// contains filtered or unexported methods
}

SetServiceServer is the server API for SetService service. All implementations must embed UnimplementedSetServiceServer for forward compatibility.

type SetSetDurationRequest

type SetSetDurationRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSetDurationRequest) Descriptor deprecated

func (*SetSetDurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSetDurationRequest.ProtoReflect.Descriptor instead.

func (*SetSetDurationRequest) GetArg0

func (x *SetSetDurationRequest) GetArg0() int64

func (*SetSetDurationRequest) GetHandle

func (x *SetSetDurationRequest) GetHandle() int64

func (*SetSetDurationRequest) ProtoMessage

func (*SetSetDurationRequest) ProtoMessage()

func (*SetSetDurationRequest) ProtoReflect

func (x *SetSetDurationRequest) ProtoReflect() protoreflect.Message

func (*SetSetDurationRequest) Reset

func (x *SetSetDurationRequest) Reset()

func (*SetSetDurationRequest) String

func (x *SetSetDurationRequest) String() string

type SetSetDurationResponse

type SetSetDurationResponse struct {
	// contains filtered or unexported fields
}

func (*SetSetDurationResponse) Descriptor deprecated

func (*SetSetDurationResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSetDurationResponse.ProtoReflect.Descriptor instead.

func (*SetSetDurationResponse) ProtoMessage

func (*SetSetDurationResponse) ProtoMessage()

func (*SetSetDurationResponse) ProtoReflect

func (x *SetSetDurationResponse) ProtoReflect() protoreflect.Message

func (*SetSetDurationResponse) Reset

func (x *SetSetDurationResponse) Reset()

func (*SetSetDurationResponse) String

func (x *SetSetDurationResponse) String() string

type SetShowBackdropRequest

type SetShowBackdropRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetShowBackdropRequest) Descriptor deprecated

func (*SetShowBackdropRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetShowBackdropRequest.ProtoReflect.Descriptor instead.

func (*SetShowBackdropRequest) GetArg0

func (x *SetShowBackdropRequest) GetArg0() bool

func (*SetShowBackdropRequest) ProtoMessage

func (*SetShowBackdropRequest) ProtoMessage()

func (*SetShowBackdropRequest) ProtoReflect

func (x *SetShowBackdropRequest) ProtoReflect() protoreflect.Message

func (*SetShowBackdropRequest) Reset

func (x *SetShowBackdropRequest) Reset()

func (*SetShowBackdropRequest) String

func (x *SetShowBackdropRequest) String() string

type SetShowBackdropResponse

type SetShowBackdropResponse struct {
	// contains filtered or unexported fields
}

func (*SetShowBackdropResponse) Descriptor deprecated

func (*SetShowBackdropResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetShowBackdropResponse.ProtoReflect.Descriptor instead.

func (*SetShowBackdropResponse) ProtoMessage

func (*SetShowBackdropResponse) ProtoMessage()

func (*SetShowBackdropResponse) ProtoReflect

func (x *SetShowBackdropResponse) ProtoReflect() protoreflect.Message

func (*SetShowBackdropResponse) Reset

func (x *SetShowBackdropResponse) Reset()

func (*SetShowBackdropResponse) String

func (x *SetShowBackdropResponse) String() string

type SetStaggerRequest

type SetStaggerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetStaggerRequest) Descriptor deprecated

func (*SetStaggerRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetStaggerRequest.ProtoReflect.Descriptor instead.

func (*SetStaggerRequest) GetArg0

func (x *SetStaggerRequest) GetArg0() int32

func (*SetStaggerRequest) GetArg1

func (x *SetStaggerRequest) GetArg1() int64

func (*SetStaggerRequest) GetHandle

func (x *SetStaggerRequest) GetHandle() int64

func (*SetStaggerRequest) ProtoMessage

func (*SetStaggerRequest) ProtoMessage()

func (*SetStaggerRequest) ProtoReflect

func (x *SetStaggerRequest) ProtoReflect() protoreflect.Message

func (*SetStaggerRequest) Reset

func (x *SetStaggerRequest) Reset()

func (*SetStaggerRequest) String

func (x *SetStaggerRequest) String() string

type SetStaggerResponse

type SetStaggerResponse struct {
	// contains filtered or unexported fields
}

func (*SetStaggerResponse) Descriptor deprecated

func (*SetStaggerResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetStaggerResponse.ProtoReflect.Descriptor instead.

func (*SetStaggerResponse) ProtoMessage

func (*SetStaggerResponse) ProtoMessage()

func (*SetStaggerResponse) ProtoReflect

func (x *SetStaggerResponse) ProtoReflect() protoreflect.Message

func (*SetStaggerResponse) Reset

func (x *SetStaggerResponse) Reset()

func (*SetStaggerResponse) String

func (x *SetStaggerResponse) String() string

type SetStartDelayRequest

type SetStartDelayRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetStartDelayRequest) Descriptor deprecated

func (*SetStartDelayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetStartDelayRequest.ProtoReflect.Descriptor instead.

func (*SetStartDelayRequest) GetArg0

func (x *SetStartDelayRequest) GetArg0() int64

func (*SetStartDelayRequest) GetHandle

func (x *SetStartDelayRequest) GetHandle() int64

func (*SetStartDelayRequest) ProtoMessage

func (*SetStartDelayRequest) ProtoMessage()

func (*SetStartDelayRequest) ProtoReflect

func (x *SetStartDelayRequest) ProtoReflect() protoreflect.Message

func (*SetStartDelayRequest) Reset

func (x *SetStartDelayRequest) Reset()

func (*SetStartDelayRequest) String

func (x *SetStartDelayRequest) String() string

type SetStartDelayResponse

type SetStartDelayResponse struct {
	// contains filtered or unexported fields
}

func (*SetStartDelayResponse) Descriptor deprecated

func (*SetStartDelayResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetStartDelayResponse.ProtoReflect.Descriptor instead.

func (*SetStartDelayResponse) ProtoMessage

func (*SetStartDelayResponse) ProtoMessage()

func (*SetStartDelayResponse) ProtoReflect

func (x *SetStartDelayResponse) ProtoReflect() protoreflect.Message

func (*SetStartDelayResponse) Reset

func (x *SetStartDelayResponse) Reset()

func (*SetStartDelayResponse) String

func (x *SetStartDelayResponse) String() string

type SetStartOffsetRequest

type SetStartOffsetRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetStartOffsetRequest) Descriptor deprecated

func (*SetStartOffsetRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetStartOffsetRequest.ProtoReflect.Descriptor instead.

func (*SetStartOffsetRequest) GetArg0

func (x *SetStartOffsetRequest) GetArg0() int64

func (*SetStartOffsetRequest) GetHandle

func (x *SetStartOffsetRequest) GetHandle() int64

func (*SetStartOffsetRequest) ProtoMessage

func (*SetStartOffsetRequest) ProtoMessage()

func (*SetStartOffsetRequest) ProtoReflect

func (x *SetStartOffsetRequest) ProtoReflect() protoreflect.Message

func (*SetStartOffsetRequest) Reset

func (x *SetStartOffsetRequest) Reset()

func (*SetStartOffsetRequest) String

func (x *SetStartOffsetRequest) String() string

type SetStartOffsetResponse

type SetStartOffsetResponse struct {
	// contains filtered or unexported fields
}

func (*SetStartOffsetResponse) Descriptor deprecated

func (*SetStartOffsetResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetStartOffsetResponse.ProtoReflect.Descriptor instead.

func (*SetStartOffsetResponse) ProtoMessage

func (*SetStartOffsetResponse) ProtoMessage()

func (*SetStartOffsetResponse) ProtoReflect

func (x *SetStartOffsetResponse) ProtoReflect() protoreflect.Message

func (*SetStartOffsetResponse) Reset

func (x *SetStartOffsetResponse) Reset()

func (*SetStartOffsetResponse) String

func (x *SetStartOffsetResponse) String() string

type SetStartTimeRequest

type SetStartTimeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetStartTimeRequest) Descriptor deprecated

func (*SetStartTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetStartTimeRequest.ProtoReflect.Descriptor instead.

func (*SetStartTimeRequest) GetArg0

func (x *SetStartTimeRequest) GetArg0() int64

func (*SetStartTimeRequest) GetHandle

func (x *SetStartTimeRequest) GetHandle() int64

func (*SetStartTimeRequest) ProtoMessage

func (*SetStartTimeRequest) ProtoMessage()

func (*SetStartTimeRequest) ProtoReflect

func (x *SetStartTimeRequest) ProtoReflect() protoreflect.Message

func (*SetStartTimeRequest) Reset

func (x *SetStartTimeRequest) Reset()

func (*SetStartTimeRequest) String

func (x *SetStartTimeRequest) String() string

type SetStartTimeResponse

type SetStartTimeResponse struct {
	// contains filtered or unexported fields
}

func (*SetStartTimeResponse) Descriptor deprecated

func (*SetStartTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetStartTimeResponse.ProtoReflect.Descriptor instead.

func (*SetStartTimeResponse) ProtoMessage

func (*SetStartTimeResponse) ProtoMessage()

func (*SetStartTimeResponse) ProtoReflect

func (x *SetStartTimeResponse) ProtoReflect() protoreflect.Message

func (*SetStartTimeResponse) Reset

func (x *SetStartTimeResponse) Reset()

func (*SetStartTimeResponse) String

func (x *SetStartTimeResponse) String() string

type SetTargetRequest

type SetTargetRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTargetRequest) Descriptor deprecated

func (*SetTargetRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTargetRequest.ProtoReflect.Descriptor instead.

func (*SetTargetRequest) GetArg0

func (x *SetTargetRequest) GetArg0() int64

func (*SetTargetRequest) GetHandle

func (x *SetTargetRequest) GetHandle() int64

func (*SetTargetRequest) ProtoMessage

func (*SetTargetRequest) ProtoMessage()

func (*SetTargetRequest) ProtoReflect

func (x *SetTargetRequest) ProtoReflect() protoreflect.Message

func (*SetTargetRequest) Reset

func (x *SetTargetRequest) Reset()

func (*SetTargetRequest) String

func (x *SetTargetRequest) String() string

type SetTargetResponse

type SetTargetResponse struct {
	// contains filtered or unexported fields
}

func (*SetTargetResponse) Descriptor deprecated

func (*SetTargetResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetTargetResponse.ProtoReflect.Descriptor instead.

func (*SetTargetResponse) ProtoMessage

func (*SetTargetResponse) ProtoMessage()

func (*SetTargetResponse) ProtoReflect

func (x *SetTargetResponse) ProtoReflect() protoreflect.Message

func (*SetTargetResponse) Reset

func (x *SetTargetResponse) Reset()

func (*SetTargetResponse) String

func (x *SetTargetResponse) String() string

type SetTimeListenerRequest

type SetTimeListenerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTimeListenerRequest) Descriptor deprecated

func (*SetTimeListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTimeListenerRequest.ProtoReflect.Descriptor instead.

func (*SetTimeListenerRequest) GetArg0

func (x *SetTimeListenerRequest) GetArg0() int64

func (*SetTimeListenerRequest) GetHandle

func (x *SetTimeListenerRequest) GetHandle() int64

func (*SetTimeListenerRequest) ProtoMessage

func (*SetTimeListenerRequest) ProtoMessage()

func (*SetTimeListenerRequest) ProtoReflect

func (x *SetTimeListenerRequest) ProtoReflect() protoreflect.Message

func (*SetTimeListenerRequest) Reset

func (x *SetTimeListenerRequest) Reset()

func (*SetTimeListenerRequest) String

func (x *SetTimeListenerRequest) String() string

type SetTimeListenerResponse

type SetTimeListenerResponse struct {
	// contains filtered or unexported fields
}

func (*SetTimeListenerResponse) Descriptor deprecated

func (*SetTimeListenerResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetTimeListenerResponse.ProtoReflect.Descriptor instead.

func (*SetTimeListenerResponse) ProtoMessage

func (*SetTimeListenerResponse) ProtoMessage()

func (*SetTimeListenerResponse) ProtoReflect

func (x *SetTimeListenerResponse) ProtoReflect() protoreflect.Message

func (*SetTimeListenerResponse) Reset

func (x *SetTimeListenerResponse) Reset()

func (*SetTimeListenerResponse) String

func (x *SetTimeListenerResponse) String() string

type SetTransformationTypeRequest

type SetTransformationTypeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTransformationTypeRequest) Descriptor deprecated

func (*SetTransformationTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTransformationTypeRequest.ProtoReflect.Descriptor instead.

func (*SetTransformationTypeRequest) GetArg0

func (x *SetTransformationTypeRequest) GetArg0() int32

func (*SetTransformationTypeRequest) GetHandle

func (x *SetTransformationTypeRequest) GetHandle() int64

func (*SetTransformationTypeRequest) ProtoMessage

func (*SetTransformationTypeRequest) ProtoMessage()

func (*SetTransformationTypeRequest) ProtoReflect

func (*SetTransformationTypeRequest) Reset

func (x *SetTransformationTypeRequest) Reset()

func (*SetTransformationTypeRequest) String

type SetTransformationTypeResponse

type SetTransformationTypeResponse struct {
	// contains filtered or unexported fields
}

func (*SetTransformationTypeResponse) Descriptor deprecated

func (*SetTransformationTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetTransformationTypeResponse.ProtoReflect.Descriptor instead.

func (*SetTransformationTypeResponse) ProtoMessage

func (*SetTransformationTypeResponse) ProtoMessage()

func (*SetTransformationTypeResponse) ProtoReflect

func (*SetTransformationTypeResponse) Reset

func (x *SetTransformationTypeResponse) Reset()

func (*SetTransformationTypeResponse) String

type SetValueRequest

type SetValueRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetValueRequest) Descriptor deprecated

func (*SetValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetValueRequest.ProtoReflect.Descriptor instead.

func (*SetValueRequest) GetArg0

func (x *SetValueRequest) GetArg0() int64

func (*SetValueRequest) ProtoMessage

func (*SetValueRequest) ProtoMessage()

func (*SetValueRequest) ProtoReflect

func (x *SetValueRequest) ProtoReflect() protoreflect.Message

func (*SetValueRequest) Reset

func (x *SetValueRequest) Reset()

func (*SetValueRequest) String

func (x *SetValueRequest) String() string

type SetValueResponse

type SetValueResponse struct {
	// contains filtered or unexported fields
}

func (*SetValueResponse) Descriptor deprecated

func (*SetValueResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetValueResponse.ProtoReflect.Descriptor instead.

func (*SetValueResponse) ProtoMessage

func (*SetValueResponse) ProtoMessage()

func (*SetValueResponse) ProtoReflect

func (x *SetValueResponse) ProtoReflect() protoreflect.Message

func (*SetValueResponse) Reset

func (x *SetValueResponse) Reset()

func (*SetValueResponse) String

func (x *SetValueResponse) String() string

type SetValuesRequest

type SetValuesRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetValuesRequest) Descriptor deprecated

func (*SetValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetValuesRequest.ProtoReflect.Descriptor instead.

func (*SetValuesRequest) GetArg0

func (x *SetValuesRequest) GetArg0() int64

func (*SetValuesRequest) GetHandle

func (x *SetValuesRequest) GetHandle() int64

func (*SetValuesRequest) ProtoMessage

func (*SetValuesRequest) ProtoMessage()

func (*SetValuesRequest) ProtoReflect

func (x *SetValuesRequest) ProtoReflect() protoreflect.Message

func (*SetValuesRequest) Reset

func (x *SetValuesRequest) Reset()

func (*SetValuesRequest) String

func (x *SetValuesRequest) String() string

type SetValuesResponse

type SetValuesResponse struct {
	// contains filtered or unexported fields
}

func (*SetValuesResponse) Descriptor deprecated

func (*SetValuesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetValuesResponse.ProtoReflect.Descriptor instead.

func (*SetValuesResponse) ProtoMessage

func (*SetValuesResponse) ProtoMessage()

func (*SetValuesResponse) ProtoReflect

func (x *SetValuesResponse) ProtoReflect() protoreflect.Message

func (*SetValuesResponse) Reset

func (x *SetValuesResponse) Reset()

func (*SetValuesResponse) String

func (x *SetValuesResponse) String() string

type SetZAdjustmentRequest

type SetZAdjustmentRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetZAdjustmentRequest) Descriptor deprecated

func (*SetZAdjustmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetZAdjustmentRequest.ProtoReflect.Descriptor instead.

func (*SetZAdjustmentRequest) GetArg0

func (x *SetZAdjustmentRequest) GetArg0() int32

func (*SetZAdjustmentRequest) ProtoMessage

func (*SetZAdjustmentRequest) ProtoMessage()

func (*SetZAdjustmentRequest) ProtoReflect

func (x *SetZAdjustmentRequest) ProtoReflect() protoreflect.Message

func (*SetZAdjustmentRequest) Reset

func (x *SetZAdjustmentRequest) Reset()

func (*SetZAdjustmentRequest) String

func (x *SetZAdjustmentRequest) String() string

type SetZAdjustmentResponse

type SetZAdjustmentResponse struct {
	// contains filtered or unexported fields
}

func (*SetZAdjustmentResponse) Descriptor deprecated

func (*SetZAdjustmentResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetZAdjustmentResponse.ProtoReflect.Descriptor instead.

func (*SetZAdjustmentResponse) ProtoMessage

func (*SetZAdjustmentResponse) ProtoMessage()

func (*SetZAdjustmentResponse) ProtoReflect

func (x *SetZAdjustmentResponse) ProtoReflect() protoreflect.Message

func (*SetZAdjustmentResponse) Reset

func (x *SetZAdjustmentResponse) Reset()

func (*SetZAdjustmentResponse) String

func (x *SetZAdjustmentResponse) String() string

type SetupEndValuesRequest

type SetupEndValuesRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*SetupEndValuesRequest) Descriptor deprecated

func (*SetupEndValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetupEndValuesRequest.ProtoReflect.Descriptor instead.

func (*SetupEndValuesRequest) GetHandle

func (x *SetupEndValuesRequest) GetHandle() int64

func (*SetupEndValuesRequest) ProtoMessage

func (*SetupEndValuesRequest) ProtoMessage()

func (*SetupEndValuesRequest) ProtoReflect

func (x *SetupEndValuesRequest) ProtoReflect() protoreflect.Message

func (*SetupEndValuesRequest) Reset

func (x *SetupEndValuesRequest) Reset()

func (*SetupEndValuesRequest) String

func (x *SetupEndValuesRequest) String() string

type SetupEndValuesResponse

type SetupEndValuesResponse struct {
	// contains filtered or unexported fields
}

func (*SetupEndValuesResponse) Descriptor deprecated

func (*SetupEndValuesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetupEndValuesResponse.ProtoReflect.Descriptor instead.

func (*SetupEndValuesResponse) ProtoMessage

func (*SetupEndValuesResponse) ProtoMessage()

func (*SetupEndValuesResponse) ProtoReflect

func (x *SetupEndValuesResponse) ProtoReflect() protoreflect.Message

func (*SetupEndValuesResponse) Reset

func (x *SetupEndValuesResponse) Reset()

func (*SetupEndValuesResponse) String

func (x *SetupEndValuesResponse) String() string

type SetupStartValuesRequest

type SetupStartValuesRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*SetupStartValuesRequest) Descriptor deprecated

func (*SetupStartValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetupStartValuesRequest.ProtoReflect.Descriptor instead.

func (*SetupStartValuesRequest) GetHandle

func (x *SetupStartValuesRequest) GetHandle() int64

func (*SetupStartValuesRequest) ProtoMessage

func (*SetupStartValuesRequest) ProtoMessage()

func (*SetupStartValuesRequest) ProtoReflect

func (x *SetupStartValuesRequest) ProtoReflect() protoreflect.Message

func (*SetupStartValuesRequest) Reset

func (x *SetupStartValuesRequest) Reset()

func (*SetupStartValuesRequest) String

func (x *SetupStartValuesRequest) String() string

type SetupStartValuesResponse

type SetupStartValuesResponse struct {
	// contains filtered or unexported fields
}

func (*SetupStartValuesResponse) Descriptor deprecated

func (*SetupStartValuesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetupStartValuesResponse.ProtoReflect.Descriptor instead.

func (*SetupStartValuesResponse) ProtoMessage

func (*SetupStartValuesResponse) ProtoMessage()

func (*SetupStartValuesResponse) ProtoReflect

func (x *SetupStartValuesResponse) ProtoReflect() protoreflect.Message

func (*SetupStartValuesResponse) Reset

func (x *SetupStartValuesResponse) Reset()

func (*SetupStartValuesResponse) String

func (x *SetupStartValuesResponse) String() string

type ShowChild2Request

type ShowChild2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*ShowChild2Request) Descriptor deprecated

func (*ShowChild2Request) Descriptor() ([]byte, []int)

Deprecated: Use ShowChild2Request.ProtoReflect.Descriptor instead.

func (*ShowChild2Request) GetArg0

func (x *ShowChild2Request) GetArg0() int64

func (*ShowChild2Request) GetArg1

func (x *ShowChild2Request) GetArg1() int64

func (*ShowChild2Request) GetHandle

func (x *ShowChild2Request) GetHandle() int64

func (*ShowChild2Request) ProtoMessage

func (*ShowChild2Request) ProtoMessage()

func (*ShowChild2Request) ProtoReflect

func (x *ShowChild2Request) ProtoReflect() protoreflect.Message

func (*ShowChild2Request) Reset

func (x *ShowChild2Request) Reset()

func (*ShowChild2Request) String

func (x *ShowChild2Request) String() string

type ShowChild2Response

type ShowChild2Response struct {
	// contains filtered or unexported fields
}

func (*ShowChild2Response) Descriptor deprecated

func (*ShowChild2Response) Descriptor() ([]byte, []int)

Deprecated: Use ShowChild2Response.ProtoReflect.Descriptor instead.

func (*ShowChild2Response) ProtoMessage

func (*ShowChild2Response) ProtoMessage()

func (*ShowChild2Response) ProtoReflect

func (x *ShowChild2Response) ProtoReflect() protoreflect.Message

func (*ShowChild2Response) Reset

func (x *ShowChild2Response) Reset()

func (*ShowChild2Response) String

func (x *ShowChild2Response) String() string

type ShowChild3_1Request

type ShowChild3_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int32 `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*ShowChild3_1Request) Descriptor deprecated

func (*ShowChild3_1Request) Descriptor() ([]byte, []int)

Deprecated: Use ShowChild3_1Request.ProtoReflect.Descriptor instead.

func (*ShowChild3_1Request) GetArg0

func (x *ShowChild3_1Request) GetArg0() int64

func (*ShowChild3_1Request) GetArg1

func (x *ShowChild3_1Request) GetArg1() int64

func (*ShowChild3_1Request) GetArg2

func (x *ShowChild3_1Request) GetArg2() int32

func (*ShowChild3_1Request) GetHandle

func (x *ShowChild3_1Request) GetHandle() int64

func (*ShowChild3_1Request) ProtoMessage

func (*ShowChild3_1Request) ProtoMessage()

func (*ShowChild3_1Request) ProtoReflect

func (x *ShowChild3_1Request) ProtoReflect() protoreflect.Message

func (*ShowChild3_1Request) Reset

func (x *ShowChild3_1Request) Reset()

func (*ShowChild3_1Request) String

func (x *ShowChild3_1Request) String() string

type ShowChild3_1Response

type ShowChild3_1Response struct {
	// contains filtered or unexported fields
}

func (*ShowChild3_1Response) Descriptor deprecated

func (*ShowChild3_1Response) Descriptor() ([]byte, []int)

Deprecated: Use ShowChild3_1Response.ProtoReflect.Descriptor instead.

func (*ShowChild3_1Response) ProtoMessage

func (*ShowChild3_1Response) ProtoMessage()

func (*ShowChild3_1Response) ProtoReflect

func (x *ShowChild3_1Response) ProtoReflect() protoreflect.Message

func (*ShowChild3_1Response) Reset

func (x *ShowChild3_1Response) Reset()

func (*ShowChild3_1Response) String

func (x *ShowChild3_1Response) String() string

type StartNowRequest

type StartNowRequest struct {
	// contains filtered or unexported fields
}

func (*StartNowRequest) Descriptor deprecated

func (*StartNowRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartNowRequest.ProtoReflect.Descriptor instead.

func (*StartNowRequest) ProtoMessage

func (*StartNowRequest) ProtoMessage()

func (*StartNowRequest) ProtoReflect

func (x *StartNowRequest) ProtoReflect() protoreflect.Message

func (*StartNowRequest) Reset

func (x *StartNowRequest) Reset()

func (*StartNowRequest) String

func (x *StartNowRequest) String() string

type StartNowResponse

type StartNowResponse struct {
	// contains filtered or unexported fields
}

func (*StartNowResponse) Descriptor deprecated

func (*StartNowResponse) Descriptor() ([]byte, []int)

Deprecated: Use StartNowResponse.ProtoReflect.Descriptor instead.

func (*StartNowResponse) ProtoMessage

func (*StartNowResponse) ProtoMessage()

func (*StartNowResponse) ProtoReflect

func (x *StartNowResponse) ProtoReflect() protoreflect.Message

func (*StartNowResponse) Reset

func (x *StartNowResponse) Reset()

func (*StartNowResponse) String

func (x *StartNowResponse) String() string

type StartRequest

type StartRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*StartRequest) Descriptor deprecated

func (*StartRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartRequest.ProtoReflect.Descriptor instead.

func (*StartRequest) GetHandle

func (x *StartRequest) GetHandle() int64

func (*StartRequest) ProtoMessage

func (*StartRequest) ProtoMessage()

func (*StartRequest) ProtoReflect

func (x *StartRequest) ProtoReflect() protoreflect.Message

func (*StartRequest) Reset

func (x *StartRequest) Reset()

func (*StartRequest) String

func (x *StartRequest) String() string

type StartResponse

type StartResponse struct {
	// contains filtered or unexported fields
}

func (*StartResponse) Descriptor deprecated

func (*StartResponse) Descriptor() ([]byte, []int)

Deprecated: Use StartResponse.ProtoReflect.Descriptor instead.

func (*StartResponse) ProtoMessage

func (*StartResponse) ProtoMessage()

func (*StartResponse) ProtoReflect

func (x *StartResponse) ProtoReflect() protoreflect.Message

func (*StartResponse) Reset

func (x *StartResponse) Reset()

func (*StartResponse) String

func (x *StartResponse) String() string

type StartTransitionRequest

type StartTransitionRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int32 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*StartTransitionRequest) Descriptor deprecated

func (*StartTransitionRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartTransitionRequest.ProtoReflect.Descriptor instead.

func (*StartTransitionRequest) GetArg0

func (x *StartTransitionRequest) GetArg0() int64

func (*StartTransitionRequest) GetArg1

func (x *StartTransitionRequest) GetArg1() int64

func (*StartTransitionRequest) GetArg2

func (x *StartTransitionRequest) GetArg2() int64

func (*StartTransitionRequest) GetArg3

func (x *StartTransitionRequest) GetArg3() int32

func (*StartTransitionRequest) ProtoMessage

func (*StartTransitionRequest) ProtoMessage()

func (*StartTransitionRequest) ProtoReflect

func (x *StartTransitionRequest) ProtoReflect() protoreflect.Message

func (*StartTransitionRequest) Reset

func (x *StartTransitionRequest) Reset()

func (*StartTransitionRequest) String

func (x *StartTransitionRequest) String() string

type StartTransitionResponse

type StartTransitionResponse struct {
	// contains filtered or unexported fields
}

func (*StartTransitionResponse) Descriptor deprecated

func (*StartTransitionResponse) Descriptor() ([]byte, []int)

Deprecated: Use StartTransitionResponse.ProtoReflect.Descriptor instead.

func (*StartTransitionResponse) ProtoMessage

func (*StartTransitionResponse) ProtoMessage()

func (*StartTransitionResponse) ProtoReflect

func (x *StartTransitionResponse) ProtoReflect() protoreflect.Message

func (*StartTransitionResponse) Reset

func (x *StartTransitionResponse) Reset()

func (*StartTransitionResponse) String

func (x *StartTransitionResponse) String() string

type StateListAnimatorServiceClient

type StateListAnimatorServiceClient interface {
	NewStateListAnimator(ctx context.Context, in *NewStateListAnimatorRequest, opts ...grpc.CallOption) (*NewStateListAnimatorResponse, error)
	AddState(ctx context.Context, in *AddStateRequest, opts ...grpc.CallOption) (*AddStateResponse, error)
	Clone0(ctx context.Context, in *Clone0Request, opts ...grpc.CallOption) (*Clone0Response, error)
	JumpToCurrentState(ctx context.Context, in *JumpToCurrentStateRequest, opts ...grpc.CallOption) (*JumpToCurrentStateResponse, error)
	Clone0_1(ctx context.Context, in *Clone0_1Request, opts ...grpc.CallOption) (*Clone0_1Response, error)
}

StateListAnimatorServiceClient is the client API for StateListAnimatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type StateListAnimatorServiceServer

type StateListAnimatorServiceServer interface {
	NewStateListAnimator(context.Context, *NewStateListAnimatorRequest) (*NewStateListAnimatorResponse, error)
	AddState(context.Context, *AddStateRequest) (*AddStateResponse, error)
	Clone0(context.Context, *Clone0Request) (*Clone0Response, error)
	JumpToCurrentState(context.Context, *JumpToCurrentStateRequest) (*JumpToCurrentStateResponse, error)
	Clone0_1(context.Context, *Clone0_1Request) (*Clone0_1Response, error)
	// contains filtered or unexported methods
}

StateListAnimatorServiceServer is the server API for StateListAnimatorService service. All implementations must embed UnimplementedStateListAnimatorServiceServer for forward compatibility.

type TimeAnimatorServiceClient

type TimeAnimatorServiceClient interface {
	NewTimeAnimator(ctx context.Context, in *NewTimeAnimatorRequest, opts ...grpc.CallOption) (*NewTimeAnimatorResponse, error)
	SetCurrentPlayTime(ctx context.Context, in *SetCurrentPlayTimeRequest, opts ...grpc.CallOption) (*SetCurrentPlayTimeResponse, error)
	SetTimeListener(ctx context.Context, in *SetTimeListenerRequest, opts ...grpc.CallOption) (*SetTimeListenerResponse, error)
	Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error)
}

TimeAnimatorServiceClient is the client API for TimeAnimatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TimeAnimatorServiceServer

type TimeAnimatorServiceServer interface {
	NewTimeAnimator(context.Context, *NewTimeAnimatorRequest) (*NewTimeAnimatorResponse, error)
	SetCurrentPlayTime(context.Context, *SetCurrentPlayTimeRequest) (*SetCurrentPlayTimeResponse, error)
	SetTimeListener(context.Context, *SetTimeListenerRequest) (*SetTimeListenerResponse, error)
	Start(context.Context, *StartRequest) (*StartResponse, error)
	// contains filtered or unexported methods
}

TimeAnimatorServiceServer is the server API for TimeAnimatorService service. All implementations must embed UnimplementedTimeAnimatorServiceServer for forward compatibility.

type TimeAnimatorTimeListenerServiceClient

type TimeAnimatorTimeListenerServiceClient interface {
	OnTimeUpdate(ctx context.Context, in *OnTimeUpdateRequest, opts ...grpc.CallOption) (*OnTimeUpdateResponse, error)
}

TimeAnimatorTimeListenerServiceClient is the client API for TimeAnimatorTimeListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TimeAnimatorTimeListenerServiceServer

type TimeAnimatorTimeListenerServiceServer interface {
	OnTimeUpdate(context.Context, *OnTimeUpdateRequest) (*OnTimeUpdateResponse, error)
	// contains filtered or unexported methods
}

TimeAnimatorTimeListenerServiceServer is the server API for TimeAnimatorTimeListenerService service. All implementations must embed UnimplementedTimeAnimatorTimeListenerServiceServer for forward compatibility.

type TimeInterpolatorServiceClient

type TimeInterpolatorServiceClient interface {
	GetInterpolation(ctx context.Context, in *GetInterpolationRequest, opts ...grpc.CallOption) (*GetInterpolationResponse, error)
}

TimeInterpolatorServiceClient is the client API for TimeInterpolatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TimeInterpolatorServiceServer

type TimeInterpolatorServiceServer interface {
	GetInterpolation(context.Context, *GetInterpolationRequest) (*GetInterpolationResponse, error)
	// contains filtered or unexported methods
}

TimeInterpolatorServiceServer is the server API for TimeInterpolatorService service. All implementations must embed UnimplementedTimeInterpolatorServiceServer for forward compatibility.

type ToShortStringRequest

type ToShortStringRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ToShortStringRequest) Descriptor deprecated

func (*ToShortStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToShortStringRequest.ProtoReflect.Descriptor instead.

func (*ToShortStringRequest) GetHandle

func (x *ToShortStringRequest) GetHandle() int64

func (*ToShortStringRequest) ProtoMessage

func (*ToShortStringRequest) ProtoMessage()

func (*ToShortStringRequest) ProtoReflect

func (x *ToShortStringRequest) ProtoReflect() protoreflect.Message

func (*ToShortStringRequest) Reset

func (x *ToShortStringRequest) Reset()

func (*ToShortStringRequest) String

func (x *ToShortStringRequest) String() string

type ToShortStringResponse

type ToShortStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToShortStringResponse) Descriptor deprecated

func (*ToShortStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToShortStringResponse.ProtoReflect.Descriptor instead.

func (*ToShortStringResponse) GetResult

func (x *ToShortStringResponse) GetResult() string

func (*ToShortStringResponse) ProtoMessage

func (*ToShortStringResponse) ProtoMessage()

func (*ToShortStringResponse) ProtoReflect

func (x *ToShortStringResponse) ProtoReflect() protoreflect.Message

func (*ToShortStringResponse) Reset

func (x *ToShortStringResponse) Reset()

func (*ToShortStringResponse) String

func (x *ToShortStringResponse) String() string

type ToStringRequest

type ToStringRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringRequest) Descriptor deprecated

func (*ToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) GetHandle

func (x *ToStringRequest) GetHandle() int64

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated

func (*ToStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type TransformationServiceClient

TransformationServiceClient is the client API for TransformationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TransformationServiceServer

TransformationServiceServer is the server API for TransformationService service. All implementations must embed UnimplementedTransformationServiceServer for forward compatibility.

type TranslateAnimationServiceClient

type TranslateAnimationServiceClient interface {
	NewTranslateAnimation(ctx context.Context, in *NewTranslateAnimationRequest, opts ...grpc.CallOption) (*NewTranslateAnimationResponse, error)
	Initialize(ctx context.Context, in *InitializeRequest, opts ...grpc.CallOption) (*InitializeResponse, error)
}

TranslateAnimationServiceClient is the client API for TranslateAnimationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TranslateAnimationServiceServer

type TranslateAnimationServiceServer interface {
	NewTranslateAnimation(context.Context, *NewTranslateAnimationRequest) (*NewTranslateAnimationResponse, error)
	Initialize(context.Context, *InitializeRequest) (*InitializeResponse, error)
	// contains filtered or unexported methods
}

TranslateAnimationServiceServer is the server API for TranslateAnimationService service. All implementations must embed UnimplementedTranslateAnimationServiceServer for forward compatibility.

type UnimplementedAccelerateDecelerateInterpolatorServiceServer

type UnimplementedAccelerateDecelerateInterpolatorServiceServer struct{}

UnimplementedAccelerateDecelerateInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAccelerateDecelerateInterpolatorServiceServer) GetInterpolation

type UnimplementedAccelerateInterpolatorServiceServer

type UnimplementedAccelerateInterpolatorServiceServer struct{}

UnimplementedAccelerateInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedAlphaAnimationServiceServer

type UnimplementedAlphaAnimationServiceServer struct{}

UnimplementedAlphaAnimationServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAlphaAnimationServiceServer) NewAlphaAnimation

func (UnimplementedAlphaAnimationServiceServer) WillChangeBounds

type UnimplementedAnimationListenerServiceServer

type UnimplementedAnimationListenerServiceServer struct{}

UnimplementedAnimationListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimationListenerServiceServer) OnAnimationEnd

func (UnimplementedAnimationListenerServiceServer) OnAnimationRepeat

func (UnimplementedAnimationListenerServiceServer) OnAnimationStart

type UnimplementedAnimationServiceServer

type UnimplementedAnimationServiceServer struct{}

UnimplementedAnimationServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimationServiceServer) Cancel

func (UnimplementedAnimationServiceServer) GetBackdropColor

func (UnimplementedAnimationServiceServer) GetBackgroundColor

func (UnimplementedAnimationServiceServer) GetDetachWallpaper

func (UnimplementedAnimationServiceServer) GetDuration

func (UnimplementedAnimationServiceServer) GetFillAfter

func (UnimplementedAnimationServiceServer) GetFillBefore

func (UnimplementedAnimationServiceServer) GetRepeatMode

func (UnimplementedAnimationServiceServer) GetShowBackdrop

func (UnimplementedAnimationServiceServer) GetStartOffset

func (UnimplementedAnimationServiceServer) GetStartTime

func (UnimplementedAnimationServiceServer) GetTransformation2

func (UnimplementedAnimationServiceServer) GetZAdjustment

func (UnimplementedAnimationServiceServer) HasEnded

func (UnimplementedAnimationServiceServer) HasStarted

func (UnimplementedAnimationServiceServer) Initialize

func (UnimplementedAnimationServiceServer) IsFillEnabled

func (UnimplementedAnimationServiceServer) IsInitialized

func (UnimplementedAnimationServiceServer) Reset

func (UnimplementedAnimationServiceServer) SetBackdropColor

func (UnimplementedAnimationServiceServer) SetBackgroundColor

func (UnimplementedAnimationServiceServer) SetDetachWallpaper

func (UnimplementedAnimationServiceServer) SetDuration

func (UnimplementedAnimationServiceServer) SetFillAfter

func (UnimplementedAnimationServiceServer) SetFillBefore

func (UnimplementedAnimationServiceServer) SetFillEnabled

func (UnimplementedAnimationServiceServer) SetRepeatMode

func (UnimplementedAnimationServiceServer) SetShowBackdrop

func (UnimplementedAnimationServiceServer) SetStartTime

func (UnimplementedAnimationServiceServer) SetZAdjustment

func (UnimplementedAnimationServiceServer) Start

func (UnimplementedAnimationServiceServer) StartNow

type UnimplementedAnimatorAnimatorListenerServiceServer

type UnimplementedAnimatorAnimatorListenerServiceServer struct{}

UnimplementedAnimatorAnimatorListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimatorAnimatorListenerServiceServer) OnAnimationCancel

func (UnimplementedAnimatorAnimatorListenerServiceServer) OnAnimationEnd

func (UnimplementedAnimatorAnimatorListenerServiceServer) OnAnimationRepeat

func (UnimplementedAnimatorAnimatorListenerServiceServer) OnAnimationStart

type UnimplementedAnimatorAnimatorPauseListenerServiceServer

type UnimplementedAnimatorAnimatorPauseListenerServiceServer struct{}

UnimplementedAnimatorAnimatorPauseListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimatorAnimatorPauseListenerServiceServer) OnAnimationPause

func (UnimplementedAnimatorAnimatorPauseListenerServiceServer) OnAnimationResume

type UnimplementedAnimatorInflaterServiceServer

type UnimplementedAnimatorInflaterServiceServer struct{}

UnimplementedAnimatorInflaterServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimatorInflaterServiceServer) LoadAnimator

func (UnimplementedAnimatorInflaterServiceServer) LoadStateListAnimator

func (UnimplementedAnimatorInflaterServiceServer) NewAnimatorInflater

type UnimplementedAnimatorListenerAdapterServiceServer

type UnimplementedAnimatorListenerAdapterServiceServer struct{}

UnimplementedAnimatorListenerAdapterServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimatorListenerAdapterServiceServer) OnAnimationCancel

func (UnimplementedAnimatorListenerAdapterServiceServer) OnAnimationEnd

func (UnimplementedAnimatorListenerAdapterServiceServer) OnAnimationPause

func (UnimplementedAnimatorListenerAdapterServiceServer) OnAnimationRepeat

func (UnimplementedAnimatorListenerAdapterServiceServer) OnAnimationResume

func (UnimplementedAnimatorListenerAdapterServiceServer) OnAnimationStart

type UnimplementedAnimatorServiceServer

type UnimplementedAnimatorServiceServer struct{}

UnimplementedAnimatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimatorServiceServer) AddListener

func (UnimplementedAnimatorServiceServer) AddPauseListener

func (UnimplementedAnimatorServiceServer) Cancel

func (UnimplementedAnimatorServiceServer) Clone0

func (UnimplementedAnimatorServiceServer) Clone0_1

func (UnimplementedAnimatorServiceServer) End

func (UnimplementedAnimatorServiceServer) GetDuration

func (UnimplementedAnimatorServiceServer) GetListeners

func (UnimplementedAnimatorServiceServer) GetStartDelay

func (UnimplementedAnimatorServiceServer) IsPaused

func (UnimplementedAnimatorServiceServer) IsRunning

func (UnimplementedAnimatorServiceServer) IsStarted

func (UnimplementedAnimatorServiceServer) Pause

func (UnimplementedAnimatorServiceServer) RemoveAllListeners

func (UnimplementedAnimatorServiceServer) RemoveListener

func (UnimplementedAnimatorServiceServer) RemovePauseListener

func (UnimplementedAnimatorServiceServer) Resume

func (UnimplementedAnimatorServiceServer) SetDuration

func (UnimplementedAnimatorServiceServer) SetStartDelay

func (UnimplementedAnimatorServiceServer) SetTarget

func (UnimplementedAnimatorServiceServer) SetupEndValues

func (UnimplementedAnimatorServiceServer) Start

type UnimplementedAnimatorSetBuilderServiceServer

type UnimplementedAnimatorSetBuilderServiceServer struct{}

UnimplementedAnimatorSetBuilderServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimatorSetBuilderServiceServer) After1

func (UnimplementedAnimatorSetBuilderServiceServer) After1_1

func (UnimplementedAnimatorSetBuilderServiceServer) Before

func (UnimplementedAnimatorSetBuilderServiceServer) With

type UnimplementedAnimatorSetServiceServer

type UnimplementedAnimatorSetServiceServer struct{}

UnimplementedAnimatorSetServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnimatorSetServiceServer) Cancel

func (UnimplementedAnimatorSetServiceServer) Clone0

func (UnimplementedAnimatorSetServiceServer) Clone0_1

func (UnimplementedAnimatorSetServiceServer) Clone0_2

func (UnimplementedAnimatorSetServiceServer) End

func (UnimplementedAnimatorSetServiceServer) GetChildAnimations

func (UnimplementedAnimatorSetServiceServer) GetCurrentPlayTime

func (UnimplementedAnimatorSetServiceServer) GetDuration

func (UnimplementedAnimatorSetServiceServer) GetInterpolator

func (UnimplementedAnimatorSetServiceServer) GetStartDelay

func (UnimplementedAnimatorSetServiceServer) GetTotalDuration

func (UnimplementedAnimatorSetServiceServer) IsRunning

func (UnimplementedAnimatorSetServiceServer) IsStarted

func (UnimplementedAnimatorSetServiceServer) NewAnimatorSet

func (UnimplementedAnimatorSetServiceServer) Pause

func (UnimplementedAnimatorSetServiceServer) Play

func (UnimplementedAnimatorSetServiceServer) PlaySequentially

func (UnimplementedAnimatorSetServiceServer) PlayTogether

func (UnimplementedAnimatorSetServiceServer) Resume

func (UnimplementedAnimatorSetServiceServer) Reverse

func (UnimplementedAnimatorSetServiceServer) SetCurrentPlayTime

func (UnimplementedAnimatorSetServiceServer) SetDuration1

func (UnimplementedAnimatorSetServiceServer) SetDuration1_1

func (UnimplementedAnimatorSetServiceServer) SetInterpolator

func (UnimplementedAnimatorSetServiceServer) SetStartDelay

func (UnimplementedAnimatorSetServiceServer) SetTarget

func (UnimplementedAnimatorSetServiceServer) SetupEndValues

func (UnimplementedAnimatorSetServiceServer) SetupStartValues

func (UnimplementedAnimatorSetServiceServer) Start

func (UnimplementedAnimatorSetServiceServer) ToString

type UnimplementedAnticipateInterpolatorServiceServer

type UnimplementedAnticipateInterpolatorServiceServer struct{}

UnimplementedAnticipateInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedAnticipateOvershootInterpolatorServiceServer

type UnimplementedAnticipateOvershootInterpolatorServiceServer struct{}

UnimplementedAnticipateOvershootInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedArgbEvaluatorServiceServer

type UnimplementedArgbEvaluatorServiceServer struct{}

UnimplementedArgbEvaluatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedArgbEvaluatorServiceServer) Evaluate

func (UnimplementedArgbEvaluatorServiceServer) NewArgbEvaluator

type UnimplementedBounceInterpolatorServiceServer

type UnimplementedBounceInterpolatorServiceServer struct{}

UnimplementedBounceInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBounceInterpolatorServiceServer) NewBounceInterpolator

type UnimplementedCycleInterpolatorServiceServer

type UnimplementedCycleInterpolatorServiceServer struct{}

UnimplementedCycleInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedCycleInterpolatorServiceServer) NewCycleInterpolator

type UnimplementedDecelerateInterpolatorServiceServer

type UnimplementedDecelerateInterpolatorServiceServer struct{}

UnimplementedDecelerateInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedFloatArrayEvaluatorServiceServer

type UnimplementedFloatArrayEvaluatorServiceServer struct{}

UnimplementedFloatArrayEvaluatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedFloatArrayEvaluatorServiceServer) Evaluate3

func (UnimplementedFloatArrayEvaluatorServiceServer) Evaluate3_1

func (UnimplementedFloatArrayEvaluatorServiceServer) NewFloatArrayEvaluator

type UnimplementedFloatEvaluatorServiceServer

type UnimplementedFloatEvaluatorServiceServer struct{}

UnimplementedFloatEvaluatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedFloatEvaluatorServiceServer) Evaluate3

func (UnimplementedFloatEvaluatorServiceServer) Evaluate3_1

func (UnimplementedFloatEvaluatorServiceServer) NewFloatEvaluator

type UnimplementedGridLayoutAnimationControllerServiceServer

type UnimplementedGridLayoutAnimationControllerServiceServer struct{}

UnimplementedGridLayoutAnimationControllerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedGridLayoutAnimationControllerServiceServer) GetColumnDelay

func (UnimplementedGridLayoutAnimationControllerServiceServer) GetDirection

func (UnimplementedGridLayoutAnimationControllerServiceServer) GetDirectionPriority

func (UnimplementedGridLayoutAnimationControllerServiceServer) GetRowDelay

func (UnimplementedGridLayoutAnimationControllerServiceServer) SetColumnDelay

func (UnimplementedGridLayoutAnimationControllerServiceServer) SetDirection

func (UnimplementedGridLayoutAnimationControllerServiceServer) SetDirectionPriority

func (UnimplementedGridLayoutAnimationControllerServiceServer) SetRowDelay

func (UnimplementedGridLayoutAnimationControllerServiceServer) WillOverlap

type UnimplementedIntArrayEvaluatorServiceServer

type UnimplementedIntArrayEvaluatorServiceServer struct{}

UnimplementedIntArrayEvaluatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedIntArrayEvaluatorServiceServer) Evaluate3

func (UnimplementedIntArrayEvaluatorServiceServer) Evaluate3_1

func (UnimplementedIntArrayEvaluatorServiceServer) NewIntArrayEvaluator

type UnimplementedIntEvaluatorServiceServer

type UnimplementedIntEvaluatorServiceServer struct{}

UnimplementedIntEvaluatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedIntEvaluatorServiceServer) Evaluate3

func (UnimplementedIntEvaluatorServiceServer) Evaluate3_1

func (UnimplementedIntEvaluatorServiceServer) NewIntEvaluator

type UnimplementedKeyframeServiceServer

type UnimplementedKeyframeServiceServer struct{}

UnimplementedKeyframeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedKeyframeServiceServer) Clone0

func (UnimplementedKeyframeServiceServer) Clone0_1

func (UnimplementedKeyframeServiceServer) GetFraction

func (UnimplementedKeyframeServiceServer) GetType

func (UnimplementedKeyframeServiceServer) GetValue

func (UnimplementedKeyframeServiceServer) HasValue

func (UnimplementedKeyframeServiceServer) OfFloat1

func (UnimplementedKeyframeServiceServer) OfFloat2_1

func (UnimplementedKeyframeServiceServer) OfInt1

func (UnimplementedKeyframeServiceServer) OfInt2_1

func (UnimplementedKeyframeServiceServer) OfObject1

func (UnimplementedKeyframeServiceServer) OfObject2_1

func (UnimplementedKeyframeServiceServer) SetFraction

func (UnimplementedKeyframeServiceServer) SetValue

type UnimplementedLayoutAnimationControllerServiceServer

type UnimplementedLayoutAnimationControllerServiceServer struct{}

UnimplementedLayoutAnimationControllerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedLayoutAnimationControllerServiceServer) GetAnimation

func (UnimplementedLayoutAnimationControllerServiceServer) GetAnimationForView

func (UnimplementedLayoutAnimationControllerServiceServer) GetDelay

func (UnimplementedLayoutAnimationControllerServiceServer) GetInterpolator

func (UnimplementedLayoutAnimationControllerServiceServer) GetOrder

func (UnimplementedLayoutAnimationControllerServiceServer) IsDone

func (UnimplementedLayoutAnimationControllerServiceServer) SetAnimation1_1

func (UnimplementedLayoutAnimationControllerServiceServer) SetAnimation2

func (UnimplementedLayoutAnimationControllerServiceServer) SetDelay

func (UnimplementedLayoutAnimationControllerServiceServer) SetInterpolator1_1

func (UnimplementedLayoutAnimationControllerServiceServer) SetInterpolator2

func (UnimplementedLayoutAnimationControllerServiceServer) SetOrder

func (UnimplementedLayoutAnimationControllerServiceServer) Start

func (UnimplementedLayoutAnimationControllerServiceServer) WillOverlap

type UnimplementedLayoutTransitionServiceServer

type UnimplementedLayoutTransitionServiceServer struct{}

UnimplementedLayoutTransitionServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedLayoutTransitionServiceServer) AddChild

func (UnimplementedLayoutTransitionServiceServer) AddTransitionListener

func (UnimplementedLayoutTransitionServiceServer) DisableTransitionType

func (UnimplementedLayoutTransitionServiceServer) EnableTransitionType

func (UnimplementedLayoutTransitionServiceServer) GetAnimator

func (UnimplementedLayoutTransitionServiceServer) GetDuration

func (UnimplementedLayoutTransitionServiceServer) GetStagger

func (UnimplementedLayoutTransitionServiceServer) GetTransitionListeners

func (UnimplementedLayoutTransitionServiceServer) HideChild2

func (UnimplementedLayoutTransitionServiceServer) HideChild3_1

func (UnimplementedLayoutTransitionServiceServer) IsChangingLayout

func (UnimplementedLayoutTransitionServiceServer) IsRunning

func (UnimplementedLayoutTransitionServiceServer) NewLayoutTransition

func (UnimplementedLayoutTransitionServiceServer) RemoveChild

func (UnimplementedLayoutTransitionServiceServer) SetAnimator

func (UnimplementedLayoutTransitionServiceServer) SetDuration2

func (UnimplementedLayoutTransitionServiceServer) SetStagger

func (UnimplementedLayoutTransitionServiceServer) ShowChild2

func (UnimplementedLayoutTransitionServiceServer) ShowChild3_1

type UnimplementedLayoutTransitionTransitionListenerServiceServer

type UnimplementedLayoutTransitionTransitionListenerServiceServer struct{}

UnimplementedLayoutTransitionTransitionListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedLayoutTransitionTransitionListenerServiceServer) EndTransition

func (UnimplementedLayoutTransitionTransitionListenerServiceServer) StartTransition

type UnimplementedLinearInterpolatorServiceServer

type UnimplementedLinearInterpolatorServiceServer struct{}

UnimplementedLinearInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedLinearInterpolatorServiceServer) NewLinearInterpolator

type UnimplementedObjectAnimatorServiceServer

type UnimplementedObjectAnimatorServiceServer struct{}

UnimplementedObjectAnimatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedObjectAnimatorServiceServer) Clone0

func (UnimplementedObjectAnimatorServiceServer) Clone0_1

func (UnimplementedObjectAnimatorServiceServer) Clone0_2

func (UnimplementedObjectAnimatorServiceServer) Clone0_3

func (UnimplementedObjectAnimatorServiceServer) GetPropertyName

func (UnimplementedObjectAnimatorServiceServer) GetTarget

func (UnimplementedObjectAnimatorServiceServer) NewObjectAnimator

func (UnimplementedObjectAnimatorServiceServer) OfArgb

func (UnimplementedObjectAnimatorServiceServer) OfFloat3

func (UnimplementedObjectAnimatorServiceServer) OfFloat4_1

func (UnimplementedObjectAnimatorServiceServer) OfInt3

func (UnimplementedObjectAnimatorServiceServer) OfInt4_1

func (UnimplementedObjectAnimatorServiceServer) OfMultiFloat3

func (UnimplementedObjectAnimatorServiceServer) OfMultiFloat3_1

func (UnimplementedObjectAnimatorServiceServer) OfMultiInt3

func (UnimplementedObjectAnimatorServiceServer) OfMultiInt3_1

func (UnimplementedObjectAnimatorServiceServer) OfObject

func (UnimplementedObjectAnimatorServiceServer) SetAutoCancel

func (UnimplementedObjectAnimatorServiceServer) SetDuration1

func (UnimplementedObjectAnimatorServiceServer) SetDuration1_1

func (UnimplementedObjectAnimatorServiceServer) SetDuration1_2

func (UnimplementedObjectAnimatorServiceServer) SetFloatValues

func (UnimplementedObjectAnimatorServiceServer) SetIntValues

func (UnimplementedObjectAnimatorServiceServer) SetObjectValues

func (UnimplementedObjectAnimatorServiceServer) SetProperty

func (UnimplementedObjectAnimatorServiceServer) SetPropertyName

func (UnimplementedObjectAnimatorServiceServer) SetTarget

func (UnimplementedObjectAnimatorServiceServer) SetupEndValues

func (UnimplementedObjectAnimatorServiceServer) SetupStartValues

func (UnimplementedObjectAnimatorServiceServer) Start

func (UnimplementedObjectAnimatorServiceServer) ToString

type UnimplementedOvershootInterpolatorServiceServer

type UnimplementedOvershootInterpolatorServiceServer struct{}

UnimplementedOvershootInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedPathInterpolatorServiceServer

type UnimplementedPathInterpolatorServiceServer struct{}

UnimplementedPathInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPathInterpolatorServiceServer) NewPathInterpolator

type UnimplementedPointFEvaluatorServiceServer

type UnimplementedPointFEvaluatorServiceServer struct{}

UnimplementedPointFEvaluatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPointFEvaluatorServiceServer) Evaluate3

func (UnimplementedPointFEvaluatorServiceServer) Evaluate3_1

func (UnimplementedPointFEvaluatorServiceServer) NewPointFEvaluator

type UnimplementedPropertyValuesHolderServiceServer

type UnimplementedPropertyValuesHolderServiceServer struct{}

UnimplementedPropertyValuesHolderServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPropertyValuesHolderServiceServer) Clone0

func (UnimplementedPropertyValuesHolderServiceServer) Clone0_1

func (UnimplementedPropertyValuesHolderServiceServer) OfFloat

func (UnimplementedPropertyValuesHolderServiceServer) OfInt

func (UnimplementedPropertyValuesHolderServiceServer) OfKeyframe2

func (UnimplementedPropertyValuesHolderServiceServer) OfKeyframe2_1

func (UnimplementedPropertyValuesHolderServiceServer) OfMultiFloat2

func (UnimplementedPropertyValuesHolderServiceServer) OfMultiFloat2_1

func (UnimplementedPropertyValuesHolderServiceServer) OfMultiInt2

func (UnimplementedPropertyValuesHolderServiceServer) OfMultiInt2_1

func (UnimplementedPropertyValuesHolderServiceServer) OfObject

func (UnimplementedPropertyValuesHolderServiceServer) SetConverter

func (UnimplementedPropertyValuesHolderServiceServer) SetKeyframes

func (UnimplementedPropertyValuesHolderServiceServer) ToString

type UnimplementedRectEvaluatorServiceServer

type UnimplementedRectEvaluatorServiceServer struct{}

UnimplementedRectEvaluatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedRectEvaluatorServiceServer) Evaluate3

func (UnimplementedRectEvaluatorServiceServer) Evaluate3_1

func (UnimplementedRectEvaluatorServiceServer) NewRectEvaluator

type UnimplementedRotateAnimationServiceServer

type UnimplementedRotateAnimationServiceServer struct{}

UnimplementedRotateAnimationServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedRotateAnimationServiceServer) Initialize

func (UnimplementedRotateAnimationServiceServer) NewRotateAnimation

type UnimplementedScaleAnimationServiceServer

type UnimplementedScaleAnimationServiceServer struct{}

UnimplementedScaleAnimationServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedScaleAnimationServiceServer) Initialize

func (UnimplementedScaleAnimationServiceServer) NewScaleAnimation

type UnimplementedSetServiceServer

type UnimplementedSetServiceServer struct{}

UnimplementedSetServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSetServiceServer) AddAnimation

func (UnimplementedSetServiceServer) GetAnimations

func (UnimplementedSetServiceServer) GetDuration

func (UnimplementedSetServiceServer) GetStartTime

func (UnimplementedSetServiceServer) GetTransformation

func (UnimplementedSetServiceServer) Initialize

func (UnimplementedSetServiceServer) NewSet

func (UnimplementedSetServiceServer) Reset

func (UnimplementedSetServiceServer) RestrictDuration

func (UnimplementedSetServiceServer) SetDuration

func (UnimplementedSetServiceServer) SetFillAfter

func (UnimplementedSetServiceServer) SetFillBefore

func (UnimplementedSetServiceServer) SetRepeatMode

func (UnimplementedSetServiceServer) SetStartOffset

func (UnimplementedSetServiceServer) SetStartTime

func (UnimplementedSetServiceServer) WillChangeBounds

type UnimplementedStateListAnimatorServiceServer

type UnimplementedStateListAnimatorServiceServer struct{}

UnimplementedStateListAnimatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedStateListAnimatorServiceServer) AddState

func (UnimplementedStateListAnimatorServiceServer) Clone0

func (UnimplementedStateListAnimatorServiceServer) Clone0_1

func (UnimplementedStateListAnimatorServiceServer) JumpToCurrentState

func (UnimplementedStateListAnimatorServiceServer) NewStateListAnimator

type UnimplementedTimeAnimatorServiceServer

type UnimplementedTimeAnimatorServiceServer struct{}

UnimplementedTimeAnimatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTimeAnimatorServiceServer) NewTimeAnimator

func (UnimplementedTimeAnimatorServiceServer) SetCurrentPlayTime

func (UnimplementedTimeAnimatorServiceServer) SetTimeListener

func (UnimplementedTimeAnimatorServiceServer) Start

type UnimplementedTimeAnimatorTimeListenerServiceServer

type UnimplementedTimeAnimatorTimeListenerServiceServer struct{}

UnimplementedTimeAnimatorTimeListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTimeAnimatorTimeListenerServiceServer) OnTimeUpdate

type UnimplementedTimeInterpolatorServiceServer

type UnimplementedTimeInterpolatorServiceServer struct{}

UnimplementedTimeInterpolatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTimeInterpolatorServiceServer) GetInterpolation

type UnimplementedTransformationServiceServer

type UnimplementedTransformationServiceServer struct{}

UnimplementedTransformationServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTransformationServiceServer) Clear

func (UnimplementedTransformationServiceServer) Compose

func (UnimplementedTransformationServiceServer) GetAlpha

func (UnimplementedTransformationServiceServer) GetMatrix

func (UnimplementedTransformationServiceServer) GetTransformationType

func (UnimplementedTransformationServiceServer) NewTransformation

func (UnimplementedTransformationServiceServer) Set

func (UnimplementedTransformationServiceServer) SetAlpha

func (UnimplementedTransformationServiceServer) SetTransformationType

func (UnimplementedTransformationServiceServer) ToShortString

func (UnimplementedTransformationServiceServer) ToString

type UnimplementedTranslateAnimationServiceServer

type UnimplementedTranslateAnimationServiceServer struct{}

UnimplementedTranslateAnimationServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTranslateAnimationServiceServer) Initialize

func (UnimplementedTranslateAnimationServiceServer) NewTranslateAnimation

type UnimplementedUtilsServiceServer

type UnimplementedUtilsServiceServer struct{}

UnimplementedUtilsServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedUtilsServiceServer) LoadAnimation

func (UnimplementedUtilsServiceServer) LoadInterpolator

func (UnimplementedUtilsServiceServer) MakeInAnimation

func (UnimplementedUtilsServiceServer) MakeOutAnimation

func (UnimplementedUtilsServiceServer) NewUtils

type UnimplementedValueAnimatorAnimatorUpdateListenerServiceServer

type UnimplementedValueAnimatorAnimatorUpdateListenerServiceServer struct{}

UnimplementedValueAnimatorAnimatorUpdateListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedValueAnimatorAnimatorUpdateListenerServiceServer) OnAnimationUpdate

type UnimplementedValueAnimatorDurationScaleChangeListenerServiceServer

type UnimplementedValueAnimatorDurationScaleChangeListenerServiceServer struct{}

UnimplementedValueAnimatorDurationScaleChangeListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedValueAnimatorDurationScaleChangeListenerServiceServer) OnChanged

type UnimplementedValueAnimatorServiceServer

type UnimplementedValueAnimatorServiceServer struct{}

UnimplementedValueAnimatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedValueAnimatorServiceServer) AddUpdateListener

func (UnimplementedValueAnimatorServiceServer) AreAnimatorsEnabled

func (UnimplementedValueAnimatorServiceServer) Cancel

func (UnimplementedValueAnimatorServiceServer) Clone0

func (UnimplementedValueAnimatorServiceServer) Clone0_1

func (UnimplementedValueAnimatorServiceServer) Clone0_2

func (UnimplementedValueAnimatorServiceServer) End

func (UnimplementedValueAnimatorServiceServer) GetAnimatedFraction

func (UnimplementedValueAnimatorServiceServer) GetAnimatedValue0

func (UnimplementedValueAnimatorServiceServer) GetAnimatedValue1_1

func (UnimplementedValueAnimatorServiceServer) GetCurrentPlayTime

func (UnimplementedValueAnimatorServiceServer) GetDuration

func (UnimplementedValueAnimatorServiceServer) GetDurationScale

func (UnimplementedValueAnimatorServiceServer) GetFrameDelay

func (UnimplementedValueAnimatorServiceServer) GetInterpolator

func (UnimplementedValueAnimatorServiceServer) GetRepeatCount

func (UnimplementedValueAnimatorServiceServer) GetRepeatMode

func (UnimplementedValueAnimatorServiceServer) GetStartDelay

func (UnimplementedValueAnimatorServiceServer) GetTotalDuration

func (UnimplementedValueAnimatorServiceServer) GetValues

func (UnimplementedValueAnimatorServiceServer) IsRunning

func (UnimplementedValueAnimatorServiceServer) IsStarted

func (UnimplementedValueAnimatorServiceServer) NewValueAnimator

func (UnimplementedValueAnimatorServiceServer) OfArgb

func (UnimplementedValueAnimatorServiceServer) OfFloat

func (UnimplementedValueAnimatorServiceServer) OfInt

func (UnimplementedValueAnimatorServiceServer) OfObject

func (UnimplementedValueAnimatorServiceServer) Pause

func (UnimplementedValueAnimatorServiceServer) RemoveUpdateListener

func (UnimplementedValueAnimatorServiceServer) Resume

func (UnimplementedValueAnimatorServiceServer) Reverse

func (UnimplementedValueAnimatorServiceServer) SetCurrentFraction

func (UnimplementedValueAnimatorServiceServer) SetCurrentPlayTime

func (UnimplementedValueAnimatorServiceServer) SetDuration1

func (UnimplementedValueAnimatorServiceServer) SetDuration1_1

func (UnimplementedValueAnimatorServiceServer) SetEvaluator

func (UnimplementedValueAnimatorServiceServer) SetFloatValues

func (UnimplementedValueAnimatorServiceServer) SetFrameDelay

func (UnimplementedValueAnimatorServiceServer) SetIntValues

func (UnimplementedValueAnimatorServiceServer) SetInterpolator

func (UnimplementedValueAnimatorServiceServer) SetObjectValues

func (UnimplementedValueAnimatorServiceServer) SetRepeatCount

func (UnimplementedValueAnimatorServiceServer) SetRepeatMode

func (UnimplementedValueAnimatorServiceServer) SetStartDelay

func (UnimplementedValueAnimatorServiceServer) SetValues

func (UnimplementedValueAnimatorServiceServer) Start

func (UnimplementedValueAnimatorServiceServer) ToString

type UnregisterDurationScaleChangeListenerRequest

type UnregisterDurationScaleChangeListenerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterDurationScaleChangeListenerRequest) Descriptor deprecated

Deprecated: Use UnregisterDurationScaleChangeListenerRequest.ProtoReflect.Descriptor instead.

func (*UnregisterDurationScaleChangeListenerRequest) GetArg0

func (*UnregisterDurationScaleChangeListenerRequest) GetHandle

func (*UnregisterDurationScaleChangeListenerRequest) ProtoMessage

func (*UnregisterDurationScaleChangeListenerRequest) ProtoReflect

func (*UnregisterDurationScaleChangeListenerRequest) Reset

func (*UnregisterDurationScaleChangeListenerRequest) String

type UnregisterDurationScaleChangeListenerResponse

type UnregisterDurationScaleChangeListenerResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterDurationScaleChangeListenerResponse) Descriptor deprecated

Deprecated: Use UnregisterDurationScaleChangeListenerResponse.ProtoReflect.Descriptor instead.

func (*UnregisterDurationScaleChangeListenerResponse) GetResult

func (*UnregisterDurationScaleChangeListenerResponse) ProtoMessage

func (*UnregisterDurationScaleChangeListenerResponse) ProtoReflect

func (*UnregisterDurationScaleChangeListenerResponse) Reset

func (*UnregisterDurationScaleChangeListenerResponse) String

type UnsafeAccelerateDecelerateInterpolatorServiceServer

type UnsafeAccelerateDecelerateInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAccelerateDecelerateInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AccelerateDecelerateInterpolatorServiceServer will result in compilation errors.

type UnsafeAccelerateInterpolatorServiceServer

type UnsafeAccelerateInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAccelerateInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AccelerateInterpolatorServiceServer will result in compilation errors.

type UnsafeAlphaAnimationServiceServer

type UnsafeAlphaAnimationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAlphaAnimationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AlphaAnimationServiceServer will result in compilation errors.

type UnsafeAnimationListenerServiceServer

type UnsafeAnimationListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimationListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimationListenerServiceServer will result in compilation errors.

type UnsafeAnimationServiceServer

type UnsafeAnimationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimationServiceServer will result in compilation errors.

type UnsafeAnimatorAnimatorListenerServiceServer

type UnsafeAnimatorAnimatorListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimatorAnimatorListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimatorAnimatorListenerServiceServer will result in compilation errors.

type UnsafeAnimatorAnimatorPauseListenerServiceServer

type UnsafeAnimatorAnimatorPauseListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimatorAnimatorPauseListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimatorAnimatorPauseListenerServiceServer will result in compilation errors.

type UnsafeAnimatorInflaterServiceServer

type UnsafeAnimatorInflaterServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimatorInflaterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimatorInflaterServiceServer will result in compilation errors.

type UnsafeAnimatorListenerAdapterServiceServer

type UnsafeAnimatorListenerAdapterServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimatorListenerAdapterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimatorListenerAdapterServiceServer will result in compilation errors.

type UnsafeAnimatorServiceServer

type UnsafeAnimatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimatorServiceServer will result in compilation errors.

type UnsafeAnimatorSetBuilderServiceServer

type UnsafeAnimatorSetBuilderServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimatorSetBuilderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimatorSetBuilderServiceServer will result in compilation errors.

type UnsafeAnimatorSetServiceServer

type UnsafeAnimatorSetServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnimatorSetServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnimatorSetServiceServer will result in compilation errors.

type UnsafeAnticipateInterpolatorServiceServer

type UnsafeAnticipateInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnticipateInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnticipateInterpolatorServiceServer will result in compilation errors.

type UnsafeAnticipateOvershootInterpolatorServiceServer

type UnsafeAnticipateOvershootInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAnticipateOvershootInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnticipateOvershootInterpolatorServiceServer will result in compilation errors.

type UnsafeArgbEvaluatorServiceServer

type UnsafeArgbEvaluatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeArgbEvaluatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ArgbEvaluatorServiceServer will result in compilation errors.

type UnsafeBounceInterpolatorServiceServer

type UnsafeBounceInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBounceInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BounceInterpolatorServiceServer will result in compilation errors.

type UnsafeCycleInterpolatorServiceServer

type UnsafeCycleInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeCycleInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CycleInterpolatorServiceServer will result in compilation errors.

type UnsafeDecelerateInterpolatorServiceServer

type UnsafeDecelerateInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDecelerateInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DecelerateInterpolatorServiceServer will result in compilation errors.

type UnsafeFloatArrayEvaluatorServiceServer

type UnsafeFloatArrayEvaluatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFloatArrayEvaluatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FloatArrayEvaluatorServiceServer will result in compilation errors.

type UnsafeFloatEvaluatorServiceServer

type UnsafeFloatEvaluatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFloatEvaluatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FloatEvaluatorServiceServer will result in compilation errors.

type UnsafeGridLayoutAnimationControllerServiceServer

type UnsafeGridLayoutAnimationControllerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGridLayoutAnimationControllerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GridLayoutAnimationControllerServiceServer will result in compilation errors.

type UnsafeIntArrayEvaluatorServiceServer

type UnsafeIntArrayEvaluatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeIntArrayEvaluatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IntArrayEvaluatorServiceServer will result in compilation errors.

type UnsafeIntEvaluatorServiceServer

type UnsafeIntEvaluatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeIntEvaluatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IntEvaluatorServiceServer will result in compilation errors.

type UnsafeKeyframeServiceServer

type UnsafeKeyframeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeKeyframeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to KeyframeServiceServer will result in compilation errors.

type UnsafeLayoutAnimationControllerServiceServer

type UnsafeLayoutAnimationControllerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLayoutAnimationControllerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LayoutAnimationControllerServiceServer will result in compilation errors.

type UnsafeLayoutTransitionServiceServer

type UnsafeLayoutTransitionServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLayoutTransitionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LayoutTransitionServiceServer will result in compilation errors.

type UnsafeLayoutTransitionTransitionListenerServiceServer

type UnsafeLayoutTransitionTransitionListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLayoutTransitionTransitionListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LayoutTransitionTransitionListenerServiceServer will result in compilation errors.

type UnsafeLinearInterpolatorServiceServer

type UnsafeLinearInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLinearInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LinearInterpolatorServiceServer will result in compilation errors.

type UnsafeObjectAnimatorServiceServer

type UnsafeObjectAnimatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeObjectAnimatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ObjectAnimatorServiceServer will result in compilation errors.

type UnsafeOvershootInterpolatorServiceServer

type UnsafeOvershootInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOvershootInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OvershootInterpolatorServiceServer will result in compilation errors.

type UnsafePathInterpolatorServiceServer

type UnsafePathInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePathInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PathInterpolatorServiceServer will result in compilation errors.

type UnsafePointFEvaluatorServiceServer

type UnsafePointFEvaluatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePointFEvaluatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PointFEvaluatorServiceServer will result in compilation errors.

type UnsafePropertyValuesHolderServiceServer

type UnsafePropertyValuesHolderServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePropertyValuesHolderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PropertyValuesHolderServiceServer will result in compilation errors.

type UnsafeRectEvaluatorServiceServer

type UnsafeRectEvaluatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRectEvaluatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RectEvaluatorServiceServer will result in compilation errors.

type UnsafeRotateAnimationServiceServer

type UnsafeRotateAnimationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRotateAnimationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RotateAnimationServiceServer will result in compilation errors.

type UnsafeScaleAnimationServiceServer

type UnsafeScaleAnimationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeScaleAnimationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ScaleAnimationServiceServer will result in compilation errors.

type UnsafeSetServiceServer

type UnsafeSetServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSetServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SetServiceServer will result in compilation errors.

type UnsafeStateListAnimatorServiceServer

type UnsafeStateListAnimatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeStateListAnimatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StateListAnimatorServiceServer will result in compilation errors.

type UnsafeTimeAnimatorServiceServer

type UnsafeTimeAnimatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTimeAnimatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TimeAnimatorServiceServer will result in compilation errors.

type UnsafeTimeAnimatorTimeListenerServiceServer

type UnsafeTimeAnimatorTimeListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTimeAnimatorTimeListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TimeAnimatorTimeListenerServiceServer will result in compilation errors.

type UnsafeTimeInterpolatorServiceServer

type UnsafeTimeInterpolatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTimeInterpolatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TimeInterpolatorServiceServer will result in compilation errors.

type UnsafeTransformationServiceServer

type UnsafeTransformationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTransformationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TransformationServiceServer will result in compilation errors.

type UnsafeTranslateAnimationServiceServer

type UnsafeTranslateAnimationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTranslateAnimationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TranslateAnimationServiceServer will result in compilation errors.

type UnsafeUtilsServiceServer

type UnsafeUtilsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeUtilsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UtilsServiceServer will result in compilation errors.

type UnsafeValueAnimatorAnimatorUpdateListenerServiceServer

type UnsafeValueAnimatorAnimatorUpdateListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeValueAnimatorAnimatorUpdateListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ValueAnimatorAnimatorUpdateListenerServiceServer will result in compilation errors.

type UnsafeValueAnimatorDurationScaleChangeListenerServiceServer

type UnsafeValueAnimatorDurationScaleChangeListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeValueAnimatorDurationScaleChangeListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ValueAnimatorDurationScaleChangeListenerServiceServer will result in compilation errors.

type UnsafeValueAnimatorServiceServer

type UnsafeValueAnimatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeValueAnimatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ValueAnimatorServiceServer will result in compilation errors.

type UtilsServiceClient

UtilsServiceClient is the client API for UtilsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type UtilsServiceServer

UtilsServiceServer is the server API for UtilsService service. All implementations must embed UnimplementedUtilsServiceServer for forward compatibility.

type ValueAnimatorAnimatorUpdateListenerServiceClient

type ValueAnimatorAnimatorUpdateListenerServiceClient interface {
	OnAnimationUpdate(ctx context.Context, in *OnAnimationUpdateRequest, opts ...grpc.CallOption) (*OnAnimationUpdateResponse, error)
}

ValueAnimatorAnimatorUpdateListenerServiceClient is the client API for ValueAnimatorAnimatorUpdateListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ValueAnimatorAnimatorUpdateListenerServiceServer

type ValueAnimatorAnimatorUpdateListenerServiceServer interface {
	OnAnimationUpdate(context.Context, *OnAnimationUpdateRequest) (*OnAnimationUpdateResponse, error)
	// contains filtered or unexported methods
}

ValueAnimatorAnimatorUpdateListenerServiceServer is the server API for ValueAnimatorAnimatorUpdateListenerService service. All implementations must embed UnimplementedValueAnimatorAnimatorUpdateListenerServiceServer for forward compatibility.

type ValueAnimatorDurationScaleChangeListenerServiceClient

type ValueAnimatorDurationScaleChangeListenerServiceClient interface {
	OnChanged(ctx context.Context, in *OnChangedRequest, opts ...grpc.CallOption) (*OnChangedResponse, error)
}

ValueAnimatorDurationScaleChangeListenerServiceClient is the client API for ValueAnimatorDurationScaleChangeListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ValueAnimatorDurationScaleChangeListenerServiceServer

type ValueAnimatorDurationScaleChangeListenerServiceServer interface {
	OnChanged(context.Context, *OnChangedRequest) (*OnChangedResponse, error)
	// contains filtered or unexported methods
}

ValueAnimatorDurationScaleChangeListenerServiceServer is the server API for ValueAnimatorDurationScaleChangeListenerService service. All implementations must embed UnimplementedValueAnimatorDurationScaleChangeListenerServiceServer for forward compatibility.

type ValueAnimatorServiceClient

type ValueAnimatorServiceClient interface {
	NewValueAnimator(ctx context.Context, in *NewValueAnimatorRequest, opts ...grpc.CallOption) (*NewValueAnimatorResponse, error)
	AddUpdateListener(ctx context.Context, in *AddUpdateListenerRequest, opts ...grpc.CallOption) (*AddUpdateListenerResponse, error)
	Cancel(ctx context.Context, in *CancelRequest, opts ...grpc.CallOption) (*CancelResponse, error)
	Clone0(ctx context.Context, in *Clone0Request, opts ...grpc.CallOption) (*Clone0Response, error)
	End(ctx context.Context, in *EndRequest, opts ...grpc.CallOption) (*EndResponse, error)
	GetAnimatedFraction(ctx context.Context, in *GetAnimatedFractionRequest, opts ...grpc.CallOption) (*GetAnimatedFractionResponse, error)
	GetAnimatedValue0(ctx context.Context, in *GetAnimatedValue0Request, opts ...grpc.CallOption) (*GetAnimatedValue0Response, error)
	GetAnimatedValue1_1(ctx context.Context, in *GetAnimatedValue1_1Request, opts ...grpc.CallOption) (*GetAnimatedValue1_1Response, error)
	GetCurrentPlayTime(ctx context.Context, in *GetCurrentPlayTimeRequest, opts ...grpc.CallOption) (*GetCurrentPlayTimeResponse, error)
	GetDuration(ctx context.Context, in *GetDurationRequest, opts ...grpc.CallOption) (*GetDurationResponse, error)
	GetInterpolator(ctx context.Context, in *GetInterpolatorRequest, opts ...grpc.CallOption) (*GetInterpolatorResponse, error)
	GetRepeatCount(ctx context.Context, in *GetRepeatCountRequest, opts ...grpc.CallOption) (*GetRepeatCountResponse, error)
	GetRepeatMode(ctx context.Context, in *GetRepeatModeRequest, opts ...grpc.CallOption) (*GetRepeatModeResponse, error)
	GetStartDelay(ctx context.Context, in *GetStartDelayRequest, opts ...grpc.CallOption) (*GetStartDelayResponse, error)
	GetTotalDuration(ctx context.Context, in *GetTotalDurationRequest, opts ...grpc.CallOption) (*GetTotalDurationResponse, error)
	GetValues(ctx context.Context, in *GetValuesRequest, opts ...grpc.CallOption) (*GetValuesResponse, error)
	IsRunning(ctx context.Context, in *IsRunningRequest, opts ...grpc.CallOption) (*IsRunningResponse, error)
	IsStarted(ctx context.Context, in *IsStartedRequest, opts ...grpc.CallOption) (*IsStartedResponse, error)
	Pause(ctx context.Context, in *PauseRequest, opts ...grpc.CallOption) (*PauseResponse, error)
	RemoveAllUpdateListeners(ctx context.Context, in *RemoveAllUpdateListenersRequest, opts ...grpc.CallOption) (*RemoveAllUpdateListenersResponse, error)
	RemoveUpdateListener(ctx context.Context, in *RemoveUpdateListenerRequest, opts ...grpc.CallOption) (*RemoveUpdateListenerResponse, error)
	Resume(ctx context.Context, in *ResumeRequest, opts ...grpc.CallOption) (*ResumeResponse, error)
	Reverse(ctx context.Context, in *ReverseRequest, opts ...grpc.CallOption) (*ReverseResponse, error)
	SetCurrentFraction(ctx context.Context, in *SetCurrentFractionRequest, opts ...grpc.CallOption) (*SetCurrentFractionResponse, error)
	SetCurrentPlayTime(ctx context.Context, in *SetCurrentPlayTimeRequest, opts ...grpc.CallOption) (*SetCurrentPlayTimeResponse, error)
	SetDuration1(ctx context.Context, in *SetDuration1Request, opts ...grpc.CallOption) (*SetDuration1Response, error)
	SetEvaluator(ctx context.Context, in *SetEvaluatorRequest, opts ...grpc.CallOption) (*SetEvaluatorResponse, error)
	SetFloatValues(ctx context.Context, in *SetFloatValuesRequest, opts ...grpc.CallOption) (*SetFloatValuesResponse, error)
	SetIntValues(ctx context.Context, in *SetIntValuesRequest, opts ...grpc.CallOption) (*SetIntValuesResponse, error)
	SetInterpolator(ctx context.Context, in *SetInterpolatorRequest, opts ...grpc.CallOption) (*SetInterpolatorResponse, error)
	SetObjectValues(ctx context.Context, in *SetObjectValuesRequest, opts ...grpc.CallOption) (*SetObjectValuesResponse, error)
	SetRepeatCount(ctx context.Context, in *SetRepeatCountRequest, opts ...grpc.CallOption) (*SetRepeatCountResponse, error)
	SetRepeatMode(ctx context.Context, in *SetRepeatModeRequest, opts ...grpc.CallOption) (*SetRepeatModeResponse, error)
	SetStartDelay(ctx context.Context, in *SetStartDelayRequest, opts ...grpc.CallOption) (*SetStartDelayResponse, error)
	SetValues(ctx context.Context, in *SetValuesRequest, opts ...grpc.CallOption) (*SetValuesResponse, error)
	Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	SetDuration1_1(ctx context.Context, in *SetDuration1_1Request, opts ...grpc.CallOption) (*SetDuration1_1Response, error)
	Clone0_1(ctx context.Context, in *Clone0_1Request, opts ...grpc.CallOption) (*Clone0_1Response, error)
	Clone0_2(ctx context.Context, in *Clone0_2Request, opts ...grpc.CallOption) (*Clone0_2Response, error)
	AreAnimatorsEnabled(ctx context.Context, in *AreAnimatorsEnabledRequest, opts ...grpc.CallOption) (*AreAnimatorsEnabledResponse, error)
	GetDurationScale(ctx context.Context, in *GetDurationScaleRequest, opts ...grpc.CallOption) (*GetDurationScaleResponse, error)
	GetFrameDelay(ctx context.Context, in *GetFrameDelayRequest, opts ...grpc.CallOption) (*GetFrameDelayResponse, error)
	OfArgb(ctx context.Context, in *OfArgbRequest, opts ...grpc.CallOption) (*OfArgbResponse, error)
	OfFloat(ctx context.Context, in *OfFloatRequest, opts ...grpc.CallOption) (*OfFloatResponse, error)
	OfInt(ctx context.Context, in *OfIntRequest, opts ...grpc.CallOption) (*OfIntResponse, error)
	OfObject(ctx context.Context, in *OfObjectRequest, opts ...grpc.CallOption) (*OfObjectResponse, error)
	OfPropertyValuesHolder(ctx context.Context, in *OfPropertyValuesHolderRequest, opts ...grpc.CallOption) (*OfPropertyValuesHolderResponse, error)
	RegisterDurationScaleChangeListener(ctx context.Context, in *RegisterDurationScaleChangeListenerRequest, opts ...grpc.CallOption) (*RegisterDurationScaleChangeListenerResponse, error)
	SetFrameDelay(ctx context.Context, in *SetFrameDelayRequest, opts ...grpc.CallOption) (*SetFrameDelayResponse, error)
	UnregisterDurationScaleChangeListener(ctx context.Context, in *UnregisterDurationScaleChangeListenerRequest, opts ...grpc.CallOption) (*UnregisterDurationScaleChangeListenerResponse, error)
}

ValueAnimatorServiceClient is the client API for ValueAnimatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ValueAnimatorServiceServer

type ValueAnimatorServiceServer interface {
	NewValueAnimator(context.Context, *NewValueAnimatorRequest) (*NewValueAnimatorResponse, error)
	AddUpdateListener(context.Context, *AddUpdateListenerRequest) (*AddUpdateListenerResponse, error)
	Cancel(context.Context, *CancelRequest) (*CancelResponse, error)
	Clone0(context.Context, *Clone0Request) (*Clone0Response, error)
	End(context.Context, *EndRequest) (*EndResponse, error)
	GetAnimatedFraction(context.Context, *GetAnimatedFractionRequest) (*GetAnimatedFractionResponse, error)
	GetAnimatedValue0(context.Context, *GetAnimatedValue0Request) (*GetAnimatedValue0Response, error)
	GetAnimatedValue1_1(context.Context, *GetAnimatedValue1_1Request) (*GetAnimatedValue1_1Response, error)
	GetCurrentPlayTime(context.Context, *GetCurrentPlayTimeRequest) (*GetCurrentPlayTimeResponse, error)
	GetDuration(context.Context, *GetDurationRequest) (*GetDurationResponse, error)
	GetInterpolator(context.Context, *GetInterpolatorRequest) (*GetInterpolatorResponse, error)
	GetRepeatCount(context.Context, *GetRepeatCountRequest) (*GetRepeatCountResponse, error)
	GetRepeatMode(context.Context, *GetRepeatModeRequest) (*GetRepeatModeResponse, error)
	GetStartDelay(context.Context, *GetStartDelayRequest) (*GetStartDelayResponse, error)
	GetTotalDuration(context.Context, *GetTotalDurationRequest) (*GetTotalDurationResponse, error)
	GetValues(context.Context, *GetValuesRequest) (*GetValuesResponse, error)
	IsRunning(context.Context, *IsRunningRequest) (*IsRunningResponse, error)
	IsStarted(context.Context, *IsStartedRequest) (*IsStartedResponse, error)
	Pause(context.Context, *PauseRequest) (*PauseResponse, error)
	RemoveAllUpdateListeners(context.Context, *RemoveAllUpdateListenersRequest) (*RemoveAllUpdateListenersResponse, error)
	RemoveUpdateListener(context.Context, *RemoveUpdateListenerRequest) (*RemoveUpdateListenerResponse, error)
	Resume(context.Context, *ResumeRequest) (*ResumeResponse, error)
	Reverse(context.Context, *ReverseRequest) (*ReverseResponse, error)
	SetCurrentFraction(context.Context, *SetCurrentFractionRequest) (*SetCurrentFractionResponse, error)
	SetCurrentPlayTime(context.Context, *SetCurrentPlayTimeRequest) (*SetCurrentPlayTimeResponse, error)
	SetDuration1(context.Context, *SetDuration1Request) (*SetDuration1Response, error)
	SetEvaluator(context.Context, *SetEvaluatorRequest) (*SetEvaluatorResponse, error)
	SetFloatValues(context.Context, *SetFloatValuesRequest) (*SetFloatValuesResponse, error)
	SetIntValues(context.Context, *SetIntValuesRequest) (*SetIntValuesResponse, error)
	SetInterpolator(context.Context, *SetInterpolatorRequest) (*SetInterpolatorResponse, error)
	SetObjectValues(context.Context, *SetObjectValuesRequest) (*SetObjectValuesResponse, error)
	SetRepeatCount(context.Context, *SetRepeatCountRequest) (*SetRepeatCountResponse, error)
	SetRepeatMode(context.Context, *SetRepeatModeRequest) (*SetRepeatModeResponse, error)
	SetStartDelay(context.Context, *SetStartDelayRequest) (*SetStartDelayResponse, error)
	SetValues(context.Context, *SetValuesRequest) (*SetValuesResponse, error)
	Start(context.Context, *StartRequest) (*StartResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	SetDuration1_1(context.Context, *SetDuration1_1Request) (*SetDuration1_1Response, error)
	Clone0_1(context.Context, *Clone0_1Request) (*Clone0_1Response, error)
	Clone0_2(context.Context, *Clone0_2Request) (*Clone0_2Response, error)
	AreAnimatorsEnabled(context.Context, *AreAnimatorsEnabledRequest) (*AreAnimatorsEnabledResponse, error)
	GetDurationScale(context.Context, *GetDurationScaleRequest) (*GetDurationScaleResponse, error)
	GetFrameDelay(context.Context, *GetFrameDelayRequest) (*GetFrameDelayResponse, error)
	OfArgb(context.Context, *OfArgbRequest) (*OfArgbResponse, error)
	OfFloat(context.Context, *OfFloatRequest) (*OfFloatResponse, error)
	OfInt(context.Context, *OfIntRequest) (*OfIntResponse, error)
	OfObject(context.Context, *OfObjectRequest) (*OfObjectResponse, error)
	OfPropertyValuesHolder(context.Context, *OfPropertyValuesHolderRequest) (*OfPropertyValuesHolderResponse, error)
	RegisterDurationScaleChangeListener(context.Context, *RegisterDurationScaleChangeListenerRequest) (*RegisterDurationScaleChangeListenerResponse, error)
	SetFrameDelay(context.Context, *SetFrameDelayRequest) (*SetFrameDelayResponse, error)
	UnregisterDurationScaleChangeListener(context.Context, *UnregisterDurationScaleChangeListenerRequest) (*UnregisterDurationScaleChangeListenerResponse, error)
	// contains filtered or unexported methods
}

ValueAnimatorServiceServer is the server API for ValueAnimatorService service. All implementations must embed UnimplementedValueAnimatorServiceServer for forward compatibility.

type WillChangeBoundsRequest

type WillChangeBoundsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*WillChangeBoundsRequest) Descriptor deprecated

func (*WillChangeBoundsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WillChangeBoundsRequest.ProtoReflect.Descriptor instead.

func (*WillChangeBoundsRequest) GetHandle

func (x *WillChangeBoundsRequest) GetHandle() int64

func (*WillChangeBoundsRequest) ProtoMessage

func (*WillChangeBoundsRequest) ProtoMessage()

func (*WillChangeBoundsRequest) ProtoReflect

func (x *WillChangeBoundsRequest) ProtoReflect() protoreflect.Message

func (*WillChangeBoundsRequest) Reset

func (x *WillChangeBoundsRequest) Reset()

func (*WillChangeBoundsRequest) String

func (x *WillChangeBoundsRequest) String() string

type WillChangeBoundsResponse

type WillChangeBoundsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WillChangeBoundsResponse) Descriptor deprecated

func (*WillChangeBoundsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WillChangeBoundsResponse.ProtoReflect.Descriptor instead.

func (*WillChangeBoundsResponse) GetResult

func (x *WillChangeBoundsResponse) GetResult() bool

func (*WillChangeBoundsResponse) ProtoMessage

func (*WillChangeBoundsResponse) ProtoMessage()

func (*WillChangeBoundsResponse) ProtoReflect

func (x *WillChangeBoundsResponse) ProtoReflect() protoreflect.Message

func (*WillChangeBoundsResponse) Reset

func (x *WillChangeBoundsResponse) Reset()

func (*WillChangeBoundsResponse) String

func (x *WillChangeBoundsResponse) String() string

type WillChangeTransformationMatrixRequest

type WillChangeTransformationMatrixRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*WillChangeTransformationMatrixRequest) Descriptor deprecated

func (*WillChangeTransformationMatrixRequest) Descriptor() ([]byte, []int)

Deprecated: Use WillChangeTransformationMatrixRequest.ProtoReflect.Descriptor instead.

func (*WillChangeTransformationMatrixRequest) GetHandle

func (*WillChangeTransformationMatrixRequest) ProtoMessage

func (*WillChangeTransformationMatrixRequest) ProtoMessage()

func (*WillChangeTransformationMatrixRequest) ProtoReflect

func (*WillChangeTransformationMatrixRequest) Reset

func (*WillChangeTransformationMatrixRequest) String

type WillChangeTransformationMatrixResponse

type WillChangeTransformationMatrixResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WillChangeTransformationMatrixResponse) Descriptor deprecated

func (*WillChangeTransformationMatrixResponse) Descriptor() ([]byte, []int)

Deprecated: Use WillChangeTransformationMatrixResponse.ProtoReflect.Descriptor instead.

func (*WillChangeTransformationMatrixResponse) GetResult

func (*WillChangeTransformationMatrixResponse) ProtoMessage

func (*WillChangeTransformationMatrixResponse) ProtoReflect

func (*WillChangeTransformationMatrixResponse) Reset

func (*WillChangeTransformationMatrixResponse) String

type WillOverlapRequest

type WillOverlapRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*WillOverlapRequest) Descriptor deprecated

func (*WillOverlapRequest) Descriptor() ([]byte, []int)

Deprecated: Use WillOverlapRequest.ProtoReflect.Descriptor instead.

func (*WillOverlapRequest) GetHandle

func (x *WillOverlapRequest) GetHandle() int64

func (*WillOverlapRequest) ProtoMessage

func (*WillOverlapRequest) ProtoMessage()

func (*WillOverlapRequest) ProtoReflect

func (x *WillOverlapRequest) ProtoReflect() protoreflect.Message

func (*WillOverlapRequest) Reset

func (x *WillOverlapRequest) Reset()

func (*WillOverlapRequest) String

func (x *WillOverlapRequest) String() string

type WillOverlapResponse

type WillOverlapResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WillOverlapResponse) Descriptor deprecated

func (*WillOverlapResponse) Descriptor() ([]byte, []int)

Deprecated: Use WillOverlapResponse.ProtoReflect.Descriptor instead.

func (*WillOverlapResponse) GetResult

func (x *WillOverlapResponse) GetResult() bool

func (*WillOverlapResponse) ProtoMessage

func (*WillOverlapResponse) ProtoMessage()

func (*WillOverlapResponse) ProtoReflect

func (x *WillOverlapResponse) ProtoReflect() protoreflect.Message

func (*WillOverlapResponse) Reset

func (x *WillOverlapResponse) Reset()

func (*WillOverlapResponse) String

func (x *WillOverlapResponse) String() string

type WithRequest

type WithRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*WithRequest) Descriptor deprecated

func (*WithRequest) Descriptor() ([]byte, []int)

Deprecated: Use WithRequest.ProtoReflect.Descriptor instead.

func (*WithRequest) GetArg0

func (x *WithRequest) GetArg0() int64

func (*WithRequest) ProtoMessage

func (*WithRequest) ProtoMessage()

func (*WithRequest) ProtoReflect

func (x *WithRequest) ProtoReflect() protoreflect.Message

func (*WithRequest) Reset

func (x *WithRequest) Reset()

func (*WithRequest) String

func (x *WithRequest) String() string

type WithResponse

type WithResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WithResponse) Descriptor deprecated

func (*WithResponse) Descriptor() ([]byte, []int)

Deprecated: Use WithResponse.ProtoReflect.Descriptor instead.

func (*WithResponse) GetResult

func (x *WithResponse) GetResult() int64

func (*WithResponse) ProtoMessage

func (*WithResponse) ProtoMessage()

func (*WithResponse) ProtoReflect

func (x *WithResponse) ProtoReflect() protoreflect.Message

func (*WithResponse) Reset

func (x *WithResponse) Reset()

func (*WithResponse) String

func (x *WithResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL