From 8e80a8af88a2067a454a07cdeac633c86449930a Mon Sep 17 00:00:00 2001 From: Thorsten Bus Date: Mon, 4 May 2026 07:00:46 +0200 Subject: [PATCH] Upgrade proto schema to ProPresenter Proto 19beta Sync the bundled .proto definitions with greyshirtguy/ProPresenter7-Proto "Proto 19beta" (dumped from ProPresenter v19 beta build 318767123, 2025-06-05). This pulls in the schema for ProPresenter 19 features including new advertisement groups, custom options, media metadata, prop API v1, transport API, feature flags, PSB workspace, and zone definitions, plus refactored analytics tracked events. Strategy: merge rather than wholesale replace. All Proto 19beta files overwrite our existing copies so we pick up the field/message updates upstream made between 7.16.2 and 19beta. Eleven new .proto files are added: advertisementGroup, analyticsEdit, analyticsMediaManagement, analyticsPowerPoint, analyticsTrackedEvents, analyticsTriggerCue, customOptions, mediaMetadata, proCoreFeatureFlags, psbWorkspace, zone. Three google/protobuf well-known types (any, source_context, type) are added for completeness; only descriptor.proto is actually imported. Five proto files are kept that are not part of Proto 19beta upstream: calendar.proto and keyMappings.proto were extracted from PP binaries to support our parse-calendar and parse-key-mappings tools, while analyticsCapture/Update/WHMStore.proto are retained from the prior 7.16.2 set so existing generated descriptors keep loading. generated/ is regenerated from scratch with `protoc --php_out=generated --proto_path=proto *.proto` (protoc 29.3, google/protobuf PHP 4.33.5). The full PHPUnit suite (369 tests, 1298 assertions) still passes without any source changes - the new schema is wire-compatible with our reference files and high-level wrappers. Documentation references to "v7.16.2" are updated to "Proto 19beta" in LICENSE, doc/formats/pp_song_spec.md, pp_playlist_spec.md, pp_bundle_spec.md, and doc/internal/decisions.md. --- LICENSE | 3 +- README.md | 4 +- doc/formats/pp_bundle_spec.md | 4 +- doc/formats/pp_playlist_spec.md | 4 +- doc/formats/pp_song_spec.md | 4 +- doc/internal/decisions.md | 7 +- generated/GPBMetadata/Action.php | 3 +- generated/GPBMetadata/AdvertisementGroup.php | 27 + generated/GPBMetadata/AnalyticsApi.php | 2 +- generated/GPBMetadata/AnalyticsCreate.php | 2 +- generated/GPBMetadata/AnalyticsEdit.php | 25 + generated/GPBMetadata/AnalyticsEvent.php | 12 +- generated/GPBMetadata/AnalyticsImport.php | 2 +- .../GPBMetadata/AnalyticsMediaManagement.php | 25 + .../GPBMetadata/AnalyticsMultiTracks.php | 2 +- .../GPBMetadata/AnalyticsPlaybackMarker.php | 2 +- generated/GPBMetadata/AnalyticsPowerPoint.php | 25 + generated/GPBMetadata/AnalyticsProContent.php | 2 +- generated/GPBMetadata/AnalyticsStartup.php | 3 +- generated/GPBMetadata/AnalyticsSync.php | 2 +- generated/GPBMetadata/AnalyticsTimecode.php | 2 +- generated/GPBMetadata/AnalyticsTimeline.php | 2 +- .../GPBMetadata/AnalyticsTrackedEvents.php | 25 + generated/GPBMetadata/AnalyticsTrigger.php | 3 +- generated/GPBMetadata/AnalyticsTriggerCue.php | 25 + .../GPBMetadata/AnalyticsTriggerMedia.php | 2 +- generated/GPBMetadata/AnalyticsUI.php | 2 +- generated/GPBMetadata/ClearGroups.php | 3 +- .../GPBMetadata/CollectionElementType.php | 3 +- generated/GPBMetadata/Color.php | 1 + generated/GPBMetadata/Cue.php | 3 +- generated/GPBMetadata/CustomOptions.php | 25 + generated/GPBMetadata/Effects.php | 3 +- generated/GPBMetadata/FileProperties.php | 3 +- generated/GPBMetadata/Font.php | 1 + generated/GPBMetadata/GraphicsData.php | 3 +- generated/GPBMetadata/Groups.php | 3 +- generated/GPBMetadata/HotKey.php | 1 + generated/GPBMetadata/IntRange.php | 1 + generated/GPBMetadata/Macros.php | 3 +- generated/GPBMetadata/MediaMetadata.php | 28 + generated/GPBMetadata/Messages.php | 3 +- generated/GPBMetadata/Presentation.php | 3 +- generated/GPBMetadata/PresentationSlide.php | 3 +- generated/GPBMetadata/ProApi.php | 2 +- generated/GPBMetadata/ProApiV1Macro.php | 2 +- generated/GPBMetadata/ProApiV1Message.php | 2 +- .../ProApiV1PresentationPlaylistItem.php | 2 +- generated/GPBMetadata/ProApiV1Prop.php | 2 +- generated/GPBMetadata/ProApiV1Transport.php | 3 +- generated/GPBMetadata/ProCore.php | 3 +- generated/GPBMetadata/ProCoreFeatureFlags.php | 25 + generated/GPBMetadata/PropDocument.php | 4 +- generated/GPBMetadata/PropSlide.php | 3 +- generated/GPBMetadata/PsbWorkspace.php | 31 + generated/GPBMetadata/Registration.php | 2 +- generated/GPBMetadata/Rv2D.php | 8 +- generated/GPBMetadata/Rvtimestamp.php | 1 + generated/GPBMetadata/Slide.php | 4 +- .../GPBMetadata/TemplateIdentification.php | 3 +- generated/GPBMetadata/TestPattern.php | 3 +- generated/GPBMetadata/TimedPlayback.php | 3 +- generated/GPBMetadata/Timers.php | 3 +- generated/GPBMetadata/Url.php | 1 + generated/GPBMetadata/Uuid.php | 1 + generated/GPBMetadata/Zone.php | 26 + .../Core/ActivateCodeComplete.php | 97 + .../Core/ActivateCodeComplete/Error.php | 86 + .../Core/ActivateCodeComplete/Success.php | 86 + .../Registration/Core/ActivationComplete.php | 170 - .../Core/BibleActivationComplete.php | 140 - .../Core/BibleDeactivationComplete.php | 113 - .../Core/BibleDownloadProgress.php | 27 + generated/Registration/Core/Callback.php | 440 +- .../Registration/Core/ClientAlertMessage.php | 144 + .../Core/DeactivationComplete.php | 59 - .../Registration/Core/DowngradeAvailable.php | 27 + .../Registration/Core/DownloadProgress.php | 27 + generated/Registration/Core/FeatureFlags.php | 86 - generated/Registration/Core/FreeBibles.php | 86 - .../Registration/Core/GetActivateCode.php | 86 + .../Registration/Core/GetAvailableVersion.php | 27 + .../Core/{GetFreeBibles.php => GetBibles.php} | 4 +- .../Core/MarkNotificationsRead.php | 59 + generated/Registration/Core/Notification.php | 248 + .../Core/NotificationCallback.php | 59 + .../Registration/Core/NotificationData.php | 59 + .../Core/NotificationDataStore.php | 86 + generated/Registration/Core/Notifications.php | 59 + .../Registration/Core/PopupAlertMessage.php | 44 +- .../Registration/Core/PurchasedBibles.php | 86 - .../Core/ReadNotificationData.php} | 10 +- generated/Registration/Core/Request.php | 322 +- generated/Registration/Core/SetClientInfo.php | 86 + .../{GetPurchasedBibles.php => Signout.php} | 4 +- generated/Registration/Core/Status.php | 24 +- .../Registration/Core/UpgradesAvailable.php | 27 + .../Core/VerificationComplete.php | 54 + .../Core/WriteNotificationData.php | 59 + generated/Rv/Analytics/API.php | 69 - .../Rv/Analytics/API/MessageReceived.php | 4 +- generated/Rv/Analytics/Create.php | 153 - generated/Rv/Analytics/Create/Library.php | 8 +- .../Rv/Analytics/Create/Library/Source.php | 20 +- generated/Rv/Analytics/Create/Playlist.php | 14 +- .../Rv/Analytics/Create/Playlist/Source.php | 14 +- .../Rv/Analytics/Create/Playlist/Type.php | 26 +- .../Rv/Analytics/Create/Presentation.php | 8 +- .../Analytics/Create/Presentation/Source.php | 32 +- .../Rv/Analytics/Create/TemplatePlaylist.php | 2 +- generated/Rv/Analytics/Edit/Presentation.php | 86 + .../Edit/Presentation/ChangeType.php | 54 + generated/Rv/Analytics/Event.php | 5236 ++++++++++++++++- generated/Rv/Analytics/Import.php | 97 - generated/Rv/Analytics/Import/SongSelect.php | 45 +- .../Import/SongSelect/LineDelimiter.php | 20 +- .../Mediamanagement/AddedMediaReference.php | 86 + .../Mediamanagement/BootstrappingComplete.php | 97 + .../BootstrappingComplete/Failure.php | 59 + .../BootstrappingComplete/Success.php | 32 + .../Mediamanagement/ConnectionChanged.php | 59 + .../ConnectionChanged/State.php | 49 + .../Mediamanagement/InstallationComplete.php | 97 + .../InstallationComplete/Failure.php | 59 + .../InstallationComplete/Success.php | 32 + .../Mediamanagement/MessageFailure.php | 59 + .../Mediamanagement/NotResponding.php | 32 + .../UnexpectedlyNotRunning.php | 32 + .../Rv/Analytics/MultiTracks/Account.php | 86 - generated/Rv/Analytics/MultiTracks/Import.php | 77 +- .../Rv/Analytics/MultiTracks/Startup.php | 65 +- .../MultiTracks/{Account => }/Status.php | 22 +- generated/Rv/Analytics/PlaybackMarker.php | 69 - .../Analytics/PlaybackMarker/CreateMarker.php | 12 +- .../PlaybackMarker/CreateMarker/Location.php | 21 +- .../Rv/Analytics/Powerpoint/ImportFormat.php | 54 + .../Analytics/Powerpoint/ImportPowerPoint.php | 86 + .../Rv/Analytics/Powerpoint/ImportType.php | 54 + generated/Rv/Analytics/ProContent.php | 97 - .../Rv/Analytics/ProContent/Download.php | 31 +- .../Rv/Analytics/ProContent/DownloadRetry.php | 32 + .../{ViewMediaBin.php => MediaBinView.php} | 6 +- generated/Rv/Analytics/Startup.php | 545 -- generated/Rv/Analytics/Startup/Audio.php | 275 - .../Analytics/Startup/Audio/AudioDevice.php | 64 - .../Analytics/Startup/Audio/AudioRouting.php | 54 - generated/Rv/Analytics/Startup/Capture.php | 2 +- generated/Rv/Analytics/Startup/ClearGroup.php | 2 +- .../Rv/Analytics/Startup/Communications.php | 59 - generated/Rv/Analytics/Startup/Content.php | 113 +- generated/Rv/Analytics/Startup/DiskUsage.php | 140 + .../{ScreenConfiguration => }/EdgeBlend.php | 12 +- .../{ScreenConfiguration => }/Grouped.php | 12 +- generated/Rv/Analytics/Startup/KeyMapping.php | 2 +- generated/Rv/Analytics/Startup/Looks.php | 2 +- generated/Rv/Analytics/Startup/Macro.php | 2 +- .../{ScreenConfiguration => }/Mirrored.php | 12 +- .../Rv/Analytics/Startup/NetworkLink.php | 2 +- .../{ScreenConfiguration => }/Output.php | 101 +- .../Output/Alignment.php | 34 +- .../Screen => Output}/AlphaDevice.php | 16 +- .../Screen => Output}/AlphaKeyMode.php | 16 +- .../Output/OutputType.php | 40 +- .../Output/ProScreenType.php | 28 +- .../Rv/Analytics/Startup/PBInterface.php | 95 +- .../Startup/PBInterface/MediaBinViewStyle.php | 2 +- .../PBInterface/PresentationViewStyle.php | 2 +- .../Startup/PBInterface/SplitViewState.php | 2 +- .../Rv/Analytics/Startup/PlanningCenter.php | 221 - .../Rv/Analytics/Startup/Preferences.php | 20 +- .../Startup/Preferences/CopyrightStyle.php | 26 +- .../Startup/Preferences/RenderMode.php | 20 +- .../Startup/Preferences/UpdateChannel.php | 14 +- .../Analytics/Startup/ScreenConfiguration.php | 209 - .../Startup/ScreenConfiguration/Screen.php | 86 - .../{ScreenConfiguration => }/ScreenType.php | 16 +- generated/Rv/Analytics/Startup/Screens.php | 2 +- .../{ScreenConfiguration => }/Single.php | 12 +- generated/Rv/Analytics/Startup/SongSelect.php | 2 +- .../{ScreenConfiguration => }/Summary.php | 4 +- generated/Rv/Analytics/Startup/Themes.php | 2 +- generated/Rv/Analytics/Startup/Versioning.php | 59 + generated/Rv/Analytics/Sync.php | 69 - generated/Rv/Analytics/Sync/Local.php | 10 +- .../Sync/Local/{SyncType.php => Type.php} | 16 +- generated/Rv/Analytics/Timecode.php | 97 - generated/Rv/Analytics/Timecode/Activate.php | 2 +- generated/Rv/Analytics/Timecode/Startup.php | 2 +- generated/Rv/Analytics/Timeline.php | 125 - generated/Rv/Analytics/Timeline/Action.php | 8 +- .../Analytics/Timeline/Action/ActionType.php | 20 +- .../{TriggerCue.php => CueTrigger.php} | 20 +- .../TimingSource.php | 16 +- .../Timeline/CueTrigger/TriggerType.php | 59 + generated/Rv/Analytics/Timeline/RecordCue.php | 2 +- .../Timeline/TriggerCue/TriggerType.php | 59 - .../Trackedevents/ApplicationLaunch.php | 383 ++ .../ApplicationLaunch/Channel.php | 49 + .../ApplicationLaunch/Platform.php | 49 + .../Trackedevents/AudioInputAutoOnChange.php | 59 + .../Trackedevents/AudioInputAutoOnStartup.php | 59 + .../Trackedevents/AudioInputModeSelection.php | 59 + .../AudioInputModeSelection/ModeType.php | 59 + .../Trackedevents/AudioInputStartUp.php | 167 + .../Trackedevents/AudioSettingsCustomMap.php | 59 + .../AudioSettingsSdiNdiActive.php | 59 + .../AudioSettingsSdiNdiState.php | 59 + .../Rv/Analytics/Trackedevents/CCLIReport.php | 59 + .../CCLIReport/Action.php} | 26 +- .../Rv/Analytics/Trackedevents/Codec.php | 119 + .../Analytics/Trackedevents/CueTriggered.php | 59 + .../Trackedevents/DataIdDuplicated.php | 86 + .../DataIdDuplicated/DataType.php | 49 + .../Rv/Analytics/Trackedevents/Device.php | 113 + .../Rv/Analytics/Trackedevents/Downgrade.php | 59 + .../Downgrade/FromVersionType.php} | 26 +- .../Trackedevents/EditorObjectAdded.php | 86 + .../FromInsertionSource.php} | 32 +- .../EditorObjectAdded/InsertedType.php | 144 + .../Rv/Analytics/Trackedevents/ForceQuit.php | 59 + .../Trackedevents/ForceQuit/Reason.php | 79 + .../Rv/Analytics/Trackedevents/FrameRate.php | 79 + .../Analytics/Trackedevents/GenericEvent.php | 32 + .../Trackedevents/InputAudioMonitoring.php | 59 + .../InputAudioMonitoring/InputType.php | 49 + .../Trackedevents/MediaCleanupSize.php | 59 + .../Rv/Analytics/Trackedevents/NetworkApp.php | 86 + .../Trackedevents/NetworkApp/AppID.php | 54 + .../Rv/Analytics/Trackedevents/PBPrint.php | 302 + .../Trackedevents/PBPrint/PrintMode.php | 49 + .../RemoteStreamStart.php} | 18 +- .../RemoteStreamStart/StartResult.php | 54 + .../Trackedevents/RemoteStreamStop.php | 59 + .../ResiLoginChange.php} | 18 +- .../ResiLoginChange/LoginState.php | 49 + .../Analytics/Trackedevents/ResiStartUp.php | 32 + .../Trackedevents/StartCaptureDisk.php | 194 + .../Trackedevents/StartCaptureResi.php | 194 + .../Trackedevents/StartCaptureRtmp.php | 194 + .../Analytics/Trackedevents/StopCapture.php | 113 + .../Trackedevents/TransitionWindow.php | 59 + .../Trackedevents/VideoInputCustomMap.php | 59 + .../Trackedevents/VideoInputStartUp.php | 59 + .../VideoInputThumbnailUpdate.php | 59 + .../VideoInputThumbnailUpdate/UpdateType.php | 54 + .../Trackedevents/VideoInputTriggered.php | 59 + .../VideoInputTriggered/AudioSource.php | 54 + generated/Rv/Analytics/Trigger.php | 181 - generated/Rv/Analytics/Trigger/Action.php | 461 -- .../Trigger/Action/AudioBinPlaylist.php | 32 - .../Action/ClearLayer/ClearLayerType.php | 89 - .../Trigger/Action/Communications.php | 32 - .../Trigger/Action/MediaBinPlaylist.php | 32 - .../Rv/Analytics/Trigger/Action/Prop.php | 59 - .../ChangeSlideDestination.php | 59 - .../Analytics/Trigger/Action/Timer/Type.php | 74 - ...aptureStart.php => ActionCaptureStart.php} | 14 +- .../Trigger/ActionCaptureStart/PresetType.php | 54 + .../CaptureStop.php => ActionCaptureStop.php} | 6 +- .../{Action/Timer.php => ActionClear.php} | 14 +- .../Rv/Analytics/Trigger/ActionClear/Type.php | 89 + .../ClearGroup.php => ActionClearGroup.php} | 6 +- ...{MediaBin.php => ActionCommunications.php} | 4 +- .../{Action/Look.php => ActionLook.php} | 70 +- .../{Action/Look => ActionLook}/Setting.php | 22 +- .../{Action/Macro.php => ActionMacro.php} | 6 +- .../{Action/Message.php => ActionMessage.php} | 6 +- generated/Rv/Analytics/Trigger/ActionProp.php | 113 + .../Trigger/ActionProp/AutoClear.php | 79 + .../Rv/Analytics/Trigger/ActionProp/Type.php | 59 + ...ination.php => ActionSlideDestination.php} | 14 +- .../ChangeSlideDestination.php} | 29 +- .../{Action/Stage.php => ActionStage.php} | 24 +- .../ClearLayer.php => ActionTimer.php} | 14 +- .../Rv/Analytics/Trigger/ActionTimer/Type.php | 74 + generated/Rv/Analytics/Trigger/Cue.php | 69 - .../Trigger/Cue/DestinationLayer.php | 74 + generated/Rv/Analytics/Trigger/Cue/Slide.php | 256 +- .../Trigger/Cue/Slide/DestinationLayer.php | 74 - .../Analytics/Trigger/Cue/Slide/Trigger.php | 275 - ...edElement.php => SlideFileFeedElement.php} | 18 +- ...eedElement.php => SlideRssFeedElement.php} | 26 +- .../Content.php | 18 +- ...ment.php => SlideScrollingTextElement.php} | 42 +- .../Direction.php | 30 +- .../Speed.php | 36 +- .../StartPosition.php | 18 +- .../Analytics/Trigger/Media/AirCastAudio.php | 59 + .../Analytics/Trigger/Media/AirCastVideo.php | 59 + .../Media}/Audio.php | 75 +- .../Media}/Audio/Behavior.php | 16 +- .../Trigger/Media/Audio/PlaybackBehavior.php | 54 + .../Trigger/Media/CompletionTarget.php | 64 + .../Rv/Analytics/Trigger/Media/Image.php | 123 + .../Media}/SourceType.php | 16 +- .../Media}/Transition.php | 4 +- .../Media}/Transport.php | 12 +- .../Trigger/Media/Transport/DurationRange.php | 84 + .../Media}/Video.php | 75 +- .../Media/Video}/PlaybackBehavior.php | 27 +- .../Media/VideoInput.php} | 47 +- .../Media}/VisualMedia.php | 64 +- .../Trigger/Media/VisualMedia/Behavior.php | 54 + .../Media/VisualMedia/FlipMode.php} | 29 +- .../Media/VisualMedia/NativeRotation.php | 59 + .../Trigger/Media/VisualMedia/ScaleMode.php | 59 + .../Media}/VisualMedia/Size.php | 4 +- .../Rv/Analytics/Trigger/TestPattern.php | 30 +- .../TestPattern/{LogoType.php => Logo.php} | 22 +- .../Analytics/Trigger/TestPattern/Pattern.php | 89 + .../Trigger/TestPattern/TestPatternType.php | 89 - .../Rv/Analytics/TriggerMediaInformation.php | 180 - .../CompletionTarget.php | 64 - .../TriggerMediaInformation/Image.php | 133 - .../Transport/DurationRange.php | 84 - .../Video/PlaybackBehavior.php | 59 - .../VisualMedia/FlipMode.php | 59 - .../VisualMedia/NativeRotation.php | 59 - .../VisualMedia/ScaleMode.php | 59 - generated/Rv/Analytics/UI.php | 629 -- .../Trigger.php => BibleGenerateNext.php} | 14 +- ...rateNext.php => BibleGeneratePrevious.php} | 14 +- ...rateSlides.php => BibleGenerateSlides.php} | 30 +- .../ReferenceType.php | 28 +- .../TextBoxLocation.php | 22 +- .../Bible/BibleCount.php => BibleInstall.php} | 6 +- .../GeneratePrevious.php => BibleLookup.php} | 14 +- .../Rv/Analytics/UI/BibleLookup/Location.php | 74 + generated/Rv/Analytics/UI/BibleRemove.php | 86 + .../SaveSlides.php => BibleSaveSlides.php} | 14 +- .../SlideDestination.php | 22 +- generated/Rv/Analytics/UI/BibleStartup.php | 86 + .../Bible/Lookup.php => BibleTrigger.php} | 14 +- generated/Rv/Analytics/UI/CCLI.php | 69 - generated/Rv/Analytics/UI/CCLI/Report.php | 125 - generated/Rv/Analytics/UI/Capture.php | 42 +- .../Rv/Analytics/UI/Capture/Shown/Source.php | 74 - .../{Placeholder/Link => Capture}/Source.php | 39 +- .../Add.php => CcliReportReset.php} | 6 +- .../Join.php => CcliReportShown.php} | 6 +- generated/Rv/Analytics/UI/ClearGroups.php | 126 +- .../Rv/Analytics/UI/ClearGroups/Delete.php | 32 - .../Rv/Analytics/UI/ClearGroups/Group.php | 97 - .../Analytics/UI/ClearGroups/Shown/Source.php | 59 - .../{Looks/Shown => ClearGroups}/Source.php | 21 +- ...angeIcon.php => ClearGroupsChangeIcon.php} | 14 +- .../IconType.php | 24 +- ...ty.php => ClearGroupsChangeVisibility.php} | 14 +- .../Visibility.php | 16 +- .../Shown.php => ClearGroupsCreate.php} | 6 +- .../Reset.php => ClearGroupsDelete.php} | 6 +- generated/Rv/Analytics/UI/Editor.php | 69 - generated/Rv/Analytics/UI/Editor/Overlay.php | 97 - .../UI/Editor/Overlay/Closed/Source.php | 59 - .../UI/Editor/Overlay/Shown/Source.php | 59 - .../Shown.php => EditorOverlayClosed.php} | 14 +- .../Shown => EditorOverlayClosed}/Source.php | 21 +- .../Search.php => EditorOverlayShown.php} | 14 +- .../Search => EditorOverlayShown}/Source.php | 22 +- generated/Rv/Analytics/UI/InAppStore.php | 69 - .../Rv/Analytics/UI/InAppStore/Trial.php | 97 - .../Analytics/UI/InAppStore/Trial/Shown.php | 32 - .../UI/{MainView/Bible => }/Location.php | 16 +- generated/Rv/Analytics/UI/Looks.php | 69 - generated/Rv/Analytics/UI/LowerRight.php | 209 - .../Rv/Analytics/UI/LowerRight/AudioBin.php | 32 - .../Rv/Analytics/UI/LowerRight/Macros.php | 153 - .../Analytics/UI/LowerRight/Macros/Create.php | 32 - .../Analytics/UI/LowerRight/Macros/Delete.php | 32 - .../Analytics/UI/LowerRight/Macros/Shown.php | 32 - .../UI/LowerRight/Macros/Trigger.php | 32 - .../Rv/Analytics/UI/LowerRight/Messages.php | 181 - .../UI/LowerRight/Messages/Create.php | 32 - .../UI/LowerRight/Messages/Delete.php | 32 - .../UI/LowerRight/Messages/Edit/Action.php | 79 - .../UI/LowerRight/Messages/Shown.php | 32 - .../Rv/Analytics/UI/LowerRight/Props.php | 181 - .../Analytics/UI/LowerRight/Props/Create.php | 32 - .../Analytics/UI/LowerRight/Props/Delete.php | 32 - .../Analytics/UI/LowerRight/Props/Shown.php | 32 - .../UI/LowerRight/Props/Transition.php | 32 - .../Rv/Analytics/UI/LowerRight/Stage.php | 181 - .../UI/LowerRight/Stage/ChangeLayout.php | 32 - .../UI/LowerRight/Stage/ConfigureScreens.php | 32 - .../UI/LowerRight/Stage/EditLayouts.php | 32 - .../Analytics/UI/LowerRight/Stage/Shown.php | 32 - .../Rv/Analytics/UI/LowerRight/Timers.php | 209 - .../Analytics/UI/LowerRight/Timers/Create.php | 32 - .../Analytics/UI/LowerRight/Timers/Delete.php | 32 - .../Analytics/UI/LowerRight/Timers/Shown.php | 32 - .../Rv/Analytics/UI/LowerRightMacros.php | 32 + .../Analytics/UI/LowerRightMacrosCreate.php | 32 + .../Analytics/UI/LowerRightMacrosDelete.php | 32 + .../Analytics/UI/LowerRightMacrosTrigger.php | 32 + .../Export.php => LowerRightMessages.php} | 6 +- .../Analytics/UI/LowerRightMessagesCreate.php | 32 + .../Analytics/UI/LowerRightMessagesDelete.php | 32 + .../Edit.php => LowerRightMessagesEdit.php} | 14 +- .../UI/LowerRightMessagesEdit/Action.php | 79 + .../State.php => LowerRightMessagesState.php} | 14 +- .../State.php | 16 +- generated/Rv/Analytics/UI/LowerRightProps.php | 32 + .../Rv/Analytics/UI/LowerRightPropsCreate.php | 32 + .../Rv/Analytics/UI/LowerRightPropsDelete.php | 32 + .../State.php => LowerRightPropsState.php} | 14 +- .../State => LowerRightPropsState}/State.php | 16 +- .../UI/LowerRightPropsTransition.php | 32 + generated/Rv/Analytics/UI/LowerRightStage.php | 32 + .../UI/LowerRightStageChangeLayout.php | 32 + .../UI/LowerRightStageConfigureScreens.php | 32 + .../UI/LowerRightStageEditLayouts.php | 32 + .../UI/LowerRightStageMessageState.php | 59 + .../State.php | 16 +- .../Rv/Analytics/UI/LowerRightTimers.php | 32 + ...State.php => LowerRightTimersCollapse.php} | 14 +- .../State.php | 16 +- .../Analytics/UI/LowerRightTimersCreate.php | 32 + .../Analytics/UI/LowerRightTimersDelete.php | 32 + .../Edit.php => LowerRightTimersEdit.php} | 14 +- .../Edit => LowerRightTimersEdit}/Field.php | 28 +- ...Collapse.php => LowerRightTimersState.php} | 14 +- .../UI/LowerRightTimersState/State.php | 59 + generated/Rv/Analytics/UI/MainView.php | 293 - generated/Rv/Analytics/UI/MainView/Bible.php | 321 - .../MainView/Bible/Lookup/LookupLocation.php | 74 - .../Rv/Analytics/UI/MainView/Bible/Shown.php | 59 - .../Analytics/UI/MainView/CopyrightEditor.php | 69 - .../UI/MainView/CopyrightEditor/Shown.php | 59 - .../Rv/Analytics/UI/MainView/MaskEditor.php | 69 - .../UI/MainView/MaskEditor/Shown.php | 59 - .../UI/MainView/PresentationEditor.php | 69 - .../UI/MainView/PresentationEditor/Shown.php | 59 - .../Rv/Analytics/UI/MainView/PropsEditor.php | 69 - .../UI/MainView/PropsEditor/Shown.php | 59 - .../Rv/Analytics/UI/MainView/ReflowEditor.php | 69 - .../UI/MainView/ReflowEditor/Shown.php | 59 - .../UI/MainView/ReflowEditor/Shown/Source.php | 59 - generated/Rv/Analytics/UI/MainView/Show.php | 69 - .../Rv/Analytics/UI/MainView/StageEditor.php | 69 - .../UI/MainView/StageEditor/Shown.php | 59 - .../UI/MainView/StageEditor/Shown/Source.php | 59 - .../Rv/Analytics/UI/MainView/ThemeEditor.php | 69 - .../UI/MainView/ThemeEditor/Shown.php | 59 - .../UI/MainView/ThemeEditor/Shown/Source.php | 54 - .../{Capture/Shown.php => MainViewBible.php} | 14 +- .../Change => MainViewBible}/Source.php | 16 +- .../Analytics/UI/MainViewCopyrightEditor.php | 59 + .../CopyrightSource.php | 54 + .../Rv/Analytics/UI/MainViewMaskEditor.php | 59 + .../UI/MainViewMaskEditor/MaskSource.php | 54 + .../UI/MainViewPresentationEditor.php | 59 + .../UI/MainViewPresentationEditor/Source.php | 59 + .../Closed.php => MainViewPropsEditor.php} | 14 +- .../UI/MainViewPropsEditor/PropsSource.php | 54 + .../Shown.php => MainViewReflowEditor.php} | 14 +- .../UI/MainViewReflowEditor/Source.php | 59 + .../Shown.php => MainViewShow.php} | 14 +- .../Shown => MainViewShow}/Source.php | 16 +- .../Rv/Analytics/UI/MainViewStageEditor.php | 59 + .../StageSource.php} | 30 +- .../Rv/Analytics/UI/MainViewThemeEditor.php | 59 + .../UI/MainViewThemeEditor/ThemeSource.php | 54 + generated/Rv/Analytics/UI/NetworkGroup.php | 209 - .../Rv/Analytics/UI/NetworkGroup/Create.php | 32 - .../Rv/Analytics/UI/NetworkGroup/Invite.php | 59 - .../Rv/Analytics/UI/NetworkGroup/Leave.php | 32 - .../Rv/Analytics/UI/NetworkGroup/Remove.php | 32 - generated/Rv/Analytics/UI/NetworkGroupAdd.php | 32 + .../Rv/Analytics/UI/NetworkGroupLeave.php | 32 + .../Create.php => NetworkGroupRemove.php} | 6 +- generated/Rv/Analytics/UI/Placeholder.php | 97 - .../Rv/Analytics/UI/Placeholder/Unlink.php | 32 - .../Link.php => PlaceholderLink.php} | 22 +- .../Shown => PlaceholderLink}/Source.php | 32 +- .../Link => PlaceholderLink}/Type.php | 22 +- .../Rv/Analytics/UI/PlaceholderUnlink.php | 32 + .../Rv/Analytics/UI/PlanningCenterLive.php | 42 +- .../Analytics/UI/PlanningCenterLive/Shown.php | 59 - .../{Shown => }/WindowType.php | 16 +- generated/Rv/Analytics/UI/Preferences.php | 69 - generated/Rv/Analytics/UI/PreviewArea.php | 69 - .../Analytics/UI/PreviewArea/ClearGroups.php | 97 - .../UI/PreviewArea/ClearGroups/Trigger.php | 32 - ....php => PreviewAreaClearGroupsChanged.php} | 6 +- .../UI/PreviewAreaClearGroupsTrigger.php | 32 + generated/Rv/Analytics/UI/QuickSearch.php | 125 - .../UI/QuickSearch/OpenItems/Source.php | 59 - ...OpenItems.php => QuickSearchOpenItems.php} | 22 +- .../Shown => QuickSearchOpenItems}/Source.php | 21 +- .../Style.php | 16 +- .../Shown.php => QuickSearchSearch.php} | 14 +- .../Shown => QuickSearchSearch}/Source.php | 21 +- .../Rv/Analytics/UI/QuickSearchShown.php | 59 + .../Shown => QuickSearchShown}/Source.php | 21 +- .../Rv/Analytics/UI/ScreenConfiguration.php | 69 - .../UI/ScreenConfiguration/Shown.php | 59 - .../UI/{TextInspector => }/SelectionMode.php | 16 +- .../CustomLogo.php => SettingsCustomLogo.php} | 6 +- generated/Rv/Analytics/UI/Show.php | 69 - generated/Rv/Analytics/UI/Show/SlideLabel.php | 97 - .../Rv/Analytics/UI/Show/SlideLabel/Shown.php | 32 - generated/Rv/Analytics/UI/ShowSlideLabel.php | 32 + .../Change.php => ShowSlideLabelChange.php} | 14 +- .../Shown => ShowSlideLabelChange}/Source.php | 16 +- generated/Rv/Analytics/UI/TestPattern.php | 69 - .../Rv/Analytics/UI/TestPattern/Shown.php | 59 - generated/Rv/Analytics/UI/TestPatterns.php | 59 + .../Shown => TestPatterns}/Source.php | 16 +- generated/Rv/Analytics/UI/TextInspector.php | 181 +- .../LineTransform/TransformType.php | 69 - .../UI/TextInspector/ScrollingText.php | 69 - .../Rv/Analytics/UI/TextInspector/Shown.php | 32 - ...r.php => TextInspectorBackgroundColor.php} | 22 +- .../ColorType.php | 16 +- ...ground.php => TextInspectorForeground.php} | 22 +- .../FillType.php | 16 +- ...orm.php => TextInspectorLineTransform.php} | 14 +- .../TransformType.php | 69 + ...ble.php => TextInspectorScrollingText.php} | 6 +- ...or.php => TextInspectorUnderlineColor.php} | 14 +- generated/Rv/Analytics/UI/Toolbar.php | 97 - .../Rv/Analytics/UI/Toolbar/TextStyle.php | 97 - .../Analytics/UI/Toolbar/TextStyle/Change.php | 86 - .../UI/Toolbar/TextStyle/Change/Property.php | 124 - .../UI/Toolbar/TextStyle/Change/Target.php | 54 - .../Analytics/UI/Toolbar/TextStyle/Shown.php | 32 - generated/Rv/Analytics/UI/Toolbar/Theme.php | 97 - .../Rv/Analytics/UI/Toolbar/Theme/Shown.php | 32 - ...pplied.php => ToolbarThemeApplication.php} | 14 +- .../Target.php | 16 +- .../Rv/Analytics/UI/ToolbarThemeShown.php | 32 + .../UI/{Looks/Shown.php => Welcome.php} | 14 +- .../{TestPattern/Shown => Welcome}/Source.php | 16 +- generated/Rv/Analytics/UI/WelcomeBlog.php | 32 + .../UI/WelcomeDownloadSampleContent.php | 32 + generated/Rv/Analytics/UI/WelcomeFacebook.php | 32 + .../Rv/Analytics/UI/WelcomeInstagram.php | 32 + .../Rv/Analytics/UI/WelcomeKnowledgeBase.php | 32 + .../Rv/Analytics/UI/WelcomeMigration.php | 32 + .../UI/WelcomeScreenConfigurationHelp.php | 32 + .../Rv/Analytics/UI/WelcomeToProPresenter.php | 321 - .../UI/WelcomeToProPresenter/Blog.php | 32 - .../DownloadSampleContent.php | 32 - .../UI/WelcomeToProPresenter/Facebook.php | 32 - .../UI/WelcomeToProPresenter/Instagram.php | 32 - .../WelcomeToProPresenter/KnowledgeBase.php | 32 - .../UI/WelcomeToProPresenter/Migration.php | 32 - .../ScreenConfigurationHelp.php | 32 - .../UI/WelcomeToProPresenter/Shown.php | 59 - .../UI/WelcomeToProPresenter/Tutorials.php | 32 - .../UI/WelcomeToProPresenter/UserGroup.php | 32 - .../Rv/Analytics/UI/WelcomeTutorials.php | 32 + .../Rv/Analytics/UI/WelcomeUserGroup.php | 32 + generated/Rv/Analytics/UI/WhatsNew.php | 69 - .../Viewed.php => WhatsNewViewed.php} | 39 +- .../Rv/Analytics/UI/WindowedOutputCreated.php | 86 + .../UI/WindowedOutputCreated/ScreenType.php | 49 + generated/Rv/Data/API_v1_Macro.php | 27 + generated/Rv/Data/API_v1_MacroAction.php | 59 + .../API_v1_Message/API_v1_MessageToken.php | 107 +- .../API_v1_Message_Request/TriggerMessage.php | 27 + .../Data/API_v1_PlaylistPresentationItem.php | 27 + generated/Rv/Data/API_v1_PropCollection.php | 123 + generated/Rv/Data/API_v1_PropData.php | 91 + generated/Rv/Data/API_v1_Prop_Request.php | 284 +- .../DeletePropCollection.php | 59 + .../API_v1_Prop_Request/GetPropCollection.php | 59 + .../GetPropCollections.php | 32 + .../Rv/Data/API_v1_Prop_Request/PauseProp.php | 59 + .../PostPropCollections.php | 59 + .../Rv/Data/API_v1_Prop_Request/PutProp.php | 123 + .../PutProp/AutoClearChange.php | 86 + .../API_v1_Prop_Request/PutPropCollection.php | 96 + .../Data/API_v1_Prop_Request/ResumeProp.php | 59 + generated/Rv/Data/API_v1_Prop_Response.php | 284 +- .../DeletePropCollection.php | 32 + .../GetPropCollection.php | 69 + .../GetPropCollections.php | 69 + .../GetPropCollections/Collections.php | 59 + .../Data/API_v1_Prop_Response/PauseProp.php | 32 + .../PostPropCollections.php | 69 + .../Rv/Data/API_v1_Prop_Response/PutProp.php | 69 + .../PutPropCollection.php | 69 + .../Data/API_v1_Prop_Response/ResumeProp.php | 32 + generated/Rv/Data/API_v1_Transition.php | 113 + .../GetCurrentMedia.php | 26 +- generated/Rv/Data/Action/PropType.php | 65 + .../Action/PropType/PropClear.php} | 10 +- .../Rv/Data/Action/PropType/PropTrigger.php | 113 + generated/Rv/Data/AdvertisementGroup.php | 187 + generated/Rv/Data/AirplayConfiguration.php | 194 + generated/Rv/Data/CoreDataStateDump.php | 69 - generated/Rv/Data/GetMediaThumbnail.php | 151 + generated/Rv/Data/Graphics/Text.php | 27 + .../Rv/Data/Graphics/Text/AlternateText.php | 96 + .../Rv/Data/Graphics/Text/Attributes.php | 27 + .../Text/Attributes/CharacterSizeMode.php | 54 + .../Text/Attributes/CustomAttribute.php | 28 + .../Text/Attributes/LigatureStyle.php | 49 + .../Resi.php => Data/InputStatusCallback.php} | 28 +- generated/Rv/Data/LeaveBreadcrumb.php | 113 + .../Rv/Data/LeaveBreadcrumb/MetadataEntry.php | 86 + generated/Rv/Data/LeaveBreadcrumb/Type.php | 79 + .../Data/MacrosDocument/MacroCollection.php | 27 + generated/Rv/Data/Media/VideoDevice.php | 37 + .../Rv/Data/Media/VideoDevice/AirCast.php | 113 + generated/Rv/Data/Media/VideoDevice/Type.php | 5 + generated/Rv/Data/MediaAssetTriggered.php | 69 + .../Rv/Data/MediaMetadataRequestInfo.php | 31 +- .../MediaMetadataRequestInfo/BufferFormat.php | 54 + .../Rv/Data/MediaMetadataRequestResponse.php | 4 +- .../BitmapInfo.php | 31 +- .../MediaMetadataRequestResponse/Metadata.php | 4 +- .../Metadata/ContentType.php | 2 +- generated/Rv/Data/MediaPreview.php | 106 + generated/Rv/Data/MediaThumbnail.php | 140 + .../NetworkAPI/Action/API_Prop/ClearProp.php | 27 + .../Action/API_Prop/TriggerProp.php | 27 + generated/Rv/Data/PCOData.php | 86 + .../Rv/Data/ProApiNetworkConfiguration.php | 37 + generated/Rv/Data/ProScoreboardWorkspace.php | 268 + generated/Rv/Data/PropDocument.php | 27 + .../Rv/Data/PropDocument/PropCollection.php | 177 + .../Data/PropDocument/PropCollection/Item.php | 69 + generated/Rv/Data/PropPauseRequest.php | 162 + generated/Rv/Data/PropPauseRequest/Pause.php | 32 + generated/Rv/Data/PropPauseRequest/Resume.php | 32 + generated/Rv/Data/PropPauseRequest/Status.php | 32 + generated/Rv/Data/PropPauseResponse.php | 106 + .../Rv/Data/PropPauseResponse/Status.php | 140 + generated/Rv/Data/PropSlide.php | 54 + generated/Rv/Data/RenderLayer.php | 437 ++ .../{TextLayer => RenderLayer}/Composite.php | 4 +- generated/Rv/Data/RenderLayer/Scrolling.php | 59 + .../Rv/Data/RequestWebFillTokenAndCookies.php | 86 + generated/Rv/Data/ResolvedFeatureFlags.php | 248 + generated/Rv/Data/SendData.php | 444 +- generated/Rv/Data/SendDataResponse.php | 292 +- generated/Rv/Data/ShowMessage.php | 59 + generated/Rv/Data/Slide/Element/DataLink.php | 112 + .../Slide/Element/DataLink/KeyValueFill.php | 59 + .../Slide/Element/DataLink/KeyValueText.php | 59 + .../Rv/Data/Slide/Element/DataLink/Zone.php | 96 + generated/Rv/Data/SlideElement.php | 197 + generated/Rv/Data/SlidePreview.php | 143 + generated/Rv/Data/TextLayer.php | 153 - generated/Rv/Data/TimedPlayback/Sequence.php | 37 + generated/Rv/Data/TimerRuntimeState.php | 27 + .../TriggerTransferRenderState/SlideState.php | 54 + .../SlideState/TriggerSource.php | 54 + .../TimecodeState.php | 27 + .../TimecodeState/Status.php | 5 + generated/Rv/Data/WebFillTokenAndCookies.php | 86 + .../Rv/Data/WebFillTokenAndCookies/Cookie.php | 140 + generated/Rv/Data/Zone.php | 123 + proto/action.proto | 14 + proto/advertisementGroup.proto | 19 + proto/analyticsApi.proto | 14 +- proto/analyticsCreate.proto | 105 +- proto/analyticsEdit.proto | 19 + proto/analyticsEvent.proto | 216 +- proto/analyticsImport.proto | 34 +- proto/analyticsMediaManagement.proto | 60 + proto/analyticsMultiTracks.proto | 44 +- proto/analyticsPlaybackMarker.proto | 23 +- proto/analyticsPowerPoint.proto | 24 + proto/analyticsProContent.proto | 25 +- proto/analyticsStartup.proto | 577 +- proto/analyticsSync.proto | 34 +- proto/analyticsTimecode.proto | 33 +- proto/analyticsTimeline.proto | 66 +- proto/analyticsTrackedEvents.proto | 330 ++ proto/analyticsTrigger.proto | 414 +- proto/analyticsTriggerCue.proto | 77 + proto/analyticsTriggerMedia.proto | 287 +- proto/analyticsUI.proto | 1679 ++---- proto/clearGroups.proto | 1 + proto/collectionElementType.proto | 1 + proto/color.proto | 2 + proto/cue.proto | 1 + proto/customOptions.proto | 6 + proto/effects.proto | 1 + proto/fileProperties.proto | 1 + proto/font.proto | 2 + proto/google/protobuf/any.proto | 16 + proto/google/protobuf/source_context.proto | 15 + proto/google/protobuf/type.proto | 90 + proto/graphicsData.proto | 30 + proto/groups.proto | 1 + proto/hotKey.proto | 2 + proto/intRange.proto | 2 + proto/macros.proto | 2 + proto/mediaMetadata.proto | 64 + proto/messages.proto | 1 + proto/presentation.proto | 1 + proto/presentationSlide.proto | 1 + proto/proApi.proto | 12 + proto/proApiV1Macro.proto | 5 + proto/proApiV1Message.proto | 10 +- proto/proApiV1PresentationPlaylistItem.proto | 1 + proto/proApiV1Prop.proto | 119 +- proto/proApiV1Transport.proto | 3 +- proto/proCore.proto | 207 +- proto/proCoreFeatureFlags.proto | 27 + proto/propDocument.proto | 17 + proto/propSlide.proto | 3 + proto/psbWorkspace.proto | 26 + proto/registration.proto | 240 +- proto/rv2d.proto | 43 +- proto/rvtimestamp.proto | 2 + proto/slide.proto | 19 + proto/templateIdentification.proto | 1 + proto/testPattern.proto | 1 + proto/timedPlayback.proto | 2 + proto/timers.proto | 1 + proto/url.proto | 2 + proto/uuid.proto | 2 + proto/zone.proto | 16 + 718 files changed, 29367 insertions(+), 18906 deletions(-) create mode 100644 generated/GPBMetadata/AdvertisementGroup.php create mode 100644 generated/GPBMetadata/AnalyticsEdit.php create mode 100644 generated/GPBMetadata/AnalyticsMediaManagement.php create mode 100644 generated/GPBMetadata/AnalyticsPowerPoint.php create mode 100644 generated/GPBMetadata/AnalyticsTrackedEvents.php create mode 100644 generated/GPBMetadata/AnalyticsTriggerCue.php create mode 100644 generated/GPBMetadata/CustomOptions.php create mode 100644 generated/GPBMetadata/MediaMetadata.php create mode 100644 generated/GPBMetadata/ProCoreFeatureFlags.php create mode 100644 generated/GPBMetadata/PsbWorkspace.php create mode 100644 generated/GPBMetadata/Zone.php create mode 100644 generated/Registration/Core/ActivateCodeComplete.php create mode 100644 generated/Registration/Core/ActivateCodeComplete/Error.php create mode 100644 generated/Registration/Core/ActivateCodeComplete/Success.php delete mode 100644 generated/Registration/Core/ActivationComplete.php delete mode 100644 generated/Registration/Core/BibleActivationComplete.php delete mode 100644 generated/Registration/Core/BibleDeactivationComplete.php create mode 100644 generated/Registration/Core/ClientAlertMessage.php delete mode 100644 generated/Registration/Core/DeactivationComplete.php delete mode 100644 generated/Registration/Core/FeatureFlags.php delete mode 100644 generated/Registration/Core/FreeBibles.php create mode 100644 generated/Registration/Core/GetActivateCode.php rename generated/Registration/Core/{GetFreeBibles.php => GetBibles.php} (80%) create mode 100644 generated/Registration/Core/MarkNotificationsRead.php create mode 100644 generated/Registration/Core/Notification.php create mode 100644 generated/Registration/Core/NotificationCallback.php create mode 100644 generated/Registration/Core/NotificationData.php create mode 100644 generated/Registration/Core/NotificationDataStore.php create mode 100644 generated/Registration/Core/Notifications.php delete mode 100644 generated/Registration/Core/PurchasedBibles.php rename generated/{Rv/Analytics/Trigger/AudioBin.php => Registration/Core/ReadNotificationData.php} (64%) create mode 100644 generated/Registration/Core/SetClientInfo.php rename generated/Registration/Core/{GetPurchasedBibles.php => Signout.php} (79%) create mode 100644 generated/Registration/Core/WriteNotificationData.php delete mode 100644 generated/Rv/Analytics/API.php delete mode 100644 generated/Rv/Analytics/Create.php create mode 100644 generated/Rv/Analytics/Edit/Presentation.php create mode 100644 generated/Rv/Analytics/Edit/Presentation/ChangeType.php delete mode 100644 generated/Rv/Analytics/Import.php create mode 100644 generated/Rv/Analytics/Mediamanagement/AddedMediaReference.php create mode 100644 generated/Rv/Analytics/Mediamanagement/BootstrappingComplete.php create mode 100644 generated/Rv/Analytics/Mediamanagement/BootstrappingComplete/Failure.php create mode 100644 generated/Rv/Analytics/Mediamanagement/BootstrappingComplete/Success.php create mode 100644 generated/Rv/Analytics/Mediamanagement/ConnectionChanged.php create mode 100644 generated/Rv/Analytics/Mediamanagement/ConnectionChanged/State.php create mode 100644 generated/Rv/Analytics/Mediamanagement/InstallationComplete.php create mode 100644 generated/Rv/Analytics/Mediamanagement/InstallationComplete/Failure.php create mode 100644 generated/Rv/Analytics/Mediamanagement/InstallationComplete/Success.php create mode 100644 generated/Rv/Analytics/Mediamanagement/MessageFailure.php create mode 100644 generated/Rv/Analytics/Mediamanagement/NotResponding.php create mode 100644 generated/Rv/Analytics/Mediamanagement/UnexpectedlyNotRunning.php delete mode 100644 generated/Rv/Analytics/MultiTracks/Account.php rename generated/Rv/Analytics/MultiTracks/{Account => }/Status.php (61%) delete mode 100644 generated/Rv/Analytics/PlaybackMarker.php create mode 100644 generated/Rv/Analytics/Powerpoint/ImportFormat.php create mode 100644 generated/Rv/Analytics/Powerpoint/ImportPowerPoint.php create mode 100644 generated/Rv/Analytics/Powerpoint/ImportType.php delete mode 100644 generated/Rv/Analytics/ProContent.php create mode 100644 generated/Rv/Analytics/ProContent/DownloadRetry.php rename generated/Rv/Analytics/ProContent/{ViewMediaBin.php => MediaBinView.php} (75%) delete mode 100644 generated/Rv/Analytics/Startup.php delete mode 100644 generated/Rv/Analytics/Startup/Audio.php delete mode 100644 generated/Rv/Analytics/Startup/Audio/AudioDevice.php delete mode 100644 generated/Rv/Analytics/Startup/Audio/AudioRouting.php delete mode 100644 generated/Rv/Analytics/Startup/Communications.php create mode 100644 generated/Rv/Analytics/Startup/DiskUsage.php rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/EdgeBlend.php (78%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/Grouped.php (82%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/Mirrored.php (78%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/Output.php (56%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/Output/Alignment.php (55%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration/Screen => Output}/AlphaDevice.php (69%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration/Screen => Output}/AlphaKeyMode.php (66%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/Output/OutputType.php (50%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/Output/ProScreenType.php (55%) delete mode 100644 generated/Rv/Analytics/Startup/PlanningCenter.php delete mode 100644 generated/Rv/Analytics/Startup/ScreenConfiguration.php delete mode 100644 generated/Rv/Analytics/Startup/ScreenConfiguration/Screen.php rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/ScreenType.php (69%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/Single.php (73%) rename generated/Rv/Analytics/Startup/{ScreenConfiguration => }/Summary.php (94%) create mode 100644 generated/Rv/Analytics/Startup/Versioning.php delete mode 100644 generated/Rv/Analytics/Sync.php rename generated/Rv/Analytics/Sync/Local/{SyncType.php => Type.php} (71%) delete mode 100644 generated/Rv/Analytics/Timecode.php delete mode 100644 generated/Rv/Analytics/Timeline.php rename generated/Rv/Analytics/Timeline/{TriggerCue.php => CueTrigger.php} (57%) rename generated/Rv/Analytics/Timeline/{TriggerCue => CueTrigger}/TimingSource.php (66%) create mode 100644 generated/Rv/Analytics/Timeline/CueTrigger/TriggerType.php delete mode 100644 generated/Rv/Analytics/Timeline/TriggerCue/TriggerType.php create mode 100644 generated/Rv/Analytics/Trackedevents/ApplicationLaunch.php create mode 100644 generated/Rv/Analytics/Trackedevents/ApplicationLaunch/Channel.php create mode 100644 generated/Rv/Analytics/Trackedevents/ApplicationLaunch/Platform.php create mode 100644 generated/Rv/Analytics/Trackedevents/AudioInputAutoOnChange.php create mode 100644 generated/Rv/Analytics/Trackedevents/AudioInputAutoOnStartup.php create mode 100644 generated/Rv/Analytics/Trackedevents/AudioInputModeSelection.php create mode 100644 generated/Rv/Analytics/Trackedevents/AudioInputModeSelection/ModeType.php create mode 100644 generated/Rv/Analytics/Trackedevents/AudioInputStartUp.php create mode 100644 generated/Rv/Analytics/Trackedevents/AudioSettingsCustomMap.php create mode 100644 generated/Rv/Analytics/Trackedevents/AudioSettingsSdiNdiActive.php create mode 100644 generated/Rv/Analytics/Trackedevents/AudioSettingsSdiNdiState.php create mode 100644 generated/Rv/Analytics/Trackedevents/CCLIReport.php rename generated/Rv/Analytics/{UI/InAppStore/Trial/Complete/Result.php => Trackedevents/CCLIReport/Action.php} (57%) create mode 100644 generated/Rv/Analytics/Trackedevents/Codec.php create mode 100644 generated/Rv/Analytics/Trackedevents/CueTriggered.php create mode 100644 generated/Rv/Analytics/Trackedevents/DataIdDuplicated.php create mode 100644 generated/Rv/Analytics/Trackedevents/DataIdDuplicated/DataType.php create mode 100644 generated/Rv/Analytics/Trackedevents/Device.php create mode 100644 generated/Rv/Analytics/Trackedevents/Downgrade.php rename generated/Rv/Analytics/{Startup/Audio/InspectorRouting.php => Trackedevents/Downgrade/FromVersionType.php} (54%) create mode 100644 generated/Rv/Analytics/Trackedevents/EditorObjectAdded.php rename generated/Rv/Analytics/{UI/QuickSearch/Shown/Source.php => Trackedevents/EditorObjectAdded/FromInsertionSource.php} (52%) create mode 100644 generated/Rv/Analytics/Trackedevents/EditorObjectAdded/InsertedType.php create mode 100644 generated/Rv/Analytics/Trackedevents/ForceQuit.php create mode 100644 generated/Rv/Analytics/Trackedevents/ForceQuit/Reason.php create mode 100644 generated/Rv/Analytics/Trackedevents/FrameRate.php create mode 100644 generated/Rv/Analytics/Trackedevents/GenericEvent.php create mode 100644 generated/Rv/Analytics/Trackedevents/InputAudioMonitoring.php create mode 100644 generated/Rv/Analytics/Trackedevents/InputAudioMonitoring/InputType.php create mode 100644 generated/Rv/Analytics/Trackedevents/MediaCleanupSize.php create mode 100644 generated/Rv/Analytics/Trackedevents/NetworkApp.php create mode 100644 generated/Rv/Analytics/Trackedevents/NetworkApp/AppID.php create mode 100644 generated/Rv/Analytics/Trackedevents/PBPrint.php create mode 100644 generated/Rv/Analytics/Trackedevents/PBPrint/PrintMode.php rename generated/Rv/Analytics/{UI/InAppStore/Trial/Complete.php => Trackedevents/RemoteStreamStart.php} (52%) create mode 100644 generated/Rv/Analytics/Trackedevents/RemoteStreamStart/StartResult.php create mode 100644 generated/Rv/Analytics/Trackedevents/RemoteStreamStop.php rename generated/Rv/Analytics/{UI/LowerRight/Stage/MessageState.php => Trackedevents/ResiLoginChange.php} (52%) create mode 100644 generated/Rv/Analytics/Trackedevents/ResiLoginChange/LoginState.php create mode 100644 generated/Rv/Analytics/Trackedevents/ResiStartUp.php create mode 100644 generated/Rv/Analytics/Trackedevents/StartCaptureDisk.php create mode 100644 generated/Rv/Analytics/Trackedevents/StartCaptureResi.php create mode 100644 generated/Rv/Analytics/Trackedevents/StartCaptureRtmp.php create mode 100644 generated/Rv/Analytics/Trackedevents/StopCapture.php create mode 100644 generated/Rv/Analytics/Trackedevents/TransitionWindow.php create mode 100644 generated/Rv/Analytics/Trackedevents/VideoInputCustomMap.php create mode 100644 generated/Rv/Analytics/Trackedevents/VideoInputStartUp.php create mode 100644 generated/Rv/Analytics/Trackedevents/VideoInputThumbnailUpdate.php create mode 100644 generated/Rv/Analytics/Trackedevents/VideoInputThumbnailUpdate/UpdateType.php create mode 100644 generated/Rv/Analytics/Trackedevents/VideoInputTriggered.php create mode 100644 generated/Rv/Analytics/Trackedevents/VideoInputTriggered/AudioSource.php delete mode 100644 generated/Rv/Analytics/Trigger.php delete mode 100644 generated/Rv/Analytics/Trigger/Action.php delete mode 100644 generated/Rv/Analytics/Trigger/Action/AudioBinPlaylist.php delete mode 100644 generated/Rv/Analytics/Trigger/Action/ClearLayer/ClearLayerType.php delete mode 100644 generated/Rv/Analytics/Trigger/Action/Communications.php delete mode 100644 generated/Rv/Analytics/Trigger/Action/MediaBinPlaylist.php delete mode 100644 generated/Rv/Analytics/Trigger/Action/Prop.php delete mode 100644 generated/Rv/Analytics/Trigger/Action/SlideDestination/ChangeSlideDestination.php delete mode 100644 generated/Rv/Analytics/Trigger/Action/Timer/Type.php rename generated/Rv/Analytics/Trigger/{Action/CaptureStart.php => ActionCaptureStart.php} (59%) create mode 100644 generated/Rv/Analytics/Trigger/ActionCaptureStart/PresetType.php rename generated/Rv/Analytics/Trigger/{Action/CaptureStop.php => ActionCaptureStop.php} (87%) rename generated/Rv/Analytics/Trigger/{Action/Timer.php => ActionClear.php} (61%) create mode 100644 generated/Rv/Analytics/Trigger/ActionClear/Type.php rename generated/Rv/Analytics/Trigger/{Action/ClearGroup.php => ActionClearGroup.php} (96%) rename generated/Rv/Analytics/Trigger/{MediaBin.php => ActionCommunications.php} (78%) rename generated/Rv/Analytics/Trigger/{Action/Look.php => ActionLook.php} (54%) rename generated/Rv/Analytics/Trigger/{Action/Look => ActionLook}/Setting.php (62%) rename generated/Rv/Analytics/Trigger/{Action/Macro.php => ActionMacro.php} (93%) rename generated/Rv/Analytics/Trigger/{Action/Message.php => ActionMessage.php} (95%) create mode 100644 generated/Rv/Analytics/Trigger/ActionProp.php create mode 100644 generated/Rv/Analytics/Trigger/ActionProp/AutoClear.php create mode 100644 generated/Rv/Analytics/Trigger/ActionProp/Type.php rename generated/Rv/Analytics/Trigger/{Action/SlideDestination.php => ActionSlideDestination.php} (57%) rename generated/Rv/Analytics/Trigger/{Action/CaptureStart/PresetType.php => ActionSlideDestination/ChangeSlideDestination.php} (54%) rename generated/Rv/Analytics/Trigger/{Action/Stage.php => ActionStage.php} (68%) rename generated/Rv/Analytics/Trigger/{Action/ClearLayer.php => ActionTimer.php} (58%) create mode 100644 generated/Rv/Analytics/Trigger/ActionTimer/Type.php delete mode 100644 generated/Rv/Analytics/Trigger/Cue.php create mode 100644 generated/Rv/Analytics/Trigger/Cue/DestinationLayer.php delete mode 100644 generated/Rv/Analytics/Trigger/Cue/Slide/DestinationLayer.php delete mode 100644 generated/Rv/Analytics/Trigger/Cue/Slide/Trigger.php rename generated/Rv/Analytics/Trigger/Cue/{Slide/FileFeedElement.php => SlideFileFeedElement.php} (54%) rename generated/Rv/Analytics/Trigger/Cue/{Slide/RSSFeedElement.php => SlideRssFeedElement.php} (64%) rename generated/Rv/Analytics/Trigger/Cue/{Slide/RSSFeedElement => SlideRssFeedElement}/Content.php (65%) rename generated/Rv/Analytics/Trigger/Cue/{Slide/ScrollingTextElement.php => SlideScrollingTextElement.php} (58%) rename generated/Rv/Analytics/Trigger/Cue/{Slide/ScrollingTextElement => SlideScrollingTextElement}/Direction.php (57%) rename generated/Rv/Analytics/Trigger/Cue/{Slide/ScrollingTextElement => SlideScrollingTextElement}/Speed.php (54%) rename generated/Rv/Analytics/Trigger/Cue/{Slide/ScrollingTextElement => SlideScrollingTextElement}/StartPosition.php (64%) create mode 100644 generated/Rv/Analytics/Trigger/Media/AirCastAudio.php create mode 100644 generated/Rv/Analytics/Trigger/Media/AirCastVideo.php rename generated/Rv/Analytics/{TriggerMediaInformation => Trigger/Media}/Audio.php (50%) rename generated/Rv/Analytics/{TriggerMediaInformation => Trigger/Media}/Audio/Behavior.php (67%) create mode 100644 generated/Rv/Analytics/Trigger/Media/Audio/PlaybackBehavior.php create mode 100644 generated/Rv/Analytics/Trigger/Media/CompletionTarget.php create mode 100644 generated/Rv/Analytics/Trigger/Media/Image.php rename generated/Rv/Analytics/{TriggerMediaInformation => Trigger/Media}/SourceType.php (65%) rename generated/Rv/Analytics/{TriggerMediaInformation => Trigger/Media}/Transition.php (92%) rename generated/Rv/Analytics/{TriggerMediaInformation => Trigger/Media}/Transport.php (88%) create mode 100644 generated/Rv/Analytics/Trigger/Media/Transport/DurationRange.php rename generated/Rv/Analytics/{TriggerMediaInformation => Trigger/Media}/Video.php (63%) rename generated/Rv/Analytics/{TriggerMediaInformation/Audio => Trigger/Media/Video}/PlaybackBehavior.php (57%) rename generated/Rv/Analytics/{TriggerMediaInformation/LiveVideo.php => Trigger/Media/VideoInput.php} (60%) rename generated/Rv/Analytics/{TriggerMediaInformation => Trigger/Media}/VisualMedia.php (56%) create mode 100644 generated/Rv/Analytics/Trigger/Media/VisualMedia/Behavior.php rename generated/Rv/Analytics/{TriggerMediaInformation/VisualMedia/Behavior.php => Trigger/Media/VisualMedia/FlipMode.php} (57%) create mode 100644 generated/Rv/Analytics/Trigger/Media/VisualMedia/NativeRotation.php create mode 100644 generated/Rv/Analytics/Trigger/Media/VisualMedia/ScaleMode.php rename generated/Rv/Analytics/{TriggerMediaInformation => Trigger/Media}/VisualMedia/Size.php (91%) rename generated/Rv/Analytics/Trigger/TestPattern/{LogoType.php => Logo.php} (61%) create mode 100644 generated/Rv/Analytics/Trigger/TestPattern/Pattern.php delete mode 100644 generated/Rv/Analytics/Trigger/TestPattern/TestPatternType.php delete mode 100644 generated/Rv/Analytics/TriggerMediaInformation.php delete mode 100644 generated/Rv/Analytics/TriggerMediaInformation/CompletionTarget.php delete mode 100644 generated/Rv/Analytics/TriggerMediaInformation/Image.php delete mode 100644 generated/Rv/Analytics/TriggerMediaInformation/Transport/DurationRange.php delete mode 100644 generated/Rv/Analytics/TriggerMediaInformation/Video/PlaybackBehavior.php delete mode 100644 generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/FlipMode.php delete mode 100644 generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/NativeRotation.php delete mode 100644 generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/ScaleMode.php delete mode 100644 generated/Rv/Analytics/UI.php rename generated/Rv/Analytics/UI/{MainView/Bible/Trigger.php => BibleGenerateNext.php} (60%) rename generated/Rv/Analytics/UI/{MainView/Bible/GenerateNext.php => BibleGeneratePrevious.php} (60%) rename generated/Rv/Analytics/UI/{MainView/Bible/GenerateSlides.php => BibleGenerateSlides.php} (77%) rename generated/Rv/Analytics/UI/{MainView/Bible/GenerateSlides => BibleGenerateSlides}/ReferenceType.php (54%) rename generated/Rv/Analytics/UI/{MainView/Bible/GenerateSlides => BibleGenerateSlides}/TextBoxLocation.php (60%) rename generated/Rv/Analytics/UI/{MainView/Bible/BibleCount.php => BibleInstall.php} (91%) rename generated/Rv/Analytics/UI/{MainView/Bible/GeneratePrevious.php => BibleLookup.php} (60%) create mode 100644 generated/Rv/Analytics/UI/BibleLookup/Location.php create mode 100644 generated/Rv/Analytics/UI/BibleRemove.php rename generated/Rv/Analytics/UI/{MainView/Bible/SaveSlides.php => BibleSaveSlides.php} (57%) rename generated/Rv/Analytics/UI/{MainView/Bible/SaveSlides => BibleSaveSlides}/SlideDestination.php (57%) create mode 100644 generated/Rv/Analytics/UI/BibleStartup.php rename generated/Rv/Analytics/UI/{MainView/Bible/Lookup.php => BibleTrigger.php} (58%) delete mode 100644 generated/Rv/Analytics/UI/CCLI.php delete mode 100644 generated/Rv/Analytics/UI/CCLI/Report.php delete mode 100644 generated/Rv/Analytics/UI/Capture/Shown/Source.php rename generated/Rv/Analytics/UI/{Placeholder/Link => Capture}/Source.php (53%) rename generated/Rv/Analytics/UI/{NetworkGroup/Add.php => CcliReportReset.php} (76%) rename generated/Rv/Analytics/UI/{NetworkGroup/Join.php => CcliReportShown.php} (75%) delete mode 100644 generated/Rv/Analytics/UI/ClearGroups/Delete.php delete mode 100644 generated/Rv/Analytics/UI/ClearGroups/Group.php delete mode 100644 generated/Rv/Analytics/UI/ClearGroups/Shown/Source.php rename generated/Rv/Analytics/UI/{Looks/Shown => ClearGroups}/Source.php (65%) rename generated/Rv/Analytics/UI/{ClearGroups/Group/ChangeIcon.php => ClearGroupsChangeIcon.php} (69%) rename generated/Rv/Analytics/UI/{ClearGroups/Group/ChangeIcon => ClearGroupsChangeIcon}/IconType.php (57%) rename generated/Rv/Analytics/UI/{ClearGroups/Group/ChangeVisibility.php => ClearGroupsChangeVisibility.php} (56%) rename generated/Rv/Analytics/UI/{ClearGroups/Group/ChangeVisibility => ClearGroupsChangeVisibility}/Visibility.php (69%) rename generated/Rv/Analytics/UI/{CCLI/Report/Shown.php => ClearGroupsCreate.php} (75%) rename generated/Rv/Analytics/UI/{CCLI/Report/Reset.php => ClearGroupsDelete.php} (75%) delete mode 100644 generated/Rv/Analytics/UI/Editor.php delete mode 100644 generated/Rv/Analytics/UI/Editor/Overlay.php delete mode 100644 generated/Rv/Analytics/UI/Editor/Overlay/Closed/Source.php delete mode 100644 generated/Rv/Analytics/UI/Editor/Overlay/Shown/Source.php rename generated/Rv/Analytics/UI/{MainView/Show/Shown.php => EditorOverlayClosed.php} (60%) rename generated/Rv/Analytics/UI/{MainView/Show/Shown => EditorOverlayClosed}/Source.php (65%) rename generated/Rv/Analytics/UI/{QuickSearch/Search.php => EditorOverlayShown.php} (60%) rename generated/Rv/Analytics/UI/{QuickSearch/Search => EditorOverlayShown}/Source.php (64%) delete mode 100644 generated/Rv/Analytics/UI/InAppStore.php delete mode 100644 generated/Rv/Analytics/UI/InAppStore/Trial.php delete mode 100644 generated/Rv/Analytics/UI/InAppStore/Trial/Shown.php rename generated/Rv/Analytics/UI/{MainView/Bible => }/Location.php (69%) delete mode 100644 generated/Rv/Analytics/UI/Looks.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/AudioBin.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Macros.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Macros/Create.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Macros/Delete.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Macros/Shown.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Macros/Trigger.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Messages.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Messages/Create.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Messages/Delete.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Messages/Edit/Action.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Messages/Shown.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Props.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Props/Create.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Props/Delete.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Props/Shown.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Props/Transition.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Stage.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Stage/ChangeLayout.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Stage/ConfigureScreens.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Stage/EditLayouts.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Stage/Shown.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Timers.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Timers/Create.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Timers/Delete.php delete mode 100644 generated/Rv/Analytics/UI/LowerRight/Timers/Shown.php create mode 100644 generated/Rv/Analytics/UI/LowerRightMacros.php create mode 100644 generated/Rv/Analytics/UI/LowerRightMacrosCreate.php create mode 100644 generated/Rv/Analytics/UI/LowerRightMacrosDelete.php create mode 100644 generated/Rv/Analytics/UI/LowerRightMacrosTrigger.php rename generated/Rv/Analytics/UI/{CCLI/Report/Export.php => LowerRightMessages.php} (75%) create mode 100644 generated/Rv/Analytics/UI/LowerRightMessagesCreate.php create mode 100644 generated/Rv/Analytics/UI/LowerRightMessagesDelete.php rename generated/Rv/Analytics/UI/{LowerRight/Messages/Edit.php => LowerRightMessagesEdit.php} (59%) create mode 100644 generated/Rv/Analytics/UI/LowerRightMessagesEdit/Action.php rename generated/Rv/Analytics/UI/{LowerRight/Timers/State.php => LowerRightMessagesState.php} (59%) rename generated/Rv/Analytics/UI/{LowerRight/Props/State => LowerRightMessagesState}/State.php (72%) create mode 100644 generated/Rv/Analytics/UI/LowerRightProps.php create mode 100644 generated/Rv/Analytics/UI/LowerRightPropsCreate.php create mode 100644 generated/Rv/Analytics/UI/LowerRightPropsDelete.php rename generated/Rv/Analytics/UI/{LowerRight/Props/State.php => LowerRightPropsState.php} (59%) rename generated/Rv/Analytics/UI/{LowerRight/Messages/State => LowerRightPropsState}/State.php (72%) create mode 100644 generated/Rv/Analytics/UI/LowerRightPropsTransition.php create mode 100644 generated/Rv/Analytics/UI/LowerRightStage.php create mode 100644 generated/Rv/Analytics/UI/LowerRightStageChangeLayout.php create mode 100644 generated/Rv/Analytics/UI/LowerRightStageConfigureScreens.php create mode 100644 generated/Rv/Analytics/UI/LowerRightStageEditLayouts.php create mode 100644 generated/Rv/Analytics/UI/LowerRightStageMessageState.php rename generated/Rv/Analytics/UI/{LowerRight/Stage/MessageState => LowerRightStageMessageState}/State.php (71%) create mode 100644 generated/Rv/Analytics/UI/LowerRightTimers.php rename generated/Rv/Analytics/UI/{LowerRight/Messages/State.php => LowerRightTimersCollapse.php} (59%) rename generated/Rv/Analytics/UI/{LowerRight/Timers/Collapse => LowerRightTimersCollapse}/State.php (70%) create mode 100644 generated/Rv/Analytics/UI/LowerRightTimersCreate.php create mode 100644 generated/Rv/Analytics/UI/LowerRightTimersDelete.php rename generated/Rv/Analytics/UI/{LowerRight/Timers/Edit.php => LowerRightTimersEdit.php} (59%) rename generated/Rv/Analytics/UI/{LowerRight/Timers/Edit => LowerRightTimersEdit}/Field.php (61%) rename generated/Rv/Analytics/UI/{LowerRight/Timers/Collapse.php => LowerRightTimersState.php} (58%) create mode 100644 generated/Rv/Analytics/UI/LowerRightTimersState/State.php delete mode 100644 generated/Rv/Analytics/UI/MainView.php delete mode 100644 generated/Rv/Analytics/UI/MainView/Bible.php delete mode 100644 generated/Rv/Analytics/UI/MainView/Bible/Lookup/LookupLocation.php delete mode 100644 generated/Rv/Analytics/UI/MainView/Bible/Shown.php delete mode 100644 generated/Rv/Analytics/UI/MainView/CopyrightEditor.php delete mode 100644 generated/Rv/Analytics/UI/MainView/CopyrightEditor/Shown.php delete mode 100644 generated/Rv/Analytics/UI/MainView/MaskEditor.php delete mode 100644 generated/Rv/Analytics/UI/MainView/MaskEditor/Shown.php delete mode 100644 generated/Rv/Analytics/UI/MainView/PresentationEditor.php delete mode 100644 generated/Rv/Analytics/UI/MainView/PresentationEditor/Shown.php delete mode 100644 generated/Rv/Analytics/UI/MainView/PropsEditor.php delete mode 100644 generated/Rv/Analytics/UI/MainView/PropsEditor/Shown.php delete mode 100644 generated/Rv/Analytics/UI/MainView/ReflowEditor.php delete mode 100644 generated/Rv/Analytics/UI/MainView/ReflowEditor/Shown.php delete mode 100644 generated/Rv/Analytics/UI/MainView/ReflowEditor/Shown/Source.php delete mode 100644 generated/Rv/Analytics/UI/MainView/Show.php delete mode 100644 generated/Rv/Analytics/UI/MainView/StageEditor.php delete mode 100644 generated/Rv/Analytics/UI/MainView/StageEditor/Shown.php delete mode 100644 generated/Rv/Analytics/UI/MainView/StageEditor/Shown/Source.php delete mode 100644 generated/Rv/Analytics/UI/MainView/ThemeEditor.php delete mode 100644 generated/Rv/Analytics/UI/MainView/ThemeEditor/Shown.php delete mode 100644 generated/Rv/Analytics/UI/MainView/ThemeEditor/Shown/Source.php rename generated/Rv/Analytics/UI/{Capture/Shown.php => MainViewBible.php} (63%) rename generated/Rv/Analytics/UI/{Show/SlideLabel/Change => MainViewBible}/Source.php (70%) create mode 100644 generated/Rv/Analytics/UI/MainViewCopyrightEditor.php create mode 100644 generated/Rv/Analytics/UI/MainViewCopyrightEditor/CopyrightSource.php create mode 100644 generated/Rv/Analytics/UI/MainViewMaskEditor.php create mode 100644 generated/Rv/Analytics/UI/MainViewMaskEditor/MaskSource.php create mode 100644 generated/Rv/Analytics/UI/MainViewPresentationEditor.php create mode 100644 generated/Rv/Analytics/UI/MainViewPresentationEditor/Source.php rename generated/Rv/Analytics/UI/{Editor/Overlay/Closed.php => MainViewPropsEditor.php} (59%) create mode 100644 generated/Rv/Analytics/UI/MainViewPropsEditor/PropsSource.php rename generated/Rv/Analytics/UI/{Editor/Overlay/Shown.php => MainViewReflowEditor.php} (60%) create mode 100644 generated/Rv/Analytics/UI/MainViewReflowEditor/Source.php rename generated/Rv/Analytics/UI/{ClearGroups/Shown.php => MainViewShow.php} (60%) rename generated/Rv/Analytics/UI/{MainView/PropsEditor/Shown => MainViewShow}/Source.php (70%) create mode 100644 generated/Rv/Analytics/UI/MainViewStageEditor.php rename generated/Rv/Analytics/UI/{LowerRight/Timers/State/State.php => MainViewStageEditor/StageSource.php} (55%) create mode 100644 generated/Rv/Analytics/UI/MainViewThemeEditor.php create mode 100644 generated/Rv/Analytics/UI/MainViewThemeEditor/ThemeSource.php delete mode 100644 generated/Rv/Analytics/UI/NetworkGroup.php delete mode 100644 generated/Rv/Analytics/UI/NetworkGroup/Create.php delete mode 100644 generated/Rv/Analytics/UI/NetworkGroup/Invite.php delete mode 100644 generated/Rv/Analytics/UI/NetworkGroup/Leave.php delete mode 100644 generated/Rv/Analytics/UI/NetworkGroup/Remove.php create mode 100644 generated/Rv/Analytics/UI/NetworkGroupAdd.php create mode 100644 generated/Rv/Analytics/UI/NetworkGroupLeave.php rename generated/Rv/Analytics/UI/{ClearGroups/Create.php => NetworkGroupRemove.php} (75%) delete mode 100644 generated/Rv/Analytics/UI/Placeholder.php delete mode 100644 generated/Rv/Analytics/UI/Placeholder/Unlink.php rename generated/Rv/Analytics/UI/{Placeholder/Link.php => PlaceholderLink.php} (56%) rename generated/Rv/Analytics/UI/{MainView/PresentationEditor/Shown => PlaceholderLink}/Source.php (56%) rename generated/Rv/Analytics/UI/{Placeholder/Link => PlaceholderLink}/Type.php (63%) create mode 100644 generated/Rv/Analytics/UI/PlaceholderUnlink.php delete mode 100644 generated/Rv/Analytics/UI/PlanningCenterLive/Shown.php rename generated/Rv/Analytics/UI/PlanningCenterLive/{Shown => }/WindowType.php (69%) delete mode 100644 generated/Rv/Analytics/UI/Preferences.php delete mode 100644 generated/Rv/Analytics/UI/PreviewArea.php delete mode 100644 generated/Rv/Analytics/UI/PreviewArea/ClearGroups.php delete mode 100644 generated/Rv/Analytics/UI/PreviewArea/ClearGroups/Trigger.php rename generated/Rv/Analytics/UI/{PreviewArea/ClearGroups/Changed.php => PreviewAreaClearGroupsChanged.php} (84%) create mode 100644 generated/Rv/Analytics/UI/PreviewAreaClearGroupsTrigger.php delete mode 100644 generated/Rv/Analytics/UI/QuickSearch.php delete mode 100644 generated/Rv/Analytics/UI/QuickSearch/OpenItems/Source.php rename generated/Rv/Analytics/UI/{QuickSearch/OpenItems.php => QuickSearchOpenItems.php} (64%) rename generated/Rv/Analytics/UI/{MainView/CopyrightEditor/Shown => QuickSearchOpenItems}/Source.php (66%) rename generated/Rv/Analytics/UI/{QuickSearch/OpenItems => QuickSearchOpenItems}/Style.php (72%) rename generated/Rv/Analytics/UI/{QuickSearch/Shown.php => QuickSearchSearch.php} (60%) rename generated/Rv/Analytics/UI/{ScreenConfiguration/Shown => QuickSearchSearch}/Source.php (66%) create mode 100644 generated/Rv/Analytics/UI/QuickSearchShown.php rename generated/Rv/Analytics/UI/{MainView/MaskEditor/Shown => QuickSearchShown}/Source.php (65%) delete mode 100644 generated/Rv/Analytics/UI/ScreenConfiguration.php delete mode 100644 generated/Rv/Analytics/UI/ScreenConfiguration/Shown.php rename generated/Rv/Analytics/UI/{TextInspector => }/SelectionMode.php (70%) rename generated/Rv/Analytics/UI/{Preferences/CustomLogo.php => SettingsCustomLogo.php} (86%) delete mode 100644 generated/Rv/Analytics/UI/Show.php delete mode 100644 generated/Rv/Analytics/UI/Show/SlideLabel.php delete mode 100644 generated/Rv/Analytics/UI/Show/SlideLabel/Shown.php create mode 100644 generated/Rv/Analytics/UI/ShowSlideLabel.php rename generated/Rv/Analytics/UI/{Show/SlideLabel/Change.php => ShowSlideLabelChange.php} (72%) rename generated/Rv/Analytics/UI/{MainView/Bible/Shown => ShowSlideLabelChange}/Source.php (70%) delete mode 100644 generated/Rv/Analytics/UI/TestPattern.php delete mode 100644 generated/Rv/Analytics/UI/TestPattern/Shown.php create mode 100644 generated/Rv/Analytics/UI/TestPatterns.php rename generated/Rv/Analytics/UI/{WelcomeToProPresenter/Shown => TestPatterns}/Source.php (64%) delete mode 100644 generated/Rv/Analytics/UI/TextInspector/LineTransform/TransformType.php delete mode 100644 generated/Rv/Analytics/UI/TextInspector/ScrollingText.php delete mode 100644 generated/Rv/Analytics/UI/TextInspector/Shown.php rename generated/Rv/Analytics/UI/{TextInspector/BackgroundColor.php => TextInspectorBackgroundColor.php} (54%) rename generated/Rv/Analytics/UI/{TextInspector/BackgroundColor => TextInspectorBackgroundColor}/ColorType.php (69%) rename generated/Rv/Analytics/UI/{TextInspector/Foreground.php => TextInspectorForeground.php} (55%) rename generated/Rv/Analytics/UI/{TextInspector/Foreground => TextInspectorForeground}/FillType.php (70%) rename generated/Rv/Analytics/UI/{TextInspector/LineTransform.php => TextInspectorLineTransform.php} (57%) create mode 100644 generated/Rv/Analytics/UI/TextInspectorLineTransform/TransformType.php rename generated/Rv/Analytics/UI/{TextInspector/ScrollingText/Enable.php => TextInspectorScrollingText.php} (84%) rename generated/Rv/Analytics/UI/{TextInspector/UnderlineColor.php => TextInspectorUnderlineColor.php} (71%) delete mode 100644 generated/Rv/Analytics/UI/Toolbar.php delete mode 100644 generated/Rv/Analytics/UI/Toolbar/TextStyle.php delete mode 100644 generated/Rv/Analytics/UI/Toolbar/TextStyle/Change.php delete mode 100644 generated/Rv/Analytics/UI/Toolbar/TextStyle/Change/Property.php delete mode 100644 generated/Rv/Analytics/UI/Toolbar/TextStyle/Change/Target.php delete mode 100644 generated/Rv/Analytics/UI/Toolbar/TextStyle/Shown.php delete mode 100644 generated/Rv/Analytics/UI/Toolbar/Theme.php delete mode 100644 generated/Rv/Analytics/UI/Toolbar/Theme/Shown.php rename generated/Rv/Analytics/UI/{Toolbar/Theme/Applied.php => ToolbarThemeApplication.php} (59%) rename generated/Rv/Analytics/UI/{Toolbar/Theme/Applied => ToolbarThemeApplication}/Target.php (67%) create mode 100644 generated/Rv/Analytics/UI/ToolbarThemeShown.php rename generated/Rv/Analytics/UI/{Looks/Shown.php => Welcome.php} (62%) rename generated/Rv/Analytics/UI/{TestPattern/Shown => Welcome}/Source.php (64%) create mode 100644 generated/Rv/Analytics/UI/WelcomeBlog.php create mode 100644 generated/Rv/Analytics/UI/WelcomeDownloadSampleContent.php create mode 100644 generated/Rv/Analytics/UI/WelcomeFacebook.php create mode 100644 generated/Rv/Analytics/UI/WelcomeInstagram.php create mode 100644 generated/Rv/Analytics/UI/WelcomeKnowledgeBase.php create mode 100644 generated/Rv/Analytics/UI/WelcomeMigration.php create mode 100644 generated/Rv/Analytics/UI/WelcomeScreenConfigurationHelp.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/Blog.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/DownloadSampleContent.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/Facebook.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/Instagram.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/KnowledgeBase.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/Migration.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/ScreenConfigurationHelp.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/Shown.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/Tutorials.php delete mode 100644 generated/Rv/Analytics/UI/WelcomeToProPresenter/UserGroup.php create mode 100644 generated/Rv/Analytics/UI/WelcomeTutorials.php create mode 100644 generated/Rv/Analytics/UI/WelcomeUserGroup.php delete mode 100644 generated/Rv/Analytics/UI/WhatsNew.php rename generated/Rv/Analytics/UI/{WhatsNew/Viewed.php => WhatsNewViewed.php} (60%) create mode 100644 generated/Rv/Analytics/UI/WindowedOutputCreated.php create mode 100644 generated/Rv/Analytics/UI/WindowedOutputCreated/ScreenType.php create mode 100644 generated/Rv/Data/API_v1_MacroAction.php create mode 100644 generated/Rv/Data/API_v1_PropCollection.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/DeletePropCollection.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/GetPropCollection.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/GetPropCollections.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/PauseProp.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/PostPropCollections.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/PutProp.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/PutProp/AutoClearChange.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/PutPropCollection.php create mode 100644 generated/Rv/Data/API_v1_Prop_Request/ResumeProp.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/DeletePropCollection.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/GetPropCollection.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/GetPropCollections.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/GetPropCollections/Collections.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/PauseProp.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/PostPropCollections.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/PutProp.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/PutPropCollection.php create mode 100644 generated/Rv/Data/API_v1_Prop_Response/ResumeProp.php create mode 100644 generated/Rv/Data/API_v1_Transition.php rename generated/Rv/{Analytics/MultiTracks.php => Data/Action/PropType/PropClear.php} (65%) create mode 100644 generated/Rv/Data/Action/PropType/PropTrigger.php create mode 100644 generated/Rv/Data/AdvertisementGroup.php create mode 100644 generated/Rv/Data/AirplayConfiguration.php delete mode 100644 generated/Rv/Data/CoreDataStateDump.php create mode 100644 generated/Rv/Data/GetMediaThumbnail.php create mode 100644 generated/Rv/Data/Graphics/Text/AlternateText.php create mode 100644 generated/Rv/Data/Graphics/Text/Attributes/CharacterSizeMode.php create mode 100644 generated/Rv/Data/Graphics/Text/Attributes/LigatureStyle.php rename generated/Rv/{Analytics/Startup/Resi.php => Data/InputStatusCallback.php} (50%) create mode 100644 generated/Rv/Data/LeaveBreadcrumb.php create mode 100644 generated/Rv/Data/LeaveBreadcrumb/MetadataEntry.php create mode 100644 generated/Rv/Data/LeaveBreadcrumb/Type.php create mode 100644 generated/Rv/Data/Media/VideoDevice/AirCast.php create mode 100644 generated/Rv/Data/MediaAssetTriggered.php create mode 100644 generated/Rv/Data/MediaMetadataRequestInfo/BufferFormat.php create mode 100644 generated/Rv/Data/MediaPreview.php create mode 100644 generated/Rv/Data/MediaThumbnail.php create mode 100644 generated/Rv/Data/PCOData.php create mode 100644 generated/Rv/Data/ProScoreboardWorkspace.php create mode 100644 generated/Rv/Data/PropDocument/PropCollection.php create mode 100644 generated/Rv/Data/PropDocument/PropCollection/Item.php create mode 100644 generated/Rv/Data/PropPauseRequest.php create mode 100644 generated/Rv/Data/PropPauseRequest/Pause.php create mode 100644 generated/Rv/Data/PropPauseRequest/Resume.php create mode 100644 generated/Rv/Data/PropPauseRequest/Status.php create mode 100644 generated/Rv/Data/PropPauseResponse.php create mode 100644 generated/Rv/Data/PropPauseResponse/Status.php create mode 100644 generated/Rv/Data/RenderLayer.php rename generated/Rv/Data/{TextLayer => RenderLayer}/Composite.php (84%) create mode 100644 generated/Rv/Data/RenderLayer/Scrolling.php create mode 100644 generated/Rv/Data/RequestWebFillTokenAndCookies.php create mode 100644 generated/Rv/Data/ResolvedFeatureFlags.php create mode 100644 generated/Rv/Data/ShowMessage.php create mode 100644 generated/Rv/Data/Slide/Element/DataLink/KeyValueFill.php create mode 100644 generated/Rv/Data/Slide/Element/DataLink/KeyValueText.php create mode 100644 generated/Rv/Data/Slide/Element/DataLink/Zone.php create mode 100644 generated/Rv/Data/SlideElement.php create mode 100644 generated/Rv/Data/SlidePreview.php delete mode 100644 generated/Rv/Data/TextLayer.php create mode 100644 generated/Rv/Data/TriggerTransferRenderState/SlideState/TriggerSource.php create mode 100644 generated/Rv/Data/WebFillTokenAndCookies.php create mode 100644 generated/Rv/Data/WebFillTokenAndCookies/Cookie.php create mode 100644 generated/Rv/Data/Zone.php create mode 100644 proto/advertisementGroup.proto create mode 100644 proto/analyticsEdit.proto create mode 100644 proto/analyticsMediaManagement.proto create mode 100644 proto/analyticsPowerPoint.proto create mode 100644 proto/analyticsTrackedEvents.proto create mode 100644 proto/analyticsTriggerCue.proto create mode 100644 proto/customOptions.proto create mode 100644 proto/google/protobuf/any.proto create mode 100644 proto/google/protobuf/source_context.proto create mode 100644 proto/google/protobuf/type.proto create mode 100644 proto/mediaMetadata.proto create mode 100644 proto/proCoreFeatureFlags.proto create mode 100644 proto/psbWorkspace.proto create mode 100644 proto/zone.proto diff --git a/LICENSE b/LICENSE index 493a7b6..ecfe798 100644 --- a/LICENSE +++ b/LICENSE @@ -26,4 +26,5 @@ SOFTWARE. This project bundles `.proto` files derived from [greyshirtguy/ProPresenter7-Proto](https://github.com/greyshirtguy/ProPresenter7-Proto) -(v7.16.2), which is also distributed under the MIT License. +(Proto 19beta, dumped from ProPresenter v19 beta build 318767123, plus a few +retained extras), which is also distributed under the MIT License. diff --git a/README.md b/README.md index 1b10e6d..9f83a5f 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ Looking for something specific? Use the keyword index: [doc/keywords.md](doc/key ├── bin/ # 18 CLI tools (parse-*.php scripts) ├── src/ # PHP source (wrappers, readers, writers, generators) ├── generated/ # Auto-generated protobuf PHP classes (Rv\Data\…) -├── proto/ # Vendored .proto files (greyshirtguy/ProPresenter7-Proto v7.16.2) +├── proto/ # Vendored .proto files (greyshirtguy/ProPresenter7-Proto, Proto 19beta + extras) ├── tests/ # PHPUnit test suite (369 tests) ├── doc/ │ ├── INDEX.md # Documentation entry point @@ -510,7 +510,7 @@ Contributions are welcome! Please: This project is released under the [MIT License](LICENSE). -The bundled `.proto` files in [`proto/`](proto/) are derived from [greyshirtguy/ProPresenter7-Proto](https://github.com/greyshirtguy/ProPresenter7-Proto) v7.16.2, also distributed under the MIT License. +The bundled `.proto` files in [`proto/`](proto/) are derived from [greyshirtguy/ProPresenter7-Proto](https://github.com/greyshirtguy/ProPresenter7-Proto), Proto 19beta (dumped from ProPresenter v19 beta build 318767123) plus a few extras (`calendar`, `keyMappings`, plus three legacy analytics protos retained from the 7.16.2 set), also distributed under the MIT License. --- diff --git a/doc/formats/pp_bundle_spec.md b/doc/formats/pp_bundle_spec.md index 0bd50db..4ddc584 100644 --- a/doc/formats/pp_bundle_spec.md +++ b/doc/formats/pp_bundle_spec.md @@ -2,7 +2,7 @@ **Version:** 1.0 **Target Audience:** AI agents, automated parsers, developers -**Proto Source:** greyshirtguy/ProPresenter7-Proto v7.16.2 (MIT License) +**Proto Source:** greyshirtguy/ProPresenter7-Proto Proto 19beta (MIT License) --- @@ -13,7 +13,7 @@ - **Container Format:** Standard ZIP archive (PKZIP 2.0+, default deflate compression) - **Binary Format:** Protocol Buffers (Google protobuf v3) for the embedded `.pro` file - **Top-level Message:** `rv.data.Presentation` (defined in `presentation.proto`) -- **Proto Definitions:** greyshirtguy/ProPresenter7-Proto v7.16.2 (MIT) +- **Proto Definitions:** greyshirtguy/ProPresenter7-Proto Proto 19beta (MIT) - **Predecessor:** Pro6 `.pro6x` format ### Container Structure diff --git a/doc/formats/pp_playlist_spec.md b/doc/formats/pp_playlist_spec.md index 5ce9b4e..b58327b 100644 --- a/doc/formats/pp_playlist_spec.md +++ b/doc/formats/pp_playlist_spec.md @@ -2,7 +2,7 @@ **Version:** 1.0 **Target Audience:** AI agents, automated parsers, developers -**Proto Source:** greyshirtguy/ProPresenter7-Proto v7.16.2 (MIT License) +**Proto Source:** greyshirtguy/ProPresenter7-Proto Proto 19beta (MIT License) --- @@ -14,7 +14,7 @@ - **Compression:** Store only (no deflate compression) - **Binary Format:** Protocol Buffers (Google protobuf v3) - **Top-level Message:** `rv.data.Playlist` (defined in `playlist.proto`) -- **Proto Definitions:** greyshirtguy/ProPresenter7-Proto v7.16.2 (MIT) +- **Proto Definitions:** greyshirtguy/ProPresenter7-Proto Proto 19beta (MIT) ### Container Structure - **Archive Type:** ZIP64 with store compression (compression method 0) diff --git a/doc/formats/pp_song_spec.md b/doc/formats/pp_song_spec.md index 6861a48..0493328 100644 --- a/doc/formats/pp_song_spec.md +++ b/doc/formats/pp_song_spec.md @@ -2,7 +2,7 @@ **Version:** 1.1 **Target Audience:** AI agents, automated parsers, developers -**Proto Source:** greyshirtguy/ProPresenter7-Proto v7.16.2 (MIT License) +**Proto Source:** greyshirtguy/ProPresenter7-Proto Proto 19beta (MIT License) --- @@ -12,7 +12,7 @@ - **Extension:** `.pro` - **Binary Format:** Protocol Buffers (Google protobuf v3) - **Top-level Message:** `rv.data.Presentation` (defined in `presentation.proto`) -- **Proto Definitions:** greyshirtguy/ProPresenter7-Proto v7.16.2 (MIT) +- **Proto Definitions:** greyshirtguy/ProPresenter7-Proto Proto 19beta (MIT) ### Known Limitations - **Binary Fidelity:** Round-trip decode→encode fails on all reference files. Proto definitions are incomplete; unknown fields are lost during serialization. diff --git a/doc/internal/decisions.md b/doc/internal/decisions.md index b6cab34..0470535 100644 --- a/doc/internal/decisions.md +++ b/doc/internal/decisions.md @@ -3,9 +3,10 @@ ## Decisions Made ### Proto Version Choice -- **Decision**: Use greyshirtguy/ProPresenter7-Proto v7.16.2 -- **Reason**: Field numbers match Test.pro raw decode perfectly -- **Source**: Metis analysis + typed decode validation in T2 +- **Decision**: Use greyshirtguy/ProPresenter7-Proto, Proto 19beta (dumped from ProPresenter v19 beta build 318767123) +- **Reason**: Latest available proto schema; field numbers compatible with our reference files; covers new ProPresenter 19 features +- **Retained extras**: `calendar.proto`, `keyMappings.proto` (not present in 19beta upstream but extracted from PP binaries to support our `parse-calendar` and `parse-key-mappings` tools); `analyticsCapture/Update/WHMStore.proto` retained from the prior 7.16.2 set for backward compatibility +- **History**: Originally adopted v7.16.2 (Metis analysis + typed decode validation in T2); upgraded to Proto 19beta on 2026-05-04 ### RTF Handling - **Getters**: Plain text only (via RtfExtractor) diff --git a/generated/GPBMetadata/Action.php b/generated/GPBMetadata/Action.php index d2c43df..ff2d4ad 100644 --- a/generated/GPBMetadata/Action.php +++ b/generated/GPBMetadata/Action.php @@ -18,6 +18,7 @@ class Action \GPBMetadata\Background::initOnce(); \GPBMetadata\CollectionElementType::initOnce(); \GPBMetadata\Color::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Effects::initOnce(); \GPBMetadata\GraphicsData::initOnce(); \GPBMetadata\Input::initOnce(); @@ -31,7 +32,7 @@ class Action \GPBMetadata\Url::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x97M\x0A\x0Caction.proto\x12\x07rv.data\x1A\x1BcollectionElementType.proto\x1A\x0Bcolor.proto\x1A\x0Deffects.proto\x1A\x12graphicsData.proto\x1A\x0Binput.proto\x1A\x0EintRange.proto\x1A\x0Clayers.proto\x1A\x0Emessages.proto\x1A\x0FpropSlide.proto\x1A\x17presentationSlide.proto\x1A\x0Bstage.proto\x1A\x0Ctimers.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\xDBJ\x0A\x06Action\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\$\x0A\x05label\x18\x03 \x01(\x0B2\x15.rv.data.Action.Label\x12\x12\x0A\x0Adelay_time\x18\x04 \x01(\x01\x12)\x0A\x08old_type\x18\x05 \x01(\x0B2\x17.rv.data.Action.OldType\x12\x11\x0A\x09isEnabled\x18\x06 \x01(\x08\x12A\x0A\x14layer_identification\x18\x07 \x01(\x0B2#.rv.data.Action.LayerIdentification\x12\x10\x0A\x08duration\x18\x08 \x01(\x01\x12(\x0A\x04type\x18\x09 \x01(\x0E2\x1A.rv.data.Action.ActionType\x12<\x0A\x12collection_element\x18\x10 \x01(\x0B2\x1E.rv.data.CollectionElementTypeH\x00\x129\x0A\x0Dplaylist_item\x18\x11 \x01(\x0B2 .rv.data.Action.PlaylistItemTypeH\x00\x123\x0A\x0Ablend_mode\x18\x12 \x01(\x0B2\x1D.rv.data.Action.BlendModeTypeH\x00\x124\x0A\x0Atransition\x18\x13 \x01(\x0B2\x1E.rv.data.Action.TransitionTypeH\x00\x12*\x0A\x05media\x18\x14 \x01(\x0B2\x19.rv.data.Action.MediaTypeH\x00\x121\x0A\x0Bdouble_item\x18\x15 \x01(\x0B2\x1A.rv.data.Action.DoubleTypeH\x00\x12.\x0A\x07effects\x18\x16 \x01(\x0B2\x1B.rv.data.Action.EffectsTypeH\x00\x12*\x0A\x05slide\x18\x17 \x01(\x0B2\x19.rv.data.Action.SlideTypeH\x00\x124\x0A\x0Abackground\x18\x18 \x01(\x0B2\x1E.rv.data.Action.BackgroundTypeH\x00\x12*\x0A\x05timer\x18\x19 \x01(\x0B2\x19.rv.data.Action.TimerTypeH\x00\x12*\x0A\x05clear\x18\x1A \x01(\x0B2\x19.rv.data.Action.ClearTypeH\x00\x120\x0A\x05stage\x18\x1B \x01(\x0B2\x1F.rv.data.Action.StageLayoutTypeH\x00\x12(\x0A\x04prop\x18\x1C \x01(\x0B2\x18.rv.data.Action.PropTypeH\x00\x12(\x0A\x04mask\x18\x1D \x01(\x0B2\x18.rv.data.Action.MaskTypeH\x00\x12.\x0A\x07message\x18\x1E \x01(\x0B2\x1B.rv.data.Action.MessageTypeH\x00\x12:\x0A\x0Dcommunication\x18 \x01(\x0B2!.rv.data.Action.CommunicationTypeH\x00\x127\x0A\x0Cmulti_screen\x18! \x01(\x0B2\x1F.rv.data.Action.MultiScreenTypeH\x00\x12=\x0A\x15presentation_document\x18\" \x01(\x0B2\x1C.rv.data.Action.DocumentTypeH\x00\x12I\x0A\x15external_presentation\x18\$ \x01(\x0B2(.rv.data.Action.ExternalPresentationTypeH\x00\x129\x0A\x0Daudience_look\x18% \x01(\x0B2 .rv.data.Action.AudienceLookTypeH\x00\x125\x0A\x0Baudio_input\x18& \x01(\x0B2\x1E.rv.data.Action.AudioInputTypeH\x00\x12A\x0A\x11slide_destination\x18' \x01(\x0B2\$.rv.data.Action.SlideDestinationTypeH\x00\x12*\x0A\x05macro\x18( \x01(\x0B2\x19.rv.data.Action.MacroTypeH\x00\x125\x0A\x0Bclear_group\x18) \x01(\x0B2\x1E.rv.data.Action.ClearGroupTypeH\x00\x12A\x0A\x11transport_control\x18* \x01(\x0B2\$.rv.data.Action.TransportControlTypeH\x00\x12.\x0A\x07capture\x18+ \x01(\x0B2\x1B.rv.data.Action.CaptureTypeH\x00\x1A\xA7\x01\x0A\x07OldType\x122\x0A\x08category\x18\x01 \x01(\x0E2 .rv.data.Action.OldType.Category\x12\x18\x0A\x10application_type\x18\x02 \x01(\x05\"N\x0A\x08Category\x12\x14\x0A\x10CATEGORY_UNKNOWN\x10\x00\x12\x12\x0A\x0ECATEGORY_MEDIA\x10\x01\x12\x18\x0A\x14CATEGORY_APPLICATION\x10\x02\x1A:\x0A\x05Label\x12\x0C\x0A\x04text\x18\x02 \x01(\x09\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.ColorJ\x04\x08\x01\x10\x02\x1A@\x0A\x13LayerIdentification\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x1A\xB7\x01\x0A\x10PlaylistItemType\x12\$\x0A\x0Dplaylist_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x15\x0A\x0Dplaylist_name\x18\x02 \x01(\x09\x12 \x0A\x09item_uuid\x18\x03 \x01(\x0B2\x0D.rv.data.UUID\x12\x11\x0A\x09item_name\x18\x04 \x01(\x09\x12\x17\x0A\x0Fselect_playlist\x18\x05 \x01(\x08\x12\x18\x0A\x10always_retrigger\x18\x06 \x01(\x08\x1Ae\x0A\x0DBlendModeType\x12,\x0A\x0Ablend_mode\x18\x01 \x01(\x0E2\x18.rv.data.Layer.BlendMode\x12&\x0A\x05blend\x18\x02 \x01(\x0B2\x17.rv.data.Layer.Blending\x1AR\x0A\x0ETransitionType\x12\x17\x0A\x0Ftransition_name\x18\x01 \x01(\x09\x12'\x0A\x0Atransition\x18\x02 \x01(\x0B2\x13.rv.data.Transition\x1A\x1B\x0A\x0ADoubleType\x12\x0D\x0A\x05value\x18\x01 \x01(\x01\x1A/\x0A\x0BEffectsType\x12 \x0A\x07effects\x18\x01 \x03(\x0B2\x0F.rv.data.Effect\x1A\x9B\x0C\x0A\x09MediaType\x12\x1B\x0A\x13transition_duration\x18\x01 \x01(\x01\x122\x0A\x1Bselected_effect_preset_uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12'\x0A\x0Atransition\x18\x03 \x01(\x0B2\x13.rv.data.Transition\x12 \x0A\x07effects\x18\x04 \x03(\x0B2\x0F.rv.data.Effect\x12\x1F\x0A\x07element\x18\x05 \x01(\x0B2\x0E.rv.data.Media\x12-\x0A\x0Alayer_type\x18\x0A \x01(\x0E2\x19.rv.data.Action.LayerType\x12\x18\x0A\x10always_retrigger\x18\x0B \x01(\x08\x129\x0A\x07markers\x18\x0C \x03(\x0B2(.rv.data.Action.MediaType.PlaybackMarker\x120\x0A\x05image\x18\x06 \x01(\x0B2\x1F.rv.data.Action.MediaType.ImageH\x00\x120\x0A\x05video\x18\x07 \x01(\x0B2\x1F.rv.data.Action.MediaType.VideoH\x00\x120\x0A\x05audio\x18\x08 \x01(\x0B2\x1F.rv.data.Action.MediaType.AudioH\x00\x129\x0A\x0Alive_video\x18\x09 \x01(\x0B2#.rv.data.Action.MediaType.LiveVideoH\x00\x1A\x07\x0A\x05Image\x1A\xE4\x01\x0A\x05Video\x12E\x0A\x11playback_behavior\x18\x01 \x01(\x0E2*.rv.data.Action.MediaType.PlaybackBehavior\x12;\x0A\x0Cend_behavior\x18\x02 \x01(\x0E2%.rv.data.Action.MediaType.EndBehavior\x12\x11\x0A\x09loop_time\x18\x03 \x01(\x01\x12\x15\x0A\x0Dtimes_to_loop\x18\x04 \x01(\x0D\x12\x11\x0A\x09soft_loop\x18\x05 \x01(\x08\x12\x1A\x0A\x12soft_loop_duration\x18\x06 \x01(\x01\x1A\x9F\x02\x0A\x05Audio\x12E\x0A\x11playback_behavior\x18\x01 \x01(\x0E2*.rv.data.Action.MediaType.PlaybackBehavior\x12\x11\x0A\x09loop_time\x18\x02 \x01(\x01\x12\x15\x0A\x0Dtimes_to_loop\x18\x03 \x01(\x0D\x12H\x0A\x0Aaudio_type\x18\x04 \x01(\x0E24.rv.data.Action.MediaType.Audio.MediaActionAudioType\"[\x0A\x14MediaActionAudioType\x12 \x0A\x1CMEDIA_ACTION_AUDIO_TYPE_TUNE\x10\x00\x12!\x0A\x1DMEDIA_ACTION_AUDIO_TYPE_SOUND\x10\x01\x1A\x0B\x0A\x09LiveVideo\x1A\x8A\x01\x0A\x0EPlaybackMarker\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04time\x18\x02 \x01(\x01\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12\x0C\x0A\x04name\x18\x04 \x01(\x09\x12 \x0A\x07actions\x18\x05 \x03(\x0B2\x0F.rv.data.Action\"\x95\x01\x0A\x10PlaybackBehavior\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_STOP\x10\x00\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_LOOP\x10\x01\x12\$\x0A PLAYBACK_BEHAVIOR_LOOP_FOR_COUNT\x10\x02\x12#\x0A\x1FPLAYBACK_BEHAVIOR_LOOP_FOR_TIME\x10\x03\"\xA4\x01\x0A\x0BEndBehavior\x12\x15\x0A\x11END_BEHAVIOR_STOP\x10\x00\x12\x1E\x0A\x1AEND_BEHAVIOR_STOP_ON_BLACK\x10\x01\x12\x1E\x0A\x1AEND_BEHAVIOR_STOP_ON_CLEAR\x10\x02\x12\x1E\x0A\x1AEND_BEHAVIOR_FADE_TO_BLACK\x10\x03\x12\x1E\x0A\x1AEND_BEHAVIOR_FADE_TO_CLEAR\x10\x04B\x0B\x0A\x09MediaTypeJ\x04\x08\x0D\x10\x0E\x1A|\x0A\x09SlideType\x122\x0A\x0Cpresentation\x18\x02 \x01(\x0B2\x1A.rv.data.PresentationSlideH\x00\x12\"\x0A\x04prop\x18\x03 \x01(\x0B2\x12.rv.data.PropSlideH\x00B\x07\x0A\x05SlideJ\x04\x08\x01\x10\x02R\x08template\x1A6\x0A\x0EBackgroundType\x12\$\x0A\x07element\x18\x01 \x01(\x0B2\x13.rv.data.Background\x1A\x96\x03\x0A\x09TimerType\x12:\x0A\x0Baction_type\x18\x02 \x01(\x0E2%.rv.data.Action.TimerType.TimerAction\x12<\x0A\x14timer_identification\x18\x04 \x01(\x0B2\x1E.rv.data.CollectionElementType\x129\x0A\x13timer_configuration\x18\x0A \x01(\x0B2\x1C.rv.data.Timer.Configuration\x12\x18\x0A\x10increment_amount\x18\x0B \x01(\x01\"\x8F\x01\x0A\x0BTimerAction\x12\x10\x0A\x0CACTION_START\x10\x00\x12\x0F\x0A\x0BACTION_STOP\x10\x01\x12\x10\x0A\x0CACTION_RESET\x10\x02\x12\x1A\x0A\x16ACTION_RESET_AND_START\x10\x03\x12\x19\x0A\x15ACTION_STOP_AND_RESET\x10\x04\x12\x14\x0A\x10ACTION_INCREMENT\x10\x05J\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\x09J\x04\x08\x09\x10\x0A\x1A\xCE\x03\x0A\x09ClearType\x12@\x0A\x0Ctarget_layer\x18\x02 \x01(\x0E2*.rv.data.Action.ClearType.ClearTargetLayer\x12?\x0A\x13content_destination\x18\x04 \x01(\x0E2\".rv.data.Action.ContentDestination\"\xB1\x02\x0A\x10ClearTargetLayer\x12\x1A\x0A\x16CLEAR_TARGET_LAYER_ALL\x10\x00\x12\x1C\x0A\x18CLEAR_TARGET_LAYER_AUDIO\x10\x01\x12!\x0A\x1DCLEAR_TARGET_LAYER_BACKGROUND\x10\x02\x12!\x0A\x1DCLEAR_TARGET_LAYER_LIVE_VIDEO\x10\x03\x12\x1B\x0A\x17CLEAR_TARGET_LAYER_PROP\x10\x04\x12\x1C\x0A\x18CLEAR_TARGET_LAYER_SLIDE\x10\x05\x12\x1B\x0A\x17CLEAR_TARGET_LAYER_LOGO\x10\x06\x12\x1F\x0A\x1BCLEAR_TARGET_LAYER_MESSAGES\x10\x07\x12\$\x0A CLEAR_TARGET_LAYER_AUDIO_EFFECTS\x10\x08J\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04\x1AH\x0A\x0EClearGroupType\x126\x0A\x0Eidentification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x1A\x8D\x02\x0A\x14TransportControlType\x129\x0A\x04play\x18\x01 \x01(\x0B2).rv.data.Action.TransportControlType.PlayH\x00\x12;\x0A\x05pause\x18\x02 \x01(\x0B2*.rv.data.Action.TransportControlType.PauseH\x00\x12E\x0A\x0AjumpToTime\x18\x03 \x01(\x0B2/.rv.data.Action.TransportControlType.JumpToTimeH\x00\x1A\x06\x0A\x04Play\x1A\x07\x0A\x05Pause\x1A\x1A\x0A\x0AJumpToTime\x12\x0C\x0A\x04time\x18\x01 \x01(\x01B\x09\x0A\x07Command\x1A\xA9\x02\x0A\x0FStageLayoutType\x12A\x0A\x18stage_screen_assignments\x18\x04 \x03(\x0B2\x1F.rv.data.Stage.ScreenAssignment\x12A\x0A\x0Cslide_target\x18\x05 \x01(\x0E2+.rv.data.Action.StageLayoutType.SlideTarget\"\\\x0A\x0BSlideTarget\x12\x1A\x0A\x16SLIDE_TARGET_NO_CHANGE\x10\x00\x12\x1B\x0A\x17SLIDE_TARGET_STAGE_ONLY\x10\x01\x12\x14\x0A\x10SLIDE_TARGET_ALL\x10\x02J\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04R\x19collection_identificationR\x0Baction_type\x1AY\x0A\x14SlideDestinationType\x12A\x0A\x0Cslide_target\x18\x01 \x01(\x0E2+.rv.data.Action.StageLayoutType.SlideTarget\x1AN\x0A\x08PropType\x126\x0A\x0Eidentification\x18\x03 \x01(\x0B2\x1E.rv.data.CollectionElementTypeJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\x1AN\x0A\x08MaskType\x126\x0A\x0Eidentification\x18\x03 \x01(\x0B2\x1E.rv.data.CollectionElementTypeJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\x1A\x80\x01\x0A\x0BMessageType\x12=\x0A\x15message_identificaton\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x12,\x0A\x07content\x18\x03 \x03(\x0B2\x1B.rv.data.Message.TokenValueJ\x04\x08\x02\x10\x03\x1A\x88\x0C\x0A\x11CommunicationType\x12=\x0A\x15device_identification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x12\x0E\x0A\x06format\x18\x02 \x01(\x09\x12\x13\x0A\x0Bdescription\x18\x03 \x01(\x09\x12;\x0A\x08commands\x18\x04 \x03(\x0B2).rv.data.Action.CommunicationType.Command\x12E\x0A\x0Cmidi_command\x18\x05 \x01(\x0B2-.rv.data.Action.CommunicationType.MIDICommandH\x00\x12T\x0A\x14global_cache_command\x18\x06 \x01(\x0B24.rv.data.Action.CommunicationType.GlobalCacheCommandH\x00\x12I\x0A\x0Egvg100_command\x18\x07 \x01(\x0B2/.rv.data.Action.CommunicationType.GVG100CommandH\x00\x12L\x0A\x10sony_BVS_command\x18\x08 \x01(\x0B20.rv.data.Action.CommunicationType.SonyBVSCommandH\x00\x1Am\x0A\x07Command\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x0D\x0A\x05value\x18\x02 \x01(\x09\x12,\x0A\x11replacement_range\x18\x03 \x01(\x0B2\x11.rv.data.IntRange\x12\x17\x0A\x0Fpossible_values\x18\x04 \x03(\x09\x1A\xA9\x01\x0A\x0BMIDICommand\x12B\x0A\x05state\x18\x01 \x01(\x0E23.rv.data.Action.CommunicationType.MIDICommand.State\x12\x0F\x0A\x07channel\x18\x02 \x01(\x0D\x12\x0C\x0A\x04note\x18\x03 \x01(\x0D\x12\x11\x0A\x09intensity\x18\x04 \x01(\x0D\"\$\x0A\x05State\x12\x0C\x0A\x08STATE_ON\x10\x00\x12\x0D\x0A\x09STATE_OFF\x10\x01\x1A\xA5\x02\x0A\x12GlobalCacheCommand\x12Z\x0A\x0Ecommand_action\x18\x01 \x01(\x0E2B.rv.data.Action.CommunicationType.GlobalCacheCommand.CommandAction\x12\x0E\x0A\x06output\x18\x02 \x01(\x0D\x12\x10\x0A\x08interval\x18\x03 \x01(\x0D\"\x90\x01\x0A\x0DCommandAction\x12\x15\x0A\x11COMMAND_ACTION_ON\x10\x00\x12\x16\x0A\x12COMMAND_ACTION_OFF\x10\x01\x12'\x0A#COMMAND_ACTION_ON_OFF_WITH_INTERVAL\x10\x02\x12'\x0A#COMMAND_ACTION_OFF_ON_WITH_INTERVAL\x10\x03\x1A\xB8\x01\x0A\x0DGVG100Command\x12U\x0A\x0Ecommand_action\x18\x01 \x01(\x0E2=.rv.data.Action.CommunicationType.GVG100Command.CommandAction\"P\x0A\x0DCommandAction\x12 \x0A\x1CCOMMAND_ACTION_FADE_TO_BLACK\x10\x00\x12\x1D\x0A\x19COMMAND_ACTION_DSK_TOGGLE\x10\x01\x1A\x8A\x02\x0A\x0ESonyBVSCommand\x12V\x0A\x0Ecommand_action\x18\x01 \x01(\x0E2>.rv.data.Action.CommunicationType.SonyBVSCommand.CommandAction\"\x9F\x01\x0A\x0DCommandAction\x12 \x0A\x1CCOMMAND_ACTION_FADE_TO_BLACK\x10\x00\x12\x19\x0A\x15COMMAND_ACTION_KEY_ON\x10\x01\x12\x1A\x0A\x16COMMAND_ACTION_KEY_OFF\x10\x02\x12\x19\x0A\x15COMMAND_ACTION_DSK_ON\x10\x03\x12\x1A\x0A\x16COMMAND_ACTION_DSK_OFF\x10\x04B\x11\x0A\x0FCommandTypeData\x1AU\x0A\x0FMultiScreenType\x126\x0A\x0Eidentification\x18\x03 \x01(\x0B2\x1E.rv.data.CollectionElementTypeJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\x1A\xB4\x01\x0A\x0CDocumentType\x126\x0A\x0Eidentification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x12+\x0A\x14selected_arrangement\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12?\x0A\x13content_destination\x18\x03 \x01(\x0E2\".rv.data.Action.ContentDestination\x1A5\x0A\x18ExternalPresentationType\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x1AJ\x0A\x10AudienceLookType\x126\x0A\x0Eidentification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x1A\x98\x01\x0A\x0EAudioInputType\x12\x0D\x0A\x05index\x18\x01 \x01(\x05\x12\x15\x0A\x0Doverride_mode\x18\x02 \x01(\x08\x127\x0A\x0Dbehavior_mode\x18\x03 \x01(\x0B2 .rv.data.AudioInput.BehaviorMode\x12\x17\x0A\x0Foverride_volume\x18\x04 \x01(\x08\x12\x0E\x0A\x06volume\x18\x05 \x01(\x01\x1AC\x0A\x09MacroType\x126\x0A\x0Eidentification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x1A\x95\x02\x0A\x0BCaptureType\x129\x0A\x05start\x18\x01 \x01(\x0B2(.rv.data.Action.CaptureType.CaptureStartH\x00\x127\x0A\x04stop\x18\x02 \x01(\x0B2'.rv.data.Action.CaptureType.CaptureStopH\x00\x1AM\x0A\x0CCaptureStart\x12=\x0A\x15preset_identification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x1A2\x0A\x0BCaptureStop\x12#\x0A\x1Bshows_alert_before_stopping\x18\x01 \x01(\x08B\x0F\x0A\x0DCaptureAction\"[\x0A\x12ContentDestination\x12\x1E\x0A\x1ACONTENT_DESTINATION_GLOBAL\x10\x00\x12%\x0A!CONTENT_DESTINATION_ANNOUNCEMENTS\x10\x01\"l\x0A\x09LayerType\x12\x19\x0A\x15LAYER_TYPE_BACKGROUND\x10\x00\x12\x19\x0A\x15LAYER_TYPE_FOREGROUND\x10\x01\x12\x13\x0A\x0FLAYER_TYPE_FILL\x10\x02\x12\x14\x0A\x10LAYER_TYPE_INPUT\x10\x03\"\x8F\x06\x0A\x0AActionType\x12\x17\x0A\x13ACTION_TYPE_UNKNOWN\x10\x00\x12\x1C\x0A\x18ACTION_TYPE_STAGE_LAYOUT\x10\x01\x12\x15\x0A\x11ACTION_TYPE_MEDIA\x10\x02\x12\x15\x0A\x11ACTION_TYPE_TIMER\x10\x03\x12\x1D\x0A\x19ACTION_TYPE_COMMUNICATION\x10\x04\x12\x15\x0A\x11ACTION_TYPE_CLEAR\x10\x05\x12\x14\x0A\x10ACTION_TYPE_PROP\x10\x06\x12\x14\x0A\x10ACTION_TYPE_MASK\x10\x07\x12\x17\x0A\x13ACTION_TYPE_MESSAGE\x10\x08\x12\x1C\x0A\x18ACTION_TYPE_SOCIAL_MEDIA\x10\x09\x12\x1B\x0A\x17ACTION_TYPE_MULTISCREEN\x10\x0A\x12\"\x0A\x1EACTION_TYPE_PRESENTATION_SLIDE\x10\x0B\x12 \x0A\x1CACTION_TYPE_FOREGROUND_MEDIA\x10\x0C\x12 \x0A\x1CACTION_TYPE_BACKGROUND_MEDIA\x10\x0D\x12%\x0A!ACTION_TYPE_PRESENTATION_DOCUMENT\x10\x0E\x12\x1A\x0A\x16ACTION_TYPE_PROP_SLIDE\x10\x0F\x12%\x0A!ACTION_TYPE_EXTERNAL_PRESENTATION\x10\x11\x12\x1D\x0A\x19ACTION_TYPE_AUDIENCE_LOOK\x10\x12\x12\x1B\x0A\x17ACTION_TYPE_AUDIO_INPUT\x10\x13\x12\"\x0A\x1EACTION_TYPE_AUDIO_BIN_PLAYLIST\x10\x14\x12\"\x0A\x1EACTION_TYPE_MEDIA_BIN_PLAYLIST\x10\x15\x12!\x0A\x1DACTION_TYPE_SLIDE_DESTINATION\x10\x16\x12\x15\x0A\x11ACTION_TYPE_MACRO\x10\x17\x12\x1B\x0A\x17ACTION_TYPE_CLEAR_GROUP\x10\x18\x12\x17\x0A\x13ACTION_TYPE_CAPTURE\x10\x19\x12 \x0A\x1CACTION_TYPE_LIBRARY_PLAYLIST\x10\x1AB\x10\x0A\x0EActionTypeDataJ\x04\x08\x1F\x10 R\x0Csocial_mediaB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xA9O\x0A\x0Caction.proto\x12\x07rv.data\x1A\x1BcollectionElementType.proto\x1A\x0Bcolor.proto\x1A\x13customOptions.proto\x1A\x0Deffects.proto\x1A\x12graphicsData.proto\x1A\x0Binput.proto\x1A\x0EintRange.proto\x1A\x0Clayers.proto\x1A\x0Emessages.proto\x1A\x0FpropSlide.proto\x1A\x17presentationSlide.proto\x1A\x0Bstage.proto\x1A\x0Ctimers.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\xD8L\x0A\x06Action\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\$\x0A\x05label\x18\x03 \x01(\x0B2\x15.rv.data.Action.Label\x12\x12\x0A\x0Adelay_time\x18\x04 \x01(\x01\x12)\x0A\x08old_type\x18\x05 \x01(\x0B2\x17.rv.data.Action.OldType\x12\x11\x0A\x09isEnabled\x18\x06 \x01(\x08\x12A\x0A\x14layer_identification\x18\x07 \x01(\x0B2#.rv.data.Action.LayerIdentification\x12\x10\x0A\x08duration\x18\x08 \x01(\x01\x12(\x0A\x04type\x18\x09 \x01(\x0E2\x1A.rv.data.Action.ActionType\x12<\x0A\x12collection_element\x18\x10 \x01(\x0B2\x1E.rv.data.CollectionElementTypeH\x00\x129\x0A\x0Dplaylist_item\x18\x11 \x01(\x0B2 .rv.data.Action.PlaylistItemTypeH\x00\x123\x0A\x0Ablend_mode\x18\x12 \x01(\x0B2\x1D.rv.data.Action.BlendModeTypeH\x00\x124\x0A\x0Atransition\x18\x13 \x01(\x0B2\x1E.rv.data.Action.TransitionTypeH\x00\x12*\x0A\x05media\x18\x14 \x01(\x0B2\x19.rv.data.Action.MediaTypeH\x00\x121\x0A\x0Bdouble_item\x18\x15 \x01(\x0B2\x1A.rv.data.Action.DoubleTypeH\x00\x12.\x0A\x07effects\x18\x16 \x01(\x0B2\x1B.rv.data.Action.EffectsTypeH\x00\x12*\x0A\x05slide\x18\x17 \x01(\x0B2\x19.rv.data.Action.SlideTypeH\x00\x124\x0A\x0Abackground\x18\x18 \x01(\x0B2\x1E.rv.data.Action.BackgroundTypeH\x00\x12*\x0A\x05timer\x18\x19 \x01(\x0B2\x19.rv.data.Action.TimerTypeH\x00\x12*\x0A\x05clear\x18\x1A \x01(\x0B2\x19.rv.data.Action.ClearTypeH\x00\x120\x0A\x05stage\x18\x1B \x01(\x0B2\x1F.rv.data.Action.StageLayoutTypeH\x00\x12(\x0A\x04prop\x18\x1C \x01(\x0B2\x18.rv.data.Action.PropTypeH\x00\x12(\x0A\x04mask\x18\x1D \x01(\x0B2\x18.rv.data.Action.MaskTypeH\x00\x12.\x0A\x07message\x18\x1E \x01(\x0B2\x1B.rv.data.Action.MessageTypeH\x00\x12:\x0A\x0Dcommunication\x18 \x01(\x0B2!.rv.data.Action.CommunicationTypeH\x00\x127\x0A\x0Cmulti_screen\x18! \x01(\x0B2\x1F.rv.data.Action.MultiScreenTypeH\x00\x12=\x0A\x15presentation_document\x18\" \x01(\x0B2\x1C.rv.data.Action.DocumentTypeH\x00\x12I\x0A\x15external_presentation\x18\$ \x01(\x0B2(.rv.data.Action.ExternalPresentationTypeH\x00\x129\x0A\x0Daudience_look\x18% \x01(\x0B2 .rv.data.Action.AudienceLookTypeH\x00\x125\x0A\x0Baudio_input\x18& \x01(\x0B2\x1E.rv.data.Action.AudioInputTypeH\x00\x12A\x0A\x11slide_destination\x18' \x01(\x0B2\$.rv.data.Action.SlideDestinationTypeH\x00\x12*\x0A\x05macro\x18( \x01(\x0B2\x19.rv.data.Action.MacroTypeH\x00\x125\x0A\x0Bclear_group\x18) \x01(\x0B2\x1E.rv.data.Action.ClearGroupTypeH\x00\x12A\x0A\x11transport_control\x18* \x01(\x0B2\$.rv.data.Action.TransportControlTypeH\x00\x12.\x0A\x07capture\x18+ \x01(\x0B2\x1B.rv.data.Action.CaptureTypeH\x00\x1A\xA7\x01\x0A\x07OldType\x122\x0A\x08category\x18\x01 \x01(\x0E2 .rv.data.Action.OldType.Category\x12\x18\x0A\x10application_type\x18\x02 \x01(\x05\"N\x0A\x08Category\x12\x14\x0A\x10CATEGORY_UNKNOWN\x10\x00\x12\x12\x0A\x0ECATEGORY_MEDIA\x10\x01\x12\x18\x0A\x14CATEGORY_APPLICATION\x10\x02\x1A:\x0A\x05Label\x12\x0C\x0A\x04text\x18\x02 \x01(\x09\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.ColorJ\x04\x08\x01\x10\x02\x1A@\x0A\x13LayerIdentification\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x1A\xB7\x01\x0A\x10PlaylistItemType\x12\$\x0A\x0Dplaylist_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x15\x0A\x0Dplaylist_name\x18\x02 \x01(\x09\x12 \x0A\x09item_uuid\x18\x03 \x01(\x0B2\x0D.rv.data.UUID\x12\x11\x0A\x09item_name\x18\x04 \x01(\x09\x12\x17\x0A\x0Fselect_playlist\x18\x05 \x01(\x08\x12\x18\x0A\x10always_retrigger\x18\x06 \x01(\x08\x1Ae\x0A\x0DBlendModeType\x12,\x0A\x0Ablend_mode\x18\x01 \x01(\x0E2\x18.rv.data.Layer.BlendMode\x12&\x0A\x05blend\x18\x02 \x01(\x0B2\x17.rv.data.Layer.Blending\x1AR\x0A\x0ETransitionType\x12\x17\x0A\x0Ftransition_name\x18\x01 \x01(\x09\x12'\x0A\x0Atransition\x18\x02 \x01(\x0B2\x13.rv.data.Transition\x1A\x1B\x0A\x0ADoubleType\x12\x0D\x0A\x05value\x18\x01 \x01(\x01\x1A/\x0A\x0BEffectsType\x12 \x0A\x07effects\x18\x01 \x03(\x0B2\x0F.rv.data.Effect\x1A\x9B\x0C\x0A\x09MediaType\x12\x1B\x0A\x13transition_duration\x18\x01 \x01(\x01\x122\x0A\x1Bselected_effect_preset_uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12'\x0A\x0Atransition\x18\x03 \x01(\x0B2\x13.rv.data.Transition\x12 \x0A\x07effects\x18\x04 \x03(\x0B2\x0F.rv.data.Effect\x12\x1F\x0A\x07element\x18\x05 \x01(\x0B2\x0E.rv.data.Media\x12-\x0A\x0Alayer_type\x18\x0A \x01(\x0E2\x19.rv.data.Action.LayerType\x12\x18\x0A\x10always_retrigger\x18\x0B \x01(\x08\x129\x0A\x07markers\x18\x0C \x03(\x0B2(.rv.data.Action.MediaType.PlaybackMarker\x120\x0A\x05image\x18\x06 \x01(\x0B2\x1F.rv.data.Action.MediaType.ImageH\x00\x120\x0A\x05video\x18\x07 \x01(\x0B2\x1F.rv.data.Action.MediaType.VideoH\x00\x120\x0A\x05audio\x18\x08 \x01(\x0B2\x1F.rv.data.Action.MediaType.AudioH\x00\x129\x0A\x0Alive_video\x18\x09 \x01(\x0B2#.rv.data.Action.MediaType.LiveVideoH\x00\x1A\x07\x0A\x05Image\x1A\xE4\x01\x0A\x05Video\x12E\x0A\x11playback_behavior\x18\x01 \x01(\x0E2*.rv.data.Action.MediaType.PlaybackBehavior\x12;\x0A\x0Cend_behavior\x18\x02 \x01(\x0E2%.rv.data.Action.MediaType.EndBehavior\x12\x11\x0A\x09loop_time\x18\x03 \x01(\x01\x12\x15\x0A\x0Dtimes_to_loop\x18\x04 \x01(\x0D\x12\x11\x0A\x09soft_loop\x18\x05 \x01(\x08\x12\x1A\x0A\x12soft_loop_duration\x18\x06 \x01(\x01\x1A\x9F\x02\x0A\x05Audio\x12E\x0A\x11playback_behavior\x18\x01 \x01(\x0E2*.rv.data.Action.MediaType.PlaybackBehavior\x12\x11\x0A\x09loop_time\x18\x02 \x01(\x01\x12\x15\x0A\x0Dtimes_to_loop\x18\x03 \x01(\x0D\x12H\x0A\x0Aaudio_type\x18\x04 \x01(\x0E24.rv.data.Action.MediaType.Audio.MediaActionAudioType\"[\x0A\x14MediaActionAudioType\x12 \x0A\x1CMEDIA_ACTION_AUDIO_TYPE_TUNE\x10\x00\x12!\x0A\x1DMEDIA_ACTION_AUDIO_TYPE_SOUND\x10\x01\x1A\x0B\x0A\x09LiveVideo\x1A\x8A\x01\x0A\x0EPlaybackMarker\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04time\x18\x02 \x01(\x01\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12\x0C\x0A\x04name\x18\x04 \x01(\x09\x12 \x0A\x07actions\x18\x05 \x03(\x0B2\x0F.rv.data.Action\"\x95\x01\x0A\x10PlaybackBehavior\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_STOP\x10\x00\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_LOOP\x10\x01\x12\$\x0A PLAYBACK_BEHAVIOR_LOOP_FOR_COUNT\x10\x02\x12#\x0A\x1FPLAYBACK_BEHAVIOR_LOOP_FOR_TIME\x10\x03\"\xA4\x01\x0A\x0BEndBehavior\x12\x15\x0A\x11END_BEHAVIOR_STOP\x10\x00\x12\x1E\x0A\x1AEND_BEHAVIOR_STOP_ON_BLACK\x10\x01\x12\x1E\x0A\x1AEND_BEHAVIOR_STOP_ON_CLEAR\x10\x02\x12\x1E\x0A\x1AEND_BEHAVIOR_FADE_TO_BLACK\x10\x03\x12\x1E\x0A\x1AEND_BEHAVIOR_FADE_TO_CLEAR\x10\x04B\x0B\x0A\x09MediaTypeJ\x04\x08\x0D\x10\x0E\x1A|\x0A\x09SlideType\x122\x0A\x0Cpresentation\x18\x02 \x01(\x0B2\x1A.rv.data.PresentationSlideH\x00\x12\"\x0A\x04prop\x18\x03 \x01(\x0B2\x12.rv.data.PropSlideH\x00B\x07\x0A\x05SlideJ\x04\x08\x01\x10\x02R\x08template\x1A6\x0A\x0EBackgroundType\x12\$\x0A\x07element\x18\x01 \x01(\x0B2\x13.rv.data.Background\x1A\x96\x03\x0A\x09TimerType\x12:\x0A\x0Baction_type\x18\x02 \x01(\x0E2%.rv.data.Action.TimerType.TimerAction\x12<\x0A\x14timer_identification\x18\x04 \x01(\x0B2\x1E.rv.data.CollectionElementType\x129\x0A\x13timer_configuration\x18\x0A \x01(\x0B2\x1C.rv.data.Timer.Configuration\x12\x18\x0A\x10increment_amount\x18\x0B \x01(\x01\"\x8F\x01\x0A\x0BTimerAction\x12\x10\x0A\x0CACTION_START\x10\x00\x12\x0F\x0A\x0BACTION_STOP\x10\x01\x12\x10\x0A\x0CACTION_RESET\x10\x02\x12\x1A\x0A\x16ACTION_RESET_AND_START\x10\x03\x12\x19\x0A\x15ACTION_STOP_AND_RESET\x10\x04\x12\x14\x0A\x10ACTION_INCREMENT\x10\x05J\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\x09J\x04\x08\x09\x10\x0A\x1A\xCE\x03\x0A\x09ClearType\x12@\x0A\x0Ctarget_layer\x18\x02 \x01(\x0E2*.rv.data.Action.ClearType.ClearTargetLayer\x12?\x0A\x13content_destination\x18\x04 \x01(\x0E2\".rv.data.Action.ContentDestination\"\xB1\x02\x0A\x10ClearTargetLayer\x12\x1A\x0A\x16CLEAR_TARGET_LAYER_ALL\x10\x00\x12\x1C\x0A\x18CLEAR_TARGET_LAYER_AUDIO\x10\x01\x12!\x0A\x1DCLEAR_TARGET_LAYER_BACKGROUND\x10\x02\x12!\x0A\x1DCLEAR_TARGET_LAYER_LIVE_VIDEO\x10\x03\x12\x1B\x0A\x17CLEAR_TARGET_LAYER_PROP\x10\x04\x12\x1C\x0A\x18CLEAR_TARGET_LAYER_SLIDE\x10\x05\x12\x1B\x0A\x17CLEAR_TARGET_LAYER_LOGO\x10\x06\x12\x1F\x0A\x1BCLEAR_TARGET_LAYER_MESSAGES\x10\x07\x12\$\x0A CLEAR_TARGET_LAYER_AUDIO_EFFECTS\x10\x08J\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04\x1AH\x0A\x0EClearGroupType\x126\x0A\x0Eidentification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x1A\x8D\x02\x0A\x14TransportControlType\x129\x0A\x04play\x18\x01 \x01(\x0B2).rv.data.Action.TransportControlType.PlayH\x00\x12;\x0A\x05pause\x18\x02 \x01(\x0B2*.rv.data.Action.TransportControlType.PauseH\x00\x12E\x0A\x0AjumpToTime\x18\x03 \x01(\x0B2/.rv.data.Action.TransportControlType.JumpToTimeH\x00\x1A\x06\x0A\x04Play\x1A\x07\x0A\x05Pause\x1A\x1A\x0A\x0AJumpToTime\x12\x0C\x0A\x04time\x18\x01 \x01(\x01B\x09\x0A\x07Command\x1A\xA9\x02\x0A\x0FStageLayoutType\x12A\x0A\x18stage_screen_assignments\x18\x04 \x03(\x0B2\x1F.rv.data.Stage.ScreenAssignment\x12A\x0A\x0Cslide_target\x18\x05 \x01(\x0E2+.rv.data.Action.StageLayoutType.SlideTarget\"\\\x0A\x0BSlideTarget\x12\x1A\x0A\x16SLIDE_TARGET_NO_CHANGE\x10\x00\x12\x1B\x0A\x17SLIDE_TARGET_STAGE_ONLY\x10\x01\x12\x14\x0A\x10SLIDE_TARGET_ALL\x10\x02J\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04R\x19collection_identificationR\x0Baction_type\x1AY\x0A\x14SlideDestinationType\x12A\x0A\x0Cslide_target\x18\x01 \x01(\x0E2+.rv.data.Action.StageLayoutType.SlideTarget\x1A\xCA\x02\x0A\x08PropType\x126\x0A\x0Eidentification\x18\x03 \x01(\x0B2\x1E.rv.data.CollectionElementType\x127\x0A\x07trigger\x18\x04 \x01(\x0B2\$.rv.data.Action.PropType.PropTriggerH\x00\x123\x0A\x05clear\x18\x05 \x01(\x0B2\".rv.data.Action.PropType.PropClearH\x00\x1Ap\x0A\x0BPropTrigger\x12\x1A\x0A\x12auto_clear_enabled\x18\x01 \x01(\x08\x12(\x0A auto_clear_follows_prop_duration\x18\x02 \x01(\x08\x12\x1B\x0A\x13auto_clear_duration\x18\x03 \x01(\x01\x1A\x0B\x0A\x09PropClearB\x0D\x0A\x0BTriggerTypeJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\x1AN\x0A\x08MaskType\x126\x0A\x0Eidentification\x18\x03 \x01(\x0B2\x1E.rv.data.CollectionElementTypeJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\x1A\x80\x01\x0A\x0BMessageType\x12=\x0A\x15message_identificaton\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x12,\x0A\x07content\x18\x03 \x03(\x0B2\x1B.rv.data.Message.TokenValueJ\x04\x08\x02\x10\x03\x1A\x88\x0C\x0A\x11CommunicationType\x12=\x0A\x15device_identification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x12\x0E\x0A\x06format\x18\x02 \x01(\x09\x12\x13\x0A\x0Bdescription\x18\x03 \x01(\x09\x12;\x0A\x08commands\x18\x04 \x03(\x0B2).rv.data.Action.CommunicationType.Command\x12E\x0A\x0Cmidi_command\x18\x05 \x01(\x0B2-.rv.data.Action.CommunicationType.MIDICommandH\x00\x12T\x0A\x14global_cache_command\x18\x06 \x01(\x0B24.rv.data.Action.CommunicationType.GlobalCacheCommandH\x00\x12I\x0A\x0Egvg100_command\x18\x07 \x01(\x0B2/.rv.data.Action.CommunicationType.GVG100CommandH\x00\x12L\x0A\x10sony_BVS_command\x18\x08 \x01(\x0B20.rv.data.Action.CommunicationType.SonyBVSCommandH\x00\x1Am\x0A\x07Command\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x0D\x0A\x05value\x18\x02 \x01(\x09\x12,\x0A\x11replacement_range\x18\x03 \x01(\x0B2\x11.rv.data.IntRange\x12\x17\x0A\x0Fpossible_values\x18\x04 \x03(\x09\x1A\xA9\x01\x0A\x0BMIDICommand\x12B\x0A\x05state\x18\x01 \x01(\x0E23.rv.data.Action.CommunicationType.MIDICommand.State\x12\x0F\x0A\x07channel\x18\x02 \x01(\x0D\x12\x0C\x0A\x04note\x18\x03 \x01(\x0D\x12\x11\x0A\x09intensity\x18\x04 \x01(\x0D\"\$\x0A\x05State\x12\x0C\x0A\x08STATE_ON\x10\x00\x12\x0D\x0A\x09STATE_OFF\x10\x01\x1A\xA5\x02\x0A\x12GlobalCacheCommand\x12Z\x0A\x0Ecommand_action\x18\x01 \x01(\x0E2B.rv.data.Action.CommunicationType.GlobalCacheCommand.CommandAction\x12\x0E\x0A\x06output\x18\x02 \x01(\x0D\x12\x10\x0A\x08interval\x18\x03 \x01(\x0D\"\x90\x01\x0A\x0DCommandAction\x12\x15\x0A\x11COMMAND_ACTION_ON\x10\x00\x12\x16\x0A\x12COMMAND_ACTION_OFF\x10\x01\x12'\x0A#COMMAND_ACTION_ON_OFF_WITH_INTERVAL\x10\x02\x12'\x0A#COMMAND_ACTION_OFF_ON_WITH_INTERVAL\x10\x03\x1A\xB8\x01\x0A\x0DGVG100Command\x12U\x0A\x0Ecommand_action\x18\x01 \x01(\x0E2=.rv.data.Action.CommunicationType.GVG100Command.CommandAction\"P\x0A\x0DCommandAction\x12 \x0A\x1CCOMMAND_ACTION_FADE_TO_BLACK\x10\x00\x12\x1D\x0A\x19COMMAND_ACTION_DSK_TOGGLE\x10\x01\x1A\x8A\x02\x0A\x0ESonyBVSCommand\x12V\x0A\x0Ecommand_action\x18\x01 \x01(\x0E2>.rv.data.Action.CommunicationType.SonyBVSCommand.CommandAction\"\x9F\x01\x0A\x0DCommandAction\x12 \x0A\x1CCOMMAND_ACTION_FADE_TO_BLACK\x10\x00\x12\x19\x0A\x15COMMAND_ACTION_KEY_ON\x10\x01\x12\x1A\x0A\x16COMMAND_ACTION_KEY_OFF\x10\x02\x12\x19\x0A\x15COMMAND_ACTION_DSK_ON\x10\x03\x12\x1A\x0A\x16COMMAND_ACTION_DSK_OFF\x10\x04B\x11\x0A\x0FCommandTypeData\x1AU\x0A\x0FMultiScreenType\x126\x0A\x0Eidentification\x18\x03 \x01(\x0B2\x1E.rv.data.CollectionElementTypeJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\x1A\xB4\x01\x0A\x0CDocumentType\x126\x0A\x0Eidentification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x12+\x0A\x14selected_arrangement\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12?\x0A\x13content_destination\x18\x03 \x01(\x0E2\".rv.data.Action.ContentDestination\x1A5\x0A\x18ExternalPresentationType\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x1AJ\x0A\x10AudienceLookType\x126\x0A\x0Eidentification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x1A\x98\x01\x0A\x0EAudioInputType\x12\x0D\x0A\x05index\x18\x01 \x01(\x05\x12\x15\x0A\x0Doverride_mode\x18\x02 \x01(\x08\x127\x0A\x0Dbehavior_mode\x18\x03 \x01(\x0B2 .rv.data.AudioInput.BehaviorMode\x12\x17\x0A\x0Foverride_volume\x18\x04 \x01(\x08\x12\x0E\x0A\x06volume\x18\x05 \x01(\x01\x1AC\x0A\x09MacroType\x126\x0A\x0Eidentification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x1A\x95\x02\x0A\x0BCaptureType\x129\x0A\x05start\x18\x01 \x01(\x0B2(.rv.data.Action.CaptureType.CaptureStartH\x00\x127\x0A\x04stop\x18\x02 \x01(\x0B2'.rv.data.Action.CaptureType.CaptureStopH\x00\x1AM\x0A\x0CCaptureStart\x12=\x0A\x15preset_identification\x18\x01 \x01(\x0B2\x1E.rv.data.CollectionElementType\x1A2\x0A\x0BCaptureStop\x12#\x0A\x1Bshows_alert_before_stopping\x18\x01 \x01(\x08B\x0F\x0A\x0DCaptureAction\"[\x0A\x12ContentDestination\x12\x1E\x0A\x1ACONTENT_DESTINATION_GLOBAL\x10\x00\x12%\x0A!CONTENT_DESTINATION_ANNOUNCEMENTS\x10\x01\"l\x0A\x09LayerType\x12\x19\x0A\x15LAYER_TYPE_BACKGROUND\x10\x00\x12\x19\x0A\x15LAYER_TYPE_FOREGROUND\x10\x01\x12\x13\x0A\x0FLAYER_TYPE_FILL\x10\x02\x12\x14\x0A\x10LAYER_TYPE_INPUT\x10\x03\"\x8F\x06\x0A\x0AActionType\x12\x17\x0A\x13ACTION_TYPE_UNKNOWN\x10\x00\x12\x1C\x0A\x18ACTION_TYPE_STAGE_LAYOUT\x10\x01\x12\x15\x0A\x11ACTION_TYPE_MEDIA\x10\x02\x12\x15\x0A\x11ACTION_TYPE_TIMER\x10\x03\x12\x1D\x0A\x19ACTION_TYPE_COMMUNICATION\x10\x04\x12\x15\x0A\x11ACTION_TYPE_CLEAR\x10\x05\x12\x14\x0A\x10ACTION_TYPE_PROP\x10\x06\x12\x14\x0A\x10ACTION_TYPE_MASK\x10\x07\x12\x17\x0A\x13ACTION_TYPE_MESSAGE\x10\x08\x12\x1C\x0A\x18ACTION_TYPE_SOCIAL_MEDIA\x10\x09\x12\x1B\x0A\x17ACTION_TYPE_MULTISCREEN\x10\x0A\x12\"\x0A\x1EACTION_TYPE_PRESENTATION_SLIDE\x10\x0B\x12 \x0A\x1CACTION_TYPE_FOREGROUND_MEDIA\x10\x0C\x12 \x0A\x1CACTION_TYPE_BACKGROUND_MEDIA\x10\x0D\x12%\x0A!ACTION_TYPE_PRESENTATION_DOCUMENT\x10\x0E\x12\x1A\x0A\x16ACTION_TYPE_PROP_SLIDE\x10\x0F\x12%\x0A!ACTION_TYPE_EXTERNAL_PRESENTATION\x10\x11\x12\x1D\x0A\x19ACTION_TYPE_AUDIENCE_LOOK\x10\x12\x12\x1B\x0A\x17ACTION_TYPE_AUDIO_INPUT\x10\x13\x12\"\x0A\x1EACTION_TYPE_AUDIO_BIN_PLAYLIST\x10\x14\x12\"\x0A\x1EACTION_TYPE_MEDIA_BIN_PLAYLIST\x10\x15\x12!\x0A\x1DACTION_TYPE_SLIDE_DESTINATION\x10\x16\x12\x15\x0A\x11ACTION_TYPE_MACRO\x10\x17\x12\x1B\x0A\x17ACTION_TYPE_CLEAR_GROUP\x10\x18\x12\x17\x0A\x13ACTION_TYPE_CAPTURE\x10\x19\x12 \x0A\x1CACTION_TYPE_LIBRARY_PLAYLIST\x10\x1AB\x10\x0A\x0EActionTypeDataJ\x04\x08\x1F\x10 R\x0Csocial_mediaB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AdvertisementGroup.php b/generated/GPBMetadata/AdvertisementGroup.php new file mode 100644 index 0000000..407a79d --- /dev/null +++ b/generated/GPBMetadata/AdvertisementGroup.php @@ -0,0 +1,27 @@ +internalAddGeneratedFile( + "\x0A\xEE\x01\x0A\x18advertisementGroup.proto\x12\x07rv.data\x1A\x0Auuid.proto\"\x7F\x0A\x12AdvertisementGroup\x12\x19\x0A\x02id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x19\x0A\x03url\x18\x03 \x01(\x0B2\x0C.rv.data.URL\x12\x13\x0A\x0Bstart_index\x18\x04 \x01(\x05\x12\x10\x0A\x08duration\x18\x05 \x01(\x01B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/AnalyticsApi.php b/generated/GPBMetadata/AnalyticsApi.php index 7fb29db..f6441b2 100644 --- a/generated/GPBMetadata/AnalyticsApi.php +++ b/generated/GPBMetadata/AnalyticsApi.php @@ -16,7 +16,7 @@ class AnalyticsApi return; } $pool->internalAddGeneratedFile( - "\x0A\xD1\x01\x0A\x12analyticsApi.proto\x12\x0Crv.analytics\"b\x0A\x03API\x12=\x0A\x10message_received\x18\x01 \x01(\x0B2!.rv.analytics.API.MessageReceivedH\x00\x1A\x11\x0A\x0FMessageReceivedB\x09\x0A\x07APITypeBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\x8C\x01\x0A\x12analyticsApi.proto\x12\x10rv.analytics.api\"\x11\x0A\x0FMessageReceivedBI\xF8\x01\x01\xAA\x022Pro.SerializationInterop.RVProtoData.Analytics.API\xBA\x02\x0EAnalytics_API_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsCreate.php b/generated/GPBMetadata/AnalyticsCreate.php index c44c5aa..13393fe 100644 --- a/generated/GPBMetadata/AnalyticsCreate.php +++ b/generated/GPBMetadata/AnalyticsCreate.php @@ -16,7 +16,7 @@ class AnalyticsCreate return; } $pool->internalAddGeneratedFile( - "\x0A\xD6\x09\x0A\x15analyticsCreate.proto\x12\x0Crv.analytics\"\xE3\x08\x0A\x06Create\x12/\x0A\x07library\x18\x01 \x01(\x0B2\x1C.rv.analytics.Create.LibraryH\x00\x121\x0A\x08playlist\x18\x02 \x01(\x0B2\x1D.rv.analytics.Create.PlaylistH\x00\x129\x0A\x0Cpresentation\x18\x03 \x01(\x0B2!.rv.analytics.Create.PresentationH\x00\x12B\x0A\x11template_playlist\x18\x04 \x01(\x0B2%.rv.analytics.Create.TemplatePlaylistH\x00\x1A\xA0\x01\x0A\x07Library\x123\x0A\x06source\x18\x01 \x01(\x0E2#.rv.analytics.Create.Library.Source\"`\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x01\x12%\x0A!SOURCE_LIBRARY_OUTLINE_ADD_BUTTON\x10\x02\x1A\xCC\x02\x0A\x08Playlist\x124\x0A\x06source\x18\x01 \x01(\x0E2\$.rv.analytics.Create.Playlist.Source\x120\x0A\x04type\x18\x02 \x01(\x0E2\".rv.analytics.Create.Playlist.Type\"`\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x01\x12%\x0A!SOURCE_LIBRARY_OUTLINE_ADD_BUTTON\x10\x02\"v\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x15\x0A\x11TYPE_PRESENTATION\x10\x01\x12\x18\x0A\x14TYPE_PLANNING_CENTER\x10\x02\x12\x0F\x0A\x0BTYPE_FOLDER\x10\x03\x12\x1A\x0A\x16TYPE_TEMPLATE_PLAYLIST\x10\x04\x1A\xE5\x01\x0A\x0CPresentation\x128\x0A\x06source\x18\x01 \x01(\x0E2(.rv.analytics.Create.Presentation.Source\"\x9A\x01\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x01\x12%\x0A!SOURCE_LIBRARY_OUTLINE_ADD_BUTTON\x10\x02\x12\x1C\x0A\x18SOURCE_DETAIL_ADD_BUTTON\x10\x03\x12\x1A\x0A\x16SOURCE_UNLINKED_HEADER\x10\x04\x1A\x8E\x01\x0A\x10TemplatePlaylist\x12\x18\x0A\x10total_item_count\x18\x01 \x01(\x05\x12\x14\x0A\x0Cheader_count\x18\x02 \x01(\x05\x12\x19\x0A\x11placeholder_count\x18\x03 \x01(\x05\x12\x1A\x0A\x12presentation_count\x18\x04 \x01(\x05\x12\x13\x0A\x0Bmedia_count\x18\x05 \x01(\x05B\x0B\x0A\x09ComponentBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\x95\x07\x0A\x15analyticsCreate.proto\x12\x13rv.analytics.create\"\x8B\x01\x0A\x07Library\x123\x0A\x06source\x18\x01 \x01(\x0E2#.rv.analytics.create.Library.Source\"K\x0A\x06Source\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x14\x0A\x10APPLICATION_MENU\x10\x01\x12\x1E\x0A\x1ALIBRARY_OUTLINE_ADD_BUTTON\x10\x02\"\xAA\x02\x0A\x08Playlist\x124\x0A\x06source\x18\x01 \x01(\x0E2\$.rv.analytics.create.Playlist.Source\x120\x0A\x04type\x18\x02 \x01(\x0E2\".rv.analytics.create.Playlist.Type\"R\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x14\x0A\x10APPLICATION_MENU\x10\x01\x12\x1E\x0A\x1ALIBRARY_OUTLINE_ADD_BUTTON\x10\x02\"b\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x10\x0A\x0CPRESENTATION\x10\x01\x12\x13\x0A\x0FPLANNING_CENTER\x10\x02\x12\x0A\x0A\x06FOLDER\x10\x03\x12\x15\x0A\x11TEMPLATE_PLAYLIST\x10\x04\"\xC1\x01\x0A\x0CPresentation\x128\x0A\x06source\x18\x01 \x01(\x0E2(.rv.analytics.create.Presentation.Source\"w\x0A\x06Source\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x14\x0A\x10APPLICATION_MENU\x10\x01\x12\x1E\x0A\x1ALIBRARY_OUTLINE_ADD_BUTTON\x10\x02\x12\x15\x0A\x11DETAIL_ADD_BUTTON\x10\x03\x12\x13\x0A\x0FUNLINKED_HEADER\x10\x04\"\x8E\x01\x0A\x10TemplatePlaylist\x12\x18\x0A\x10total_item_count\x18\x01 \x01(\x05\x12\x14\x0A\x0Cheader_count\x18\x02 \x01(\x05\x12\x19\x0A\x11placeholder_count\x18\x03 \x01(\x05\x12\x1A\x0A\x12presentation_count\x18\x04 \x01(\x05\x12\x13\x0A\x0Bmedia_count\x18\x05 \x01(\x05BO\xF8\x01\x01\xAA\x025Pro.SerializationInterop.RVProtoData.Analytics.Create\xBA\x02\x11Analytics_Create_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsEdit.php b/generated/GPBMetadata/AnalyticsEdit.php new file mode 100644 index 0000000..5278d89 --- /dev/null +++ b/generated/GPBMetadata/AnalyticsEdit.php @@ -0,0 +1,25 @@ +internalAddGeneratedFile( + "\x0A\x88\x02\x0A\x13analyticsEdit.proto\x12\x11rv.analytics.edit\"\x88\x01\x0A\x0CPresentation\x12>\x0A\x0AchangeType\x18\x01 \x01(\x0E2*.rv.analytics.edit.Presentation.ChangeType\x12\x0C\x0A\x04uuid\x18\x03 \x01(\x09\"*\x0A\x0AChangeType\x12\x08\x0A\x04EDIT\x10\x00\x12\x08\x0A\x04UNDO\x10\x01\x12\x08\x0A\x04REDO\x10\x02BK\xF8\x01\x01\xAA\x023Pro.SerializationInterop.RVProtoData.Analytics.Edit\xBA\x02\x0FAnalytics_Edit_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/AnalyticsEvent.php b/generated/GPBMetadata/AnalyticsEvent.php index 4829d85..895ca3b 100644 --- a/generated/GPBMetadata/AnalyticsEvent.php +++ b/generated/GPBMetadata/AnalyticsEvent.php @@ -16,9 +16,11 @@ class AnalyticsEvent return; } \GPBMetadata\AnalyticsApi::initOnce(); - \GPBMetadata\AnalyticsCapture::initOnce(); \GPBMetadata\AnalyticsCreate::initOnce(); + \GPBMetadata\AnalyticsEdit::initOnce(); \GPBMetadata\AnalyticsImport::initOnce(); + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + \GPBMetadata\AnalyticsMultiTracks::initOnce(); \GPBMetadata\AnalyticsPlaybackMarker::initOnce(); \GPBMetadata\AnalyticsProContent::initOnce(); \GPBMetadata\AnalyticsStartup::initOnce(); @@ -26,11 +28,13 @@ class AnalyticsEvent \GPBMetadata\AnalyticsTimecode::initOnce(); \GPBMetadata\AnalyticsTimeline::initOnce(); \GPBMetadata\AnalyticsTrigger::initOnce(); + \GPBMetadata\AnalyticsTriggerCue::initOnce(); + \GPBMetadata\AnalyticsTriggerMedia::initOnce(); \GPBMetadata\AnalyticsUI::initOnce(); - \GPBMetadata\AnalyticsUpdate::initOnce(); - \GPBMetadata\AnalyticsWHMStore::initOnce(); + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + \GPBMetadata\AnalyticsPowerPoint::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x8C\x08\x0A\x14analyticsEvent.proto\x12\x0Crv.analytics\x1A\x16analyticsCapture.proto\x1A\x15analyticsCreate.proto\x1A\x15analyticsImport.proto\x1A\x1DanalyticsPlaybackMarker.proto\x1A\x19analyticsProContent.proto\x1A\x16analyticsStartup.proto\x1A\x13analyticsSync.proto\x1A\x17analyticsTimecode.proto\x1A\x17analyticsTimeline.proto\x1A\x16analyticsTrigger.proto\x1A\x11analyticsUI.proto\x1A\x15analyticsUpdate.proto\x1A\x17analyticsWHMStore.proto\"\xE0\x04\x0A\x05Event\x12\x1E\x0A\x02ui\x18\x01 \x01(\x0B2\x10.rv.analytics.UIH\x00\x12(\x0A\x07startup\x18\x02 \x01(\x0B2\x15.rv.analytics.StartupH\x00\x12(\x0A\x07trigger\x18\x03 \x01(\x0B2\x15.rv.analytics.TriggerH\x00\x12&\x0A\x06create\x18\x04 \x01(\x0B2\x14.rv.analytics.CreateH\x00\x12&\x0A\x06import\x18\x05 \x01(\x0B2\x14.rv.analytics.ImportH\x00\x12*\x0A\x08timeline\x18\x06 \x01(\x0B2\x16.rv.analytics.TimelineH\x00\x12\"\x0A\x04sync\x18\x07 \x01(\x0B2\x12.rv.analytics.SyncH\x00\x12 \x0A\x03api\x18\x08 \x01(\x0B2\x11.rv.analytics.APIH\x00\x12*\x0A\x08timecode\x18\x09 \x01(\x0B2\x16.rv.analytics.TimecodeH\x00\x127\x0A\x0Fplayback_marker\x18\x0A \x01(\x0B2\x1C.rv.analytics.PlaybackMarkerH\x00\x12&\x0A\x06update\x18\x0B \x01(\x0B2\x14.rv.analytics.UpdateH\x00\x12+\x0A\x09whm_store\x18\x0C \x01(\x0B2\x16.rv.analytics.WHMStoreH\x00\x12.\x0A\x0AproContent\x18\x0D \x01(\x0B2\x18.rv.analytics.ProContentH\x00\x12(\x0A\x07capture\x18\x0E \x01(\x0B2\x15.rv.analytics.CaptureH\x00B\x0D\x0A\x0BInteractionBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xECs\x0A\x14analyticsEvent.proto\x12\x0Crv.analytics\x1A\x15analyticsCreate.proto\x1A\x13analyticsEdit.proto\x1A\x15analyticsImport.proto\x1A\x1EanalyticsMediaManagement.proto\x1A\x1AanalyticsMultiTracks.proto\x1A\x1DanalyticsPlaybackMarker.proto\x1A\x19analyticsProContent.proto\x1A\x16analyticsStartup.proto\x1A\x13analyticsSync.proto\x1A\x17analyticsTimecode.proto\x1A\x17analyticsTimeline.proto\x1A\x16analyticsTrigger.proto\x1A\x19analyticsTriggerCue.proto\x1A\x1BanalyticsTriggerMedia.proto\x1A\x11analyticsUI.proto\x1A\x1CanalyticsTrackedEvents.proto\x1A\x19analyticsPowerPoint.proto\"\xC6o\x0A\x05Event\x12A\x0A\x14api_message_received\x18\x01 \x01(\x0B2!.rv.analytics.api.MessageReceivedH\x00\x126\x0A\x0Ecreate_library\x18\x02 \x01(\x0B2\x1C.rv.analytics.create.LibraryH\x00\x128\x0A\x0Fcreate_playlist\x18\x03 \x01(\x0B2\x1D.rv.analytics.create.PlaylistH\x00\x12@\x0A\x13create_presentation\x18\x04 \x01(\x0B2!.rv.analytics.create.PresentationH\x00\x12N\x0A\x1Dcreate_from_template_playlist\x18\x05 \x01(\x0B2%.rv.analytics.create.TemplatePlaylistH\x00\x12<\x0A\x11edit_presentation\x18\x06 \x01(\x0B2\x1F.rv.analytics.edit.PresentationH\x00\x12<\x0A\x11import_songselect\x18\x07 \x01(\x0B2\x1F.rv.analytics.import.SongSelectH\x00\x12>\x0A\x12import_multitracks\x18\x08 \x01(\x0B2 .rv.analytics.multitracks.ImportH\x00\x12I\x0A\x18procontent_mediabin_view\x18\x09 \x01(\x0B2%.rv.analytics.procontent.MediaBinViewH\x00\x12@\x0A\x13procontent_download\x18\x0A \x01(\x0B2!.rv.analytics.procontent.DownloadH\x00\x12K\x0A\x19procontent_download_retry\x18\x0B \x01(\x0B2&.rv.analytics.procontent.DownloadRetryH\x00\x12D\x0A\x0Fplayback_marker\x18\x0C \x01(\x0B2).rv.analytics.playbackmarker.CreateMarkerH\x00\x124\x0A\x0Dstartup_looks\x18\x0D \x01(\x0B2\x1B.rv.analytics.startup.LooksH\x00\x12E\x0A\x1Cstartup_screen_configuration\x18\x0E \x01(\x0B2\x1D.rv.analytics.startup.SummaryH\x00\x12K\x0A#startup_screen_configuration_screen\x18\x0F \x01(\x0B2\x1C.rv.analytics.startup.OutputH\x00\x12R\x0A*startup_screen_configuration_single_screen\x18\x10 \x01(\x0B2\x1C.rv.analytics.startup.SingleH\x00\x12V\x0A,startup_screen_configuration_mirrored_screen\x18\x11 \x01(\x0B2\x1E.rv.analytics.startup.MirroredH\x00\x12Y\x0A.startup_screen_configuration_edge_blend_screen\x18\x12 \x01(\x0B2\x1F.rv.analytics.startup.EdgeBlendH\x00\x12T\x0A+startup_screen_configuration_grouped_screen\x18\x13 \x01(\x0B2\x1D.rv.analytics.startup.GroupedH\x00\x12@\x0A\x13startup_preferences\x18\x14 \x01(\x0B2!.rv.analytics.startup.PreferencesH\x00\x12>\x0A\x12startup_songselect\x18\x15 \x01(\x0B2 .rv.analytics.startup.SongSelectH\x00\x128\x0A\x0Fstartup_content\x18\x16 \x01(\x0B2\x1D.rv.analytics.startup.ContentH\x00\x126\x0A\x0Estartup_themes\x18\x17 \x01(\x0B2\x1C.rv.analytics.startup.ThemesH\x00\x124\x0A\x0Dstartup_macro\x18\x18 \x01(\x0B2\x1B.rv.analytics.startup.MacroH\x00\x12?\x0A\x13startup_clear_group\x18\x19 \x01(\x0B2 .rv.analytics.startup.ClearGroupH\x00\x12?\x0A\x13startup_key_mapping\x18\x1A \x01(\x0B2 .rv.analytics.startup.KeyMappingH\x00\x12@\x0A\x13startup_multitracks\x18\x1B \x01(\x0B2!.rv.analytics.multitracks.StartupH\x00\x12A\x0A\x14startup_network_link\x18\x1C \x01(\x0B2!.rv.analytics.startup.NetworkLinkH\x00\x128\x0A\x0Fstartup_capture\x18\x1D \x01(\x0B2\x1D.rv.analytics.startup.CaptureH\x00\x12>\x0A\x12startup_versioning\x18\x1E \x01(\x0B2 .rv.analytics.startup.VersioningH\x00\x12=\x0A\x12startup_disk_usage\x18\x1F \x01(\x0B2\x1F.rv.analytics.startup.DiskUsageH\x00\x12<\x0A\x11startup_interface\x18 \x01(\x0B2\x1F.rv.analytics.startup.InterfaceH\x00\x12.\x0A\x0Async_local\x18! \x01(\x0B2\x18.rv.analytics.sync.LocalH\x00\x12<\x0A\x11timecode_activate\x18\" \x01(\x0B2\x1F.rv.analytics.timecode.ActivateH\x00\x12:\x0A\x10timecode_startup\x18# \x01(\x0B2\x1E.rv.analytics.timecode.StartupH\x00\x128\x0A\x0Ftimeline_action\x18\$ \x01(\x0B2\x1D.rv.analytics.timeline.ActionH\x00\x12?\x0A\x13timeline_record_cue\x18% \x01(\x0B2 .rv.analytics.timeline.RecordCueH\x00\x12A\x0A\x14timeline_cue_trigger\x18& \x01(\x0B2!.rv.analytics.timeline.CueTriggerH\x00\x12K\x0A\x12application_launch\x182 \x01(\x0B2-.rv.analytics.trackedevents.ApplicationLaunchH\x00\x12P\x0A\x15video_input_triggered\x183 \x01(\x0B2/.rv.analytics.trackedevents.VideoInputTriggeredH\x00\x12Q\x0A\x16video_input_custom_map\x184 \x01(\x0B2/.rv.analytics.trackedevents.VideoInputCustomMapH\x00\x12M\x0A\x14video_input_start_up\x185 \x01(\x0B2-.rv.analytics.trackedevents.VideoInputStartUpH\x00\x12]\x0A\x1Cvideo_input_thumbnail_update\x186 \x01(\x0B25.rv.analytics.trackedevents.VideoInputThumbnailUpdateH\x00\x12X\x0A\x1Aaudio_input_auto_on_change\x187 \x01(\x0B22.rv.analytics.trackedevents.AudioInputAutoOnChangeH\x00\x12^\x0A\x1Daudio_settings_sdi_ndi_active\x188 \x01(\x0B25.rv.analytics.trackedevents.AudioSettingsSdiNdiActiveH\x00\x12W\x0A\x19audio_settings_custom_map\x189 \x01(\x0B22.rv.analytics.trackedevents.AudioSettingsCustomMapH\x00\x12Y\x0A\x1Aaudio_input_mode_selection\x18: \x01(\x0B23.rv.analytics.trackedevents.AudioInputModeSelectionH\x00\x12Z\x0A\x1Baudio_input_auto_on_startup\x18; \x01(\x0B23.rv.analytics.trackedevents.AudioInputAutoOnStartupH\x00\x12\\\x0A\x1Caudio_settings_sdi_ndi_state\x18< \x01(\x0B24.rv.analytics.trackedevents.AudioSettingsSdiNdiStateH\x00\x12M\x0A\x14audio_input_start_up\x18= \x01(\x0B2-.rv.analytics.trackedevents.AudioInputStartUpH\x00\x12A\x0A\x0Dcue_triggered\x18> \x01(\x0B2(.rv.analytics.trackedevents.CueTriggeredH\x00\x12R\x0A\x16input_audio_monitoring\x18? \x01(\x0B20.rv.analytics.trackedevents.InputAudioMonitoringH\x00\x12@\x0A\x0Dresi_start_up\x18@ \x01(\x0B2'.rv.analytics.trackedevents.ResiStartUpH\x00\x12H\x0A\x11resi_login_change\x18A \x01(\x0B2+.rv.analytics.trackedevents.ResiLoginChangeH\x00\x12L\x0A\x13remote_stream_start\x18B \x01(\x0B2-.rv.analytics.trackedevents.RemoteStreamStartH\x00\x12J\x0A\x12remote_stream_stop\x18C \x01(\x0B2,.rv.analytics.trackedevents.RemoteStreamStopH\x00\x12J\x0A\x12start_capture_disk\x18D \x01(\x0B2,.rv.analytics.trackedevents.StartCaptureDiskH\x00\x12J\x0A\x12start_capture_rtmp\x18E \x01(\x0B2,.rv.analytics.trackedevents.StartCaptureRtmpH\x00\x12J\x0A\x12start_capture_resi\x18F \x01(\x0B2,.rv.analytics.trackedevents.StartCaptureResiH\x00\x12?\x0A\x0Cstop_capture\x18G \x01(\x0B2'.rv.analytics.trackedevents.StopCaptureH\x00\x12B\x0A\x0Eanalytic_reset\x18H \x01(\x0B2(.rv.analytics.trackedevents.GenericEventH\x00\x122\x0A\x05print\x18I \x01(\x0B2!.rv.analytics.trackedevents.PrintH\x00\x124\x0A\x06device\x18J \x01(\x0B2\".rv.analytics.trackedevents.DeviceH\x00\x12:\x0A\x09downgrade\x18K \x01(\x0B2%.rv.analytics.trackedevents.DowngradeH\x00\x12=\x0A\x0Bccli_report\x18L \x01(\x0B2&.rv.analytics.trackedevents.CCLIReportH\x00\x12I\x0A\x11transition_window\x18M \x01(\x0B2,.rv.analytics.trackedevents.TransitionWindowH\x00\x12L\x0A\x13editor_object_added\x18N \x01(\x0B2-.rv.analytics.trackedevents.EditorObjectAddedH\x00\x12J\x0A\x12data_id_duplicated\x18O \x01(\x0B2,.rv.analytics.trackedevents.DataIdDuplicatedH\x00\x12;\x0A\x0Aforce_quit\x18P \x01(\x0B2%.rv.analytics.trackedevents.ForceQuitH\x00\x12J\x0A\x12media_cleanup_size\x18Q \x01(\x0B2,.rv.analytics.trackedevents.MediaCleanupSizeH\x00\x12=\x0A\x0Bnetwork_app\x18R \x01(\x0B2&.rv.analytics.trackedevents.NetworkAppH\x00\x12P\x0A\x1Ctrigger_action_capture_start\x18d \x01(\x0B2(.rv.analytics.trigger.ActionCaptureStartH\x00\x12N\x0A\x1Btrigger_action_capture_stop\x18e \x01(\x0B2'.rv.analytics.trigger.ActionCaptureStopH\x00\x12A\x0A\x14trigger_action_clear\x18f \x01(\x0B2!.rv.analytics.trigger.ActionClearH\x00\x12L\x0A\x1Atrigger_action_clear_group\x18g \x01(\x0B2&.rv.analytics.trigger.ActionClearGroupH\x00\x12S\x0A\x1Dtrigger_action_communications\x18h \x01(\x0B2*.rv.analytics.trigger.ActionCommunicationsH\x00\x12?\x0A\x13trigger_action_look\x18i \x01(\x0B2 .rv.analytics.trigger.ActionLookH\x00\x12A\x0A\x14trigger_action_macro\x18j \x01(\x0B2!.rv.analytics.trigger.ActionMacroH\x00\x12E\x0A\x16trigger_action_message\x18k \x01(\x0B2#.rv.analytics.trigger.ActionMessageH\x00\x12?\x0A\x13trigger_action_prop\x18l \x01(\x0B2 .rv.analytics.trigger.ActionPropH\x00\x12X\x0A trigger_action_slide_destination\x18m \x01(\x0B2,.rv.analytics.trigger.ActionSlideDestinationH\x00\x12A\x0A\x14trigger_action_stage\x18n \x01(\x0B2!.rv.analytics.trigger.ActionStageH\x00\x12A\x0A\x14trigger_action_timer\x18o \x01(\x0B2!.rv.analytics.trigger.ActionTimerH\x00\x12@\x0A\x13trigger_media_audio\x18p \x01(\x0B2!.rv.analytics.trigger.media.AudioH\x00\x12@\x0A\x13trigger_media_image\x18q \x01(\x0B2!.rv.analytics.trigger.media.ImageH\x00\x12K\x0A\x19trigger_media_video_input\x18r \x01(\x0B2&.rv.analytics.trigger.media.VideoInputH\x00\x12@\x0A\x13trigger_media_video\x18s \x01(\x0B2!.rv.analytics.trigger.media.VideoH\x00\x12<\x0A\x11trigger_cue_slide\x18t \x01(\x0B2\x1F.rv.analytics.trigger.cue.SlideH\x00\x12]\x0A#trigger_cue_slide_file_feed_element\x18u \x01(\x0B2..rv.analytics.trigger.cue.SlideFileFeedElementH\x00\x12[\x0A\"trigger_cue_slide_rss_feed_element\x18v \x01(\x0B2-.rv.analytics.trigger.cue.SlideRssFeedElementH\x00\x12g\x0A(trigger_cue_slide_scrolling_text_element\x18w \x01(\x0B23.rv.analytics.trigger.cue.SlideScrollingTextElementH\x00\x12A\x0A\x14trigger_test_pattern\x18x \x01(\x0B2!.rv.analytics.trigger.TestPatternH\x00\x12O\x0A\x1Btrigger_media_aircast_video\x18y \x01(\x0B2(.rv.analytics.trigger.media.AirCastVideoH\x00\x12O\x0A\x1Btrigger_media_aircast_audio\x18z \x01(\x0B2(.rv.analytics.trigger.media.AirCastAudioH\x00\x12R\x0A\x1Eaircast_video_input_configured\x18{ \x01(\x0B2(.rv.analytics.trigger.media.AirCastVideoH\x00\x12R\x0A\x1Eaircast_audio_input_configured\x18| \x01(\x0B2(.rv.analytics.trigger.media.AirCastAudioH\x00\x12e\x0A&media_management_installation_complete\x18\x8C\x01 \x01(\x0B22.rv.analytics.mediamanagement.InstallationCompleteH\x00\x12g\x0A'media_management_bootstrapping_complete\x18\x8D\x01 \x01(\x0B23.rv.analytics.mediamanagement.BootstrappingCompleteH\x00\x12Y\x0A media_management_message_failure\x18\x8E\x01 \x01(\x0B2,.rv.analytics.mediamanagement.MessageFailureH\x00\x12j\x0A)media_management_unexpectedly_not_running\x18\x8F\x01 \x01(\x0B24.rv.analytics.mediamanagement.UnexpectedlyNotRunningH\x00\x12_\x0A#media_management_connection_changed\x18\x90\x01 \x01(\x0B2/.rv.analytics.mediamanagement.ConnectionChangedH\x00\x12d\x0A&media_management_added_media_reference\x18\x91\x01 \x01(\x0B21.rv.analytics.mediamanagement.AddedMediaReferenceH\x00\x12W\x0A\x1Fmedia_management_not_responding\x18\x92\x01 \x01(\x0B2+.rv.analytics.mediamanagement.NotRespondingH\x00\x12<\x0A\x0Eui_quicksearch\x18\xC8\x01 \x01(\x0B2!.rv.analytics.ui.QuickSearchShownH\x00\x12D\x0A\x15ui_quicksearch_search\x18\xC9\x01 \x01(\x0B2\".rv.analytics.ui.QuickSearchSearchH\x00\x12J\x0A\x18ui_quicksearch_openitems\x18\xCA\x01 \x01(\x0B2%.rv.analytics.ui.QuickSearchOpenItemsH\x00\x12?\x0A\x10ui_toolbar_theme\x18\xCB\x01 \x01(\x0B2\".rv.analytics.ui.ToolbarThemeShownH\x00\x12Q\x0A\x1Cui_toolbar_theme_application\x18\xCC\x01 \x01(\x0B2(.rv.analytics.ui.ToolbarThemeApplicationH\x00\x12:\x0A\x10ui_mainview_show\x18\xCD\x01 \x01(\x0B2\x1D.rv.analytics.ui.MainViewShowH\x00\x12W\x0A\x1Fui_mainview_presentation_editor\x18\xCE\x01 \x01(\x0B2+.rv.analytics.ui.MainViewPresentationEditorH\x00\x12D\x0A\x12ui_mainview_reflow\x18\xCF\x01 \x01(\x0B2%.rv.analytics.ui.MainViewReflowEditorH\x00\x12<\x0A\x11ui_mainview_bible\x18\xD0\x01 \x01(\x0B2\x1E.rv.analytics.ui.MainViewBibleH\x00\x127\x0A\x0Dbible_trigger\x18\xD1\x01 \x01(\x0B2\x1D.rv.analytics.ui.BibleTriggerH\x00\x12F\x0A\x15bible_generate_slides\x18\xD2\x01 \x01(\x0B2\$.rv.analytics.ui.BibleGenerateSlidesH\x00\x12B\x0A\x13bible_generate_next\x18\xD3\x01 \x01(\x0B2\".rv.analytics.ui.BibleGenerateNextH\x00\x12F\x0A\x17bible_generate_previous\x18\xD4\x01 \x01(\x0B2\".rv.analytics.ui.BibleGenerateNextH\x00\x12>\x0A\x11bible_save_slides\x18\xD5\x01 \x01(\x0B2 .rv.analytics.ui.BibleSaveSlidesH\x00\x125\x0A\x0Cbible_lookup\x18\xD6\x01 \x01(\x0B2\x1C.rv.analytics.ui.BibleLookupH\x00\x127\x0A\x0Dbible_startup\x18\xD7\x01 \x01(\x0B2\x1D.rv.analytics.ui.BibleStartupH\x00\x125\x0A\x0Cbible_remove\x18\xD8\x01 \x01(\x0B2\x1C.rv.analytics.ui.BibleRemoveH\x00\x127\x0A\x0Dbible_install\x18\xD9\x01 \x01(\x0B2\x1D.rv.analytics.ui.BibleInstallH\x00\x12G\x0A\x17ui_mainview_mask_editor\x18\xDA\x01 \x01(\x0B2#.rv.analytics.ui.MainViewMaskEditorH\x00\x12I\x0A\x18ui_mainview_stage_editor\x18\xDB\x01 \x01(\x0B2\$.rv.analytics.ui.MainViewStageEditorH\x00\x12I\x0A\x18ui_mainview_theme_editor\x18\xDC\x01 \x01(\x0B2\$.rv.analytics.ui.MainViewThemeEditorH\x00\x12Q\x0A\x1Cui_mainview_copyright_editor\x18\xDD\x01 \x01(\x0B2(.rv.analytics.ui.MainViewCopyrightEditorH\x00\x12I\x0A\x18ui_mainview_props_editor\x18\xDE\x01 \x01(\x0B2\$.rv.analytics.ui.MainViewPropsEditorH\x00\x12B\x0A\x14ui_lowerright_timers\x18\xDF\x01 \x01(\x0B2!.rv.analytics.ui.LowerRightTimersH\x00\x12S\x0A\x1Dui_lowerright_timers_collapse\x18\xE0\x01 \x01(\x0B2).rv.analytics.ui.LowerRightTimersCollapseH\x00\x12K\x0A\x19ui_lowerright_timers_edit\x18\xE1\x01 \x01(\x0B2%.rv.analytics.ui.LowerRightTimersEditH\x00\x12M\x0A\x1Aui_lowerright_timers_state\x18\xE2\x01 \x01(\x0B2&.rv.analytics.ui.LowerRightTimersStateH\x00\x12O\x0A\x1Bui_lowerright_timers_create\x18\xE3\x01 \x01(\x0B2'.rv.analytics.ui.LowerRightTimersCreateH\x00\x12O\x0A\x1Bui_lowerright_timers_delete\x18\xE4\x01 \x01(\x0B2'.rv.analytics.ui.LowerRightTimersDeleteH\x00\x12F\x0A\x16ui_lowerright_messages\x18\xE5\x01 \x01(\x0B2#.rv.analytics.ui.LowerRightMessagesH\x00\x12O\x0A\x1Bui_lowerright_messages_edit\x18\xE6\x01 \x01(\x0B2'.rv.analytics.ui.LowerRightMessagesEditH\x00\x12Q\x0A\x1Cui_lowerright_messages_state\x18\xE7\x01 \x01(\x0B2(.rv.analytics.ui.LowerRightMessagesStateH\x00\x12S\x0A\x1Dui_lowerright_messages_create\x18\xE8\x01 \x01(\x0B2).rv.analytics.ui.LowerRightMessagesCreateH\x00\x12S\x0A\x1Dui_lowerright_messages_delete\x18\xE9\x01 \x01(\x0B2).rv.analytics.ui.LowerRightMessagesDeleteH\x00\x12@\x0A\x13ui_lowerright_props\x18\xEA\x01 \x01(\x0B2 .rv.analytics.ui.LowerRightPropsH\x00\x12U\x0A\x1Eui_lowerright_props_transition\x18\xEB\x01 \x01(\x0B2*.rv.analytics.ui.LowerRightPropsTransitionH\x00\x12M\x0A\x1Aui_lowerright_props_create\x18\xEC\x01 \x01(\x0B2&.rv.analytics.ui.LowerRightPropsCreateH\x00\x12M\x0A\x1Aui_lowerright_props_delete\x18\xED\x01 \x01(\x0B2&.rv.analytics.ui.LowerRightPropsDeleteH\x00\x12K\x0A\x19ui_lowerright_props_state\x18\xEE\x01 \x01(\x0B2%.rv.analytics.ui.LowerRightPropsStateH\x00\x12@\x0A\x13ui_lowerright_stage\x18\xEF\x01 \x01(\x0B2 .rv.analytics.ui.LowerRightStageH\x00\x12Y\x0A ui_lowerright_stage_changelayout\x18\xF0\x01 \x01(\x0B2,.rv.analytics.ui.LowerRightStageChangeLayoutH\x00\x12Y\x0A ui_lowerright_stage_messagestate\x18\xF1\x01 \x01(\x0B2,.rv.analytics.ui.LowerRightStageMessageStateH\x00\x12a\x0A\$ui_lowerright_stage_configurescreens\x18\xF2\x01 \x01(\x0B20.rv.analytics.ui.LowerRightStageConfigureScreensH\x00\x12W\x0A\x1Fui_lowerright_stage_editlayouts\x18\xF3\x01 \x01(\x0B2+.rv.analytics.ui.LowerRightStageEditLayoutsH\x00\x12B\x0A\x14ui_lowerright_macros\x18\xF4\x01 \x01(\x0B2!.rv.analytics.ui.LowerRightMacrosH\x00\x12Q\x0A\x1Cui_lowerright_macros_trigger\x18\xF5\x01 \x01(\x0B2(.rv.analytics.ui.LowerRightMacrosTriggerH\x00\x12O\x0A\x1Bui_lowerright_macros_create\x18\xF6\x01 \x01(\x0B2'.rv.analytics.ui.LowerRightMacrosCreateH\x00\x12O\x0A\x1Bui_lowerright_macros_delete\x18\xF7\x01 \x01(\x0B2'.rv.analytics.ui.LowerRightMacrosDeleteH\x00\x12;\x0A\x10ui_textinspector\x18\xF8\x01 \x01(\x0B2\x1E.rv.analytics.ui.TextInspectorH\x00\x12W\x0A\x1Fui_textinspector_scrolling_text\x18\xF9\x01 \x01(\x0B2+.rv.analytics.ui.TextInspectorScrollingTextH\x00\x12P\x0A\x1Bui_textinspector_foreground\x18\xFA\x01 \x01(\x0B2(.rv.analytics.ui.TextInspectorForegroundH\x00\x12Y\x0A ui_textinspector_underline_color\x18\xFB\x01 \x01(\x0B2,.rv.analytics.ui.TextInspectorUnderlineColorH\x00\x12[\x0A!ui_textinspector_background_color\x18\xFC\x01 \x01(\x0B2-.rv.analytics.ui.TextInspectorBackgroundColorH\x00\x12W\x0A\x1Fui_textinspector_line_transform\x18\xFD\x01 \x01(\x0B2+.rv.analytics.ui.TextInspectorLineTransformH\x00\x12?\x0A\x13ui_show_slide_label\x18\xFE\x01 \x01(\x0B2\x1F.rv.analytics.ui.ShowSlideLabelH\x00\x12L\x0A\x1Aui_show_slide_label_change\x18\xFF\x01 \x01(\x0B2%.rv.analytics.ui.ShowSlideLabelChangeH\x00\x12G\x0A\x17ui_editor_overlay_shown\x18\x82\x02 \x01(\x0B2#.rv.analytics.ui.EditorOverlayShownH\x00\x12I\x0A\x18ui_editor_overlay_closed\x18\x83\x02 \x01(\x0B2\$.rv.analytics.ui.EditorOverlayClosedH\x00\x12?\x0A\x13ui_whats_new_viewed\x18\x84\x02 \x01(\x0B2\x1F.rv.analytics.ui.WhatsNewViewedH\x00\x128\x0A\x0Fui_clear_groups\x18\x85\x02 \x01(\x0B2\x1C.rv.analytics.ui.ClearGroupsH\x00\x12E\x0A\x16ui_clear_groups_create\x18\x86\x02 \x01(\x0B2\".rv.analytics.ui.ClearGroupsCreateH\x00\x12E\x0A\x16ui_clear_groups_delete\x18\x87\x02 \x01(\x0B2\".rv.analytics.ui.ClearGroupsDeleteH\x00\x12Z\x0A!ui_clear_groups_change_visibility\x18\x88\x02 \x01(\x0B2,.rv.analytics.ui.ClearGroupsChangeVisibilityH\x00\x12N\x0A\x1Bui_clear_groups_change_icon\x18\x89\x02 \x01(\x0B2&.rv.analytics.ui.ClearGroupsChangeIconH\x00\x12_\x0A\$ui_preview_area_clear_groups_trigger\x18\x8A\x02 \x01(\x0B2..rv.analytics.ui.PreviewAreaClearGroupsTriggerH\x00\x12_\x0A\$ui_preview_area_clear_groups_changed\x18\x8B\x02 \x01(\x0B2..rv.analytics.ui.PreviewAreaClearGroupsChangedH\x00\x12@\x0A\x13ui_placeholder_link\x18\x8C\x02 \x01(\x0B2 .rv.analytics.ui.PlaceholderLinkH\x00\x12D\x0A\x15ui_placeholder_unlink\x18\x8D\x02 \x01(\x0B2\".rv.analytics.ui.PlaceholderUnlinkH\x00\x12E\x0A\x15ui_planningCenterLive\x18\x8E\x02 \x01(\x0B2#.rv.analytics.ui.PlanningCenterLiveH\x00\x12@\x0A\x13ui_networkgroup_add\x18\x8F\x02 \x01(\x0B2 .rv.analytics.ui.NetworkGroupAddH\x00\x12F\x0A\x16ui_networkgroup_remove\x18\x90\x02 \x01(\x0B2#.rv.analytics.ui.NetworkGroupRemoveH\x00\x12D\x0A\x15ui_networkgroup_leave\x18\x9B\x02 \x01(\x0B2\".rv.analytics.ui.NetworkGroupLeaveH\x00\x12A\x0A\x14ui_ccli_report_reset\x18\x91\x02 \x01(\x0B2 .rv.analytics.ui.CcliReportResetH\x00\x12A\x0A\x14ui_ccli_report_shown\x18\x92\x02 \x01(\x0B2 .rv.analytics.ui.CcliReportShownH\x00\x125\x0A\x10ui_capture_shown\x18\x93\x02 \x01(\x0B2\x18.rv.analytics.ui.CaptureH\x00\x12/\x0A\x0Aui_welcome\x18\x94\x02 \x01(\x0B2\x18.rv.analytics.ui.WelcomeH\x00\x12`\x0A\$ui_welcome_screen_configuration_help\x18\x95\x02 \x01(\x0B2/.rv.analytics.ui.WelcomeScreenConfigurationHelpH\x00\x12\\\x0A\"ui_welcome_download_sample_content\x18\x96\x02 \x01(\x0B2-.rv.analytics.ui.WelcomeDownloadSampleContentH\x00\x12C\x0A\x15ui_welcome_user_group\x18\x97\x02 \x01(\x0B2!.rv.analytics.ui.WelcomeUserGroupH\x00\x12B\x0A\x14ui_welcome_tutorials\x18\x98\x02 \x01(\x0B2!.rv.analytics.ui.WelcomeTutorialsH\x00\x12J\x0A\x18ui_welcome_knowlegdeBase\x18\x9C\x02 \x01(\x0B2%.rv.analytics.ui.WelcomeKnowledgeBaseH\x00\x128\x0A\x0Fui_welcome_blog\x18\x9D\x02 \x01(\x0B2\x1C.rv.analytics.ui.WelcomeBlogH\x00\x12@\x0A\x13ui_welcome_facebook\x18\x9E\x02 \x01(\x0B2 .rv.analytics.ui.WelcomeFacebookH\x00\x12B\x0A\x14ui_welcome_instagram\x18\x9F\x02 \x01(\x0B2!.rv.analytics.ui.WelcomeInstagramH\x00\x12B\x0A\x14ui_welcome_migration\x18\xA0\x02 \x01(\x0B2!.rv.analytics.ui.WelcomeMigrationH\x00\x129\x0A\x0Fui_testPatterns\x18\x99\x02 \x01(\x0B2\x1D.rv.analytics.ui.TestPatternsH\x00\x12F\x0A\x16ui_settings_customLogo\x18\x9A\x02 \x01(\x0B2#.rv.analytics.ui.SettingsCustomLogoH\x00\x12M\x0A\x1Aui_windowed_output_created\x18\xA1\x02 \x01(\x0B2&.rv.analytics.ui.WindowedOutputCreatedH\x00\x12G\x0A\x11import_powerpoint\x18\xA2\x02 \x01(\x0B2).rv.analytics.powerpoint.ImportPowerPointH\x00B\x0D\x0A\x0BInteractionBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsImport.php b/generated/GPBMetadata/AnalyticsImport.php index 4f33041..328b86b 100644 --- a/generated/GPBMetadata/AnalyticsImport.php +++ b/generated/GPBMetadata/AnalyticsImport.php @@ -17,7 +17,7 @@ class AnalyticsImport } \GPBMetadata\AnalyticsMultiTracks::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xC2\x04\x0A\x15analyticsImport.proto\x12\x0Crv.analytics\"\xCF\x03\x0A\x06Import\x126\x0A\x0Bsong_select\x18\x01 \x01(\x0B2\x1F.rv.analytics.Import.SongSelectH\x00\x127\x0A\x0Bmultitracks\x18\x02 \x01(\x0B2 .rv.analytics.MultiTracks.ImportH\x00\x1A\xC6\x02\x0A\x0ASongSelect\x12)\x0A!template_slide_text_element_count\x18\x01 \x01(\x05\x12\x1C\x0A\x14import_into_playlist\x18\x02 \x01(\x08\x12E\x0A\x0Eline_delimiter\x18\x03 \x01(\x0E2-.rv.analytics.Import.SongSelect.LineDelimiter\x12\x1C\x0A\x14line_delimiter_count\x18\x04 \x01(\x05\x12\x1A\x0A\x12did_open_edit_view\x18\x05 \x01(\x08\"n\x0A\x0DLineDelimiter\x12\x1A\x0A\x16LINE_DELIMITER_UNKNOWN\x10\x00\x12\x1D\x0A\x19LINE_DELIMITER_LINE_BREAK\x10\x01\x12\"\x0A\x1ELINE_DELIMITER_PARAGRAPH_BREAK\x10\x02B\x0B\x0A\x09ComponentBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xD8\x03\x0A\x15analyticsImport.proto\x12\x13rv.analytics.import\"\xD0\x02\x0A\x0ASongSelect\x12)\x0A!template_slide_text_element_count\x18\x01 \x01(\x05\x12\x1C\x0A\x14import_into_playlist\x18\x02 \x01(\x08\x12E\x0A\x0Eline_delimiter\x18\x03 \x01(\x0E2-.rv.analytics.import.SongSelect.LineDelimiter\x12\x1C\x0A\x14line_delimiter_count\x18\x04 \x01(\x05\x12\x1A\x0A\x12did_open_edit_view\x18\x05 \x01(\x08\x125\x0A\x0Bmultitracks\x18\x06 \x01(\x0B2 .rv.analytics.multitracks.Import\"A\x0A\x0DLineDelimiter\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x0E\x0A\x0ALINE_BREAK\x10\x01\x12\x13\x0A\x0FPARAGRAPH_BREAK\x10\x02BO\xF8\x01\x01\xAA\x025Pro.SerializationInterop.RVProtoData.Analytics.Import\xBA\x02\x11Analytics_Import_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsMediaManagement.php b/generated/GPBMetadata/AnalyticsMediaManagement.php new file mode 100644 index 0000000..864edc0 --- /dev/null +++ b/generated/GPBMetadata/AnalyticsMediaManagement.php @@ -0,0 +1,25 @@ +internalAddGeneratedFile( + "\x0A\x8A\x07\x0A\x1EanalyticsMediaManagement.proto\x12\x1Crv.analytics.mediamanagement\"\xE2\x01\x0A\x14InstallationComplete\x12M\x0A\x07success\x18\x01 \x01(\x0B2:.rv.analytics.mediamanagement.InstallationComplete.SuccessH\x00\x12M\x0A\x07failure\x18\x02 \x01(\x0B2:.rv.analytics.mediamanagement.InstallationComplete.FailureH\x00\x1A\x09\x0A\x07Success\x1A\x18\x0A\x07Failure\x12\x0D\x0A\x05error\x18\x01 \x01(\x09B\x07\x0A\x05state\"\xE5\x01\x0A\x15BootstrappingComplete\x12N\x0A\x07success\x18\x01 \x01(\x0B2;.rv.analytics.mediamanagement.BootstrappingComplete.SuccessH\x00\x12N\x0A\x07failure\x18\x02 \x01(\x0B2;.rv.analytics.mediamanagement.BootstrappingComplete.FailureH\x00\x1A\x09\x0A\x07Success\x1A\x18\x0A\x07Failure\x12\x0D\x0A\x05error\x18\x01 \x01(\x09B\x07\x0A\x05state\"\x1F\x0A\x0EMessageFailure\x12\x0D\x0A\x05error\x18\x01 \x01(\x09\"\x18\x0A\x16UnexpectedlyNotRunning\"\x8F\x01\x0A\x11ConnectionChanged\x12D\x0A\x05state\x18\x01 \x01(\x0E25.rv.analytics.mediamanagement.ConnectionChanged.State\"4\x0A\x05State\x12\x13\x0A\x0FSTATE_CONNECTED\x10\x00\x12\x16\x0A\x12STATE_DISCONNECTED\x10\x01\"4\x0A\x13AddedMediaReference\x12\x0D\x0A\x05width\x18\x01 \x01(\x05\x12\x0E\x0A\x06height\x18\x02 \x01(\x05\"\x0F\x0A\x0DNotRespondingBa\xF8\x01\x01\xAA\x02>Pro.SerializationInterop.RVProtoData.Analytics.MediaManagement\xBA\x02\x1AAnalytics_MediaManagement_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/AnalyticsMultiTracks.php b/generated/GPBMetadata/AnalyticsMultiTracks.php index 96d0a84..958cdf1 100644 --- a/generated/GPBMetadata/AnalyticsMultiTracks.php +++ b/generated/GPBMetadata/AnalyticsMultiTracks.php @@ -16,7 +16,7 @@ class AnalyticsMultiTracks return; } $pool->internalAddGeneratedFile( - "\x0A\x83\x04\x0A\x1AanalyticsMultiTracks.proto\x12\x0Crv.analytics\"\x8B\x03\x0A\x0BMultiTracks\x1A\xD4\x01\x0A\x07Account\x12;\x0A\x09chart_pro\x18\x01 \x01(\x0E2(.rv.analytics.MultiTracks.Account.Status\x12D\x0A\x12propresenter_addon\x18\x02 \x01(\x0E2(.rv.analytics.MultiTracks.Account.Status\"F\x0A\x06Status\x12\x13\x0A\x0FSTATUS_DISABLED\x10\x00\x12\x14\x0A\x10STATUS_CANCELLED\x10\x01\x12\x11\x0A\x0DSTATUS_ACTIVE\x10\x02\x1A=\x0A\x07Startup\x122\x0A\x07account\x18\x01 \x01(\x0B2!.rv.analytics.MultiTracks.Account\x1Af\x0A\x06Import\x122\x0A\x07account\x18\x01 \x01(\x0B2!.rv.analytics.MultiTracks.Account\x12\x19\x0A\x11charts_automation\x18\x02 \x01(\x08\x12\x0D\x0A\x05lines\x18\x03 \x01(\x05BA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xF2\x03\x0A\x1AanalyticsMultiTracks.proto\x12\x18rv.analytics.multitracks\"|\x0A\x07Startup\x123\x0A\x09chart_pro\x18\x01 \x01(\x0E2 .rv.analytics.multitracks.Status\x12<\x0A\x12propresenter_addon\x18\x02 \x01(\x0E2 .rv.analytics.multitracks.Status\"\xA5\x01\x0A\x06Import\x123\x0A\x09chart_pro\x18\x01 \x01(\x0E2 .rv.analytics.multitracks.Status\x12<\x0A\x12propresenter_addon\x18\x02 \x01(\x0E2 .rv.analytics.multitracks.Status\x12\x19\x0A\x11charts_automation\x18\x03 \x01(\x08\x12\x0D\x0A\x05lines\x18\x04 \x01(\x05*1\x0A\x06Status\x12\x0C\x0A\x08DISABLED\x10\x00\x12\x0D\x0A\x09CANCELLED\x10\x01\x12\x0A\x0A\x06ACTIVE\x10\x02BY\xF8\x01\x01\xAA\x02:Pro.SerializationInterop.RVProtoData.Analytics.MultiTracks\xBA\x02\x16Analytics_MultiTracks_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsPlaybackMarker.php b/generated/GPBMetadata/AnalyticsPlaybackMarker.php index b9f9634..c200fbb 100644 --- a/generated/GPBMetadata/AnalyticsPlaybackMarker.php +++ b/generated/GPBMetadata/AnalyticsPlaybackMarker.php @@ -16,7 +16,7 @@ class AnalyticsPlaybackMarker return; } $pool->internalAddGeneratedFile( - "\x0A\xE2\x02\x0A\x1DanalyticsPlaybackMarker.proto\x12\x0Crv.analytics\"\xE7\x01\x0A\x0EPlaybackMarker\x12;\x0A\x06create\x18\x01 \x01(\x0B2).rv.analytics.PlaybackMarker.CreateMarkerH\x00\x1A\x8E\x01\x0A\x0CCreateMarker\x12D\x0A\x08location\x18\x01 \x01(\x0E22.rv.analytics.PlaybackMarker.CreateMarker.Location\"8\x0A\x08Location\x12\x16\x0A\x12LOCATION_INSPECTOR\x10\x00\x12\x14\x0A\x10LOCATION_SIDEBAR\x10\x01B\x07\x0A\x05EventBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xB1\x02\x0A\x1DanalyticsPlaybackMarker.proto\x12\x1Brv.analytics.playbackmarker\"\x89\x01\x0A\x0CCreateMarker\x12D\x0A\x08location\x18\x01 \x01(\x0E22.rv.analytics.playbackmarker.CreateMarker.Location\"3\x0A\x08Location\x12\x0D\x0A\x09INSPECTOR\x10\x00\x12\x0B\x0A\x07SIDEBAR\x10\x01\x12\x0B\x0A\x07UNKNOWN\x10\x02B_\xF8\x01\x01\xAA\x02=Pro.SerializationInterop.RVProtoData.Analytics.PlaybackMarker\xBA\x02\x19Analytics_PlaybackMarker_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsPowerPoint.php b/generated/GPBMetadata/AnalyticsPowerPoint.php new file mode 100644 index 0000000..2370f1d --- /dev/null +++ b/generated/GPBMetadata/AnalyticsPowerPoint.php @@ -0,0 +1,25 @@ +internalAddGeneratedFile( + "\x0A\xCE\x02\x0A\x19analyticsPowerPoint.proto\x12\x17rv.analytics.powerpoint\"|\x0A\x10ImportPowerPoint\x121\x0A\x04type\x18\x01 \x01(\x0E2#.rv.analytics.powerpoint.ImportType\x125\x0A\x06format\x18\x02 \x01(\x0E2%.rv.analytics.powerpoint.ImportFormat*F\x0A\x0AImportType\x12\x14\x0A\x10SLIDES_AS_IMAGES\x10\x00\x12\x0D\x0A\x09TEXT_ONLY\x10\x01\x12\x13\x0A\x0FTEXT_AND_IMAGES\x10\x02*-\x0A\x0CImportFormat\x12\x0A\x0A\x06UNKOWN\x10\x00\x12\x07\x0A\x03PPT\x10\x01\x12\x08\x0A\x04PPTX\x10\x02B\x1B\xF8\x01\x01\xBA\x02\x15Analytics_PowerPoint_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/AnalyticsProContent.php b/generated/GPBMetadata/AnalyticsProContent.php index 1f92c38..770fa2b 100644 --- a/generated/GPBMetadata/AnalyticsProContent.php +++ b/generated/GPBMetadata/AnalyticsProContent.php @@ -16,7 +16,7 @@ class AnalyticsProContent return; } $pool->internalAddGeneratedFile( - "\x0A\xAD\x02\x0A\x19analyticsProContent.proto\x12\x0Crv.analytics\"\xB6\x01\x0A\x0AProContent\x12:\x0A\x09media_bin\x18\x01 \x01(\x0B2%.rv.analytics.ProContent.ViewMediaBinH\x00\x125\x0A\x08download\x18\x02 \x01(\x0B2!.rv.analytics.ProContent.DownloadH\x00\x1A\x0E\x0A\x0CViewMediaBin\x1A\x1C\x0A\x08Download\x12\x10\x0A\x08is_retry\x18\x01 \x01(\x08B\x07\x0A\x05EventBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xC2\x01\x0A\x19analyticsProContent.proto\x12\x17rv.analytics.procontent\"\x0E\x0A\x0CMediaBinView\"\x0A\x0A\x08Download\"\x0F\x0A\x0DDownloadRetryBW\xF8\x01\x01\xAA\x029Pro.SerializationInterop.RVProtoData.Analytics.ProContent\xBA\x02\x15Analytics_ProContent_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsStartup.php b/generated/GPBMetadata/AnalyticsStartup.php index ee55e2f..9dafaa2 100644 --- a/generated/GPBMetadata/AnalyticsStartup.php +++ b/generated/GPBMetadata/AnalyticsStartup.php @@ -15,9 +15,8 @@ class AnalyticsStartup if (static::$is_initialized == true) { return; } - \GPBMetadata\AnalyticsMultiTracks::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xEC>\x0A\x16analyticsStartup.proto\x12\x0Crv.analytics\"\xF8=\x0A\x07Startup\x12,\x0A\x05looks\x18\x01 \x01(\x0B2\x1B.rv.analytics.Startup.LooksH\x00\x12I\x0A\x14screen_configuration\x18\x02 \x01(\x0B2).rv.analytics.Startup.ScreenConfigurationH\x00\x128\x0A\x0Bpreferences\x18\x03 \x01(\x0B2!.rv.analytics.Startup.PreferencesH\x00\x120\x0A\x07screens\x18\x04 \x01(\x0B2\x1D.rv.analytics.Startup.ScreensH\x00\x12?\x0A\x0Fplanning_center\x18\x05 \x01(\x0B2\$.rv.analytics.Startup.PlanningCenterH\x00\x127\x0A\x0Bsong_select\x18\x06 \x01(\x0B2 .rv.analytics.Startup.SongSelectH\x00\x12,\x0A\x05audio\x18\x07 \x01(\x0B2\x1B.rv.analytics.Startup.AudioH\x00\x12>\x0A\x0Ecommunications\x18\x08 \x01(\x0B2\$.rv.analytics.Startup.CommunicationsH\x00\x12*\x0A\x04resi\x18\x09 \x01(\x0B2\x1A.rv.analytics.Startup.ResiH\x00\x124\x0A\x09interface\x18\x0A \x01(\x0B2\x1F.rv.analytics.Startup.InterfaceH\x00\x120\x0A\x07content\x18\x0B \x01(\x0B2\x1D.rv.analytics.Startup.ContentH\x00\x12.\x0A\x06themes\x18\x0C \x01(\x0B2\x1C.rv.analytics.Startup.ThemesH\x00\x12,\x0A\x05macro\x18\x0D \x01(\x0B2\x1B.rv.analytics.Startup.MacroH\x00\x127\x0A\x0Bclear_group\x18\x0E \x01(\x0B2 .rv.analytics.Startup.ClearGroupH\x00\x127\x0A\x0Bkey_mapping\x18\x0F \x01(\x0B2 .rv.analytics.Startup.KeyMappingH\x00\x128\x0A\x0Bmultitracks\x18\x10 \x01(\x0B2!.rv.analytics.MultiTracks.StartupH\x00\x129\x0A\x0Cnetwork_link\x18\x11 \x01(\x0B2!.rv.analytics.Startup.NetworkLinkH\x00\x120\x0A\x07capture\x18\x12 \x01(\x0B2\x1D.rv.analytics.Startup.CaptureH\x00\x1A\x1F\x0A\x05Looks\x12\x16\x0A\x0Enumber_presets\x18\x01 \x01(\x05\x1A\x88\x13\x0A\x13ScreenConfiguration\x12D\x0A\x07summary\x18\x01 \x01(\x0B21.rv.analytics.Startup.ScreenConfiguration.SummaryH\x00\x12B\x0A\x06output\x18\x02 \x01(\x0B20.rv.analytics.Startup.ScreenConfiguration.OutputH\x00\x12B\x0A\x06single\x18\x03 \x01(\x0B20.rv.analytics.Startup.ScreenConfiguration.SingleH\x00\x12F\x0A\x08mirrored\x18\x04 \x01(\x0B22.rv.analytics.Startup.ScreenConfiguration.MirroredH\x00\x12I\x0A\x0Aedge_blend\x18\x05 \x01(\x0B23.rv.analytics.Startup.ScreenConfiguration.EdgeBlendH\x00\x12D\x0A\x07grouped\x18\x06 \x01(\x0B21.rv.analytics.Startup.ScreenConfiguration.GroupedH\x00\x1A[\x0A\x07Summary\x12\x15\x0A\x0Dtotal_screens\x18\x01 \x01(\x05\x12\x1D\x0A\x15audience_screen_count\x18\x02 \x01(\x05\x12\x1A\x0A\x12stage_screen_count\x18\x03 \x01(\x05\x1A\x82\x07\x0A\x06Output\x12V\x0A\x0Eproscreen_type\x18\x01 \x01(\x0E2>.rv.analytics.Startup.ScreenConfiguration.Output.ProScreenType\x12P\x0A\x0Boutput_type\x18\x02 \x01(\x0E2;.rv.analytics.Startup.ScreenConfiguration.Output.OutputType\x12 \x0A\x18color_correction_enabled\x18\x03 \x01(\x08\x12\x1A\x0A\x12corner_pin_enabled\x18\x04 \x01(\x08\x12M\x0A\x09alignment\x18\x06 \x01(\x0E2:.rv.analytics.Startup.ScreenConfiguration.Output.Alignment\x12\x0D\x0A\x05width\x18\x07 \x01(\x05\x12\x0E\x0A\x06height\x18\x08 \x01(\x05\x12@\x0A\x06screen\x18\x09 \x01(\x0B20.rv.analytics.Startup.ScreenConfiguration.Screen\"\xA3\x01\x0A\x0DProScreenType\x12\x1B\x0A\x17PRO_SCREEN_TYPE_UNKNOWN\x10\x00\x12\x1A\x0A\x16PRO_SCREEN_TYPE_SINGLE\x10\x01\x12\x1C\x0A\x18PRO_SCREEN_TYPE_MIRRORED\x10\x02\x12\x1E\x0A\x1APRO_SCREEN_TYPE_EDGE_BLEND\x10\x03\x12\x1B\x0A\x17PRO_SCREEN_TYPE_GROUPED\x10\x04\"\xB1\x01\x0A\x0AOutputType\x12\x17\x0A\x13OUTPUT_TYPE_UNKNOWN\x10\x00\x12\x13\x0A\x0FOUTPUT_TYPE_SDI\x10\x01\x12\x13\x0A\x0FOUTPUT_TYPE_NDI\x10\x02\x12\x16\x0A\x12OUTPUT_TYPE_SYPHON\x10\x03\x12\x16\x0A\x12OUTPUT_TYPE_SYSTEM\x10\x04\x12\x1B\x0A\x17OUTPUT_TYPE_PLACEHOLDER\x10\x05\x12\x13\x0A\x0FOUTPUT_TYPE_DVI\x10\x06\"\x85\x01\x0A\x09Alignment\x12\x15\x0A\x11ALIGNMENT_UNKNOWN\x10\x00\x12\x12\x0A\x0EALIGNMENT_FULL\x10\x01\x12\x11\x0A\x0DALIGNMENT_2X1\x10\x02\x12\x11\x0A\x0DALIGNMENT_3X1\x10\x03\x12\x11\x0A\x0DALIGNMENT_2X2\x10\x04\x12\x14\x0A\x10ALIGNMENT_CUSTOM\x10\x05\x1Aq\x0A\x06Single\x12I\x0A\x0Bscreen_type\x18\x01 \x01(\x0E24.rv.analytics.Startup.ScreenConfiguration.ScreenType\x12\x1C\x0A\x14screen_color_enabled\x18\x02 \x01(\x08\x1A\x82\x01\x0A\x08Mirrored\x12I\x0A\x0Bscreen_type\x18\x01 \x01(\x0E24.rv.analytics.Startup.ScreenConfiguration.ScreenType\x12\x1C\x0A\x14screen_color_enabled\x18\x02 \x01(\x08\x12\x0D\x0A\x05count\x18\x03 \x01(\x05\x1A\x83\x01\x0A\x09EdgeBlend\x12I\x0A\x0Bscreen_type\x18\x01 \x01(\x0E24.rv.analytics.Startup.ScreenConfiguration.ScreenType\x12\x1C\x0A\x14screen_color_enabled\x18\x02 \x01(\x08\x12\x0D\x0A\x05count\x18\x03 \x01(\x05\x1A\x91\x01\x0A\x07Grouped\x12I\x0A\x0Bscreen_type\x18\x01 \x01(\x0E24.rv.analytics.Startup.ScreenConfiguration.ScreenType\x12\x1C\x0A\x14screen_color_enabled\x18\x02 \x01(\x08\x12\x0F\x0A\x07columns\x18\x03 \x01(\x05\x12\x0C\x0A\x04rows\x18\x04 \x01(\x05\x1A\xF0\x02\x0A\x06Screen\x12U\x0A\x0Ealpha_key_mode\x18\x01 \x01(\x0E2=.rv.analytics.Startup.ScreenConfiguration.Screen.AlphaKeyMode\x12R\x0A\x0Calpha_device\x18\x02 \x01(\x0E2<.rv.analytics.Startup.ScreenConfiguration.Screen.AlphaDevice\"f\x0A\x0CAlphaKeyMode\x12\x17\x0A\x13ALPHA_KEY_MODE_NONE\x10\x00\x12 \x0A\x1CALPHA_KEY_MODE_PREMULTIPLIED\x10\x01\x12\x1B\x0A\x17ALPHA_KEY_MODE_STRAIGHT\x10\x02\"S\x0A\x0BAlphaDevice\x12\x15\x0A\x11ALPHA_DEVICE_NONE\x10\x00\x12\x15\x0A\x11ALPHA_DEVICE_SELF\x10\x01\x12\x16\x0A\x12ALPHA_DEVICE_OTHER\x10\x02\"V\x0A\x0AScreenType\x12\x17\x0A\x13SCREEN_TYPE_UNKNOWN\x10\x00\x12\x18\x0A\x14SCREEN_TYPE_AUDIENCE\x10\x01\x12\x15\x0A\x11SCREEN_TYPE_STAGE\x10\x02B\x0B\x0A\x09Component\x1A\xA9\x06\x0A\x0BPreferences\x12\x18\x0A\x10house_of_worship\x18\x01 \x01(\x08\x12\x17\x0A\x0Fhas_custom_logo\x18\x02 \x01(\x08\x12\x19\x0A\x11copyright_enabled\x18\x03 \x01(\x08\x12I\x0A\x0Fcopyright_style\x18\x04 \x01(\x0E20.rv.analytics.Startup.Preferences.CopyrightStyle\x12\x1D\x0A\x15copyright_has_license\x18\x05 \x01(\x08\x12A\x0A\x0Brender_mode\x18\x06 \x01(\x0E2,.rv.analytics.Startup.Preferences.RenderMode\x12\x1B\x0A\x13suppress_auto_start\x18\x07 \x01(\x08\x12\"\x0A\x1Amanage_media_automatically\x18\x08 \x01(\x08\x12\x1B\x0A\x13search_paths_relink\x18\x09 \x01(\x08\x12G\x0A\x0Eupdate_channel\x18\x0A \x01(\x0E2/.rv.analytics.Startup.Preferences.UpdateChannel\"\xA6\x01\x0A\x0ECopyrightStyle\x12\x1B\x0A\x17COPYRIGHT_STYLE_UNKNOWN\x10\x00\x12\x19\x0A\x15COPYRIGHT_STYLE_FIRST\x10\x01\x12\x18\x0A\x14COPYRIGHT_STYLE_LAST\x10\x02\x12\"\x0A\x1ECOPYRIGHT_STYLE_FIRST_AND_LAST\x10\x03\x12\x1E\x0A\x1ACOPYRIGHT_STYLE_ALL_SLIDES\x10\x04\"m\x0A\x0ARenderMode\x12\x17\x0A\x13RENDER_MODE_UNKNOWN\x10\x00\x12\x16\x0A\x12RENDER_MODE_OPENGL\x10\x01\x12\x15\x0A\x11RENDER_MODE_METAL\x10\x02\x12\x17\x0A\x13RENDER_MODE_DIRECTX\x10\x03\"`\x0A\x0DUpdateChannel\x12\x1A\x0A\x16UPDATE_CHANNEL_UNKNOWN\x10\x00\x12\x1A\x0A\x16UPDATE_CHANNEL_RELEASE\x10\x01\x12\x17\x0A\x13UPDATE_CHANNEL_BETA\x10\x02\x1A\x8E\x01\x0A\x07Screens\x12\x1B\x0A\x13show_screens_launch\x18\x01 \x01(\x08\x12\"\x0A\x1Ashow_performance_on_screen\x18\x02 \x01(\x08\x12 \x0A\x18ignore_background_colors\x18\x03 \x01(\x08\x12 \x0A\x18show_keynote_ppt_screens\x18\x04 \x01(\x08\x1A\xAA\x01\x0A\x0EPlanningCenter\x12\x11\x0A\x09logged_in\x18\x01 \x01(\x08\x12\x13\x0A\x0Bauto_update\x18\x02 \x01(\x08\x12\x13\x0A\x0Bmatch_songs\x18\x03 \x01(\x08\x12\x14\x0A\x0Cshow_history\x18\x04 \x01(\x08\x12\x19\x0A\x11make_arrangements\x18\x05 \x01(\x08\x12\x13\x0A\x0Bauto_upload\x18\x06 \x01(\x08\x12\x15\x0A\x0Dauto_download\x18\x07 \x01(\x08\x1A\x1F\x0A\x0ASongSelect\x12\x11\x0A\x09logged_in\x18\x01 \x01(\x08\x1A\xFC\x05\x0A\x05Audio\x12\x11\x0A\x09bus_count\x18\x01 \x01(\x05\x12A\x0A\x10inspector_device\x18\x02 \x01(\x0E2'.rv.analytics.Startup.Audio.AudioDevice\x12G\x0A\x11inspector_routing\x18\x03 \x01(\x0E2,.rv.analytics.Startup.Audio.InspectorRouting\x12<\x0A\x0Bmain_device\x18\x04 \x01(\x0E2'.rv.analytics.Startup.Audio.AudioDevice\x12>\x0A\x0Cmain_routing\x18\x05 \x01(\x0E2(.rv.analytics.Startup.Audio.AudioRouting\x12\x12\x0A\x0Amain_delay\x18\x06 \x01(\x05\x12\x0F\x0A\x07sdi_ndi\x18\x07 \x01(\x08\x12A\x0A\x0Fsdi_ndi_routing\x18\x08 \x01(\x0E2(.rv.analytics.Startup.Audio.AudioRouting\x12\x15\x0A\x0Dsdi_ndi_delay\x18\x09 \x01(\x05\"\x86\x01\x0A\x0BAudioDevice\x12\x18\x0A\x14AUDIO_DEVICE_UNKNOWN\x10\x00\x12\x15\x0A\x11AUDIO_DEVICE_MAIN\x10\x01\x12\x17\x0A\x13AUDIO_DEVICE_SYSTEM\x10\x02\x12\x16\x0A\x12AUDIO_DEVICE_OTHER\x10\x03\x12\x15\x0A\x11AUDIO_DEVICE_NONE\x10\x04\"n\x0A\x10InspectorRouting\x12\x1D\x0A\x19INSPECTOR_ROUTING_UNKNOWN\x10\x00\x12\x1D\x0A\x19INSPECTOR_ROUTING_DEFAULT\x10\x01\x12\x1C\x0A\x18INSPECTOR_ROUTING_CUSTOM\x10\x02\"^\x0A\x0CAudioRouting\x12\x19\x0A\x15AUDIO_ROUTING_UNKNOWN\x10\x00\x12\x19\x0A\x15AUDIO_ROUTING_DEFAULT\x10\x01\x12\x18\x0A\x14AUDIO_ROUTING_CUSTOM\x10\x02\x1A,\x0A\x0ECommunications\x12\x1A\x0A\x12total_device_count\x18\x01 \x01(\x05\x1A\x19\x0A\x04Resi\x12\x11\x0A\x09logged_in\x18\x01 \x01(\x08\x1A\xE4\x08\x0A\x09Interface\x12G\x0A\x0Flibrary_outline\x18\x01 \x01(\x0E2..rv.analytics.Startup.Interface.SplitViewState\x12E\x0A\x0Dmedia_outline\x18\x02 \x01(\x0E2..rv.analytics.Startup.Interface.SplitViewState\x12E\x0A\x0Daudio_outline\x18\x03 \x01(\x0E2..rv.analytics.Startup.Interface.SplitViewState\x12\x1B\x0A\x13continuous_playlist\x18\x04 \x01(\x08\x12A\x0A\x09media_bin\x18\x05 \x01(\x0E2..rv.analytics.Startup.Interface.SplitViewState\x12V\x0A\x17presentation_view_style\x18\x06 \x01(\x0E25.rv.analytics.Startup.Interface.PresentationViewStyle\x12&\x0A\x1Epresentation_grid_column_count\x18\x07 \x01(\x05\x12'\x0A\x1Fpresentation_table_column_count\x18\x08 \x01(\x05\x12O\x0A\x14media_bin_view_style\x18\x09 \x01(\x0E21.rv.analytics.Startup.Interface.MediaBinViewStyle\x12#\x0A\x1Bmedia_bin_grid_column_count\x18\x0A \x01(\x05\x12\$\x0A\x1Cmedia_bin_table_column_count\x18\x0B \x01(\x05\x12\x1F\x0A\x17presentation_transition\x18\x0C \x01(\x09\x12\x18\x0A\x10media_transition\x18\x0D \x01(\x09\x12\x15\x0A\x0Daudio_shuffle\x18\x0E \x01(\x08\"m\x0A\x0ESplitViewState\x12\x1C\x0A\x18SPLIT_VIEW_STATE_UNKNOWN\x10\x00\x12\x1E\x0A\x1ASPLIT_VIEW_STATE_COLLAPSED\x10\x01\x12\x1D\x0A\x19SPLIT_VIEW_STATE_EXPANDED\x10\x02\"\xA3\x01\x0A\x15PresentationViewStyle\x12#\x0A\x1FPRESENTATION_VIEW_STYLE_UNKNOWN\x10\x00\x12 \x0A\x1CPRESENTATION_VIEW_STYLE_GRID\x10\x01\x12 \x0A\x1CPRESENTATION_VIEW_STYLE_EASY\x10\x02\x12!\x0A\x1DPRESENTATION_VIEW_STYLE_TABLE\x10\x03\"t\x0A\x11MediaBinViewStyle\x12 \x0A\x1CMEDIA_BIN_VIEW_STYLE_UNKNOWN\x10\x00\x12\x1D\x0A\x19MEDIA_BIN_VIEW_STYLE_GRID\x10\x01\x12\x1E\x0A\x1AMEDIA_BIN_VIEW_STYLE_TABLE\x10\x02\x1A\xBF\x05\x0A\x07Content\x12\x15\x0A\x0Dlibrary_count\x18\x01 \x01(\x05\x12\x1E\x0A\x16library_playlist_count\x18\x02 \x01(\x05\x12%\x0A\x1Dlibrary_playlist_folder_count\x18\x03 \x01(\x05\x12\"\x0A\x1Alibrary_playlist_max_depth\x18\x04 \x01(\x05\x12&\x0A\x1Emedia_bin_total_playlist_count\x18\x05 \x01(\x05\x12'\x0A\x1Fmedia_bin_playlist_folder_count\x18\x06 \x01(\x05\x12\$\x0A\x1Cmedia_bin_playlist_max_depth\x18\x07 \x01(\x05\x12'\x0A\x1Fmedia_bin_normal_playlist_count\x18\x08 \x01(\x05\x12&\x0A\x1Emedia_bin_smart_playlist_count\x18\x09 \x01(\x05\x12#\x0A\x1Bmedia_bin_video_input_count\x18\x0A \x01(\x05\x12 \x0A\x18audio_bin_playlist_count\x18\x0B \x01(\x05\x12'\x0A\x1Faudio_bin_playlist_folder_count\x18\x0C \x01(\x05\x12\$\x0A\x1Caudio_bin_playlist_max_depth\x18\x0D \x01(\x05\x12\x13\x0A\x0Btimer_count\x18\x0E \x01(\x05\x12\x16\x0A\x0Emessages_count\x18\x0F \x01(\x05\x12\x13\x0A\x0Bprops_count\x18\x10 \x01(\x05\x12\x1A\x0A\x12stage_layout_count\x18\x11 \x01(\x05\x12\x14\x0A\x0Cmacros_count\x18\x12 \x01(\x05\x12 \x0A\x18macros_collections_count\x18\x13 \x01(\x05\x12\x1B\x0A\x13macros_custom_icons\x18\x14 \x01(\x05\x12!\x0A\x19ubiquitous_show_directory\x18\x15 \x01(\x08\x1Au\x0A\x06Themes\x12\x13\x0A\x0Btheme_count\x18\x01 \x01(\x05\x12\x1A\x0A\x12theme_folder_count\x18\x02 \x01(\x05\x12\x1E\x0A\x16theme_folder_max_depth\x18\x03 \x01(\x05\x12\x1A\x0A\x12theme_slides_count\x18\x04 \x01(\x05\x1A)\x0A\x05Macro\x12 \x0A\x18trigger_on_startup_count\x18\x01 \x01(\x05\x1A\x99\x01\x0A\x0AClearGroup\x12\x19\x0A\x11clear_group_count\x18\x01 \x01(\x05\x12 \x0A\x18hidden_clear_group_count\x18\x02 \x01(\x05\x12\x1A\x0A\x12default_icon_count\x18\x03 \x01(\x05\x12\x19\x0A\x11custom_icon_count\x18\x04 \x01(\x05\x12\x17\x0A\x0Ficon_tint_count\x18\x05 \x01(\x05\x1Av\x0A\x0AKeyMapping\x12\x14\x0A\x0Ctotal_mapped\x18\x01 \x01(\x05\x12\x14\x0A\x0Cclear_groups\x18\x02 \x01(\x05\x12\x0E\x0A\x06groups\x18\x03 \x01(\x05\x12\x0E\x0A\x06macros\x18\x04 \x01(\x05\x12\x0D\x0A\x05props\x18\x05 \x01(\x05\x12\x0D\x0A\x05menus\x18\x06 \x01(\x05\x1A4\x0A\x0BNetworkLink\x12\x0F\x0A\x07enabled\x18\x01 \x01(\x08\x12\x14\x0A\x0Cmember_count\x18\x02 \x01(\x0D\x1At\x0A\x07Capture\x12\x15\x0A\x0Dpresets_count\x18\x01 \x01(\x05\x12\x1A\x0A\x12disk_presets_count\x18\x02 \x01(\x05\x12\x1A\x0A\x12rtmp_presets_count\x18\x03 \x01(\x05\x12\x1A\x0A\x12resi_presets_count\x18\x04 \x01(\x05B\x0B\x0A\x09ComponentBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xD5(\x0A\x16analyticsStartup.proto\x12\x14rv.analytics.startup\"\x1F\x0A\x05Looks\x12\x16\x0A\x0Enumber_presets\x18\x01 \x01(\x05\"[\x0A\x07Summary\x12\x15\x0A\x0Dtotal_screens\x18\x01 \x01(\x05\x12\x1D\x0A\x15audience_screen_count\x18\x02 \x01(\x05\x12\x1A\x0A\x12stage_screen_count\x18\x03 \x01(\x05\"\xD2\x06\x0A\x06Output\x12B\x0A\x0Eproscreen_type\x18\x01 \x01(\x0E2*.rv.analytics.startup.Output.ProScreenType\x12<\x0A\x0Boutput_type\x18\x02 \x01(\x0E2'.rv.analytics.startup.Output.OutputType\x12 \x0A\x18color_correction_enabled\x18\x03 \x01(\x08\x12\x1A\x0A\x12corner_pin_enabled\x18\x04 \x01(\x08\x129\x0A\x09alignment\x18\x05 \x01(\x0E2&.rv.analytics.startup.Output.Alignment\x12\x0D\x0A\x05width\x18\x06 \x01(\x05\x12\x0E\x0A\x06height\x18\x07 \x01(\x05\x12A\x0A\x0Ealpha_key_mode\x18\x08 \x01(\x0E2).rv.analytics.startup.Output.AlphaKeyMode\x12>\x0A\x0Calpha_device\x18\x09 \x01(\x0E2(.rv.analytics.startup.Output.AlphaDevice\"c\x0A\x0DProScreenType\x12\x1B\x0A\x17PRO_SCREEN_TYPE_UNKNOWN\x10\x00\x12\x0A\x0A\x06SINGLE\x10\x01\x12\x0C\x0A\x08MIRRORED\x10\x02\x12\x0E\x0A\x0AEDGE_BLEND\x10\x03\x12\x0B\x0A\x07GROUPED\x10\x04\"i\x0A\x0AOutputType\x12\x17\x0A\x13OUTPUT_TYPE_UNKNOWN\x10\x00\x12\x07\x0A\x03SDI\x10\x01\x12\x07\x0A\x03NDI\x10\x02\x12\x0A\x0A\x06SYPHON\x10\x03\x12\x0A\x0A\x06SYSTEM\x10\x04\x12\x0F\x0A\x0BPLACEHOLDER\x10\x05\x12\x07\x0A\x03DVI\x10\x06\"V\x0A\x09Alignment\x12\x15\x0A\x11ALIGNMENT_UNKNOWN\x10\x00\x12\x08\x0A\x04FULL\x10\x01\x12\x08\x0A\x04_2X1\x10\x02\x12\x08\x0A\x04_3X1\x10\x03\x12\x08\x0A\x04_2X2\x10\x04\x12\x0A\x0A\x06CUSTOM\x10\x05\"H\x0A\x0CAlphaKeyMode\x12\x17\x0A\x13ALPHA_KEY_MODE_NONE\x10\x00\x12\x11\x0A\x0DPREMULTIPLIED\x10\x01\x12\x0C\x0A\x08STRAIGHT\x10\x02\"9\x0A\x0BAlphaDevice\x12\x15\x0A\x11ALPHA_DEVICE_NONE\x10\x00\x12\x08\x0A\x04SELF\x10\x01\x12\x09\x0A\x05OTHER\x10\x02\"]\x0A\x06Single\x125\x0A\x0Bscreen_type\x18\x01 \x01(\x0E2 .rv.analytics.startup.ScreenType\x12\x1C\x0A\x14screen_color_enabled\x18\x02 \x01(\x08\"n\x0A\x08Mirrored\x125\x0A\x0Bscreen_type\x18\x01 \x01(\x0E2 .rv.analytics.startup.ScreenType\x12\x1C\x0A\x14screen_color_enabled\x18\x02 \x01(\x08\x12\x0D\x0A\x05count\x18\x03 \x01(\x05\"o\x0A\x09EdgeBlend\x125\x0A\x0Bscreen_type\x18\x01 \x01(\x0E2 .rv.analytics.startup.ScreenType\x12\x1C\x0A\x14screen_color_enabled\x18\x02 \x01(\x08\x12\x0D\x0A\x05count\x18\x03 \x01(\x05\"}\x0A\x07Grouped\x125\x0A\x0Bscreen_type\x18\x01 \x01(\x0E2 .rv.analytics.startup.ScreenType\x12\x1C\x0A\x14screen_color_enabled\x18\x02 \x01(\x08\x12\x0F\x0A\x07columns\x18\x03 \x01(\x05\x12\x0C\x0A\x04rows\x18\x04 \x01(\x05\"\xA6\x05\x0A\x0BPreferences\x12\x18\x0A\x10house_of_worship\x18\x01 \x01(\x08\x12\x17\x0A\x0Fhas_custom_logo\x18\x02 \x01(\x08\x12\x19\x0A\x11copyright_enabled\x18\x03 \x01(\x08\x12I\x0A\x0Fcopyright_style\x18\x04 \x01(\x0E20.rv.analytics.startup.Preferences.CopyrightStyle\x12\x1D\x0A\x15copyright_has_license\x18\x05 \x01(\x08\x12A\x0A\x0Brender_mode\x18\x06 \x01(\x0E2,.rv.analytics.startup.Preferences.RenderMode\x12\x1B\x0A\x13suppress_auto_start\x18\x07 \x01(\x08\x12\"\x0A\x1Amanage_media_automatically\x18\x08 \x01(\x08\x12\x1B\x0A\x13search_paths_relink\x18\x09 \x01(\x08\x12G\x0A\x0Eupdate_channel\x18\x0A \x01(\x0E2/.rv.analytics.startup.Preferences.UpdateChannel\"f\x0A\x0ECopyrightStyle\x12\x1B\x0A\x17COPYRIGHT_STYLE_UNKNOWN\x10\x00\x12\x09\x0A\x05FIRST\x10\x01\x12\x08\x0A\x04LAST\x10\x02\x12\x12\x0A\x0EFIRST_AND_LAST\x10\x03\x12\x0E\x0A\x0AALL_SLIDES\x10\x04\"I\x0A\x0ARenderMode\x12\x17\x0A\x13RENDER_MODE_UNKNOWN\x10\x00\x12\x0A\x0A\x06OPENGL\x10\x01\x12\x09\x0A\x05METAL\x10\x02\x12\x0B\x0A\x07DIRECTX\x10\x03\"B\x0A\x0DUpdateChannel\x12\x1A\x0A\x16UPDATE_CHANNEL_UNKNOWN\x10\x00\x12\x0B\x0A\x07RELEASE\x10\x01\x12\x08\x0A\x04BETA\x10\x02\"\x8E\x01\x0A\x07Screens\x12\x1B\x0A\x13show_screens_launch\x18\x01 \x01(\x08\x12\"\x0A\x1Ashow_performance_on_screen\x18\x02 \x01(\x08\x12 \x0A\x18ignore_background_colors\x18\x03 \x01(\x08\x12 \x0A\x18show_keynote_ppt_screens\x18\x04 \x01(\x08\"\x1F\x0A\x0ASongSelect\x12\x11\x0A\x09logged_in\x18\x01 \x01(\x08\"\xB3\x06\x0A\x07Content\x12\x15\x0A\x0Dlibrary_count\x18\x01 \x01(\x05\x12\x1E\x0A\x16library_playlist_count\x18\x02 \x01(\x05\x12%\x0A\x1Dlibrary_playlist_folder_count\x18\x03 \x01(\x05\x12\"\x0A\x1Alibrary_playlist_max_depth\x18\x04 \x01(\x05\x12&\x0A\x1Emedia_bin_total_playlist_count\x18\x05 \x01(\x05\x12'\x0A\x1Fmedia_bin_playlist_folder_count\x18\x06 \x01(\x05\x12\$\x0A\x1Cmedia_bin_playlist_max_depth\x18\x07 \x01(\x05\x12'\x0A\x1Fmedia_bin_normal_playlist_count\x18\x08 \x01(\x05\x12&\x0A\x1Emedia_bin_smart_playlist_count\x18\x09 \x01(\x05\x12#\x0A\x1Bmedia_bin_video_input_count\x18\x0A \x01(\x05\x12 \x0A\x18audio_bin_playlist_count\x18\x0B \x01(\x05\x12'\x0A\x1Faudio_bin_playlist_folder_count\x18\x0C \x01(\x05\x12\$\x0A\x1Caudio_bin_playlist_max_depth\x18\x0D \x01(\x05\x12\x13\x0A\x0Btimer_count\x18\x0E \x01(\x05\x12\x16\x0A\x0Emessages_count\x18\x0F \x01(\x05\x12\x13\x0A\x0Bprops_count\x18\x10 \x01(\x05\x12\x1E\x0A\x16props_auto_clear_count\x18\x11 \x01(\x05\x12\x1E\x0A\x16prop_collections_count\x18\x12 \x01(\x05\x122\x0A*prop_collections_single_prop_enabled_count\x18\x13 \x01(\x05\x12\x1A\x0A\x12stage_layout_count\x18\x14 \x01(\x05\x12\x14\x0A\x0Cmacros_count\x18\x15 \x01(\x05\x12 \x0A\x18macros_collections_count\x18\x16 \x01(\x05\x12\x1B\x0A\x13macros_custom_icons\x18\x17 \x01(\x05\x12!\x0A\x19ubiquitous_show_directory\x18\x18 \x01(\x08\"u\x0A\x06Themes\x12\x13\x0A\x0Btheme_count\x18\x01 \x01(\x05\x12\x1A\x0A\x12theme_folder_count\x18\x02 \x01(\x05\x12\x1E\x0A\x16theme_folder_max_depth\x18\x03 \x01(\x05\x12\x1A\x0A\x12theme_slides_count\x18\x04 \x01(\x05\")\x0A\x05Macro\x12 \x0A\x18trigger_on_startup_count\x18\x01 \x01(\x05\"\x99\x01\x0A\x0AClearGroup\x12\x19\x0A\x11clear_group_count\x18\x01 \x01(\x05\x12 \x0A\x18hidden_clear_group_count\x18\x02 \x01(\x05\x12\x1A\x0A\x12default_icon_count\x18\x03 \x01(\x05\x12\x19\x0A\x11custom_icon_count\x18\x04 \x01(\x05\x12\x17\x0A\x0Ficon_tint_count\x18\x05 \x01(\x05\"v\x0A\x0AKeyMapping\x12\x14\x0A\x0Ctotal_mapped\x18\x01 \x01(\x05\x12\x14\x0A\x0Cclear_groups\x18\x02 \x01(\x05\x12\x0E\x0A\x06groups\x18\x03 \x01(\x05\x12\x0E\x0A\x06macros\x18\x04 \x01(\x05\x12\x0D\x0A\x05props\x18\x05 \x01(\x05\x12\x0D\x0A\x05menus\x18\x06 \x01(\x05\"4\x0A\x0BNetworkLink\x12\x0F\x0A\x07enabled\x18\x01 \x01(\x08\x12\x14\x0A\x0Cmember_count\x18\x02 \x01(\x0D\"t\x0A\x07Capture\x12\x15\x0A\x0Dpresets_count\x18\x01 \x01(\x05\x12\x1A\x0A\x12disk_presets_count\x18\x02 \x01(\x05\x12\x1A\x0A\x12rtmp_presets_count\x18\x03 \x01(\x05\x12\x1A\x0A\x12resi_presets_count\x18\x04 \x01(\x05\"%\x0A\x0AVersioning\x12\x17\x0A\x0Fhighest_version\x18\x01 \x01(\x09\"\x9F\x01\x0A\x09DiskUsage\x12\x1B\x0A\x13bytes_of_show_files\x18\x01 \x01(\x04\x12\"\x0A\x1Abytes_of_media_asset_files\x18\x02 \x01(\x04\x12#\x0A\x1Bnumber_of_media_asset_files\x18\x03 \x01(\x04\x12,\x0A\$bytes_of_unmanaged_media_asset_files\x18\x04 \x01(\x04\"\xBB\x08\x0A\x09Interface\x12G\x0A\x0Flibrary_outline\x18\x01 \x01(\x0E2..rv.analytics.startup.Interface.SplitViewState\x12E\x0A\x0Dmedia_outline\x18\x02 \x01(\x0E2..rv.analytics.startup.Interface.SplitViewState\x12E\x0A\x0Daudio_outline\x18\x03 \x01(\x0E2..rv.analytics.startup.Interface.SplitViewState\x12\x1B\x0A\x13continuous_playlist\x18\x04 \x01(\x08\x12A\x0A\x09media_bin\x18\x05 \x01(\x0E2..rv.analytics.startup.Interface.SplitViewState\x12V\x0A\x17presentation_view_style\x18\x06 \x01(\x0E25.rv.analytics.startup.Interface.PresentationViewStyle\x12&\x0A\x1Epresentation_grid_column_count\x18\x07 \x01(\x05\x12O\x0A\x14media_bin_view_style\x18\x08 \x01(\x0E21.rv.analytics.startup.Interface.MediaBinViewStyle\x12#\x0A\x1Bmedia_bin_grid_column_count\x18\x09 \x01(\x05\x12\$\x0A\x1Cmedia_bin_table_column_count\x18\x0A \x01(\x05\x12\x1F\x0A\x17presentation_transition\x18\x0B \x01(\x09\x12\x18\x0A\x10media_transition\x18\x0C \x01(\x09\x12\x15\x0A\x0Daudio_shuffle\x18\x0D \x01(\x08\"m\x0A\x0ESplitViewState\x12\x1C\x0A\x18SPLIT_VIEW_STATE_UNKNOWN\x10\x00\x12\x1E\x0A\x1ASPLIT_VIEW_STATE_COLLAPSED\x10\x01\x12\x1D\x0A\x19SPLIT_VIEW_STATE_EXPANDED\x10\x02\"\xA3\x01\x0A\x15PresentationViewStyle\x12#\x0A\x1FPRESENTATION_VIEW_STYLE_UNKNOWN\x10\x00\x12 \x0A\x1CPRESENTATION_VIEW_STYLE_GRID\x10\x01\x12 \x0A\x1CPRESENTATION_VIEW_STYLE_EASY\x10\x02\x12!\x0A\x1DPRESENTATION_VIEW_STYLE_TABLE\x10\x03\"t\x0A\x11MediaBinViewStyle\x12 \x0A\x1CMEDIA_BIN_VIEW_STYLE_UNKNOWN\x10\x00\x12\x1D\x0A\x19MEDIA_BIN_VIEW_STYLE_GRID\x10\x01\x12\x1E\x0A\x1AMEDIA_BIN_VIEW_STYLE_TABLE\x10\x02*>\x0A\x0AScreenType\x12\x17\x0A\x13SCREEN_TYPE_UNKNOWN\x10\x00\x12\x0C\x0A\x08AUDIENCE\x10\x01\x12\x09\x0A\x05STAGE\x10\x02BQ\xF8\x01\x01\xAA\x026Pro.SerializationInterop.RVProtoData.Analytics.Startup\xBA\x02\x12Analytics_Startup_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsSync.php b/generated/GPBMetadata/AnalyticsSync.php index 7989c84..5daf687 100644 --- a/generated/GPBMetadata/AnalyticsSync.php +++ b/generated/GPBMetadata/AnalyticsSync.php @@ -16,7 +16,7 @@ class AnalyticsSync return; } $pool->internalAddGeneratedFile( - "\x0A\xB9\x03\x0A\x13analyticsSync.proto\x12\x0Crv.analytics\"\xC8\x02\x0A\x04Sync\x12)\x0A\x05local\x18\x01 \x01(\x0B2\x18.rv.analytics.Sync.LocalH\x00\x1A\x88\x02\x0A\x05Local\x124\x0A\x09sync_type\x18\x01 \x01(\x0E2!.rv.analytics.Sync.Local.SyncType\x12\x17\x0A\x0Finclude_library\x18\x02 \x01(\x08\x12\x15\x0A\x0Dinclude_media\x18\x03 \x01(\x08\x12\x19\x0A\x11include_playlists\x18\x04 \x01(\x08\x12\x16\x0A\x0Einclude_themes\x18\x05 \x01(\x08\x12\x1D\x0A\x15include_support_files\x18\x06 \x01(\x08\x12\x15\x0A\x0Dreplace_files\x18\x07 \x01(\x08\"0\x0A\x08SyncType\x12\x10\x0A\x0CSYNC_TYPE_UP\x10\x00\x12\x12\x0A\x0ESYNC_TYPE_DOWN\x10\x01B\x0A\x0A\x08SyncTypeBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xEC\x02\x0A\x13analyticsSync.proto\x12\x11rv.analytics.sync\"\xEC\x01\x0A\x05Local\x120\x0A\x09sync_type\x18\x01 \x01(\x0E2\x1D.rv.analytics.sync.Local.Type\x12\x17\x0A\x0Finclude_library\x18\x02 \x01(\x08\x12\x15\x0A\x0Dinclude_media\x18\x03 \x01(\x08\x12\x19\x0A\x11include_playlists\x18\x04 \x01(\x08\x12\x16\x0A\x0Einclude_themes\x18\x05 \x01(\x08\x12\x1D\x0A\x15include_support_files\x18\x06 \x01(\x08\x12\x15\x0A\x0Dreplace_files\x18\x07 \x01(\x08\"\x18\x0A\x04Type\x12\x06\x0A\x02UP\x10\x00\x12\x08\x0A\x04DOWN\x10\x01BK\xF8\x01\x01\xAA\x023Pro.SerializationInterop.RVProtoData.Analytics.Sync\xBA\x02\x0FAnalytics_Sync_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsTimecode.php b/generated/GPBMetadata/AnalyticsTimecode.php index fc4067f..47211fe 100644 --- a/generated/GPBMetadata/AnalyticsTimecode.php +++ b/generated/GPBMetadata/AnalyticsTimecode.php @@ -16,7 +16,7 @@ class AnalyticsTimecode return; } $pool->internalAddGeneratedFile( - "\x0A\x9A\x03\x0A\x17analyticsTimecode.proto\x12\x0Crv.analytics\"\xA5\x02\x0A\x08Timecode\x121\x0A\x07startup\x18\x01 \x01(\x0B2\x1E.rv.analytics.Timecode.StartupH\x00\x123\x0A\x08activate\x18\x02 \x01(\x0B2\x1F.rv.analytics.Timecode.ActivateH\x00\x1AX\x0A\x07Startup\x12\x1B\x0A\x13is_input_configured\x18\x01 \x01(\x08\x12\x12\x0A\x0Ais_enabled\x18\x02 \x01(\x08\x12\x1C\x0A\x14is_playlist_selected\x18\x03 \x01(\x08\x1AN\x0A\x08Activate\x12\x1B\x0A\x13playlist_item_count\x18\x01 \x01(\x05\x12\x11\x0A\x09cue_count\x18\x02 \x01(\x05\x12\x12\x0A\x0Ais_startup\x18\x03 \x01(\x08B\x07\x0A\x05EventBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xB7\x02\x0A\x17analyticsTimecode.proto\x12\x15rv.analytics.timecode\"X\x0A\x07Startup\x12\x1B\x0A\x13is_input_configured\x18\x01 \x01(\x08\x12\x12\x0A\x0Ais_enabled\x18\x02 \x01(\x08\x12\x1C\x0A\x14is_playlist_selected\x18\x03 \x01(\x08\"N\x0A\x08Activate\x12\x1B\x0A\x13playlist_item_count\x18\x01 \x01(\x05\x12\x11\x0A\x09cue_count\x18\x02 \x01(\x05\x12\x12\x0A\x0Ais_startup\x18\x03 \x01(\x08BS\xF8\x01\x01\xAA\x027Pro.SerializationInterop.RVProtoData.Analytics.Timecode\xBA\x02\x13Analytics_Timecode_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsTimeline.php b/generated/GPBMetadata/AnalyticsTimeline.php index d1750ba..aef399a 100644 --- a/generated/GPBMetadata/AnalyticsTimeline.php +++ b/generated/GPBMetadata/AnalyticsTimeline.php @@ -16,7 +16,7 @@ class AnalyticsTimeline return; } $pool->internalAddGeneratedFile( - "\x0A\xA3\x06\x0A\x17analyticsTimeline.proto\x12\x0Crv.analytics\"\xAE\x05\x0A\x08Timeline\x128\x0A\x0Btrigger_cue\x18\x01 \x01(\x0B2!.rv.analytics.Timeline.TriggerCueH\x00\x12/\x0A\x06action\x18\x02 \x01(\x0B2\x1D.rv.analytics.Timeline.ActionH\x00\x126\x0A\x0Arecord_cue\x18\x03 \x01(\x0B2 .rv.analytics.Timeline.RecordCueH\x00\x1A\xCD\x02\x0A\x0ATriggerCue\x12C\x0A\x0Ctrigger_type\x18\x01 \x01(\x0E2-.rv.analytics.Timeline.TriggerCue.TriggerType\x12E\x0A\x0Dtiming_source\x18\x02 \x01(\x0E2..rv.analytics.Timeline.TriggerCue.TimingSource\"n\x0A\x0BTriggerType\x12\x16\x0A\x12TRIGGER_TYPE_SLIDE\x10\x00\x12\x16\x0A\x12TRIGGER_TYPE_MEDIA\x10\x01\x12\x16\x0A\x12TRIGGER_TYPE_AUDIO\x10\x02\x12\x17\x0A\x13TRIGGER_TYPE_ACTION\x10\x03\"C\x0A\x0CTimingSource\x12\x1A\x0A\x16TIMING_SOURCE_INTERNAL\x10\x00\x12\x17\x0A\x13TIMING_SOURCE_SMPTE\x10\x01\x1A\x98\x01\x0A\x06Action\x12=\x0A\x0Baction_type\x18\x01 \x01(\x0E2(.rv.analytics.Timeline.Action.ActionType\"O\x0A\x0AActionType\x12\x14\x0A\x10ACTION_TYPE_PLAY\x10\x00\x12\x14\x0A\x10ACTION_TYPE_STOP\x10\x01\x12\x15\x0A\x11ACTION_TYPE_RESET\x10\x02\x1A\x0B\x0A\x09RecordCueB\x07\x0A\x05EventBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\x90\x04\x0A\x17analyticsTimeline.proto\x12\x15rv.analytics.timeline\"t\x0A\x06Action\x12=\x0A\x0Baction_type\x18\x01 \x01(\x0E2(.rv.analytics.timeline.Action.ActionType\"+\x0A\x0AActionType\x12\x08\x0A\x04PLAY\x10\x00\x12\x08\x0A\x04STOP\x10\x01\x12\x09\x0A\x05RESET\x10\x02\"\x0B\x0A\x09RecordCue\"\xFD\x01\x0A\x0ACueTrigger\x12C\x0A\x0Ctrigger_type\x18\x01 \x01(\x0E2-.rv.analytics.timeline.CueTrigger.TriggerType\x12E\x0A\x0Dtiming_source\x18\x02 \x01(\x0E2..rv.analytics.timeline.CueTrigger.TimingSource\":\x0A\x0BTriggerType\x12\x09\x0A\x05SLIDE\x10\x00\x12\x09\x0A\x05MEDIA\x10\x01\x12\x09\x0A\x05AUDIO\x10\x02\x12\x0A\x0A\x06ACTION\x10\x03\"'\x0A\x0CTimingSource\x12\x0C\x0A\x08INTERNAL\x10\x00\x12\x09\x0A\x05SMPTE\x10\x01BS\xF8\x01\x01\xAA\x027Pro.SerializationInterop.RVProtoData.Analytics.Timeline\xBA\x02\x13Analytics_Timeline_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsTrackedEvents.php b/generated/GPBMetadata/AnalyticsTrackedEvents.php new file mode 100644 index 0000000..c140294 --- /dev/null +++ b/generated/GPBMetadata/AnalyticsTrackedEvents.php @@ -0,0 +1,25 @@ +internalAddGeneratedFile( + "\x0A\xD2+\x0A\x1CanalyticsTrackedEvents.proto\x12\x1Arv.analytics.trackedevents\"\x0E\x0A\x0CGenericEvent\"\xF0\x03\x0A\x11ApplicationLaunch\x12\x13\x0A\x0Bhardware_id\x18\x01 \x01(\x09\x12F\x0A\x07channel\x18\x02 \x01(\x0E25.rv.analytics.trackedevents.ApplicationLaunch.Channel\x12H\x0A\x08platform\x18\x03 \x01(\x0E26.rv.analytics.trackedevents.ApplicationLaunch.Platform\x12\x13\x0A\x0Bapp_version\x18\x04 \x01(\x09\x12\x12\x0A\x0Aos_version\x18\x05 \x01(\x09\x12\x14\x0A\x0Cbuild_number\x18\x06 \x01(\x09\x12\x10\x0A\x08location\x18\x07 \x01(\x09\x12\x10\x0A\x08language\x18\x08 \x01(\x09\x12\x16\x0A\x0Ehardware_model\x18\x09 \x01(\x09\x12\x17\x0A\x0Fphysical_memory\x18\x0A \x01(\x04\x12\x18\x0A\x10video_controller\x18\x0B \x01(\x09\x12\x1C\x0A\x14video_controller_ram\x18\x0C \x01(\x04\x12\"\x0A\x1Ablackmagic_desktop_version\x18\x0D \x01(\x09\" \x0A\x07Channel\x12\x08\x0A\x04BETA\x10\x00\x12\x0B\x0A\x07RELEASE\x10\x01\"\"\x0A\x08Platform\x12\x0B\x0A\x07WINDOWS\x10\x00\x12\x09\x0A\x05MACOS\x10\x01\"\x96\x01\x0A\x13VideoInputTriggered\x12Q\x0A\x0Caudio_source\x18\x01 \x01(\x0E2;.rv.analytics.trackedevents.VideoInputTriggered.AudioSource\",\x0A\x0BAudioSource\x12\x08\x0A\x04NONE\x10\x00\x12\x08\x0A\x04SELF\x10\x01\x12\x09\x0A\x05OTHER\x10\x02\"\$\x0A\x13VideoInputCustomMap\x12\x0D\x0A\x05value\x18\x01 \x01(\x08\"(\x0A\x11VideoInputStartUp\x12\x13\x0A\x0Binput_count\x18\x01 \x01(\x0D\"\x9B\x01\x0A\x19VideoInputThumbnailUpdate\x12N\x0A\x04type\x18\x01 \x01(\x0E2@.rv.analytics.trackedevents.VideoInputThumbnailUpdate.UpdateType\".\x0A\x0AUpdateType\x12\x0B\x0A\x07CAPTURE\x10\x00\x12\x08\x0A\x04DISK\x10\x01\x12\x09\x0A\x05RESET\x10\x02\"-\x0A\x16AudioInputAutoOnChange\x12\x13\x0A\x0Binput_count\x18\x01 \x01(\x0D\"*\x0A\x19AudioSettingsSdiNdiActive\x12\x0D\x0A\x05value\x18\x01 \x01(\x08\"'\x0A\x16AudioSettingsCustomMap\x12\x0D\x0A\x05value\x18\x01 \x01(\x08\"\xA0\x01\x0A\x17AudioInputModeSelection\x12O\x0A\x09mode_type\x18\x01 \x01(\x0E2<.rv.analytics.trackedevents.AudioInputModeSelection.ModeType\"4\x0A\x08ModeType\x12\x06\x0A\x02ON\x10\x00\x12\x07\x0A\x03OFF\x10\x01\x12\x0B\x0A\x07AUTOOFF\x10\x02\x12\x0A\x0A\x06AUTOON\x10\x03\".\x0A\x17AudioInputAutoOnStartup\x12\x13\x0A\x0Binput_count\x18\x01 \x01(\x0D\"-\x0A\x18AudioSettingsSdiNdiState\x12\x11\x0A\x09bus_count\x18\x01 \x01(\x0D\"\x9A\x01\x0A\x11AudioInputStartUp\x12\x19\x0A\x11total_input_count\x18\x01 \x01(\x0D\x12\x16\x0A\x0Eon_input_count\x18\x02 \x01(\x0D\x12\x17\x0A\x0Foff_input_count\x18\x03 \x01(\x0D\x12\x1B\x0A\x13auto_on_input_count\x18\x04 \x01(\x0D\x12\x1C\x0A\x14auto_off_input_count\x18\x05 \x01(\x0D\"%\x0A\x0CCueTriggered\x12\x15\x0A\x0Dtrigger_delay\x18\x01 \x01(\x01\"\x83\x01\x0A\x14InputAudioMonitoring\x12H\x0A\x04type\x18\x01 \x01(\x0E2:.rv.analytics.trackedevents.InputAudioMonitoring.InputType\"!\x0A\x09InputType\x12\x09\x0A\x05AUDIO\x10\x00\x12\x09\x0A\x05VIDEO\x10\x01\"\x0D\x0A\x0BResiStartUp\"\x83\x01\x0A\x0FResiLoginChange\x12E\x0A\x05state\x18\x01 \x01(\x0E26.rv.analytics.trackedevents.ResiLoginChange.LoginState\")\x0A\x0ALoginState\x12\x0C\x0A\x08LOGGEDIN\x10\x00\x12\x0D\x0A\x09LOGGEDOUT\x10\x01\"\x98\x01\x0A\x11RemoteStreamStart\x12I\x0A\x06result\x18\x01 \x01(\x0E29.rv.analytics.trackedevents.RemoteStreamStart.StartResult\"8\x0A\x0BStartResult\x12\x0B\x0A\x07SUCCESS\x10\x00\x12\x0A\x0A\x06FAILED\x10\x01\x12\x10\x0A\x0CUSERCANCELED\x10\x02\"#\x0A\x10RemoteStreamStop\x12\x0F\x0A\x07success\x18\x01 \x01(\x08\"\xE3\x01\x0A\x10StartCaptureDisk\x120\x0A\x05codec\x18\x01 \x01(\x0E2!.rv.analytics.trackedevents.Codec\x12\x18\x0A\x10resolution_width\x18\x02 \x01(\x0D\x12\x19\x0A\x11resolution_height\x18\x03 \x01(\x0D\x129\x0A\x0Aframe_rate\x18\x04 \x01(\x0E2%.rv.analytics.trackedevents.FrameRate\x12\x16\x0A\x0Estream_started\x18\x05 \x01(\x08\x12\x15\x0A\x0Dvideo_bitrate\x18\x06 \x01(\x0D\"\xE3\x01\x0A\x10StartCaptureRtmp\x120\x0A\x05codec\x18\x01 \x01(\x0E2!.rv.analytics.trackedevents.Codec\x12\x18\x0A\x10resolution_width\x18\x02 \x01(\x0D\x12\x19\x0A\x11resolution_height\x18\x03 \x01(\x0D\x129\x0A\x0Aframe_rate\x18\x04 \x01(\x0E2%.rv.analytics.trackedevents.FrameRate\x12\x16\x0A\x0Estream_started\x18\x05 \x01(\x08\x12\x15\x0A\x0Dvideo_bitrate\x18\x06 \x01(\x0D\"\xE3\x01\x0A\x10StartCaptureResi\x120\x0A\x05codec\x18\x01 \x01(\x0E2!.rv.analytics.trackedevents.Codec\x12\x18\x0A\x10resolution_width\x18\x02 \x01(\x0D\x12\x19\x0A\x11resolution_height\x18\x03 \x01(\x0D\x129\x0A\x0Aframe_rate\x18\x04 \x01(\x0E2%.rv.analytics.trackedevents.FrameRate\x12\x16\x0A\x0Estream_started\x18\x05 \x01(\x08\x12\x15\x0A\x0Dvideo_bitrate\x18\x06 \x01(\x0D\"W\x0A\x0BStopCapture\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x12\x16\x0A\x0Edropped_frames\x18\x02 \x01(\x05\x12\x1E\x0A\x16percent_dropped_frames\x18\x03 \x01(\x01\"\xEB\x02\x0A\x05Print\x12\x16\x0A\x0Edocument_count\x18\x01 \x01(\x0D\x129\x0A\x04mode\x18\x02 \x01(\x0E2+.rv.analytics.trackedevents.Print.PrintMode\x12\x18\x0A\x10include_metadata\x18\x03 \x01(\x08\x12\"\x0A\x1Ainclude_presentation_notes\x18\x04 \x01(\x08\x12\x1B\x0A\x13include_currentDate\x18\x05 \x01(\x08\x12\x1C\x0A\x14include_slide_labels\x18\x06 \x01(\x08\x12\x1B\x0A\x13include_slide_notes\x18\x07 \x01(\x08\x12\x1F\x0A\x17include_disabled_slides\x18\x08 \x01(\x08\x12\x16\x0A\x0Enumber_columns\x18\x09 \x01(\x0D\x12\x17\x0A\x0Fprint_to_device\x18\x0A \x01(\x09\"'\x0A\x09PrintMode\x12\x0D\x0A\x09THUMBNAIL\x10\x00\x12\x0B\x0A\x07OUTLINE\x10\x01\"H\x0A\x06Device\x12\x10\x0A\x08protocol\x18\x01 \x01(\x09\x12\x13\x0A\x0Bdevice_name\x18\x02 \x01(\x09\x12\x17\x0A\x0Fdevice_protocol\x18\x03 \x01(\x09\"\xCA\x01\x0A\x09Downgrade\x12P\x0A\x11from_version_type\x18\x01 \x01(\x0E25.rv.analytics.trackedevents.Downgrade.FromVersionType\"k\x0A\x0FFromVersionType\x12\x1D\x0A\x19FROM_VERSION_TYPE_UNKNOWN\x10\x00\x12\x1A\x0A\x16FROM_VERSION_TYPE_BETA\x10\x01\x12\x1D\x0A\x19FROM_VERSION_TYPE_RELEASE\x10\x02\"\x98\x01\x0A\x0ACCLIReport\x12=\x0A\x06action\x18\x01 \x01(\x0E2-.rv.analytics.trackedevents.CCLIReport.Action\"K\x0A\x06Action\x12\x18\x0A\x14REPORT_WINDOW_OPENED\x10\x00\x12\x12\x0A\x0EREPORT_CLEARED\x10\x01\x12\x13\x0A\x0FREPORT_EXPORTED\x10\x02\",\x0A\x10TransitionWindow\x12\x18\x0A\x10duration_seconds\x18\x01 \x01(\x0D\"\xAC\x06\x0A\x11EditorObjectAdded\x12`\x0A\x15from_insertion_source\x18\x01 \x01(\x0E2A.rv.analytics.trackedevents.EditorObjectAdded.FromInsertionSource\x12Q\x0A\x0Dinserted_type\x18\x02 \x01(\x0E2:.rv.analytics.trackedevents.EditorObjectAdded.InsertedType\"i\x0A\x13FromInsertionSource\x12\x12\x0A\x0EEDITOR_TOOLBAR\x10\x00\x12\x14\x0A\x10EDITOR_MAIN_MENU\x10\x01\x12\x11\x0A\x0DEDITOR_HOTKEY\x10\x02\x12\x15\x0A\x11EDITOR_COPY_PASTE\x10\x03\"\xF6\x03\x0A\x0CInsertedType\x12\x0F\x0A\x0BEDITOR_TEXT\x10\x00\x12\x10\x0A\x0CEDITOR_SHAPE\x10\x01\x12\x17\x0A\x13EDITOR_CUSTOM_SHAPE\x10\x02\x12\x10\x0A\x0CEDITOR_MEDIA\x10\x03\x12\x16\x0A\x12EDITOR_VIDEO_INPUT\x10\x04\x12\x0E\x0A\x0AEDITOR_WEB\x10\x05\x12\x18\x0A\x14EDITOR_CURRENT_SLIDE\x10\x06\x12\x15\x0A\x11EDITOR_NEXT_SLIDE\x10\x07\x12\x19\x0A\x15EDITOR_SCREEN_PREVIEW\x10\x08\x12\x10\x0A\x0CEDITOR_TIMER\x10\x09\x12\x17\x0A\x13EDITOR_SYSTEM_CLOCK\x10\x0A\x12\x1A\x0A\x16EDITOR_VIDEO_COUNTDOWN\x10\x0B\x12\x1A\x0A\x16EDITOR_AUDIO_COUNTDOWN\x10\x0C\x12\x1A\x0A\x16EDITOR_PLAYBACK_MARKER\x10\x0D\x12\x16\x0A\x12EDITOR_CHORD_CHART\x10\x0E\x12\x18\x0A\x14EDITOR_STAGE_MESSAGE\x10\x0F\x12\x1F\x0A\x1BEDITOR_PLANNING_CENTER_LIVE\x10\x10\x12\x13\x0A\x0FEDITOR_TIMECODE\x10\x11\x12\x10\x0A\x0CEDITOR_GROUP\x10\x12\x12\x10\x0A\x0CEDITOR_LABEL\x10\x13\x12\x19\x0A\x15EDITOR_CAPTURE_STATUS\x10\x14\"\xAF\x01\x0A\x10DataIdDuplicated\x12C\x0A\x04Type\x18\x01 \x01(\x0E25.rv.analytics.trackedevents.DataIdDuplicated.DataType\x12\x19\x0A\x11number_duplicates\x18\x02 \x01(\x05\";\x0A\x08DataType\x12\x1A\x0A\x16DATA_TYPE_PRESENTATION\x10\x00\x12\x13\x0A\x0FDATA_TYPE_MEDIA\x10\x01\"\x8C\x02\x0A\x09ForceQuit\x12<\x0A\x06reason\x18\x01 \x01(\x0E2,.rv.analytics.trackedevents.ForceQuit.Reason\"\xC0\x01\x0A\x06Reason\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x0E\x0A\x0AHOSTS_FILE\x10\x01\x12\x14\x0A\x10SYSTEM_TIME_SKEW\x10\x02\x12\x15\x0A\x11INVALID_WATERMARK\x10\x03\x12\x14\x0A\x10PIRATED_SOFTWARE\x10\x04\x12\x15\x0A\x11METAL_UNAVAILABLE\x10\x05\x12\x1D\x0A\x19UBIQUITY_DOWNLOAD_ABORTED\x10\x06\x12 \x0A\x1CCORE_RUST_CONTROLLER_FAILURE\x10\x07\";\x0A\x10MediaCleanupSize\x12'\x0A\x1Fbytes_of_media_files_cleaned_up\x18\x01 \x01(\x04\"\x90\x01\x0A\x0ANetworkApp\x12<\x0A\x06app_id\x18\x01 \x01(\x0E2,.rv.analytics.trackedevents.NetworkApp.AppID\x12\x11\x0A\x09device_id\x18\x02 \x01(\x09\"1\x0A\x05AppID\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x0D\x0A\x09PROREMOTE\x10\x01\x12\x0C\x0A\x08PROSTAGE\x10\x02*\xF0\x01\x0A\x05Codec\x12\x08\x0A\x04H264\x10\x00\x12\x10\x0A\x0CH264SOFTWARE\x10\x01\x12\x08\x0A\x04H265\x10\x02\x12\x10\x0A\x0CH265SOFTWARE\x10\x03\x12\x12\x0A\x0EPRORES422PROXY\x10\x04\x12\x0F\x0A\x0BPRORES422LT\x10\x05\x12\x0D\x0A\x09PRORES422\x10\x06\x12\x0F\x0A\x0BPRORES422HQ\x10\x07\x12\x0E\x0A\x0APRORES4444\x10\x08\x12\x10\x0A\x0CPRORES4444XQ\x10\x09\x12\x07\x0A\x03HAP\x10\x0A\x12\x0C\x0A\x08HAPALPHA\x10\x0B\x12\x09\x0A\x05NOTCH\x10\x0C\x12\x0D\x0A\x09AUTOMATIC\x10\x0D\x12\x08\x0A\x04HAPQ\x10\x0E\x12\x0D\x0A\x09HAPQALPHA\x10\x0F*t\x0A\x09FrameRate\x12\x0F\x0A\x0BUNSPECIFIED\x10\x00\x12\x0A\x0A\x06_24FPS\x10\x01\x12\x0A\x0A\x06_25FPS\x10\x02\x12\x0C\x0A\x08_2997FPS\x10\x03\x12\x0A\x0A\x06_30FPS\x10\x04\x12\x0A\x0A\x06_50FPS\x10\x05\x12\x0C\x0A\x08_5994FPS\x10\x06\x12\x0A\x0A\x06_60FPS\x10\x07B]\xF8\x01\x01\xAA\x02internalAddGeneratedFile( - "\x0A\xDC1\x0A\x16analyticsTrigger.proto\x12\x0Crv.analytics\"\xE80\x0A\x07Trigger\x12(\x0A\x03cue\x18\x01 \x01(\x0B2\x19.rv.analytics.Trigger.CueH\x00\x12.\x0A\x06action\x18\x02 \x01(\x0B2\x1C.rv.analytics.Trigger.ActionH\x00\x123\x0A\x09media_bin\x18\x03 \x01(\x0B2\x1E.rv.analytics.Trigger.MediaBinH\x00\x123\x0A\x09audio_bin\x18\x04 \x01(\x0B2\x1E.rv.analytics.Trigger.AudioBinH\x00\x129\x0A\x0Ctest_pattern\x18\x05 \x01(\x0B2!.rv.analytics.Trigger.TestPatternH\x00\x1A\x89\x10\x0A\x03Cue\x120\x0A\x05slide\x18\x01 \x01(\x0B2\x1F.rv.analytics.Trigger.Cue.SlideH\x00\x1A\xC2\x0F\x0A\x05Slide\x12:\x0A\x07trigger\x18\x01 \x01(\x0B2'.rv.analytics.Trigger.Cue.Slide.TriggerH\x00\x12V\x0A\x16scrolling_text_element\x18\x02 \x01(\x0B24.rv.analytics.Trigger.Cue.Slide.ScrollingTextElementH\x00\x12J\x0A\x10rss_feed_element\x18\x03 \x01(\x0B2..rv.analytics.Trigger.Cue.Slide.RSSFeedElementH\x00\x12L\x0A\x11file_feed_element\x18\x04 \x01(\x0B2/.rv.analytics.Trigger.Cue.Slide.FileFeedElementH\x00\x1A\xBE\x02\x0A\x07Trigger\x12\x14\x0A\x0Cobject_count\x18\x01 \x01(\x05\x12\x1E\x0A\x16scrolling_object_count\x18\x02 \x01(\x05\x12\"\x0A\x1Abackground_fx_object_count\x18\x03 \x01(\x05\x12\x14\x0A\x0Caction_count\x18\x04 \x01(\x05\x12\x13\x0A\x0Bhas_text_fx\x18\x05 \x01(\x08\x12\$\x0A\x1Cmedia_text_fill_object_count\x18\x06 \x01(\x05\x12&\x0A\x1Ecut_out_text_fill_object_count\x18\x07 \x01(\x05\x12.\x0A&background_blur_text_fill_object_count\x18\x08 \x01(\x05\x120\x0A(background_invert_text_fill_object_count\x18\x09 \x01(\x05\x1A\xCD\x05\x0A\x14ScrollingTextElement\x12Q\x0A\x09direction\x18\x01 \x01(\x0E2>.rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Direction\x12Z\x0A\x0Estart_position\x18\x02 \x01(\x0E2B.rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.StartPosition\x12\x19\x0A\x11is_repeat_enabled\x18\x03 \x01(\x08\x12I\x0A\x05speed\x18\x04 \x01(\x0E2:.rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Speed\x12K\x0A\x11destination_layer\x18\x05 \x01(\x0E20.rv.analytics.Trigger.Cue.Slide.DestinationLayer\"q\x0A\x09Direction\x12\x15\x0A\x11DIRECTION_UNKNOWN\x10\x00\x12\x12\x0A\x0EDIRECTION_LEFT\x10\x01\x12\x13\x0A\x0FDIRECTION_RIGHT\x10\x02\x12\x10\x0A\x0CDIRECTION_UP\x10\x03\x12\x12\x0A\x0EDIRECTION_DOWN\x10\x04\"h\x0A\x0DStartPosition\x12\x1A\x0A\x16START_POSITION_UNKNOWN\x10\x00\x12\x1C\x0A\x18START_POSITION_AUTOMATIC\x10\x01\x12\x1D\x0A\x19START_POSITION_OFF_SCREEN\x10\x02\"v\x0A\x05Speed\x12\x11\x0A\x0DSPEED_UNKNOWN\x10\x00\x12\x13\x0A\x0FSPEED_VERY_SLOW\x10\x01\x12\x0E\x0A\x0ASPEED_SLOW\x10\x02\x12\x10\x0A\x0CSPEED_MEDIUM\x10\x03\x12\x0E\x0A\x0ASPEED_FAST\x10\x04\x12\x13\x0A\x0FSPEED_VERY_FAST\x10\x05\x1A\x9A\x02\x0A\x0ERSSFeedElement\x12G\x0A\x07content\x18\x01 \x01(\x0E26.rv.analytics.Trigger.Cue.Slide.RSSFeedElement.Content\x12\x1C\x0A\x14is_delimiter_enabled\x18\x02 \x01(\x08\x12K\x0A\x11destination_layer\x18\x03 \x01(\x0E20.rv.analytics.Trigger.Cue.Slide.DestinationLayer\"T\x0A\x07Content\x12\x13\x0A\x0FCONTENT_UNKNOWN\x10\x00\x12\x11\x0A\x0DCONTENT_TITLE\x10\x01\x12!\x0A\x1DCONTENT_TITLE_AND_DESCRIPTION\x10\x02\x1A^\x0A\x0FFileFeedElement\x12K\x0A\x11destination_layer\x18\x01 \x01(\x0E20.rv.analytics.Trigger.Cue.Slide.DestinationLayer\"\xEF\x01\x0A\x10DestinationLayer\x12\x1D\x0A\x19DESTINATION_LAYER_UNKNOWN\x10\x00\x12\"\x0A\x1EDESTINATION_LAYER_ANNOUNCEMENT\x10\x01\x12\"\x0A\x1EDESTINATION_LAYER_PRESENTATION\x10\x02\x12\x1B\x0A\x17DESTINATION_LAYER_STAGE\x10\x03\x12\x1B\x0A\x17DESTINATION_LAYER_PROPS\x10\x04\x12\x1E\x0A\x1ADESTINATION_LAYER_MESSAGES\x10\x05\x12\x1A\x0A\x16DESTINATION_LAYER_MASK\x10\x06B\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\xE5\x19\x0A\x06Action\x128\x0A\x05clear\x18\x01 \x01(\x0B2'.rv.analytics.Trigger.Action.ClearLayerH\x00\x126\x0A\x05media\x18\x02 \x01(\x0B2%.rv.analytics.TriggerMediaInformationH\x00\x12K\x0A\x12media_bin_playlist\x18\x03 \x01(\x0B2-.rv.analytics.Trigger.Action.MediaBinPlaylistH\x00\x12K\x0A\x12audio_bin_playlist\x18\x04 \x01(\x0B2-.rv.analytics.Trigger.Action.AudioBinPlaylistH\x00\x123\x0A\x05stage\x18\x05 \x01(\x0B2\".rv.analytics.Trigger.Action.StageH\x00\x123\x0A\x05timer\x18\x06 \x01(\x0B2\".rv.analytics.Trigger.Action.TimerH\x00\x121\x0A\x04prop\x18\x07 \x01(\x0B2!.rv.analytics.Trigger.Action.PropH\x00\x121\x0A\x04look\x18\x08 \x01(\x0B2!.rv.analytics.Trigger.Action.LookH\x00\x127\x0A\x07message\x18\x09 \x01(\x0B2\$.rv.analytics.Trigger.Action.MessageH\x00\x12E\x0A\x0Ecommunications\x18\x0A \x01(\x0B2+.rv.analytics.Trigger.Action.CommunicationsH\x00\x12J\x0A\x11slide_destination\x18\x0B \x01(\x0B2-.rv.analytics.Trigger.Action.SlideDestinationH\x00\x123\x0A\x05macro\x18\x0C \x01(\x0B2\".rv.analytics.Trigger.Action.MacroH\x00\x12>\x0A\x0Bclear_group\x18\x0D \x01(\x0B2'.rv.analytics.Trigger.Action.ClearGroupH\x00\x12B\x0A\x0Dcapture_start\x18\x0E \x01(\x0B2).rv.analytics.Trigger.Action.CaptureStartH\x00\x12@\x0A\x0Ccapture_stop\x18\x0F \x01(\x0B2(.rv.analytics.Trigger.Action.CaptureStopH\x00\x1A\x9E\x03\x0A\x0AClearLayer\x12D\x0A\x04type\x18\x01 \x01(\x0E26.rv.analytics.Trigger.Action.ClearLayer.ClearLayerType\"\xC9\x02\x0A\x0EClearLayerType\x12\x1C\x0A\x18CLEAR_LAYER_TYPE_UNKNOWN\x10\x00\x12\x1A\x0A\x16CLEAR_LAYER_TYPE_AUDIO\x10\x01\x12\x1D\x0A\x19CLEAR_LAYER_TYPE_MESSAGES\x10\x02\x12\x1A\x0A\x16CLEAR_LAYER_TYPE_PROPS\x10\x03\x12\"\x0A\x1ECLEAR_LAYER_TYPE_ANNOUNCEMENTS\x10\x04\x12\x1A\x0A\x16CLEAR_LAYER_TYPE_SLIDE\x10\x05\x12\x1A\x0A\x16CLEAR_LAYER_TYPE_MEDIA\x10\x06\x12 \x0A\x1CCLEAR_LAYER_TYPE_VIDEO_INPUT\x10\x07\x12\"\x0A\x1ECLEAR_LAYER_TYPE_CLEAR_TO_LOGO\x10\x08\x12 \x0A\x1CCLEAR_LAYER_TYPE_CLEAR_GROUP\x10\x09\x1A\x12\x0A\x10MediaBinPlaylist\x1A\x12\x0A\x10AudioBinPlaylist\x1AA\x0A\x05Stage\x12\x1B\x0A\x13layout_change_count\x18\x01 \x01(\x05\x12\x1B\x0A\x13total_stage_screens\x18\x02 \x01(\x05\x1A\xB9\x02\x0A\x10SlideDestination\x12f\x0A\x18change_slide_destination\x18\x01 \x01(\x0E2D.rv.analytics.Trigger.Action.SlideDestination.ChangeSlideDestination\"\xBC\x01\x0A\x16ChangeSlideDestination\x12\$\x0A CHANGE_SLIDE_DESTINATION_UNKNOWN\x10\x00\x12&\x0A\"CHANGE_SLIDE_DESTINATION_NO_CHANGE\x10\x01\x12'\x0A#CHANGE_SLIDE_DESTINATION_STAGE_ONLY\x10\x02\x12+\x0A'CHANGE_SLIDE_DESTINATION_STAGE_AUDIENCE\x10\x03\x1A\xDF\x01\x0A\x05Timer\x125\x0A\x04type\x18\x01 \x01(\x0E2'.rv.analytics.Trigger.Action.Timer.Type\"\x9E\x01\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12 \x0A\x1CTYPE_START_SET_CONFIGURATION\x10\x01\x12\x0E\x0A\x0ATYPE_START\x10\x02\x12\x0D\x0A\x09TYPE_STOP\x10\x03\x12\x0E\x0A\x0ATYPE_RESET\x10\x04\x12\x1F\x0A\x1BTYPE_STOP_SET_CONFIGURATION\x10\x05\x12\x12\x0A\x0ETYPE_INCREMENT\x10\x06\x1A\x1A\x0A\x04Prop\x12\x12\x0A\x0Atransition\x18\x01 \x01(\x09\x1A\xCF\x04\x0A\x04Look\x12\x1A\x0A\x12total_screen_count\x18\x01 \x01(\x05\x127\x0A\x04mask\x18\x02 \x01(\x0E2).rv.analytics.Trigger.Action.Look.Setting\x12;\x0A\x08messages\x18\x03 \x01(\x0E2).rv.analytics.Trigger.Action.Look.Setting\x128\x0A\x05props\x18\x04 \x01(\x0E2).rv.analytics.Trigger.Action.Look.Setting\x12@\x0A\x0Dannouncements\x18\x05 \x01(\x0E2).rv.analytics.Trigger.Action.Look.Setting\x12E\x0A\x12presentation_theme\x18\x06 \x01(\x0E2).rv.analytics.Trigger.Action.Look.Setting\x128\x0A\x05slide\x18\x07 \x01(\x0E2).rv.analytics.Trigger.Action.Look.Setting\x128\x0A\x05media\x18\x08 \x01(\x0E2).rv.analytics.Trigger.Action.Look.Setting\x12>\x0A\x0Bvideo_input\x18\x09 \x01(\x0E2).rv.analytics.Trigger.Action.Look.Setting\">\x0A\x07Setting\x12\x10\x0A\x0CSETTING_NONE\x10\x00\x12\x10\x0A\x0CSETTING_SOME\x10\x01\x12\x0F\x0A\x0BSETTING_ALL\x10\x02\x1A\x85\x01\x0A\x07Message\x12\x13\x0A\x0Btoken_count\x18\x01 \x01(\x05\x12\x18\x0A\x10text_token_count\x18\x02 \x01(\x05\x12\x19\x0A\x11timer_token_count\x18\x03 \x01(\x05\x12\x19\x0A\x11clock_token_count\x18\x04 \x01(\x05\x12\x15\x0A\x0Dshowing_count\x18\x05 \x01(\x05\x1A\x10\x0A\x0ECommunications\x1AS\x0A\x05Macro\x12\x14\x0A\x0Caction_count\x18\x01 \x01(\x05\x12\x18\x0A\x10cue_action_count\x18\x02 \x01(\x05\x12\x1A\x0A\x12total_action_count\x18\x03 \x01(\x05\x1A\xAF\x01\x0A\x0AClearGroup\x12\x13\x0A\x0Blayer_audio\x18\x01 \x01(\x08\x12\x16\x0A\x0Elayer_messages\x18\x02 \x01(\x08\x12\x13\x0A\x0Blayer_props\x18\x03 \x01(\x08\x12\x1A\x0A\x12layer_announcement\x18\x04 \x01(\x08\x12\x13\x0A\x0Blayer_slide\x18\x05 \x01(\x08\x12\x13\x0A\x0Blayer_media\x18\x06 \x01(\x08\x12\x19\x0A\x11layer_video_input\x18\x07 \x01(\x08\x1A\xC1\x01\x0A\x0CCaptureStart\x12I\x0A\x0Bpreset_type\x18\x01 \x01(\x0E24.rv.analytics.Trigger.Action.CaptureStart.PresetType\"f\x0A\x0APresetType\x12\x17\x0A\x13PRESET_TYPE_UNKNOWN\x10\x00\x12\x1F\x0A\x1BPRESET_TYPE_ACTIVE_SETTINGS\x10\x01\x12\x1E\x0A\x1APRESET_TYPE_CAPTURE_PRESET\x10\x02\x1A.\x0A\x0BCaptureStop\x12\x1F\x0A\x17confirm_before_stopping\x18\x01 \x01(\x08B\x0B\x0A\x09Component\x1A\x0A\x0A\x08MediaBin\x1A\x0A\x0A\x08AudioBin\x1A\xC4\x04\x0A\x0BTestPattern\x12L\x0A\x11test_pattern_type\x18\x01 \x01(\x0E21.rv.analytics.Trigger.TestPattern.TestPatternType\x128\x0A\x04logo\x18\x02 \x01(\x0E2*.rv.analytics.Trigger.TestPattern.LogoType\"\xDA\x02\x0A\x0FTestPatternType\x12&\x0A\"TEST_PATTERN_TYPE_AUDIO_VIDEO_SYNC\x10\x00\x12 \x0A\x1CTEST_PATTERN_TYPE_BLEND_GRID\x10\x01\x12 \x0A\x1CTEST_PATTERN_TYPE_COLOR_BARS\x10\x02\x12#\x0A\x1FTEST_PATTERN_TYPE_CUSTOM_COLORS\x10\x03\x12\x1B\x0A\x17TEST_PATTERN_TYPE_FOCUS\x10\x04\x12 \x0A\x1CTEST_PATTERN_TYPE_GRAY_SCALE\x10\x05\x12\x1B\x0A\x17TEST_PATTERN_TYPE_LINES\x10\x06\x12!\x0A\x1DTEST_PATTERN_TYPE_LOGO_BOUNCE\x10\x07\x12\x1B\x0A\x17TEST_PATTERN_TYPE_RADAR\x10\x08\x12\x1A\x0A\x16TEST_PATTERN_TYPE_TEXT\x10\x09\"P\x0A\x08LogoType\x12\x12\x0A\x0ELOGO_TYPE_NONE\x10\x00\x12\x1A\x0A\x16LOGO_TYPE_PROPRESENTER\x10\x01\x12\x14\x0A\x10LOGO_TYPE_CUSTOM\x10\x02B\x0B\x0A\x09ComponentBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xE7\x15\x0A\x16analyticsTrigger.proto\x12\x14rv.analytics.trigger\"\xA2\x01\x0A\x12ActionCaptureStart\x12H\x0A\x0Bpreset_type\x18\x01 \x01(\x0E23.rv.analytics.trigger.ActionCaptureStart.PresetType\"B\x0A\x0APresetType\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x13\x0A\x0FACTIVE_SETTINGS\x10\x01\x12\x12\x0A\x0ECAPTURE_PRESET\x10\x02\"4\x0A\x11ActionCaptureStop\x12\x1F\x0A\x17confirm_before_stopping\x18\x01 \x01(\x08\"\xDB\x01\x0A\x0BActionClear\x124\x0A\x04type\x18\x01 \x01(\x0E2&.rv.analytics.trigger.ActionClear.Type\"\x95\x01\x0A\x04Type\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x09\x0A\x05AUDIO\x10\x01\x12\x0C\x0A\x08MESSAGES\x10\x02\x12\x09\x0A\x05PROPS\x10\x03\x12\x11\x0A\x0DANNOUNCEMENTS\x10\x04\x12\x09\x0A\x05SLIDE\x10\x05\x12\x09\x0A\x05MEDIA\x10\x06\x12\x0F\x0A\x0BVIDEO_INPUT\x10\x07\x12\x11\x0A\x0DCLEAR_TO_LOGO\x10\x08\x12\x0F\x0A\x0BCLEAR_GROUP\x10\x09\"\xB5\x01\x0A\x10ActionClearGroup\x12\x13\x0A\x0Blayer_audio\x18\x01 \x01(\x08\x12\x16\x0A\x0Elayer_messages\x18\x02 \x01(\x08\x12\x13\x0A\x0Blayer_props\x18\x03 \x01(\x08\x12\x1A\x0A\x12layer_announcement\x18\x04 \x01(\x08\x12\x13\x0A\x0Blayer_slide\x18\x05 \x01(\x08\x12\x13\x0A\x0Blayer_media\x18\x06 \x01(\x08\x12\x19\x0A\x11layer_video_input\x18\x07 \x01(\x08\"\x16\x0A\x14ActionCommunications\"\xB5\x04\x0A\x0AActionLook\x12\x1A\x0A\x12total_screen_count\x18\x01 \x01(\x05\x126\x0A\x04mask\x18\x02 \x01(\x0E2(.rv.analytics.trigger.ActionLook.Setting\x12:\x0A\x08messages\x18\x03 \x01(\x0E2(.rv.analytics.trigger.ActionLook.Setting\x127\x0A\x05props\x18\x04 \x01(\x0E2(.rv.analytics.trigger.ActionLook.Setting\x12?\x0A\x0Dannouncements\x18\x05 \x01(\x0E2(.rv.analytics.trigger.ActionLook.Setting\x12D\x0A\x12presentation_theme\x18\x06 \x01(\x0E2(.rv.analytics.trigger.ActionLook.Setting\x127\x0A\x05slide\x18\x07 \x01(\x0E2(.rv.analytics.trigger.ActionLook.Setting\x127\x0A\x05media\x18\x08 \x01(\x0E2(.rv.analytics.trigger.ActionLook.Setting\x12=\x0A\x0Bvideo_input\x18\x09 \x01(\x0E2(.rv.analytics.trigger.ActionLook.Setting\"&\x0A\x07Setting\x12\x08\x0A\x04NONE\x10\x00\x12\x08\x0A\x04SOME\x10\x01\x12\x07\x0A\x03ALL\x10\x02\"Y\x0A\x0BActionMacro\x12\x14\x0A\x0Caction_count\x18\x01 \x01(\x05\x12\x18\x0A\x10cue_action_count\x18\x02 \x01(\x05\x12\x1A\x0A\x12total_action_count\x18\x03 \x01(\x05\"\x8B\x01\x0A\x0DActionMessage\x12\x13\x0A\x0Btoken_count\x18\x01 \x01(\x05\x12\x18\x0A\x10text_token_count\x18\x02 \x01(\x05\x12\x19\x0A\x11timer_token_count\x18\x03 \x01(\x05\x12\x19\x0A\x11clock_token_count\x18\x04 \x01(\x05\x12\x15\x0A\x0Dshowing_count\x18\x05 \x01(\x05\"\x82\x03\x0A\x0AActionProp\x12\x12\x0A\x0Atransition\x18\x01 \x01(\x09\x123\x0A\x04type\x18\x02 \x01(\x0E2%.rv.analytics.trigger.ActionProp.Type\x12>\x0A\x0Aauto_clear\x18\x03 \x01(\x0E2*.rv.analytics.trigger.ActionProp.AutoClear\"K\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TRIGGER\x10\x01\x12\x09\x0A\x05CLEAR\x10\x02\x12\x19\x0A\x15TRIGGER_FROM_PROP_BIN\x10\x03\"\x9D\x01\x0A\x09AutoClear\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x14\x0A\x10DEFAULT_DISABLED\x10\x01\x12\x13\x0A\x0FDEFAULT_ENABLED\x10\x02\x12\x0C\x0A\x08DISABLED\x10\x03\x12\x0B\x0A\x07ENABLED\x10\x04\x12\x15\x0A\x11DISABLED_OVERRIDE\x10\x05\x12\x14\x0A\x10ENABLED_OVERRIDE\x10\x06\x12\x10\x0A\x0CCLEAR_ACTION\x10\x07\"\xD9\x01\x0A\x16ActionSlideDestination\x12e\x0A\x18change_slide_destination\x18\x01 \x01(\x0E2C.rv.analytics.trigger.ActionSlideDestination.ChangeSlideDestination\"X\x0A\x16ChangeSlideDestination\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x0D\x0A\x09NO_CHANGE\x10\x01\x12\x0E\x0A\x0ASTAGE_ONLY\x10\x02\x12\x12\x0A\x0ESTAGE_AUDIENCE\x10\x03\";\x0A\x0BActionStage\x12\x0F\x0A\x07layouts\x18\x01 \x01(\x05\x12\x1B\x0A\x13total_stage_screens\x18\x02 \x01(\x05\"\xC0\x01\x0A\x0BActionTimer\x124\x0A\x04type\x18\x01 \x01(\x0E2&.rv.analytics.trigger.ActionTimer.Type\"{\x0A\x04Type\x12\x0B\x0A\x07UNKNOWN\x10\x00\x12\x1B\x0A\x17START_SET_CONFIGURATION\x10\x01\x12\x09\x0A\x05START\x10\x02\x12\x08\x0A\x04STOP\x10\x03\x12\x09\x0A\x05RESET\x10\x04\x12\x1A\x0A\x16STOP_SET_CONFIGURATION\x10\x05\x12\x0D\x0A\x09INCREMENT\x10\x06\"\xD0\x02\x0A\x0BTestPattern\x12:\x0A\x07pattern\x18\x01 \x01(\x0E2).rv.analytics.trigger.TestPattern.Pattern\x124\x0A\x04logo\x18\x02 \x01(\x0E2&.rv.analytics.trigger.TestPattern.Logo\"\x9E\x01\x0A\x07Pattern\x12\x14\x0A\x10AUDIO_VIDEO_SYNC\x10\x00\x12\x0E\x0A\x0ABLEND_GRID\x10\x01\x12\x0E\x0A\x0ACOLOR_BARS\x10\x02\x12\x11\x0A\x0DCUSTOM_COLORS\x10\x03\x12\x09\x0A\x05FOCUS\x10\x04\x12\x0E\x0A\x0AGRAY_SCALE\x10\x05\x12\x09\x0A\x05LINES\x10\x06\x12\x0F\x0A\x0BLOGO_BOUNCE\x10\x07\x12\x09\x0A\x05RADAR\x10\x08\x12\x08\x0A\x04TEXT\x10\x09\".\x0A\x04Logo\x12\x08\x0A\x04NONE\x10\x00\x12\x10\x0A\x0CPROPRESENTER\x10\x01\x12\x0A\x0A\x06CUSTOM\x10\x02BQ\xF8\x01\x01\xAA\x026Pro.SerializationInterop.RVProtoData.Analytics.Trigger\xBA\x02\x12Analytics_Trigger_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/AnalyticsTriggerCue.php b/generated/GPBMetadata/AnalyticsTriggerCue.php new file mode 100644 index 0000000..d353e75 --- /dev/null +++ b/generated/GPBMetadata/AnalyticsTriggerCue.php @@ -0,0 +1,25 @@ +internalAddGeneratedFile( + "\x0A\xAE\x0C\x0A\x19analyticsTriggerCue.proto\x12\x18rv.analytics.trigger.cue\"\xBC\x02\x0A\x05Slide\x12\x14\x0A\x0Cobject_count\x18\x01 \x01(\x05\x12\x1E\x0A\x16scrolling_object_count\x18\x02 \x01(\x05\x12\"\x0A\x1Abackground_fx_object_count\x18\x03 \x01(\x05\x12\x14\x0A\x0Caction_count\x18\x04 \x01(\x05\x12\x13\x0A\x0Bhas_text_fx\x18\x05 \x01(\x08\x12\$\x0A\x1Cmedia_text_fill_object_count\x18\x06 \x01(\x05\x12&\x0A\x1Ecut_out_text_fill_object_count\x18\x07 \x01(\x05\x12.\x0A&background_blur_text_fill_object_count\x18\x08 \x01(\x05\x120\x0A(background_invert_text_fill_object_count\x18\x09 \x01(\x05\"]\x0A\x14SlideFileFeedElement\x12E\x0A\x11destination_layer\x18\x01 \x01(\x0E2*.rv.analytics.trigger.cue.DestinationLayer\"\x88\x02\x0A\x13SlideRssFeedElement\x12F\x0A\x07content\x18\x01 \x01(\x0E25.rv.analytics.trigger.cue.SlideRssFeedElement.Content\x12\x1C\x0A\x14is_delimiter_enabled\x18\x02 \x01(\x08\x12E\x0A\x11destination_layer\x18\x03 \x01(\x0E2*.rv.analytics.trigger.cue.DestinationLayer\"D\x0A\x07Content\x12\x13\x0A\x0FCONTENT_UNKNOWN\x10\x00\x12\x09\x0A\x05TITLE\x10\x01\x12\x19\x0A\x15TITLE_AND_DESCRIPTION\x10\x02\"\xE5\x04\x0A\x19SlideScrollingTextElement\x12P\x0A\x09direction\x18\x01 \x01(\x0E2=.rv.analytics.trigger.cue.SlideScrollingTextElement.Direction\x12Y\x0A\x0Estart_position\x18\x02 \x01(\x0E2A.rv.analytics.trigger.cue.SlideScrollingTextElement.StartPosition\x12\x19\x0A\x11is_repeat_enabled\x18\x03 \x01(\x08\x12H\x0A\x05speed\x18\x04 \x01(\x0E29.rv.analytics.trigger.cue.SlideScrollingTextElement.Speed\x12E\x0A\x11destination_layer\x18\x05 \x01(\x0E2*.rv.analytics.trigger.cue.DestinationLayer\"I\x0A\x09Direction\x12\x15\x0A\x11DIRECTION_UNKNOWN\x10\x00\x12\x08\x0A\x04LEFT\x10\x01\x12\x09\x0A\x05RIGHT\x10\x02\x12\x06\x0A\x02UP\x10\x03\x12\x08\x0A\x04DOWN\x10\x04\"J\x0A\x0DStartPosition\x12\x1A\x0A\x16START_POSITION_UNKNOWN\x10\x00\x12\x0D\x0A\x09AUTOMATIC\x10\x01\x12\x0E\x0A\x0AOFF_SCREEN\x10\x02\"X\x0A\x05Speed\x12\x11\x0A\x0DSPEED_UNKNOWN\x10\x00\x12\x0D\x0A\x09VERY_SLOW\x10\x01\x12\x08\x0A\x04SLOW\x10\x02\x12\x0A\x0A\x06MEDIUM\x10\x03\x12\x08\x0A\x04FAST\x10\x04\x12\x0D\x0A\x09VERY_FAST\x10\x05*\x83\x01\x0A\x10DestinationLayer\x12\x1D\x0A\x19DESTINATION_LAYER_UNKNOWN\x10\x00\x12\x10\x0A\x0CANNOUNCEMENT\x10\x01\x12\x10\x0A\x0CPRESENTATION\x10\x02\x12\x09\x0A\x05STAGE\x10\x03\x12\x09\x0A\x05PROPS\x10\x04\x12\x0C\x0A\x08MESSAGES\x10\x05\x12\x08\x0A\x04MASK\x10\x06BX\xF8\x01\x01\xAA\x02:Pro.SerializationInterop.RVProtoData.Analytics.Trigger.Cue\xBA\x02\x15Analytics_Trgger_Cue_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/AnalyticsTriggerMedia.php b/generated/GPBMetadata/AnalyticsTriggerMedia.php index d837fc4..e0031b1 100644 --- a/generated/GPBMetadata/AnalyticsTriggerMedia.php +++ b/generated/GPBMetadata/AnalyticsTriggerMedia.php @@ -16,7 +16,7 @@ class AnalyticsTriggerMedia return; } $pool->internalAddGeneratedFile( - "\x0A\xF9\x1C\x0A\x1BanalyticsTriggerMedia.proto\x12\x0Crv.analytics\"\x80\x1C\x0A\x17TriggerMediaInformation\x12E\x0A\x0Bsource_type\x18\x01 \x01(\x0E20.rv.analytics.TriggerMediaInformation.SourceType\x12<\x0A\x05video\x18\x02 \x01(\x0B2+.rv.analytics.TriggerMediaInformation.VideoH\x00\x12<\x0A\x05image\x18\x03 \x01(\x0B2+.rv.analytics.TriggerMediaInformation.ImageH\x00\x12<\x0A\x05audio\x18\x04 \x01(\x0B2+.rv.analytics.TriggerMediaInformation.AudioH\x00\x12E\x0A\x0Alive_video\x18\x05 \x01(\x0B2/.rv.analytics.TriggerMediaInformation.LiveVideoH\x00\x1A.\x0A\x0ATransition\x12\x12\x0A\x0Ais_default\x18\x01 \x01(\x08\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x1A\xE6\x07\x0A\x0BVisualMedia\x12L\x0A\x08behavior\x18\x01 \x01(\x0E2:.rv.analytics.TriggerMediaInformation.VisualMedia.Behavior\x12O\x0A\x0Ascale_mode\x18\x02 \x01(\x0E2;.rv.analytics.TriggerMediaInformation.VisualMedia.ScaleMode\x12M\x0A\x09flip_mode\x18\x03 \x01(\x0E2:.rv.analytics.TriggerMediaInformation.VisualMedia.FlipMode\x12Y\x0A\x0Fnative_rotation\x18\x04 \x01(\x0E2@.rv.analytics.TriggerMediaInformation.VisualMedia.NativeRotation\x12J\x0A\x0Aresolution\x18\x05 \x01(\x0B26.rv.analytics.TriggerMediaInformation.VisualMedia.Size\x12\x1D\x0A\x15enabled_effects_count\x18\x06 \x01(\x0D\x12\x19\x0A\x11has_effect_preset\x18\x07 \x01(\x08\x12D\x0A\x0Atransition\x18\x08 \x01(\x0B20.rv.analytics.TriggerMediaInformation.Transition\x1A%\x0A\x04Size\x12\x0D\x0A\x05width\x18\x01 \x01(\x0D\x12\x0E\x0A\x06height\x18\x02 \x01(\x0D\"V\x0A\x08Behavior\x12\x17\x0A\x13BEHAVIOR_BACKGROUND\x10\x00\x12\x17\x0A\x13BEHAVIOR_FOREGROUND\x10\x01\x12\x18\x0A\x14BEHAVIOR_VIDEO_INPUT\x10\x02\"a\x0A\x09ScaleMode\x12\x12\x0A\x0ESCALE_MODE_FIT\x10\x00\x12\x13\x0A\x0FSCALE_MODE_FILL\x10\x01\x12\x16\x0A\x12SCALE_MODE_STRETCH\x10\x02\x12\x13\x0A\x0FSCALE_MODE_BLUR\x10\x03\"d\x0A\x08FlipMode\x12\x12\x0A\x0EFLIP_MODE_NONE\x10\x00\x12\x18\x0A\x14FLIP_MODE_HORIZONTAL\x10\x01\x12\x16\x0A\x12FLIP_MODE_VERTICAL\x10\x02\x12\x12\x0A\x0EFLIP_MODE_BOTH\x10\x03\"z\x0A\x0ENativeRotation\x12\x1C\x0A\x18NATIVE_ROTATION_STANDARD\x10\x00\x12\x16\x0A\x12NATIVE_ROTATION_90\x10Z\x12\x18\x0A\x13NATIVE_ROTATION_180\x10\xB4\x01\x12\x18\x0A\x13NATIVE_ROTATION_270\x10\x8E\x02\x1A\xE9\x03\x0A\x09Transport\x12\\\x0A\x15source_duration_range\x18\x01 \x01(\x0E2=.rv.analytics.TriggerMediaInformation.Transport.DurationRange\x12\x19\x0A\x11has_audio_ramp_in\x18\x02 \x01(\x08\x12\x1A\x0A\x12has_audio_ramp_out\x18\x03 \x01(\x08\x12\x14\x0A\x0Chas_in_point\x18\x04 \x01(\x08\x12\x15\x0A\x0Dhas_out_point\x18\x05 \x01(\x08\x12\x11\x0A\x09play_rate\x18\x06 \x01(\x01\x12\x1D\x0A\x15playback_marker_count\x18\x07 \x01(\x0D\"\xE7\x01\x0A\x0DDurationRange\x12\x16\x0A\x12DURATION_UNDER_10S\x10\x00\x12\x17\x0A\x13DURATION_10S_TO_30S\x10\x01\x12\x17\x0A\x13DURATION_30S_TO_60S\x10\x02\x12\x15\x0A\x11DURATION_1M_TO_5M\x10\x03\x12\x16\x0A\x12DURATION_5M_TO_10M\x10\x04\x12\x17\x0A\x13DURATION_10M_TO_30M\x10\x05\x12\x17\x0A\x13DURATION_30M_TO_60M\x10\x06\x12\x15\x0A\x11DURATION_1H_TO_2H\x10\x07\x12\x14\x0A\x10DURATION_OVER_2H\x10\x08\x1A\xC5\x04\x0A\x05Video\x12G\x0A\x0Cvisual_media\x18\x07 \x01(\x0B21.rv.analytics.TriggerMediaInformation.VisualMedia\x12W\x0A\x11playback_behavior\x18\x08 \x01(\x0E2<.rv.analytics.TriggerMediaInformation.Video.PlaybackBehavior\x12Q\x0A\x11completion_target\x18\x09 \x01(\x0E26.rv.analytics.TriggerMediaInformation.CompletionTarget\x12\x19\x0A\x11soft_loop_enabled\x18\x0A \x01(\x08\x12\x1A\x0A\x12soft_loop_duration\x18\x0B \x01(\x01\x12\x12\x0A\x0Aframe_rate\x18\x0C \x01(\x01\x12\x1B\x0A\x13audio_channel_count\x18\x0D \x01(\x0D\x12B\x0A\x09transport\x18\x0E \x01(\x0B2/.rv.analytics.TriggerMediaInformation.Transport\"\x9A\x01\x0A\x10PlaybackBehavior\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_STOP\x10\x00\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_LOOP\x10\x01\x12)\x0A%PLAYBACK_BEHAVIOR_LOOP_FOR_PLAY_COUNT\x10\x02\x12#\x0A\x1FPLAYBACK_BEHAVIOR_LOOP_FOR_TIME\x10\x03\x1A\xEA\x03\x0A\x05Audio\x12F\x0A\x08behavior\x18\x01 \x01(\x0E24.rv.analytics.TriggerMediaInformation.Audio.Behavior\x12W\x0A\x11playback_behavior\x18\x02 \x01(\x0E2<.rv.analytics.TriggerMediaInformation.Audio.PlaybackBehavior\x12D\x0A\x0Atransition\x18\x03 \x01(\x0B20.rv.analytics.TriggerMediaInformation.Transition\x12\x1B\x0A\x13audio_channel_count\x18\x04 \x01(\x0D\x12B\x0A\x09transport\x18\x05 \x01(\x0B2/.rv.analytics.TriggerMediaInformation.Transport\"1\x0A\x08Behavior\x12\x11\x0A\x0DBEHAVIOR_TUNE\x10\x00\x12\x12\x0A\x0EBEHAVIOR_SOUND\x10\x01\"f\x0A\x10PlaybackBehavior\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_STOP\x10\x00\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_LOOP\x10\x01\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_NEXT\x10\x02\x1A\xE9\x01\x0A\x05Image\x12G\x0A\x0Cvisual_media\x18\x01 \x01(\x0B21.rv.analytics.TriggerMediaInformation.VisualMedia\x12D\x0A\x0Atransition\x18\x02 \x01(\x0B20.rv.analytics.TriggerMediaInformation.Transition\x12Q\x0A\x11completion_target\x18\x03 \x01(\x0E26.rv.analytics.TriggerMediaInformation.CompletionTarget\x1A\x85\x01\x0A\x09LiveVideo\x12G\x0A\x0Cvisual_media\x18\x01 \x01(\x0B21.rv.analytics.TriggerMediaInformation.VisualMedia\x12\x12\x0A\x0Aframe_rate\x18\x02 \x01(\x01\x12\x1B\x0A\x13audio_channel_count\x18\x03 \x01(\x0D\"\xA0\x01\x0A\x10CompletionTarget\x12\x1A\x0A\x16COMPLETION_TARGET_NONE\x10\x00\x12\x1A\x0A\x16COMPLETION_TARGET_NEXT\x10\x01\x12\x1C\x0A\x18COMPLETION_TARGET_RANDOM\x10\x02\x12\x19\x0A\x15COMPLETION_TARGET_CUE\x10\x03\x12\x1B\x0A\x17COMPLETION_TARGET_FIRST\x10\x04\"?\x0A\x0ASourceType\x12\x15\x0A\x11SOURCE_TYPE_LOCAL\x10\x00\x12\x1A\x0A\x16SOURCE_TYPE_PROCONTENT\x10\x01B\x0B\x0A\x09MediaTypeBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\x87\x17\x0A\x1BanalyticsTriggerMedia.proto\x12\x1Arv.analytics.trigger.media\".\x0A\x0ATransition\x12\x12\x0A\x0Ais_default\x18\x01 \x01(\x08\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\"\xFE\x05\x0A\x0BVisualMedia\x12B\x0A\x08behavior\x18\x01 \x01(\x0E20.rv.analytics.trigger.media.VisualMedia.Behavior\x12E\x0A\x0Ascale_mode\x18\x02 \x01(\x0E21.rv.analytics.trigger.media.VisualMedia.ScaleMode\x12C\x0A\x09flip_mode\x18\x03 \x01(\x0E20.rv.analytics.trigger.media.VisualMedia.FlipMode\x12O\x0A\x0Fnative_rotation\x18\x04 \x01(\x0E26.rv.analytics.trigger.media.VisualMedia.NativeRotation\x12@\x0A\x0Aresolution\x18\x05 \x01(\x0B2,.rv.analytics.trigger.media.VisualMedia.Size\x12\x1D\x0A\x15enabled_effects_count\x18\x06 \x01(\x0D\x12\x19\x0A\x11has_effect_preset\x18\x07 \x01(\x08\x12:\x0A\x0Atransition\x18\x08 \x01(\x0B2&.rv.analytics.trigger.media.Transition\x1A%\x0A\x04Size\x12\x0D\x0A\x05width\x18\x01 \x01(\x0D\x12\x0E\x0A\x06height\x18\x02 \x01(\x0D\";\x0A\x08Behavior\x12\x0E\x0A\x0ABACKGROUND\x10\x00\x12\x0E\x0A\x0AFOREGROUND\x10\x01\x12\x0F\x0A\x0BVIDEO_INPUT\x10\x02\"5\x0A\x09ScaleMode\x12\x07\x0A\x03FIT\x10\x00\x12\x08\x0A\x04FILL\x10\x01\x12\x0B\x0A\x07STRETCH\x10\x02\x12\x08\x0A\x04BLUR\x10\x03\"<\x0A\x08FlipMode\x12\x08\x0A\x04NONE\x10\x00\x12\x0E\x0A\x0AHORIZONTAL\x10\x01\x12\x0C\x0A\x08VERTICAL\x10\x02\x12\x08\x0A\x04BOTH\x10\x03\"=\x0A\x0ENativeRotation\x12\x0C\x0A\x08STANDARD\x10\x00\x12\x07\x0A\x03_90\x10Z\x12\x09\x0A\x04_180\x10\xB4\x01\x12\x09\x0A\x04_270\x10\x8E\x02\"\x95\x03\x0A\x09Transport\x12R\x0A\x15source_duration_range\x18\x01 \x01(\x0E23.rv.analytics.trigger.media.Transport.DurationRange\x12\x19\x0A\x11has_audio_ramp_in\x18\x02 \x01(\x08\x12\x1A\x0A\x12has_audio_ramp_out\x18\x03 \x01(\x08\x12\x14\x0A\x0Chas_in_point\x18\x04 \x01(\x08\x12\x15\x0A\x0Dhas_out_point\x18\x05 \x01(\x08\x12\x11\x0A\x09play_rate\x18\x06 \x01(\x01\x12\x1D\x0A\x15playback_marker_count\x18\x07 \x01(\x0D\"\x9D\x01\x0A\x0DDurationRange\x12\x0D\x0A\x09UNDER_10S\x10\x00\x12\x0F\x0A\x0B_10S_TO_30S\x10\x01\x12\x0F\x0A\x0B_30S_TO_60S\x10\x02\x12\x0D\x0A\x09_1M_TO_5M\x10\x03\x12\x0E\x0A\x0A_5M_TO_10M\x10\x04\x12\x0F\x0A\x0B_10M_TO_30M\x10\x05\x12\x0F\x0A\x0B_30M_TO_60M\x10\x06\x12\x0D\x0A\x09_1H_TO_2H\x10\x07\x12\x0B\x0A\x07OVER_2H\x10\x08\"\x91\x04\x0A\x05Video\x12=\x0A\x0Cvisual_media\x18\x07 \x01(\x0B2'.rv.analytics.trigger.media.VisualMedia\x12M\x0A\x11playback_behavior\x18\x08 \x01(\x0E22.rv.analytics.trigger.media.Video.PlaybackBehavior\x12G\x0A\x11completion_target\x18\x09 \x01(\x0E2,.rv.analytics.trigger.media.CompletionTarget\x12\x19\x0A\x11soft_loop_enabled\x18\x0A \x01(\x08\x12\x1A\x0A\x12soft_loop_duration\x18\x0B \x01(\x01\x12\x12\x0A\x0Aframe_rate\x18\x0C \x01(\x01\x12\x1B\x0A\x13audio_channel_count\x18\x0D \x01(\x0D\x128\x0A\x09transport\x18\x0E \x01(\x0B2%.rv.analytics.trigger.media.Transport\x12;\x0A\x0Bsource_type\x18\x0F \x01(\x0E2&.rv.analytics.trigger.media.SourceType\"R\x0A\x10PlaybackBehavior\x12\x08\x0A\x04STOP\x10\x00\x12\x08\x0A\x04LOOP\x10\x01\x12\x17\x0A\x13LOOP_FOR_PLAY_COUNT\x10\x02\x12\x11\x0A\x0DLOOP_FOR_TIME\x10\x03\"\xB7\x03\x0A\x05Audio\x12<\x0A\x08behavior\x18\x01 \x01(\x0E2*.rv.analytics.trigger.media.Audio.Behavior\x12M\x0A\x11playback_behavior\x18\x02 \x01(\x0E22.rv.analytics.trigger.media.Audio.PlaybackBehavior\x12:\x0A\x0Atransition\x18\x03 \x01(\x0B2&.rv.analytics.trigger.media.Transition\x12\x1B\x0A\x13audio_channel_count\x18\x04 \x01(\x0D\x128\x0A\x09transport\x18\x05 \x01(\x0B2%.rv.analytics.trigger.media.Transport\x12;\x0A\x0Bsource_type\x18\x06 \x01(\x0E2&.rv.analytics.trigger.media.SourceType\"\x1F\x0A\x08Behavior\x12\x08\x0A\x04TUNE\x10\x00\x12\x09\x0A\x05SOUND\x10\x01\"0\x0A\x10PlaybackBehavior\x12\x08\x0A\x04STOP\x10\x00\x12\x08\x0A\x04LOOP\x10\x01\x12\x08\x0A\x04NEXT\x10\x02\"\xCC\x01\x0A\x05Image\x12=\x0A\x0Cvisual_media\x18\x01 \x01(\x0B2'.rv.analytics.trigger.media.VisualMedia\x12G\x0A\x11completion_target\x18\x02 \x01(\x0E2,.rv.analytics.trigger.media.CompletionTarget\x12;\x0A\x0Bsource_type\x18\x03 \x01(\x0E2&.rv.analytics.trigger.media.SourceType\"\xB9\x01\x0A\x0AVideoInput\x12=\x0A\x0Cvisual_media\x18\x01 \x01(\x0B2'.rv.analytics.trigger.media.VisualMedia\x12\x12\x0A\x0Aframe_rate\x18\x02 \x01(\x01\x12\x1B\x0A\x13audio_channel_count\x18\x03 \x01(\x0D\x12;\x0A\x0Bsource_type\x18\x04 \x01(\x0E2&.rv.analytics.trigger.media.SourceType\"(\x0A\x0CAirCastVideo\x12\x18\x0A\x10password_enabled\x18\x01 \x01(\x08\"(\x0A\x0CAirCastAudio\x12\x18\x0A\x10password_enabled\x18\x01 \x01(\x08*F\x0A\x10CompletionTarget\x12\x08\x0A\x04NONE\x10\x00\x12\x08\x0A\x04NEXT\x10\x01\x12\x0A\x0A\x06RANDOM\x10\x02\x12\x07\x0A\x03CUE\x10\x03\x12\x09\x0A\x05FIRST\x10\x04*'\x0A\x0ASourceType\x12\x09\x0A\x05LOCAL\x10\x00\x12\x0E\x0A\x0APROCONTENT\x10\x01B]\xF8\x01\x01\xAA\x02internalAddGeneratedFile( - "\x0A\xC4\x9E\x01\x0A\x11analyticsUI.proto\x12\x0Crv.analytics\"\xD4\x9D\x01\x0A\x02UI\x124\x0A\x0Cquick_search\x18\x01 \x01(\x0B2\x1C.rv.analytics.UI.QuickSearchH\x00\x12+\x0A\x07toolbar\x18\x02 \x01(\x0B2\x18.rv.analytics.UI.ToolbarH\x00\x12.\x0A\x09main_view\x18\x03 \x01(\x0B2\x19.rv.analytics.UI.MainViewH\x00\x12'\x0A\x05looks\x18\x04 \x01(\x0B2\x16.rv.analytics.UI.LooksH\x00\x12D\x0A\x14screen_configuration\x18\x05 \x01(\x0B2\$.rv.analytics.UI.ScreenConfigurationH\x00\x122\x0A\x0Blower_right\x18\x06 \x01(\x0B2\x1B.rv.analytics.UI.LowerRightH\x00\x128\x0A\x0Etext_inspector\x18\x07 \x01(\x0B2\x1E.rv.analytics.UI.TextInspectorH\x00\x12%\x0A\x04show\x18\x08 \x01(\x0B2\x15.rv.analytics.UI.ShowH\x00\x123\x0A\x0Cin_app_store\x18\x09 \x01(\x0B2\x1B.rv.analytics.UI.InAppStoreH\x00\x12)\x0A\x06editor\x18\x0A \x01(\x0B2\x17.rv.analytics.UI.EditorH\x00\x12.\x0A\x09whats_new\x18\x0B \x01(\x0B2\x19.rv.analytics.UI.WhatsNewH\x00\x124\x0A\x0Cclear_groups\x18\x0C \x01(\x0B2\x1C.rv.analytics.UI.ClearGroupsH\x00\x124\x0A\x0Cpreview_area\x18\x0D \x01(\x0B2\x1C.rv.analytics.UI.PreviewAreaH\x00\x123\x0A\x0Bplaceholder\x18\x0E \x01(\x0B2\x1C.rv.analytics.UI.PlaceholderH\x00\x12C\x0A\x14planning_center_live\x18\x0F \x01(\x0B2#.rv.analytics.UI.PlanningCenterLiveH\x00\x126\x0A\x0Dnetwork_group\x18\x10 \x01(\x0B2\x1D.rv.analytics.UI.NetworkGroupH\x00\x12%\x0A\x04ccli\x18\x11 \x01(\x0B2\x15.rv.analytics.UI.CCLIH\x00\x12+\x0A\x07capture\x18\x12 \x01(\x0B2\x18.rv.analytics.UI.CaptureH\x00\x12G\x0A\x15welcomeToProPresenter\x18\x13 \x01(\x0B2&.rv.analytics.UI.WelcomeToProPresenterH\x00\x124\x0A\x0Ctest_pattern\x18\x14 \x01(\x0B2\x1C.rv.analytics.UI.TestPatternH\x00\x123\x0A\x0Bpreferences\x18\x15 \x01(\x0B2\x1C.rv.analytics.UI.PreferencesH\x00\x1A\xFF\x06\x0A\x0BQuickSearch\x123\x0A\x05shown\x18\x01 \x01(\x0B2\".rv.analytics.UI.QuickSearch.ShownH\x00\x125\x0A\x06search\x18\x02 \x01(\x0B2#.rv.analytics.UI.QuickSearch.SearchH\x00\x12<\x0A\x0Aopen_items\x18\x03 \x01(\x0B2&.rv.analytics.UI.QuickSearch.OpenItemsH\x00\x1A\xAD\x01\x0A\x05Shown\x129\x0A\x06source\x18\x01 \x01(\x0E2).rv.analytics.UI.QuickSearch.Shown.Source\"i\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x01\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x02\x12\x1A\x0A\x16SOURCE_UNLINKED_HEADER\x10\x03\x1A\xA7\x01\x0A\x06Search\x12:\x0A\x06source\x18\x01 \x01(\x0E2*.rv.analytics.UI.QuickSearch.Search.Source\"a\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_LIBRARY\x10\x01\x12\x16\x0A\x12SOURCE_SONG_SELECT\x10\x02\x12\x17\x0A\x13SOURCE_MULTI_TRACKS\x10\x03\x1A\xDE\x02\x0A\x09OpenItems\x12=\x0A\x06source\x18\x01 \x01(\x0E2-.rv.analytics.UI.QuickSearch.OpenItems.Source\x12;\x0A\x05style\x18\x02 \x01(\x0E2,.rv.analytics.UI.QuickSearch.OpenItems.Style\x12\x0D\x0A\x05count\x18\x03 \x01(\x05\"a\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_LIBRARY\x10\x01\x12\x16\x0A\x12SOURCE_SONG_SELECT\x10\x02\x12\x17\x0A\x13SOURCE_MULTI_TRACKS\x10\x03\"c\x0A\x05Style\x12\x11\x0A\x0DSTYLE_UNKNOWN\x10\x00\x12\x14\x0A\x10STYLE_RETURN_KEY\x10\x01\x12\x1C\x0A\x18STYLE_COMMAND_RETURN_KEY\x10\x02\x12\x13\x0A\x0FSTYLE_DRAG_DROP\x10\x03B\x0B\x0A\x09Component\x1A\xAE\x0A\x0A\x07Toolbar\x128\x0A\x0Atext_style\x18\x01 \x01(\x0B2\".rv.analytics.UI.Toolbar.TextStyleH\x00\x12/\x0A\x05theme\x18\x02 \x01(\x0B2\x1E.rv.analytics.UI.Toolbar.ThemeH\x00\x1A\xF0\x06\x0A\x09TextStyle\x129\x0A\x05shown\x18\x01 \x01(\x0B2(.rv.analytics.UI.Toolbar.TextStyle.ShownH\x00\x12;\x0A\x06change\x18\x02 \x01(\x0B2).rv.analytics.UI.Toolbar.TextStyle.ChangeH\x00\x1A\x07\x0A\x05Shown\x1A\xD4\x05\x0A\x06Change\x12D\x0A\x08property\x18\x01 \x01(\x0E22.rv.analytics.UI.Toolbar.TextStyle.Change.Property\x12@\x0A\x06target\x18\x02 \x01(\x0E20.rv.analytics.UI.Toolbar.TextStyle.Change.Target\"\xE4\x03\x0A\x08Property\x12\x14\x0A\x10PROPERTY_UNKNOWN\x10\x00\x12\x1A\x0A\x16PROPERTY_FONT_TYPEFACE\x10\x01\x12\x18\x0A\x14PROPERTY_FONT_WEIGHT\x10\x02\x12 \x0A\x1CPROPERTY_FONT_CAPITALIZATION\x10\x03\x12\x16\x0A\x12PROPERTY_FONT_SIZE\x10\x04\x12\x17\x0A\x13PROPERTY_FONT_COLOR\x10\x05\x12!\x0A\x1DPROPERTY_HORIZONTAL_ALIGNMENT\x10\x06\x12\x1F\x0A\x1BPROPERTY_VERTICAL_ALIGNMENT\x10\x07\x12\x1A\x0A\x16PROPERTY_STROKE_ENABLE\x10\x08\x12\x19\x0A\x15PROPERTY_STROKE_WIDTH\x10\x09\x12\x19\x0A\x15PROPERTY_STROKE_COLOR\x10\x0A\x12\x1A\x0A\x16PROPERTY_SHADOW_ENABLE\x10\x0B\x12\x18\x0A\x14PROPERTY_SHADOW_BLUR\x10\x0C\x12\x1B\x0A\x17PROPERTY_SHADOW_OPACITY\x10\x0D\x12\x19\x0A\x15PROPERTY_SHADOW_COLOR\x10\x0E\x12\x19\x0A\x15PROPERTY_SHADOW_ANGLE\x10\x0F\x12\x1A\x0A\x16PROPERTY_SHADOW_OFFSET\x10\x10\"[\x0A\x06Target\x12\x12\x0A\x0ETARGET_UNKNOWN\x10\x00\x12\x1A\x0A\x16TARGET_SLIDE_SELECTION\x10\x01\x12!\x0A\x1DTARGET_PRESENTATION_SELECTION\x10\x02B\x0B\x0A\x09Component\x1A\xB7\x02\x0A\x05Theme\x125\x0A\x05shown\x18\x01 \x01(\x0B2\$.rv.analytics.UI.Toolbar.Theme.ShownH\x00\x129\x0A\x07applied\x18\x02 \x01(\x0B2&.rv.analytics.UI.Toolbar.Theme.AppliedH\x00\x1A\x07\x0A\x05Shown\x1A\xA5\x01\x0A\x07Applied\x12=\x0A\x06target\x18\x01 \x01(\x0E2-.rv.analytics.UI.Toolbar.Theme.Applied.Target\"[\x0A\x06Target\x12\x12\x0A\x0ETARGET_UNKNOWN\x10\x00\x12\x1A\x0A\x16TARGET_SLIDE_SELECTION\x10\x01\x12!\x0A\x1DTARGET_PRESENTATION_SELECTION\x10\x02B\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\x81)\x0A\x08MainView\x12.\x0A\x04show\x18\x01 \x01(\x0B2\x1E.rv.analytics.UI.MainView.ShowH\x00\x12K\x0A\x13presentation_editor\x18\x02 \x01(\x0B2,.rv.analytics.UI.MainView.PresentationEditorH\x00\x12?\x0A\x0Dreflow_editor\x18\x03 \x01(\x0B2&.rv.analytics.UI.MainView.ReflowEditorH\x00\x120\x0A\x05bible\x18\x04 \x01(\x0B2\x1F.rv.analytics.UI.MainView.BibleH\x00\x12=\x0A\x0Cstage_editor\x18\x05 \x01(\x0B2%.rv.analytics.UI.MainView.StageEditorH\x00\x12=\x0A\x0Ctheme_editor\x18\x06 \x01(\x0B2%.rv.analytics.UI.MainView.ThemeEditorH\x00\x12E\x0A\x10copyright_editor\x18\x07 \x01(\x0B2).rv.analytics.UI.MainView.CopyrightEditorH\x00\x12=\x0A\x0Cprops_editor\x18\x08 \x01(\x0B2%.rv.analytics.UI.MainView.PropsEditorH\x00\x12;\x0A\x0Bmask_editor\x18\x09 \x01(\x0B2\$.rv.analytics.UI.MainView.MaskEditorH\x00\x1A\xE0\x01\x0A\x04Show\x125\x0A\x05shown\x18\x01 \x01(\x0B2\$.rv.analytics.UI.MainView.Show.ShownH\x00\x1A\x93\x01\x0A\x05Shown\x12;\x0A\x06source\x18\x01 \x01(\x0E2+.rv.analytics.UI.MainView.Show.Shown.Source\"M\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x02B\x0B\x0A\x09Component\x1A\xA3\x02\x0A\x12PresentationEditor\x12C\x0A\x05shown\x18\x01 \x01(\x0B22.rv.analytics.UI.MainView.PresentationEditor.ShownH\x00\x1A\xBA\x01\x0A\x05Shown\x12I\x0A\x06source\x18\x01 \x01(\x0E29.rv.analytics.UI.MainView.PresentationEditor.Shown.Source\"f\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x02\x12\x17\x0A\x13SOURCE_CONTEXT_MENU\x10\x03B\x0B\x0A\x09Component\x1A\x99\x02\x0A\x0CReflowEditor\x12=\x0A\x05shown\x18\x01 \x01(\x0B2,.rv.analytics.UI.MainView.ReflowEditor.ShownH\x00\x1A\xBC\x01\x0A\x05Shown\x12C\x0A\x06source\x18\x01 \x01(\x0E23.rv.analytics.UI.MainView.ReflowEditor.Shown.Source\"n\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x02\x12\x1F\x0A\x1BSOURCE_LIBRARY_CONTEXT_MENU\x10\x03B\x0B\x0A\x09Component\x1A\xA5\x14\x0A\x05Bible\x126\x0A\x05shown\x18\x01 \x01(\x0B2%.rv.analytics.UI.MainView.Bible.ShownH\x00\x12:\x0A\x07trigger\x18\x02 \x01(\x0B2'.rv.analytics.UI.MainView.Bible.TriggerH\x00\x12I\x0A\x0Fgenerate_slides\x18\x03 \x01(\x0B2..rv.analytics.UI.MainView.Bible.GenerateSlidesH\x00\x12E\x0A\x0Dgenerate_next\x18\x04 \x01(\x0B2,.rv.analytics.UI.MainView.Bible.GenerateNextH\x00\x12M\x0A\x11generate_previous\x18\x05 \x01(\x0B20.rv.analytics.UI.MainView.Bible.GeneratePreviousH\x00\x12A\x0A\x0Bsave_slides\x18\x06 \x01(\x0B2*.rv.analytics.UI.MainView.Bible.SaveSlidesH\x00\x128\x0A\x06lookup\x18\x07 \x01(\x0B2&.rv.analytics.UI.MainView.Bible.LookupH\x00\x12=\x0A\x07install\x18\x08 \x01(\x0B2*.rv.analytics.UI.MainView.Bible.BibleCountH\x00\x12<\x0A\x06remove\x18\x09 \x01(\x0B2*.rv.analytics.UI.MainView.Bible.BibleCountH\x00\x12=\x0A\x07startup\x18\x0A \x01(\x0B2*.rv.analytics.UI.MainView.Bible.BibleCountH\x00\x1A\x94\x01\x0A\x05Shown\x12<\x0A\x06source\x18\x01 \x01(\x0E2,.rv.analytics.UI.MainView.Bible.Shown.Source\"M\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x02\x1AE\x0A\x07Trigger\x12:\x0A\x08location\x18\x01 \x01(\x0E2(.rv.analytics.UI.MainView.Bible.Location\x1A\xF6\x05\x0A\x0EGenerateSlides\x12\x19\x0A\x11translation_count\x18\x01 \x01(\x05\x12\x13\x0A\x0Bslide_count\x18\x02 \x01(\x05\x12V\x0A\x0Everse_location\x18\x03 \x01(\x0E2>.rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation\x12Z\x0A\x12reference_location\x18\x04 \x01(\x0E2>.rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation\x12\x1A\x0A\x12show_verse_numbers\x18\x05 \x01(\x08\x12\x17\x0A\x0Fbreak_new_verse\x18\x06 \x01(\x08\x12\x1B\x0A\x13display_translation\x18\x07 \x01(\x08\x12\x1B\x0A\x13preserve_font_color\x18\x08 \x01(\x08\x12U\x0A\x0Freference_style\x18\x09 \x01(\x0E2<.rv.analytics.UI.MainView.Bible.GenerateSlides.ReferenceType\"\x8E\x01\x0A\x0FTextBoxLocation\x12\x1D\x0A\x19TEXT_BOX_LOCATION_UNKNOWN\x10\x00\x12\x1A\x0A\x16TEXT_BOX_LOCATION_NONE\x10\x01\x12\x1E\x0A\x1ATEXT_BOX_LOCATION_TEXT_BOX\x10\x02\x12 \x0A\x1CTEXT_BOX_LOCATION_WITH_VERSE\x10\x03\"\xA8\x01\x0A\x0DReferenceType\x12\x1A\x0A\x16REFERENCE_TYPE_UNKNOWN\x10\x00\x12\x1F\x0A\x1BREFERENCE_TYPE_PASSAGE_NONE\x10\x01\x12\x1F\x0A\x1BREFERENCE_TYPE_PASSAGE_EACH\x10\x02\x12\x1F\x0A\x1BREFERENCE_TYPE_PASSAGE_LAST\x10\x03\x12\x18\x0A\x14REFERENCE_TYPE_VERSE\x10\x04\x1AJ\x0A\x0CGenerateNext\x12:\x0A\x08location\x18\x01 \x01(\x0E2(.rv.analytics.UI.MainView.Bible.Location\x1AN\x0A\x10GeneratePrevious\x12:\x0A\x08location\x18\x02 \x01(\x0E2(.rv.analytics.UI.MainView.Bible.Location\x1A\x8D\x02\x0A\x0ASaveSlides\x12P\x0A\x0Bdestination\x18\x01 \x01(\x0E2;.rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination\"\xAC\x01\x0A\x10SlideDestination\x12\x1D\x0A\x19SLIDE_DESTINATION_UNKNOWN\x10\x00\x12%\x0A!SLIDE_DESTINATION_SAVE_TO_LIBRARY\x10\x01\x12&\x0A\"SLIDE_DESTINATION_SAVE_TO_PLAYLIST\x10\x02\x12*\x0A&SLIDE_DESTINATION_COPY_TO_PRESENTATION\x10\x03\x1A\xD6\x02\x0A\x06Lookup\x12G\x0A\x08location\x18\x01 \x01(\x0E25.rv.analytics.UI.MainView.Bible.Lookup.LookupLocation\"\x82\x02\x0A\x0ELookupLocation\x12\x1B\x0A\x17LOOKUP_LOCATION_UNKNOWN\x10\x00\x12\"\x0A\x1ELOOKUP_LOCATION_TEXT_REFERENCE\x10\x01\x12\x1D\x0A\x19LOOKUP_LOCATION_MENU_BOOK\x10\x02\x12 \x0A\x1CLOOKUP_LOCATION_MENU_CHAPTER\x10\x03\x12\x1E\x0A\x1ALOOKUP_LOCATION_MENU_VERSE\x10\x04\x12'\x0A#LOOKUP_LOCATION_TEXT_SEARCH_CHAPTER\x10\x05\x12%\x0A!LOOKUP_LOCATION_TEXT_SEARCH_VERSE\x10\x06\x1AM\x0A\x0ABibleCount\x12\x1C\x0A\x14free_installed_count\x18\x01 \x01(\x05\x12!\x0A\x19purchased_installed_count\x18\x02 \x01(\x05\"V\x0A\x08Location\x12\x14\x0A\x10LOCATION_UNKNOWN\x10\x00\x12\x19\x0A\x15LOCATION_PRESENTATION\x10\x01\x12\x19\x0A\x15LOCATION_BIBLE_MODULE\x10\x02B\x0B\x0A\x09Component\x1A\x8D\x02\x0A\x0BStageEditor\x12<\x0A\x05shown\x18\x01 \x01(\x0B2+.rv.analytics.UI.MainView.StageEditor.ShownH\x00\x1A\xB2\x01\x0A\x05Shown\x12B\x0A\x06source\x18\x01 \x01(\x0E22.rv.analytics.UI.MainView.StageEditor.Shown.Source\"e\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x02\x12\x16\x0A\x12SOURCE_LOWER_RIGHT\x10\x03B\x0B\x0A\x09Component\x1A\xF7\x01\x0A\x0BThemeEditor\x12<\x0A\x05shown\x18\x01 \x01(\x0B2+.rv.analytics.UI.MainView.ThemeEditor.ShownH\x00\x1A\x9C\x01\x0A\x05Shown\x12B\x0A\x06source\x18\x01 \x01(\x0E22.rv.analytics.UI.MainView.ThemeEditor.Shown.Source\"O\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x1D\x0A\x19SOURCE_THEME_CONTEXT_MENU\x10\x02B\x0B\x0A\x09Component\x1A\xFB\x01\x0A\x0FCopyrightEditor\x12@\x0A\x05shown\x18\x01 \x01(\x0B2/.rv.analytics.UI.MainView.CopyrightEditor.ShownH\x00\x1A\x98\x01\x0A\x05Shown\x12F\x0A\x06source\x18\x01 \x01(\x0E26.rv.analytics.UI.MainView.CopyrightEditor.Shown.Source\"G\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x15\x0A\x11SOURCE_PREFERENCE\x10\x02B\x0B\x0A\x09Component\x1A\xF0\x01\x0A\x0BPropsEditor\x12<\x0A\x05shown\x18\x01 \x01(\x0B2+.rv.analytics.UI.MainView.PropsEditor.ShownH\x00\x1A\x95\x01\x0A\x05Shown\x12B\x0A\x06source\x18\x01 \x01(\x0E22.rv.analytics.UI.MainView.PropsEditor.Shown.Source\"H\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x16\x0A\x12SOURCE_LOWER_RIGHT\x10\x02B\x0B\x0A\x09Component\x1A\xEE\x01\x0A\x0AMaskEditor\x12;\x0A\x05shown\x18\x01 \x01(\x0B2*.rv.analytics.UI.MainView.MaskEditor.ShownH\x00\x1A\x95\x01\x0A\x05Shown\x12A\x0A\x06source\x18\x01 \x01(\x0E21.rv.analytics.UI.MainView.MaskEditor.Shown.Source\"I\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x17\x0A\x13SOURCE_LOOKS_WINDOW\x10\x02B\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\xDB\x01\x0A\x05Looks\x12-\x0A\x05shown\x18\x01 \x01(\x0B2\x1C.rv.analytics.UI.Looks.ShownH\x00\x1A\x95\x01\x0A\x05Shown\x123\x0A\x06source\x18\x01 \x01(\x0E2#.rv.analytics.UI.Looks.Shown.Source\"W\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x01\x12\x1C\x0A\x18SOURCE_PRESENTATION_VIEW\x10\x02B\x0B\x0A\x09Component\x1A\xF9\x01\x0A\x13ScreenConfiguration\x12;\x0A\x05shown\x18\x01 \x01(\x0B2*.rv.analytics.UI.ScreenConfiguration.ShownH\x00\x1A\x97\x01\x0A\x05Shown\x12A\x0A\x06source\x18\x01 \x01(\x0E21.rv.analytics.UI.ScreenConfiguration.Shown.Source\"K\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x01\x12\x10\x0A\x0CSOURCE_STAGE\x10\x02B\x0B\x0A\x09Component\x1A\xF1\x1A\x0A\x0ALowerRight\x124\x0A\x06timers\x18\x01 \x01(\x0B2\".rv.analytics.UI.LowerRight.TimersH\x00\x128\x0A\x08messages\x18\x02 \x01(\x0B2\$.rv.analytics.UI.LowerRight.MessagesH\x00\x122\x0A\x05props\x18\x03 \x01(\x0B2!.rv.analytics.UI.LowerRight.PropsH\x00\x122\x0A\x05stage\x18\x04 \x01(\x0B2!.rv.analytics.UI.LowerRight.StageH\x00\x129\x0A\x09audio_bin\x18\x05 \x01(\x0B2\$.rv.analytics.UI.LowerRight.AudioBinH\x00\x124\x0A\x06macros\x18\x06 \x01(\x0B2\".rv.analytics.UI.LowerRight.MacrosH\x00\x1A\xEE\x06\x0A\x06Timers\x129\x0A\x05shown\x18\x01 \x01(\x0B2(.rv.analytics.UI.LowerRight.Timers.ShownH\x00\x12?\x0A\x08collapse\x18\x02 \x01(\x0B2+.rv.analytics.UI.LowerRight.Timers.CollapseH\x00\x127\x0A\x04edit\x18\x03 \x01(\x0B2'.rv.analytics.UI.LowerRight.Timers.EditH\x00\x129\x0A\x05state\x18\x04 \x01(\x0B2(.rv.analytics.UI.LowerRight.Timers.StateH\x00\x12;\x0A\x06create\x18\x05 \x01(\x0B2).rv.analytics.UI.LowerRight.Timers.CreateH\x00\x12;\x0A\x06delete\x18\x06 \x01(\x0B2).rv.analytics.UI.LowerRight.Timers.DeleteH\x00\x1A\x07\x0A\x05Shown\x1A\x91\x01\x0A\x08Collapse\x12@\x0A\x05state\x18\x01 \x01(\x0E21.rv.analytics.UI.LowerRight.Timers.Collapse.State\"C\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x13\x0A\x0FSTATE_COLLAPSED\x10\x01\x12\x12\x0A\x0ESTATE_EXPANDED\x10\x02\x1A\xA4\x01\x0A\x04Edit\x12<\x0A\x05field\x18\x01 \x01(\x0E2-.rv.analytics.UI.LowerRight.Timers.Edit.Field\"^\x0A\x05Field\x12\x11\x0A\x0DFIELD_UNKNOWN\x10\x00\x12\x0E\x0A\x0AFIELD_TYPE\x10\x01\x12\x0F\x0A\x0BFIELD_VALUE\x10\x02\x12\x11\x0A\x0DFIELD_OVERRUN\x10\x03\x12\x0E\x0A\x0AFIELD_NAME\x10\x04\x1A\x94\x01\x0A\x05State\x12=\x0A\x05state\x18\x01 \x01(\x0E2..rv.analytics.UI.LowerRight.Timers.State.State\"L\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x0F\x0A\x0BSTATE_START\x10\x01\x12\x0E\x0A\x0ASTATE_STOP\x10\x02\x12\x0F\x0A\x0BSTATE_RESET\x10\x03\x1A\x08\x0A\x06Create\x1A\x08\x0A\x06DeleteB\x0B\x0A\x09Component\x1A\x9A\x06\x0A\x08Messages\x12;\x0A\x05shown\x18\x01 \x01(\x0B2*.rv.analytics.UI.LowerRight.Messages.ShownH\x00\x129\x0A\x04edit\x18\x02 \x01(\x0B2).rv.analytics.UI.LowerRight.Messages.EditH\x00\x12;\x0A\x05state\x18\x03 \x01(\x0B2*.rv.analytics.UI.LowerRight.Messages.StateH\x00\x12=\x0A\x06create\x18\x04 \x01(\x0B2+.rv.analytics.UI.LowerRight.Messages.CreateH\x00\x12=\x0A\x06delete\x18\x05 \x01(\x0B2+.rv.analytics.UI.LowerRight.Messages.DeleteH\x00\x1A\x07\x0A\x05Shown\x1A\xA8\x02\x0A\x04Edit\x12@\x0A\x06action\x18\x01 \x01(\x0E20.rv.analytics.UI.LowerRight.Messages.Edit.Action\"\xDD\x01\x0A\x06Action\x12\x12\x0A\x0EACTION_UNKNOWN\x10\x00\x12\x19\x0A\x15ACTION_ADD_TEXT_TOKEN\x10\x01\x12\x1A\x0A\x16ACTION_ADD_TIMER_TOKEN\x10\x02\x12\x1B\x0A\x17ACTION_ADD_CUSTOM_TOKEN\x10\x03\x12\x14\x0A\x10ACTION_SET_THEME\x10\x04\x12\x13\x0A\x0FACTION_SET_TEXT\x10\x05\x12\x1F\x0A\x1BACTION_SET_WEB_NOTIFICATION\x10\x06\x12\x1F\x0A\x1BACTION_SET_DISMISS_BEHAVIOR\x10\x07\x1A\x85\x01\x0A\x05State\x12?\x0A\x05state\x18\x01 \x01(\x0E20.rv.analytics.UI.LowerRight.Messages.State.State\";\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x0E\x0A\x0ASTATE_SHOW\x10\x01\x12\x0F\x0A\x0BSTATE_CLEAR\x10\x02\x1A\x08\x0A\x06Create\x1A\x08\x0A\x06DeleteB\x0B\x0A\x09Component\x1A\xF4\x03\x0A\x05Props\x128\x0A\x05shown\x18\x01 \x01(\x0B2'.rv.analytics.UI.LowerRight.Props.ShownH\x00\x12B\x0A\x0Atransition\x18\x02 \x01(\x0B2,.rv.analytics.UI.LowerRight.Props.TransitionH\x00\x128\x0A\x05state\x18\x03 \x01(\x0B2'.rv.analytics.UI.LowerRight.Props.StateH\x00\x12:\x0A\x06create\x18\x04 \x01(\x0B2(.rv.analytics.UI.LowerRight.Props.CreateH\x00\x12:\x0A\x06delete\x18\x05 \x01(\x0B2(.rv.analytics.UI.LowerRight.Props.DeleteH\x00\x1A\x07\x0A\x05Shown\x1A\x0C\x0A\x0ATransition\x1A\x82\x01\x0A\x05State\x12<\x0A\x05state\x18\x01 \x01(\x0E2-.rv.analytics.UI.LowerRight.Props.State.State\";\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x0E\x0A\x0ASTATE_SHOW\x10\x01\x12\x0F\x0A\x0BSTATE_CLEAR\x10\x02\x1A\x08\x0A\x06Create\x1A\x08\x0A\x06DeleteB\x0B\x0A\x09Component\x1A\xC7\x04\x0A\x05Stage\x128\x0A\x05shown\x18\x01 \x01(\x0B2'.rv.analytics.UI.LowerRight.Stage.ShownH\x00\x12G\x0A\x0Dchange_layout\x18\x02 \x01(\x0B2..rv.analytics.UI.LowerRight.Stage.ChangeLayoutH\x00\x12G\x0A\x0Dmessage_state\x18\x03 \x01(\x0B2..rv.analytics.UI.LowerRight.Stage.MessageStateH\x00\x12O\x0A\x11configure_screens\x18\x04 \x01(\x0B22.rv.analytics.UI.LowerRight.Stage.ConfigureScreensH\x00\x12E\x0A\x0Cedit_layouts\x18\x05 \x01(\x0B2-.rv.analytics.UI.LowerRight.Stage.EditLayoutsH\x00\x1A\x07\x0A\x05Shown\x1A\x0E\x0A\x0CChangeLayout\x1A\x90\x01\x0A\x0CMessageState\x12C\x0A\x05state\x18\x01 \x01(\x0E24.rv.analytics.UI.LowerRight.Stage.MessageState.State\";\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x0E\x0A\x0ASTATE_SHOW\x10\x01\x12\x0F\x0A\x0BSTATE_CLEAR\x10\x02\x1A\x12\x0A\x10ConfigureScreens\x1A\x0D\x0A\x0BEditLayoutsB\x0B\x0A\x09Component\x1A\x0A\x0A\x08AudioBin\x1A\xB1\x02\x0A\x06Macros\x129\x0A\x05shown\x18\x01 \x01(\x0B2(.rv.analytics.UI.LowerRight.Macros.ShownH\x00\x12=\x0A\x07trigger\x18\x02 \x01(\x0B2*.rv.analytics.UI.LowerRight.Macros.TriggerH\x00\x12;\x0A\x06create\x18\x03 \x01(\x0B2).rv.analytics.UI.LowerRight.Macros.CreateH\x00\x12;\x0A\x06delete\x18\x04 \x01(\x0B2).rv.analytics.UI.LowerRight.Macros.DeleteH\x00\x1A\x07\x0A\x05Shown\x1A\x09\x0A\x07Trigger\x1A\x08\x0A\x06Create\x1A\x08\x0A\x06DeleteB\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\xC5\x0C\x0A\x0DTextInspector\x125\x0A\x05shown\x18\x01 \x01(\x0B2\$.rv.analytics.UI.TextInspector.ShownH\x00\x12?\x0A\x0Aforeground\x18\x02 \x01(\x0B2).rv.analytics.UI.TextInspector.ForegroundH\x00\x12H\x0A\x0Funderline_color\x18\x03 \x01(\x0B2-.rv.analytics.UI.TextInspector.UnderlineColorH\x00\x12J\x0A\x10background_color\x18\x04 \x01(\x0B2..rv.analytics.UI.TextInspector.BackgroundColorH\x00\x12F\x0A\x0Escrolling_text\x18\x05 \x01(\x0B2,.rv.analytics.UI.TextInspector.ScrollingTextH\x00\x12F\x0A\x0Eline_transform\x18\x06 \x01(\x0B2,.rv.analytics.UI.TextInspector.LineTransformH\x00\x1A\x07\x0A\x05Shown\x1A\xE9\x01\x0A\x0AForeground\x12E\x0A\x09fill_type\x18\x01 \x01(\x0E22.rv.analytics.UI.TextInspector.Foreground.FillType\x12D\x0A\x0Eselection_mode\x18\x02 \x01(\x0E2,.rv.analytics.UI.TextInspector.SelectionMode\"N\x0A\x08FillType\x12\x15\x0A\x11FILL_TYPE_UNKNOWN\x10\x00\x12\x13\x0A\x0FFILL_TYPE_SOLID\x10\x01\x12\x16\x0A\x12FILL_TYPE_GRADIENT\x10\x02\x1Aj\x0A\x0EUnderlineColor\x12\x12\x0A\x0Ais_enabled\x18\x01 \x01(\x08\x12D\x0A\x0Eselection_mode\x18\x02 \x01(\x0E2,.rv.analytics.UI.TextInspector.SelectionMode\x1A\xF6\x01\x0A\x0FBackgroundColor\x12L\x0A\x0Acolor_type\x18\x01 \x01(\x0E28.rv.analytics.UI.TextInspector.BackgroundColor.ColorType\x12D\x0A\x0Eselection_mode\x18\x02 \x01(\x0E2,.rv.analytics.UI.TextInspector.SelectionMode\"O\x0A\x09ColorType\x12\x16\x0A\x12COLOR_TYPE_UNKNOWN\x10\x00\x12\x14\x0A\x10COLOR_TYPE_CLEAR\x10\x01\x12\x14\x0A\x10COLOR_TYPE_OTHER\x10\x02\x1A~\x0A\x0DScrollingText\x12E\x0A\x06enable\x18\x01 \x01(\x0B23.rv.analytics.UI.TextInspector.ScrollingText.EnableH\x00\x1A\x19\x0A\x06Enable\x12\x0F\x0A\x07enabled\x18\x01 \x01(\x08B\x0B\x0A\x09Component\x1A\xCC\x02\x0A\x0DLineTransform\x12R\x0A\x0Etransform_type\x18\x01 \x01(\x0E2:.rv.analytics.UI.TextInspector.LineTransform.TransformType\"\xE6\x01\x0A\x0DTransformType\x12\x1A\x0A\x16TRANSFORM_TYPE_UNKNOWN\x10\x00\x12\x17\x0A\x13TRANSFORM_TYPE_NONE\x10\x01\x12&\x0A\"TRANSFORM_TYPE_REMOVE_LINE_RETURNS\x10\x02\x12'\x0A#TRANSFORM_TYPE_REPLACE_LINE_RETURNS\x10\x03\x12\$\x0A TRANSFORM_TYPE_ONE_WORD_PER_LINE\x10\x04\x12)\x0A%TRANSFORM_TYPE_ONE_CHARACTER_PER_LINE\x10\x05\"`\x0A\x0DSelectionMode\x12\x1A\x0A\x16SELECTION_MODE_UNKNOWN\x10\x00\x12\x19\x0A\x15SELECTION_MODE_OBJECT\x10\x01\x12\x18\x0A\x14SELECTION_MODE_RANGE\x10\x02B\x0B\x0A\x09Component\x1A\x95\x03\x0A\x04Show\x127\x0A\x0Bslide_label\x18\x01 \x01(\x0B2 .rv.analytics.UI.Show.SlideLabelH\x00\x1A\xC6\x02\x0A\x0ASlideLabel\x127\x0A\x05shown\x18\x01 \x01(\x0B2&.rv.analytics.UI.Show.SlideLabel.ShownH\x00\x129\x0A\x06change\x18\x02 \x01(\x0B2'.rv.analytics.UI.Show.SlideLabel.ChangeH\x00\x1A\x07\x0A\x05Shown\x1A\xAD\x01\x0A\x06Change\x12\x18\x0A\x10number_of_slides\x18\x01 \x01(\x05\x12>\x0A\x06source\x18\x02 \x01(\x0E2..rv.analytics.UI.Show.SlideLabel.Change.Source\"I\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x17\x0A\x13SOURCE_CONTEXT_MENU\x10\x01\x12\x12\x0A\x0ESOURCE_POPOVER\x10\x02B\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\x80\x03\x0A\x0AInAppStore\x122\x0A\x05trial\x18\x01 \x01(\x0B2!.rv.analytics.UI.InAppStore.TrialH\x00\x1A\xB0\x02\x0A\x05Trial\x128\x0A\x05shown\x18\x01 \x01(\x0B2'.rv.analytics.UI.InAppStore.Trial.ShownH\x00\x12>\x0A\x08complete\x18\x02 \x01(\x0B2*.rv.analytics.UI.InAppStore.Trial.CompleteH\x00\x1A\x07\x0A\x05Shown\x1A\x96\x01\x0A\x08Complete\x12A\x0A\x06result\x18\x01 \x01(\x0E21.rv.analytics.UI.InAppStore.Trial.Complete.Result\"G\x0A\x06Result\x12\x12\x0A\x0ERESULT_UNKNOWN\x10\x00\x12\x12\x0A\x0ERESULT_SUCCESS\x10\x01\x12\x15\x0A\x11RESULT_EARLY_EXIT\x10\x02B\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\xC2\x04\x0A\x06Editor\x122\x0A\x07overlay\x18\x01 \x01(\x0B2\x1F.rv.analytics.UI.Editor.OverlayH\x00\x1A\xF6\x03\x0A\x07Overlay\x126\x0A\x05shown\x18\x01 \x01(\x0B2%.rv.analytics.UI.Editor.Overlay.ShownH\x00\x128\x0A\x06closed\x18\x02 \x01(\x0B2&.rv.analytics.UI.Editor.Overlay.ClosedH\x00\x1A\xB5\x01\x0A\x05Shown\x12<\x0A\x06source\x18\x01 \x01(\x0E2,.rv.analytics.UI.Editor.Overlay.Shown.Source\"n\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x17\x0A\x13SOURCE_DOUBLE_CLICK\x10\x01\x12\x1A\x0A\x16SOURCE_CONTEXTUAL_MENU\x10\x02\x12\x1B\x0A\x17SOURCE_PLUS_BUTTON_MENU\x10\x03\x1A\xB3\x01\x0A\x06Closed\x12=\x0A\x06source\x18\x01 \x01(\x0E2-.rv.analytics.UI.Editor.Overlay.Closed.Source\"j\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x1C\x0A\x18SOURCE_CLICK_OFF_ELEMENT\x10\x01\x12\x15\x0A\x11SOURCE_ESCAPE_KEY\x10\x02\x12\x17\x0A\x13SOURCE_CLOSE_BUTTON\x10\x03B\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\x90\x01\x0A\x08WhatsNew\x122\x0A\x06viewed\x18\x01 \x01(\x0B2 .rv.analytics.UI.WhatsNew.ViewedH\x00\x1AC\x0A\x06Viewed\x12\x0F\x0A\x07version\x18\x01 \x01(\x09\x12\x15\x0A\x0Dresource_name\x18\x02 \x01(\x09\x12\x11\x0A\x09view_time\x18\x03 \x01(\x05B\x0B\x0A\x09Component\x1A\xDF\x07\x0A\x0BClearGroups\x123\x0A\x05shown\x18\x01 \x01(\x0B2\".rv.analytics.UI.ClearGroups.ShownH\x00\x125\x0A\x06create\x18\x02 \x01(\x0B2#.rv.analytics.UI.ClearGroups.CreateH\x00\x125\x0A\x06delete\x18\x03 \x01(\x0B2#.rv.analytics.UI.ClearGroups.DeleteH\x00\x123\x0A\x05group\x18\x04 \x01(\x0B2\".rv.analytics.UI.ClearGroups.GroupH\x00\x1A\xAE\x01\x0A\x05Shown\x129\x0A\x06source\x18\x01 \x01(\x0E2).rv.analytics.UI.ClearGroups.Shown.Source\"j\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x01\x12\x17\x0A\x13SOURCE_PREVIEW_MENU\x10\x02\x12\x16\x0A\x12SOURCE_ACTION_MENU\x10\x03\x1A\x08\x0A\x06Create\x1A\x08\x0A\x06Delete\x1A\xA5\x04\x0A\x05Group\x12P\x0A\x11change_visibility\x18\x01 \x01(\x0B23.rv.analytics.UI.ClearGroups.Group.ChangeVisibilityH\x00\x12D\x0A\x0Bchange_icon\x18\x02 \x01(\x0B2-.rv.analytics.UI.ClearGroups.Group.ChangeIconH\x00\x1A\xB9\x01\x0A\x10ChangeVisibility\x12R\x0A\x0Avisibility\x18\x01 \x01(\x0E2>.rv.analytics.UI.ClearGroups.Group.ChangeVisibility.Visibility\"Q\x0A\x0AVisibility\x12\x16\x0A\x12VISIBILITY_UNKNOWN\x10\x00\x12\x14\x0A\x10VISIBILITY_SHOWN\x10\x01\x12\x15\x0A\x11VISIBILITY_HIDDEN\x10\x02\x1A\xBA\x01\x0A\x0AChangeIcon\x12I\x0A\x09icon_type\x18\x01 \x01(\x0E26.rv.analytics.UI.ClearGroups.Group.ChangeIcon.IconType\x12\x11\x0A\x09is_tinted\x18\x02 \x01(\x08\"N\x0A\x08IconType\x12\x15\x0A\x11ICON_TYPE_UNKNOWN\x10\x00\x12\x15\x0A\x11ICON_TYPE_DEFAULT\x10\x01\x12\x14\x0A\x10ICON_TYPE_CUSTOM\x10\x02B\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\xA8\x02\x0A\x0BPreviewArea\x12@\x0A\x0Cclear_groups\x18\x01 \x01(\x0B2(.rv.analytics.UI.PreviewArea.ClearGroupsH\x00\x1A\xC9\x01\x0A\x0BClearGroups\x12C\x0A\x07trigger\x18\x01 \x01(\x0B20.rv.analytics.UI.PreviewArea.ClearGroups.TriggerH\x00\x12C\x0A\x07changed\x18\x02 \x01(\x0B20.rv.analytics.UI.PreviewArea.ClearGroups.ChangedH\x00\x1A\x09\x0A\x07Trigger\x1A\x18\x0A\x07Changed\x12\x0D\x0A\x05count\x18\x01 \x01(\x05B\x0B\x0A\x09ComponentB\x0B\x0A\x09Component\x1A\x8A\x04\x0A\x0BPlaceholder\x121\x0A\x04link\x18\x01 \x01(\x0B2!.rv.analytics.UI.Placeholder.LinkH\x00\x125\x0A\x06unlink\x18\x02 \x01(\x0B2#.rv.analytics.UI.Placeholder.UnlinkH\x00\x1A\xF9\x02\x0A\x04Link\x129\x0A\x09link_type\x18\x01 \x01(\x0E2&.rv.analytics.UI.Placeholder.Link.Type\x12=\x0A\x0Blink_source\x18\x02 \x01(\x0E2(.rv.analytics.UI.Placeholder.Link.Source\"_\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x15\x0A\x11TYPE_PRESENTATION\x10\x01\x12\x0E\x0A\x0ATYPE_MEDIA\x10\x02\x12\x1E\x0A\x1ATYPE_EXTERNAL_PRESENTATION\x10\x03\"\x95\x01\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x17\x0A\x13SOURCE_QUICK_SEARCH\x10\x01\x12\x18\x0A\x14SOURCE_IMPORT_BUTTON\x10\x02\x12\x18\x0A\x14SOURCE_CREATE_BUTTON\x10\x03\x12\x14\x0A\x10SOURCE_DRAG_DROP\x10\x04\x12\x14\x0A\x10SOURCE_AUTOMATIC\x10\x05\x1A\x08\x0A\x06UnlinkB\x0B\x0A\x09Component\x1A\x8B\x02\x0A\x12PlanningCenterLive\x12:\x0A\x05shown\x18\x01 \x01(\x0B2).rv.analytics.UI.PlanningCenterLive.ShownH\x00\x1A\xAB\x01\x0A\x05Shown\x12I\x0A\x0Bwindow_type\x18\x01 \x01(\x0E24.rv.analytics.UI.PlanningCenterLive.Shown.WindowType\"W\x0A\x0AWindowType\x12\x17\x0A\x13WINDOW_TYPE_UNKNOWN\x10\x00\x12\x16\x0A\x12WINDOW_TYPE_DOCKED\x10\x01\x12\x18\x0A\x14WINDOW_TYPE_FLOATING\x10\x02B\x0B\x0A\x09Component\x1A\xA9\x03\x0A\x0CNetworkGroup\x126\x0A\x06create\x18\x01 \x01(\x0B2\$.rv.analytics.UI.NetworkGroup.CreateH\x00\x120\x0A\x03add\x18\x02 \x01(\x0B2!.rv.analytics.UI.NetworkGroup.AddH\x00\x122\x0A\x04join\x18\x03 \x01(\x0B2\".rv.analytics.UI.NetworkGroup.JoinH\x00\x126\x0A\x06invite\x18\x04 \x01(\x0B2\$.rv.analytics.UI.NetworkGroup.InviteH\x00\x124\x0A\x05leave\x18\x05 \x01(\x0B2#.rv.analytics.UI.NetworkGroup.LeaveH\x00\x126\x0A\x06remove\x18\x06 \x01(\x0B2\$.rv.analytics.UI.NetworkGroup.RemoveH\x00\x1A\x08\x0A\x06Create\x1A\x05\x0A\x03Add\x1A\x06\x0A\x04Join\x1A\x1C\x0A\x06Invite\x12\x12\x0A\x0Adid_accept\x18\x01 \x01(\x08\x1A\x07\x0A\x05Leave\x1A\x08\x0A\x06RemoveB\x0B\x0A\x09Component\x1A\x89\x02\x0A\x04CCLI\x12,\x0A\x06report\x18\x01 \x01(\x0B2\x1C.rv.analytics.UI.CCLI.Report\x1A\xD2\x01\x0A\x06Report\x123\x0A\x05shown\x18\x01 \x01(\x0B2\".rv.analytics.UI.CCLI.Report.ShownH\x00\x123\x0A\x05reset\x18\x02 \x01(\x0B2\".rv.analytics.UI.CCLI.Report.ResetH\x00\x125\x0A\x06export\x18\x03 \x01(\x0B2#.rv.analytics.UI.CCLI.Report.ExportH\x00\x1A\x07\x0A\x05Shown\x1A\x07\x0A\x05Reset\x1A\x08\x0A\x06ExportB\x0B\x0A\x09Component\x1A\xC1\x02\x0A\x07Capture\x12/\x0A\x05shown\x18\x01 \x01(\x0B2\x1E.rv.analytics.UI.Capture.ShownH\x00\x1A\xF7\x01\x0A\x05Shown\x125\x0A\x06source\x18\x01 \x01(\x0E2%.rv.analytics.UI.Capture.Shown.Source\"\xB6\x01\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x12\x0A\x0ESOURCE_TOOLBAR\x10\x01\x12\x19\x0A\x15SOURCE_ACTION_POPOVER\x10\x02\x12!\x0A\x1DSOURCE_ACTION_CONTEXTUAL_MENU\x10\x03\x12\x13\x0A\x0FSOURCE_CALENDAR\x10\x04\x12\x1B\x0A\x17SOURCE_PREFERENCES_RESI\x10\x05\x12\x14\x0A\x10SOURCE_MAIN_MENU\x10\x06B\x0B\x0A\x09Component\x1A\xB4\x08\x0A\x15WelcomeToProPresenter\x12=\x0A\x05shown\x18\x01 \x01(\x0B2,.rv.analytics.UI.WelcomeToProPresenter.ShownH\x00\x12E\x0A\x09migration\x18\x02 \x01(\x0B20.rv.analytics.UI.WelcomeToProPresenter.MigrationH\x00\x12c\x0A\x19screen_configuration_help\x18\x03 \x01(\x0B2>.rv.analytics.UI.WelcomeToProPresenter.ScreenConfigurationHelpH\x00\x12_\x0A\x17download_sample_content\x18\x04 \x01(\x0B2<.rv.analytics.UI.WelcomeToProPresenter.DownloadSampleContentH\x00\x12F\x0A\x0Auser_group\x18\x05 \x01(\x0B20.rv.analytics.UI.WelcomeToProPresenter.UserGroupH\x00\x12E\x0A\x09tutorials\x18\x06 \x01(\x0B20.rv.analytics.UI.WelcomeToProPresenter.TutorialsH\x00\x12N\x0A\x0Eknowledge_base\x18\x07 \x01(\x0B24.rv.analytics.UI.WelcomeToProPresenter.KnowledgeBaseH\x00\x12;\x0A\x04blog\x18\x08 \x01(\x0B2+.rv.analytics.UI.WelcomeToProPresenter.BlogH\x00\x12E\x0A\x09instagram\x18\x09 \x01(\x0B20.rv.analytics.UI.WelcomeToProPresenter.InstagramH\x00\x12C\x0A\x08facebook\x18\x0A \x01(\x0B2/.rv.analytics.UI.WelcomeToProPresenter.FacebookH\x00\x1A\x8C\x01\x0A\x05Shown\x12C\x0A\x06source\x18\x01 \x01(\x0E23.rv.analytics.UI.WelcomeToProPresenter.Shown.Source\">\x0A\x06Source\x12\x17\x0A\x13SOURCE_FIRST_LAUNCH\x10\x00\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x01\x1A\x0B\x0A\x09Migration\x1A\x19\x0A\x17ScreenConfigurationHelp\x1A\x17\x0A\x15DownloadSampleContent\x1A\x0B\x0A\x09UserGroup\x1A\x0B\x0A\x09Tutorials\x1A\x0F\x0A\x0DKnowledgeBase\x1A\x06\x0A\x04Blog\x1A\x0B\x0A\x09Instagram\x1A\x0A\x0A\x08FacebookB\x0B\x0A\x09Component\x1A\xDC\x01\x0A\x0BTestPattern\x123\x0A\x05shown\x18\x01 \x01(\x0B2\".rv.analytics.UI.TestPattern.ShownH\x00\x1A\x8A\x01\x0A\x05Shown\x129\x0A\x06source\x18\x01 \x01(\x0E2).rv.analytics.UI.TestPattern.Shown.Source\"F\x0A\x06Source\x12\x1B\x0A\x17SOURCE_APPLICATION_MENU\x10\x00\x12\x1F\x0A\x1BSOURCE_SCREEN_CONFIGURATION\x10\x01B\x0B\x0A\x09Component\x1Az\x0A\x0BPreferences\x12>\x0A\x0Bcustom_logo\x18\x01 \x01(\x0B2'.rv.analytics.UI.Preferences.CustomLogoH\x00\x1A\x1E\x0A\x0ACustomLogo\x12\x10\x0A\x08has_logo\x18\x01 \x01(\x08B\x0B\x0A\x09ComponentB\x0B\x0A\x09ComponentBA\xF8\x01\x01\xAA\x02.Pro.SerializationInterop.RVProtoData.Analytics\xBA\x02\x0AAnalytics_b\x06proto3" + "\x0A\xC3H\x0A\x11analyticsUI.proto\x12\x0Frv.analytics.ui\"\xA2\x01\x0A\x10QuickSearchShown\x128\x0A\x06source\x18\x01 \x01(\x0E2(.rv.analytics.ui.QuickSearchShown.Source\"T\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x14\x0A\x10APPLICATION_MENU\x10\x01\x12\x0B\x0A\x07TOOLBAR\x10\x02\x12\x13\x0A\x0FUNLINKED_HEADER\x10\x03\"\x9C\x01\x0A\x11QuickSearchSearch\x129\x0A\x06source\x18\x01 \x01(\x0E2).rv.analytics.ui.QuickSearchSearch.Source\"L\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07LIBRARY\x10\x01\x12\x0F\x0A\x0BSONG_SELECT\x10\x02\x12\x10\x0A\x0CMULTI_TRACKS\x10\x03\"\xC6\x02\x0A\x14QuickSearchOpenItems\x12<\x0A\x06source\x18\x01 \x01(\x0E2,.rv.analytics.ui.QuickSearchOpenItems.Source\x12:\x0A\x05style\x18\x02 \x01(\x0E2+.rv.analytics.ui.QuickSearchOpenItems.Style\x12\x0D\x0A\x05count\x18\x03 \x01(\x05\"L\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07LIBRARY\x10\x01\x12\x0F\x0A\x0BSONG_SELECT\x10\x02\x12\x10\x0A\x0CMULTI_TRACKS\x10\x03\"W\x0A\x05Style\x12\x11\x0A\x0DSTYLE_UNKNOWN\x10\x00\x12\x14\x0A\x10STYLE_RETURN_KEY\x10\x01\x12\x16\x0A\x12COMMAND_RETURN_KEY\x10\x02\x12\x0D\x0A\x09DRAG_DROP\x10\x03\"\x13\x0A\x11ToolbarThemeShown\"\xA9\x01\x0A\x17ToolbarThemeApplication\x12?\x0A\x06target\x18\x01 \x01(\x0E2/.rv.analytics.ui.ToolbarThemeApplication.Target\"M\x0A\x06Target\x12\x12\x0A\x0ETARGET_UNKNOWN\x10\x00\x12\x13\x0A\x0FSLIDE_SELECTION\x10\x01\x12\x1A\x0A\x16PRESENTATION_SELECTION\x10\x02\"\x85\x01\x0A\x0CMainViewShow\x124\x0A\x06source\x18\x01 \x01(\x0E2\$.rv.analytics.ui.MainViewShow.Source\"?\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x14\x0A\x10APPLICATION_MENU\x10\x02\"\xB3\x01\x0A\x1AMainViewPresentationEditor\x12B\x0A\x06source\x18\x01 \x01(\x0E22.rv.analytics.ui.MainViewPresentationEditor.Source\"Q\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x14\x0A\x10APPLICATION_MENU\x10\x02\x12\x10\x0A\x0CCONTEXT_MENU\x10\x03\"\xAF\x01\x0A\x14MainViewReflowEditor\x12<\x0A\x06source\x18\x01 \x01(\x0E2,.rv.analytics.ui.MainViewReflowEditor.Source\"Y\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x14\x0A\x10APPLICATION_MENU\x10\x02\x12\x18\x0A\x14LIBRARY_CONTEXT_MENU\x10\x03\"\x87\x01\x0A\x0DMainViewBible\x125\x0A\x06source\x18\x01 \x01(\x0E2%.rv.analytics.ui.MainViewBible.Source\"?\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x14\x0A\x10APPLICATION_MENU\x10\x02\";\x0A\x0CBibleTrigger\x12+\x0A\x08location\x18\x01 \x01(\x0E2\x19.rv.analytics.ui.Location\"\x84\x05\x0A\x13BibleGenerateSlides\x12\x19\x0A\x11translation_count\x18\x01 \x01(\x05\x12\x13\x0A\x0Bslide_count\x18\x02 \x01(\x05\x12L\x0A\x0Everse_location\x18\x03 \x01(\x0E24.rv.analytics.ui.BibleGenerateSlides.TextBoxLocation\x12P\x0A\x12reference_location\x18\x04 \x01(\x0E24.rv.analytics.ui.BibleGenerateSlides.TextBoxLocation\x12\x1A\x0A\x12show_verse_numbers\x18\x05 \x01(\x08\x12\x17\x0A\x0Fbreak_new_verse\x18\x06 \x01(\x08\x12\x1B\x0A\x13display_translation\x18\x07 \x01(\x08\x12\x1B\x0A\x13preserve_font_color\x18\x08 \x01(\x08\x12K\x0A\x0Freference_style\x18\x09 \x01(\x0E22.rv.analytics.ui.BibleGenerateSlides.ReferenceType\"s\x0A\x0FTextBoxLocation\x12\x1D\x0A\x19TEXT_BOX_LOCATION_UNKNOWN\x10\x00\x12\x11\x0A\x0DLOCATION_NONE\x10\x01\x12\x15\x0A\x11LOCATION_TEXT_BOX\x10\x02\x12\x17\x0A\x13LOCATION_WITH_VERSE\x10\x03\"l\x0A\x0DReferenceType\x12\x1A\x0A\x16REFERENCE_TYPE_UNKNOWN\x10\x00\x12\x10\x0A\x0CPASSAGE_NONE\x10\x01\x12\x10\x0A\x0CPASSAGE_EACH\x10\x02\x12\x10\x0A\x0CPASSAGE_LAST\x10\x03\x12\x09\x0A\x05VERSE\x10\x04\"@\x0A\x11BibleGenerateNext\x12+\x0A\x08location\x18\x01 \x01(\x0E2\x19.rv.analytics.ui.Location\"D\x0A\x15BibleGeneratePrevious\x12+\x0A\x08location\x18\x01 \x01(\x0E2\x19.rv.analytics.ui.Location\"\xD1\x01\x0A\x0FBibleSaveSlides\x12F\x0A\x0Bdestination\x18\x01 \x01(\x0E21.rv.analytics.ui.BibleSaveSlides.SlideDestination\"v\x0A\x10SlideDestination\x12\x1D\x0A\x19SLIDE_DESTINATION_UNKNOWN\x10\x00\x12\x13\x0A\x0FSAVE_TO_LIBRARY\x10\x01\x12\x14\x0A\x10SAVE_TO_PLAYLIST\x10\x02\x12\x18\x0A\x14COPY_TO_PRESENTATION\x10\x03\"\xDE\x01\x0A\x0BBibleLookup\x127\x0A\x08location\x18\x01 \x01(\x0E2%.rv.analytics.ui.BibleLookup.Location\"\x95\x01\x0A\x08Location\x12\x14\x0A\x10LOCATION_UNKNOWN\x10\x00\x12\x12\x0A\x0ETEXT_REFERENCE\x10\x01\x12\x0D\x0A\x09MENU_BOOK\x10\x02\x12\x10\x0A\x0CMENU_CHAPTER\x10\x03\x12\x0E\x0A\x0AMENU_VERSE\x10\x04\x12\x17\x0A\x13TEXT_SEARCH_CHAPTER\x10\x05\x12\x15\x0A\x11TEXT_SEARCH_VERSE\x10\x06\"O\x0A\x0CBibleInstall\x12\x1C\x0A\x14free_installed_count\x18\x01 \x01(\x05\x12!\x0A\x19purchased_installed_count\x18\x02 \x01(\x05\"N\x0A\x0BBibleRemove\x12\x1C\x0A\x14free_installed_count\x18\x01 \x01(\x05\x12!\x0A\x19purchased_installed_count\x18\x02 \x01(\x05\"O\x0A\x0CBibleStartup\x12\x1C\x0A\x14free_installed_count\x18\x01 \x01(\x05\x12!\x0A\x19purchased_installed_count\x18\x02 \x01(\x05\"\x9A\x01\x0A\x12MainViewMaskEditor\x12>\x0A\x06source\x18\x01 \x01(\x0E2..rv.analytics.ui.MainViewMaskEditor.MaskSource\"D\x0A\x0AMaskSource\x12\x17\x0A\x13MASK_SOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x10\x0A\x0CLOOKS_WINDOW\x10\x02\"\xB4\x01\x0A\x13MainViewStageEditor\x12@\x0A\x06source\x18\x01 \x01(\x0E20.rv.analytics.ui.MainViewStageEditor.StageSource\"[\x0A\x0BStageSource\x12\x18\x0A\x14STAGE_SOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x14\x0A\x10APPLICATION_MENU\x10\x02\x12\x0F\x0A\x0BLOWER_RIGHT\x10\x03\"\xA5\x01\x0A\x13MainViewThemeEditor\x12@\x0A\x06source\x18\x01 \x01(\x0E20.rv.analytics.ui.MainViewThemeEditor.ThemeSource\"L\x0A\x0BThemeSource\x12\x18\x0A\x14STAGE_SOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x16\x0A\x12THEME_CONTEXT_MENU\x10\x02\"\xB1\x01\x0A\x17MainViewCopyrightEditor\x12H\x0A\x06source\x18\x01 \x01(\x0E28.rv.analytics.ui.MainViewCopyrightEditor.CopyrightSource\"L\x0A\x0FCopyrightSource\x12\x1C\x0A\x18COPYRIGHT_SOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x0E\x0A\x0APREFERENCE\x10\x02\"\x9E\x01\x0A\x13MainViewPropsEditor\x12@\x0A\x06source\x18\x01 \x01(\x0E20.rv.analytics.ui.MainViewPropsEditor.PropsSource\"E\x0A\x0BPropsSource\x12\x18\x0A\x14PROPS_SOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x0F\x0A\x0BLOWER_RIGHT\x10\x02\"\x12\x0A\x10LowerRightTimers\"\x93\x01\x0A\x18LowerRightTimersCollapse\x12>\x0A\x05state\x18\x01 \x01(\x0E2/.rv.analytics.ui.LowerRightTimersCollapse.State\"7\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x0D\x0A\x09COLLAPSED\x10\x01\x12\x0C\x0A\x08EXPANDED\x10\x02\"\x9A\x01\x0A\x14LowerRightTimersEdit\x12:\x0A\x05field\x18\x01 \x01(\x0E2+.rv.analytics.ui.LowerRightTimersEdit.Field\"F\x0A\x05Field\x12\x11\x0A\x0DFIELD_UNKNOWN\x10\x00\x12\x08\x0A\x04TYPE\x10\x01\x12\x09\x0A\x05VALUE\x10\x02\x12\x0B\x0A\x07OVERRUN\x10\x03\x12\x08\x0A\x04NAME\x10\x04\"\x90\x01\x0A\x15LowerRightTimersState\x12;\x0A\x05state\x18\x01 \x01(\x0E2,.rv.analytics.ui.LowerRightTimersState.State\":\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x09\x0A\x05START\x10\x01\x12\x08\x0A\x04STOP\x10\x02\x12\x09\x0A\x05RESET\x10\x03\"\x18\x0A\x16LowerRightTimersCreate\"\x18\x0A\x16LowerRightTimersDelete\"\x14\x0A\x12LowerRightMessages\"\x87\x02\x0A\x16LowerRightMessagesEdit\x12>\x0A\x06action\x18\x01 \x01(\x0E2..rv.analytics.ui.LowerRightMessagesEdit.Action\"\xAC\x01\x0A\x06Action\x12\x12\x0A\x0EACTION_UNKNOWN\x10\x00\x12\x12\x0A\x0EADD_TEXT_TOKEN\x10\x01\x12\x13\x0A\x0FADD_TIMER_TOKEN\x10\x02\x12\x14\x0A\x10ADD_CUSTOM_TOKEN\x10\x03\x12\x0D\x0A\x09SET_THEME\x10\x04\x12\x0C\x0A\x08SET_TEXT\x10\x05\x12\x18\x0A\x14SET_WEB_NOTIFICATION\x10\x06\x12\x18\x0A\x14SET_DISMISS_BEHAVIOR\x10\x07\"\x89\x01\x0A\x17LowerRightMessagesState\x12=\x0A\x05state\x18\x01 \x01(\x0E2..rv.analytics.ui.LowerRightMessagesState.State\"/\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x08\x0A\x04SHOW\x10\x01\x12\x09\x0A\x05CLEAR\x10\x02\"\x1A\x0A\x18LowerRightMessagesCreate\"\x1A\x0A\x18LowerRightMessagesDelete\"\x11\x0A\x0FLowerRightProps\"\x1B\x0A\x19LowerRightPropsTransition\"\x17\x0A\x15LowerRightPropsCreate\"\x17\x0A\x15LowerRightPropsDelete\"\x83\x01\x0A\x14LowerRightPropsState\x12:\x0A\x05state\x18\x01 \x01(\x0E2+.rv.analytics.ui.LowerRightPropsState.State\"/\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x08\x0A\x04SHOW\x10\x01\x12\x09\x0A\x05CLEAR\x10\x02\"\x11\x0A\x0FLowerRightStage\"\x1D\x0A\x1BLowerRightStageChangeLayout\"!\x0A\x1FLowerRightStageConfigureScreens\"\x1C\x0A\x1ALowerRightStageEditLayouts\"\x91\x01\x0A\x1BLowerRightStageMessageState\x12A\x0A\x05state\x18\x01 \x01(\x0E22.rv.analytics.ui.LowerRightStageMessageState.State\"/\x0A\x05State\x12\x11\x0A\x0DSTATE_UNKNOWN\x10\x00\x12\x08\x0A\x04SHOW\x10\x01\x12\x09\x0A\x05CLEAR\x10\x02\"\x12\x0A\x10LowerRightMacros\"\x19\x0A\x17LowerRightMacrosTrigger\"\x18\x0A\x16LowerRightMacrosCreate\"\x18\x0A\x16LowerRightMacrosDelete\"\x0F\x0A\x0DTextInspector\"-\x0A\x1ATextInspectorScrollingText\x12\x0F\x0A\x07enabled\x18\x01 \x01(\x08\"\xD3\x01\x0A\x17TextInspectorForeground\x12D\x0A\x09fill_type\x18\x01 \x01(\x0E21.rv.analytics.ui.TextInspectorForeground.FillType\x126\x0A\x0Eselection_mode\x18\x02 \x01(\x0E2\x1E.rv.analytics.ui.SelectionMode\":\x0A\x08FillType\x12\x15\x0A\x11FILL_TYPE_UNKNOWN\x10\x00\x12\x09\x0A\x05SOLID\x10\x01\x12\x0C\x0A\x08GRADIENT\x10\x02\"i\x0A\x1BTextInspectorUnderlineColor\x12\x12\x0A\x0Ais_enabled\x18\x01 \x01(\x08\x126\x0A\x0Eselection_mode\x18\x02 \x01(\x0E2\x1E.rv.analytics.ui.SelectionMode\"\xDE\x01\x0A\x1CTextInspectorBackgroundColor\x12K\x0A\x0Acolor_type\x18\x01 \x01(\x0E27.rv.analytics.ui.TextInspectorBackgroundColor.ColorType\x126\x0A\x0Eselection_mode\x18\x02 \x01(\x0E2\x1E.rv.analytics.ui.SelectionMode\"9\x0A\x09ColorType\x12\x16\x0A\x12COLOR_TYPE_UNKNOWN\x10\x00\x12\x09\x0A\x05CLEAR\x10\x01\x12\x09\x0A\x05OTHER\x10\x02\"\x8D\x02\x0A\x1ATextInspectorLineTransform\x12Q\x0A\x0Etransform_type\x18\x01 \x01(\x0E29.rv.analytics.ui.TextInspectorLineTransform.TransformType\"\x9B\x01\x0A\x0DTransformType\x12\x1A\x0A\x16TRANSFORM_TYPE_UNKNOWN\x10\x00\x12\x08\x0A\x04NONE\x10\x01\x12\x17\x0A\x13REMOVE_LINE_RETURNS\x10\x02\x12\x18\x0A\x14REPLACE_LINE_RETURNS\x10\x03\x12\x15\x0A\x11ONE_WORD_PER_LINE\x10\x04\x12\x1A\x0A\x16ONE_CHARACTER_PER_LINE\x10\x05\"\x10\x0A\x0EShowSlideLabel\"\xAB\x01\x0A\x14ShowSlideLabelChange\x12\x18\x0A\x10number_of_slides\x18\x01 \x01(\x05\x12<\x0A\x06source\x18\x02 \x01(\x0E2,.rv.analytics.ui.ShowSlideLabelChange.Source\";\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x10\x0A\x0CCONTEXT_MENU\x10\x01\x12\x0B\x0A\x07POPOVER\x10\x02\"\xAB\x01\x0A\x12EditorOverlayShown\x12:\x0A\x06source\x18\x01 \x01(\x0E2*.rv.analytics.ui.EditorOverlayShown.Source\"Y\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x10\x0A\x0CDOUBLE_CLICK\x10\x01\x12\x13\x0A\x0FCONTEXTUAL_MENU\x10\x02\x12\x14\x0A\x10PLUS_BUTTON_MENU\x10\x03\"\xA9\x01\x0A\x13EditorOverlayClosed\x12;\x0A\x06source\x18\x01 \x01(\x0E2+.rv.analytics.ui.EditorOverlayClosed.Source\"U\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x15\x0A\x11CLICK_OFF_ELEMENT\x10\x01\x12\x0E\x0A\x0AESCAPE_KEY\x10\x02\x12\x10\x0A\x0CCLOSE_BUTTON\x10\x03\"4\x0A\x0EWhatsNewViewed\x12\x0F\x0A\x07version\x18\x01 \x01(\x09\x12\x11\x0A\x09view_time\x18\x02 \x01(\x05\"\x99\x01\x0A\x0BClearGroups\x123\x0A\x06source\x18\x01 \x01(\x0E2#.rv.analytics.ui.ClearGroups.Source\"U\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x14\x0A\x10APPLICATION_MENU\x10\x01\x12\x10\x0A\x0CPREVIEW_MENU\x10\x02\x12\x0F\x0A\x0BACTION_MENU\x10\x03\"\x13\x0A\x11ClearGroupsCreate\"\x13\x0A\x11ClearGroupsDelete\"\xA7\x01\x0A\x1BClearGroupsChangeVisibility\x12K\x0A\x0Avisibility\x18\x01 \x01(\x0E27.rv.analytics.ui.ClearGroupsChangeVisibility.Visibility\";\x0A\x0AVisibility\x12\x16\x0A\x12VISIBILITY_UNKNOWN\x10\x00\x12\x09\x0A\x05SHOWN\x10\x01\x12\x0A\x0A\x06HIDDEN\x10\x02\"\xAA\x01\x0A\x15ClearGroupsChangeIcon\x12B\x0A\x09icon_type\x18\x01 \x01(\x0E2/.rv.analytics.ui.ClearGroupsChangeIcon.IconType\x12\x11\x0A\x09is_tinted\x18\x02 \x01(\x08\":\x0A\x08IconType\x12\x15\x0A\x11ICON_TYPE_UNKNOWN\x10\x00\x12\x0B\x0A\x07DEFAULT\x10\x01\x12\x0A\x0A\x06CUSTOM\x10\x02\"\x1F\x0A\x1DPreviewAreaClearGroupsTrigger\".\x0A\x1DPreviewAreaClearGroupsChanged\x12\x0D\x0A\x05count\x18\x01 \x01(\x05\"\xCF\x02\x0A\x0FPlaceholderLink\x128\x0A\x09link_type\x18\x01 \x01(\x0E2%.rv.analytics.ui.PlaceholderLink.Type\x12<\x0A\x0Blink_source\x18\x02 \x01(\x0E2'.rv.analytics.ui.PlaceholderLink.Source\"P\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x10\x0A\x0CPRESENTATION\x10\x01\x12\x09\x0A\x05MEDIA\x10\x02\x12\x19\x0A\x15EXTERNAL_PRESENTATION\x10\x03\"r\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x10\x0A\x0CQUICK_SEARCH\x10\x01\x12\x11\x0A\x0DIMPORT_BUTTON\x10\x02\x12\x11\x0A\x0DCREATE_BUTTON\x10\x03\x12\x0D\x0A\x09DRAG_DROP\x10\x04\x12\x0D\x0A\x09AUTOMATIC\x10\x05\"\x13\x0A\x11PlaceholderUnlink\"\x9A\x01\x0A\x12PlanningCenterLive\x12C\x0A\x0Bwindow_type\x18\x01 \x01(\x0E2..rv.analytics.ui.PlanningCenterLive.WindowType\"?\x0A\x0AWindowType\x12\x17\x0A\x13WINDOW_TYPE_UNKNOWN\x10\x00\x12\x0A\x0A\x06DOCKED\x10\x01\x12\x0C\x0A\x08FLOATING\x10\x02\"\x11\x0A\x0FNetworkGroupAdd\"\x14\x0A\x12NetworkGroupRemove\"\x13\x0A\x11NetworkGroupLeave\"\x11\x0A\x0FCcliReportReset\"\x11\x0A\x0FCcliReportShown\"\xC9\x01\x0A\x07Capture\x12/\x0A\x06source\x18\x01 \x01(\x0E2\x1F.rv.analytics.ui.Capture.Source\"\x8C\x01\x0A\x06Source\x12\x12\x0A\x0ESOURCE_UNKNOWN\x10\x00\x12\x0B\x0A\x07TOOLBAR\x10\x01\x12\x12\x0A\x0EACTION_POPOVER\x10\x02\x12\x1A\x0A\x16ACTION_CONTEXTUAL_MENU\x10\x03\x12\x0C\x0A\x08CALENDAR\x10\x04\x12\x14\x0A\x10PREFERENCES_RESI\x10\x05\x12\x0D\x0A\x09MAIN_MENU\x10\x06\"l\x0A\x07Welcome\x12/\x0A\x06source\x18\x01 \x01(\x0E2\x1F.rv.analytics.ui.Welcome.Source\"0\x0A\x06Source\x12\x10\x0A\x0CFIRST_LAUNCH\x10\x00\x12\x14\x0A\x10APPLICATION_MENU\x10\x01\" \x0A\x1EWelcomeScreenConfigurationHelp\"\x1E\x0A\x1CWelcomeDownloadSampleContent\"\x12\x0A\x10WelcomeUserGroup\"\x12\x0A\x10WelcomeTutorials\"\x16\x0A\x14WelcomeKnowledgeBase\"\x0D\x0A\x0BWelcomeBlog\"\x12\x0A\x10WelcomeInstagram\"\x11\x0A\x0FWelcomeFacebook\"\x12\x0A\x10WelcomeMigration\"~\x0A\x0CTestPatterns\x124\x0A\x06source\x18\x01 \x01(\x0E2\$.rv.analytics.ui.TestPatterns.Source\"8\x0A\x06Source\x12\x14\x0A\x10APPLICATION_MENU\x10\x00\x12\x18\x0A\x14SCREEN_CONFIGURATION\x10\x01\"&\x0A\x12SettingsCustomLogo\x12\x10\x0A\x08has_logo\x18\x01 \x01(\x08\"\xAB\x01\x0A\x15WindowedOutputCreated\x12F\x0A\x0Bscreen_type\x18\x01 \x01(\x0E21.rv.analytics.ui.WindowedOutputCreated.ScreenType\x12#\x0A\x1Bnum_active_windowed_outputs\x18\x02 \x01(\x05\"%\x0A\x0AScreenType\x12\x0C\x0A\x08AUDIENCE\x10\x00\x12\x09\x0A\x05STAGE\x10\x01*D\x0A\x08Location\x12\x14\x0A\x10LOCATION_UNKNOWN\x10\x00\x12\x10\x0A\x0CPRESENTATION\x10\x01\x12\x10\x0A\x0CBIBLE_MODULE\x10\x02*B\x0A\x0DSelectionMode\x12\x1A\x0A\x16SELECTION_MODE_UNKNOWN\x10\x00\x12\x0A\x0A\x06OBJECT\x10\x01\x12\x09\x0A\x05RANGE\x10\x02BG\xF8\x01\x01\xAA\x021Pro.SerializationInterop.RVProtoData.Analytics.UI\xBA\x02\x0DAnalytics_UI_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ClearGroups.php b/generated/GPBMetadata/ClearGroups.php index eb945f0..51126ff 100644 --- a/generated/GPBMetadata/ClearGroups.php +++ b/generated/GPBMetadata/ClearGroups.php @@ -18,9 +18,10 @@ class ClearGroups \GPBMetadata\Action::initOnce(); \GPBMetadata\ApplicationInfo::initOnce(); \GPBMetadata\Color::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xC6\x0A\x0A\x11clearGroups.proto\x12\x07rv.data\x1A\x15applicationInfo.proto\x1A\x0Bcolor.proto\x1A\x0Auuid.proto\"\xB9\x09\x0A\x13ClearGroupsDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x127\x0A\x06groups\x18\x02 \x03(\x0B2'.rv.data.ClearGroupsDocument.ClearGroup\x1A\xB4\x08\x0A\x0AClearGroup\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x120\x0A\x0Dlayer_targets\x18\x03 \x03(\x0B2\x19.rv.data.Action.ClearType\x12\x1C\x0A\x14is_hidden_in_preview\x18\x04 \x01(\x08\x12\x12\x0A\x0Aimage_data\x18\x05 \x01(\x0C\x12E\x0A\x0Aimage_type\x18\x06 \x01(\x0E21.rv.data.ClearGroupsDocument.ClearGroup.ImageType\x12\x16\x0A\x0Eis_icon_tinted\x18\x07 \x01(\x08\x12'\x0A\x0Ficon_tint_color\x18\x08 \x01(\x0B2\x0E.rv.data.Color\x12<\x0A\x10timeline_targets\x18\x09 \x03(\x0E2\".rv.data.Action.ContentDestination\x12%\x0A\x1Dclear_presentation_next_slide\x18\x0A \x01(\x08\"\xA9\x05\x0A\x09ImageType\x12\x13\x0A\x0FImageTypeCustom\x10\x00\x12\x10\x0A\x0CImageTypeOne\x10\x01\x12\x10\x0A\x0CImageTypeTwo\x10\x02\x12\x12\x0A\x0EImageTypeThree\x10\x03\x12\x11\x0A\x0DImageTypeFour\x10\x04\x12\x11\x0A\x0DImageTypeFive\x10\x05\x12\x10\x0A\x0CImageTypeSix\x10\x06\x12\x12\x0A\x0EImageTypeSeven\x10\x07\x12\x12\x0A\x0EImageTypeEight\x10\x08\x12\x11\x0A\x0DImageTypeNine\x10\x09\x12\x11\x0A\x0DImageTypeZero\x10\x0A\x12\x10\x0A\x0CImageTypeAll\x10\x0B\x12\x15\x0A\x11ImageTypeMegahorn\x10\x0C\x12\x11\x0A\x0DImageTypePlay\x10\x0D\x12\x11\x0A\x0DImageTypeBulb\x10\x0E\x12\x17\x0A\x13ImageTypeSunglasses\x10\x0F\x12\x12\x0A\x0EImageTypeArrow\x10\x10\x12\x13\x0A\x0FImageTypeTarget\x10\x11\x12\x11\x0A\x0DImageTypeStar\x10\x12\x12\x10\x0A\x0CImageTypeSun\x10\x13\x12\x11\x0A\x0DImageTypeBell\x10\x14\x12\x16\x0A\x12ImageTypePaperclip\x10\x15\x12\x12\x0A\x0EImageTypeFlask\x10\x16\x12\x17\x0A\x13ImageTypeEyeglasses\x10\x17\x12\x14\x0A\x10ImageTypeCupcake\x10\x18\x12\x12\x0A\x0EImageTypeSlide\x10\x19\x12\x10\x0A\x0CImageTypeHat\x10\x1A\x12\x13\x0A\x0FImageTypeFlower\x10\x1B\x12\x12\x0A\x0EImageTypeHeart\x10\x1C\x12\x14\x0A\x10ImageTypeMessage\x10\x1D\x12\x12\x0A\x0EImageTypeAudio\x10\x1E\x12\x12\x0A\x0EImageTypeCloud\x10\x1F\x12\x18\x0A\x14ImageTypeExclamation\x10 B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xDB\x0A\x0A\x11clearGroups.proto\x12\x07rv.data\x1A\x15applicationInfo.proto\x1A\x0Bcolor.proto\x1A\x13customOptions.proto\x1A\x0Auuid.proto\"\xB9\x09\x0A\x13ClearGroupsDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x127\x0A\x06groups\x18\x02 \x03(\x0B2'.rv.data.ClearGroupsDocument.ClearGroup\x1A\xB4\x08\x0A\x0AClearGroup\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x120\x0A\x0Dlayer_targets\x18\x03 \x03(\x0B2\x19.rv.data.Action.ClearType\x12\x1C\x0A\x14is_hidden_in_preview\x18\x04 \x01(\x08\x12\x12\x0A\x0Aimage_data\x18\x05 \x01(\x0C\x12E\x0A\x0Aimage_type\x18\x06 \x01(\x0E21.rv.data.ClearGroupsDocument.ClearGroup.ImageType\x12\x16\x0A\x0Eis_icon_tinted\x18\x07 \x01(\x08\x12'\x0A\x0Ficon_tint_color\x18\x08 \x01(\x0B2\x0E.rv.data.Color\x12<\x0A\x10timeline_targets\x18\x09 \x03(\x0E2\".rv.data.Action.ContentDestination\x12%\x0A\x1Dclear_presentation_next_slide\x18\x0A \x01(\x08\"\xA9\x05\x0A\x09ImageType\x12\x13\x0A\x0FImageTypeCustom\x10\x00\x12\x10\x0A\x0CImageTypeOne\x10\x01\x12\x10\x0A\x0CImageTypeTwo\x10\x02\x12\x12\x0A\x0EImageTypeThree\x10\x03\x12\x11\x0A\x0DImageTypeFour\x10\x04\x12\x11\x0A\x0DImageTypeFive\x10\x05\x12\x10\x0A\x0CImageTypeSix\x10\x06\x12\x12\x0A\x0EImageTypeSeven\x10\x07\x12\x12\x0A\x0EImageTypeEight\x10\x08\x12\x11\x0A\x0DImageTypeNine\x10\x09\x12\x11\x0A\x0DImageTypeZero\x10\x0A\x12\x10\x0A\x0CImageTypeAll\x10\x0B\x12\x15\x0A\x11ImageTypeMegahorn\x10\x0C\x12\x11\x0A\x0DImageTypePlay\x10\x0D\x12\x11\x0A\x0DImageTypeBulb\x10\x0E\x12\x17\x0A\x13ImageTypeSunglasses\x10\x0F\x12\x12\x0A\x0EImageTypeArrow\x10\x10\x12\x13\x0A\x0FImageTypeTarget\x10\x11\x12\x11\x0A\x0DImageTypeStar\x10\x12\x12\x10\x0A\x0CImageTypeSun\x10\x13\x12\x11\x0A\x0DImageTypeBell\x10\x14\x12\x16\x0A\x12ImageTypePaperclip\x10\x15\x12\x12\x0A\x0EImageTypeFlask\x10\x16\x12\x17\x0A\x13ImageTypeEyeglasses\x10\x17\x12\x14\x0A\x10ImageTypeCupcake\x10\x18\x12\x12\x0A\x0EImageTypeSlide\x10\x19\x12\x10\x0A\x0CImageTypeHat\x10\x1A\x12\x13\x0A\x0FImageTypeFlower\x10\x1B\x12\x12\x0A\x0EImageTypeHeart\x10\x1C\x12\x14\x0A\x10ImageTypeMessage\x10\x1D\x12\x12\x0A\x0EImageTypeAudio\x10\x1E\x12\x12\x0A\x0EImageTypeCloud\x10\x1F\x12\x18\x0A\x14ImageTypeExclamation\x10 B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/CollectionElementType.php b/generated/GPBMetadata/CollectionElementType.php index 5fdf2f0..71de713 100644 --- a/generated/GPBMetadata/CollectionElementType.php +++ b/generated/GPBMetadata/CollectionElementType.php @@ -15,9 +15,10 @@ class CollectionElementType if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xF8\x01\x0A\x1BcollectionElementType.proto\x12\x07rv.data\"\x91\x01\x0A\x15CollectionElementType\x12%\x0A\x0Eparameter_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x16\x0A\x0Eparameter_name\x18\x02 \x01(\x09\x129\x0A\x11parent_collection\x18\x03 \x01(\x0B2\x1E.rv.data.CollectionElementTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\x84\x02\x0A\x1BcollectionElementType.proto\x12\x07rv.data\x1A\x0Auuid.proto\"\x91\x01\x0A\x15CollectionElementType\x12%\x0A\x0Eparameter_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x16\x0A\x0Eparameter_name\x18\x02 \x01(\x09\x129\x0A\x11parent_collection\x18\x03 \x01(\x0B2\x1E.rv.data.CollectionElementTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/Color.php b/generated/GPBMetadata/Color.php index d4b671e..b61ec90 100644 --- a/generated/GPBMetadata/Color.php +++ b/generated/GPBMetadata/Color.php @@ -15,6 +15,7 @@ class Color if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); $pool->internalAddGeneratedFile( "\x0A\x96\x01\x0A\x0Bcolor.proto\x12\x07rv.data\"@\x0A\x05Color\x12\x0B\x0A\x03red\x18\x01 \x01(\x02\x12\x0D\x0A\x05green\x18\x02 \x01(\x02\x12\x0C\x0A\x04blue\x18\x03 \x01(\x02\x12\x0D\x0A\x05alpha\x18\x04 \x01(\x02B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); diff --git a/generated/GPBMetadata/Cue.php b/generated/GPBMetadata/Cue.php index 89731c3..4c53cd3 100644 --- a/generated/GPBMetadata/Cue.php +++ b/generated/GPBMetadata/Cue.php @@ -16,11 +16,12 @@ class Cue return; } \GPBMetadata\Action::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\HotKey::initOnce(); \GPBMetadata\Url::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xBC\x08\x0A\x09cue.proto\x12\x07rv.data\x1A\x0ChotKey.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\xC2\x07\x0A\x03Cue\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12A\x0A\x16completion_target_type\x18\x03 \x01(\x0E2!.rv.data.Cue.CompletionTargetType\x12-\x0A\x16completion_target_uuid\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12A\x0A\x16completion_action_type\x18\x05 \x01(\x0E2!.rv.data.Cue.CompletionActionType\x12-\x0A\x16completion_action_uuid\x18\x06 \x01(\x0B2\x0D.rv.data.UUID\x12/\x0A\x0Ctrigger_time\x18\x07 \x01(\x0B2\x19.rv.data.Cue.TimecodeTime\x12 \x0A\x07hot_key\x18\x08 \x01(\x0B2\x0F.rv.data.HotKey\x12 \x0A\x07actions\x18\x0A \x03(\x0B2\x0F.rv.data.Action\x129\x0A\x0Fpending_imports\x18\x0B \x03(\x0B2 .rv.data.Cue.PendingImportsEntry\x12\x11\x0A\x09isEnabled\x18\x0C \x01(\x08\x12\x17\x0A\x0Fcompletion_time\x18\x0D \x01(\x01\x1A\x1C\x0A\x0CTimecodeTime\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A@\x0A\x13PendingImportsEntry\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x12\x1C\x0A\x05value\x18\x02 \x01(\x0B2\x0D.rv.data.URLs\"\xBD\x01\x0A\x14CompletionTargetType\x12\x1F\x0A\x1BCOMPLETION_TARGET_TYPE_NONE\x10\x00\x12\x1F\x0A\x1BCOMPLETION_TARGET_TYPE_NEXT\x10\x01\x12!\x0A\x1DCOMPLETION_TARGET_TYPE_RANDOM\x10\x02\x12\x1E\x0A\x1ACOMPLETION_TARGET_TYPE_CUE\x10\x03\x12 \x0A\x1CCOMPLETION_TARGET_TYPE_FIRST\x10\x04\"\xA9\x01\x0A\x14CompletionActionType\x12 \x0A\x1CCOMPLETION_ACTION_TYPE_FIRST\x10\x00\x12\x1F\x0A\x1BCOMPLETION_ACTION_TYPE_LAST\x10\x01\x12'\x0A#COMPLETION_ACTION_TYPE_AFTER_ACTION\x10\x02\x12%\x0A!COMPLETION_ACTION_TYPE_AFTER_TIME\x10\x03J\x04\x08\x09\x10\x0AB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xD1\x08\x0A\x09cue.proto\x12\x07rv.data\x1A\x13customOptions.proto\x1A\x0ChotKey.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\xC2\x07\x0A\x03Cue\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12A\x0A\x16completion_target_type\x18\x03 \x01(\x0E2!.rv.data.Cue.CompletionTargetType\x12-\x0A\x16completion_target_uuid\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12A\x0A\x16completion_action_type\x18\x05 \x01(\x0E2!.rv.data.Cue.CompletionActionType\x12-\x0A\x16completion_action_uuid\x18\x06 \x01(\x0B2\x0D.rv.data.UUID\x12/\x0A\x0Ctrigger_time\x18\x07 \x01(\x0B2\x19.rv.data.Cue.TimecodeTime\x12 \x0A\x07hot_key\x18\x08 \x01(\x0B2\x0F.rv.data.HotKey\x12 \x0A\x07actions\x18\x0A \x03(\x0B2\x0F.rv.data.Action\x129\x0A\x0Fpending_imports\x18\x0B \x03(\x0B2 .rv.data.Cue.PendingImportsEntry\x12\x11\x0A\x09isEnabled\x18\x0C \x01(\x08\x12\x17\x0A\x0Fcompletion_time\x18\x0D \x01(\x01\x1A\x1C\x0A\x0CTimecodeTime\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A@\x0A\x13PendingImportsEntry\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x12\x1C\x0A\x05value\x18\x02 \x01(\x0B2\x0D.rv.data.URLs\"\xBD\x01\x0A\x14CompletionTargetType\x12\x1F\x0A\x1BCOMPLETION_TARGET_TYPE_NONE\x10\x00\x12\x1F\x0A\x1BCOMPLETION_TARGET_TYPE_NEXT\x10\x01\x12!\x0A\x1DCOMPLETION_TARGET_TYPE_RANDOM\x10\x02\x12\x1E\x0A\x1ACOMPLETION_TARGET_TYPE_CUE\x10\x03\x12 \x0A\x1CCOMPLETION_TARGET_TYPE_FIRST\x10\x04\"\xA9\x01\x0A\x14CompletionActionType\x12 \x0A\x1CCOMPLETION_ACTION_TYPE_FIRST\x10\x00\x12\x1F\x0A\x1BCOMPLETION_ACTION_TYPE_LAST\x10\x01\x12'\x0A#COMPLETION_ACTION_TYPE_AFTER_ACTION\x10\x02\x12%\x0A!COMPLETION_ACTION_TYPE_AFTER_TIME\x10\x03J\x04\x08\x09\x10\x0AB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/CustomOptions.php b/generated/GPBMetadata/CustomOptions.php new file mode 100644 index 0000000..0fcd09e --- /dev/null +++ b/generated/GPBMetadata/CustomOptions.php @@ -0,0 +1,25 @@ +internalAddGeneratedFile( + "\x0AH\x0A\x13customOptions.proto\x12\x07rv.data\x1A google/protobuf/descriptor.protob\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/Effects.php b/generated/GPBMetadata/Effects.php index 619aca1..9ba9d46 100644 --- a/generated/GPBMetadata/Effects.php +++ b/generated/GPBMetadata/Effects.php @@ -16,9 +16,10 @@ class Effects return; } \GPBMetadata\Color::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x92\x0E\x0A\x0Deffects.proto\x12\x07rv.data\x1A\x0Auuid.proto\"\xE7\x0B\x0A\x06Effect\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0F\x0A\x07enabled\x18\x02 \x01(\x08\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x12\x11\x0A\x09render_id\x18\x04 \x01(\x09\x12\x1C\x0A\x14behavior_description\x18\x05 \x01(\x09\x12\x10\x0A\x08category\x18\x06 \x01(\x09\x121\x0A\x09variables\x18\x07 \x03(\x0B2\x1E.rv.data.Effect.EffectVariable\x1A\xD3\x09\x0A\x0EEffectVariable\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x13\x0A\x0Bdescription\x18\x02 \x01(\x09\x127\x0A\x03int\x18\x03 \x01(\x0B2(.rv.data.Effect.EffectVariable.EffectIntH\x00\x12;\x0A\x05float\x18\x04 \x01(\x0B2*.rv.data.Effect.EffectVariable.EffectFloatH\x00\x12;\x0A\x05color\x18\x05 \x01(\x0B2*.rv.data.Effect.EffectVariable.EffectColorH\x00\x12C\x0A\x09direction\x18\x06 \x01(\x0B2..rv.data.Effect.EffectVariable.EffectDirectionH\x00\x12=\x0A\x06double\x18\x07 \x01(\x0B2+.rv.data.Effect.EffectVariable.EffectDoubleH\x00\x1AK\x0A\x09EffectInt\x12\x0D\x0A\x05value\x18\x01 \x01(\x05\x12\x15\x0A\x0Ddefault_value\x18\x02 \x01(\x05\x12\x0B\x0A\x03min\x18\x03 \x01(\x05\x12\x0B\x0A\x03max\x18\x04 \x01(\x05\x1AM\x0A\x0BEffectFloat\x12\x0D\x0A\x05value\x18\x01 \x01(\x02\x12\x15\x0A\x0Ddefault_value\x18\x02 \x01(\x02\x12\x0B\x0A\x03min\x18\x03 \x01(\x02\x12\x0B\x0A\x03max\x18\x04 \x01(\x02\x1AN\x0A\x0CEffectDouble\x12\x0D\x0A\x05value\x18\x01 \x01(\x01\x12\x15\x0A\x0Ddefault_value\x18\x02 \x01(\x01\x12\x0B\x0A\x03min\x18\x03 \x01(\x01\x12\x0B\x0A\x03max\x18\x04 \x01(\x01\x1AS\x0A\x0BEffectColor\x12\x1D\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x12%\x0A\x0Ddefault_color\x18\x02 \x01(\x0B2\x0E.rv.data.Color\x1A\x9D\x04\x0A\x0FEffectDirection\x12Q\x0A\x09direction\x18\x01 \x01(\x0E2>.rv.data.Effect.EffectVariable.EffectDirection.EffectDirection\x12Y\x0A\x11default_direction\x18\x02 \x01(\x0E2>.rv.data.Effect.EffectVariable.EffectDirection.EffectDirection\x12\x1C\x0A\x14available_directions\x18\x03 \x01(\x0D\"\xBD\x02\x0A\x0FEffectDirection\x12\x19\x0A\x15EFFECT_DIRECTION_NONE\x10\x00\x12\x1D\x0A\x19EFFECT_DIRECTION_TOP_LEFT\x10\x01\x12\x18\x0A\x14EFFECT_DIRECTION_TOP\x10\x02\x12\x1E\x0A\x1AEFFECT_DIRECTION_TOP_RIGHT\x10\x04\x12\x19\x0A\x15EFFECT_DIRECTION_LEFT\x10\x08\x12\x1B\x0A\x17EFFECT_DIRECTION_CENTER\x10\x10\x12\x1A\x0A\x16EFFECT_DIRECTION_RIGHT\x10 \x12 \x0A\x1CEFFECT_DIRECTION_BOTTOM_LEFT\x10@\x12\x1C\x0A\x17EFFECT_DIRECTION_BOTTOM\x10\x80\x01\x12\"\x0A\x1DEFFECT_DIRECTION_BOTTOM_RIGHT\x10\x80\x02B\x06\x0A\x04Type\x1AU\x0A\x06Preset\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12 \x0A\x07effects\x18\x03 \x03(\x0B2\x0F.rv.data.Effect\"\xC3\x01\x0A\x0ATransition\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x12\$\x0A\x0Dfavorite_uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12\x1F\x0A\x06effect\x18\x03 \x01(\x0B2\x0F.rv.data.Effect\x1A\\\x0A\x06Preset\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12'\x0A\x0Atransition\x18\x03 \x01(\x0B2\x13.rv.data.TransitionB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xA7\x0E\x0A\x0Deffects.proto\x12\x07rv.data\x1A\x13customOptions.proto\x1A\x0Auuid.proto\"\xE7\x0B\x0A\x06Effect\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0F\x0A\x07enabled\x18\x02 \x01(\x08\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x12\x11\x0A\x09render_id\x18\x04 \x01(\x09\x12\x1C\x0A\x14behavior_description\x18\x05 \x01(\x09\x12\x10\x0A\x08category\x18\x06 \x01(\x09\x121\x0A\x09variables\x18\x07 \x03(\x0B2\x1E.rv.data.Effect.EffectVariable\x1A\xD3\x09\x0A\x0EEffectVariable\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x13\x0A\x0Bdescription\x18\x02 \x01(\x09\x127\x0A\x03int\x18\x03 \x01(\x0B2(.rv.data.Effect.EffectVariable.EffectIntH\x00\x12;\x0A\x05float\x18\x04 \x01(\x0B2*.rv.data.Effect.EffectVariable.EffectFloatH\x00\x12;\x0A\x05color\x18\x05 \x01(\x0B2*.rv.data.Effect.EffectVariable.EffectColorH\x00\x12C\x0A\x09direction\x18\x06 \x01(\x0B2..rv.data.Effect.EffectVariable.EffectDirectionH\x00\x12=\x0A\x06double\x18\x07 \x01(\x0B2+.rv.data.Effect.EffectVariable.EffectDoubleH\x00\x1AK\x0A\x09EffectInt\x12\x0D\x0A\x05value\x18\x01 \x01(\x05\x12\x15\x0A\x0Ddefault_value\x18\x02 \x01(\x05\x12\x0B\x0A\x03min\x18\x03 \x01(\x05\x12\x0B\x0A\x03max\x18\x04 \x01(\x05\x1AM\x0A\x0BEffectFloat\x12\x0D\x0A\x05value\x18\x01 \x01(\x02\x12\x15\x0A\x0Ddefault_value\x18\x02 \x01(\x02\x12\x0B\x0A\x03min\x18\x03 \x01(\x02\x12\x0B\x0A\x03max\x18\x04 \x01(\x02\x1AN\x0A\x0CEffectDouble\x12\x0D\x0A\x05value\x18\x01 \x01(\x01\x12\x15\x0A\x0Ddefault_value\x18\x02 \x01(\x01\x12\x0B\x0A\x03min\x18\x03 \x01(\x01\x12\x0B\x0A\x03max\x18\x04 \x01(\x01\x1AS\x0A\x0BEffectColor\x12\x1D\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x12%\x0A\x0Ddefault_color\x18\x02 \x01(\x0B2\x0E.rv.data.Color\x1A\x9D\x04\x0A\x0FEffectDirection\x12Q\x0A\x09direction\x18\x01 \x01(\x0E2>.rv.data.Effect.EffectVariable.EffectDirection.EffectDirection\x12Y\x0A\x11default_direction\x18\x02 \x01(\x0E2>.rv.data.Effect.EffectVariable.EffectDirection.EffectDirection\x12\x1C\x0A\x14available_directions\x18\x03 \x01(\x0D\"\xBD\x02\x0A\x0FEffectDirection\x12\x19\x0A\x15EFFECT_DIRECTION_NONE\x10\x00\x12\x1D\x0A\x19EFFECT_DIRECTION_TOP_LEFT\x10\x01\x12\x18\x0A\x14EFFECT_DIRECTION_TOP\x10\x02\x12\x1E\x0A\x1AEFFECT_DIRECTION_TOP_RIGHT\x10\x04\x12\x19\x0A\x15EFFECT_DIRECTION_LEFT\x10\x08\x12\x1B\x0A\x17EFFECT_DIRECTION_CENTER\x10\x10\x12\x1A\x0A\x16EFFECT_DIRECTION_RIGHT\x10 \x12 \x0A\x1CEFFECT_DIRECTION_BOTTOM_LEFT\x10@\x12\x1C\x0A\x17EFFECT_DIRECTION_BOTTOM\x10\x80\x01\x12\"\x0A\x1DEFFECT_DIRECTION_BOTTOM_RIGHT\x10\x80\x02B\x06\x0A\x04Type\x1AU\x0A\x06Preset\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12 \x0A\x07effects\x18\x03 \x03(\x0B2\x0F.rv.data.Effect\"\xC3\x01\x0A\x0ATransition\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x12\$\x0A\x0Dfavorite_uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12\x1F\x0A\x06effect\x18\x03 \x01(\x0B2\x0F.rv.data.Effect\x1A\\\x0A\x06Preset\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12'\x0A\x0Atransition\x18\x03 \x01(\x0B2\x13.rv.data.TransitionB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/FileProperties.php b/generated/GPBMetadata/FileProperties.php index 799ebff..fde21c0 100644 --- a/generated/GPBMetadata/FileProperties.php +++ b/generated/GPBMetadata/FileProperties.php @@ -15,9 +15,10 @@ class FileProperties if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Url::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xDF\x02\x0A\x14fileProperties.proto\x12\x07rv.data\"\xFF\x01\x0A\x0EFileProperties\x12\x1F\x0A\x09local_url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x12C\x0A\x11remote_properties\x18\x02 \x01(\x0B2(.rv.data.FileProperties.RemoteProperties\x1A\x86\x01\x0A\x10RemoteProperties\x12G\x0A\x0Aprocontent\x18\x01 \x01(\x0B23.rv.data.FileProperties.RemoteProperties.ProContent\x1A)\x0A\x0AProContent\x12\x1B\x0A\x13download_identifier\x18\x01 \x01(\x09B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xEA\x02\x0A\x14fileProperties.proto\x12\x07rv.data\x1A\x09url.proto\"\xFF\x01\x0A\x0EFileProperties\x12\x1F\x0A\x09local_url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x12C\x0A\x11remote_properties\x18\x02 \x01(\x0B2(.rv.data.FileProperties.RemoteProperties\x1A\x86\x01\x0A\x10RemoteProperties\x12G\x0A\x0Aprocontent\x18\x01 \x01(\x0B23.rv.data.FileProperties.RemoteProperties.ProContent\x1A)\x0A\x0AProContent\x12\x1B\x0A\x13download_identifier\x18\x01 \x01(\x09B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/Font.php b/generated/GPBMetadata/Font.php index 9032976..8ab54ef 100644 --- a/generated/GPBMetadata/Font.php +++ b/generated/GPBMetadata/Font.php @@ -15,6 +15,7 @@ class Font if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); $pool->internalAddGeneratedFile( "\x0A\xCB\x01\x0A\x0Afont.proto\x12\x07rv.data\"v\x0A\x04Font\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x0C\x0A\x04size\x18\x02 \x01(\x01\x12\x0E\x0A\x06italic\x18\x04 \x01(\x08\x12\x0C\x0A\x04bold\x18\x08 \x01(\x08\x12\x0E\x0A\x06family\x18\x09 \x01(\x09\x12\x0C\x0A\x04face\x18\x0A \x01(\x09J\x04\x08\x03\x10\x04J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x07\x10\x08B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); diff --git a/generated/GPBMetadata/GraphicsData.php b/generated/GPBMetadata/GraphicsData.php index d653b71..e6281a8 100644 --- a/generated/GPBMetadata/GraphicsData.php +++ b/generated/GPBMetadata/GraphicsData.php @@ -17,6 +17,7 @@ class GraphicsData } \GPBMetadata\AlphaType::initOnce(); \GPBMetadata\Color::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\DigitalAudio::initOnce(); \GPBMetadata\Effects::initOnce(); \GPBMetadata\FileProperties::initOnce(); @@ -25,7 +26,7 @@ class GraphicsData \GPBMetadata\Url::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xFDg\x0A\x12graphicsData.proto\x12\x07rv.data\x1A\x0Bcolor.proto\x1A\x12digitalAudio.proto\x1A\x0Deffects.proto\x1A\x14fileProperties.proto\x1A\x0Afont.proto\x1A\x0EintRange.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\xAB@\x0A\x08Graphics\x1A\x91\x05\x0A\x07Element\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12&\x0A\x06bounds\x18\x03 \x01(\x0B2\x16.rv.data.Graphics.Rect\x12\x10\x0A\x08rotation\x18\x04 \x01(\x01\x12\x0F\x0A\x07opacity\x18\x05 \x01(\x01\x12\x0E\x0A\x06locked\x18\x06 \x01(\x08\x12\x1B\x0A\x13aspect_ratio_locked\x18\x07 \x01(\x08\x12\$\x0A\x04path\x18\x08 \x01(\x0B2\x16.rv.data.Graphics.Path\x12\$\x0A\x04fill\x18\x09 \x01(\x0B2\x16.rv.data.Graphics.Fill\x12(\x0A\x06stroke\x18\x0A \x01(\x0B2\x18.rv.data.Graphics.Stroke\x12(\x0A\x06shadow\x18\x0B \x01(\x0B2\x18.rv.data.Graphics.Shadow\x12*\x0A\x07feather\x18\x0C \x01(\x0B2\x19.rv.data.Graphics.Feather\x12\$\x0A\x04text\x18\x0D \x01(\x0B2\x16.rv.data.Graphics.Text\x124\x0A\x08flipMode\x18\x0F \x01(\x0E2\".rv.data.Graphics.Element.FlipMode\x12\x0E\x0A\x06hidden\x18\x10 \x01(\x08\x12=\x0A\x0Etext_line_mask\x18\x0E \x01(\x0B2#.rv.data.Graphics.Text.LineFillMaskH\x00\"d\x0A\x08FlipMode\x12\x12\x0A\x0EFLIP_MODE_NONE\x10\x00\x12\x16\x0A\x12FLIP_MODE_VERTICAL\x10\x01\x12\x18\x0A\x14FLIP_MODE_HORIZONTAL\x10\x02\x12\x12\x0A\x0EFLIP_MODE_BOTH\x10\x03B\x06\x0A\x04Mask\x1AU\x0A\x04Rect\x12'\x0A\x06origin\x18\x01 \x01(\x0B2\x17.rv.data.Graphics.Point\x12\$\x0A\x04size\x18\x02 \x01(\x0B2\x16.rv.data.Graphics.Size\x1A\x1D\x0A\x05Point\x12\x09\x0A\x01x\x18\x01 \x01(\x01\x12\x09\x0A\x01y\x18\x02 \x01(\x01\x1A%\x0A\x04Size\x12\x0D\x0A\x05width\x18\x01 \x01(\x01\x12\x0E\x0A\x06height\x18\x02 \x01(\x01\x1AF\x0A\x0AEdgeInsets\x12\x0C\x0A\x04left\x18\x01 \x01(\x01\x12\x0D\x0A\x05right\x18\x02 \x01(\x01\x12\x0B\x0A\x03top\x18\x03 \x01(\x01\x12\x0E\x0A\x06bottom\x18\x04 \x01(\x01\x1A\xF6\x07\x0A\x04Path\x12\x0E\x0A\x06closed\x18\x01 \x01(\x08\x122\x0A\x06points\x18\x02 \x03(\x0B2\".rv.data.Graphics.Path.BezierPoint\x12+\x0A\x05shape\x18\x03 \x01(\x0B2\x1C.rv.data.Graphics.Path.Shape\x1A\x8F\x01\x0A\x0BBezierPoint\x12&\x0A\x05point\x18\x01 \x01(\x0B2\x17.rv.data.Graphics.Point\x12#\x0A\x02q0\x18\x02 \x01(\x0B2\x17.rv.data.Graphics.Point\x12#\x0A\x02q1\x18\x03 \x01(\x0B2\x17.rv.data.Graphics.Point\x12\x0E\x0A\x06curved\x18\x04 \x01(\x08\x1A\xEA\x05\x0A\x05Shape\x12/\x0A\x04type\x18\x01 \x01(\x0E2!.rv.data.Graphics.Path.Shape.Type\x12J\x0A\x11rounded_rectangle\x18\x02 \x01(\x0B2-.rv.data.Graphics.Path.Shape.RoundedRectangleH\x00\x127\x0A\x07polygon\x18\x03 \x01(\x0B2\$.rv.data.Graphics.Path.Shape.PolygonH\x00\x121\x0A\x04star\x18\x04 \x01(\x0B2!.rv.data.Graphics.Path.Shape.StarH\x00\x123\x0A\x05arrow\x18\x05 \x01(\x0B2\".rv.data.Graphics.Path.Shape.ArrowH\x00\x1A%\x0A\x10RoundedRectangle\x12\x11\x0A\x09roundness\x18\x01 \x01(\x01\x1A0\x0A\x05Arrow\x12'\x0A\x06corner\x18\x01 \x01(\x0B2\x17.rv.data.Graphics.Point\x1A\x1F\x0A\x07Polygon\x12\x14\x0A\x0Cnumber_sides\x18\x01 \x01(\x0D\x1A3\x0A\x04Star\x12\x14\x0A\x0Cinner_radius\x18\x01 \x01(\x01\x12\x15\x0A\x0Dnumber_points\x18\x02 \x01(\x0D\"\x81\x02\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x12\x0A\x0ETYPE_RECTANGLE\x10\x01\x12\x10\x0A\x0CTYPE_ELLIPSE\x10\x02\x12\x1B\x0A\x17TYPE_ISOSCELES_TRIANGLE\x10\x03\x12\x17\x0A\x13TYPE_RIGHT_TRIANGLE\x10\x04\x12\x10\x0A\x0CTYPE_RHOMBUS\x10\x05\x12\x0D\x0A\x09TYPE_STAR\x10\x06\x12\x10\x0A\x0CTYPE_POLYGON\x10\x07\x12\x0F\x0A\x0BTYPE_CUSTOM\x10\x08\x12\x14\x0A\x10TYPE_RIGHT_ARROW\x10\x09\x12\x15\x0A\x11TYPE_DOUBLE_ARROW\x10\x0A\x12\x1A\x0A\x16TYPE_ROUNDED_RECTANGLE\x10\x0BB\x10\x0A\x0EAdditionalData\x1A\xD4\x01\x0A\x04Fill\x12\x0E\x0A\x06enable\x18\x04 \x01(\x08\x12\x1F\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.ColorH\x00\x12.\x0A\x08gradient\x18\x02 \x01(\x0B2\x1A.rv.data.Graphics.GradientH\x00\x12\x1F\x0A\x05media\x18\x03 \x01(\x0B2\x0E.rv.data.MediaH\x00\x12>\x0A\x10backgroundEffect\x18\x05 \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00B\x0A\x0A\x08FillType\x1A\xB2\x02\x0A\x10BackgroundEffect\x12Q\x0A\x0EbackgroundBlur\x18\x02 \x01(\x0B27.rv.data.Graphics.BackgroundEffect.BackgroundEffectBlurH\x00\x12U\x0A\x10backgroundInvert\x18\x03 \x01(\x0B29.rv.data.Graphics.BackgroundEffect.BackgroundEffectInvertH\x00\x1A?\x0A\x14BackgroundEffectBlur\x12\x12\x0A\x0Asaturation\x18\x01 \x01(\x01\x12\x13\x0A\x0Bblur_amount\x18\x02 \x01(\x01\x1A\x18\x0A\x16BackgroundEffectInvertB\x0C\x0A\x0AEffectTypeJ\x04\x08\x01\x10\x02R\x05layer\x1A\x9A\x02\x0A\x08Gradient\x12-\x0A\x04type\x18\x01 \x01(\x0E2\x1F.rv.data.Graphics.Gradient.Type\x12\x0D\x0A\x05angle\x18\x02 \x01(\x01\x12\x0E\x0A\x06length\x18\x03 \x01(\x01\x123\x0A\x05stops\x18\x04 \x03(\x0B2\$.rv.data.Graphics.Gradient.ColorStop\x1AQ\x0A\x09ColorStop\x12\x1D\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x12\x10\x0A\x08position\x18\x02 \x01(\x01\x12\x13\x0A\x0Bblend_point\x18\x03 \x01(\x01\"8\x0A\x04Type\x12\x0F\x0A\x0BTYPE_LINEAR\x10\x00\x12\x0F\x0A\x0BTYPE_RADIAL\x10\x01\x12\x0E\x0A\x0ATYPE_ANGLE\x10\x02\x1A\xBF\x01\x0A\x06Shadow\x12-\x0A\x05style\x18\x01 \x01(\x0E2\x1E.rv.data.Graphics.Shadow.Style\x12\x0D\x0A\x05angle\x18\x02 \x01(\x01\x12\x0E\x0A\x06offset\x18\x03 \x01(\x01\x12\x0E\x0A\x06radius\x18\x04 \x01(\x01\x12\x1D\x0A\x05color\x18\x05 \x01(\x0B2\x0E.rv.data.Color\x12\x0F\x0A\x07opacity\x18\x06 \x01(\x01\x12\x0E\x0A\x06enable\x18\x07 \x01(\x08\"\x17\x0A\x05Style\x12\x0E\x0A\x0ASTYLE_DROP\x10\x00\x1A\xE7\x01\x0A\x06Stroke\x12-\x0A\x05style\x18\x01 \x01(\x0E2\x1E.rv.data.Graphics.Stroke.Style\x12\x0D\x0A\x05width\x18\x02 \x01(\x01\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12\x0F\x0A\x07pattern\x18\x04 \x03(\x01\x12\x0E\x0A\x06enable\x18\x05 \x01(\x08\"_\x0A\x05Style\x12\x14\x0A\x10STYLE_SOLID_LINE\x10\x00\x12\x15\x0A\x11STYLE_SQUARE_DASH\x10\x01\x12\x14\x0A\x10STYLE_SHORT_DASH\x10\x02\x12\x13\x0A\x0FSTYLE_LONG_DASH\x10\x03\x1A\x99\x01\x0A\x07Feather\x12.\x0A\x05style\x18\x01 \x01(\x0E2\x1F.rv.data.Graphics.Feather.Style\x12\x0E\x0A\x06radius\x18\x02 \x01(\x01\x12\x0E\x0A\x06enable\x18\x03 \x01(\x08\">\x0A\x05Style\x12\x10\x0A\x0CSTYLE_INSIDE\x10\x00\x12\x10\x0A\x0CSTYLE_CENTER\x10\x01\x12\x11\x0A\x0DSTYLE_OUTSIDE\x10\x02\x1A\xBB&\x0A\x04Text\x125\x0A\x0Aattributes\x18\x03 \x01(\x0B2!.rv.data.Graphics.Text.Attributes\x12(\x0A\x06shadow\x18\x04 \x01(\x0B2\x18.rv.data.Graphics.Shadow\x12\x10\x0A\x08rtf_data\x18\x05 \x01(\x0C\x12D\x0A\x12vertical_alignment\x18\x06 \x01(\x0E2(.rv.data.Graphics.Text.VerticalAlignment\x12<\x0A\x0Escale_behavior\x18\x07 \x01(\x0E2\$.rv.data.Graphics.Text.ScaleBehavior\x12-\x0A\x07margins\x18\x08 \x01(\x0B2\x1C.rv.data.Graphics.EdgeInsets\x12#\x0A\x1Bis_superscript_standardized\x18\x09 \x01(\x08\x123\x0A\x09transform\x18\x0A \x01(\x0E2 .rv.data.Graphics.Text.Transform\x12\x1A\x0A\x12transformDelimiter\x18\x0B \x01(\x09\x122\x0A\x09chord_pro\x18\x0C \x01(\x0B2\x1F.rv.data.Graphics.Text.ChordPro\x1A\xBC\x02\x0A\x0CLineFillMask\x12\x0F\x0A\x07enabled\x18\x01 \x01(\x08\x12\x15\x0A\x0Dheight_offset\x18\x02 \x01(\x01\x12\x17\x0A\x0Fvertical_offset\x18\x03 \x01(\x01\x12E\x0A\x0Amask_style\x18\x04 \x01(\x0E21.rv.data.Graphics.Text.LineFillMask.LineMaskStyle\x12\x14\x0A\x0Cwidth_offset\x18\x05 \x01(\x01\x12\x19\x0A\x11horizontal_offset\x18\x06 \x01(\x01\"s\x0A\x0DLineMaskStyle\x12\x1E\x0A\x1ALINE_MASK_STYLE_FULL_WIDTH\x10\x00\x12\x1E\x0A\x1ALINE_MASK_STYLE_LINE_WIDTH\x10\x01\x12\"\x0A\x1ELINE_MASK_STYLE_MAX_LINE_WIDTH\x10\x02\x1A`\x0A\x0CGradientFill\x12,\x0A\x08gradient\x18\x01 \x01(\x0B2\x1A.rv.data.Graphics.Gradient\x12\"\x0A\x1Astretch_to_document_bounds\x18\x02 \x01(\x08\x1A\x0C\x0A\x0ACutOutFill\x1A*\x0A\x09MediaFill\x12\x1D\x0A\x05media\x18\x01 \x01(\x0B2\x0E.rv.data.Media\x1A\xDB\x01\x0A\x08ChordPro\x12\x0F\x0A\x07enabled\x18\x01 \x01(\x08\x12:\x0A\x08notation\x18\x02 \x01(\x0E2(.rv.data.Graphics.Text.ChordPro.Notation\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\"c\x0A\x08Notation\x12\x13\x0A\x0FNOTATION_CHORDS\x10\x00\x12\x14\x0A\x10NOTATION_NUMBERS\x10\x01\x12\x15\x0A\x11NOTATION_NUMERALS\x10\x02\x12\x15\x0A\x11NOTATION_DO_RE_MI\x10\x03\x1A\xC2\x19\x0A\x0AAttributes\x12\x1B\x0A\x04font\x18\x01 \x01(\x0B2\x0D.rv.data.Font\x12H\x0A\x0Ecapitalization\x18\x02 \x01(\x0E20.rv.data.Graphics.Text.Attributes.Capitalization\x12D\x0A\x0Funderline_style\x18\x04 \x01(\x0B2+.rv.data.Graphics.Text.Attributes.Underline\x12'\x0A\x0Funderline_color\x18\x05 \x01(\x0B2\x0E.rv.data.Color\x12D\x0A\x0Fparagraph_style\x18\x06 \x01(\x0B2+.rv.data.Graphics.Text.Attributes.Paragraph\x12\x0F\x0A\x07kerning\x18\x07 \x01(\x01\x12\x13\x0A\x0Bsuperscript\x18\x08 \x01(\x05\x12H\x0A\x13strikethrough_style\x18\x09 \x01(\x0B2+.rv.data.Graphics.Text.Attributes.Underline\x12+\x0A\x13strikethrough_color\x18\x0A \x01(\x0B2\x0E.rv.data.Color\x12\x14\x0A\x0Cstroke_width\x18\x0B \x01(\x01\x12\$\x0A\x0Cstroke_color\x18\x0C \x01(\x0B2\x0E.rv.data.Color\x12L\x0A\x11custom_attributes\x18\x0D \x03(\x0B21.rv.data.Graphics.Text.Attributes.CustomAttribute\x12(\x0A\x10background_color\x18\x0F \x01(\x0B2\x0E.rv.data.Color\x12)\x0A\x0Ftext_solid_fill\x18\x03 \x01(\x0B2\x0E.rv.data.ColorH\x00\x12A\x0A\x12text_gradient_fill\x18\x0E \x01(\x0B2#.rv.data.Graphics.Text.GradientFillH\x00\x129\x0A\x0Ccut_out_fill\x18\x10 \x01(\x0B2!.rv.data.Graphics.Text.CutOutFillH\x00\x126\x0A\x0Amedia_fill\x18\x11 \x01(\x0B2 .rv.data.Graphics.Text.MediaFillH\x00\x12?\x0A\x11background_effect\x18\x12 \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00\x1A\xE3\x02\x0A\x09Underline\x12@\x0A\x05style\x18\x01 \x01(\x0E21.rv.data.Graphics.Text.Attributes.Underline.Style\x12D\x0A\x07pattern\x18\x02 \x01(\x0E23.rv.data.Graphics.Text.Attributes.Underline.Pattern\x12\x0F\x0A\x07by_word\x18\x03 \x01(\x08\"L\x0A\x05Style\x12\x0E\x0A\x0ASTYLE_NONE\x10\x00\x12\x10\x0A\x0CSTYLE_SINGLE\x10\x01\x12\x0F\x0A\x0BSTYLE_THICK\x10\x02\x12\x10\x0A\x0CSTYLE_DOUBLE\x10\x03\"o\x0A\x07Pattern\x12\x11\x0A\x0DPATTERN_SOLID\x10\x00\x12\x0F\x0A\x0BPATTERN_DOT\x10\x01\x12\x10\x0A\x0CPATTERN_DASH\x10\x02\x12\x14\x0A\x10PATTERN_DASH_DOT\x10\x03\x12\x18\x0A\x14PATTERN_DASH_DOT_DOT\x10\x04\x1A\x96\x09\x0A\x09Paragraph\x12>\x0A\x09alignment\x18\x01 \x01(\x0E2+.rv.data.Graphics.Text.Attributes.Alignment\x12\x1E\x0A\x16first_line_head_indent\x18\x02 \x01(\x01\x12\x13\x0A\x0Bhead_indent\x18\x03 \x01(\x01\x12\x13\x0A\x0Btail_indent\x18\x04 \x01(\x01\x12\x1C\x0A\x14line_height_multiple\x18\x05 \x01(\x01\x12\x1B\x0A\x13maximum_line_height\x18\x06 \x01(\x01\x12\x1B\x0A\x13minimum_line_height\x18\x07 \x01(\x01\x12\x14\x0A\x0Cline_spacing\x18\x08 \x01(\x01\x12\x19\x0A\x11paragraph_spacing\x18\x09 \x01(\x01\x12 \x0A\x18paragraph_spacing_before\x18\x0A \x01(\x01\x12F\x0A\x09tab_stops\x18\x0B \x03(\x0B23.rv.data.Graphics.Text.Attributes.Paragraph.TabStop\x12\x1C\x0A\x14default_tab_interval\x18\x0C \x01(\x01\x12G\x0A\x09text_list\x18\x0D \x01(\x0B24.rv.data.Graphics.Text.Attributes.Paragraph.TextList\x12H\x0A\x0Atext_lists\x18\x0E \x03(\x0B24.rv.data.Graphics.Text.Attributes.Paragraph.TextList\x1A[\x0A\x07TabStop\x12\x10\x0A\x08location\x18\x01 \x01(\x01\x12>\x0A\x09alignment\x18\x02 \x01(\x0E2+.rv.data.Graphics.Text.Attributes.Alignment\x1A\xFD\x03\x0A\x08TextList\x12\x12\x0A\x0Ais_enabled\x18\x01 \x01(\x08\x12T\x0A\x0Bnumber_type\x18\x02 \x01(\x0E2?.rv.data.Graphics.Text.Attributes.Paragraph.TextList.NumberType\x12\x0E\x0A\x06prefix\x18\x03 \x01(\x09\x12\x0F\x0A\x07postfix\x18\x04 \x01(\x09\x12\x17\x0A\x0Fstarting_number\x18\x05 \x01(\x05\"\xCC\x02\x0A\x0ANumberType\x12\x13\x0A\x0FNUMBER_TYPE_BOX\x10\x00\x12\x15\x0A\x11NUMBER_TYPE_CHECK\x10\x01\x12\x16\x0A\x12NUMBER_TYPE_CIRCLE\x10\x02\x12\x17\x0A\x13NUMBER_TYPE_DIAMOND\x10\x03\x12\x14\x0A\x10NUMBER_TYPE_DISC\x10\x04\x12\x16\x0A\x12NUMBER_TYPE_HYPHEN\x10\x05\x12\x16\x0A\x12NUMBER_TYPE_SQUARE\x10\x06\x12\x17\x0A\x13NUMBER_TYPE_DECIMAL\x10\x07\x12\x1F\x0A\x1BNUMBER_TYPE_LOWERCASE_ALPHA\x10\x08\x12\x1F\x0A\x1BNUMBER_TYPE_UPPERCASE_ALPHA\x10\x09\x12\x1F\x0A\x1BNUMBER_TYPE_LOWERCASE_ROMAN\x10\x0A\x12\x1F\x0A\x1BNUMBER_TYPE_UPPERCASE_ROMAN\x10\x0B\x1A\xFB\x03\x0A\x0FCustomAttribute\x12 \x0A\x05range\x18\x01 \x01(\x0B2\x11.rv.data.IntRange\x12J\x0A\x0Ecapitalization\x18\x02 \x01(\x0E20.rv.data.Graphics.Text.Attributes.CapitalizationH\x00\x12\x1C\x0A\x12original_font_size\x18\x03 \x01(\x01H\x00\x12\x1B\x0A\x11font_scale_factor\x18\x04 \x01(\x01H\x00\x12A\x0A\x12text_gradient_fill\x18\x05 \x01(\x0B2#.rv.data.Graphics.Text.GradientFillH\x00\x12*\x0A should_preserve_foreground_color\x18\x06 \x01(\x08H\x00\x12\x0F\x0A\x05chord\x18\x07 \x01(\x09H\x00\x129\x0A\x0Ccut_out_fill\x18\x08 \x01(\x0B2!.rv.data.Graphics.Text.CutOutFillH\x00\x126\x0A\x0Amedia_fill\x18\x09 \x01(\x0B2 .rv.data.Graphics.Text.MediaFillH\x00\x12?\x0A\x11background_effect\x18\x0A \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00B\x0B\x0A\x09Attribute\"\xA3\x01\x0A\x0ECapitalization\x12\x17\x0A\x13CAPITALIZATION_NONE\x10\x00\x12\x1B\x0A\x17CAPITALIZATION_ALL_CAPS\x10\x01\x12\x1D\x0A\x19CAPITALIZATION_SMALL_CAPS\x10\x02\x12\x1D\x0A\x19CAPITALIZATION_TITLE_CASE\x10\x03\x12\x1D\x0A\x19CAPITALIZATION_START_CASE\x10\x04\"z\x0A\x09Alignment\x12\x12\x0A\x0EALIGNMENT_LEFT\x10\x00\x12\x13\x0A\x0FALIGNMENT_RIGHT\x10\x01\x12\x14\x0A\x10ALIGNMENT_CENTER\x10\x02\x12\x17\x0A\x13ALIGNMENT_JUSTIFIED\x10\x03\x12\x15\x0A\x11ALIGNMENT_NATURAL\x10\x04B\x06\x0A\x04fill\"m\x0A\x11VerticalAlignment\x12\x1A\x0A\x16VERTICAL_ALIGNMENT_TOP\x10\x00\x12\x1D\x0A\x19VERTICAL_ALIGNMENT_MIDDLE\x10\x01\x12\x1D\x0A\x19VERTICAL_ALIGNMENT_BOTTOM\x10\x02\"\xC1\x01\x0A\x0DScaleBehavior\x12\x17\x0A\x13SCALE_BEHAVIOR_NONE\x10\x00\x12*\x0A&SCALE_BEHAVIOR_ADJUST_CONTAINER_HEIGHT\x10\x01\x12\"\x0A\x1ESCALE_BEHAVIOR_SCALE_FONT_DOWN\x10\x02\x12 \x0A\x1CSCALE_BEHAVIOR_SCALE_FONT_UP\x10\x03\x12%\x0A!SCALE_BEHAVIOR_SCALE_FONT_UP_DOWN\x10\x04\"\xA5\x01\x0A\x09Transform\x12\x12\x0A\x0ETRANSFORM_NONE\x10\x00\x12\x19\x0A\x15TRANSFORM_SINGLE_LINE\x10\x01\x12\x1F\x0A\x1BTRANSFORM_ONE_WORD_PER_LINE\x10\x02\x12\$\x0A TRANSFORM_ONE_CHARACTER_PER_LINE\x10\x03\x12\"\x0A\x1ETRANSFORM_REPLACE_LINE_RETURNS\x10\x04J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"\xF8%\x0A\x05Media\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x19\x0A\x03url\x18\x02 \x01(\x0B2\x0C.rv.data.URL\x12)\x0A\x08metadata\x18\x03 \x01(\x0B2\x17.rv.data.Media.Metadata\x123\x0A\x05audio\x18\x04 \x01(\x0B2\".rv.data.Media.AudioTypePropertiesH\x00\x123\x0A\x05image\x18\x05 \x01(\x0B2\".rv.data.Media.ImageTypePropertiesH\x00\x123\x0A\x05video\x18\x06 \x01(\x0B2\".rv.data.Media.VideoTypePropertiesH\x00\x12<\x0A\x0Alive_video\x18\x07 \x01(\x0B2&.rv.data.Media.LiveVideoTypePropertiesH\x00\x12>\x0A\x0Bweb_content\x18\x08 \x01(\x0B2'.rv.data.Media.WebContentTypePropertiesH\x00\x1A\x80\x01\x0A\x08Metadata\x12\x18\x0A\x10manufacture_name\x18\x01 \x01(\x09\x12%\x0A\x0Fmanufacture_url\x18\x02 \x01(\x0B2\x0C.rv.data.URL\x12\x13\x0A\x0Binformation\x18\x03 \x01(\x09\x12\x0E\x0A\x06artist\x18\x04 \x01(\x09\x12\x0E\x0A\x06format\x18\x05 \x01(\x09\x1A\xD4\x02\x0A\x0BVideoDevice\x12-\x0A\x04type\x18\x01 \x01(\x0E2\x1F.rv.data.Media.VideoDevice.Type\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x11\x0A\x09unique_id\x18\x03 \x01(\x09\x12\x10\x0A\x08model_id\x18\x04 \x01(\x09\x12\x14\x0A\x0Cformat_index\x18\x05 \x01(\x0D\x12;\x0A\x0Daudio_routing\x18\x06 \x01(\x0B2\$.rv.data.DigitalAudio.Device.Routing\"\x8F\x01\x0A\x04Type\x12\x10\x0A\x0CTYPE_GENERIC\x10\x00\x12\x13\x0A\x0FTYPE_DIRECTSHOW\x10\x01\x12\x13\x0A\x0FTYPE_BLACKMAGIC\x10\x02\x12\x0C\x0A\x08TYPE_AJA\x10\x03\x12\x0B\x0A\x07TYPE_AV\x10\x04\x12\x0F\x0A\x0BTYPE_SYPHON\x10\x05\x12\x0C\x0A\x08TYPE_NDI\x10\x06\x12\x11\x0A\x0DTYPE_BLUEFISH\x10\x07\x1AW\x0A\x0BAudioDevice\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x11\x0A\x09unique_id\x18\x02 \x01(\x09\x12\x10\x0A\x08model_id\x18\x03 \x01(\x09\x12\x15\x0A\x0Dchannel_count\x18\x04 \x01(\x0D\x1A\xB6\x01\x0A\x05Audio\x1A\xAC\x01\x0A\x07Channel\x12\x0D\x0A\x05index\x18\x01 \x01(\x0D\x12\x0D\x0A\x05muted\x18\x02 \x01(\x08\x12\x0E\x0A\x06volume\x18\x03 \x01(\x01\x12\x16\x0A\x0Ecompress_limit\x18\x04 \x01(\x08\x124\x0A\x07outputs\x18\x05 \x03(\x0B2#.rv.data.Media.Audio.Channel.Output\x1A%\x0A\x06Output\x12\x15\x0A\x0Dchannel_index\x18\x02 \x01(\x05J\x04\x08\x01\x10\x02\x1Ar\x0A\x0FAudioProperties\x12\x0E\x0A\x06volume\x18\x01 \x01(\x01\x124\x0A\x0Eaudio_channels\x18\x02 \x03(\x0B2\x1C.rv.data.Media.Audio.Channel\x12\x19\x0A\x11is_custom_mapping\x18\x03 \x01(\x08\x1A\xF5\x05\x0A\x13TransportProperties\x12\x11\x0A\x09play_rate\x18\x01 \x01(\x01\x12\x10\x0A\x08in_point\x18\x02 \x01(\x01\x12\x11\x0A\x09out_point\x18\x03 \x01(\x01\x12\x18\x0A\x10fade_in_duration\x18\x07 \x01(\x01\x12\x19\x0A\x11fade_out_duration\x18\x08 \x01(\x01\x12\x16\x0A\x0Eshould_fade_in\x18\x09 \x01(\x08\x12\x17\x0A\x0Fshould_fade_out\x18\x0A \x01(\x08\x12\x11\x0A\x09end_point\x18\x0B \x01(\x01\x12N\x0A\x11playback_behavior\x18\x0C \x01(\x0E23.rv.data.Media.TransportProperties.PlaybackBehavior\x12\x11\x0A\x09loop_time\x18\x0D \x01(\x01\x12\x15\x0A\x0Dtimes_to_loop\x18\x0E \x01(\x0D\x12F\x0A\x09retrigger\x18\x0F \x01(\x0E23.rv.data.Media.TransportProperties.RetriggerSetting\"\x95\x01\x0A\x10PlaybackBehavior\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_STOP\x10\x00\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_LOOP\x10\x01\x12\$\x0A PLAYBACK_BEHAVIOR_LOOP_FOR_COUNT\x10\x02\x12#\x0A\x1FPLAYBACK_BEHAVIOR_LOOP_FOR_TIME\x10\x03\"\x8B\x01\x0A\x10RetriggerSetting\x12\x1B\x0A\x17RETRIGGER_SETTING_UNSET\x10\x00\x12\x1C\x0A\x18RETRIGGER_SETTING_ALWAYS\x10\x01\x12\x1B\x0A\x17RETRIGGER_SETTING_NEVER\x10\x02\x12\x1F\x0A\x1BRETRIGGER_SETTING_AUTOMATIC\x10\x03J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07R\x0Fstart_ramp_timeR\x0Dend_ramp_timeR\x13fade_start_position\x1A\xD2\x06\x0A\x11DrawingProperties\x124\x0A\x0Escale_behavior\x18\x01 \x01(\x0E2\x1C.rv.data.Media.ScaleBehavior\x12\x12\x0A\x0Ais_blurred\x18\x10 \x01(\x08\x126\x0A\x0Fscale_alignment\x18\x02 \x01(\x0E2\x1D.rv.data.Media.ScaleAlignment\x12\x1C\x0A\x14flipped_horizontally\x18\x03 \x01(\x08\x12\x1A\x0A\x12flipped_vertically\x18\x04 \x01(\x08\x12,\x0A\x0Cnatural_size\x18\x05 \x01(\x0B2\x16.rv.data.Graphics.Size\x12\x1D\x0A\x15custom_image_rotation\x18\x06 \x01(\x01\x123\x0A\x13custom_image_bounds\x18\x07 \x01(\x0B2\x16.rv.data.Graphics.Rect\x12\"\x0A\x1Acustom_image_aspect_locked\x18\x08 \x01(\x08\x12\x16\x0A\x0Ealpha_inverted\x18\x09 \x01(\x08\x12L\x0A\x0Fnative_rotation\x18\x0A \x01(\x0E23.rv.data.Media.DrawingProperties.NativeRotationType\x122\x0A\x1Bselected_effect_preset_uuid\x18\x0B \x01(\x0B2\x0D.rv.data.UUID\x12 \x0A\x07effects\x18\x0C \x03(\x0B2\x0F.rv.data.Effect\x12\x13\x0A\x0Bcrop_enable\x18\x0D \x01(\x08\x121\x0A\x0Bcrop_insets\x18\x0E \x01(\x0B2\x1C.rv.data.Graphics.EdgeInsets\x12&\x0A\x0Aalpha_type\x18\x0F \x01(\x0E2\x12.rv.data.AlphaType\"\xAE\x01\x0A\x12NativeRotationType\x12(\x0A\$NATIVE_ROTATION_TYPE_ROTATE_STANDARD\x10\x00\x12\"\x0A\x1ENATIVE_ROTATION_TYPE_ROTATE_90\x10Z\x12\$\x0A\x1FNATIVE_ROTATION_TYPE_ROTATE_180\x10\xB4\x01\x12\$\x0A\x1FNATIVE_ROTATION_TYPE_ROTATE_270\x10\x8E\x02\x1A\xA7\x04\x0A\x0FVideoProperties\x12\x12\x0A\x0Aframe_rate\x18\x01 \x01(\x01\x12<\x0A\x0Afield_type\x18\x02 \x01(\x0E2(.rv.data.Media.VideoProperties.FieldType\x12\x1A\x0A\x12thumbnail_position\x18\x03 \x01(\x01\x12@\x0A\x0Cend_behavior\x18\x04 \x01(\x0E2*.rv.data.Media.VideoProperties.EndBehavior\x12\x11\x0A\x09soft_loop\x18\x05 \x01(\x08\x12\x1A\x0A\x12soft_loop_duration\x18\x06 \x01(\x01\"\xA4\x01\x0A\x0BEndBehavior\x12\x15\x0A\x11END_BEHAVIOR_STOP\x10\x00\x12\x1E\x0A\x1AEND_BEHAVIOR_STOP_ON_BLACK\x10\x01\x12\x1E\x0A\x1AEND_BEHAVIOR_STOP_ON_CLEAR\x10\x02\x12\x1E\x0A\x1AEND_BEHAVIOR_FADE_TO_BLACK\x10\x03\x12\x1E\x0A\x1AEND_BEHAVIOR_FADE_TO_CLEAR\x10\x04\"\x8D\x01\x0A\x09FieldType\x12\x16\x0A\x12FIELD_TYPE_UNKNOWN\x10\x00\x12\x1A\x0A\x16FIELD_TYPE_PROGRESSIVE\x10\x01\x12%\x0A!FIELD_TYPE_INTERLACED_UPPER_FIRST\x10\x02\x12%\x0A!FIELD_TYPE_INTERLACED_LOWER_FIRST\x10\x03\x1A\x93\x01\x0A\x13LiveVideoProperties\x120\x0A\x0Cvideo_device\x18\x01 \x01(\x0B2\x1A.rv.data.Media.VideoDevice\x120\x0A\x0Caudio_device\x18\x02 \x01(\x0B2\x1A.rv.data.Media.AudioDevice\x12\x18\x0A\x10live_video_index\x18\x03 \x01(\x05\x1A\xA2\x01\x0A\x13AudioTypeProperties\x12-\x0A\x05audio\x18\x01 \x01(\x0B2\x1E.rv.data.Media.AudioProperties\x125\x0A\x09transport\x18\x02 \x01(\x0B2\".rv.data.Media.TransportProperties\x12%\x0A\x04file\x18\x03 \x01(\x0B2\x17.rv.data.FileProperties\x1Ao\x0A\x13ImageTypeProperties\x121\x0A\x07drawing\x18\x01 \x01(\x0B2 .rv.data.Media.DrawingProperties\x12%\x0A\x04file\x18\x02 \x01(\x0B2\x17.rv.data.FileProperties\x1A\x84\x02\x0A\x13VideoTypeProperties\x121\x0A\x07drawing\x18\x01 \x01(\x0B2 .rv.data.Media.DrawingProperties\x12-\x0A\x05audio\x18\x02 \x01(\x0B2\x1E.rv.data.Media.AudioProperties\x125\x0A\x09transport\x18\x03 \x01(\x0B2\".rv.data.Media.TransportProperties\x12-\x0A\x05video\x18\x04 \x01(\x0B2\x1E.rv.data.Media.VideoProperties\x12%\x0A\x04file\x18\x05 \x01(\x0B2\x17.rv.data.FileProperties\x1A\xB3\x01\x0A\x17LiveVideoTypeProperties\x121\x0A\x07drawing\x18\x01 \x01(\x0B2 .rv.data.Media.DrawingProperties\x12-\x0A\x05audio\x18\x02 \x01(\x0B2\x1E.rv.data.Media.AudioProperties\x126\x0A\x0Alive_video\x18\x03 \x01(\x0B2\".rv.data.Media.LiveVideoProperties\x1Ah\x0A\x18WebContentTypeProperties\x121\x0A\x07drawing\x18\x01 \x01(\x0B2 .rv.data.Media.DrawingProperties\x12\x19\x0A\x03url\x18\x02 \x01(\x0B2\x0C.rv.data.URL\"w\x0A\x0DScaleBehavior\x12\x16\x0A\x12SCALE_BEHAVIOR_FIT\x10\x00\x12\x17\x0A\x13SCALE_BEHAVIOR_FILL\x10\x01\x12\x1A\x0A\x16SCALE_BEHAVIOR_STRETCH\x10\x02\x12\x19\x0A\x15SCALE_BEHAVIOR_CUSTOM\x10\x03\"\xB9\x02\x0A\x0EScaleAlignment\x12!\x0A\x1DSCALE_ALIGNMENT_MIDDLE_CENTER\x10\x00\x12\x1C\x0A\x18SCALE_ALIGNMENT_TOP_LEFT\x10\x01\x12\x1E\x0A\x1ASCALE_ALIGNMENT_TOP_CENTER\x10\x02\x12\x1D\x0A\x19SCALE_ALIGNMENT_TOP_RIGHT\x10\x03\x12 \x0A\x1CSCALE_ALIGNMENT_MIDDLE_RIGHT\x10\x04\x12 \x0A\x1CSCALE_ALIGNMENT_BOTTOM_RIGHT\x10\x05\x12!\x0A\x1DSCALE_ALIGNMENT_BOTTOM_CENTER\x10\x06\x12\x1F\x0A\x1BSCALE_ALIGNMENT_BOTTOM_LEFT\x10\x07\x12\x1F\x0A\x1BSCALE_ALIGNMENT_MIDDLE_LEFT\x10\x08B\x10\x0A\x0ETypePropertiesB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xA6m\x0A\x12graphicsData.proto\x12\x07rv.data\x1A\x0Bcolor.proto\x1A\x13customOptions.proto\x1A\x12digitalAudio.proto\x1A\x0Deffects.proto\x1A\x14fileProperties.proto\x1A\x0Afont.proto\x1A\x0EintRange.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\xABD\x0A\x08Graphics\x1A\x91\x05\x0A\x07Element\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12&\x0A\x06bounds\x18\x03 \x01(\x0B2\x16.rv.data.Graphics.Rect\x12\x10\x0A\x08rotation\x18\x04 \x01(\x01\x12\x0F\x0A\x07opacity\x18\x05 \x01(\x01\x12\x0E\x0A\x06locked\x18\x06 \x01(\x08\x12\x1B\x0A\x13aspect_ratio_locked\x18\x07 \x01(\x08\x12\$\x0A\x04path\x18\x08 \x01(\x0B2\x16.rv.data.Graphics.Path\x12\$\x0A\x04fill\x18\x09 \x01(\x0B2\x16.rv.data.Graphics.Fill\x12(\x0A\x06stroke\x18\x0A \x01(\x0B2\x18.rv.data.Graphics.Stroke\x12(\x0A\x06shadow\x18\x0B \x01(\x0B2\x18.rv.data.Graphics.Shadow\x12*\x0A\x07feather\x18\x0C \x01(\x0B2\x19.rv.data.Graphics.Feather\x12\$\x0A\x04text\x18\x0D \x01(\x0B2\x16.rv.data.Graphics.Text\x124\x0A\x08flipMode\x18\x0F \x01(\x0E2\".rv.data.Graphics.Element.FlipMode\x12\x0E\x0A\x06hidden\x18\x10 \x01(\x08\x12=\x0A\x0Etext_line_mask\x18\x0E \x01(\x0B2#.rv.data.Graphics.Text.LineFillMaskH\x00\"d\x0A\x08FlipMode\x12\x12\x0A\x0EFLIP_MODE_NONE\x10\x00\x12\x16\x0A\x12FLIP_MODE_VERTICAL\x10\x01\x12\x18\x0A\x14FLIP_MODE_HORIZONTAL\x10\x02\x12\x12\x0A\x0EFLIP_MODE_BOTH\x10\x03B\x06\x0A\x04Mask\x1AU\x0A\x04Rect\x12'\x0A\x06origin\x18\x01 \x01(\x0B2\x17.rv.data.Graphics.Point\x12\$\x0A\x04size\x18\x02 \x01(\x0B2\x16.rv.data.Graphics.Size\x1A\x1D\x0A\x05Point\x12\x09\x0A\x01x\x18\x01 \x01(\x01\x12\x09\x0A\x01y\x18\x02 \x01(\x01\x1A%\x0A\x04Size\x12\x0D\x0A\x05width\x18\x01 \x01(\x01\x12\x0E\x0A\x06height\x18\x02 \x01(\x01\x1AF\x0A\x0AEdgeInsets\x12\x0C\x0A\x04left\x18\x01 \x01(\x01\x12\x0D\x0A\x05right\x18\x02 \x01(\x01\x12\x0B\x0A\x03top\x18\x03 \x01(\x01\x12\x0E\x0A\x06bottom\x18\x04 \x01(\x01\x1A\xF6\x07\x0A\x04Path\x12\x0E\x0A\x06closed\x18\x01 \x01(\x08\x122\x0A\x06points\x18\x02 \x03(\x0B2\".rv.data.Graphics.Path.BezierPoint\x12+\x0A\x05shape\x18\x03 \x01(\x0B2\x1C.rv.data.Graphics.Path.Shape\x1A\x8F\x01\x0A\x0BBezierPoint\x12&\x0A\x05point\x18\x01 \x01(\x0B2\x17.rv.data.Graphics.Point\x12#\x0A\x02q0\x18\x02 \x01(\x0B2\x17.rv.data.Graphics.Point\x12#\x0A\x02q1\x18\x03 \x01(\x0B2\x17.rv.data.Graphics.Point\x12\x0E\x0A\x06curved\x18\x04 \x01(\x08\x1A\xEA\x05\x0A\x05Shape\x12/\x0A\x04type\x18\x01 \x01(\x0E2!.rv.data.Graphics.Path.Shape.Type\x12J\x0A\x11rounded_rectangle\x18\x02 \x01(\x0B2-.rv.data.Graphics.Path.Shape.RoundedRectangleH\x00\x127\x0A\x07polygon\x18\x03 \x01(\x0B2\$.rv.data.Graphics.Path.Shape.PolygonH\x00\x121\x0A\x04star\x18\x04 \x01(\x0B2!.rv.data.Graphics.Path.Shape.StarH\x00\x123\x0A\x05arrow\x18\x05 \x01(\x0B2\".rv.data.Graphics.Path.Shape.ArrowH\x00\x1A%\x0A\x10RoundedRectangle\x12\x11\x0A\x09roundness\x18\x01 \x01(\x01\x1A0\x0A\x05Arrow\x12'\x0A\x06corner\x18\x01 \x01(\x0B2\x17.rv.data.Graphics.Point\x1A\x1F\x0A\x07Polygon\x12\x14\x0A\x0Cnumber_sides\x18\x01 \x01(\x0D\x1A3\x0A\x04Star\x12\x14\x0A\x0Cinner_radius\x18\x01 \x01(\x01\x12\x15\x0A\x0Dnumber_points\x18\x02 \x01(\x0D\"\x81\x02\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x12\x0A\x0ETYPE_RECTANGLE\x10\x01\x12\x10\x0A\x0CTYPE_ELLIPSE\x10\x02\x12\x1B\x0A\x17TYPE_ISOSCELES_TRIANGLE\x10\x03\x12\x17\x0A\x13TYPE_RIGHT_TRIANGLE\x10\x04\x12\x10\x0A\x0CTYPE_RHOMBUS\x10\x05\x12\x0D\x0A\x09TYPE_STAR\x10\x06\x12\x10\x0A\x0CTYPE_POLYGON\x10\x07\x12\x0F\x0A\x0BTYPE_CUSTOM\x10\x08\x12\x14\x0A\x10TYPE_RIGHT_ARROW\x10\x09\x12\x15\x0A\x11TYPE_DOUBLE_ARROW\x10\x0A\x12\x1A\x0A\x16TYPE_ROUNDED_RECTANGLE\x10\x0BB\x10\x0A\x0EAdditionalData\x1A\xD4\x01\x0A\x04Fill\x12\x0E\x0A\x06enable\x18\x04 \x01(\x08\x12\x1F\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.ColorH\x00\x12.\x0A\x08gradient\x18\x02 \x01(\x0B2\x1A.rv.data.Graphics.GradientH\x00\x12\x1F\x0A\x05media\x18\x03 \x01(\x0B2\x0E.rv.data.MediaH\x00\x12>\x0A\x10backgroundEffect\x18\x05 \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00B\x0A\x0A\x08FillType\x1A\xB2\x02\x0A\x10BackgroundEffect\x12Q\x0A\x0EbackgroundBlur\x18\x02 \x01(\x0B27.rv.data.Graphics.BackgroundEffect.BackgroundEffectBlurH\x00\x12U\x0A\x10backgroundInvert\x18\x03 \x01(\x0B29.rv.data.Graphics.BackgroundEffect.BackgroundEffectInvertH\x00\x1A?\x0A\x14BackgroundEffectBlur\x12\x12\x0A\x0Asaturation\x18\x01 \x01(\x01\x12\x13\x0A\x0Bblur_amount\x18\x02 \x01(\x01\x1A\x18\x0A\x16BackgroundEffectInvertB\x0C\x0A\x0AEffectTypeJ\x04\x08\x01\x10\x02R\x05layer\x1A\x9A\x02\x0A\x08Gradient\x12-\x0A\x04type\x18\x01 \x01(\x0E2\x1F.rv.data.Graphics.Gradient.Type\x12\x0D\x0A\x05angle\x18\x02 \x01(\x01\x12\x0E\x0A\x06length\x18\x03 \x01(\x01\x123\x0A\x05stops\x18\x04 \x03(\x0B2\$.rv.data.Graphics.Gradient.ColorStop\x1AQ\x0A\x09ColorStop\x12\x1D\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x12\x10\x0A\x08position\x18\x02 \x01(\x01\x12\x13\x0A\x0Bblend_point\x18\x03 \x01(\x01\"8\x0A\x04Type\x12\x0F\x0A\x0BTYPE_LINEAR\x10\x00\x12\x0F\x0A\x0BTYPE_RADIAL\x10\x01\x12\x0E\x0A\x0ATYPE_ANGLE\x10\x02\x1A\xBF\x01\x0A\x06Shadow\x12-\x0A\x05style\x18\x01 \x01(\x0E2\x1E.rv.data.Graphics.Shadow.Style\x12\x0D\x0A\x05angle\x18\x02 \x01(\x01\x12\x0E\x0A\x06offset\x18\x03 \x01(\x01\x12\x0E\x0A\x06radius\x18\x04 \x01(\x01\x12\x1D\x0A\x05color\x18\x05 \x01(\x0B2\x0E.rv.data.Color\x12\x0F\x0A\x07opacity\x18\x06 \x01(\x01\x12\x0E\x0A\x06enable\x18\x07 \x01(\x08\"\x17\x0A\x05Style\x12\x0E\x0A\x0ASTYLE_DROP\x10\x00\x1A\xE7\x01\x0A\x06Stroke\x12-\x0A\x05style\x18\x01 \x01(\x0E2\x1E.rv.data.Graphics.Stroke.Style\x12\x0D\x0A\x05width\x18\x02 \x01(\x01\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12\x0F\x0A\x07pattern\x18\x04 \x03(\x01\x12\x0E\x0A\x06enable\x18\x05 \x01(\x08\"_\x0A\x05Style\x12\x14\x0A\x10STYLE_SOLID_LINE\x10\x00\x12\x15\x0A\x11STYLE_SQUARE_DASH\x10\x01\x12\x14\x0A\x10STYLE_SHORT_DASH\x10\x02\x12\x13\x0A\x0FSTYLE_LONG_DASH\x10\x03\x1A\x99\x01\x0A\x07Feather\x12.\x0A\x05style\x18\x01 \x01(\x0E2\x1F.rv.data.Graphics.Feather.Style\x12\x0E\x0A\x06radius\x18\x02 \x01(\x01\x12\x0E\x0A\x06enable\x18\x03 \x01(\x08\">\x0A\x05Style\x12\x10\x0A\x0CSTYLE_INSIDE\x10\x00\x12\x10\x0A\x0CSTYLE_CENTER\x10\x01\x12\x11\x0A\x0DSTYLE_OUTSIDE\x10\x02\x1A\xBB*\x0A\x04Text\x125\x0A\x0Aattributes\x18\x03 \x01(\x0B2!.rv.data.Graphics.Text.Attributes\x12(\x0A\x06shadow\x18\x04 \x01(\x0B2\x18.rv.data.Graphics.Shadow\x12\x10\x0A\x08rtf_data\x18\x05 \x01(\x0C\x12D\x0A\x12vertical_alignment\x18\x06 \x01(\x0E2(.rv.data.Graphics.Text.VerticalAlignment\x12<\x0A\x0Escale_behavior\x18\x07 \x01(\x0E2\$.rv.data.Graphics.Text.ScaleBehavior\x12-\x0A\x07margins\x18\x08 \x01(\x0B2\x1C.rv.data.Graphics.EdgeInsets\x12#\x0A\x1Bis_superscript_standardized\x18\x09 \x01(\x08\x123\x0A\x09transform\x18\x0A \x01(\x0E2 .rv.data.Graphics.Text.Transform\x12\x1A\x0A\x12transformDelimiter\x18\x0B \x01(\x09\x122\x0A\x09chord_pro\x18\x0C \x01(\x0B2\x1F.rv.data.Graphics.Text.ChordPro\x12=\x0A\x0Falternate_texts\x18\x0D \x03(\x0B2\$.rv.data.Graphics.Text.AlternateText\x1A\xBC\x02\x0A\x0CLineFillMask\x12\x0F\x0A\x07enabled\x18\x01 \x01(\x08\x12\x15\x0A\x0Dheight_offset\x18\x02 \x01(\x01\x12\x17\x0A\x0Fvertical_offset\x18\x03 \x01(\x01\x12E\x0A\x0Amask_style\x18\x04 \x01(\x0E21.rv.data.Graphics.Text.LineFillMask.LineMaskStyle\x12\x14\x0A\x0Cwidth_offset\x18\x05 \x01(\x01\x12\x19\x0A\x11horizontal_offset\x18\x06 \x01(\x01\"s\x0A\x0DLineMaskStyle\x12\x1E\x0A\x1ALINE_MASK_STYLE_FULL_WIDTH\x10\x00\x12\x1E\x0A\x1ALINE_MASK_STYLE_LINE_WIDTH\x10\x01\x12\"\x0A\x1ELINE_MASK_STYLE_MAX_LINE_WIDTH\x10\x02\x1A`\x0A\x0CGradientFill\x12,\x0A\x08gradient\x18\x01 \x01(\x0B2\x1A.rv.data.Graphics.Gradient\x12\"\x0A\x1Astretch_to_document_bounds\x18\x02 \x01(\x08\x1A\x0C\x0A\x0ACutOutFill\x1A*\x0A\x09MediaFill\x12\x1D\x0A\x05media\x18\x01 \x01(\x0B2\x0E.rv.data.Media\x1A\xDB\x01\x0A\x08ChordPro\x12\x0F\x0A\x07enabled\x18\x01 \x01(\x08\x12:\x0A\x08notation\x18\x02 \x01(\x0E2(.rv.data.Graphics.Text.ChordPro.Notation\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\"c\x0A\x08Notation\x12\x13\x0A\x0FNOTATION_CHORDS\x10\x00\x12\x14\x0A\x10NOTATION_NUMBERS\x10\x01\x12\x15\x0A\x11NOTATION_NUMERALS\x10\x02\x12\x15\x0A\x11NOTATION_DO_RE_MI\x10\x03\x1A\xC0\x1C\x0A\x0AAttributes\x12\x1B\x0A\x04font\x18\x01 \x01(\x0B2\x0D.rv.data.Font\x12H\x0A\x0Ecapitalization\x18\x02 \x01(\x0E20.rv.data.Graphics.Text.Attributes.Capitalization\x12D\x0A\x0Funderline_style\x18\x04 \x01(\x0B2+.rv.data.Graphics.Text.Attributes.Underline\x12'\x0A\x0Funderline_color\x18\x05 \x01(\x0B2\x0E.rv.data.Color\x12D\x0A\x0Fparagraph_style\x18\x06 \x01(\x0B2+.rv.data.Graphics.Text.Attributes.Paragraph\x12\x0F\x0A\x07kerning\x18\x07 \x01(\x01\x12\x13\x0A\x0Bsuperscript\x18\x08 \x01(\x05\x12H\x0A\x13strikethrough_style\x18\x09 \x01(\x0B2+.rv.data.Graphics.Text.Attributes.Underline\x12+\x0A\x13strikethrough_color\x18\x0A \x01(\x0B2\x0E.rv.data.Color\x12\x14\x0A\x0Cstroke_width\x18\x0B \x01(\x01\x12\$\x0A\x0Cstroke_color\x18\x0C \x01(\x0B2\x0E.rv.data.Color\x12L\x0A\x11custom_attributes\x18\x0D \x03(\x0B21.rv.data.Graphics.Text.Attributes.CustomAttribute\x12(\x0A\x10background_color\x18\x0F \x01(\x0B2\x0E.rv.data.Color\x12G\x0A\x0Eligature_style\x18\x13 \x01(\x0E2/.rv.data.Graphics.Text.Attributes.LigatureStyle\x12)\x0A\x0Ftext_solid_fill\x18\x03 \x01(\x0B2\x0E.rv.data.ColorH\x00\x12A\x0A\x12text_gradient_fill\x18\x0E \x01(\x0B2#.rv.data.Graphics.Text.GradientFillH\x00\x129\x0A\x0Ccut_out_fill\x18\x10 \x01(\x0B2!.rv.data.Graphics.Text.CutOutFillH\x00\x126\x0A\x0Amedia_fill\x18\x11 \x01(\x0B2 .rv.data.Graphics.Text.MediaFillH\x00\x12?\x0A\x11background_effect\x18\x12 \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00\x1A\xE3\x02\x0A\x09Underline\x12@\x0A\x05style\x18\x01 \x01(\x0E21.rv.data.Graphics.Text.Attributes.Underline.Style\x12D\x0A\x07pattern\x18\x02 \x01(\x0E23.rv.data.Graphics.Text.Attributes.Underline.Pattern\x12\x0F\x0A\x07by_word\x18\x03 \x01(\x08\"L\x0A\x05Style\x12\x0E\x0A\x0ASTYLE_NONE\x10\x00\x12\x10\x0A\x0CSTYLE_SINGLE\x10\x01\x12\x0F\x0A\x0BSTYLE_THICK\x10\x02\x12\x10\x0A\x0CSTYLE_DOUBLE\x10\x03\"o\x0A\x07Pattern\x12\x11\x0A\x0DPATTERN_SOLID\x10\x00\x12\x0F\x0A\x0BPATTERN_DOT\x10\x01\x12\x10\x0A\x0CPATTERN_DASH\x10\x02\x12\x14\x0A\x10PATTERN_DASH_DOT\x10\x03\x12\x18\x0A\x14PATTERN_DASH_DOT_DOT\x10\x04\x1A\x96\x09\x0A\x09Paragraph\x12>\x0A\x09alignment\x18\x01 \x01(\x0E2+.rv.data.Graphics.Text.Attributes.Alignment\x12\x1E\x0A\x16first_line_head_indent\x18\x02 \x01(\x01\x12\x13\x0A\x0Bhead_indent\x18\x03 \x01(\x01\x12\x13\x0A\x0Btail_indent\x18\x04 \x01(\x01\x12\x1C\x0A\x14line_height_multiple\x18\x05 \x01(\x01\x12\x1B\x0A\x13maximum_line_height\x18\x06 \x01(\x01\x12\x1B\x0A\x13minimum_line_height\x18\x07 \x01(\x01\x12\x14\x0A\x0Cline_spacing\x18\x08 \x01(\x01\x12\x19\x0A\x11paragraph_spacing\x18\x09 \x01(\x01\x12 \x0A\x18paragraph_spacing_before\x18\x0A \x01(\x01\x12F\x0A\x09tab_stops\x18\x0B \x03(\x0B23.rv.data.Graphics.Text.Attributes.Paragraph.TabStop\x12\x1C\x0A\x14default_tab_interval\x18\x0C \x01(\x01\x12G\x0A\x09text_list\x18\x0D \x01(\x0B24.rv.data.Graphics.Text.Attributes.Paragraph.TextList\x12H\x0A\x0Atext_lists\x18\x0E \x03(\x0B24.rv.data.Graphics.Text.Attributes.Paragraph.TextList\x1A[\x0A\x07TabStop\x12\x10\x0A\x08location\x18\x01 \x01(\x01\x12>\x0A\x09alignment\x18\x02 \x01(\x0E2+.rv.data.Graphics.Text.Attributes.Alignment\x1A\xFD\x03\x0A\x08TextList\x12\x12\x0A\x0Ais_enabled\x18\x01 \x01(\x08\x12T\x0A\x0Bnumber_type\x18\x02 \x01(\x0E2?.rv.data.Graphics.Text.Attributes.Paragraph.TextList.NumberType\x12\x0E\x0A\x06prefix\x18\x03 \x01(\x09\x12\x0F\x0A\x07postfix\x18\x04 \x01(\x09\x12\x17\x0A\x0Fstarting_number\x18\x05 \x01(\x05\"\xCC\x02\x0A\x0ANumberType\x12\x13\x0A\x0FNUMBER_TYPE_BOX\x10\x00\x12\x15\x0A\x11NUMBER_TYPE_CHECK\x10\x01\x12\x16\x0A\x12NUMBER_TYPE_CIRCLE\x10\x02\x12\x17\x0A\x13NUMBER_TYPE_DIAMOND\x10\x03\x12\x14\x0A\x10NUMBER_TYPE_DISC\x10\x04\x12\x16\x0A\x12NUMBER_TYPE_HYPHEN\x10\x05\x12\x16\x0A\x12NUMBER_TYPE_SQUARE\x10\x06\x12\x17\x0A\x13NUMBER_TYPE_DECIMAL\x10\x07\x12\x1F\x0A\x1BNUMBER_TYPE_LOWERCASE_ALPHA\x10\x08\x12\x1F\x0A\x1BNUMBER_TYPE_UPPERCASE_ALPHA\x10\x09\x12\x1F\x0A\x1BNUMBER_TYPE_LOWERCASE_ROMAN\x10\x0A\x12\x1F\x0A\x1BNUMBER_TYPE_UPPERCASE_ROMAN\x10\x0B\x1A\xCF\x04\x0A\x0FCustomAttribute\x12 \x0A\x05range\x18\x01 \x01(\x0B2\x11.rv.data.IntRange\x12J\x0A\x0Ecapitalization\x18\x02 \x01(\x0E20.rv.data.Graphics.Text.Attributes.CapitalizationH\x00\x12\x1C\x0A\x12original_font_size\x18\x03 \x01(\x01H\x00\x12\x1B\x0A\x11font_scale_factor\x18\x04 \x01(\x01H\x00\x12A\x0A\x12text_gradient_fill\x18\x05 \x01(\x0B2#.rv.data.Graphics.Text.GradientFillH\x00\x12*\x0A should_preserve_foreground_color\x18\x06 \x01(\x08H\x00\x12\x0F\x0A\x05chord\x18\x07 \x01(\x09H\x00\x129\x0A\x0Ccut_out_fill\x18\x08 \x01(\x0B2!.rv.data.Graphics.Text.CutOutFillH\x00\x126\x0A\x0Amedia_fill\x18\x09 \x01(\x0B2 .rv.data.Graphics.Text.MediaFillH\x00\x12?\x0A\x11background_effect\x18\x0A \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00\x12R\x0A\x13character_size_mode\x18\x0B \x01(\x0E23.rv.data.Graphics.Text.Attributes.CharacterSizeModeH\x00B\x0B\x0A\x09Attribute\"\xA3\x01\x0A\x0ECapitalization\x12\x17\x0A\x13CAPITALIZATION_NONE\x10\x00\x12\x1B\x0A\x17CAPITALIZATION_ALL_CAPS\x10\x01\x12\x1D\x0A\x19CAPITALIZATION_SMALL_CAPS\x10\x02\x12\x1D\x0A\x19CAPITALIZATION_TITLE_CASE\x10\x03\x12\x1D\x0A\x19CAPITALIZATION_START_CASE\x10\x04\"z\x0A\x09Alignment\x12\x12\x0A\x0EALIGNMENT_LEFT\x10\x00\x12\x13\x0A\x0FALIGNMENT_RIGHT\x10\x01\x12\x14\x0A\x10ALIGNMENT_CENTER\x10\x02\x12\x17\x0A\x13ALIGNMENT_JUSTIFIED\x10\x03\x12\x15\x0A\x11ALIGNMENT_NATURAL\x10\x04\"\x98\x01\x0A\x11CharacterSizeMode\x12\x1E\x0A\x1ACHARACTER_SIZE_MODE_NORMAL\x10\x00\x121\x0A-CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_HEIGHT\x10\x01\x120\x0A,CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_WIDTH\x10\x02\"D\x0A\x0DLigatureStyle\x12\x1A\x0A\x16LIGATURE_STYLE_DEFAULT\x10\x00\x12\x17\x0A\x13LIGATURE_STYLE_NONE\x10\x01B\x06\x0A\x04fill\x1AA\x0A\x0DAlternateText\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x12\x14\x0A\x0Aplain_text\x18\x02 \x01(\x09H\x00B\x0D\x0A\x0BContentType\"m\x0A\x11VerticalAlignment\x12\x1A\x0A\x16VERTICAL_ALIGNMENT_TOP\x10\x00\x12\x1D\x0A\x19VERTICAL_ALIGNMENT_MIDDLE\x10\x01\x12\x1D\x0A\x19VERTICAL_ALIGNMENT_BOTTOM\x10\x02\"\xC1\x01\x0A\x0DScaleBehavior\x12\x17\x0A\x13SCALE_BEHAVIOR_NONE\x10\x00\x12*\x0A&SCALE_BEHAVIOR_ADJUST_CONTAINER_HEIGHT\x10\x01\x12\"\x0A\x1ESCALE_BEHAVIOR_SCALE_FONT_DOWN\x10\x02\x12 \x0A\x1CSCALE_BEHAVIOR_SCALE_FONT_UP\x10\x03\x12%\x0A!SCALE_BEHAVIOR_SCALE_FONT_UP_DOWN\x10\x04\"\xA5\x01\x0A\x09Transform\x12\x12\x0A\x0ETRANSFORM_NONE\x10\x00\x12\x19\x0A\x15TRANSFORM_SINGLE_LINE\x10\x01\x12\x1F\x0A\x1BTRANSFORM_ONE_WORD_PER_LINE\x10\x02\x12\$\x0A TRANSFORM_ONE_CHARACTER_PER_LINE\x10\x03\x12\"\x0A\x1ETRANSFORM_REPLACE_LINE_RETURNS\x10\x04J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"\x8C'\x0A\x05Media\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x19\x0A\x03url\x18\x02 \x01(\x0B2\x0C.rv.data.URL\x12)\x0A\x08metadata\x18\x03 \x01(\x0B2\x17.rv.data.Media.Metadata\x123\x0A\x05audio\x18\x04 \x01(\x0B2\".rv.data.Media.AudioTypePropertiesH\x00\x123\x0A\x05image\x18\x05 \x01(\x0B2\".rv.data.Media.ImageTypePropertiesH\x00\x123\x0A\x05video\x18\x06 \x01(\x0B2\".rv.data.Media.VideoTypePropertiesH\x00\x12<\x0A\x0Alive_video\x18\x07 \x01(\x0B2&.rv.data.Media.LiveVideoTypePropertiesH\x00\x12>\x0A\x0Bweb_content\x18\x08 \x01(\x0B2'.rv.data.Media.WebContentTypePropertiesH\x00\x1A\x80\x01\x0A\x08Metadata\x12\x18\x0A\x10manufacture_name\x18\x01 \x01(\x09\x12%\x0A\x0Fmanufacture_url\x18\x02 \x01(\x0B2\x0C.rv.data.URL\x12\x13\x0A\x0Binformation\x18\x03 \x01(\x09\x12\x0E\x0A\x06artist\x18\x04 \x01(\x09\x12\x0E\x0A\x06format\x18\x05 \x01(\x09\x1A\xE8\x03\x0A\x0BVideoDevice\x12-\x0A\x04type\x18\x01 \x01(\x0E2\x1F.rv.data.Media.VideoDevice.Type\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x11\x0A\x09unique_id\x18\x03 \x01(\x09\x12\x10\x0A\x08model_id\x18\x04 \x01(\x09\x12\x14\x0A\x0Cformat_index\x18\x05 \x01(\x0D\x12;\x0A\x0Daudio_routing\x18\x06 \x01(\x0B2\$.rv.data.DigitalAudio.Device.Routing\x123\x0A\x07aircast\x18\x07 \x01(\x0B2\".rv.data.Media.VideoDevice.AirCast\x1AK\x0A\x07AirCast\x12\x14\x0A\x0Cservice_name\x18\x01 \x01(\x09\x12\x10\x0A\x08password\x18\x02 \x01(\x09\x12\x18\x0A\x10password_enabled\x18\x03 \x01(\x08\"\xA1\x01\x0A\x04Type\x12\x10\x0A\x0CTYPE_GENERIC\x10\x00\x12\x13\x0A\x0FTYPE_DIRECTSHOW\x10\x01\x12\x13\x0A\x0FTYPE_BLACKMAGIC\x10\x02\x12\x0C\x0A\x08TYPE_AJA\x10\x03\x12\x0B\x0A\x07TYPE_AV\x10\x04\x12\x0F\x0A\x0BTYPE_SYPHON\x10\x05\x12\x0C\x0A\x08TYPE_NDI\x10\x06\x12\x11\x0A\x0DTYPE_BLUEFISH\x10\x07\x12\x10\x0A\x0CTYPE_AIRCAST\x10\x08\x1AW\x0A\x0BAudioDevice\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x11\x0A\x09unique_id\x18\x02 \x01(\x09\x12\x10\x0A\x08model_id\x18\x03 \x01(\x09\x12\x15\x0A\x0Dchannel_count\x18\x04 \x01(\x0D\x1A\xB6\x01\x0A\x05Audio\x1A\xAC\x01\x0A\x07Channel\x12\x0D\x0A\x05index\x18\x01 \x01(\x0D\x12\x0D\x0A\x05muted\x18\x02 \x01(\x08\x12\x0E\x0A\x06volume\x18\x03 \x01(\x01\x12\x16\x0A\x0Ecompress_limit\x18\x04 \x01(\x08\x124\x0A\x07outputs\x18\x05 \x03(\x0B2#.rv.data.Media.Audio.Channel.Output\x1A%\x0A\x06Output\x12\x15\x0A\x0Dchannel_index\x18\x02 \x01(\x05J\x04\x08\x01\x10\x02\x1Ar\x0A\x0FAudioProperties\x12\x0E\x0A\x06volume\x18\x01 \x01(\x01\x124\x0A\x0Eaudio_channels\x18\x02 \x03(\x0B2\x1C.rv.data.Media.Audio.Channel\x12\x19\x0A\x11is_custom_mapping\x18\x03 \x01(\x08\x1A\xF5\x05\x0A\x13TransportProperties\x12\x11\x0A\x09play_rate\x18\x01 \x01(\x01\x12\x10\x0A\x08in_point\x18\x02 \x01(\x01\x12\x11\x0A\x09out_point\x18\x03 \x01(\x01\x12\x18\x0A\x10fade_in_duration\x18\x07 \x01(\x01\x12\x19\x0A\x11fade_out_duration\x18\x08 \x01(\x01\x12\x16\x0A\x0Eshould_fade_in\x18\x09 \x01(\x08\x12\x17\x0A\x0Fshould_fade_out\x18\x0A \x01(\x08\x12\x11\x0A\x09end_point\x18\x0B \x01(\x01\x12N\x0A\x11playback_behavior\x18\x0C \x01(\x0E23.rv.data.Media.TransportProperties.PlaybackBehavior\x12\x11\x0A\x09loop_time\x18\x0D \x01(\x01\x12\x15\x0A\x0Dtimes_to_loop\x18\x0E \x01(\x0D\x12F\x0A\x09retrigger\x18\x0F \x01(\x0E23.rv.data.Media.TransportProperties.RetriggerSetting\"\x95\x01\x0A\x10PlaybackBehavior\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_STOP\x10\x00\x12\x1A\x0A\x16PLAYBACK_BEHAVIOR_LOOP\x10\x01\x12\$\x0A PLAYBACK_BEHAVIOR_LOOP_FOR_COUNT\x10\x02\x12#\x0A\x1FPLAYBACK_BEHAVIOR_LOOP_FOR_TIME\x10\x03\"\x8B\x01\x0A\x10RetriggerSetting\x12\x1B\x0A\x17RETRIGGER_SETTING_UNSET\x10\x00\x12\x1C\x0A\x18RETRIGGER_SETTING_ALWAYS\x10\x01\x12\x1B\x0A\x17RETRIGGER_SETTING_NEVER\x10\x02\x12\x1F\x0A\x1BRETRIGGER_SETTING_AUTOMATIC\x10\x03J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07R\x0Fstart_ramp_timeR\x0Dend_ramp_timeR\x13fade_start_position\x1A\xD2\x06\x0A\x11DrawingProperties\x124\x0A\x0Escale_behavior\x18\x01 \x01(\x0E2\x1C.rv.data.Media.ScaleBehavior\x12\x12\x0A\x0Ais_blurred\x18\x10 \x01(\x08\x126\x0A\x0Fscale_alignment\x18\x02 \x01(\x0E2\x1D.rv.data.Media.ScaleAlignment\x12\x1C\x0A\x14flipped_horizontally\x18\x03 \x01(\x08\x12\x1A\x0A\x12flipped_vertically\x18\x04 \x01(\x08\x12,\x0A\x0Cnatural_size\x18\x05 \x01(\x0B2\x16.rv.data.Graphics.Size\x12\x1D\x0A\x15custom_image_rotation\x18\x06 \x01(\x01\x123\x0A\x13custom_image_bounds\x18\x07 \x01(\x0B2\x16.rv.data.Graphics.Rect\x12\"\x0A\x1Acustom_image_aspect_locked\x18\x08 \x01(\x08\x12\x16\x0A\x0Ealpha_inverted\x18\x09 \x01(\x08\x12L\x0A\x0Fnative_rotation\x18\x0A \x01(\x0E23.rv.data.Media.DrawingProperties.NativeRotationType\x122\x0A\x1Bselected_effect_preset_uuid\x18\x0B \x01(\x0B2\x0D.rv.data.UUID\x12 \x0A\x07effects\x18\x0C \x03(\x0B2\x0F.rv.data.Effect\x12\x13\x0A\x0Bcrop_enable\x18\x0D \x01(\x08\x121\x0A\x0Bcrop_insets\x18\x0E \x01(\x0B2\x1C.rv.data.Graphics.EdgeInsets\x12&\x0A\x0Aalpha_type\x18\x0F \x01(\x0E2\x12.rv.data.AlphaType\"\xAE\x01\x0A\x12NativeRotationType\x12(\x0A\$NATIVE_ROTATION_TYPE_ROTATE_STANDARD\x10\x00\x12\"\x0A\x1ENATIVE_ROTATION_TYPE_ROTATE_90\x10Z\x12\$\x0A\x1FNATIVE_ROTATION_TYPE_ROTATE_180\x10\xB4\x01\x12\$\x0A\x1FNATIVE_ROTATION_TYPE_ROTATE_270\x10\x8E\x02\x1A\xA7\x04\x0A\x0FVideoProperties\x12\x12\x0A\x0Aframe_rate\x18\x01 \x01(\x01\x12<\x0A\x0Afield_type\x18\x02 \x01(\x0E2(.rv.data.Media.VideoProperties.FieldType\x12\x1A\x0A\x12thumbnail_position\x18\x03 \x01(\x01\x12@\x0A\x0Cend_behavior\x18\x04 \x01(\x0E2*.rv.data.Media.VideoProperties.EndBehavior\x12\x11\x0A\x09soft_loop\x18\x05 \x01(\x08\x12\x1A\x0A\x12soft_loop_duration\x18\x06 \x01(\x01\"\xA4\x01\x0A\x0BEndBehavior\x12\x15\x0A\x11END_BEHAVIOR_STOP\x10\x00\x12\x1E\x0A\x1AEND_BEHAVIOR_STOP_ON_BLACK\x10\x01\x12\x1E\x0A\x1AEND_BEHAVIOR_STOP_ON_CLEAR\x10\x02\x12\x1E\x0A\x1AEND_BEHAVIOR_FADE_TO_BLACK\x10\x03\x12\x1E\x0A\x1AEND_BEHAVIOR_FADE_TO_CLEAR\x10\x04\"\x8D\x01\x0A\x09FieldType\x12\x16\x0A\x12FIELD_TYPE_UNKNOWN\x10\x00\x12\x1A\x0A\x16FIELD_TYPE_PROGRESSIVE\x10\x01\x12%\x0A!FIELD_TYPE_INTERLACED_UPPER_FIRST\x10\x02\x12%\x0A!FIELD_TYPE_INTERLACED_LOWER_FIRST\x10\x03\x1A\x93\x01\x0A\x13LiveVideoProperties\x120\x0A\x0Cvideo_device\x18\x01 \x01(\x0B2\x1A.rv.data.Media.VideoDevice\x120\x0A\x0Caudio_device\x18\x02 \x01(\x0B2\x1A.rv.data.Media.AudioDevice\x12\x18\x0A\x10live_video_index\x18\x03 \x01(\x05\x1A\xA2\x01\x0A\x13AudioTypeProperties\x12-\x0A\x05audio\x18\x01 \x01(\x0B2\x1E.rv.data.Media.AudioProperties\x125\x0A\x09transport\x18\x02 \x01(\x0B2\".rv.data.Media.TransportProperties\x12%\x0A\x04file\x18\x03 \x01(\x0B2\x17.rv.data.FileProperties\x1Ao\x0A\x13ImageTypeProperties\x121\x0A\x07drawing\x18\x01 \x01(\x0B2 .rv.data.Media.DrawingProperties\x12%\x0A\x04file\x18\x02 \x01(\x0B2\x17.rv.data.FileProperties\x1A\x84\x02\x0A\x13VideoTypeProperties\x121\x0A\x07drawing\x18\x01 \x01(\x0B2 .rv.data.Media.DrawingProperties\x12-\x0A\x05audio\x18\x02 \x01(\x0B2\x1E.rv.data.Media.AudioProperties\x125\x0A\x09transport\x18\x03 \x01(\x0B2\".rv.data.Media.TransportProperties\x12-\x0A\x05video\x18\x04 \x01(\x0B2\x1E.rv.data.Media.VideoProperties\x12%\x0A\x04file\x18\x05 \x01(\x0B2\x17.rv.data.FileProperties\x1A\xB3\x01\x0A\x17LiveVideoTypeProperties\x121\x0A\x07drawing\x18\x01 \x01(\x0B2 .rv.data.Media.DrawingProperties\x12-\x0A\x05audio\x18\x02 \x01(\x0B2\x1E.rv.data.Media.AudioProperties\x126\x0A\x0Alive_video\x18\x03 \x01(\x0B2\".rv.data.Media.LiveVideoProperties\x1Ah\x0A\x18WebContentTypeProperties\x121\x0A\x07drawing\x18\x01 \x01(\x0B2 .rv.data.Media.DrawingProperties\x12\x19\x0A\x03url\x18\x02 \x01(\x0B2\x0C.rv.data.URL\"w\x0A\x0DScaleBehavior\x12\x16\x0A\x12SCALE_BEHAVIOR_FIT\x10\x00\x12\x17\x0A\x13SCALE_BEHAVIOR_FILL\x10\x01\x12\x1A\x0A\x16SCALE_BEHAVIOR_STRETCH\x10\x02\x12\x19\x0A\x15SCALE_BEHAVIOR_CUSTOM\x10\x03\"\xB9\x02\x0A\x0EScaleAlignment\x12!\x0A\x1DSCALE_ALIGNMENT_MIDDLE_CENTER\x10\x00\x12\x1C\x0A\x18SCALE_ALIGNMENT_TOP_LEFT\x10\x01\x12\x1E\x0A\x1ASCALE_ALIGNMENT_TOP_CENTER\x10\x02\x12\x1D\x0A\x19SCALE_ALIGNMENT_TOP_RIGHT\x10\x03\x12 \x0A\x1CSCALE_ALIGNMENT_MIDDLE_RIGHT\x10\x04\x12 \x0A\x1CSCALE_ALIGNMENT_BOTTOM_RIGHT\x10\x05\x12!\x0A\x1DSCALE_ALIGNMENT_BOTTOM_CENTER\x10\x06\x12\x1F\x0A\x1BSCALE_ALIGNMENT_BOTTOM_LEFT\x10\x07\x12\x1F\x0A\x1BSCALE_ALIGNMENT_MIDDLE_LEFT\x10\x08B\x10\x0A\x0ETypePropertiesB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/Groups.php b/generated/GPBMetadata/Groups.php index dee25d2..6290220 100644 --- a/generated/GPBMetadata/Groups.php +++ b/generated/GPBMetadata/Groups.php @@ -16,10 +16,11 @@ class Groups return; } \GPBMetadata\Color::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\HotKey::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xEE\x02\x0A\x0Cgroups.proto\x12\x07rv.data\x1A\x0ChotKey.proto\x1A\x0Auuid.proto\"\xC7\x01\x0A\x05Group\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12\x1F\x0A\x06hotKey\x18\x04 \x01(\x0B2\x0F.rv.data.HotKey\x123\x0A\x1Capplication_group_identifier\x18\x05 \x01(\x0B2\x0D.rv.data.UUID\x12\x1E\x0A\x16application_group_name\x18\x06 \x01(\x09\"3\x0A\x11ProGroupsDocument\x12\x1E\x0A\x06groups\x18\x01 \x03(\x0B2\x0E.rv.data.GroupB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\x83\x03\x0A\x0Cgroups.proto\x12\x07rv.data\x1A\x13customOptions.proto\x1A\x0ChotKey.proto\x1A\x0Auuid.proto\"\xC7\x01\x0A\x05Group\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12\x1F\x0A\x06hotKey\x18\x04 \x01(\x0B2\x0F.rv.data.HotKey\x123\x0A\x1Capplication_group_identifier\x18\x05 \x01(\x0B2\x0D.rv.data.UUID\x12\x1E\x0A\x16application_group_name\x18\x06 \x01(\x09\"3\x0A\x11ProGroupsDocument\x12\x1E\x0A\x06groups\x18\x01 \x03(\x0B2\x0E.rv.data.GroupB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/HotKey.php b/generated/GPBMetadata/HotKey.php index 546fc69..0792eda 100644 --- a/generated/GPBMetadata/HotKey.php +++ b/generated/GPBMetadata/HotKey.php @@ -15,6 +15,7 @@ class HotKey if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); $pool->internalAddGeneratedFile( "\x0A\xB7\x16\x0A\x0ChotKey.proto\x12\x07rv.data\"D\x0A\x06HotKey\x12\x1E\x0A\x04code\x18\x01 \x01(\x0E2\x10.rv.data.KeyCode\x12\x1A\x0A\x12control_identifier\x18\x02 \x01(\x09*\x99\x15\x0A\x07KeyCode\x12\x14\x0A\x10KEY_CODE_UNKNOWN\x10\x00\x12\x13\x0A\x0FKEY_CODE_ANSI_A\x10\x01\x12\x13\x0A\x0FKEY_CODE_ANSI_B\x10\x02\x12\x13\x0A\x0FKEY_CODE_ANSI_C\x10\x03\x12\x13\x0A\x0FKEY_CODE_ANSI_D\x10\x04\x12\x13\x0A\x0FKEY_CODE_ANSI_E\x10\x05\x12\x13\x0A\x0FKEY_CODE_ANSI_F\x10\x06\x12\x13\x0A\x0FKEY_CODE_ANSI_G\x10\x07\x12\x13\x0A\x0FKEY_CODE_ANSI_H\x10\x08\x12\x13\x0A\x0FKEY_CODE_ANSI_I\x10\x09\x12\x13\x0A\x0FKEY_CODE_ANSI_J\x10\x0A\x12\x13\x0A\x0FKEY_CODE_ANSI_K\x10\x0B\x12\x13\x0A\x0FKEY_CODE_ANSI_L\x10\x0C\x12\x13\x0A\x0FKEY_CODE_ANSI_M\x10\x0D\x12\x13\x0A\x0FKEY_CODE_ANSI_N\x10\x0E\x12\x13\x0A\x0FKEY_CODE_ANSI_O\x10\x0F\x12\x13\x0A\x0FKEY_CODE_ANSI_P\x10\x10\x12\x13\x0A\x0FKEY_CODE_ANSI_Q\x10\x11\x12\x13\x0A\x0FKEY_CODE_ANSI_R\x10\x12\x12\x13\x0A\x0FKEY_CODE_ANSI_S\x10\x13\x12\x13\x0A\x0FKEY_CODE_ANSI_T\x10\x14\x12\x13\x0A\x0FKEY_CODE_ANSI_U\x10\x15\x12\x13\x0A\x0FKEY_CODE_ANSI_V\x10\x16\x12\x13\x0A\x0FKEY_CODE_ANSI_W\x10\x17\x12\x13\x0A\x0FKEY_CODE_ANSI_X\x10\x18\x12\x13\x0A\x0FKEY_CODE_ANSI_Y\x10\x19\x12\x13\x0A\x0FKEY_CODE_ANSI_Z\x10\x1A\x12\x13\x0A\x0FKEY_CODE_ANSI_0\x10\x1B\x12\x13\x0A\x0FKEY_CODE_ANSI_1\x10\x1C\x12\x13\x0A\x0FKEY_CODE_ANSI_2\x10\x1D\x12\x13\x0A\x0FKEY_CODE_ANSI_3\x10\x1E\x12\x13\x0A\x0FKEY_CODE_ANSI_4\x10\x1F\x12\x13\x0A\x0FKEY_CODE_ANSI_5\x10 \x12\x13\x0A\x0FKEY_CODE_ANSI_6\x10!\x12\x13\x0A\x0FKEY_CODE_ANSI_7\x10\"\x12\x13\x0A\x0FKEY_CODE_ANSI_8\x10#\x12\x13\x0A\x0FKEY_CODE_ANSI_9\x10\$\x12\x17\x0A\x13KEY_CODE_ANSI_EQUAL\x10%\x12\x17\x0A\x13KEY_CODE_ANSI_MINUS\x10&\x12\x1F\x0A\x1BKEY_CODE_ANSI_RIGHT_BRACKET\x10'\x12\x1E\x0A\x1AKEY_CODE_ANSI_LEFT_BRACKET\x10(\x12\x17\x0A\x13KEY_CODE_ANSI_QUOTE\x10)\x12\x1B\x0A\x17KEY_CODE_ANSI_SEMICOLON\x10*\x12\x1B\x0A\x17KEY_CODE_ANSI_BACKSLASH\x10+\x12\x17\x0A\x13KEY_CODE_ANSI_COMMA\x10,\x12\x17\x0A\x13KEY_CODE_ANSI_SLASH\x10-\x12\x18\x0A\x14KEY_CODE_ANSI_PERIOD\x10.\x12\x17\x0A\x13KEY_CODE_ANSI_GRAVE\x10/\x12 \x0A\x1CKEY_CODE_ANSI_KEYPAD_DECIMAL\x100\x12\x1D\x0A\x19KEY_CODE_ANSI_KEYPAD_PLUS\x101\x12\x1E\x0A\x1AKEY_CODE_ANSI_KEYPAD_CLEAR\x102\x12\x1F\x0A\x1BKEY_CODE_ANSI_KEYPAD_DIVIDE\x103\x12\x1E\x0A\x1AKEY_CODE_ANSI_KEYPAD_ENTER\x104\x12\x1E\x0A\x1AKEY_CODE_ANSI_KEYPAD_MINUS\x105\x12\x1F\x0A\x1BKEY_CODE_ANSI_KEYPAD_EQUALS\x106\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_0\x107\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_1\x108\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_2\x109\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_3\x10:\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_4\x10;\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_5\x10<\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_6\x10=\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_7\x10>\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_8\x10?\x12\x1A\x0A\x16KEY_CODE_ANSI_KEYPAD_9\x10@\x12\x0F\x0A\x0BKEY_CODE_F1\x10A\x12\x0F\x0A\x0BKEY_CODE_F2\x10B\x12\x0F\x0A\x0BKEY_CODE_F3\x10C\x12\x0F\x0A\x0BKEY_CODE_F4\x10D\x12\x0F\x0A\x0BKEY_CODE_F5\x10E\x12\x0F\x0A\x0BKEY_CODE_F6\x10F\x12\x0F\x0A\x0BKEY_CODE_F7\x10G\x12\x0F\x0A\x0BKEY_CODE_F8\x10H\x12\x0F\x0A\x0BKEY_CODE_F9\x10I\x12\x10\x0A\x0CKEY_CODE_F10\x10J\x12\x10\x0A\x0CKEY_CODE_F11\x10K\x12\x10\x0A\x0CKEY_CODE_F12\x10L\x12\x10\x0A\x0CKEY_CODE_F13\x10M\x12\x10\x0A\x0CKEY_CODE_F14\x10N\x12\x10\x0A\x0CKEY_CODE_F15\x10O\x12\x10\x0A\x0CKEY_CODE_F16\x10P\x12\x10\x0A\x0CKEY_CODE_F17\x10Q\x12\x10\x0A\x0CKEY_CODE_F18\x10R\x12\x10\x0A\x0CKEY_CODE_F19\x10S\x12\x10\x0A\x0CKEY_CODE_F20\x10T\x12\x15\x0A\x11KEY_CODE_FUNCTION\x10U\x12\x13\x0A\x0FKEY_CODE_RETURN\x10V\x12\x10\x0A\x0CKEY_CODE_TAB\x10W\x12\x12\x0A\x0EKEY_CODE_SPACE\x10X\x12\x13\x0A\x0FKEY_CODE_DELETE\x10Y\x12\x13\x0A\x0FKEY_CODE_ESCAPE\x10Z\x12\x14\x0A\x10KEY_CODE_COMMAND\x10[\x12\x12\x0A\x0EKEY_CODE_SHIFT\x10\\\x12\x16\x0A\x12KEY_CODE_CAPS_LOCK\x10]\x12\x13\x0A\x0FKEY_CODE_OPTION\x10^\x12\x14\x0A\x10KEY_CODE_CONTROL\x10_\x12\x18\x0A\x14KEY_CODE_RIGHT_SHIFT\x10`\x12\x19\x0A\x15KEY_CODE_RIGHT_OPTION\x10a\x12\x1A\x0A\x16KEY_CODE_RIGHT_CONTROL\x10b\x12\x16\x0A\x12KEY_CODE_VOLUME_UP\x10c\x12\x18\x0A\x14KEY_CODE_VOLUME_DOWN\x10d\x12\x11\x0A\x0DKEY_CODE_MUTE\x10e\x12\x11\x0A\x0DKEY_CODE_HELP\x10f\x12\x11\x0A\x0DKEY_CODE_HOME\x10g\x12\x14\x0A\x10KEY_CODE_PAGE_UP\x10h\x12\x1B\x0A\x17KEY_CODE_FORWARD_DELETE\x10i\x12\x10\x0A\x0CKEY_CODE_END\x10j\x12\x16\x0A\x12KEY_CODE_PAGE_DOWN\x10k\x12\x17\x0A\x13KEY_CODE_LEFT_ARROW\x10l\x12\x18\x0A\x14KEY_CODE_RIGHT_ARROW\x10m\x12\x17\x0A\x13KEY_CODE_DOWN_ARROW\x10n\x12\x15\x0A\x11KEY_CODE_UP_ARROW\x10o\x12\x1A\x0A\x16KEY_CODE_ISO_SELECTION\x10p\x12\x14\x0A\x10KEY_CODE_JIS_YEN\x10q\x12\x1B\x0A\x17KEY_CODE_JIS_UNDERSCORE\x10r\x12\x1D\x0A\x19KEY_CODE_JIS_KEYPAD_COMMA\x10s\x12\x15\x0A\x11KEY_CODE_JIS_EISU\x10t\x12\x15\x0A\x11KEY_CODE_JIS_KANA\x10uB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); diff --git a/generated/GPBMetadata/IntRange.php b/generated/GPBMetadata/IntRange.php index 47edf05..6c99e12 100644 --- a/generated/GPBMetadata/IntRange.php +++ b/generated/GPBMetadata/IntRange.php @@ -15,6 +15,7 @@ class IntRange if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); $pool->internalAddGeneratedFile( "\x0A\x7F\x0A\x0EintRange.proto\x12\x07rv.data\"&\x0A\x08IntRange\x12\x0D\x0A\x05start\x18\x01 \x01(\x05\x12\x0B\x0A\x03end\x18\x02 \x01(\x05B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); diff --git a/generated/GPBMetadata/Macros.php b/generated/GPBMetadata/Macros.php index 2ae4409..76be513 100644 --- a/generated/GPBMetadata/Macros.php +++ b/generated/GPBMetadata/Macros.php @@ -18,9 +18,10 @@ class Macros \GPBMetadata\Action::initOnce(); \GPBMetadata\ApplicationInfo::initOnce(); \GPBMetadata\Color::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x97\x10\x0A\x0Cmacros.proto\x12\x07rv.data\x1A\x15applicationInfo.proto\x1A\x0Bcolor.proto\x1A\x0Auuid.proto\"\x8F\x0F\x0A\x0EMacrosDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12-\x0A\x06macros\x18\x02 \x03(\x0B2\x1D.rv.data.MacrosDocument.Macro\x12B\x0A\x11macro_collections\x18\x03 \x03(\x0B2'.rv.data.MacrosDocument.MacroCollection\x1A\xA2\x0C\x0A\x05Macro\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12 \x0A\x07actions\x18\x04 \x03(\x0B2\x0F.rv.data.Action\x12\x1A\x0A\x12trigger_on_startup\x18\x05 \x01(\x08\x12;\x0A\x0Aimage_type\x18\x06 \x01(\x0E2'.rv.data.MacrosDocument.Macro.ImageType\x12\x12\x0A\x0Aimage_data\x18\x07 \x01(\x0C\"\xBF\x0A\x0A\x09ImageType\x12\x14\x0A\x10ImageTypeDefault\x10\x00\x12\x10\x0A\x0CImageTypeOne\x10\x01\x12\x10\x0A\x0CImageTypeTwo\x10\x02\x12\x12\x0A\x0EImageTypeThree\x10\x03\x12\x11\x0A\x0DImageTypeFour\x10\x04\x12\x11\x0A\x0DImageTypeFive\x10\x05\x12\x10\x0A\x0CImageTypeSix\x10\x06\x12\x12\x0A\x0EImageTypeSeven\x10\x07\x12\x12\x0A\x0EImageTypeEight\x10\x08\x12\x11\x0A\x0DImageTypeNine\x10\x09\x12\x11\x0A\x0DImageTypeZero\x10\x0A\x12\x12\x0A\x0EImageTypeArrow\x10\x0B\x12\x12\x0A\x0EImageTypeAudio\x10\x0C\x12\x11\x0A\x0DImageTypeBell\x10\x0D\x12\x11\x0A\x0DImageTypeBulb\x10\x0E\x12\x12\x0A\x0EImageTypeCloud\x10\x0F\x12\x14\x0A\x10ImageTypeCupcake\x10\x10\x12\x18\x0A\x14ImageTypeExclamation\x10\x11\x12\x12\x0A\x0EImageTypeFlask\x10\x12\x12\x13\x0A\x0FImageTypeFlower\x10\x13\x12\x14\x0A\x10ImageTypeGlasses\x10\x14\x12\x14\x0A\x10ImageTypeHashtag\x10\x15\x12\x10\x0A\x0CImageTypeHat\x10\x16\x12\x12\x0A\x0EImageTypeHeart\x10\x17\x12\x16\x0A\x12ImageTypeMegaphone\x10\x18\x12\x14\x0A\x10ImageTypeMessage\x10\x19\x12\x16\x0A\x12ImageTypePaperclip\x10\x1A\x12\x11\x0A\x0DImageTypePlay\x10\x1B\x12\x12\x0A\x0EImageTypeSlide\x10\x1C\x12\x11\x0A\x0DImageTypeStar\x10\x1D\x12\x10\x0A\x0CImageTypeSun\x10\x1E\x12\x17\x0A\x13ImageTypeSunglasses\x10\x1F\x12\x13\x0A\x0FImageTypeTarget\x10 \x12\x12\x0A\x0EImageTypeTimer\x10!\x12\x17\x0A\x13ImageTypeVideoInput\x10\"\x12\x13\x0A\x0FImageTypeXClear\x10#\x12\x14\x0A\x10ImageTypeLetterA\x10\$\x12\x14\x0A\x10ImageTypeLetterB\x10%\x12\x14\x0A\x10ImageTypeLetterC\x10&\x12\x14\x0A\x10ImageTypeLetterD\x10'\x12\x14\x0A\x10ImageTypeLetterE\x10(\x12\x14\x0A\x10ImageTypeLetterF\x10)\x12\x14\x0A\x10ImageTypeLetterG\x10*\x12\x14\x0A\x10ImageTypeLetterH\x10+\x12\x14\x0A\x10ImageTypeLetterI\x10,\x12\x14\x0A\x10ImageTypeLetterJ\x10-\x12\x14\x0A\x10ImageTypeLetterK\x10.\x12\x14\x0A\x10ImageTypeLetterL\x10/\x12\x14\x0A\x10ImageTypeLetterM\x100\x12\x14\x0A\x10ImageTypeLetterN\x101\x12\x14\x0A\x10ImageTypeLetterO\x102\x12\x14\x0A\x10ImageTypeLetterP\x103\x12\x14\x0A\x10ImageTypeLetterQ\x104\x12\x14\x0A\x10ImageTypeLetterR\x105\x12\x14\x0A\x10ImageTypeLetterS\x106\x12\x14\x0A\x10ImageTypeLetterT\x107\x12\x14\x0A\x10ImageTypeLetterU\x108\x12\x14\x0A\x10ImageTypeLetterV\x109\x12\x14\x0A\x10ImageTypeLetterW\x10:\x12\x14\x0A\x10ImageTypeLetterX\x10;\x12\x14\x0A\x10ImageTypeLetterY\x10<\x12\x14\x0A\x10ImageTypeLetterZ\x10=\x12\x13\x0A\x0FImageTypeCustom\x10>\x1A\xB0\x01\x0A\x0FMacroCollection\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12;\x0A\x05items\x18\x03 \x03(\x0B2,.rv.data.MacrosDocument.MacroCollection.Item\x1A5\x0A\x04Item\x12!\x0A\x08macro_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUIDH\x00B\x0A\x0A\x08ItemTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xDB\x10\x0A\x0Cmacros.proto\x12\x07rv.data\x1A\x15applicationInfo.proto\x1A\x0Bcolor.proto\x1A\x13customOptions.proto\x1A\x0Auuid.proto\"\xBE\x0F\x0A\x0EMacrosDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12-\x0A\x06macros\x18\x02 \x03(\x0B2\x1D.rv.data.MacrosDocument.Macro\x12B\x0A\x11macro_collections\x18\x03 \x03(\x0B2'.rv.data.MacrosDocument.MacroCollection\x1A\xA2\x0C\x0A\x05Macro\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12 \x0A\x07actions\x18\x04 \x03(\x0B2\x0F.rv.data.Action\x12\x1A\x0A\x12trigger_on_startup\x18\x05 \x01(\x08\x12;\x0A\x0Aimage_type\x18\x06 \x01(\x0E2'.rv.data.MacrosDocument.Macro.ImageType\x12\x12\x0A\x0Aimage_data\x18\x07 \x01(\x0C\"\xBF\x0A\x0A\x09ImageType\x12\x14\x0A\x10ImageTypeDefault\x10\x00\x12\x10\x0A\x0CImageTypeOne\x10\x01\x12\x10\x0A\x0CImageTypeTwo\x10\x02\x12\x12\x0A\x0EImageTypeThree\x10\x03\x12\x11\x0A\x0DImageTypeFour\x10\x04\x12\x11\x0A\x0DImageTypeFive\x10\x05\x12\x10\x0A\x0CImageTypeSix\x10\x06\x12\x12\x0A\x0EImageTypeSeven\x10\x07\x12\x12\x0A\x0EImageTypeEight\x10\x08\x12\x11\x0A\x0DImageTypeNine\x10\x09\x12\x11\x0A\x0DImageTypeZero\x10\x0A\x12\x12\x0A\x0EImageTypeArrow\x10\x0B\x12\x12\x0A\x0EImageTypeAudio\x10\x0C\x12\x11\x0A\x0DImageTypeBell\x10\x0D\x12\x11\x0A\x0DImageTypeBulb\x10\x0E\x12\x12\x0A\x0EImageTypeCloud\x10\x0F\x12\x14\x0A\x10ImageTypeCupcake\x10\x10\x12\x18\x0A\x14ImageTypeExclamation\x10\x11\x12\x12\x0A\x0EImageTypeFlask\x10\x12\x12\x13\x0A\x0FImageTypeFlower\x10\x13\x12\x14\x0A\x10ImageTypeGlasses\x10\x14\x12\x14\x0A\x10ImageTypeHashtag\x10\x15\x12\x10\x0A\x0CImageTypeHat\x10\x16\x12\x12\x0A\x0EImageTypeHeart\x10\x17\x12\x16\x0A\x12ImageTypeMegaphone\x10\x18\x12\x14\x0A\x10ImageTypeMessage\x10\x19\x12\x16\x0A\x12ImageTypePaperclip\x10\x1A\x12\x11\x0A\x0DImageTypePlay\x10\x1B\x12\x12\x0A\x0EImageTypeSlide\x10\x1C\x12\x11\x0A\x0DImageTypeStar\x10\x1D\x12\x10\x0A\x0CImageTypeSun\x10\x1E\x12\x17\x0A\x13ImageTypeSunglasses\x10\x1F\x12\x13\x0A\x0FImageTypeTarget\x10 \x12\x12\x0A\x0EImageTypeTimer\x10!\x12\x17\x0A\x13ImageTypeVideoInput\x10\"\x12\x13\x0A\x0FImageTypeXClear\x10#\x12\x14\x0A\x10ImageTypeLetterA\x10\$\x12\x14\x0A\x10ImageTypeLetterB\x10%\x12\x14\x0A\x10ImageTypeLetterC\x10&\x12\x14\x0A\x10ImageTypeLetterD\x10'\x12\x14\x0A\x10ImageTypeLetterE\x10(\x12\x14\x0A\x10ImageTypeLetterF\x10)\x12\x14\x0A\x10ImageTypeLetterG\x10*\x12\x14\x0A\x10ImageTypeLetterH\x10+\x12\x14\x0A\x10ImageTypeLetterI\x10,\x12\x14\x0A\x10ImageTypeLetterJ\x10-\x12\x14\x0A\x10ImageTypeLetterK\x10.\x12\x14\x0A\x10ImageTypeLetterL\x10/\x12\x14\x0A\x10ImageTypeLetterM\x100\x12\x14\x0A\x10ImageTypeLetterN\x101\x12\x14\x0A\x10ImageTypeLetterO\x102\x12\x14\x0A\x10ImageTypeLetterP\x103\x12\x14\x0A\x10ImageTypeLetterQ\x104\x12\x14\x0A\x10ImageTypeLetterR\x105\x12\x14\x0A\x10ImageTypeLetterS\x106\x12\x14\x0A\x10ImageTypeLetterT\x107\x12\x14\x0A\x10ImageTypeLetterU\x108\x12\x14\x0A\x10ImageTypeLetterV\x109\x12\x14\x0A\x10ImageTypeLetterW\x10:\x12\x14\x0A\x10ImageTypeLetterX\x10;\x12\x14\x0A\x10ImageTypeLetterY\x10<\x12\x14\x0A\x10ImageTypeLetterZ\x10=\x12\x13\x0A\x0FImageTypeCustom\x10>\x1A\xDF\x01\x0A\x0FMacroCollection\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12;\x0A\x05items\x18\x03 \x03(\x0B2,.rv.data.MacrosDocument.MacroCollection.Item\x12-\x0A\x06macros\x18\x04 \x03(\x0B2\x1D.rv.data.MacrosDocument.Macro\x1A5\x0A\x04Item\x12!\x0A\x08macro_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUIDH\x00B\x0A\x0A\x08ItemTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/MediaMetadata.php b/generated/GPBMetadata/MediaMetadata.php new file mode 100644 index 0000000..b17fa75 --- /dev/null +++ b/generated/GPBMetadata/MediaMetadata.php @@ -0,0 +1,28 @@ +internalAddGeneratedFile( + "\x0A\xF7\x09\x0A\x13mediaMetadata.proto\x12\x07rv.data\x1A\x12graphicsData.proto\x1A\x0FalphaType.proto\"\xFC\x03\x0A\x18MediaMetadataRequestInfo\x12\x11\x0A\x09file_path\x18\x01 \x01(\x09\x12\x0C\x0A\x04time\x18\x02 \x01(\x02\x12\x0D\x0A\x05width\x18\x03 \x01(\x0D\x12\x0E\x0A\x06height\x18\x04 \x01(\x0D\x12 \x0A\x07effects\x18\x05 \x03(\x0B2\x0F.rv.data.Effect\x121\x0A\x0Bcrop_insets\x18\x06 \x01(\x0B2\x1C.rv.data.Graphics.EdgeInsets\x12L\x0A\x0Fnative_rotation\x18\x07 \x01(\x0E23.rv.data.Media.DrawingProperties.NativeRotationType\x12\x1C\x0A\x14flipped_horizontally\x18\x08 \x01(\x08\x12\x1A\x0A\x12flipped_vertically\x18\x09 \x01(\x08\x12&\x0A\x0Aalpha_type\x18\x0A \x01(\x0E2\x12.rv.data.AlphaType\x12E\x0A\x0Dbuffer_format\x18\x0B \x01(\x0E2..rv.data.MediaMetadataRequestInfo.BufferFormat\"T\x0A\x0CBufferFormat\x12\x15\x0A\x11BUFFER_FORMAT_RAW\x10\x00\x12\x15\x0A\x11BUFFER_FORMAT_PNG\x10\x01\x12\x16\x0A\x12BUFFER_FORMAT_NONE\x10\x02\"\xF4\x04\x0A\x1CMediaMetadataRequestResponse\x12@\x0A\x08metadata\x18\x01 \x01(\x0B2..rv.data.MediaMetadataRequestResponse.Metadata\x12O\x0A\x15generated_bitmap_info\x18\x02 \x01(\x0B20.rv.data.MediaMetadataRequestResponse.BitmapInfo\x1A\x85\x03\x0A\x08Metadata\x12\x0D\x0A\x05width\x18\x01 \x01(\x0D\x12\x0E\x0A\x06height\x18\x02 \x01(\x0D\x12\x0B\x0A\x03fps\x18\x03 \x01(\x02\x12\x10\x0A\x08duration\x18\x04 \x01(\x02\x12\x1D\x0A\x15number_audio_channels\x18\x05 \x01(\x0D\x12\x0D\x0A\x05codec\x18\x06 \x01(\x09\x12\x0E\x0A\x06artist\x18\x07 \x01(\x09\x12\x0D\x0A\x05title\x18\x08 \x01(\x09\x12\x10\x0A\x08rotation\x18\x09 \x01(\x02\x12P\x0A\x0Ccontent_type\x18\x0A \x01(\x0E2:.rv.data.MediaMetadataRequestResponse.Metadata.ContentType\x12\x19\x0A\x11has_alpha_channel\x18\x0B \x01(\x08\"o\x0A\x0BContentType\x12\x18\x0A\x14CONTENT_TYPE_UNKNOWN\x10\x00\x12\x16\x0A\x12CONTENT_TYPE_AUDIO\x10\x01\x12\x16\x0A\x12CONTENT_TYPE_IMAGE\x10\x02\x12\x16\x0A\x12CONTENT_TYPE_VIDEO\x10\x03\x1A9\x0A\x0ABitmapInfo\x12\x0D\x0A\x05width\x18\x01 \x01(\x0D\x12\x0E\x0A\x06height\x18\x02 \x01(\x0D\x12\x0C\x0A\x04size\x18\x03 \x01(\x04B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/Messages.php b/generated/GPBMetadata/Messages.php index 62f324b..ce2b102 100644 --- a/generated/GPBMetadata/Messages.php +++ b/generated/GPBMetadata/Messages.php @@ -16,11 +16,12 @@ class Messages return; } \GPBMetadata\ApplicationInfo::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\TemplateIdentification::initOnce(); \GPBMetadata\Timers::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xCE\x0B\x0A\x0Emessages.proto\x12\x07rv.data\x1A\x1CtemplateIdentification.proto\x1A\x0Ctimers.proto\x1A\x0Auuid.proto\"\xD1\x09\x0A\x07Message\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0D\x0A\x05title\x18\x02 \x01(\x09\x12\x16\x0A\x0Etime_to_remove\x18\x03 \x01(\x01\x12\x1A\x0A\x12visible_on_network\x18\x04 \x01(\x08\x121\x0A\x08template\x18\x06 \x01(\x0B2\x1F.rv.data.TemplateIdentification\x12.\x0A\x0Aclear_type\x18\x09 \x01(\x0E2\x1A.rv.data.Message.ClearType\x12\x14\x0A\x0Cmessage_text\x18\x0A \x01(\x09\x12&\x0A\x06tokens\x18\x0B \x03(\x0B2\x16.rv.data.Message.Token\x121\x0A\x0Ctoken_values\x18\x0C \x03(\x0B2\x1B.rv.data.Message.TokenValue\x1A\xCB\x02\x0A\x05Token\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x124\x0A\x04text\x18\x02 \x01(\x0B2\$.rv.data.Message.Token.TokenTypeTextH\x00\x126\x0A\x05timer\x18\x03 \x01(\x0B2%.rv.data.Message.Token.TokenTypeTimerH\x00\x126\x0A\x05clock\x18\x04 \x01(\x0B2%.rv.data.Message.Token.TokenTypeClockH\x00\x1A\x1D\x0A\x0DTokenTypeText\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1AA\x0A\x0ETokenTypeTimer\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12!\x0A\x0Atimer_uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x1A\x10\x0A\x0ETokenTypeClockB\x0B\x0A\x09TokenType\x1A\xD5\x03\x0A\x0ATokenValue\x12\x1F\x0A\x08token_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Atoken_name\x18\x05 \x01(\x09\x12:\x0A\x04text\x18\x02 \x01(\x0B2*.rv.data.Message.TokenValue.TokenValueTextH\x00\x12<\x0A\x05timer\x18\x03 \x01(\x0B2+.rv.data.Message.TokenValue.TokenValueTimerH\x00\x12<\x0A\x05clock\x18\x04 \x01(\x0B2+.rv.data.Message.TokenValue.TokenValueClockH\x00\x1A\x1F\x0A\x0ETokenValueText\x12\x0D\x0A\x05value\x18\x01 \x01(\x09\x1Am\x0A\x0FTokenValueTimer\x123\x0A\x0Dconfiguration\x18\x01 \x01(\x0B2\x1C.rv.data.Timer.Configuration\x12%\x0A\x06format\x18\x02 \x01(\x0B2\x15.rv.data.Timer.Format\x1A8\x0A\x0FTokenValueClock\x12%\x0A\x06format\x18\x01 \x01(\x0B2\x15.rv.data.Clock.FormatB\x10\x0A\x0ETokenValueType\"Z\x0A\x09ClearType\x12\x15\x0A\x11CLEAR_TYPE_MANUAL\x10\x00\x12\x19\x0A\x15CLEAR_TYPE_AFTER_TIME\x10\x01\x12\x1B\x0A\x17CLEAR_TYPE_AFTER_TIMERS\x10\x02J\x04\x08\x05\x10\x06J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\x09\"i\x0A\x0FMessageDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\"\x0A\x08messages\x18\x02 \x03(\x0B2\x10.rv.data.MessageB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xE3\x0B\x0A\x0Emessages.proto\x12\x07rv.data\x1A\x13customOptions.proto\x1A\x1CtemplateIdentification.proto\x1A\x0Ctimers.proto\x1A\x0Auuid.proto\"\xD1\x09\x0A\x07Message\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0D\x0A\x05title\x18\x02 \x01(\x09\x12\x16\x0A\x0Etime_to_remove\x18\x03 \x01(\x01\x12\x1A\x0A\x12visible_on_network\x18\x04 \x01(\x08\x121\x0A\x08template\x18\x06 \x01(\x0B2\x1F.rv.data.TemplateIdentification\x12.\x0A\x0Aclear_type\x18\x09 \x01(\x0E2\x1A.rv.data.Message.ClearType\x12\x14\x0A\x0Cmessage_text\x18\x0A \x01(\x09\x12&\x0A\x06tokens\x18\x0B \x03(\x0B2\x16.rv.data.Message.Token\x121\x0A\x0Ctoken_values\x18\x0C \x03(\x0B2\x1B.rv.data.Message.TokenValue\x1A\xCB\x02\x0A\x05Token\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x124\x0A\x04text\x18\x02 \x01(\x0B2\$.rv.data.Message.Token.TokenTypeTextH\x00\x126\x0A\x05timer\x18\x03 \x01(\x0B2%.rv.data.Message.Token.TokenTypeTimerH\x00\x126\x0A\x05clock\x18\x04 \x01(\x0B2%.rv.data.Message.Token.TokenTypeClockH\x00\x1A\x1D\x0A\x0DTokenTypeText\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1AA\x0A\x0ETokenTypeTimer\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12!\x0A\x0Atimer_uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x1A\x10\x0A\x0ETokenTypeClockB\x0B\x0A\x09TokenType\x1A\xD5\x03\x0A\x0ATokenValue\x12\x1F\x0A\x08token_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Atoken_name\x18\x05 \x01(\x09\x12:\x0A\x04text\x18\x02 \x01(\x0B2*.rv.data.Message.TokenValue.TokenValueTextH\x00\x12<\x0A\x05timer\x18\x03 \x01(\x0B2+.rv.data.Message.TokenValue.TokenValueTimerH\x00\x12<\x0A\x05clock\x18\x04 \x01(\x0B2+.rv.data.Message.TokenValue.TokenValueClockH\x00\x1A\x1F\x0A\x0ETokenValueText\x12\x0D\x0A\x05value\x18\x01 \x01(\x09\x1Am\x0A\x0FTokenValueTimer\x123\x0A\x0Dconfiguration\x18\x01 \x01(\x0B2\x1C.rv.data.Timer.Configuration\x12%\x0A\x06format\x18\x02 \x01(\x0B2\x15.rv.data.Timer.Format\x1A8\x0A\x0FTokenValueClock\x12%\x0A\x06format\x18\x01 \x01(\x0B2\x15.rv.data.Clock.FormatB\x10\x0A\x0ETokenValueType\"Z\x0A\x09ClearType\x12\x15\x0A\x11CLEAR_TYPE_MANUAL\x10\x00\x12\x19\x0A\x15CLEAR_TYPE_AFTER_TIME\x10\x01\x12\x1B\x0A\x17CLEAR_TYPE_AFTER_TIMERS\x10\x02J\x04\x08\x05\x10\x06J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\x09\"i\x0A\x0FMessageDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\"\x0A\x08messages\x18\x02 \x03(\x0B2\x10.rv.data.MessageB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/Presentation.php b/generated/GPBMetadata/Presentation.php index 3cd54d5..c0cf441 100644 --- a/generated/GPBMetadata/Presentation.php +++ b/generated/GPBMetadata/Presentation.php @@ -19,6 +19,7 @@ class Presentation \GPBMetadata\ApplicationInfo::initOnce(); \GPBMetadata\Background::initOnce(); \GPBMetadata\Cue::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Effects::initOnce(); \GPBMetadata\Groups::initOnce(); \GPBMetadata\IntRange::initOnce(); @@ -27,7 +28,7 @@ class Presentation \GPBMetadata\Url::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x89\x15\x0A\x12presentation.proto\x12\x07rv.data\x1A\x15applicationInfo.proto\x1A\x10background.proto\x1A\x09cue.proto\x1A\x0Deffects.proto\x1A\x0Cgroups.proto\x1A\x0EintRange.proto\x1A\x13musicKeyScale.proto\x1A\x11rvtimestamp.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\x8B\x13\x0A\x0CPresentation\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\x1B\x0A\x04uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x12*\x0A\x0Elast_date_used\x18\x04 \x01(\x0B2\x12.rv.data.Timestamp\x12.\x0A\x12last_modified_date\x18\x05 \x01(\x0B2\x12.rv.data.Timestamp\x12\x10\x0A\x08category\x18\x06 \x01(\x09\x12\x0D\x0A\x05notes\x18\x07 \x01(\x09\x12'\x0A\x0Abackground\x18\x08 \x01(\x0B2\x13.rv.data.Background\x12!\x0A\x0Bchord_chart\x18\x09 \x01(\x0B2\x0C.rv.data.URL\x12+\x0A\x14selected_arrangement\x18\x0A \x01(\x0B2\x0D.rv.data.UUID\x127\x0A\x0Carrangements\x18\x0B \x03(\x0B2!.rv.data.Presentation.Arrangement\x122\x0A\x0Acue_groups\x18\x0C \x03(\x0B2\x1E.rv.data.Presentation.CueGroup\x12\x1A\x0A\x04cues\x18\x0D \x03(\x0B2\x0C.rv.data.Cue\x12(\x0A\x04ccli\x18\x0E \x01(\x0B2\x1A.rv.data.Presentation.CCLI\x12=\x0A\x0Fbible_reference\x18\x0F \x01(\x0B2\$.rv.data.Presentation.BibleReference\x120\x0A\x08timeline\x18\x11 \x01(\x0B2\x1E.rv.data.Presentation.Timeline\x12'\x0A\x0Atransition\x18\x12 \x01(\x0B2\x13.rv.data.Transition\x12?\x0A\x13content_destination\x18\x13 \x01(\x0E2\".rv.data.Action.ContentDestination\x12J\x0A\x16multi_tracks_licensing\x18\x15 \x01(\x0B2*.rv.data.Presentation.MultiTracksLicensing\x12\x11\x0A\x09music_key\x18\x16 \x01(\x09\x12*\x0A\x05music\x18\x17 \x01(\x0B2\x1B.rv.data.Presentation.Music\x12\x1D\x0A\x13slide_show_duration\x18\x14 \x01(\x01H\x00\x1A\xB3\x01\x0A\x04CCLI\x12\x0E\x0A\x06author\x18\x01 \x01(\x09\x12\x16\x0A\x0Eartist_credits\x18\x02 \x01(\x09\x12\x12\x0A\x0Asong_title\x18\x03 \x01(\x09\x12\x11\x0A\x09publisher\x18\x04 \x01(\x09\x12\x16\x0A\x0Ecopyright_year\x18\x05 \x01(\x0D\x12\x13\x0A\x0Bsong_number\x18\x06 \x01(\x0D\x12\x0F\x0A\x07display\x18\x07 \x01(\x08\x12\x0D\x0A\x05album\x18\x08 \x01(\x09\x12\x0F\x0A\x07artwork\x18\x09 \x01(\x0C\x1A\x8A\x02\x0A\x0EBibleReference\x12\x12\x0A\x0Abook_index\x18\x01 \x01(\x0D\x12\x11\x0A\x09book_name\x18\x02 \x01(\x09\x12(\x0A\x0Dchapter_range\x18\x03 \x01(\x0B2\x11.rv.data.IntRange\x12&\x0A\x0Bverse_range\x18\x04 \x01(\x0B2\x11.rv.data.IntRange\x12\x18\x0A\x10translation_name\x18\x05 \x01(\x09\x12(\x0A translation_display_abbreviation\x18\x06 \x01(\x09\x12)\x0A!translation_internal_abbreviation\x18\x07 \x01(\x09\x12\x10\x0A\x08book_key\x18\x08 \x01(\x09\x1A\x81\x03\x0A\x08Timeline\x120\x0A\x04cues\x18\x01 \x03(\x0B2\".rv.data.Presentation.Timeline.Cue\x12\x10\x0A\x08duration\x18\x05 \x01(\x01\x12\x0C\x0A\x04loop\x18\x06 \x01(\x08\x12%\x0A\x0Caudio_action\x18\x08 \x01(\x0B2\x0F.rv.data.Action\x12\x17\x0A\x0Ftimecode_enable\x18\x09 \x01(\x08\x12\x17\x0A\x0Ftimecode_offset\x18\x0A \x01(\x01\x123\x0A\x07cues_v2\x18\x0B \x03(\x0B2\".rv.data.Presentation.Timeline.Cue\x1A}\x0A\x03Cue\x12\x14\x0A\x0Ctrigger_time\x18\x01 \x01(\x01\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x12\x1F\x0A\x06cue_id\x18\x02 \x01(\x0B2\x0D.rv.data.UUIDH\x00\x12!\x0A\x06action\x18\x04 \x01(\x0B2\x0F.rv.data.ActionH\x00B\x0E\x0A\x0Ctrigger_infoJ\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x07\x10\x08\x1Ab\x0A\x0BArrangement\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12(\x0A\x11group_identifiers\x18\x03 \x03(\x0B2\x0D.rv.data.UUID\x1AQ\x0A\x08CueGroup\x12\x1D\x0A\x05group\x18\x01 \x01(\x0B2\x0E.rv.data.Group\x12&\x0A\x0Fcue_identifiers\x18\x02 \x03(\x0B2\x0D.rv.data.UUID\x1A\xC0\x02\x0A\x14MultiTracksLicensing\x12\x17\x0A\x0Fsong_identifier\x18\x01 \x01(\x03\x12\x1B\x0A\x13customer_identifier\x18\x02 \x01(\x09\x12+\x0A\x0Fexpiration_date\x18\x03 \x01(\x0B2\x12.rv.data.Timestamp\x12.\x0A\x12license_expiration\x18\x04 \x01(\x0B2\x12.rv.data.Timestamp\x12M\x0A\x0Csubscription\x18\x05 \x01(\x0E27.rv.data.Presentation.MultiTracksLicensing.Subscription\"F\x0A\x0CSubscription\x12\x1A\x0A\x16SUBSCRIPTION_CHART_PRO\x10\x00\x12\x1A\x0A\x16SUBSCRIPTION_SLIDE_PRO\x10\x01\x1A\x8B\x01\x0A\x05Music\x12\x1A\x0A\x12original_music_key\x18\x01 \x01(\x09\x12\x16\x0A\x0Euser_music_key\x18\x02 \x01(\x09\x12(\x0A\x08original\x18\x03 \x01(\x0B2\x16.rv.data.MusicKeyScale\x12\$\x0A\x04user\x18\x04 \x01(\x0B2\x16.rv.data.MusicKeyScaleB\x0B\x0A\x09SlideShowJ\x04\x08\x10\x10\x11R\x0Csocial_mediaB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\x9E\x15\x0A\x12presentation.proto\x12\x07rv.data\x1A\x15applicationInfo.proto\x1A\x10background.proto\x1A\x09cue.proto\x1A\x13customOptions.proto\x1A\x0Deffects.proto\x1A\x0Cgroups.proto\x1A\x0EintRange.proto\x1A\x13musicKeyScale.proto\x1A\x11rvtimestamp.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\x8B\x13\x0A\x0CPresentation\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\x1B\x0A\x04uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x12*\x0A\x0Elast_date_used\x18\x04 \x01(\x0B2\x12.rv.data.Timestamp\x12.\x0A\x12last_modified_date\x18\x05 \x01(\x0B2\x12.rv.data.Timestamp\x12\x10\x0A\x08category\x18\x06 \x01(\x09\x12\x0D\x0A\x05notes\x18\x07 \x01(\x09\x12'\x0A\x0Abackground\x18\x08 \x01(\x0B2\x13.rv.data.Background\x12!\x0A\x0Bchord_chart\x18\x09 \x01(\x0B2\x0C.rv.data.URL\x12+\x0A\x14selected_arrangement\x18\x0A \x01(\x0B2\x0D.rv.data.UUID\x127\x0A\x0Carrangements\x18\x0B \x03(\x0B2!.rv.data.Presentation.Arrangement\x122\x0A\x0Acue_groups\x18\x0C \x03(\x0B2\x1E.rv.data.Presentation.CueGroup\x12\x1A\x0A\x04cues\x18\x0D \x03(\x0B2\x0C.rv.data.Cue\x12(\x0A\x04ccli\x18\x0E \x01(\x0B2\x1A.rv.data.Presentation.CCLI\x12=\x0A\x0Fbible_reference\x18\x0F \x01(\x0B2\$.rv.data.Presentation.BibleReference\x120\x0A\x08timeline\x18\x11 \x01(\x0B2\x1E.rv.data.Presentation.Timeline\x12'\x0A\x0Atransition\x18\x12 \x01(\x0B2\x13.rv.data.Transition\x12?\x0A\x13content_destination\x18\x13 \x01(\x0E2\".rv.data.Action.ContentDestination\x12J\x0A\x16multi_tracks_licensing\x18\x15 \x01(\x0B2*.rv.data.Presentation.MultiTracksLicensing\x12\x11\x0A\x09music_key\x18\x16 \x01(\x09\x12*\x0A\x05music\x18\x17 \x01(\x0B2\x1B.rv.data.Presentation.Music\x12\x1D\x0A\x13slide_show_duration\x18\x14 \x01(\x01H\x00\x1A\xB3\x01\x0A\x04CCLI\x12\x0E\x0A\x06author\x18\x01 \x01(\x09\x12\x16\x0A\x0Eartist_credits\x18\x02 \x01(\x09\x12\x12\x0A\x0Asong_title\x18\x03 \x01(\x09\x12\x11\x0A\x09publisher\x18\x04 \x01(\x09\x12\x16\x0A\x0Ecopyright_year\x18\x05 \x01(\x0D\x12\x13\x0A\x0Bsong_number\x18\x06 \x01(\x0D\x12\x0F\x0A\x07display\x18\x07 \x01(\x08\x12\x0D\x0A\x05album\x18\x08 \x01(\x09\x12\x0F\x0A\x07artwork\x18\x09 \x01(\x0C\x1A\x8A\x02\x0A\x0EBibleReference\x12\x12\x0A\x0Abook_index\x18\x01 \x01(\x0D\x12\x11\x0A\x09book_name\x18\x02 \x01(\x09\x12(\x0A\x0Dchapter_range\x18\x03 \x01(\x0B2\x11.rv.data.IntRange\x12&\x0A\x0Bverse_range\x18\x04 \x01(\x0B2\x11.rv.data.IntRange\x12\x18\x0A\x10translation_name\x18\x05 \x01(\x09\x12(\x0A translation_display_abbreviation\x18\x06 \x01(\x09\x12)\x0A!translation_internal_abbreviation\x18\x07 \x01(\x09\x12\x10\x0A\x08book_key\x18\x08 \x01(\x09\x1A\x81\x03\x0A\x08Timeline\x120\x0A\x04cues\x18\x01 \x03(\x0B2\".rv.data.Presentation.Timeline.Cue\x12\x10\x0A\x08duration\x18\x05 \x01(\x01\x12\x0C\x0A\x04loop\x18\x06 \x01(\x08\x12%\x0A\x0Caudio_action\x18\x08 \x01(\x0B2\x0F.rv.data.Action\x12\x17\x0A\x0Ftimecode_enable\x18\x09 \x01(\x08\x12\x17\x0A\x0Ftimecode_offset\x18\x0A \x01(\x01\x123\x0A\x07cues_v2\x18\x0B \x03(\x0B2\".rv.data.Presentation.Timeline.Cue\x1A}\x0A\x03Cue\x12\x14\x0A\x0Ctrigger_time\x18\x01 \x01(\x01\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x12\x1F\x0A\x06cue_id\x18\x02 \x01(\x0B2\x0D.rv.data.UUIDH\x00\x12!\x0A\x06action\x18\x04 \x01(\x0B2\x0F.rv.data.ActionH\x00B\x0E\x0A\x0Ctrigger_infoJ\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x07\x10\x08\x1Ab\x0A\x0BArrangement\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12(\x0A\x11group_identifiers\x18\x03 \x03(\x0B2\x0D.rv.data.UUID\x1AQ\x0A\x08CueGroup\x12\x1D\x0A\x05group\x18\x01 \x01(\x0B2\x0E.rv.data.Group\x12&\x0A\x0Fcue_identifiers\x18\x02 \x03(\x0B2\x0D.rv.data.UUID\x1A\xC0\x02\x0A\x14MultiTracksLicensing\x12\x17\x0A\x0Fsong_identifier\x18\x01 \x01(\x03\x12\x1B\x0A\x13customer_identifier\x18\x02 \x01(\x09\x12+\x0A\x0Fexpiration_date\x18\x03 \x01(\x0B2\x12.rv.data.Timestamp\x12.\x0A\x12license_expiration\x18\x04 \x01(\x0B2\x12.rv.data.Timestamp\x12M\x0A\x0Csubscription\x18\x05 \x01(\x0E27.rv.data.Presentation.MultiTracksLicensing.Subscription\"F\x0A\x0CSubscription\x12\x1A\x0A\x16SUBSCRIPTION_CHART_PRO\x10\x00\x12\x1A\x0A\x16SUBSCRIPTION_SLIDE_PRO\x10\x01\x1A\x8B\x01\x0A\x05Music\x12\x1A\x0A\x12original_music_key\x18\x01 \x01(\x09\x12\x16\x0A\x0Euser_music_key\x18\x02 \x01(\x09\x12(\x0A\x08original\x18\x03 \x01(\x0B2\x16.rv.data.MusicKeyScale\x12\$\x0A\x04user\x18\x04 \x01(\x0B2\x16.rv.data.MusicKeyScaleB\x0B\x0A\x09SlideShowJ\x04\x08\x10\x10\x11R\x0Csocial_mediaB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/PresentationSlide.php b/generated/GPBMetadata/PresentationSlide.php index fa01c26..3a3f41b 100644 --- a/generated/GPBMetadata/PresentationSlide.php +++ b/generated/GPBMetadata/PresentationSlide.php @@ -16,12 +16,13 @@ class PresentationSlide return; } \GPBMetadata\AlignmentGuide::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Effects::initOnce(); \GPBMetadata\GraphicsData::initOnce(); \GPBMetadata\Slide::initOnce(); \GPBMetadata\Url::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xDA\x03\x0A\x17presentationSlide.proto\x12\x07rv.data\x1A\x0Deffects.proto\x1A\x12graphicsData.proto\x1A\x0Bslide.proto\x1A\x09url.proto\"\xBC\x02\x0A\x11PresentationSlide\x12\"\x0A\x0Abase_slide\x18\x01 \x01(\x0B2\x0E.rv.data.Slide\x12/\x0A\x05notes\x18\x02 \x01(\x0B2 .rv.data.PresentationSlide.Notes\x124\x0A\x13template_guidelines\x18\x03 \x03(\x0B2\x17.rv.data.AlignmentGuide\x12!\x0A\x0Bchord_chart\x18\x04 \x01(\x0B2\x0C.rv.data.URL\x12'\x0A\x0Atransition\x18\x05 \x01(\x0B2\x13.rv.data.Transition\x1AP\x0A\x05Notes\x12\x10\x0A\x08rtf_data\x18\x01 \x01(\x0C\x125\x0A\x0Aattributes\x18\x02 \x01(\x0B2!.rv.data.Graphics.Text.AttributesB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xEF\x03\x0A\x17presentationSlide.proto\x12\x07rv.data\x1A\x13customOptions.proto\x1A\x0Deffects.proto\x1A\x12graphicsData.proto\x1A\x0Bslide.proto\x1A\x09url.proto\"\xBC\x02\x0A\x11PresentationSlide\x12\"\x0A\x0Abase_slide\x18\x01 \x01(\x0B2\x0E.rv.data.Slide\x12/\x0A\x05notes\x18\x02 \x01(\x0B2 .rv.data.PresentationSlide.Notes\x124\x0A\x13template_guidelines\x18\x03 \x03(\x0B2\x17.rv.data.AlignmentGuide\x12!\x0A\x0Bchord_chart\x18\x04 \x01(\x0B2\x0C.rv.data.URL\x12'\x0A\x0Atransition\x18\x05 \x01(\x0B2\x13.rv.data.Transition\x1AP\x0A\x05Notes\x12\x10\x0A\x08rtf_data\x18\x01 \x01(\x0C\x125\x0A\x0Aattributes\x18\x02 \x01(\x0B2!.rv.data.Graphics.Text.AttributesB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ProApi.php b/generated/GPBMetadata/ProApi.php index 942750f..57fee1e 100644 --- a/generated/GPBMetadata/ProApi.php +++ b/generated/GPBMetadata/ProApi.php @@ -22,7 +22,7 @@ class ProApi \GPBMetadata\Rvtimestamp::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x86q\x0A\x0CproApi.proto\x12\x07rv.data\x1A\x0Emessages.proto\x1A\x0EproApiV1.proto\x1A\x0Ctimers.proto\x1A\x11rvtimestamp.proto\x1A\x0Auuid.proto\"\xA9\x01\x0A\x08ProApiIn\x120\x0A\x0Ahandler_in\x18\x01 \x01(\x0B2\x1A.rv.data.ProLink.HandlerInH\x00\x12*\x0A\x0Bnetwork_api\x18\x02 \x01(\x0B2\x13.rv.data.NetworkAPIH\x00\x120\x0A\x0Enetwork_api_v1\x18\x03 \x01(\x0B2\x16.rv.data.NetworkAPI_v1H\x00B\x0D\x0A\x0BMessageType\"\xE4\x01\x0A\x09ProApiOut\x122\x0A\x0Bhandler_out\x18\x01 \x01(\x0B2\x1B.rv.data.ProLink.HandlerOutH\x00\x126\x0A\x0Dclient_action\x18\x02 \x01(\x0B2\x1D.rv.data.ProLink.ClientActionH\x00\x12*\x0A\x0Bnetwork_api\x18\x03 \x01(\x0B2\x13.rv.data.NetworkAPIH\x00\x120\x0A\x0Enetwork_api_v1\x18\x04 \x01(\x0B2\x16.rv.data.NetworkAPI_v1H\x00B\x0D\x0A\x0BMessageType\"\x81\x03\x0A\x1AProApiNetworkConfiguration\x12\x16\x0A\x0Eenable_network\x18\x01 \x01(\x08\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x12\x14\x0A\x0Cnetwork_name\x18\x03 \x01(\x09\x12\x15\x0A\x0Dremote_enable\x18\x04 \x01(\x08\x12\x1D\x0A\x15remote_control_enable\x18\x05 \x01(\x08\x12\x1F\x0A\x17remote_control_password\x18\x06 \x01(\x09\x12\x1D\x0A\x15remote_observe_enable\x18\x07 \x01(\x08\x12\x1F\x0A\x17remote_observe_password\x18\x08 \x01(\x09\x12\x14\x0A\x0Cstage_enable\x18\x09 \x01(\x08\x12\x16\x0A\x0Estage_password\x18\x0A \x01(\x09\x12\x13\x0A\x0Blink_enable\x18\x0B \x01(\x08\x12\x19\x0A\x11web_resource_root\x18\x0C \x01(\x09\x12\x17\x0A\x0Ftcp_stream_port\x18\x0D \x01(\x0D\x12\x19\x0A\x11tcp_stream_enable\x18\x0E \x01(\x08\"\xC8-\x0A\x07ProLink\x1A\xDD\x01\x0A\x0FGroupDefinition\x12%\x0A\x09timestamp\x18\x01 \x01(\x0B2\x12.rv.data.Timestamp\x12\x0E\x0A\x06secret\x18\x02 \x01(\x09\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x128\x0A\x07members\x18\x04 \x03(\x0B2'.rv.data.ProLink.GroupDefinition.Member\x12'\x0A\x10group_identifier\x18\x05 \x01(\x0B2\x0D.rv.data.UUID\x1A\"\x0A\x06Member\x12\x0A\x0A\x02ip\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x1A\x8C\x02\x0A\x0AZeroConfig\x1A\x8A\x01\x0A\x12NetworkEnvironment\x12:\x0A\x10available_groups\x18\x01 \x03(\x0B2 .rv.data.ProLink.GroupDefinition\x128\x0A\x11available_devices\x18\x02 \x03(\x0B2\x1D.rv.data.ProLink.MemberStatus\x1Aq\x0A\x0FMulticastPacket\x12/\x0A\x05group\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinition\x12-\x0A\x06device\x18\x02 \x01(\x0B2\x1D.rv.data.ProLink.MemberStatus\x1A\xE3\x06\x0A\x0CTowerMessage\x1A\x14\x0A\x12TowerStatusRequest\x1At\x0A\x13TowerStatusResponse\x12\x13\x0A\x0Bmember_name\x18\x02 \x01(\x09\x12<\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00B\x0A\x0A\x08Response\x1A\xA3\x01\x0A\x15TowerAddMemberRequest\x12<\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00\x12A\x0A\x0Ejoining_member\x18\x02 \x01(\x0B2'.rv.data.ProLink.GroupDefinition.MemberH\x00B\x09\x0A\x07Request\x1A\\\x0A\x18TowerRemoveMemberRequest\x12@\x0A\x0Fremoving_member\x18\x01 \x01(\x0B2'.rv.data.ProLink.GroupDefinition.Member\x1A\xD3\x02\x0A\x16TowerAddMemberResponse\x12<\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00\x12M\x0A\x06accept\x18\x02 \x01(\x0B2;.rv.data.ProLink.TowerMessage.TowerAddMemberResponse.AcceptH\x00\x12\\\x0A\x0Edecline_reason\x18\x03 \x01(\x0E2B.rv.data.ProLink.TowerMessage.TowerAddMemberResponse.DeclineReasonH\x00\x1A\x08\x0A\x06Accept\"8\x0A\x0DDeclineReason\x12\x14\x0A\x10ALREADY_IN_GROUP\x10\x00\x12\x11\x0A\x0DUSER_DECLINED\x10\x01B\x0A\x0A\x08Response\x1A\x17\x0A\x15TowerHeartbeatRequest\x1AT\x0A\x16TowerHeartbeatResponse\x12:\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinition\x1A\xF1\x02\x0A\x0CMemberStatus\x12\x0A\x0A\x02ip\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x123\x0A\x08platform\x18\x04 \x01(\x0E2!.rv.data.ApplicationInfo.Platform\x12\x12\x0A\x0Aos_version\x18\x05 \x01(\x09\x12\x18\x0A\x10host_description\x18\x06 \x01(\x09\x12\x13\x0A\x0Bapi_version\x18\x07 \x01(\x09\x12I\x0A\x11connection_status\x18\x08 \x01(\x0E2..rv.data.ProLink.MemberStatus.ConnectionStatus\"v\x0A\x10ConnectionStatus\x12\x1D\x0A\x19CONNECTION_STATUS_UNKNOWN\x10\x00\x12\x1F\x0A\x1BCONNECTION_STATUS_CONNECTED\x10\x01\x12\"\x0A\x1ECONNECTION_STATUS_DISCONNECTED\x10\x02\x1A\xE7\x03\x0A\x0CClientAction\x12E\x0A\x0Eadd_connection\x18\x01 \x01(\x0B2+.rv.data.ProLink.ClientAction.AddConnectionH\x00\x12K\x0A\x11remove_connection\x18\x02 \x01(\x0B2..rv.data.ProLink.ClientAction.RemoveConnectionH\x00\x12C\x0A\x0Dcancel_action\x18\x03 \x01(\x0B2*.rv.data.ProLink.ClientAction.CancelActionH\x00\x12?\x0A\x0Brender_time\x18\x04 \x01(\x0B2(.rv.data.ProLink.ClientAction.RenderTimeH\x00\x1A=\x0A\x0DAddConnection\x12\x0A\x0A\x02ip\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x12\x12\x0A\x0Agroup_name\x18\x03 \x01(\x09\x1A,\x0A\x10RemoveConnection\x12\x0A\x0A\x02ip\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x1A\x0E\x0A\x0CCancelAction\x1A2\x0A\x0ARenderTime\x12\x0F\x0A\x07latency\x18\x01 \x01(\x04\x12\x13\x0A\x0Brender_time\x18\x02 \x01(\x04B\x0C\x0A\x0AActionType\x1A\xE4\x16\x0A\x09HandlerIn\x12:\x0A\x0Agroup_name\x18\x01 \x01(\x0B2\$.rv.data.ProLink.HandlerIn.GroupNameH\x00\x12U\x0A\x18group_definition_request\x18\x02 \x01(\x0B21.rv.data.ProLink.HandlerIn.GroupDefinitionRequestH\x00\x12S\x0A\x17group_join_confirmation\x18\x03 \x01(\x0B20.rv.data.ProLink.HandlerIn.GroupJoinConfirmationH\x00\x12K\x0A\x13group_join_password\x18\x04 \x01(\x0B2,.rv.data.ProLink.HandlerIn.GroupJoinPasswordH\x00\x12O\x0A\x15add_connection_result\x18\x05 \x01(\x0B2..rv.data.ProLink.HandlerIn.AddConnectionResultH\x00\x128\x0A\x0Cgroup_update\x18\x06 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00\x12M\x0A\x14member_status_change\x18\x07 \x01(\x0B2-.rv.data.ProLink.HandlerIn.MemberStatusChangeH\x00\x12H\x0A\x11propresenter_info\x18\x08 \x01(\x0B2+.rv.data.ProLink.HandlerIn.ProPresenterInfoH\x00\x12>\x0A\x0Cserver_state\x18\x09 \x01(\x0B2&.rv.data.ProLink.HandlerIn.ServerStateH\x00\x12P\x0A\x15configuration_request\x18\x0A \x01(\x0B2/.rv.data.ProLink.HandlerIn.ConfigurationRequestH\x00\x12_\x0A%zeroconfig_network_environment_change\x18\x0B \x01(\x0B2..rv.data.ProLink.ZeroConfig.NetworkEnvironmentH\x00\x12<\x0A\x0Blog_request\x18\x0C \x01(\x0B2%.rv.data.ProLink.HandlerIn.LogRequestH\x00\x1A\x0B\x0A\x09GroupName\x1A\x18\x0A\x16GroupDefinitionRequest\x1A%\x0A\x15GroupJoinConfirmation\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1A!\x0A\x11GroupJoinPassword\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1A\xDF\x0A\x0A\x13AddConnectionResult\x12I\x0A\x07success\x18\x01 \x01(\x0B26.rv.data.ProLink.HandlerIn.AddConnectionResult.SuccessH\x00\x12I\x0A\x07failure\x18\x02 \x01(\x0B26.rv.data.ProLink.HandlerIn.AddConnectionResult.FailureH\x00\x1AI\x0A\x07Success\x12>\x0A\x14new_group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinition\x1A\xDC\x08\x0A\x07Failure\x12W\x0A\x0Aunexpected\x18\x01 \x01(\x0B2A.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.UnexpectedH\x00\x12S\x0A\x08declined\x18\x02 \x01(\x0B2?.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.DeclinedH\x00\x12Q\x0A\x07timeout\x18\x03 \x01(\x0B2>.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.TimeoutH\x00\x12\\\x0A\x0Dlink_disabled\x18\x04 \x01(\x0B2C.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.LinkDisabledH\x00\x12]\x0A\x0Ein_other_group\x18\x05 \x01(\x0B2C.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.InOtherGroupH\x00\x12e\x0A\x12invalid_ip_address\x18\x06 \x01(\x0B2G.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.InvalidIpAddressH\x00\x12a\x0A\x10already_in_group\x18\x07 \x01(\x0B2E.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.AlreadyInGroupH\x00\x12[\x0A\x0Dcould_not_add\x18\x08 \x01(\x0B2B.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.CouldNotAddH\x00\x12]\x0A\x0Ecould_not_join\x18\x09 \x01(\x0B2C.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.CouldNotJoinH\x00\x1A\x0C\x0A\x0AUnexpected\x1A\x0A\x0A\x08Declined\x1A\x09\x0A\x07Timeout\x1A\x0E\x0A\x0CLinkDisabled\x1A7\x0A\x0CInOtherGroup\x12\x13\x0A\x0Bmember_name\x18\x01 \x01(\x09\x12\x12\x0A\x0Agroup_name\x18\x02 \x01(\x09\x1A\x12\x0A\x10InvalidIpAddress\x1A9\x0A\x0EAlreadyInGroup\x12\x13\x0A\x0Bmember_name\x18\x01 \x01(\x09\x12\x12\x0A\x0Agroup_name\x18\x02 \x01(\x09\x1A\"\x0A\x0BCouldNotAdd\x12\x13\x0A\x0Bmember_name\x18\x01 \x01(\x09\x1A\"\x0A\x0CCouldNotJoin\x12\x12\x0A\x0Agroup_name\x18\x01 \x01(\x09B\x08\x0A\x06ReasonB\x08\x0A\x06Result\x1AD\x0A\x12MemberStatusChange\x12.\x0A\x07members\x18\x01 \x03(\x0B2\x1D.rv.data.ProLink.MemberStatus\x1A\x12\x0A\x10ProPresenterInfo\x1A\x86\x01\x0A\x0BServerState\x12\x10\x0A\x08local_ip\x18\x01 \x01(\x09\x12\x11\x0A\x09public_ip\x18\x02 \x01(\x09\x12\x0C\x0A\x04port\x18\x03 \x01(\x0D\x12\x0F\x0A\x07success\x18\x04 \x01(\x08\x12\x17\x0A\x0Ftcp_stream_port\x18\x05 \x01(\x0D\x12\x1A\x0A\x12tcp_stream_success\x18\x06 \x01(\x08\x1A\x16\x0A\x14ConfigurationRequest\x1A\xF3\x01\x0A\x0ALogRequest\x12@\x0A\x08severity\x18\x01 \x01(\x0E2..rv.data.ProLink.HandlerIn.LogRequest.Severity\x12\x0F\x0A\x07message\x18\x02 \x01(\x09\"\x91\x01\x0A\x08Severity\x12\x12\x0A\x0ESEVERITY_DEBUG\x10\x00\x12\x1A\x0A\x16SEVERITY_DEBUG_WARNING\x10\x01\x12\x11\x0A\x0DSEVERITY_INFO\x10\x02\x12\x14\x0A\x10SEVERITY_WARNING\x10\x03\x12\x12\x0A\x0ESEVERITY_ERROR\x10\x04\x12\x18\x0A\x14SEVERITY_FATAL_ERROR\x10\x05B\x09\x0A\x07Request\x1A\xA2\x05\x0A\x0AHandlerOut\x12;\x0A\x0Agroup_name\x18\x01 \x01(\x0B2%.rv.data.ProLink.HandlerOut.GroupNameH\x00\x12<\x0A\x10group_definition\x18\x02 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00\x12T\x0A\x17group_join_confirmation\x18\x03 \x01(\x0B21.rv.data.ProLink.HandlerOut.GroupJoinConfirmationH\x00\x12L\x0A\x13group_join_password\x18\x04 \x01(\x0B2-.rv.data.ProLink.HandlerOut.GroupJoinPasswordH\x00\x12I\x0A\x11propresenter_info\x18\x05 \x01(\x0B2,.rv.data.ProLink.HandlerOut.ProPresenterInfoH\x00\x12<\x0A\x0Dconfiguration\x18\x06 \x01(\x0B2#.rv.data.ProApiNetworkConfigurationH\x00\x1A\x19\x0A\x09GroupName\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1A'\x0A\x15GroupJoinConfirmation\x12\x0E\x0A\x06accept\x18\x01 \x01(\x08\x1A%\x0A\x11GroupJoinPassword\x12\x10\x0A\x08password\x18\x01 \x01(\x09\x1Au\x0A\x10ProPresenterInfo\x123\x0A\x08platform\x18\x01 \x01(\x0E2!.rv.data.ApplicationInfo.Platform\x12\x12\x0A\x0Aos_version\x18\x02 \x01(\x09\x12\x18\x0A\x10host_description\x18\x03 \x01(\x09B\x0A\x0A\x08Response\"\xFF;\x0A\x0ANetworkAPI\x12,\x0A\x06action\x18\x01 \x01(\x0B2\x1A.rv.data.NetworkAPI.ActionH\x00\x127\x0A\x0Cserver_state\x18\x02 \x01(\x0B2\x1F.rv.data.NetworkAPI.ServerStateH\x00\x127\x0A\x0Cgroup_change\x18\x05 \x01(\x0B2\x1F.rv.data.NetworkAPI.GroupChangeH\x00\x12;\x0A\x0Egroup_response\x18\x06 \x01(\x0B2!.rv.data.NetworkAPI.GroupResponseH\x00\x1A\xAA\x01\x0A\x0ALinkStatus\x123\x0A\x08platform\x18\x01 \x01(\x0E2!.rv.data.ApplicationInfo.Platform\x12\x12\x0A\x0Aos_version\x18\x02 \x01(\x09\x12\x0F\x0A\x07version\x18\x03 \x01(\x09\x12\x13\x0A\x0Bdescription\x18\x04 \x01(\x09\x12-\x0A\x0Agroup_info\x18\x05 \x01(\x0B2\x19.rv.data.NetworkAPI.Group\x1At\x0A\x05Group\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x121\x0A\x07members\x18\x02 \x03(\x0B2 .rv.data.NetworkAPI.Group.Member\x1A*\x0A\x06Member\x12\x12\x0A\x0Aip_address\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x05\x1A\xDB\x01\x0A\x0BGroupChange\x121\x0A\x06invite\x18\x01 \x01(\x0B2\x1F.rv.data.NetworkAPI.GroupInviteH\x00\x12-\x0A\x04join\x18\x02 \x01(\x0B2\x1D.rv.data.NetworkAPI.GroupJoinH\x00\x12-\x0A\x04kick\x18\x03 \x01(\x0B2\x1D.rv.data.NetworkAPI.GroupKickH\x00\x121\x0A\x06status\x18\x04 \x01(\x0B2\x1F.rv.data.NetworkAPI.GroupStatusH\x00B\x08\x0A\x06Change\x1A\xD3\x01\x0A\x0DGroupResponse\x12<\x0A\x07success\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.GroupResponse.SuccessH\x00\x12:\x0A\x06status\x18\x02 \x01(\x0B2(.rv.data.NetworkAPI.GroupResponse.StatusH\x00\x1A\x09\x0A\x07Success\x1A1\x0A\x06Status\x12\x13\x0A\x0Bmember_name\x18\x01 \x01(\x09\x12\x12\x0A\x0Agroup_name\x18\x02 \x01(\x09B\x0A\x0A\x08Response\x1A?\x0A\x0BGroupStatus\x120\x0A\x06member\x18\x01 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x1A\x80\x01\x0A\x0BGroupInvite\x12-\x0A\x0Agroup_info\x18\x01 \x01(\x0B2\x19.rv.data.NetworkAPI.Group\x12\x0E\x0A\x06secret\x18\x02 \x01(\x09\x122\x0A\x08prospect\x18\x03 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x1Ar\x0A\x09GroupJoin\x121\x0A\x07sponsor\x18\x01 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x122\x0A\x08prospect\x18\x02 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x1A=\x0A\x09GroupKick\x120\x0A\x06member\x18\x01 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x1A@\x0A\x0BServerState\x12\x10\x0A\x08local_ip\x18\x01 \x01(\x09\x12\x11\x0A\x09public_ip\x18\x02 \x01(\x09\x12\x0C\x0A\x04port\x18\x03 \x01(\x05\x1A\xA1/\x0A\x06Action\x125\x0A\x05clear\x18\x01 \x01(\x0B2\$.rv.data.NetworkAPI.Action.API_ClearH\x00\x129\x0A\x07trigger\x18\x02 \x01(\x0B2&.rv.data.NetworkAPI.Action.API_TriggerH\x00\x12=\x0A\x09transport\x18\x03 \x01(\x0B2(.rv.data.NetworkAPI.Action.API_TransportH\x00\x123\x0A\x04prop\x18\x04 \x01(\x0B2#.rv.data.NetworkAPI.Action.API_PropH\x00\x125\x0A\x05timer\x18\x05 \x01(\x0B2\$.rv.data.NetworkAPI.Action.API_TimerH\x00\x12:\x0A\x08message_\x18\x06 \x01(\x0B2&.rv.data.NetworkAPI.Action.API_MessageH\x00\x125\x0A\x05macro\x18\x07 \x01(\x0B2\$.rv.data.NetworkAPI.Action.API_MacroH\x00\x123\x0A\x04look\x18\x08 \x01(\x0B2#.rv.data.NetworkAPI.Action.API_LookH\x00\x125\x0A\x05stage\x18\x09 \x01(\x0B2\$.rv.data.NetworkAPI.Action.API_StageH\x00\x127\x0A\x06status\x18\x0A \x01(\x0B2%.rv.data.NetworkAPI.Action.API_StatusH\x00\x12H\x0A\x0Fstatus_response\x18\x0B \x01(\x0B2-.rv.data.NetworkAPI.Action.API_StatusResponseH\x00\x12I\x0A\x10two_step_trigger\x18\x0C \x01(\x0B2-.rv.data.NetworkAPI.Action.API_TwoStepTriggerH\x00\x12J\x0A\x10preroll_complete\x18\x0D \x01(\x0B2..rv.data.NetworkAPI.Action.API_PrerollCompleteH\x00\x1A\xC5\x02\x0A\x09API_Clear\x12;\x0A\x05layer\x18\x01 \x01(\x0E2*.rv.data.NetworkAPI.Action.API_Clear.LayerH\x00\x12E\x0A\x10group_identifier\x18\x02 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierH\x00\"\xA6\x01\x0A\x05Layer\x12\x11\x0A\x0DLAYER_UNKNOWN\x10\x00\x12\x15\x0A\x11LAYER_VIDEO_INPUT\x10\x01\x12\x0F\x0A\x0BLAYER_MEDIA\x10\x02\x12\x16\x0A\x12LAYER_PRESENTATION\x10\x03\x12\x16\x0A\x12LAYER_ANNOUNCEMENT\x10\x04\x12\x0E\x0A\x0ALAYER_PROP\x10\x05\x12\x11\x0A\x0DLAYER_MESSAGE\x10\x06\x12\x0F\x0A\x0BLAYER_AUDIO\x10\x07B\x0B\x0A\x09ClearInfo\x1A\xEC\x04\x0A\x12API_TwoStepTrigger\x12\x0A\x0A\x02id\x18\x01 \x01(\x04\x12J\x0A\x09operation\x18\x02 \x01(\x0E27.rv.data.NetworkAPI.Action.API_TwoStepTrigger.Operation\x12\x13\x0A\x0Brender_time\x18\x03 \x01(\x04\x12K\x0A\x0Cpresentation\x18\x04 \x01(\x0B23.rv.data.NetworkAPI.Action.API_Trigger.PresentationH\x00\x12=\x0A\x05media\x18\x05 \x01(\x0B2,.rv.data.NetworkAPI.Action.API_Trigger.MediaH\x00\x12H\x0A\x0Bvideo_input\x18\x06 \x01(\x0B21.rv.data.NetworkAPI.Action.API_Trigger.VideoInputH\x00\x12=\x0A\x05audio\x18\x07 \x01(\x0B2,.rv.data.NetworkAPI.Action.API_Trigger.AudioH\x00\x12?\x0A\x04prop\x18\x08 \x01(\x0B2/.rv.data.NetworkAPI.Action.API_Prop.TriggerPropH\x00\x12H\x0A\x07message\x18\x09 \x01(\x0B25.rv.data.NetworkAPI.Action.API_Message.TriggerMessageH\x00\":\x0A\x09Operation\x12\x15\x0A\x11OPERATION_PREROLL\x10\x00\x12\x16\x0A\x12OPERATION_ACTIVATE\x10\x01B\x0D\x0A\x0BTriggerData\x1AB\x0A\x13API_PrerollComplete\x12\x0A\x0A\x02id\x18\x01 \x01(\x04\x12\x0E\x0A\x06failed\x18\x02 \x01(\x08\x12\x0F\x0A\x07latency\x18\x03 \x01(\x04\x1A\xF2\x08\x0A\x0BAPI_Trigger\x12K\x0A\x0Cpresentation\x18\x01 \x01(\x0B23.rv.data.NetworkAPI.Action.API_Trigger.PresentationH\x00\x12=\x0A\x05media\x18\x02 \x01(\x0B2,.rv.data.NetworkAPI.Action.API_Trigger.MediaH\x00\x12H\x0A\x0Bvideo_input\x18\x03 \x01(\x0B21.rv.data.NetworkAPI.Action.API_Trigger.VideoInputH\x00\x12=\x0A\x05audio\x18\x04 \x01(\x0B2,.rv.data.NetworkAPI.Action.API_Trigger.AudioH\x00\x1A\xC7\x04\x0A\x0CPresentation\x12g\x0A\x13playlist_index_path\x18\x02 \x01(\x0B2H.rv.data.NetworkAPI.Action.API_Trigger.Presentation.PlaylistPresentationH\x00\x12e\x0A\x12library_index_path\x18\x03 \x01(\x0B2G.rv.data.NetworkAPI.Action.API_Trigger.Presentation.LibraryPresentationH\x00\x1A`\x0A\x14PlaylistPresentation\x12H\x0A\x15index_path_components\x18\x01 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1A\xE8\x01\x0A\x13LibraryPresentation\x12D\x0A\x11library_component\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x12I\x0A\x16presentation_component\x18\x02 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x12@\x0A\x0Dcue_component\x18\x03 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x14\x0A\x12PresentationSourceJ\x04\x08\x01\x10\x02\x1AQ\x0A\x05Media\x12H\x0A\x15index_path_components\x18\x01 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AO\x0A\x0AVideoInput\x12A\x0A\x0Evideo_input_id\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AQ\x0A\x05Audio\x12H\x0A\x15index_path_components\x18\x01 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x0D\x0A\x0BTriggerData\x1A\xD3\x05\x0A\x0DAPI_Transport\x12F\x0A\x05layer\x18\x01 \x01(\x0E27.rv.data.NetworkAPI.Action.API_Transport.TransportLayer\x12=\x0A\x04play\x18\x02 \x01(\x0B2-.rv.data.NetworkAPI.Action.API_Transport.PlayH\x00\x12?\x0A\x05pause\x18\x03 \x01(\x0B2..rv.data.NetworkAPI.Action.API_Transport.PauseH\x00\x12N\x0A\x0Dskip_backward\x18\x04 \x01(\x0B25.rv.data.NetworkAPI.Action.API_Transport.SkipBackwardH\x00\x12L\x0A\x0Cskip_forward\x18\x05 \x01(\x0B24.rv.data.NetworkAPI.Action.API_Transport.SkipForwardH\x00\x12E\x0A\x09go_to_end\x18\x06 \x01(\x0B20.rv.data.NetworkAPI.Action.API_Transport.GoToEndH\x00\x1A\x06\x0A\x04Play\x1A\x07\x0A\x05Pause\x1A\x1F\x0A\x0CSkipBackward\x12\x0F\x0A\x07seconds\x18\x01 \x01(\x05\x1A\x1E\x0A\x0BSkipForward\x12\x0F\x0A\x07seconds\x18\x01 \x01(\x05\x1A!\x0A\x07GoToEnd\x12\x16\x0A\x0Eseconds_to_end\x18\x01 \x01(\x05\"\x8C\x01\x0A\x0ETransportLayer\x12\x1B\x0A\x17TRANSPORT_LAYER_UNKNOWN\x10\x00\x12 \x0A\x1CTRANSPORT_LAYER_PRESENTATION\x10\x01\x12 \x0A\x1CTRANSPORT_LAYER_ANNOUNCEMENT\x10\x02\x12\x19\x0A\x15TRANSPORT_LAYER_AUDIO\x10\x03B\x11\x0A\x0FTransportAction\x1A\xB6\x02\x0A\x08API_Prop\x12B\x0A\x07trigger\x18\x01 \x01(\x0B2/.rv.data.NetworkAPI.Action.API_Prop.TriggerPropH\x00\x12>\x0A\x05clear\x18\x02 \x01(\x0B2-.rv.data.NetworkAPI.Action.API_Prop.ClearPropH\x00\x1AL\x0A\x0BTriggerProp\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AJ\x0A\x09ClearProp\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x0C\x0A\x0APropAction\x1A\x95\x05\x0A\x09API_Timer\x12@\x0A\x05start\x18\x01 \x01(\x0B2/.rv.data.NetworkAPI.Action.API_Timer.StartTimerH\x00\x12>\x0A\x04stop\x18\x02 \x01(\x0B2..rv.data.NetworkAPI.Action.API_Timer.StopTimerH\x00\x12@\x0A\x05reset\x18\x03 \x01(\x0B2/.rv.data.NetworkAPI.Action.API_Timer.ResetTimerH\x00\x12H\x0A\x09configure\x18\x04 \x01(\x0B23.rv.data.NetworkAPI.Action.API_Timer.ConfigureTimerH\x00\x1AK\x0A\x0AStartTimer\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AJ\x0A\x09StopTimer\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AK\x0A\x0AResetTimer\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1A\x84\x01\x0A\x0EConfigureTimer\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x123\x0A\x0Dconfiguration\x18\x02 \x01(\x0B2\x1C.rv.data.Timer.ConfigurationB\x0D\x0A\x0BTimerAction\x1A\x82\x03\x0A\x0BAPI_Message\x12H\x0A\x07trigger\x18\x01 \x01(\x0B25.rv.data.NetworkAPI.Action.API_Message.TriggerMessageH\x00\x12D\x0A\x05clear\x18\x02 \x01(\x0B23.rv.data.NetworkAPI.Action.API_Message.ClearMessageH\x00\x1A\x82\x01\x0A\x0ETriggerMessage\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x121\x0A\x0Ctoken_values\x18\x02 \x03(\x0B2\x1B.rv.data.Message.TokenValue\x1AM\x0A\x0CClearMessage\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x0F\x0A\x0DMessageAction\x1A\x94\x01\x0A\x09API_Macro\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x12H\x0A\x15index_path_components\x18\x02 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AI\x0A\x08API_Look\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1A\xD7\x04\x0A\x09API_Stage\x12D\x0A\x07layouts\x18\x01 \x01(\x0B21.rv.data.NetworkAPI.Action.API_Stage.StageLayoutsH\x00\x12D\x0A\x07message\x18\x02 \x01(\x0B21.rv.data.NetworkAPI.Action.API_Stage.StageMessageH\x00\x1AN\x0A\x0CStageLayouts\x12>\x0A\x07layouts\x18\x01 \x03(\x0B2-.rv.data.NetworkAPI.IndexOrNameIdentifierPair\x1A\xDE\x02\x0A\x0CStageMessage\x12U\x0A\x0Cshow_message\x18\x01 \x01(\x0B2=.rv.data.NetworkAPI.Action.API_Stage.StageMessage.ShowMessageH\x00\x12W\x0A\x0Dclear_message\x18\x02 \x01(\x0B2>.rv.data.NetworkAPI.Action.API_Stage.StageMessage.ClearMessageH\x00\x12U\x0A\x0Chide_message\x18\x03 \x01(\x0B2=.rv.data.NetworkAPI.Action.API_Stage.StageMessage.HideMessageH\x00\x1A\x1E\x0A\x0BShowMessage\x12\x0F\x0A\x07message\x18\x01 \x01(\x09\x1A\x0E\x0A\x0CClearMessage\x1A\x0D\x0A\x0BHideMessageB\x08\x0A\x06ActionB\x0D\x0A\x0BStageAction\x1A\x0F\x0A\x0DStatusRequest\x1A\x0C\x0A\x0AAPI_Status\x1A\x7F\x0A\x12API_StatusResponse\x12:\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinition\x12-\x0A\x06status\x18\x02 \x01(\x0B2\x1D.rv.data.ProLink.MemberStatusB\x09\x0A\x07Command\x1AE\x0A\x15IndexOrNameIdentifier\x12\x0F\x0A\x05index\x18\x01 \x01(\x05H\x00\x12\x0E\x0A\x04name\x18\x02 \x01(\x09H\x00B\x0B\x0A\x09Component\x1A\x8D\x01\x0A\x19IndexOrNameIdentifierPair\x126\x0A\x03key\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x128\x0A\x05value\x18\x02 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x09\x0A\x07CommandB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xDCs\x0A\x0CproApi.proto\x12\x07rv.data\x1A\x0Emessages.proto\x1A\x0EproApiV1.proto\x1A\x0Ctimers.proto\x1A\x11rvtimestamp.proto\x1A\x0Auuid.proto\"\xA9\x01\x0A\x08ProApiIn\x120\x0A\x0Ahandler_in\x18\x01 \x01(\x0B2\x1A.rv.data.ProLink.HandlerInH\x00\x12*\x0A\x0Bnetwork_api\x18\x02 \x01(\x0B2\x13.rv.data.NetworkAPIH\x00\x120\x0A\x0Enetwork_api_v1\x18\x03 \x01(\x0B2\x16.rv.data.NetworkAPI_v1H\x00B\x0D\x0A\x0BMessageType\"\xE4\x01\x0A\x09ProApiOut\x122\x0A\x0Bhandler_out\x18\x01 \x01(\x0B2\x1B.rv.data.ProLink.HandlerOutH\x00\x126\x0A\x0Dclient_action\x18\x02 \x01(\x0B2\x1D.rv.data.ProLink.ClientActionH\x00\x12*\x0A\x0Bnetwork_api\x18\x03 \x01(\x0B2\x13.rv.data.NetworkAPIH\x00\x120\x0A\x0Enetwork_api_v1\x18\x04 \x01(\x0B2\x16.rv.data.NetworkAPI_v1H\x00B\x0D\x0A\x0BMessageType\"\x8D\x01\x0A\x14AirplayConfiguration\x12\x0E\x0A\x06enable\x18\x01 \x01(\x08\x12\x15\x0A\x0Dfairplay_path\x18\x02 \x01(\x09\x12\x14\x0A\x0Cservice_name\x18\x03 \x01(\x09\x12\x10\x0A\x08password\x18\x04 \x01(\x09\x12\x18\x0A\x10password_enabled\x18\x05 \x01(\x08\x12\x0C\x0A\x04uuid\x18\x06 \x01(\x09\"\xB1\x03\x0A\x1AProApiNetworkConfiguration\x12\x16\x0A\x0Eenable_network\x18\x01 \x01(\x08\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x12\x14\x0A\x0Cnetwork_name\x18\x03 \x01(\x09\x12\x15\x0A\x0Dremote_enable\x18\x04 \x01(\x08\x12\x1D\x0A\x15remote_control_enable\x18\x05 \x01(\x08\x12\x1F\x0A\x17remote_control_password\x18\x06 \x01(\x09\x12\x1D\x0A\x15remote_observe_enable\x18\x07 \x01(\x08\x12\x1F\x0A\x17remote_observe_password\x18\x08 \x01(\x09\x12\x14\x0A\x0Cstage_enable\x18\x09 \x01(\x08\x12\x16\x0A\x0Estage_password\x18\x0A \x01(\x09\x12\x13\x0A\x0Blink_enable\x18\x0B \x01(\x08\x12\x19\x0A\x11web_resource_root\x18\x0C \x01(\x09\x12\x17\x0A\x0Ftcp_stream_port\x18\x0D \x01(\x0D\x12\x19\x0A\x11tcp_stream_enable\x18\x0E \x01(\x08\x12.\x0A\x07airplay\x18\x0F \x01(\x0B2\x1D.rv.data.AirplayConfiguration\"\xC8-\x0A\x07ProLink\x1A\xDD\x01\x0A\x0FGroupDefinition\x12%\x0A\x09timestamp\x18\x01 \x01(\x0B2\x12.rv.data.Timestamp\x12\x0E\x0A\x06secret\x18\x02 \x01(\x09\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x128\x0A\x07members\x18\x04 \x03(\x0B2'.rv.data.ProLink.GroupDefinition.Member\x12'\x0A\x10group_identifier\x18\x05 \x01(\x0B2\x0D.rv.data.UUID\x1A\"\x0A\x06Member\x12\x0A\x0A\x02ip\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x1A\x8C\x02\x0A\x0AZeroConfig\x1A\x8A\x01\x0A\x12NetworkEnvironment\x12:\x0A\x10available_groups\x18\x01 \x03(\x0B2 .rv.data.ProLink.GroupDefinition\x128\x0A\x11available_devices\x18\x02 \x03(\x0B2\x1D.rv.data.ProLink.MemberStatus\x1Aq\x0A\x0FMulticastPacket\x12/\x0A\x05group\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinition\x12-\x0A\x06device\x18\x02 \x01(\x0B2\x1D.rv.data.ProLink.MemberStatus\x1A\xE3\x06\x0A\x0CTowerMessage\x1A\x14\x0A\x12TowerStatusRequest\x1At\x0A\x13TowerStatusResponse\x12\x13\x0A\x0Bmember_name\x18\x02 \x01(\x09\x12<\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00B\x0A\x0A\x08Response\x1A\xA3\x01\x0A\x15TowerAddMemberRequest\x12<\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00\x12A\x0A\x0Ejoining_member\x18\x02 \x01(\x0B2'.rv.data.ProLink.GroupDefinition.MemberH\x00B\x09\x0A\x07Request\x1A\\\x0A\x18TowerRemoveMemberRequest\x12@\x0A\x0Fremoving_member\x18\x01 \x01(\x0B2'.rv.data.ProLink.GroupDefinition.Member\x1A\xD3\x02\x0A\x16TowerAddMemberResponse\x12<\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00\x12M\x0A\x06accept\x18\x02 \x01(\x0B2;.rv.data.ProLink.TowerMessage.TowerAddMemberResponse.AcceptH\x00\x12\\\x0A\x0Edecline_reason\x18\x03 \x01(\x0E2B.rv.data.ProLink.TowerMessage.TowerAddMemberResponse.DeclineReasonH\x00\x1A\x08\x0A\x06Accept\"8\x0A\x0DDeclineReason\x12\x14\x0A\x10ALREADY_IN_GROUP\x10\x00\x12\x11\x0A\x0DUSER_DECLINED\x10\x01B\x0A\x0A\x08Response\x1A\x17\x0A\x15TowerHeartbeatRequest\x1AT\x0A\x16TowerHeartbeatResponse\x12:\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinition\x1A\xF1\x02\x0A\x0CMemberStatus\x12\x0A\x0A\x02ip\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x123\x0A\x08platform\x18\x04 \x01(\x0E2!.rv.data.ApplicationInfo.Platform\x12\x12\x0A\x0Aos_version\x18\x05 \x01(\x09\x12\x18\x0A\x10host_description\x18\x06 \x01(\x09\x12\x13\x0A\x0Bapi_version\x18\x07 \x01(\x09\x12I\x0A\x11connection_status\x18\x08 \x01(\x0E2..rv.data.ProLink.MemberStatus.ConnectionStatus\"v\x0A\x10ConnectionStatus\x12\x1D\x0A\x19CONNECTION_STATUS_UNKNOWN\x10\x00\x12\x1F\x0A\x1BCONNECTION_STATUS_CONNECTED\x10\x01\x12\"\x0A\x1ECONNECTION_STATUS_DISCONNECTED\x10\x02\x1A\xE7\x03\x0A\x0CClientAction\x12E\x0A\x0Eadd_connection\x18\x01 \x01(\x0B2+.rv.data.ProLink.ClientAction.AddConnectionH\x00\x12K\x0A\x11remove_connection\x18\x02 \x01(\x0B2..rv.data.ProLink.ClientAction.RemoveConnectionH\x00\x12C\x0A\x0Dcancel_action\x18\x03 \x01(\x0B2*.rv.data.ProLink.ClientAction.CancelActionH\x00\x12?\x0A\x0Brender_time\x18\x04 \x01(\x0B2(.rv.data.ProLink.ClientAction.RenderTimeH\x00\x1A=\x0A\x0DAddConnection\x12\x0A\x0A\x02ip\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x12\x12\x0A\x0Agroup_name\x18\x03 \x01(\x09\x1A,\x0A\x10RemoveConnection\x12\x0A\x0A\x02ip\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x0D\x1A\x0E\x0A\x0CCancelAction\x1A2\x0A\x0ARenderTime\x12\x0F\x0A\x07latency\x18\x01 \x01(\x04\x12\x13\x0A\x0Brender_time\x18\x02 \x01(\x04B\x0C\x0A\x0AActionType\x1A\xE4\x16\x0A\x09HandlerIn\x12:\x0A\x0Agroup_name\x18\x01 \x01(\x0B2\$.rv.data.ProLink.HandlerIn.GroupNameH\x00\x12U\x0A\x18group_definition_request\x18\x02 \x01(\x0B21.rv.data.ProLink.HandlerIn.GroupDefinitionRequestH\x00\x12S\x0A\x17group_join_confirmation\x18\x03 \x01(\x0B20.rv.data.ProLink.HandlerIn.GroupJoinConfirmationH\x00\x12K\x0A\x13group_join_password\x18\x04 \x01(\x0B2,.rv.data.ProLink.HandlerIn.GroupJoinPasswordH\x00\x12O\x0A\x15add_connection_result\x18\x05 \x01(\x0B2..rv.data.ProLink.HandlerIn.AddConnectionResultH\x00\x128\x0A\x0Cgroup_update\x18\x06 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00\x12M\x0A\x14member_status_change\x18\x07 \x01(\x0B2-.rv.data.ProLink.HandlerIn.MemberStatusChangeH\x00\x12H\x0A\x11propresenter_info\x18\x08 \x01(\x0B2+.rv.data.ProLink.HandlerIn.ProPresenterInfoH\x00\x12>\x0A\x0Cserver_state\x18\x09 \x01(\x0B2&.rv.data.ProLink.HandlerIn.ServerStateH\x00\x12P\x0A\x15configuration_request\x18\x0A \x01(\x0B2/.rv.data.ProLink.HandlerIn.ConfigurationRequestH\x00\x12_\x0A%zeroconfig_network_environment_change\x18\x0B \x01(\x0B2..rv.data.ProLink.ZeroConfig.NetworkEnvironmentH\x00\x12<\x0A\x0Blog_request\x18\x0C \x01(\x0B2%.rv.data.ProLink.HandlerIn.LogRequestH\x00\x1A\x0B\x0A\x09GroupName\x1A\x18\x0A\x16GroupDefinitionRequest\x1A%\x0A\x15GroupJoinConfirmation\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1A!\x0A\x11GroupJoinPassword\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1A\xDF\x0A\x0A\x13AddConnectionResult\x12I\x0A\x07success\x18\x01 \x01(\x0B26.rv.data.ProLink.HandlerIn.AddConnectionResult.SuccessH\x00\x12I\x0A\x07failure\x18\x02 \x01(\x0B26.rv.data.ProLink.HandlerIn.AddConnectionResult.FailureH\x00\x1AI\x0A\x07Success\x12>\x0A\x14new_group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinition\x1A\xDC\x08\x0A\x07Failure\x12W\x0A\x0Aunexpected\x18\x01 \x01(\x0B2A.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.UnexpectedH\x00\x12S\x0A\x08declined\x18\x02 \x01(\x0B2?.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.DeclinedH\x00\x12Q\x0A\x07timeout\x18\x03 \x01(\x0B2>.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.TimeoutH\x00\x12\\\x0A\x0Dlink_disabled\x18\x04 \x01(\x0B2C.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.LinkDisabledH\x00\x12]\x0A\x0Ein_other_group\x18\x05 \x01(\x0B2C.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.InOtherGroupH\x00\x12e\x0A\x12invalid_ip_address\x18\x06 \x01(\x0B2G.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.InvalidIpAddressH\x00\x12a\x0A\x10already_in_group\x18\x07 \x01(\x0B2E.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.AlreadyInGroupH\x00\x12[\x0A\x0Dcould_not_add\x18\x08 \x01(\x0B2B.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.CouldNotAddH\x00\x12]\x0A\x0Ecould_not_join\x18\x09 \x01(\x0B2C.rv.data.ProLink.HandlerIn.AddConnectionResult.Failure.CouldNotJoinH\x00\x1A\x0C\x0A\x0AUnexpected\x1A\x0A\x0A\x08Declined\x1A\x09\x0A\x07Timeout\x1A\x0E\x0A\x0CLinkDisabled\x1A7\x0A\x0CInOtherGroup\x12\x13\x0A\x0Bmember_name\x18\x01 \x01(\x09\x12\x12\x0A\x0Agroup_name\x18\x02 \x01(\x09\x1A\x12\x0A\x10InvalidIpAddress\x1A9\x0A\x0EAlreadyInGroup\x12\x13\x0A\x0Bmember_name\x18\x01 \x01(\x09\x12\x12\x0A\x0Agroup_name\x18\x02 \x01(\x09\x1A\"\x0A\x0BCouldNotAdd\x12\x13\x0A\x0Bmember_name\x18\x01 \x01(\x09\x1A\"\x0A\x0CCouldNotJoin\x12\x12\x0A\x0Agroup_name\x18\x01 \x01(\x09B\x08\x0A\x06ReasonB\x08\x0A\x06Result\x1AD\x0A\x12MemberStatusChange\x12.\x0A\x07members\x18\x01 \x03(\x0B2\x1D.rv.data.ProLink.MemberStatus\x1A\x12\x0A\x10ProPresenterInfo\x1A\x86\x01\x0A\x0BServerState\x12\x10\x0A\x08local_ip\x18\x01 \x01(\x09\x12\x11\x0A\x09public_ip\x18\x02 \x01(\x09\x12\x0C\x0A\x04port\x18\x03 \x01(\x0D\x12\x0F\x0A\x07success\x18\x04 \x01(\x08\x12\x17\x0A\x0Ftcp_stream_port\x18\x05 \x01(\x0D\x12\x1A\x0A\x12tcp_stream_success\x18\x06 \x01(\x08\x1A\x16\x0A\x14ConfigurationRequest\x1A\xF3\x01\x0A\x0ALogRequest\x12@\x0A\x08severity\x18\x01 \x01(\x0E2..rv.data.ProLink.HandlerIn.LogRequest.Severity\x12\x0F\x0A\x07message\x18\x02 \x01(\x09\"\x91\x01\x0A\x08Severity\x12\x12\x0A\x0ESEVERITY_DEBUG\x10\x00\x12\x1A\x0A\x16SEVERITY_DEBUG_WARNING\x10\x01\x12\x11\x0A\x0DSEVERITY_INFO\x10\x02\x12\x14\x0A\x10SEVERITY_WARNING\x10\x03\x12\x12\x0A\x0ESEVERITY_ERROR\x10\x04\x12\x18\x0A\x14SEVERITY_FATAL_ERROR\x10\x05B\x09\x0A\x07Request\x1A\xA2\x05\x0A\x0AHandlerOut\x12;\x0A\x0Agroup_name\x18\x01 \x01(\x0B2%.rv.data.ProLink.HandlerOut.GroupNameH\x00\x12<\x0A\x10group_definition\x18\x02 \x01(\x0B2 .rv.data.ProLink.GroupDefinitionH\x00\x12T\x0A\x17group_join_confirmation\x18\x03 \x01(\x0B21.rv.data.ProLink.HandlerOut.GroupJoinConfirmationH\x00\x12L\x0A\x13group_join_password\x18\x04 \x01(\x0B2-.rv.data.ProLink.HandlerOut.GroupJoinPasswordH\x00\x12I\x0A\x11propresenter_info\x18\x05 \x01(\x0B2,.rv.data.ProLink.HandlerOut.ProPresenterInfoH\x00\x12<\x0A\x0Dconfiguration\x18\x06 \x01(\x0B2#.rv.data.ProApiNetworkConfigurationH\x00\x1A\x19\x0A\x09GroupName\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1A'\x0A\x15GroupJoinConfirmation\x12\x0E\x0A\x06accept\x18\x01 \x01(\x08\x1A%\x0A\x11GroupJoinPassword\x12\x10\x0A\x08password\x18\x01 \x01(\x09\x1Au\x0A\x10ProPresenterInfo\x123\x0A\x08platform\x18\x01 \x01(\x0E2!.rv.data.ApplicationInfo.Platform\x12\x12\x0A\x0Aos_version\x18\x02 \x01(\x09\x12\x18\x0A\x10host_description\x18\x03 \x01(\x09B\x0A\x0A\x08Response\"\x95=\x0A\x0ANetworkAPI\x12,\x0A\x06action\x18\x01 \x01(\x0B2\x1A.rv.data.NetworkAPI.ActionH\x00\x127\x0A\x0Cserver_state\x18\x02 \x01(\x0B2\x1F.rv.data.NetworkAPI.ServerStateH\x00\x127\x0A\x0Cgroup_change\x18\x05 \x01(\x0B2\x1F.rv.data.NetworkAPI.GroupChangeH\x00\x12;\x0A\x0Egroup_response\x18\x06 \x01(\x0B2!.rv.data.NetworkAPI.GroupResponseH\x00\x1A\xAA\x01\x0A\x0ALinkStatus\x123\x0A\x08platform\x18\x01 \x01(\x0E2!.rv.data.ApplicationInfo.Platform\x12\x12\x0A\x0Aos_version\x18\x02 \x01(\x09\x12\x0F\x0A\x07version\x18\x03 \x01(\x09\x12\x13\x0A\x0Bdescription\x18\x04 \x01(\x09\x12-\x0A\x0Agroup_info\x18\x05 \x01(\x0B2\x19.rv.data.NetworkAPI.Group\x1At\x0A\x05Group\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x121\x0A\x07members\x18\x02 \x03(\x0B2 .rv.data.NetworkAPI.Group.Member\x1A*\x0A\x06Member\x12\x12\x0A\x0Aip_address\x18\x01 \x01(\x09\x12\x0C\x0A\x04port\x18\x02 \x01(\x05\x1A\xDB\x01\x0A\x0BGroupChange\x121\x0A\x06invite\x18\x01 \x01(\x0B2\x1F.rv.data.NetworkAPI.GroupInviteH\x00\x12-\x0A\x04join\x18\x02 \x01(\x0B2\x1D.rv.data.NetworkAPI.GroupJoinH\x00\x12-\x0A\x04kick\x18\x03 \x01(\x0B2\x1D.rv.data.NetworkAPI.GroupKickH\x00\x121\x0A\x06status\x18\x04 \x01(\x0B2\x1F.rv.data.NetworkAPI.GroupStatusH\x00B\x08\x0A\x06Change\x1A\xD3\x01\x0A\x0DGroupResponse\x12<\x0A\x07success\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.GroupResponse.SuccessH\x00\x12:\x0A\x06status\x18\x02 \x01(\x0B2(.rv.data.NetworkAPI.GroupResponse.StatusH\x00\x1A\x09\x0A\x07Success\x1A1\x0A\x06Status\x12\x13\x0A\x0Bmember_name\x18\x01 \x01(\x09\x12\x12\x0A\x0Agroup_name\x18\x02 \x01(\x09B\x0A\x0A\x08Response\x1A?\x0A\x0BGroupStatus\x120\x0A\x06member\x18\x01 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x1A\x80\x01\x0A\x0BGroupInvite\x12-\x0A\x0Agroup_info\x18\x01 \x01(\x0B2\x19.rv.data.NetworkAPI.Group\x12\x0E\x0A\x06secret\x18\x02 \x01(\x09\x122\x0A\x08prospect\x18\x03 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x1Ar\x0A\x09GroupJoin\x121\x0A\x07sponsor\x18\x01 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x122\x0A\x08prospect\x18\x02 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x1A=\x0A\x09GroupKick\x120\x0A\x06member\x18\x01 \x01(\x0B2 .rv.data.NetworkAPI.Group.Member\x1A@\x0A\x0BServerState\x12\x10\x0A\x08local_ip\x18\x01 \x01(\x09\x12\x11\x0A\x09public_ip\x18\x02 \x01(\x09\x12\x0C\x0A\x04port\x18\x03 \x01(\x05\x1A\xB70\x0A\x06Action\x125\x0A\x05clear\x18\x01 \x01(\x0B2\$.rv.data.NetworkAPI.Action.API_ClearH\x00\x129\x0A\x07trigger\x18\x02 \x01(\x0B2&.rv.data.NetworkAPI.Action.API_TriggerH\x00\x12=\x0A\x09transport\x18\x03 \x01(\x0B2(.rv.data.NetworkAPI.Action.API_TransportH\x00\x123\x0A\x04prop\x18\x04 \x01(\x0B2#.rv.data.NetworkAPI.Action.API_PropH\x00\x125\x0A\x05timer\x18\x05 \x01(\x0B2\$.rv.data.NetworkAPI.Action.API_TimerH\x00\x12:\x0A\x08message_\x18\x06 \x01(\x0B2&.rv.data.NetworkAPI.Action.API_MessageH\x00\x125\x0A\x05macro\x18\x07 \x01(\x0B2\$.rv.data.NetworkAPI.Action.API_MacroH\x00\x123\x0A\x04look\x18\x08 \x01(\x0B2#.rv.data.NetworkAPI.Action.API_LookH\x00\x125\x0A\x05stage\x18\x09 \x01(\x0B2\$.rv.data.NetworkAPI.Action.API_StageH\x00\x127\x0A\x06status\x18\x0A \x01(\x0B2%.rv.data.NetworkAPI.Action.API_StatusH\x00\x12H\x0A\x0Fstatus_response\x18\x0B \x01(\x0B2-.rv.data.NetworkAPI.Action.API_StatusResponseH\x00\x12I\x0A\x10two_step_trigger\x18\x0C \x01(\x0B2-.rv.data.NetworkAPI.Action.API_TwoStepTriggerH\x00\x12J\x0A\x10preroll_complete\x18\x0D \x01(\x0B2..rv.data.NetworkAPI.Action.API_PrerollCompleteH\x00\x1A\xC5\x02\x0A\x09API_Clear\x12;\x0A\x05layer\x18\x01 \x01(\x0E2*.rv.data.NetworkAPI.Action.API_Clear.LayerH\x00\x12E\x0A\x10group_identifier\x18\x02 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierH\x00\"\xA6\x01\x0A\x05Layer\x12\x11\x0A\x0DLAYER_UNKNOWN\x10\x00\x12\x15\x0A\x11LAYER_VIDEO_INPUT\x10\x01\x12\x0F\x0A\x0BLAYER_MEDIA\x10\x02\x12\x16\x0A\x12LAYER_PRESENTATION\x10\x03\x12\x16\x0A\x12LAYER_ANNOUNCEMENT\x10\x04\x12\x0E\x0A\x0ALAYER_PROP\x10\x05\x12\x11\x0A\x0DLAYER_MESSAGE\x10\x06\x12\x0F\x0A\x0BLAYER_AUDIO\x10\x07B\x0B\x0A\x09ClearInfo\x1A\xEC\x04\x0A\x12API_TwoStepTrigger\x12\x0A\x0A\x02id\x18\x01 \x01(\x04\x12J\x0A\x09operation\x18\x02 \x01(\x0E27.rv.data.NetworkAPI.Action.API_TwoStepTrigger.Operation\x12\x13\x0A\x0Brender_time\x18\x03 \x01(\x04\x12K\x0A\x0Cpresentation\x18\x04 \x01(\x0B23.rv.data.NetworkAPI.Action.API_Trigger.PresentationH\x00\x12=\x0A\x05media\x18\x05 \x01(\x0B2,.rv.data.NetworkAPI.Action.API_Trigger.MediaH\x00\x12H\x0A\x0Bvideo_input\x18\x06 \x01(\x0B21.rv.data.NetworkAPI.Action.API_Trigger.VideoInputH\x00\x12=\x0A\x05audio\x18\x07 \x01(\x0B2,.rv.data.NetworkAPI.Action.API_Trigger.AudioH\x00\x12?\x0A\x04prop\x18\x08 \x01(\x0B2/.rv.data.NetworkAPI.Action.API_Prop.TriggerPropH\x00\x12H\x0A\x07message\x18\x09 \x01(\x0B25.rv.data.NetworkAPI.Action.API_Message.TriggerMessageH\x00\":\x0A\x09Operation\x12\x15\x0A\x11OPERATION_PREROLL\x10\x00\x12\x16\x0A\x12OPERATION_ACTIVATE\x10\x01B\x0D\x0A\x0BTriggerData\x1AB\x0A\x13API_PrerollComplete\x12\x0A\x0A\x02id\x18\x01 \x01(\x04\x12\x0E\x0A\x06failed\x18\x02 \x01(\x08\x12\x0F\x0A\x07latency\x18\x03 \x01(\x04\x1A\xF2\x08\x0A\x0BAPI_Trigger\x12K\x0A\x0Cpresentation\x18\x01 \x01(\x0B23.rv.data.NetworkAPI.Action.API_Trigger.PresentationH\x00\x12=\x0A\x05media\x18\x02 \x01(\x0B2,.rv.data.NetworkAPI.Action.API_Trigger.MediaH\x00\x12H\x0A\x0Bvideo_input\x18\x03 \x01(\x0B21.rv.data.NetworkAPI.Action.API_Trigger.VideoInputH\x00\x12=\x0A\x05audio\x18\x04 \x01(\x0B2,.rv.data.NetworkAPI.Action.API_Trigger.AudioH\x00\x1A\xC7\x04\x0A\x0CPresentation\x12g\x0A\x13playlist_index_path\x18\x02 \x01(\x0B2H.rv.data.NetworkAPI.Action.API_Trigger.Presentation.PlaylistPresentationH\x00\x12e\x0A\x12library_index_path\x18\x03 \x01(\x0B2G.rv.data.NetworkAPI.Action.API_Trigger.Presentation.LibraryPresentationH\x00\x1A`\x0A\x14PlaylistPresentation\x12H\x0A\x15index_path_components\x18\x01 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1A\xE8\x01\x0A\x13LibraryPresentation\x12D\x0A\x11library_component\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x12I\x0A\x16presentation_component\x18\x02 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x12@\x0A\x0Dcue_component\x18\x03 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x14\x0A\x12PresentationSourceJ\x04\x08\x01\x10\x02\x1AQ\x0A\x05Media\x12H\x0A\x15index_path_components\x18\x01 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AO\x0A\x0AVideoInput\x12A\x0A\x0Evideo_input_id\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AQ\x0A\x05Audio\x12H\x0A\x15index_path_components\x18\x01 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x0D\x0A\x0BTriggerData\x1A\xD3\x05\x0A\x0DAPI_Transport\x12F\x0A\x05layer\x18\x01 \x01(\x0E27.rv.data.NetworkAPI.Action.API_Transport.TransportLayer\x12=\x0A\x04play\x18\x02 \x01(\x0B2-.rv.data.NetworkAPI.Action.API_Transport.PlayH\x00\x12?\x0A\x05pause\x18\x03 \x01(\x0B2..rv.data.NetworkAPI.Action.API_Transport.PauseH\x00\x12N\x0A\x0Dskip_backward\x18\x04 \x01(\x0B25.rv.data.NetworkAPI.Action.API_Transport.SkipBackwardH\x00\x12L\x0A\x0Cskip_forward\x18\x05 \x01(\x0B24.rv.data.NetworkAPI.Action.API_Transport.SkipForwardH\x00\x12E\x0A\x09go_to_end\x18\x06 \x01(\x0B20.rv.data.NetworkAPI.Action.API_Transport.GoToEndH\x00\x1A\x06\x0A\x04Play\x1A\x07\x0A\x05Pause\x1A\x1F\x0A\x0CSkipBackward\x12\x0F\x0A\x07seconds\x18\x01 \x01(\x05\x1A\x1E\x0A\x0BSkipForward\x12\x0F\x0A\x07seconds\x18\x01 \x01(\x05\x1A!\x0A\x07GoToEnd\x12\x16\x0A\x0Eseconds_to_end\x18\x01 \x01(\x05\"\x8C\x01\x0A\x0ETransportLayer\x12\x1B\x0A\x17TRANSPORT_LAYER_UNKNOWN\x10\x00\x12 \x0A\x1CTRANSPORT_LAYER_PRESENTATION\x10\x01\x12 \x0A\x1CTRANSPORT_LAYER_ANNOUNCEMENT\x10\x02\x12\x19\x0A\x15TRANSPORT_LAYER_AUDIO\x10\x03B\x11\x0A\x0FTransportAction\x1A\xCC\x03\x0A\x08API_Prop\x12B\x0A\x07trigger\x18\x01 \x01(\x0B2/.rv.data.NetworkAPI.Action.API_Prop.TriggerPropH\x00\x12>\x0A\x05clear\x18\x02 \x01(\x0B2-.rv.data.NetworkAPI.Action.API_Prop.ClearPropH\x00\x1A\x96\x01\x0A\x0BTriggerProp\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x12H\x0A\x15index_path_components\x18\x02 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1A\x94\x01\x0A\x09ClearProp\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x12H\x0A\x15index_path_components\x18\x02 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x0C\x0A\x0APropAction\x1A\x95\x05\x0A\x09API_Timer\x12@\x0A\x05start\x18\x01 \x01(\x0B2/.rv.data.NetworkAPI.Action.API_Timer.StartTimerH\x00\x12>\x0A\x04stop\x18\x02 \x01(\x0B2..rv.data.NetworkAPI.Action.API_Timer.StopTimerH\x00\x12@\x0A\x05reset\x18\x03 \x01(\x0B2/.rv.data.NetworkAPI.Action.API_Timer.ResetTimerH\x00\x12H\x0A\x09configure\x18\x04 \x01(\x0B23.rv.data.NetworkAPI.Action.API_Timer.ConfigureTimerH\x00\x1AK\x0A\x0AStartTimer\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AJ\x0A\x09StopTimer\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AK\x0A\x0AResetTimer\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1A\x84\x01\x0A\x0EConfigureTimer\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x123\x0A\x0Dconfiguration\x18\x02 \x01(\x0B2\x1C.rv.data.Timer.ConfigurationB\x0D\x0A\x0BTimerAction\x1A\x82\x03\x0A\x0BAPI_Message\x12H\x0A\x07trigger\x18\x01 \x01(\x0B25.rv.data.NetworkAPI.Action.API_Message.TriggerMessageH\x00\x12D\x0A\x05clear\x18\x02 \x01(\x0B23.rv.data.NetworkAPI.Action.API_Message.ClearMessageH\x00\x1A\x82\x01\x0A\x0ETriggerMessage\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x121\x0A\x0Ctoken_values\x18\x02 \x03(\x0B2\x1B.rv.data.Message.TokenValue\x1AM\x0A\x0CClearMessage\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x0F\x0A\x0DMessageAction\x1A\x94\x01\x0A\x09API_Macro\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x12H\x0A\x15index_path_components\x18\x02 \x03(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1AI\x0A\x08API_Look\x12=\x0A\x0Aidentifier\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x1A\xD7\x04\x0A\x09API_Stage\x12D\x0A\x07layouts\x18\x01 \x01(\x0B21.rv.data.NetworkAPI.Action.API_Stage.StageLayoutsH\x00\x12D\x0A\x07message\x18\x02 \x01(\x0B21.rv.data.NetworkAPI.Action.API_Stage.StageMessageH\x00\x1AN\x0A\x0CStageLayouts\x12>\x0A\x07layouts\x18\x01 \x03(\x0B2-.rv.data.NetworkAPI.IndexOrNameIdentifierPair\x1A\xDE\x02\x0A\x0CStageMessage\x12U\x0A\x0Cshow_message\x18\x01 \x01(\x0B2=.rv.data.NetworkAPI.Action.API_Stage.StageMessage.ShowMessageH\x00\x12W\x0A\x0Dclear_message\x18\x02 \x01(\x0B2>.rv.data.NetworkAPI.Action.API_Stage.StageMessage.ClearMessageH\x00\x12U\x0A\x0Chide_message\x18\x03 \x01(\x0B2=.rv.data.NetworkAPI.Action.API_Stage.StageMessage.HideMessageH\x00\x1A\x1E\x0A\x0BShowMessage\x12\x0F\x0A\x07message\x18\x01 \x01(\x09\x1A\x0E\x0A\x0CClearMessage\x1A\x0D\x0A\x0BHideMessageB\x08\x0A\x06ActionB\x0D\x0A\x0BStageAction\x1A\x0F\x0A\x0DStatusRequest\x1A\x0C\x0A\x0AAPI_Status\x1A\x7F\x0A\x12API_StatusResponse\x12:\x0A\x10group_definition\x18\x01 \x01(\x0B2 .rv.data.ProLink.GroupDefinition\x12-\x0A\x06status\x18\x02 \x01(\x0B2\x1D.rv.data.ProLink.MemberStatusB\x09\x0A\x07Command\x1AE\x0A\x15IndexOrNameIdentifier\x12\x0F\x0A\x05index\x18\x01 \x01(\x05H\x00\x12\x0E\x0A\x04name\x18\x02 \x01(\x09H\x00B\x0B\x0A\x09Component\x1A\x8D\x01\x0A\x19IndexOrNameIdentifierPair\x126\x0A\x03key\x18\x01 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifier\x128\x0A\x05value\x18\x02 \x01(\x0B2).rv.data.NetworkAPI.IndexOrNameIdentifierB\x09\x0A\x07CommandB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ProApiV1Macro.php b/generated/GPBMetadata/ProApiV1Macro.php index f4c193a..e0ff399 100644 --- a/generated/GPBMetadata/ProApiV1Macro.php +++ b/generated/GPBMetadata/ProApiV1Macro.php @@ -18,7 +18,7 @@ class ProApiV1Macro \GPBMetadata\ProApiV1Color::initOnce(); \GPBMetadata\ProApiV1Identifier::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x9A\x1A\x0A\x13proApiV1Macro.proto\x12\x07rv.data\x1A\x18proApiV1Identifier.proto\"p\x0A\x0CAPI_v1_Macro\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\$\x0A\x05color\x18\x02 \x01(\x0B2\x15.rv.data.API_v1_Color\x12\x12\x0A\x0Aimage_type\x18\x03 \x01(\x09\"h\x0A\x17API_v1_Macro_Collection\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12%\x0A\x06macros\x18\x02 \x03(\x0B2\x15.rv.data.API_v1_Macro\"\xFC\x0A\x0A\x14API_v1_Macro_Request\x126\x0A\x06macros\x18\x01 \x01(\x0B2\$.rv.data.API_v1_Macro_Request.MacrosH\x00\x12;\x0A\x09get_macro\x18\x02 \x01(\x0B2&.rv.data.API_v1_Macro_Request.GetMacroH\x00\x12;\x0A\x09put_macro\x18\x03 \x01(\x0B2&.rv.data.API_v1_Macro_Request.PutMacroH\x00\x12A\x0A\x0Cdelete_macro\x18\x04 \x01(\x0B2).rv.data.API_v1_Macro_Request.DeleteMacroH\x00\x12C\x0A\x0Dtrigger_macro\x18\x05 \x01(\x0B2*.rv.data.API_v1_Macro_Request.TriggerMacroH\x00\x12K\x0A\x11macro_collections\x18\x06 \x01(\x0B2..rv.data.API_v1_Macro_Request.MacroCollectionsH\x00\x12P\x0A\x14get_macro_collection\x18\x07 \x01(\x0B20.rv.data.API_v1_Macro_Request.GetMacroCollectionH\x00\x12T\x0A\x16post_macro_collections\x18\x08 \x01(\x0B22.rv.data.API_v1_Macro_Request.PostMacroCollectionsH\x00\x12P\x0A\x14put_macro_collection\x18\x09 \x01(\x0B20.rv.data.API_v1_Macro_Request.PutMacroCollectionH\x00\x12V\x0A\x17delete_macro_collection\x18\x0A \x01(\x0B23.rv.data.API_v1_Macro_Request.DeleteMacroCollectionH\x00\x12=\x0A\x0Amacro_icon\x18\x0B \x01(\x0B2'.rv.data.API_v1_Macro_Request.MacroIconH\x00\x12D\x0A\x0Eput_macro_icon\x18\x0C \x01(\x0B2*.rv.data.API_v1_Macro_Request.PutMacroIconH\x00\x1A\x08\x0A\x06Macros\x1A\x16\x0A\x08GetMacro\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1As\x0A\x08PutMacro\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x13\x0A\x0Bname_change\x18\x02 \x01(\x09\x12+\x0A\x0Ccolor_change\x18\x03 \x01(\x0B2\x15.rv.data.API_v1_Color\x12\x19\x0A\x11image_type_change\x18\x04 \x01(\x09\x1A\x19\x0A\x0BDeleteMacro\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x1A\x0A\x0CTriggerMacro\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x12\x0A\x10MacroCollections\x1A \x0A\x12GetMacroCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\$\x0A\x14PostMacroCollections\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1AS\x0A\x12PutMacroCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x121\x0A\x07changes\x18\x02 \x01(\x0B2 .rv.data.API_v1_Macro_Collection\x1A#\x0A\x15DeleteMacroCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x17\x0A\x09MacroIcon\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A>\x0A\x0CPutMacroIcon\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x14\x0A\x0Ccontent_type\x18\x02 \x01(\x09\x12\x0C\x0A\x04icon\x18\x03 \x01(\x0CB\x09\x0A\x07Request\"\xC6\x0C\x0A\x15API_v1_Macro_Response\x127\x0A\x06macros\x18\x01 \x01(\x0B2%.rv.data.API_v1_Macro_Response.MacrosH\x00\x12<\x0A\x09get_macro\x18\x02 \x01(\x0B2'.rv.data.API_v1_Macro_Response.GetMacroH\x00\x12<\x0A\x09put_macro\x18\x03 \x01(\x0B2'.rv.data.API_v1_Macro_Response.PutMacroH\x00\x12B\x0A\x0Cdelete_macro\x18\x04 \x01(\x0B2*.rv.data.API_v1_Macro_Response.DeleteMacroH\x00\x12D\x0A\x0Dtrigger_macro\x18\x05 \x01(\x0B2+.rv.data.API_v1_Macro_Response.TriggerMacroH\x00\x12L\x0A\x11macro_collections\x18\x06 \x01(\x0B2/.rv.data.API_v1_Macro_Response.MacroCollectionsH\x00\x12Q\x0A\x14get_macro_collection\x18\x07 \x01(\x0B21.rv.data.API_v1_Macro_Response.GetMacroCollectionH\x00\x12U\x0A\x16post_macro_collections\x18\x08 \x01(\x0B23.rv.data.API_v1_Macro_Response.PostMacroCollectionsH\x00\x12Q\x0A\x14put_macro_collection\x18\x09 \x01(\x0B21.rv.data.API_v1_Macro_Response.PutMacroCollectionH\x00\x12W\x0A\x17delete_macro_collection\x18\x0A \x01(\x0B24.rv.data.API_v1_Macro_Response.DeleteMacroCollectionH\x00\x12>\x0A\x0Amacro_icon\x18\x0B \x01(\x0B2(.rv.data.API_v1_Macro_Response.MacroIconH\x00\x12E\x0A\x0Eput_macro_icon\x18\x0C \x01(\x0B2+.rv.data.API_v1_Macro_Response.PutMacroIconH\x00\x1A/\x0A\x06Macros\x12%\x0A\x06macros\x18\x01 \x03(\x0B2\x15.rv.data.API_v1_Macro\x1A0\x0A\x08GetMacro\x12\$\x0A\x05macro\x18\x01 \x01(\x0B2\x15.rv.data.API_v1_Macro\x1A0\x0A\x08PutMacro\x12\$\x0A\x05macro\x18\x01 \x01(\x0B2\x15.rv.data.API_v1_Macro\x1A\x0D\x0A\x0BDeleteMacro\x1A\x0E\x0A\x0CTriggerMacro\x1A\xB0\x01\x0A\x10MacroCollections\x12V\x0A\x11macro_collections\x18\x01 \x01(\x0B2;.rv.data.API_v1_Macro_Response.MacroCollections.Collections\x1AD\x0A\x0BCollections\x125\x0A\x0Bcollections\x18\x01 \x03(\x0B2 .rv.data.API_v1_Macro_Collection\x1AP\x0A\x12GetMacroCollection\x12:\x0A\x10macro_collection\x18\x01 \x01(\x0B2 .rv.data.API_v1_Macro_Collection\x1AR\x0A\x14PostMacroCollections\x12:\x0A\x10macro_collection\x18\x01 \x01(\x0B2 .rv.data.API_v1_Macro_Collection\x1AP\x0A\x12PutMacroCollection\x12:\x0A\x10macro_collection\x18\x01 \x01(\x0B2 .rv.data.API_v1_Macro_Collection\x1A\x17\x0A\x15DeleteMacroCollection\x1A/\x0A\x09MacroIcon\x12\x14\x0A\x0Ccontent_type\x18\x01 \x01(\x09\x12\x0C\x0A\x04icon\x18\x02 \x01(\x0C\x1A\x0E\x0A\x0CPutMacroIconB\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xED\x1A\x0A\x13proApiV1Macro.proto\x12\x07rv.data\x1A\x18proApiV1Identifier.proto\"\x9E\x01\x0A\x0CAPI_v1_Macro\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\$\x0A\x05color\x18\x02 \x01(\x0B2\x15.rv.data.API_v1_Color\x12\x12\x0A\x0Aimage_type\x18\x03 \x01(\x09\x12,\x0A\x07actions\x18\x04 \x03(\x0B2\x1B.rv.data.API_v1_MacroAction\"\"\x0A\x12API_v1_MacroAction\x12\x0C\x0A\x04type\x18\x01 \x01(\x09\"h\x0A\x17API_v1_Macro_Collection\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12%\x0A\x06macros\x18\x02 \x03(\x0B2\x15.rv.data.API_v1_Macro\"\xFC\x0A\x0A\x14API_v1_Macro_Request\x126\x0A\x06macros\x18\x01 \x01(\x0B2\$.rv.data.API_v1_Macro_Request.MacrosH\x00\x12;\x0A\x09get_macro\x18\x02 \x01(\x0B2&.rv.data.API_v1_Macro_Request.GetMacroH\x00\x12;\x0A\x09put_macro\x18\x03 \x01(\x0B2&.rv.data.API_v1_Macro_Request.PutMacroH\x00\x12A\x0A\x0Cdelete_macro\x18\x04 \x01(\x0B2).rv.data.API_v1_Macro_Request.DeleteMacroH\x00\x12C\x0A\x0Dtrigger_macro\x18\x05 \x01(\x0B2*.rv.data.API_v1_Macro_Request.TriggerMacroH\x00\x12K\x0A\x11macro_collections\x18\x06 \x01(\x0B2..rv.data.API_v1_Macro_Request.MacroCollectionsH\x00\x12P\x0A\x14get_macro_collection\x18\x07 \x01(\x0B20.rv.data.API_v1_Macro_Request.GetMacroCollectionH\x00\x12T\x0A\x16post_macro_collections\x18\x08 \x01(\x0B22.rv.data.API_v1_Macro_Request.PostMacroCollectionsH\x00\x12P\x0A\x14put_macro_collection\x18\x09 \x01(\x0B20.rv.data.API_v1_Macro_Request.PutMacroCollectionH\x00\x12V\x0A\x17delete_macro_collection\x18\x0A \x01(\x0B23.rv.data.API_v1_Macro_Request.DeleteMacroCollectionH\x00\x12=\x0A\x0Amacro_icon\x18\x0B \x01(\x0B2'.rv.data.API_v1_Macro_Request.MacroIconH\x00\x12D\x0A\x0Eput_macro_icon\x18\x0C \x01(\x0B2*.rv.data.API_v1_Macro_Request.PutMacroIconH\x00\x1A\x08\x0A\x06Macros\x1A\x16\x0A\x08GetMacro\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1As\x0A\x08PutMacro\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x13\x0A\x0Bname_change\x18\x02 \x01(\x09\x12+\x0A\x0Ccolor_change\x18\x03 \x01(\x0B2\x15.rv.data.API_v1_Color\x12\x19\x0A\x11image_type_change\x18\x04 \x01(\x09\x1A\x19\x0A\x0BDeleteMacro\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x1A\x0A\x0CTriggerMacro\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x12\x0A\x10MacroCollections\x1A \x0A\x12GetMacroCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\$\x0A\x14PostMacroCollections\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1AS\x0A\x12PutMacroCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x121\x0A\x07changes\x18\x02 \x01(\x0B2 .rv.data.API_v1_Macro_Collection\x1A#\x0A\x15DeleteMacroCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x17\x0A\x09MacroIcon\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A>\x0A\x0CPutMacroIcon\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x14\x0A\x0Ccontent_type\x18\x02 \x01(\x09\x12\x0C\x0A\x04icon\x18\x03 \x01(\x0CB\x09\x0A\x07Request\"\xC6\x0C\x0A\x15API_v1_Macro_Response\x127\x0A\x06macros\x18\x01 \x01(\x0B2%.rv.data.API_v1_Macro_Response.MacrosH\x00\x12<\x0A\x09get_macro\x18\x02 \x01(\x0B2'.rv.data.API_v1_Macro_Response.GetMacroH\x00\x12<\x0A\x09put_macro\x18\x03 \x01(\x0B2'.rv.data.API_v1_Macro_Response.PutMacroH\x00\x12B\x0A\x0Cdelete_macro\x18\x04 \x01(\x0B2*.rv.data.API_v1_Macro_Response.DeleteMacroH\x00\x12D\x0A\x0Dtrigger_macro\x18\x05 \x01(\x0B2+.rv.data.API_v1_Macro_Response.TriggerMacroH\x00\x12L\x0A\x11macro_collections\x18\x06 \x01(\x0B2/.rv.data.API_v1_Macro_Response.MacroCollectionsH\x00\x12Q\x0A\x14get_macro_collection\x18\x07 \x01(\x0B21.rv.data.API_v1_Macro_Response.GetMacroCollectionH\x00\x12U\x0A\x16post_macro_collections\x18\x08 \x01(\x0B23.rv.data.API_v1_Macro_Response.PostMacroCollectionsH\x00\x12Q\x0A\x14put_macro_collection\x18\x09 \x01(\x0B21.rv.data.API_v1_Macro_Response.PutMacroCollectionH\x00\x12W\x0A\x17delete_macro_collection\x18\x0A \x01(\x0B24.rv.data.API_v1_Macro_Response.DeleteMacroCollectionH\x00\x12>\x0A\x0Amacro_icon\x18\x0B \x01(\x0B2(.rv.data.API_v1_Macro_Response.MacroIconH\x00\x12E\x0A\x0Eput_macro_icon\x18\x0C \x01(\x0B2+.rv.data.API_v1_Macro_Response.PutMacroIconH\x00\x1A/\x0A\x06Macros\x12%\x0A\x06macros\x18\x01 \x03(\x0B2\x15.rv.data.API_v1_Macro\x1A0\x0A\x08GetMacro\x12\$\x0A\x05macro\x18\x01 \x01(\x0B2\x15.rv.data.API_v1_Macro\x1A0\x0A\x08PutMacro\x12\$\x0A\x05macro\x18\x01 \x01(\x0B2\x15.rv.data.API_v1_Macro\x1A\x0D\x0A\x0BDeleteMacro\x1A\x0E\x0A\x0CTriggerMacro\x1A\xB0\x01\x0A\x10MacroCollections\x12V\x0A\x11macro_collections\x18\x01 \x01(\x0B2;.rv.data.API_v1_Macro_Response.MacroCollections.Collections\x1AD\x0A\x0BCollections\x125\x0A\x0Bcollections\x18\x01 \x03(\x0B2 .rv.data.API_v1_Macro_Collection\x1AP\x0A\x12GetMacroCollection\x12:\x0A\x10macro_collection\x18\x01 \x01(\x0B2 .rv.data.API_v1_Macro_Collection\x1AR\x0A\x14PostMacroCollections\x12:\x0A\x10macro_collection\x18\x01 \x01(\x0B2 .rv.data.API_v1_Macro_Collection\x1AP\x0A\x12PutMacroCollection\x12:\x0A\x10macro_collection\x18\x01 \x01(\x0B2 .rv.data.API_v1_Macro_Collection\x1A\x17\x0A\x15DeleteMacroCollection\x1A/\x0A\x09MacroIcon\x12\x14\x0A\x0Ccontent_type\x18\x01 \x01(\x09\x12\x0C\x0A\x04icon\x18\x02 \x01(\x0C\x1A\x0E\x0A\x0CPutMacroIconB\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ProApiV1Message.php b/generated/GPBMetadata/ProApiV1Message.php index 9e3b664..d9e1e73 100644 --- a/generated/GPBMetadata/ProApiV1Message.php +++ b/generated/GPBMetadata/ProApiV1Message.php @@ -18,7 +18,7 @@ class ProApiV1Message \GPBMetadata\ProApiV1Identifier::initOnce(); \GPBMetadata\ProApiV1Timer::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xAB\x17\x0A\x15proApiV1Message.proto\x12\x07rv.data\x1A\x13proApiV1Timer.proto\"\xC2\x09\x0A\x0EAPI_v1_Message\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\x0F\x0A\x07message\x18\x02 \x01(\x09\x12;\x0A\x06tokens\x18\x03 \x03(\x0B2+.rv.data.API_v1_Message.API_v1_MessageToken\x12)\x0A\x05theme\x18\x04 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\x1A\x0A\x12visible_on_network\x18\x05 \x01(\x08\x1A\xF2\x07\x0A\x13API_v1_MessageToken\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12L\x0A\x04text\x18\x02 \x01(\x0B2<.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TextTokenH\x00\x12N\x0A\x05timer\x18\x03 \x01(\x0B2=.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TimerTokenH\x00\x12N\x0A\x05clock\x18\x04 \x01(\x0B2=.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockTokenH\x00\x1A \x0A\x10API_v1_TextToken\x12\x0C\x0A\x04text\x18\x01 \x01(\x09\x1A\xEA\x02\x0A\x11API_v1_TimerToken\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\x16\x0A\x0Eallows_overrun\x18\x02 \x01(\x08\x12+\x0A\x06format\x18\x06 \x01(\x0B2\x1B.rv.data.API_v1_TimerFormat\x12A\x0A\x09countdown\x18\x03 \x01(\x0B2,.rv.data.API_v1_Timer.API_v1_Timer_CountdownH\x00\x12P\x0A\x12count_down_to_time\x18\x04 \x01(\x0B22.rv.data.API_v1_Timer.API_v1_Timer_CountdownToTimeH\x00\x12=\x0A\x07elapsed\x18\x05 \x01(\x0B2*.rv.data.API_v1_Timer.API_v1_Timer_ElapsedH\x00B\x14\x0A\x12TimerConfiguration\x1A\xC2\x02\x0A\x11API_v1_ClockToken\x12c\x0A\x04date\x18\x01 \x01(\x0E2U.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken.API_v1_ClockTokenFormat\x12c\x0A\x04time\x18\x02 \x01(\x0E2U.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken.API_v1_ClockTokenFormat\x12\x13\x0A\x0Bis_24_hours\x18\x03 \x01(\x08\"N\x0A\x17API_v1_ClockTokenFormat\x12\x08\x0A\x04none\x10\x00\x12\x09\x0A\x05short\x10\x01\x12\x0A\x0A\x06medium\x10\x02\x12\x08\x0A\x04long\x10\x03\x12\x08\x0A\x04full\x10\x04B\x0B\x0A\x09TokenType\"\xC4\x06\x0A\x16API_v1_Message_Request\x12<\x0A\x08messages\x18\x01 \x01(\x0B2(.rv.data.API_v1_Message_Request.MessagesH\x00\x12G\x0A\x0Ecreate_message\x18\x02 \x01(\x0B2-.rv.data.API_v1_Message_Request.CreateMessageH\x00\x12A\x0A\x0Bget_message\x18\x03 \x01(\x0B2*.rv.data.API_v1_Message_Request.GetMessageH\x00\x12A\x0A\x0Bput_message\x18\x04 \x01(\x0B2*.rv.data.API_v1_Message_Request.PutMessageH\x00\x12G\x0A\x0Edelete_message\x18\x05 \x01(\x0B2-.rv.data.API_v1_Message_Request.DeleteMessageH\x00\x12I\x0A\x0Ftrigger_message\x18\x06 \x01(\x0B2..rv.data.API_v1_Message_Request.TriggerMessageH\x00\x12E\x0A\x0Dclear_message\x18\x07 \x01(\x0B2,.rv.data.API_v1_Message_Request.ClearMessageH\x00\x1A\x0A\x0A\x08Messages\x1A9\x0A\x0DCreateMessage\x12(\x0A\x07message\x18\x01 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A\x18\x0A\x0AGetMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1AB\x0A\x0APutMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12(\x0A\x07message\x18\x02 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A\x1B\x0A\x0DDeleteMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1AY\x0A\x0ETriggerMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12;\x0A\x06tokens\x18\x02 \x03(\x0B2+.rv.data.API_v1_Message.API_v1_MessageToken\x1A\x1A\x0A\x0CClearMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09B\x09\x0A\x07Request\"\xA9\x06\x0A\x17API_v1_Message_Response\x12=\x0A\x08messages\x18\x01 \x01(\x0B2).rv.data.API_v1_Message_Response.MessagesH\x00\x12H\x0A\x0Ecreate_message\x18\x02 \x01(\x0B2..rv.data.API_v1_Message_Response.CreateMessageH\x00\x12B\x0A\x0Bget_message\x18\x03 \x01(\x0B2+.rv.data.API_v1_Message_Response.GetMessageH\x00\x12B\x0A\x0Bput_message\x18\x04 \x01(\x0B2+.rv.data.API_v1_Message_Response.PutMessageH\x00\x12H\x0A\x0Edelete_message\x18\x05 \x01(\x0B2..rv.data.API_v1_Message_Response.DeleteMessageH\x00\x12J\x0A\x0Ftrigger_message\x18\x06 \x01(\x0B2/.rv.data.API_v1_Message_Response.TriggerMessageH\x00\x12F\x0A\x0Dclear_message\x18\x07 \x01(\x0B2-.rv.data.API_v1_Message_Response.ClearMessageH\x00\x1A5\x0A\x08Messages\x12)\x0A\x08messages\x18\x01 \x03(\x0B2\x17.rv.data.API_v1_Message\x1A9\x0A\x0DCreateMessage\x12(\x0A\x07message\x18\x01 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A6\x0A\x0AGetMessage\x12(\x0A\x07message\x18\x01 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A6\x0A\x0APutMessage\x12(\x0A\x07message\x18\x01 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A\x0F\x0A\x0DDeleteMessage\x1A\x10\x0A\x0ETriggerMessage\x1A\x0E\x0A\x0CClearMessageB\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xD8\x17\x0A\x15proApiV1Message.proto\x12\x07rv.data\x1A\x13proApiV1Timer.proto\"\xD0\x09\x0A\x0EAPI_v1_Message\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\x0F\x0A\x07message\x18\x02 \x01(\x09\x12;\x0A\x06tokens\x18\x03 \x03(\x0B2+.rv.data.API_v1_Message.API_v1_MessageToken\x12)\x0A\x05theme\x18\x04 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\x1A\x0A\x12visible_on_network\x18\x05 \x01(\x08\x1A\x80\x08\x0A\x13API_v1_MessageToken\x12\x0C\x0A\x04uuid\x18\x01 \x01(\x09\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12L\x0A\x04text\x18\x03 \x01(\x0B2<.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TextTokenH\x00\x12N\x0A\x05timer\x18\x04 \x01(\x0B2=.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TimerTokenH\x00\x12N\x0A\x05clock\x18\x05 \x01(\x0B2=.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockTokenH\x00\x1A \x0A\x10API_v1_TextToken\x12\x0C\x0A\x04text\x18\x01 \x01(\x09\x1A\xEA\x02\x0A\x11API_v1_TimerToken\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\x16\x0A\x0Eallows_overrun\x18\x02 \x01(\x08\x12+\x0A\x06format\x18\x06 \x01(\x0B2\x1B.rv.data.API_v1_TimerFormat\x12A\x0A\x09countdown\x18\x03 \x01(\x0B2,.rv.data.API_v1_Timer.API_v1_Timer_CountdownH\x00\x12P\x0A\x12count_down_to_time\x18\x04 \x01(\x0B22.rv.data.API_v1_Timer.API_v1_Timer_CountdownToTimeH\x00\x12=\x0A\x07elapsed\x18\x05 \x01(\x0B2*.rv.data.API_v1_Timer.API_v1_Timer_ElapsedH\x00B\x14\x0A\x12TimerConfiguration\x1A\xC2\x02\x0A\x11API_v1_ClockToken\x12c\x0A\x04date\x18\x01 \x01(\x0E2U.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken.API_v1_ClockTokenFormat\x12c\x0A\x04time\x18\x02 \x01(\x0E2U.rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken.API_v1_ClockTokenFormat\x12\x13\x0A\x0Bis_24_hours\x18\x03 \x01(\x08\"N\x0A\x17API_v1_ClockTokenFormat\x12\x08\x0A\x04none\x10\x00\x12\x09\x0A\x05short\x10\x01\x12\x0A\x0A\x06medium\x10\x02\x12\x08\x0A\x04long\x10\x03\x12\x08\x0A\x04full\x10\x04B\x0B\x0A\x09TokenType\"\xE3\x06\x0A\x16API_v1_Message_Request\x12<\x0A\x08messages\x18\x01 \x01(\x0B2(.rv.data.API_v1_Message_Request.MessagesH\x00\x12G\x0A\x0Ecreate_message\x18\x02 \x01(\x0B2-.rv.data.API_v1_Message_Request.CreateMessageH\x00\x12A\x0A\x0Bget_message\x18\x03 \x01(\x0B2*.rv.data.API_v1_Message_Request.GetMessageH\x00\x12A\x0A\x0Bput_message\x18\x04 \x01(\x0B2*.rv.data.API_v1_Message_Request.PutMessageH\x00\x12G\x0A\x0Edelete_message\x18\x05 \x01(\x0B2-.rv.data.API_v1_Message_Request.DeleteMessageH\x00\x12I\x0A\x0Ftrigger_message\x18\x06 \x01(\x0B2..rv.data.API_v1_Message_Request.TriggerMessageH\x00\x12E\x0A\x0Dclear_message\x18\x07 \x01(\x0B2,.rv.data.API_v1_Message_Request.ClearMessageH\x00\x1A\x0A\x0A\x08Messages\x1A9\x0A\x0DCreateMessage\x12(\x0A\x07message\x18\x01 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A\x18\x0A\x0AGetMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1AB\x0A\x0APutMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12(\x0A\x07message\x18\x02 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A\x1B\x0A\x0DDeleteMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1Ax\x0A\x0ETriggerMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12;\x0A\x06tokens\x18\x02 \x03(\x0B2+.rv.data.API_v1_Message.API_v1_MessageToken\x12\x1D\x0A\x15requires_confirmation\x18\x03 \x01(\x08\x1A\x1A\x0A\x0CClearMessage\x12\x0A\x0A\x02id\x18\x01 \x01(\x09B\x09\x0A\x07Request\"\xA9\x06\x0A\x17API_v1_Message_Response\x12=\x0A\x08messages\x18\x01 \x01(\x0B2).rv.data.API_v1_Message_Response.MessagesH\x00\x12H\x0A\x0Ecreate_message\x18\x02 \x01(\x0B2..rv.data.API_v1_Message_Response.CreateMessageH\x00\x12B\x0A\x0Bget_message\x18\x03 \x01(\x0B2+.rv.data.API_v1_Message_Response.GetMessageH\x00\x12B\x0A\x0Bput_message\x18\x04 \x01(\x0B2+.rv.data.API_v1_Message_Response.PutMessageH\x00\x12H\x0A\x0Edelete_message\x18\x05 \x01(\x0B2..rv.data.API_v1_Message_Response.DeleteMessageH\x00\x12J\x0A\x0Ftrigger_message\x18\x06 \x01(\x0B2/.rv.data.API_v1_Message_Response.TriggerMessageH\x00\x12F\x0A\x0Dclear_message\x18\x07 \x01(\x0B2-.rv.data.API_v1_Message_Response.ClearMessageH\x00\x1A5\x0A\x08Messages\x12)\x0A\x08messages\x18\x01 \x03(\x0B2\x17.rv.data.API_v1_Message\x1A9\x0A\x0DCreateMessage\x12(\x0A\x07message\x18\x01 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A6\x0A\x0AGetMessage\x12(\x0A\x07message\x18\x01 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A6\x0A\x0APutMessage\x12(\x0A\x07message\x18\x01 \x01(\x0B2\x17.rv.data.API_v1_Message\x1A\x0F\x0A\x0DDeleteMessage\x1A\x10\x0A\x0ETriggerMessage\x1A\x0E\x0A\x0CClearMessageB\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ProApiV1PresentationPlaylistItem.php b/generated/GPBMetadata/ProApiV1PresentationPlaylistItem.php index 4582bab..7488268 100644 --- a/generated/GPBMetadata/ProApiV1PresentationPlaylistItem.php +++ b/generated/GPBMetadata/ProApiV1PresentationPlaylistItem.php @@ -16,7 +16,7 @@ class ProApiV1PresentationPlaylistItem return; } $pool->internalAddGeneratedFile( - "\x0A\xAD\x01\x0A&proApiV1PresentationPlaylistItem.proto\x12\x07rv.data\"<\x0A\x1FAPI_v1_PlaylistPresentationItem\x12\x19\x0A\x11presentation_uuid\x18\x01 \x01(\x09B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xC7\x01\x0A&proApiV1PresentationPlaylistItem.proto\x12\x07rv.data\"V\x0A\x1FAPI_v1_PlaylistPresentationItem\x12\x19\x0A\x11presentation_uuid\x18\x01 \x01(\x09\x12\x18\x0A\x10arrangement_name\x18\x02 \x01(\x09B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ProApiV1Prop.php b/generated/GPBMetadata/ProApiV1Prop.php index 885af58..a569d60 100644 --- a/generated/GPBMetadata/ProApiV1Prop.php +++ b/generated/GPBMetadata/ProApiV1Prop.php @@ -17,7 +17,7 @@ class ProApiV1Prop } \GPBMetadata\ProApiV1Identifier::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xA5\x0A\x0A\x12proApiV1Prop.proto\x12\x07rv.data\"L\x0A\x0FAPI_v1_PropData\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\x11\x0A\x09is_active\x18\x02 \x01(\x08\"\xAE\x04\x0A\x13API_v1_Prop_Request\x123\x0A\x05props\x18\x01 \x01(\x0B2\".rv.data.API_v1_Prop_Request.PropsH\x00\x128\x0A\x08get_prop\x18\x02 \x01(\x0B2\$.rv.data.API_v1_Prop_Request.GetPropH\x00\x12>\x0A\x0Bdelete_prop\x18\x03 \x01(\x0B2'.rv.data.API_v1_Prop_Request.DeletePropH\x00\x12@\x0A\x0Ctrigger_prop\x18\x04 \x01(\x0B2(.rv.data.API_v1_Prop_Request.TriggerPropH\x00\x12<\x0A\x0Aclear_prop\x18\x05 \x01(\x0B2&.rv.data.API_v1_Prop_Request.ClearPropH\x00\x12B\x0A\x0Dget_thumbnail\x18\x06 \x01(\x0B2).rv.data.API_v1_Prop_Request.GetThumbnailH\x00\x1A\x07\x0A\x05Props\x1A\x15\x0A\x07GetProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x18\x0A\x0ADeleteProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x19\x0A\x0BTriggerProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x17\x0A\x09ClearProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A+\x0A\x0CGetThumbnail\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x0F\x0A\x07quality\x18\x02 \x01(\x05B\x09\x0A\x07Request\"\xC8\x04\x0A\x14API_v1_Prop_Response\x124\x0A\x05props\x18\x01 \x01(\x0B2#.rv.data.API_v1_Prop_Response.PropsH\x00\x129\x0A\x08get_prop\x18\x02 \x01(\x0B2%.rv.data.API_v1_Prop_Response.GetPropH\x00\x12?\x0A\x0Bdelete_prop\x18\x03 \x01(\x0B2(.rv.data.API_v1_Prop_Response.DeletePropH\x00\x12A\x0A\x0Ctrigger_prop\x18\x04 \x01(\x0B2).rv.data.API_v1_Prop_Response.TriggerPropH\x00\x12=\x0A\x0Aclear_prop\x18\x05 \x01(\x0B2'.rv.data.API_v1_Prop_Response.ClearPropH\x00\x12C\x0A\x0Dget_thumbnail\x18\x06 \x01(\x0B2*.rv.data.API_v1_Prop_Response.GetThumbnailH\x00\x1A0\x0A\x05Props\x12'\x0A\x05props\x18\x01 \x03(\x0B2\x18.rv.data.API_v1_PropData\x1A1\x0A\x07GetProp\x12&\x0A\x04prop\x18\x01 \x01(\x0B2\x18.rv.data.API_v1_PropData\x1A\x0C\x0A\x0ADeleteProp\x1A\x0D\x0A\x0BTriggerProp\x1A\x0B\x0A\x09ClearProp\x1A\x1C\x0A\x0CGetThumbnail\x12\x0C\x0A\x04data\x18\x01 \x01(\x0CB\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xD4\x1D\x0A\x12proApiV1Prop.proto\x12\x07rv.data\"A\x0A\x11API_v1_Transition\x12\x0C\x0A\x04uuid\x18\x01 \x01(\x09\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x10\x0A\x08duration\x18\x03 \x01(\x01\"\xB5\x01\x0A\x0FAPI_v1_PropData\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12\x11\x0A\x09is_active\x18\x02 \x01(\x08\x12\x1A\x0A\x12auto_clear_enabled\x18\x03 \x01(\x08\x12\x1B\x0A\x13auto_clear_duration\x18\x04 \x01(\x01\x12.\x0A\x0Atransition\x18\x05 \x01(\x0B2\x1A.rv.data.API_v1_Transition\"\x85\x01\x0A\x15API_v1_PropCollection\x12&\x0A\x02id\x18\x01 \x01(\x0B2\x1A.rv.data.API_v1_Identifier\x12'\x0A\x05props\x18\x02 \x03(\x0B2\x18.rv.data.API_v1_PropData\x12\x1B\x0A\x13single_prop_enabled\x18\x03 \x01(\x08\"\xCC\x0C\x0A\x13API_v1_Prop_Request\x123\x0A\x05props\x18\x01 \x01(\x0B2\".rv.data.API_v1_Prop_Request.PropsH\x00\x128\x0A\x08get_prop\x18\x02 \x01(\x0B2\$.rv.data.API_v1_Prop_Request.GetPropH\x00\x128\x0A\x08put_prop\x18\x03 \x01(\x0B2\$.rv.data.API_v1_Prop_Request.PutPropH\x00\x12>\x0A\x0Bdelete_prop\x18\x04 \x01(\x0B2'.rv.data.API_v1_Prop_Request.DeletePropH\x00\x12@\x0A\x0Ctrigger_prop\x18\x05 \x01(\x0B2(.rv.data.API_v1_Prop_Request.TriggerPropH\x00\x12<\x0A\x0Aclear_prop\x18\x06 \x01(\x0B2&.rv.data.API_v1_Prop_Request.ClearPropH\x00\x12B\x0A\x0Dget_thumbnail\x18\x07 \x01(\x0B2).rv.data.API_v1_Prop_Request.GetThumbnailH\x00\x12O\x0A\x14get_prop_collections\x18\x08 \x01(\x0B2/.rv.data.API_v1_Prop_Request.GetPropCollectionsH\x00\x12M\x0A\x13get_prop_collection\x18\x09 \x01(\x0B2..rv.data.API_v1_Prop_Request.GetPropCollectionH\x00\x12Q\x0A\x15post_prop_collections\x18\x0A \x01(\x0B20.rv.data.API_v1_Prop_Request.PostPropCollectionsH\x00\x12M\x0A\x13put_prop_collection\x18\x0B \x01(\x0B2..rv.data.API_v1_Prop_Request.PutPropCollectionH\x00\x12S\x0A\x16delete_prop_collection\x18\x0C \x01(\x0B21.rv.data.API_v1_Prop_Request.DeletePropCollectionH\x00\x12<\x0A\x0Apause_prop\x18\x0D \x01(\x0B2&.rv.data.API_v1_Prop_Request.PausePropH\x00\x12>\x0A\x0Bresume_prop\x18\x0E \x01(\x0B2'.rv.data.API_v1_Prop_Request.ResumePropH\x00\x1A\x07\x0A\x05Props\x1A\x15\x0A\x07GetProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\xC7\x01\x0A\x07PutProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x13\x0A\x0Bname_change\x18\x02 \x01(\x09\x12O\x0A\x11auto_clear_change\x18\x03 \x01(\x0B24.rv.data.API_v1_Prop_Request.PutProp.AutoClearChange\x1AJ\x0A\x0FAutoClearChange\x12\x1A\x0A\x12auto_clear_enabled\x18\x01 \x01(\x08\x12\x1B\x0A\x13auto_clear_duration\x18\x02 \x01(\x01\x1A\x18\x0A\x0ADeleteProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x19\x0A\x0BTriggerProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x17\x0A\x09ClearProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x17\x0A\x09PauseProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A\x18\x0A\x0AResumeProp\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A+\x0A\x0CGetThumbnail\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x0F\x0A\x07quality\x18\x02 \x01(\x05\x1A\x14\x0A\x12GetPropCollections\x1A\x1F\x0A\x11GetPropCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x1A#\x0A\x13PostPropCollections\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x1AP\x0A\x11PutPropCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12/\x0A\x07changes\x18\x02 \x01(\x0B2\x1E.rv.data.API_v1_PropCollection\x1A\"\x0A\x14DeletePropCollection\x12\x0A\x0A\x02id\x18\x01 \x01(\x09B\x09\x0A\x07Request\"\xA4\x0D\x0A\x14API_v1_Prop_Response\x124\x0A\x05props\x18\x01 \x01(\x0B2#.rv.data.API_v1_Prop_Response.PropsH\x00\x129\x0A\x08get_prop\x18\x02 \x01(\x0B2%.rv.data.API_v1_Prop_Response.GetPropH\x00\x129\x0A\x08put_prop\x18\x03 \x01(\x0B2%.rv.data.API_v1_Prop_Response.PutPropH\x00\x12?\x0A\x0Bdelete_prop\x18\x04 \x01(\x0B2(.rv.data.API_v1_Prop_Response.DeletePropH\x00\x12A\x0A\x0Ctrigger_prop\x18\x05 \x01(\x0B2).rv.data.API_v1_Prop_Response.TriggerPropH\x00\x12=\x0A\x0Aclear_prop\x18\x06 \x01(\x0B2'.rv.data.API_v1_Prop_Response.ClearPropH\x00\x12C\x0A\x0Dget_thumbnail\x18\x07 \x01(\x0B2*.rv.data.API_v1_Prop_Response.GetThumbnailH\x00\x12P\x0A\x14get_prop_collections\x18\x08 \x01(\x0B20.rv.data.API_v1_Prop_Response.GetPropCollectionsH\x00\x12N\x0A\x13get_prop_collection\x18\x09 \x01(\x0B2/.rv.data.API_v1_Prop_Response.GetPropCollectionH\x00\x12R\x0A\x15post_prop_collections\x18\x0A \x01(\x0B21.rv.data.API_v1_Prop_Response.PostPropCollectionsH\x00\x12N\x0A\x13put_prop_collection\x18\x0B \x01(\x0B2/.rv.data.API_v1_Prop_Response.PutPropCollectionH\x00\x12T\x0A\x16delete_prop_collection\x18\x0C \x01(\x0B22.rv.data.API_v1_Prop_Response.DeletePropCollectionH\x00\x12=\x0A\x0Apause_prop\x18\x0D \x01(\x0B2'.rv.data.API_v1_Prop_Response.PausePropH\x00\x12?\x0A\x0Bresume_prop\x18\x0E \x01(\x0B2(.rv.data.API_v1_Prop_Response.ResumePropH\x00\x1A0\x0A\x05Props\x12'\x0A\x05props\x18\x01 \x03(\x0B2\x18.rv.data.API_v1_PropData\x1A1\x0A\x07GetProp\x12&\x0A\x04prop\x18\x01 \x01(\x0B2\x18.rv.data.API_v1_PropData\x1A1\x0A\x07PutProp\x12&\x0A\x04prop\x18\x01 \x01(\x0B2\x18.rv.data.API_v1_PropData\x1A\x0C\x0A\x0ADeleteProp\x1A\x0D\x0A\x0BTriggerProp\x1A\x0B\x0A\x09ClearProp\x1A\x0B\x0A\x09PauseProp\x1A\x0C\x0A\x0AResumeProp\x1A\x1C\x0A\x0CGetThumbnail\x12\x0C\x0A\x04data\x18\x01 \x01(\x0C\x1A\xB0\x01\x0A\x12GetPropCollections\x12V\x0A\x10prop_collections\x18\x01 \x01(\x0B2<.rv.data.API_v1_Prop_Response.GetPropCollections.Collections\x1AB\x0A\x0BCollections\x123\x0A\x0Bcollections\x18\x01 \x03(\x0B2\x1E.rv.data.API_v1_PropCollection\x1AL\x0A\x11GetPropCollection\x127\x0A\x0Fprop_collection\x18\x01 \x01(\x0B2\x1E.rv.data.API_v1_PropCollection\x1AN\x0A\x13PostPropCollections\x127\x0A\x0Fprop_collection\x18\x01 \x01(\x0B2\x1E.rv.data.API_v1_PropCollection\x1AL\x0A\x11PutPropCollection\x127\x0A\x0Fprop_collection\x18\x01 \x01(\x0B2\x1E.rv.data.API_v1_PropCollection\x1A\x16\x0A\x14DeletePropCollectionB\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ProApiV1Transport.php b/generated/GPBMetadata/ProApiV1Transport.php index 1be4780..7e76680 100644 --- a/generated/GPBMetadata/ProApiV1Transport.php +++ b/generated/GPBMetadata/ProApiV1Transport.php @@ -16,9 +16,8 @@ class ProApiV1Transport return; } \GPBMetadata\ProApiV1LayerType::initOnce(); - \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xC7\x13\x0A\x17proApiV1Transport.proto\x12\x07rv.data\x1A\x0Auuid.proto\"\xCA\x0A\x0A\x18API_v1_Transport_Request\x126\x0A\x04play\x18\x01 \x01(\x0B2&.rv.data.API_v1_Transport_Request.PlayH\x00\x128\x0A\x05pause\x18\x02 \x01(\x0B2'.rv.data.API_v1_Transport_Request.PauseH\x00\x12G\x0A\x0Dskip_backward\x18\x03 \x01(\x0B2..rv.data.API_v1_Transport_Request.SkipBackwardH\x00\x12E\x0A\x0Cskip_forward\x18\x04 \x01(\x0B2-.rv.data.API_v1_Transport_Request.SkipForwardH\x00\x12>\x0A\x09go_to_end\x18\x05 \x01(\x0B2).rv.data.API_v1_Transport_Request.GoToEndH\x00\x12=\x0A\x08get_time\x18\x06 \x01(\x0B2).rv.data.API_v1_Transport_Request.GetTimeH\x00\x12=\x0A\x08put_time\x18\x07 \x01(\x0B2).rv.data.API_v1_Transport_Request.PutTimeH\x00\x12L\x0A\x10get_auto_advance\x18\x08 \x01(\x0B20.rv.data.API_v1_Transport_Request.GetAutoAdvanceH\x00\x12R\x0A\x13delete_auto_advance\x18\x09 \x01(\x0B23.rv.data.API_v1_Transport_Request.DeleteAutoAdvanceH\x00\x12N\x0A\x11get_current_media\x18\x0A \x01(\x0B21.rv.data.API_v1_Transport_Request.GetCurrentMediaH\x00\x1A0\x0A\x04Play\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1A1\x0A\x05Pause\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1AI\x0A\x0CSkipBackward\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x12\x0F\x0A\x07seconds\x18\x02 \x01(\x01\x1AH\x0A\x0BSkipForward\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x12\x0F\x0A\x07seconds\x18\x02 \x01(\x01\x1AD\x0A\x07GoToEnd\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x12\x0F\x0A\x07seconds\x18\x02 \x01(\x01\x1A3\x0A\x07GetTime\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1AD\x0A\x07PutTime\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x12\x0F\x0A\x07seconds\x18\x02 \x01(\x01\x1A:\x0A\x0EGetAutoAdvance\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1A=\x0A\x11DeleteAutoAdvance\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1A;\x0A\x0FGetCurrentMedia\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerTypeB\x09\x0A\x07Request\"\x8B\x08\x0A\x19API_v1_Transport_Response\x127\x0A\x04play\x18\x01 \x01(\x0B2'.rv.data.API_v1_Transport_Response.PlayH\x00\x129\x0A\x05pause\x18\x02 \x01(\x0B2(.rv.data.API_v1_Transport_Response.PauseH\x00\x12H\x0A\x0Dskip_backward\x18\x03 \x01(\x0B2/.rv.data.API_v1_Transport_Response.SkipBackwardH\x00\x12F\x0A\x0Cskip_forward\x18\x04 \x01(\x0B2..rv.data.API_v1_Transport_Response.SkipForwardH\x00\x12?\x0A\x09go_to_end\x18\x05 \x01(\x0B2*.rv.data.API_v1_Transport_Response.GoToEndH\x00\x12>\x0A\x08get_time\x18\x06 \x01(\x0B2*.rv.data.API_v1_Transport_Response.GetTimeH\x00\x12>\x0A\x08put_time\x18\x07 \x01(\x0B2*.rv.data.API_v1_Transport_Response.PutTimeH\x00\x12M\x0A\x10get_auto_advance\x18\x08 \x01(\x0B21.rv.data.API_v1_Transport_Response.GetAutoAdvanceH\x00\x12S\x0A\x13delete_auto_advance\x18\x09 \x01(\x0B24.rv.data.API_v1_Transport_Response.DeleteAutoAdvanceH\x00\x12O\x0A\x11get_current_media\x18\x0A \x01(\x0B22.rv.data.API_v1_Transport_Response.GetCurrentMediaH\x00\x1A\x06\x0A\x04Play\x1A\x07\x0A\x05Pause\x1A\x0E\x0A\x0CSkipBackward\x1A\x0D\x0A\x0BSkipForward\x1A\x09\x0A\x07GoToEnd\x1A\x1A\x0A\x07GetTime\x12\x0F\x0A\x07seconds\x18\x01 \x01(\x01\x1A\x09\x0A\x07PutTime\x1A&\x0A\x0EGetAutoAdvance\x12\x14\x0A\x0Cauto_advance\x18\x01 \x01(\x08\x1A\x13\x0A\x11DeleteAutoAdvance\x1A\x86\x01\x0A\x0FGetCurrentMedia\x12\x12\x0A\x0Ais_playing\x18\x01 \x01(\x08\x12\x1B\x0A\x04uuid\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x12\x0E\x0A\x06artist\x18\x04 \x01(\x09\x12\x12\x0A\x0Aaudio_only\x18\x05 \x01(\x08\x12\x10\x0A\x08duration\x18\x06 \x01(\x01B\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xAB\x13\x0A\x17proApiV1Transport.proto\x12\x07rv.data\"\xCA\x0A\x0A\x18API_v1_Transport_Request\x126\x0A\x04play\x18\x01 \x01(\x0B2&.rv.data.API_v1_Transport_Request.PlayH\x00\x128\x0A\x05pause\x18\x02 \x01(\x0B2'.rv.data.API_v1_Transport_Request.PauseH\x00\x12G\x0A\x0Dskip_backward\x18\x03 \x01(\x0B2..rv.data.API_v1_Transport_Request.SkipBackwardH\x00\x12E\x0A\x0Cskip_forward\x18\x04 \x01(\x0B2-.rv.data.API_v1_Transport_Request.SkipForwardH\x00\x12>\x0A\x09go_to_end\x18\x05 \x01(\x0B2).rv.data.API_v1_Transport_Request.GoToEndH\x00\x12=\x0A\x08get_time\x18\x06 \x01(\x0B2).rv.data.API_v1_Transport_Request.GetTimeH\x00\x12=\x0A\x08put_time\x18\x07 \x01(\x0B2).rv.data.API_v1_Transport_Request.PutTimeH\x00\x12L\x0A\x10get_auto_advance\x18\x08 \x01(\x0B20.rv.data.API_v1_Transport_Request.GetAutoAdvanceH\x00\x12R\x0A\x13delete_auto_advance\x18\x09 \x01(\x0B23.rv.data.API_v1_Transport_Request.DeleteAutoAdvanceH\x00\x12N\x0A\x11get_current_media\x18\x0A \x01(\x0B21.rv.data.API_v1_Transport_Request.GetCurrentMediaH\x00\x1A0\x0A\x04Play\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1A1\x0A\x05Pause\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1AI\x0A\x0CSkipBackward\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x12\x0F\x0A\x07seconds\x18\x02 \x01(\x01\x1AH\x0A\x0BSkipForward\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x12\x0F\x0A\x07seconds\x18\x02 \x01(\x01\x1AD\x0A\x07GoToEnd\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x12\x0F\x0A\x07seconds\x18\x02 \x01(\x01\x1A3\x0A\x07GetTime\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1AD\x0A\x07PutTime\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x12\x0F\x0A\x07seconds\x18\x02 \x01(\x01\x1A:\x0A\x0EGetAutoAdvance\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1A=\x0A\x11DeleteAutoAdvance\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerType\x1A;\x0A\x0FGetCurrentMedia\x12(\x0A\x05layer\x18\x01 \x01(\x0E2\x19.rv.data.API_v1_LayerTypeB\x09\x0A\x07Request\"\xFB\x07\x0A\x19API_v1_Transport_Response\x127\x0A\x04play\x18\x01 \x01(\x0B2'.rv.data.API_v1_Transport_Response.PlayH\x00\x129\x0A\x05pause\x18\x02 \x01(\x0B2(.rv.data.API_v1_Transport_Response.PauseH\x00\x12H\x0A\x0Dskip_backward\x18\x03 \x01(\x0B2/.rv.data.API_v1_Transport_Response.SkipBackwardH\x00\x12F\x0A\x0Cskip_forward\x18\x04 \x01(\x0B2..rv.data.API_v1_Transport_Response.SkipForwardH\x00\x12?\x0A\x09go_to_end\x18\x05 \x01(\x0B2*.rv.data.API_v1_Transport_Response.GoToEndH\x00\x12>\x0A\x08get_time\x18\x06 \x01(\x0B2*.rv.data.API_v1_Transport_Response.GetTimeH\x00\x12>\x0A\x08put_time\x18\x07 \x01(\x0B2*.rv.data.API_v1_Transport_Response.PutTimeH\x00\x12M\x0A\x10get_auto_advance\x18\x08 \x01(\x0B21.rv.data.API_v1_Transport_Response.GetAutoAdvanceH\x00\x12S\x0A\x13delete_auto_advance\x18\x09 \x01(\x0B24.rv.data.API_v1_Transport_Response.DeleteAutoAdvanceH\x00\x12O\x0A\x11get_current_media\x18\x0A \x01(\x0B22.rv.data.API_v1_Transport_Response.GetCurrentMediaH\x00\x1A\x06\x0A\x04Play\x1A\x07\x0A\x05Pause\x1A\x0E\x0A\x0CSkipBackward\x1A\x0D\x0A\x0BSkipForward\x1A\x09\x0A\x07GoToEnd\x1A\x1A\x0A\x07GetTime\x12\x0F\x0A\x07seconds\x18\x01 \x01(\x01\x1A\x09\x0A\x07PutTime\x1A&\x0A\x0EGetAutoAdvance\x12\x14\x0A\x0Cauto_advance\x18\x01 \x01(\x08\x1A\x13\x0A\x11DeleteAutoAdvance\x1Aw\x0A\x0FGetCurrentMedia\x12\x12\x0A\x0Ais_playing\x18\x01 \x01(\x08\x12\x0C\x0A\x04uuid\x18\x02 \x01(\x09\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\x12\x0E\x0A\x06artist\x18\x04 \x01(\x09\x12\x12\x0A\x0Aaudio_only\x18\x05 \x01(\x08\x12\x10\x0A\x08duration\x18\x06 \x01(\x01B\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ProCore.php b/generated/GPBMetadata/ProCore.php index 3121167..4dc43b4 100644 --- a/generated/GPBMetadata/ProCore.php +++ b/generated/GPBMetadata/ProCore.php @@ -37,12 +37,13 @@ class ProCore \GPBMetadata\Url::initOnce(); \GPBMetadata\Uuid::initOnce(); \GPBMetadata\Proworkspace::initOnce(); + \GPBMetadata\PsbWorkspace::initOnce(); \GPBMetadata\DigitalAudio::initOnce(); \GPBMetadata\ProAudienceLook::initOnce(); \GPBMetadata\ProMask::initOnce(); \GPBMetadata\TimedPlayback::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x9Ee\x0A\x0DproCore.proto\x12\x07rv.data\x1A\x0FalphaType.proto\x1A\x0Accli.proto\x1A\x09cue.proto\x1A\x0Deffects.proto\x1A\x12graphicsData.proto\x1A\x0Binput.proto\x1A\x0Cmacros.proto\x1A\x0Emessages.proto\x1A\x0Eplaylist.proto\x1A\x11preferences.proto\x1A\x12presentation.proto\x1A\x19proCoreTestPatterns.proto\x1A\x12propDocument.proto\x1A\x12propresenter.proto\x1A\x0Bslide.proto\x1A\x0Frecording.proto\x1A\x0Bstage.proto\x1A\x0Ctimers.proto\x1A\x09url.proto\x1A\x0Auuid.proto\x1A\x12proworkspace.proto\x1A\x12digitalAudio.proto\x1A\x15proAudienceLook.proto\x1A\x0DproMask.proto\x1A\x13timedPlayback.proto\"\xDF\x02\x0A\x18MediaMetadataRequestInfo\x12\x11\x0A\x09file_path\x18\x01 \x01(\x09\x12\x0C\x0A\x04time\x18\x02 \x01(\x02\x12\x0D\x0A\x05width\x18\x03 \x01(\x0D\x12\x0E\x0A\x06height\x18\x04 \x01(\x0D\x12 \x0A\x07effects\x18\x05 \x03(\x0B2\x0F.rv.data.Effect\x121\x0A\x0Bcrop_insets\x18\x06 \x01(\x0B2\x1C.rv.data.Graphics.EdgeInsets\x12L\x0A\x0Fnative_rotation\x18\x07 \x01(\x0E23.rv.data.Media.DrawingProperties.NativeRotationType\x12\x1C\x0A\x14flipped_horizontally\x18\x08 \x01(\x08\x12\x1A\x0A\x12flipped_vertically\x18\x09 \x01(\x08\x12&\x0A\x0Aalpha_type\x18\x0A \x01(\x0E2\x12.rv.data.AlphaType\"\xE6\x04\x0A\x1CMediaMetadataRequestResponse\x12@\x0A\x08metadata\x18\x01 \x01(\x0B2..rv.data.MediaMetadataRequestResponse.Metadata\x12O\x0A\x15generated_bitmap_info\x18\x02 \x01(\x0B20.rv.data.MediaMetadataRequestResponse.BitmapInfo\x1A\x85\x03\x0A\x08Metadata\x12\x0D\x0A\x05width\x18\x01 \x01(\x0D\x12\x0E\x0A\x06height\x18\x02 \x01(\x0D\x12\x0B\x0A\x03fps\x18\x03 \x01(\x02\x12\x10\x0A\x08duration\x18\x04 \x01(\x02\x12\x1D\x0A\x15number_audio_channels\x18\x05 \x01(\x0D\x12\x0D\x0A\x05codec\x18\x06 \x01(\x09\x12\x0E\x0A\x06artist\x18\x07 \x01(\x09\x12\x0D\x0A\x05title\x18\x08 \x01(\x09\x12\x10\x0A\x08rotation\x18\x09 \x01(\x02\x12P\x0A\x0Ccontent_type\x18\x0A \x01(\x0E2:.rv.data.MediaMetadataRequestResponse.Metadata.ContentType\x12\x19\x0A\x11has_alpha_channel\x18\x0B \x01(\x08\"o\x0A\x0BContentType\x12\x18\x0A\x14CONTENT_TYPE_UNKNOWN\x10\x00\x12\x16\x0A\x12CONTENT_TYPE_AUDIO\x10\x01\x12\x16\x0A\x12CONTENT_TYPE_IMAGE\x10\x02\x12\x16\x0A\x12CONTENT_TYPE_VIDEO\x10\x03\x1A+\x0A\x0ABitmapInfo\x12\x0D\x0A\x05width\x18\x01 \x01(\x0D\x12\x0E\x0A\x06height\x18\x02 \x01(\x0D\"\x8D\x01\x0A\x11NetworkIdentifier\x12;\x0A\x0Bidentifiers\x18\x01 \x03(\x0B2&.rv.data.NetworkIdentifier.IndexOrName\x1A;\x0A\x0BIndexOrName\x12\x0F\x0A\x05index\x18\x01 \x01(\x05H\x00\x12\x0E\x0A\x04name\x18\x02 \x01(\x09H\x00B\x0B\x0A\x09Component\"\xBB\x03\x0A\x0ETriggerOptions\x12?\x0A\x13content_destination\x18\x01 \x01(\x0E2\".rv.data.Action.ContentDestination\x12!\x0A\x19suppress_auto_start_video\x18\x02 \x01(\x08\x12!\x0A\x19suppress_media_background\x18\x03 \x01(\x08\x12\x17\x0A\x0Fforce_retrigger\x18\x04 \x01(\x08\x12\x19\x0A\x11reset_chord_chart\x18\x05 \x01(\x08\x12\x1D\x0A\x15from_playlist_library\x18\x06 \x01(\x08\x12\x15\x0A\x0Dfrom_timeline\x18\x07 \x01(\x08\x12\x18\x0A\x10ignore_analytics\x18\x08 \x01(\x08\x12\x16\x0A\x0Estart_position\x18\x09 \x01(\x01\x12.\x0A\x0Etrigger_source\x18\x0A \x01(\x0B2\x16.rv.data.TriggerSource\x126\x0A\x12network_identifier\x18\x0B \x01(\x0B2\x1A.rv.data.NetworkIdentifier\x12\x1E\x0A\x16request_client_context\x18\x0C \x01(\x08\"\x9A\x1B\x0A\x10ControlTransport\x129\x0A\x04play\x18\x01 \x01(\x0B2).rv.data.ControlTransport.PlayControlTypeH\x00\x12;\x0A\x05pause\x18\x02 \x01(\x0B2*.rv.data.ControlTransport.PauseControlTypeH\x00\x12=\x0A\x06rewind\x18\x03 \x01(\x0B2+.rv.data.ControlTransport.RewindControlTypeH\x00\x12G\x0A\x0Bfastforward\x18\x04 \x01(\x0B20.rv.data.ControlTransport.FastForwardControlTypeH\x00\x12B\x0A\x09skip_back\x18\x05 \x01(\x0B2-.rv.data.ControlTransport.SkipBackControlTypeH\x00\x12H\x0A\x0Cskip_forward\x18\x06 \x01(\x0B20.rv.data.ControlTransport.SkipForwardControlTypeH\x00\x12B\x0A\x09step_back\x18\x07 \x01(\x0B2-.rv.data.ControlTransport.StepBackControlTypeH\x00\x12H\x0A\x0Cstep_forward\x18\x08 \x01(\x0B20.rv.data.ControlTransport.StepForwardControlTypeH\x00\x12E\x0A\x0Bgo_to_start\x18\x09 \x01(\x0B2..rv.data.ControlTransport.GoToStartControlTypeH\x00\x12A\x0A\x09go_to_end\x18\x0A \x01(\x0B2,.rv.data.ControlTransport.GoToEndControlTypeH\x00\x12G\x0A\x0Cjump_to_time\x18\x0B \x01(\x0B2/.rv.data.ControlTransport.JumpToTimeControlTypeH\x00\x12M\x0A\x0Fjump_to_percent\x18\x0C \x01(\x0B22.rv.data.ControlTransport.JumpToPercentControlTypeH\x00\x12C\x0A\x07mark_in\x18\x0D \x01(\x0B20.rv.data.ControlTransport.MarkInPointControlTypeH\x00\x12E\x0A\x08mark_out\x18\x0E \x01(\x0B21.rv.data.ControlTransport.MarkOutPointControlTypeH\x00\x12K\x0A\x0Eset_scale_mode\x18\x0F \x01(\x0B21.rv.data.ControlTransport.SetScaleModeControlTypeH\x00\x12O\x0A\x10set_flipped_mode\x18\x10 \x01(\x0B23.rv.data.ControlTransport.SetFlippedModeControlTypeH\x00\x12I\x0A\x0Dset_play_rate\x18\x11 \x01(\x0B20.rv.data.ControlTransport.SetPlayRateControlTypeH\x00\x12N\x0A\x0Cset_rotation\x18\x12 \x01(\x0B26.rv.data.ControlTransport.SetNativeRotationControlTypeH\x00\x12N\x0A\x0Ftoggle_playback\x18\x13 \x01(\x0B23.rv.data.ControlTransport.TogglePlaybackControlTypeH\x00\x12F\x0A\x0Bset_effects\x18\x14 \x01(\x0B2/.rv.data.ControlTransport.SetEffectsControlTypeH\x00\x12J\x0A\x0Dupdate_effect\x18\x15 \x01(\x0B21.rv.data.ControlTransport.UpdateEffectControlTypeH\x00\x12F\x0A\x0Bbegin_scrub\x18\x16 \x01(\x0B2/.rv.data.ControlTransport.BeginScrubControlTypeH\x00\x12B\x0A\x09end_scrub\x18\x17 \x01(\x0B2-.rv.data.ControlTransport.EndScrubControlTypeH\x00\x12I\x0A\x0Dscrub_to_time\x18\x18 \x01(\x0B20.rv.data.ControlTransport.ScrubToTimeControlTypeH\x00\x12O\x0A\x10scrub_to_percent\x18\x19 \x01(\x0B23.rv.data.ControlTransport.ScrubToPercentControlTypeH\x00\x12D\x0A\x0Eset_audio_fade\x18\x1A \x01(\x0B2*.rv.data.ControlTransport.SetAudioFadeTypeH\x00\x12P\x0A\x14set_audio_properties\x18\x1B \x01(\x0B20.rv.data.ControlTransport.SetAudioPropertiesTypeH\x00\x12K\x0A\x0Eset_alpha_type\x18\x1C \x01(\x0B21.rv.data.ControlTransport.SetAlphaTypeControlTypeH\x00\x1A\x11\x0A\x0FPlayControlType\x1A\x12\x0A\x10PauseControlType\x1A\x13\x0A\x11RewindControlType\x1A\x18\x0A\x16FastForwardControlType\x1A%\x0A\x13SkipBackControlType\x12\x0E\x0A\x06offset\x18\x01 \x01(\x01\x1A(\x0A\x16SkipForwardControlType\x12\x0E\x0A\x06offset\x18\x01 \x01(\x01\x1A\x15\x0A\x13StepBackControlType\x1A\x18\x0A\x16StepForwardControlType\x1A&\x0A\x14GoToStartControlType\x12\x0E\x0A\x06offset\x18\x01 \x01(\x01\x1A\$\x0A\x12GoToEndControlType\x12\x0E\x0A\x06offset\x18\x01 \x01(\x01\x1A%\x0A\x15JumpToTimeControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A+\x0A\x18JumpToPercentControlType\x12\x0F\x0A\x07percent\x18\x01 \x01(\x01\x1A&\x0A\x16MarkInPointControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A'\x0A\x17MarkOutPointControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A\x8B\x01\x0A\x17SetScaleModeControlType\x12*\x0A\x04mode\x18\x01 \x01(\x0E2\x1C.rv.data.Media.ScaleBehavior\x12\x12\x0A\x0Ais_blurred\x18\x03 \x01(\x08\x120\x0A\x09alignment\x18\x02 \x01(\x0E2\x1D.rv.data.Media.ScaleAlignment\x1AA\x0A\x19SetFlippedModeControlType\x12\x12\x0A\x0Ahorizontal\x18\x01 \x01(\x08\x12\x10\x0A\x08vertical\x18\x02 \x01(\x08\x1A+\x0A\x16SetPlayRateControlType\x12\x11\x0A\x09play_rate\x18\x01 \x01(\x01\x1Ae\x0A\x1CSetNativeRotationControlType\x12E\x0A\x08rotation\x18\x01 \x01(\x0E23.rv.data.Media.DrawingProperties.NativeRotationType\x1AA\x0A\x17SetAlphaTypeControlType\x12&\x0A\x0Aalpha_type\x18\x01 \x01(\x0E2\x12.rv.data.AlphaType\x1A\x1B\x0A\x19TogglePlaybackControlType\x1A9\x0A\x15SetEffectsControlType\x12 \x0A\x07effects\x18\x01 \x03(\x0B2\x0F.rv.data.Effect\x1A:\x0A\x17UpdateEffectControlType\x12\x1F\x0A\x06effect\x18\x01 \x01(\x0B2\x0F.rv.data.Effect\x1A%\x0A\x15BeginScrubControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A#\x0A\x13EndScrubControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A&\x0A\x16ScrubToTimeControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A,\x0A\x19ScrubToPercentControlType\x12\x0F\x0A\x07percent\x18\x01 \x01(\x01\x1Ax\x0A\x10SetAudioFadeType\x12\x18\x0A\x10fade_in_duration\x18\x01 \x01(\x01\x12\x19\x0A\x11fade_out_duration\x18\x02 \x01(\x01\x12\x16\x0A\x0Eshould_fade_in\x18\x03 \x01(\x08\x12\x17\x0A\x0Fshould_fade_out\x18\x04 \x01(\x08\x1A`\x0A\x16SetAudioPropertiesType\x128\x0A\x10audio_properties\x18\x01 \x01(\x0B2\x1E.rv.data.Media.AudioProperties\x12\x0C\x0A\x04solo\x18\x02 \x03(\x08B\x0D\x0A\x0BControlType\"Q\x0A\x12AudioInputSettings\x12#\x0A\x06inputs\x18\x01 \x03(\x0B2\x13.rv.data.AudioInput\x12\x16\x0A\x0EtransitionTime\x18\x02 \x01(\x01\"9\x0A\x12VideoInputSettings\x12#\x0A\x06inputs\x18\x01 \x03(\x0B2\x13.rv.data.VideoInput\"\xB7\x02\x0A\x0DRecordRequest\x12)\x0A\x06stream\x18\x01 \x01(\x0B2\x19.rv.data.Recording.Stream\x12'\x0A\x11working_directory\x18\x02 \x01(\x0B2\x0C.rv.data.URL\x12)\x0A\x04resi\x18\x03 \x01(\x0B2\x1B.rv.data.RecordRequest.Resi\x1A\xA6\x01\x0A\x04Resi\x12\x0B\x0A\x03gop\x18\x01 \x01(\x0D\x12\x13\x0A\x0BsegmentSize\x18\x02 \x01(\x01\x12\x1A\x0A\x12destinationGroupId\x18\x03 \x01(\x09\x12\x0F\x0A\x07bufSize\x18\x04 \x01(\x0D\x12\x0F\x0A\x07minRate\x18\x05 \x01(\x0D\x12\x0F\x0A\x07maxRate\x18\x06 \x01(\x0D\x12\x11\x0A\x09eventName\x18\x07 \x01(\x09\x12\x1A\x0A\x12social_description\x18\x08 \x01(\x09\"\x8B\x01\x0A\x12TextSegmentRequest\x125\x0A\x08segments\x18\x01 \x03(\x0B2#.rv.data.TextSegmentRequest.Segment\x12\x16\x0A\x0Estart_position\x18\x02 \x01(\x01\x1A&\x0A\x07Segment\x12\x0D\x0A\x05index\x18\x01 \x01(\x0D\x12\x0C\x0A\x04size\x18\x02 \x01(\x01\"\xE0\x02\x0A\x0ATriggerCue\x12\x16\x0A\x0Etrigger_handle\x18\x01 \x01(\x04\x120\x0A\x0Ftrigger_options\x18\x02 \x01(\x0B2\x17.rv.data.TriggerOptions\x12\x19\x0A\x03cue\x18\x03 \x01(\x0B2\x0C.rv.data.Cue\x129\x0A\x0Cpresentation\x18\x04 \x01(\x0B2#.rv.data.TriggerCue.PresentationCue\x12#\x0A\x08playlist\x18\x05 \x01(\x0B2\x11.rv.data.Playlist\x12\x13\x0A\x0Bclient_data\x18\x06 \x01(\x04\x1Ax\x0A\x0FPresentationCue\x12+\x0A\x0Cpresentation\x18\x01 \x01(\x0B2\x15.rv.data.Presentation\x12%\x0A\x0Earrangement_id\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12\x11\x0A\x09cue_index\x18\x03 \x01(\x05\"\xBC\x01\x0A\x16NetworkTriggerDataItem\x120\x0A\x0Ftrigger_options\x18\x03 \x01(\x0B2\x17.rv.data.TriggerOptions\x12(\x0A\x0Btrigger_cue\x18\x04 \x01(\x0B2\x13.rv.data.TriggerCue\x12!\x0A\x06action\x18\x01 \x01(\x0B2\x0F.rv.data.ActionH\x00\x12\x1B\x0A\x03cue\x18\x02 \x01(\x0B2\x0C.rv.data.CueH\x00B\x06\x0A\x04Type\"\xE9\x03\x0A\x1ASlideElementTextRenderInfo\x129\x0A\x06layers\x18\x01 \x03(\x0B2).rv.data.SlideElementTextRenderInfo.Layer\x1A\xA8\x02\x0A\x05Layer\x12A\x0A\x0Alayer_type\x18\x01 \x01(\x0E2-.rv.data.SlideElementTextRenderInfo.LayerType\x12\x18\x0A\x10text_build_index\x18\x05 \x01(\x05\x129\x0A\x0Ccut_out_fill\x18\x02 \x01(\x0B2!.rv.data.Graphics.Text.CutOutFillH\x00\x126\x0A\x0Amedia_fill\x18\x03 \x01(\x0B2 .rv.data.Graphics.Text.MediaFillH\x00\x12?\x0A\x11background_effect\x18\x04 \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00B\x0E\x0A\x0CAdvancedFill\"e\x0A\x09LayerType\x12\x18\x0A\x14LAYER_TYPE_COMPOSITE\x10\x00\x12\x13\x0A\x0FLAYER_TYPE_MASK\x10\x01\x12\x13\x0A\x0FLAYER_TYPE_OVER\x10\x02\x12\x14\x0A\x10LAYER_TYPE_UNDER\x10\x03\"L\x0A\x16ValidateEncoderRequest\x122\x0A\x07encoder\x18\x01 \x01(\x0B2!.rv.data.Recording.Stream.Encoder\"+\x0A\x17ValidateEncoderResponse\x12\x10\x0A\x08is_valid\x18\x01 \x01(\x08\"\xCB\x02\x0A\x14CaptureActionRequest\x12=\x0A\x0Astart_resi\x18\x01 \x01(\x0B2'.rv.data.CaptureActionRequest.StartResiH\x00\x12A\x0A\x0Cstop_capture\x18\x02 \x01(\x0B2).rv.data.CaptureActionRequest.StopCaptureH\x00\x124\x0A\x05error\x18\x03 \x01(\x0B2#.rv.data.CaptureActionRequest.ErrorH\x00\x1A\x0B\x0A\x09StartResi\x1A\x0D\x0A\x0BStopCapture\x1AP\x0A\x05Error\x12\x12\x0A\x0Aerror_code\x18\x01 \x01(\x05\x123\x0A\x0Ecapture_action\x18\x02 \x01(\x0B2\x1B.rv.data.Action.CaptureTypeB\x0D\x0A\x0BRequestType\"\xF8\x02\x0A\x15CaptureActionResponse\x12>\x0A\x0Astart_resi\x18\x01 \x01(\x0B2(.rv.data.CaptureActionResponse.StartResiH\x00\x12B\x0A\x0Cstop_capture\x18\x02 \x01(\x0B2*.rv.data.CaptureActionResponse.StopCaptureH\x00\x12S\x0A\x15cancel_capture_action\x18\x03 \x01(\x0B22.rv.data.CaptureActionResponse.CancelCaptureActionH\x00\x1A\x15\x0A\x13CancelCaptureAction\x1A:\x0A\x09StartResi\x12\x12\x0A\x0Aevent_name\x18\x01 \x01(\x09\x12\x19\x0A\x11event_description\x18\x02 \x01(\x09\x1A#\x0A\x0BStopCapture\x12\x14\x0A\x0Cstop_capture\x18\x01 \x01(\x08B\x0E\x0A\x0CResponseType\"\x98\x01\x0A\x0AMacroIcons\x12,\x0A\x05icons\x18\x01 \x03(\x0B2\x1D.rv.data.MacroIcons.MacroIcon\x1A\\\x0A\x09MacroIcon\x12;\x0A\x0Aimage_type\x18\x01 \x01(\x0E2'.rv.data.MacrosDocument.Macro.ImageType\x12\x12\x0A\x0Aimage_data\x18\x02 \x01(\x0C\"\x0E\x0A\x0CGenericEvent\"\x8C\x0E\x0A\x08SendData\x12\x12\x0A\x0Amessage_id\x18\x01 \x01(\x05\x123\x0A\x09workspace\x18\x02 \x01(\x0B2\x1E.rv.data.ProPresenterWorkspaceH\x00\x121\x0A\x0Estage_document\x18\x03 \x01(\x0B2\x17.rv.data.Stage.DocumentH\x00\x122\x0A\x0Ftimers_document\x18\x04 \x01(\x0B2\x17.rv.data.TimersDocumentH\x00\x12C\x0A\x18validate_encoder_request\x18\x05 \x01(\x0B2\x1F.rv.data.ValidateEncoderRequestH\x00\x12*\x0A\x0Btrigger_cue\x18\x06 \x01(\x0B2\x13.rv.data.TriggerCueH\x00\x12:\x0A\x13digital_audio_setup\x18\x07 \x01(\x0B2\x1B.rv.data.DigitalAudio.SetupH\x00\x122\x0A\x0Fmacros_document\x18\x08 \x01(\x0B2\x17.rv.data.MacrosDocumentH\x00\x124\x0A\x10message_document\x18\x09 \x01(\x0B2\x18.rv.data.MessageDocumentH\x00\x12.\x0A\x0Dprop_document\x18\x0A \x01(\x0B2\x15.rv.data.PropDocumentH\x00\x12.\x0A\x0Dccli_document\x18\x0B \x01(\x0B2\x15.rv.data.CCLIDocumentH\x00\x129\x0A\x0Eaudience_looks\x18\x0C \x01(\x0B2\x1F.rv.data.AudienceLookCollectionH\x00\x126\x0A\x12live_audience_look\x18\x0D \x01(\x0B2\x18.rv.data.ProAudienceLookH\x00\x12(\x0A\x05masks\x18\x0E \x01(\x0B2\x17.rv.data.MaskCollectionH\x00\x12J\x0A\x1Brecording_settings_document\x18\x0F \x01(\x0B2#.rv.data.Recording.SettingsDocumentH\x00\x12A\x0A\x17capture_action_response\x18\x10 \x01(\x0B2\x1E.rv.data.CaptureActionResponseH\x00\x124\x0A\x10copyright_layout\x18\x11 \x01(\x0B2\x18.rv.data.CopyrightLayoutH\x00\x12;\x0A\x1Cglobal_background_transition\x18\x12 \x01(\x0B2\x13.rv.data.TransitionH\x00\x129\x0A\x1Aglobal_messages_transition\x18\x13 \x01(\x0B2\x13.rv.data.TransitionH\x00\x12;\x0A\x1Cglobal_foreground_transition\x18\x14 \x01(\x0B2\x13.rv.data.TransitionH\x00\x126\x0A\x17global_bible_transition\x18\x15 \x01(\x0B2\x13.rv.data.TransitionH\x00\x126\x0A\x17global_props_transition\x18\x16 \x01(\x0B2\x13.rv.data.TransitionH\x00\x126\x0A\x17global_audio_transition\x18\x17 \x01(\x0B2\x13.rv.data.TransitionH\x00\x12+\x0A\x0Bpreferences\x18\x18 \x01(\x0B2\x14.rv.data.PreferencesH\x00\x123\x0A\x0Ctest_pattern\x18\x19 \x01(\x0B2\x1B.rv.data.TestPatternRequestH\x00\x121\x0A\x10startup_complete\x18\x1A \x01(\x0B2\x15.rv.data.GenericEventH\x00\x128\x0A\x13visual_playlist_doc\x18\x1B \x01(\x0B2\x19.rv.data.PlaylistDocumentH\x00\x127\x0A\x12audio_playlist_doc\x18\x1C \x01(\x0B2\x19.rv.data.PlaylistDocumentH\x00\x12.\x0A\x0Dkill_watchdog\x18\x1D \x01(\x0B2\x15.rv.data.GenericEventH\x00\x12*\x0A\x0Bmacro_icons\x18\x1E \x01(\x0B2\x13.rv.data.MacroIconsH\x00\x128\x0A\x17debug_trigger_data_dump\x18\x1F \x01(\x0B2\x15.rv.data.GenericEventH\x00\x129\x0A\x14library_playlist_doc\x18 \x01(\x0B2\x19.rv.data.PlaylistDocumentH\x00\x122\x0A\x19audio_playlist_focus_uuid\x18! \x01(\x0B2\x0D.rv.data.UUIDH\x00B\x0D\x0A\x0BMessageType\"\xCE\x02\x0A\x11TimerRuntimeState\x12!\x0A\x0Atimer_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Atimer_name\x18\x02 \x01(\x09\x12.\x0A\x0Baction_type\x18\x03 \x01(\x0B2\x19.rv.data.Action.TimerType\x12\x12\x0A\x0Ais_running\x18\x04 \x01(\x08\x12\x13\x0A\x0Bhas_overrun\x18\x05 \x01(\x08\x127\x0A\x05state\x18\x06 \x01(\x0E2(.rv.data.TimerRuntimeState.ResourceState\x12\x14\x0A\x0Ccurrent_time\x18\x07 \x01(\x01\"Z\x0A\x0DResourceState\x12\x0E\x0A\x0APREROLLING\x10\x00\x12\x0D\x0A\x09ACTIVATED\x10\x01\x12\x0B\x0A\x07UPDATED\x10\x02\x12\x0F\x0A\x0BDEACTIVATED\x10\x03\x12\x0C\x0A\x08RELEASED\x10\x04\"\\\x0A\x10TimerStateUpdate\x12\x1D\x0A\x05timer\x18\x01 \x01(\x0B2\x0E.rv.data.Timer\x12)\x0A\x05state\x18\x02 \x01(\x0B2\x1A.rv.data.TimerRuntimeState\"'\x0A\x10HandledException\x12\x13\x0A\x0Bdescription\x18\x01 \x01(\x09\"<\x0A\x11CoreDataStateDump\x12'\x0A\x06macros\x18\x01 \x01(\x0B2\x17.rv.data.MacrosDocument\"\x85\x04\x0A\x10SendDataResponse\x12\x12\x0A\x0Amessage_id\x18\x01 \x01(\x05\x12E\x0A\x19validate_encoder_response\x18\x02 \x01(\x0B2 .rv.data.ValidateEncoderResponseH\x00\x120\x0A\x0Btimer_state\x18\x03 \x01(\x0B2\x19.rv.data.TimerStateUpdateH\x00\x12?\x0A\x16capture_action_request\x18\x04 \x01(\x0B2\x1D.rv.data.CaptureActionRequestH\x00\x124\x0A\x0Ctest_pattern\x18\x05 \x01(\x0B2\x1C.rv.data.TestPatternResponseH\x00\x126\x0A\x11handled_exception\x18\x06 \x01(\x0B2\x19.rv.data.HandledExceptionH\x00\x125\x0A\x0Ftest_state_dump\x18\x07 \x01(\x0B2\x1A.rv.data.CoreDataStateDumpH\x00\x122\x0A\x19audio_playlist_focus_uuid\x18\x08 \x01(\x0B2\x0D.rv.data.UUIDH\x00\x12;\x0A\"audio_playlist_item_triggered_uuid\x18\x09 \x01(\x0B2\x0D.rv.data.UUIDH\x00B\x0D\x0A\x0BMessageType\"\xEC\x0E\x0A\x1ATriggerTransferRenderState\x12\x1D\x0A\x05slide\x18\x01 \x01(\x0B2\x0E.rv.data.Slide\x12\x15\x0A\x0Dstage_message\x18\x02 \x01(\x09\x12J\x0A\x12presentation_media\x18\x03 \x01(\x0B2..rv.data.TriggerTransferRenderState.MediaState\x12J\x0A\x12announcement_media\x18\x04 \x01(\x0B2..rv.data.TriggerTransferRenderState.MediaState\x12C\x0A\x0Baudio_media\x18\x05 \x01(\x0B2..rv.data.TriggerTransferRenderState.MediaState\x12(\x0A\x10live_video_media\x18\x06 \x01(\x0B2\x0E.rv.data.Media\x12D\x0A\x0Cpresentation\x18\x07 \x01(\x0B2..rv.data.TriggerTransferRenderState.SlideState\x12D\x0A\x0Cannouncement\x18\x08 \x01(\x0B2..rv.data.TriggerTransferRenderState.SlideState\x12>\x0A\x06timers\x18\x09 \x03(\x0B2..rv.data.TriggerTransferRenderState.TimerState\x12A\x0A\x07capture\x18\x0A \x01(\x0B20.rv.data.TriggerTransferRenderState.CaptureState\x12C\x0A\x08timecode\x18\x0B \x01(\x0B21.rv.data.TriggerTransferRenderState.TimecodeState\x12\x13\x0A\x0Bsystem_time\x18\x0C \x01(\x04\x1Ac\x0A\x0ATimerState\x12\x1D\x0A\x05timer\x18\x01 \x01(\x0B2\x0E.rv.data.Timer\x12\x12\x0A\x0Ais_running\x18\x02 \x01(\x08\x12\x13\x0A\x0Bhas_overrun\x18\x03 \x01(\x08\x12\x0D\x0A\x05value\x18\x04 \x01(\x02\x1A\x81\x02\x0A\x0AMediaState\x12%\x0A\x0Dcurrent_media\x18\x01 \x01(\x0B2\x0E.rv.data.Media\x12\x12\x0A\x0Ais_playing\x18\x02 \x01(\x08\x12\x12\x0A\x0Ais_looping\x18\x03 \x01(\x08\x12\x14\x0A\x0Ccurrent_time\x18\x04 \x01(\x02\x12\x16\x0A\x0Etime_remaining\x18\x05 \x01(\x02\x12\$\x0A\x0Dplaylist_uuid\x18\x06 \x01(\x0B2\x0D.rv.data.UUID\x12\x15\x0A\x0Dplaylist_name\x18\x07 \x01(\x09\x129\x0A\x07markers\x18\x08 \x03(\x0B2(.rv.data.Action.MediaType.PlaybackMarker\x1A\xA0\x01\x0A\x0CCaptureState\x12G\x0A\x06status\x18\x01 \x01(\x0E27.rv.data.TriggerTransferRenderState.CaptureState.Status\x12\x0C\x0A\x04time\x18\x02 \x01(\x02\"9\x0A\x06Status\x12\x0B\x0A\x07Stopped\x10\x00\x12\x0A\x0A\x06Active\x10\x01\x12\x0B\x0A\x07Caution\x10\x02\x12\x09\x0A\x05Error\x10\x03\x1A:\x0A\x10AutoAdvanceState\x12\x0E\x0A\x06active\x18\x01 \x01(\x08\x12\x16\x0A\x0Eremaining_time\x18\x02 \x01(\x02\x1AO\x0A\x0DTimelineState\x12\x0E\x0A\x06active\x18\x01 \x01(\x08\x12\x14\x0A\x0Ccurrent_time\x18\x02 \x01(\x02\x12\x18\x0A\x10last_slide_index\x18\x03 \x01(\x05\x1A\xF5\x02\x0A\x0ASlideState\x12+\x0A\x0Cpresentation\x18\x01 \x01(\x0B2\x15.rv.data.Presentation\x12#\x0A\x08playlist\x18\x02 \x01(\x0B2\x11.rv.data.Playlist\x12\"\x0A\x0Bcurrent_cue\x18\x03 \x01(\x0B2\x0D.rv.data.UUID\x12\x1F\x0A\x08next_cue\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12J\x0A\x0Cauto_advance\x18\x05 \x01(\x0B24.rv.data.TriggerTransferRenderState.AutoAdvanceState\x12I\x0A\x0Etimeline_state\x18\x06 \x01(\x0B21.rv.data.TriggerTransferRenderState.TimelineState\x12\x19\x0A\x11current_cue_index\x18\x07 \x01(\x05\x12\x1E\x0A\x16current_playlist_index\x18\x08 \x01(\x05\x1A\x96\x01\x0A\x0DTimecodeState\x12H\x0A\x06status\x18\x01 \x01(\x0E28.rv.data.TriggerTransferRenderState.TimecodeState.Status\x12\x0C\x0A\x04time\x18\x02 \x01(\x02\"-\x0A\x06Status\x12\x0B\x0A\x07Stopped\x10\x00\x12\x0B\x0A\x07Playing\x10\x01\x12\x09\x0A\x05Error\x10\x02B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\x8Cq\x0A\x0DproCore.proto\x12\x07rv.data\x1A\x0FalphaType.proto\x1A\x0Accli.proto\x1A\x09cue.proto\x1A\x0Deffects.proto\x1A\x12graphicsData.proto\x1A\x0Binput.proto\x1A\x0Cmacros.proto\x1A\x0Emessages.proto\x1A\x0Eplaylist.proto\x1A\x11preferences.proto\x1A\x12presentation.proto\x1A\x19proCoreTestPatterns.proto\x1A\x12propDocument.proto\x1A\x12propresenter.proto\x1A\x0Bslide.proto\x1A\x0Frecording.proto\x1A\x0Bstage.proto\x1A\x0Ctimers.proto\x1A\x09url.proto\x1A\x0Auuid.proto\x1A\x12proworkspace.proto\x1A\x12psbWorkspace.proto\x1A\x12digitalAudio.proto\x1A\x15proAudienceLook.proto\x1A\x0DproMask.proto\x1A\x13timedPlayback.proto\"\x8D\x01\x0A\x11NetworkIdentifier\x12;\x0A\x0Bidentifiers\x18\x01 \x03(\x0B2&.rv.data.NetworkIdentifier.IndexOrName\x1A;\x0A\x0BIndexOrName\x12\x0F\x0A\x05index\x18\x01 \x01(\x05H\x00\x12\x0E\x0A\x04name\x18\x02 \x01(\x09H\x00B\x0B\x0A\x09Component\"\xBB\x03\x0A\x0ETriggerOptions\x12?\x0A\x13content_destination\x18\x01 \x01(\x0E2\".rv.data.Action.ContentDestination\x12!\x0A\x19suppress_auto_start_video\x18\x02 \x01(\x08\x12!\x0A\x19suppress_media_background\x18\x03 \x01(\x08\x12\x17\x0A\x0Fforce_retrigger\x18\x04 \x01(\x08\x12\x19\x0A\x11reset_chord_chart\x18\x05 \x01(\x08\x12\x1D\x0A\x15from_playlist_library\x18\x06 \x01(\x08\x12\x15\x0A\x0Dfrom_timeline\x18\x07 \x01(\x08\x12\x18\x0A\x10ignore_analytics\x18\x08 \x01(\x08\x12\x16\x0A\x0Estart_position\x18\x09 \x01(\x01\x12.\x0A\x0Etrigger_source\x18\x0A \x01(\x0B2\x16.rv.data.TriggerSource\x126\x0A\x12network_identifier\x18\x0B \x01(\x0B2\x1A.rv.data.NetworkIdentifier\x12\x1E\x0A\x16request_client_context\x18\x0C \x01(\x08\"\x9A\x1B\x0A\x10ControlTransport\x129\x0A\x04play\x18\x01 \x01(\x0B2).rv.data.ControlTransport.PlayControlTypeH\x00\x12;\x0A\x05pause\x18\x02 \x01(\x0B2*.rv.data.ControlTransport.PauseControlTypeH\x00\x12=\x0A\x06rewind\x18\x03 \x01(\x0B2+.rv.data.ControlTransport.RewindControlTypeH\x00\x12G\x0A\x0Bfastforward\x18\x04 \x01(\x0B20.rv.data.ControlTransport.FastForwardControlTypeH\x00\x12B\x0A\x09skip_back\x18\x05 \x01(\x0B2-.rv.data.ControlTransport.SkipBackControlTypeH\x00\x12H\x0A\x0Cskip_forward\x18\x06 \x01(\x0B20.rv.data.ControlTransport.SkipForwardControlTypeH\x00\x12B\x0A\x09step_back\x18\x07 \x01(\x0B2-.rv.data.ControlTransport.StepBackControlTypeH\x00\x12H\x0A\x0Cstep_forward\x18\x08 \x01(\x0B20.rv.data.ControlTransport.StepForwardControlTypeH\x00\x12E\x0A\x0Bgo_to_start\x18\x09 \x01(\x0B2..rv.data.ControlTransport.GoToStartControlTypeH\x00\x12A\x0A\x09go_to_end\x18\x0A \x01(\x0B2,.rv.data.ControlTransport.GoToEndControlTypeH\x00\x12G\x0A\x0Cjump_to_time\x18\x0B \x01(\x0B2/.rv.data.ControlTransport.JumpToTimeControlTypeH\x00\x12M\x0A\x0Fjump_to_percent\x18\x0C \x01(\x0B22.rv.data.ControlTransport.JumpToPercentControlTypeH\x00\x12C\x0A\x07mark_in\x18\x0D \x01(\x0B20.rv.data.ControlTransport.MarkInPointControlTypeH\x00\x12E\x0A\x08mark_out\x18\x0E \x01(\x0B21.rv.data.ControlTransport.MarkOutPointControlTypeH\x00\x12K\x0A\x0Eset_scale_mode\x18\x0F \x01(\x0B21.rv.data.ControlTransport.SetScaleModeControlTypeH\x00\x12O\x0A\x10set_flipped_mode\x18\x10 \x01(\x0B23.rv.data.ControlTransport.SetFlippedModeControlTypeH\x00\x12I\x0A\x0Dset_play_rate\x18\x11 \x01(\x0B20.rv.data.ControlTransport.SetPlayRateControlTypeH\x00\x12N\x0A\x0Cset_rotation\x18\x12 \x01(\x0B26.rv.data.ControlTransport.SetNativeRotationControlTypeH\x00\x12N\x0A\x0Ftoggle_playback\x18\x13 \x01(\x0B23.rv.data.ControlTransport.TogglePlaybackControlTypeH\x00\x12F\x0A\x0Bset_effects\x18\x14 \x01(\x0B2/.rv.data.ControlTransport.SetEffectsControlTypeH\x00\x12J\x0A\x0Dupdate_effect\x18\x15 \x01(\x0B21.rv.data.ControlTransport.UpdateEffectControlTypeH\x00\x12F\x0A\x0Bbegin_scrub\x18\x16 \x01(\x0B2/.rv.data.ControlTransport.BeginScrubControlTypeH\x00\x12B\x0A\x09end_scrub\x18\x17 \x01(\x0B2-.rv.data.ControlTransport.EndScrubControlTypeH\x00\x12I\x0A\x0Dscrub_to_time\x18\x18 \x01(\x0B20.rv.data.ControlTransport.ScrubToTimeControlTypeH\x00\x12O\x0A\x10scrub_to_percent\x18\x19 \x01(\x0B23.rv.data.ControlTransport.ScrubToPercentControlTypeH\x00\x12D\x0A\x0Eset_audio_fade\x18\x1A \x01(\x0B2*.rv.data.ControlTransport.SetAudioFadeTypeH\x00\x12P\x0A\x14set_audio_properties\x18\x1B \x01(\x0B20.rv.data.ControlTransport.SetAudioPropertiesTypeH\x00\x12K\x0A\x0Eset_alpha_type\x18\x1C \x01(\x0B21.rv.data.ControlTransport.SetAlphaTypeControlTypeH\x00\x1A\x11\x0A\x0FPlayControlType\x1A\x12\x0A\x10PauseControlType\x1A\x13\x0A\x11RewindControlType\x1A\x18\x0A\x16FastForwardControlType\x1A%\x0A\x13SkipBackControlType\x12\x0E\x0A\x06offset\x18\x01 \x01(\x01\x1A(\x0A\x16SkipForwardControlType\x12\x0E\x0A\x06offset\x18\x01 \x01(\x01\x1A\x15\x0A\x13StepBackControlType\x1A\x18\x0A\x16StepForwardControlType\x1A&\x0A\x14GoToStartControlType\x12\x0E\x0A\x06offset\x18\x01 \x01(\x01\x1A\$\x0A\x12GoToEndControlType\x12\x0E\x0A\x06offset\x18\x01 \x01(\x01\x1A%\x0A\x15JumpToTimeControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A+\x0A\x18JumpToPercentControlType\x12\x0F\x0A\x07percent\x18\x01 \x01(\x01\x1A&\x0A\x16MarkInPointControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A'\x0A\x17MarkOutPointControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A\x8B\x01\x0A\x17SetScaleModeControlType\x12*\x0A\x04mode\x18\x01 \x01(\x0E2\x1C.rv.data.Media.ScaleBehavior\x12\x12\x0A\x0Ais_blurred\x18\x03 \x01(\x08\x120\x0A\x09alignment\x18\x02 \x01(\x0E2\x1D.rv.data.Media.ScaleAlignment\x1AA\x0A\x19SetFlippedModeControlType\x12\x12\x0A\x0Ahorizontal\x18\x01 \x01(\x08\x12\x10\x0A\x08vertical\x18\x02 \x01(\x08\x1A+\x0A\x16SetPlayRateControlType\x12\x11\x0A\x09play_rate\x18\x01 \x01(\x01\x1Ae\x0A\x1CSetNativeRotationControlType\x12E\x0A\x08rotation\x18\x01 \x01(\x0E23.rv.data.Media.DrawingProperties.NativeRotationType\x1AA\x0A\x17SetAlphaTypeControlType\x12&\x0A\x0Aalpha_type\x18\x01 \x01(\x0E2\x12.rv.data.AlphaType\x1A\x1B\x0A\x19TogglePlaybackControlType\x1A9\x0A\x15SetEffectsControlType\x12 \x0A\x07effects\x18\x01 \x03(\x0B2\x0F.rv.data.Effect\x1A:\x0A\x17UpdateEffectControlType\x12\x1F\x0A\x06effect\x18\x01 \x01(\x0B2\x0F.rv.data.Effect\x1A%\x0A\x15BeginScrubControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A#\x0A\x13EndScrubControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A&\x0A\x16ScrubToTimeControlType\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A,\x0A\x19ScrubToPercentControlType\x12\x0F\x0A\x07percent\x18\x01 \x01(\x01\x1Ax\x0A\x10SetAudioFadeType\x12\x18\x0A\x10fade_in_duration\x18\x01 \x01(\x01\x12\x19\x0A\x11fade_out_duration\x18\x02 \x01(\x01\x12\x16\x0A\x0Eshould_fade_in\x18\x03 \x01(\x08\x12\x17\x0A\x0Fshould_fade_out\x18\x04 \x01(\x08\x1A`\x0A\x16SetAudioPropertiesType\x128\x0A\x10audio_properties\x18\x01 \x01(\x0B2\x1E.rv.data.Media.AudioProperties\x12\x0C\x0A\x04solo\x18\x02 \x03(\x08B\x0D\x0A\x0BControlType\"Q\x0A\x12AudioInputSettings\x12#\x0A\x06inputs\x18\x01 \x03(\x0B2\x13.rv.data.AudioInput\x12\x16\x0A\x0EtransitionTime\x18\x02 \x01(\x01\"9\x0A\x12VideoInputSettings\x12#\x0A\x06inputs\x18\x01 \x03(\x0B2\x13.rv.data.VideoInput\"\xB7\x02\x0A\x0DRecordRequest\x12)\x0A\x06stream\x18\x01 \x01(\x0B2\x19.rv.data.Recording.Stream\x12'\x0A\x11working_directory\x18\x02 \x01(\x0B2\x0C.rv.data.URL\x12)\x0A\x04resi\x18\x03 \x01(\x0B2\x1B.rv.data.RecordRequest.Resi\x1A\xA6\x01\x0A\x04Resi\x12\x0B\x0A\x03gop\x18\x01 \x01(\x0D\x12\x13\x0A\x0BsegmentSize\x18\x02 \x01(\x01\x12\x1A\x0A\x12destinationGroupId\x18\x03 \x01(\x09\x12\x0F\x0A\x07bufSize\x18\x04 \x01(\x0D\x12\x0F\x0A\x07minRate\x18\x05 \x01(\x0D\x12\x0F\x0A\x07maxRate\x18\x06 \x01(\x0D\x12\x11\x0A\x09eventName\x18\x07 \x01(\x09\x12\x1A\x0A\x12social_description\x18\x08 \x01(\x09\"\x8B\x01\x0A\x12TextSegmentRequest\x125\x0A\x08segments\x18\x01 \x03(\x0B2#.rv.data.TextSegmentRequest.Segment\x12\x16\x0A\x0Estart_position\x18\x02 \x01(\x01\x1A&\x0A\x07Segment\x12\x0D\x0A\x05index\x18\x01 \x01(\x0D\x12\x0C\x0A\x04size\x18\x02 \x01(\x01\"\xE0\x02\x0A\x0ATriggerCue\x12\x16\x0A\x0Etrigger_handle\x18\x01 \x01(\x04\x120\x0A\x0Ftrigger_options\x18\x02 \x01(\x0B2\x17.rv.data.TriggerOptions\x12\x19\x0A\x03cue\x18\x03 \x01(\x0B2\x0C.rv.data.Cue\x129\x0A\x0Cpresentation\x18\x04 \x01(\x0B2#.rv.data.TriggerCue.PresentationCue\x12#\x0A\x08playlist\x18\x05 \x01(\x0B2\x11.rv.data.Playlist\x12\x13\x0A\x0Bclient_data\x18\x06 \x01(\x04\x1Ax\x0A\x0FPresentationCue\x12+\x0A\x0Cpresentation\x18\x01 \x01(\x0B2\x15.rv.data.Presentation\x12%\x0A\x0Earrangement_id\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x12\x11\x0A\x09cue_index\x18\x03 \x01(\x05\"\xBC\x01\x0A\x16NetworkTriggerDataItem\x120\x0A\x0Ftrigger_options\x18\x03 \x01(\x0B2\x17.rv.data.TriggerOptions\x12(\x0A\x0Btrigger_cue\x18\x04 \x01(\x0B2\x13.rv.data.TriggerCue\x12!\x0A\x06action\x18\x01 \x01(\x0B2\x0F.rv.data.ActionH\x00\x12\x1B\x0A\x03cue\x18\x02 \x01(\x0B2\x0C.rv.data.CueH\x00B\x06\x0A\x04Type\"\xE9\x03\x0A\x1ASlideElementTextRenderInfo\x129\x0A\x06layers\x18\x01 \x03(\x0B2).rv.data.SlideElementTextRenderInfo.Layer\x1A\xA8\x02\x0A\x05Layer\x12A\x0A\x0Alayer_type\x18\x01 \x01(\x0E2-.rv.data.SlideElementTextRenderInfo.LayerType\x12\x18\x0A\x10text_build_index\x18\x05 \x01(\x05\x129\x0A\x0Ccut_out_fill\x18\x02 \x01(\x0B2!.rv.data.Graphics.Text.CutOutFillH\x00\x126\x0A\x0Amedia_fill\x18\x03 \x01(\x0B2 .rv.data.Graphics.Text.MediaFillH\x00\x12?\x0A\x11background_effect\x18\x04 \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00B\x0E\x0A\x0CAdvancedFill\"e\x0A\x09LayerType\x12\x18\x0A\x14LAYER_TYPE_COMPOSITE\x10\x00\x12\x13\x0A\x0FLAYER_TYPE_MASK\x10\x01\x12\x13\x0A\x0FLAYER_TYPE_OVER\x10\x02\x12\x14\x0A\x10LAYER_TYPE_UNDER\x10\x03\"L\x0A\x16ValidateEncoderRequest\x122\x0A\x07encoder\x18\x01 \x01(\x0B2!.rv.data.Recording.Stream.Encoder\"+\x0A\x17ValidateEncoderResponse\x12\x10\x0A\x08is_valid\x18\x01 \x01(\x08\"\xCB\x02\x0A\x14CaptureActionRequest\x12=\x0A\x0Astart_resi\x18\x01 \x01(\x0B2'.rv.data.CaptureActionRequest.StartResiH\x00\x12A\x0A\x0Cstop_capture\x18\x02 \x01(\x0B2).rv.data.CaptureActionRequest.StopCaptureH\x00\x124\x0A\x05error\x18\x03 \x01(\x0B2#.rv.data.CaptureActionRequest.ErrorH\x00\x1A\x0B\x0A\x09StartResi\x1A\x0D\x0A\x0BStopCapture\x1AP\x0A\x05Error\x12\x12\x0A\x0Aerror_code\x18\x01 \x01(\x05\x123\x0A\x0Ecapture_action\x18\x02 \x01(\x0B2\x1B.rv.data.Action.CaptureTypeB\x0D\x0A\x0BRequestType\"\xF8\x02\x0A\x15CaptureActionResponse\x12>\x0A\x0Astart_resi\x18\x01 \x01(\x0B2(.rv.data.CaptureActionResponse.StartResiH\x00\x12B\x0A\x0Cstop_capture\x18\x02 \x01(\x0B2*.rv.data.CaptureActionResponse.StopCaptureH\x00\x12S\x0A\x15cancel_capture_action\x18\x03 \x01(\x0B22.rv.data.CaptureActionResponse.CancelCaptureActionH\x00\x1A\x15\x0A\x13CancelCaptureAction\x1A:\x0A\x09StartResi\x12\x12\x0A\x0Aevent_name\x18\x01 \x01(\x09\x12\x19\x0A\x11event_description\x18\x02 \x01(\x09\x1A#\x0A\x0BStopCapture\x12\x14\x0A\x0Cstop_capture\x18\x01 \x01(\x08B\x0E\x0A\x0CResponseType\"\x98\x01\x0A\x0AMacroIcons\x12,\x0A\x05icons\x18\x01 \x03(\x0B2\x1D.rv.data.MacroIcons.MacroIcon\x1A\\\x0A\x09MacroIcon\x12;\x0A\x0Aimage_type\x18\x01 \x01(\x0E2'.rv.data.MacrosDocument.Macro.ImageType\x12\x12\x0A\x0Aimage_data\x18\x02 \x01(\x0C\"\xF8\x01\x0A\x10PropPauseRequest\x12\x1E\x0A\x07prop_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x120\x0A\x05pause\x18\x02 \x01(\x0B2\x1F.rv.data.PropPauseRequest.PauseH\x00\x122\x0A\x06resume\x18\x03 \x01(\x0B2 .rv.data.PropPauseRequest.ResumeH\x00\x122\x0A\x06status\x18\x04 \x01(\x0B2 .rv.data.PropPauseRequest.StatusH\x00\x1A\x07\x0A\x05Pause\x1A\x08\x0A\x06Resume\x1A\x08\x0A\x06StatusB\x0D\x0A\x0BRequestType\"\x0E\x0A\x0CGenericEvent\"M\x0A\x0EMediaThumbnail\x12\x0D\x0A\x05width\x18\x01 \x01(\x05\x12\x0E\x0A\x06height\x18\x02 \x01(\x05\x12\x0C\x0A\x04data\x18\x03 \x01(\x0C\x12\x0E\x0A\x06stride\x18\x04 \x01(\x04\"3\x0A\x07PCOData\x12\x17\x0A\x0Fservice_type_id\x18\x02 \x01(\x09\x12\x0F\x0A\x07plan_id\x18\x03 \x01(\x09\"\xA7\x01\x0A\x16WebFillTokenAndCookies\x127\x0A\x07cookies\x18\x01 \x03(\x0B2&.rv.data.WebFillTokenAndCookies.Cookie\x12\x0D\x0A\x05token\x18\x02 \x01(\x09\x1AE\x0A\x06Cookie\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x0D\x0A\x05value\x18\x02 \x01(\x09\x12\x0E\x0A\x06domain\x18\x03 \x01(\x09\x12\x0E\x0A\x06expiry\x18\x04 \x01(\x04\"%\x0A\x13InputStatusCallback\x12\x0E\x0A\x06enable\x18\x01 \x01(\x08\"\xC3\x11\x0A\x08SendData\x12\x12\x0A\x0Amessage_id\x18\x01 \x01(\x05\x123\x0A\x09workspace\x18\x02 \x01(\x0B2\x1E.rv.data.ProPresenterWorkspaceH\x00\x121\x0A\x0Estage_document\x18\x03 \x01(\x0B2\x17.rv.data.Stage.DocumentH\x00\x122\x0A\x0Ftimers_document\x18\x04 \x01(\x0B2\x17.rv.data.TimersDocumentH\x00\x12C\x0A\x18validate_encoder_request\x18\x05 \x01(\x0B2\x1F.rv.data.ValidateEncoderRequestH\x00\x12*\x0A\x0Btrigger_cue\x18\x06 \x01(\x0B2\x13.rv.data.TriggerCueH\x00\x12:\x0A\x13digital_audio_setup\x18\x07 \x01(\x0B2\x1B.rv.data.DigitalAudio.SetupH\x00\x122\x0A\x0Fmacros_document\x18\x08 \x01(\x0B2\x17.rv.data.MacrosDocumentH\x00\x124\x0A\x10message_document\x18\x09 \x01(\x0B2\x18.rv.data.MessageDocumentH\x00\x12.\x0A\x0Dprop_document\x18\x0A \x01(\x0B2\x15.rv.data.PropDocumentH\x00\x12.\x0A\x0Dccli_document\x18\x0B \x01(\x0B2\x15.rv.data.CCLIDocumentH\x00\x129\x0A\x0Eaudience_looks\x18\x0C \x01(\x0B2\x1F.rv.data.AudienceLookCollectionH\x00\x126\x0A\x12live_audience_look\x18\x0D \x01(\x0B2\x18.rv.data.ProAudienceLookH\x00\x12(\x0A\x05masks\x18\x0E \x01(\x0B2\x17.rv.data.MaskCollectionH\x00\x12J\x0A\x1Brecording_settings_document\x18\x0F \x01(\x0B2#.rv.data.Recording.SettingsDocumentH\x00\x12A\x0A\x17capture_action_response\x18\x10 \x01(\x0B2\x1E.rv.data.CaptureActionResponseH\x00\x124\x0A\x10copyright_layout\x18\x11 \x01(\x0B2\x18.rv.data.CopyrightLayoutH\x00\x12;\x0A\x1Cglobal_background_transition\x18\x12 \x01(\x0B2\x13.rv.data.TransitionH\x00\x129\x0A\x1Aglobal_messages_transition\x18\x13 \x01(\x0B2\x13.rv.data.TransitionH\x00\x12;\x0A\x1Cglobal_foreground_transition\x18\x14 \x01(\x0B2\x13.rv.data.TransitionH\x00\x126\x0A\x17global_props_transition\x18\x15 \x01(\x0B2\x13.rv.data.TransitionH\x00\x126\x0A\x17global_audio_transition\x18\x16 \x01(\x0B2\x13.rv.data.TransitionH\x00\x12+\x0A\x0Bpreferences\x18\x17 \x01(\x0B2\x14.rv.data.PreferencesH\x00\x123\x0A\x0Ctest_pattern\x18\x18 \x01(\x0B2\x1B.rv.data.TestPatternRequestH\x00\x121\x0A\x10startup_complete\x18\x19 \x01(\x0B2\x15.rv.data.GenericEventH\x00\x128\x0A\x13visual_playlist_doc\x18\x1A \x01(\x0B2\x19.rv.data.PlaylistDocumentH\x00\x127\x0A\x12audio_playlist_doc\x18\x1B \x01(\x0B2\x19.rv.data.PlaylistDocumentH\x00\x12.\x0A\x0Dkill_watchdog\x18\x1C \x01(\x0B2\x15.rv.data.GenericEventH\x00\x12*\x0A\x0Bmacro_icons\x18\x1D \x01(\x0B2\x13.rv.data.MacroIconsH\x00\x128\x0A\x17debug_trigger_data_dump\x18\x1E \x01(\x0B2\x15.rv.data.GenericEventH\x00\x129\x0A\x14library_playlist_doc\x18\x1F \x01(\x0B2\x19.rv.data.PlaylistDocumentH\x00\x122\x0A\x19audio_playlist_focus_uuid\x18 \x01(\x0B2\x0D.rv.data.UUIDH\x00\x122\x0A\x19media_playlist_focus_uuid\x18! \x01(\x0B2\x0D.rv.data.UUIDH\x00\x124\x0A\x1Blibrary_playlist_focus_uuid\x18\" \x01(\x0B2\x0D.rv.data.UUIDH\x00\x129\x0A library_playlist_item_focus_uuid\x18# \x01(\x0B2\x0D.rv.data.UUIDH\x00\x12/\x0A\x0Aprop_pause\x18\$ \x01(\x0B2\x19.rv.data.PropPauseRequestH\x00\x122\x0A\x0Fmedia_thumbnail\x18% \x01(\x0B2\x17.rv.data.MediaThumbnailH\x00\x12\$\x0A\x08pco_data\x18& \x01(\x0B2\x10.rv.data.PCODataH\x00\x12D\x0A\x19webfill_token_and_cookies\x18' \x01(\x0B2\x1F.rv.data.WebFillTokenAndCookiesH\x00\x128\x0A\x0Dpsb_workspace\x18( \x01(\x0B2\x1F.rv.data.ProScoreboardWorkspaceH\x00\x12=\x0A\x15input_status_callback\x18) \x01(\x0B2\x1C.rv.data.InputStatusCallbackH\x00B\x0D\x0A\x0BMessageType\"\xE3\x02\x0A\x11TimerRuntimeState\x12!\x0A\x0Atimer_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Atimer_name\x18\x02 \x01(\x09\x12.\x0A\x0Baction_type\x18\x03 \x01(\x0B2\x19.rv.data.Action.TimerType\x12\x12\x0A\x0Ais_running\x18\x04 \x01(\x08\x12\x13\x0A\x0Bhas_overrun\x18\x05 \x01(\x08\x127\x0A\x05state\x18\x06 \x01(\x0E2(.rv.data.TimerRuntimeState.ResourceState\x12\x14\x0A\x0Ccurrent_time\x18\x07 \x01(\x01\x12\x13\x0A\x0Bhas_started\x18\x08 \x01(\x08\"Z\x0A\x0DResourceState\x12\x0E\x0A\x0APREROLLING\x10\x00\x12\x0D\x0A\x09ACTIVATED\x10\x01\x12\x0B\x0A\x07UPDATED\x10\x02\x12\x0F\x0A\x0BDEACTIVATED\x10\x03\x12\x0C\x0A\x08RELEASED\x10\x04\"\\\x0A\x10TimerStateUpdate\x12\x1D\x0A\x05timer\x18\x01 \x01(\x0B2\x0E.rv.data.Timer\x12)\x0A\x05state\x18\x02 \x01(\x0B2\x1A.rv.data.TimerRuntimeState\"'\x0A\x10HandledException\x12\x13\x0A\x0Bdescription\x18\x01 \x01(\x09\"\xA1\x02\x0A\x0FLeaveBreadcrumb\x12+\x0A\x04type\x18\x01 \x01(\x0E2\x1D.rv.data.LeaveBreadcrumb.Type\x12\x13\x0A\x0Bdescription\x18\x02 \x01(\x09\x128\x0A\x08metadata\x18\x03 \x03(\x0B2&.rv.data.LeaveBreadcrumb.MetadataEntry\x1A+\x0A\x0DMetadataEntry\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x12\x0D\x0A\x05value\x18\x02 \x01(\x09\"e\x0A\x04Type\x12\x0E\x0A\x0ANavigation\x10\x00\x12\x0B\x0A\x07Request\x10\x01\x12\x0B\x0A\x07Process\x10\x02\x12\x07\x0A\x03Log\x10\x03\x12\x08\x0A\x04User\x10\x04\x12\x09\x0A\x05State\x10\x05\x12\x09\x0A\x05Error\x10\x06\x12\x0A\x0A\x06Manual\x10\x07\"\xDB\x01\x0A\x11PropPauseResponse\x12\x1E\x0A\x07prop_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x123\x0A\x06status\x18\x02 \x01(\x0B2!.rv.data.PropPauseResponse.StatusH\x00\x1Aa\x0A\x06Status\x12\x0E\x0A\x06paused\x18\x01 \x01(\x08\x12\x16\x0A\x0Etime_remaining\x18\x02 \x01(\x01\x12\x1B\x0A\x13percentage_complete\x18\x03 \x01(\x01\x12\x12\x0A\x0Atotal_time\x18\x04 \x01(\x01B\x0E\x0A\x0CResponseType\"\x1E\x0A\x0BShowMessage\x12\x0F\x0A\x07message\x18\x01 \x01(\x09\"\x8D\x01\x0A\x11GetMediaThumbnail\x12\x12\x0A\x0Awidth_hint\x18\x03 \x01(\x05\x12\x13\x0A\x0Bheight_hint\x18\x04 \x01(\x05\x12\x1F\x0A\x05media\x18\x01 \x01(\x0B2\x0E.rv.data.MediaH\x00\x12!\x0A\x06action\x18\x02 \x01(\x0B2\x0F.rv.data.ActionH\x00B\x0B\x0A\x09MediaType\"D\x0A\x1DRequestWebFillTokenAndCookies\x12\x15\x0A\x0Drefresh_first\x18\x01 \x01(\x08\x12\x0C\x0A\x04link\x18\x02 \x01(\x09\"8\x0A\x13MediaAssetTriggered\x12!\x0A\x0Amedia_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\"\xD0\x07\x0A\x10SendDataResponse\x12\x12\x0A\x0Amessage_id\x18\x01 \x01(\x05\x12E\x0A\x19validate_encoder_response\x18\x02 \x01(\x0B2 .rv.data.ValidateEncoderResponseH\x00\x120\x0A\x0Btimer_state\x18\x03 \x01(\x0B2\x19.rv.data.TimerStateUpdateH\x00\x12?\x0A\x16capture_action_request\x18\x04 \x01(\x0B2\x1D.rv.data.CaptureActionRequestH\x00\x124\x0A\x0Ctest_pattern\x18\x05 \x01(\x0B2\x1C.rv.data.TestPatternResponseH\x00\x126\x0A\x11handled_exception\x18\x06 \x01(\x0B2\x19.rv.data.HandledExceptionH\x00\x122\x0A\x19audio_playlist_focus_uuid\x18\x08 \x01(\x0B2\x0D.rv.data.UUIDH\x00\x122\x0A\x19media_playlist_focus_uuid\x18\x09 \x01(\x0B2\x0D.rv.data.UUIDH\x00\x124\x0A\x1Blibrary_playlist_focus_uuid\x18\x0A \x01(\x0B2\x0D.rv.data.UUIDH\x00\x129\x0A library_playlist_item_focus_uuid\x18\x0B \x01(\x0B2\x0D.rv.data.UUIDH\x00\x120\x0A\x0Aprop_pause\x18\x0C \x01(\x0B2\x1A.rv.data.PropPauseResponseH\x00\x12,\x0A\x0Cshow_message\x18\x0D \x01(\x0B2\x14.rv.data.ShowMessageH\x00\x12-\x0A\x0Chide_message\x18\x0E \x01(\x0B2\x15.rv.data.GenericEventH\x00\x129\x0A\x13get_media_thumbnail\x18\x0F \x01(\x0B2\x1A.rv.data.GetMediaThumbnailH\x00\x12S\x0A!request_webfill_token_and_cookies\x18\x10 \x01(\x0B2&.rv.data.RequestWebFillTokenAndCookiesH\x00\x12=\x0A\x15media_asset_triggered\x18\x11 \x01(\x0B2\x1C.rv.data.MediaAssetTriggeredH\x00\x124\x0A\x10leave_breadcrumb\x18\x12 \x01(\x0B2\x18.rv.data.LeaveBreadcrumbH\x00B\x0D\x0A\x0BMessageTypeJ\x04\x08\x07\x10\x08\"\xB6\x10\x0A\x1ATriggerTransferRenderState\x12\x1D\x0A\x05slide\x18\x01 \x01(\x0B2\x0E.rv.data.Slide\x12\x15\x0A\x0Dstage_message\x18\x02 \x01(\x09\x12J\x0A\x12presentation_media\x18\x03 \x01(\x0B2..rv.data.TriggerTransferRenderState.MediaState\x12J\x0A\x12announcement_media\x18\x04 \x01(\x0B2..rv.data.TriggerTransferRenderState.MediaState\x12C\x0A\x0Baudio_media\x18\x05 \x01(\x0B2..rv.data.TriggerTransferRenderState.MediaState\x12(\x0A\x10live_video_media\x18\x06 \x01(\x0B2\x0E.rv.data.Media\x12D\x0A\x0Cpresentation\x18\x07 \x01(\x0B2..rv.data.TriggerTransferRenderState.SlideState\x12D\x0A\x0Cannouncement\x18\x08 \x01(\x0B2..rv.data.TriggerTransferRenderState.SlideState\x12>\x0A\x06timers\x18\x09 \x03(\x0B2..rv.data.TriggerTransferRenderState.TimerState\x12A\x0A\x07capture\x18\x0A \x01(\x0B20.rv.data.TriggerTransferRenderState.CaptureState\x12C\x0A\x08timecode\x18\x0B \x01(\x0B21.rv.data.TriggerTransferRenderState.TimecodeState\x12\x13\x0A\x0Bsystem_time\x18\x0C \x01(\x04\x1Ac\x0A\x0ATimerState\x12\x1D\x0A\x05timer\x18\x01 \x01(\x0B2\x0E.rv.data.Timer\x12\x12\x0A\x0Ais_running\x18\x02 \x01(\x08\x12\x13\x0A\x0Bhas_overrun\x18\x03 \x01(\x08\x12\x0D\x0A\x05value\x18\x04 \x01(\x02\x1A\x81\x02\x0A\x0AMediaState\x12%\x0A\x0Dcurrent_media\x18\x01 \x01(\x0B2\x0E.rv.data.Media\x12\x12\x0A\x0Ais_playing\x18\x02 \x01(\x08\x12\x12\x0A\x0Ais_looping\x18\x03 \x01(\x08\x12\x14\x0A\x0Ccurrent_time\x18\x04 \x01(\x02\x12\x16\x0A\x0Etime_remaining\x18\x05 \x01(\x02\x12\$\x0A\x0Dplaylist_uuid\x18\x06 \x01(\x0B2\x0D.rv.data.UUID\x12\x15\x0A\x0Dplaylist_name\x18\x07 \x01(\x09\x129\x0A\x07markers\x18\x08 \x03(\x0B2(.rv.data.Action.MediaType.PlaybackMarker\x1A\xA0\x01\x0A\x0CCaptureState\x12G\x0A\x06status\x18\x01 \x01(\x0E27.rv.data.TriggerTransferRenderState.CaptureState.Status\x12\x0C\x0A\x04time\x18\x02 \x01(\x02\"9\x0A\x06Status\x12\x0B\x0A\x07Stopped\x10\x00\x12\x0A\x0A\x06Active\x10\x01\x12\x0B\x0A\x07Caution\x10\x02\x12\x09\x0A\x05Error\x10\x03\x1A:\x0A\x10AutoAdvanceState\x12\x0E\x0A\x06active\x18\x01 \x01(\x08\x12\x16\x0A\x0Eremaining_time\x18\x02 \x01(\x02\x1AO\x0A\x0DTimelineState\x12\x0E\x0A\x06active\x18\x01 \x01(\x08\x12\x14\x0A\x0Ccurrent_time\x18\x02 \x01(\x02\x12\x18\x0A\x10last_slide_index\x18\x03 \x01(\x05\x1A\x9F\x04\x0A\x0ASlideState\x12+\x0A\x0Cpresentation\x18\x01 \x01(\x0B2\x15.rv.data.Presentation\x12#\x0A\x08playlist\x18\x02 \x01(\x0B2\x11.rv.data.Playlist\x12\"\x0A\x0Bcurrent_cue\x18\x03 \x01(\x0B2\x0D.rv.data.UUID\x12\x1F\x0A\x08next_cue\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12J\x0A\x0Cauto_advance\x18\x05 \x01(\x0B24.rv.data.TriggerTransferRenderState.AutoAdvanceState\x12I\x0A\x0Etimeline_state\x18\x06 \x01(\x0B21.rv.data.TriggerTransferRenderState.TimelineState\x12\x19\x0A\x11current_cue_index\x18\x07 \x01(\x05\x12\x1E\x0A\x16current_playlist_index\x18\x08 \x01(\x05\x12\x1B\x0A\x13is_current_position\x18\x09 \x01(\x08\x12T\x0A\x0Etrigger_source\x18\x0A \x01(\x0E2<.rv.data.TriggerTransferRenderState.SlideState.TriggerSource\"5\x0A\x0DTriggerSource\x12\x0A\x0A\x06Normal\x10\x00\x12\x0C\x0A\x08Timeline\x10\x01\x12\x0A\x0A\x06Editor\x10\x02\x1A\xB6\x01\x0A\x0DTimecodeState\x12H\x0A\x06status\x18\x01 \x01(\x0E28.rv.data.TriggerTransferRenderState.TimecodeState.Status\x12\x0C\x0A\x04time\x18\x02 \x01(\x02\x12\x0B\x0A\x03fps\x18\x03 \x01(\x02\"@\x0A\x06Status\x12\x0B\x0A\x07Stopped\x10\x00\x12\x0B\x0A\x07Playing\x10\x01\x12\x09\x0A\x05Error\x10\x02\x12\x11\x0A\x0DDiscontinuity\x10\x03B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/ProCoreFeatureFlags.php b/generated/GPBMetadata/ProCoreFeatureFlags.php new file mode 100644 index 0000000..5081aaf --- /dev/null +++ b/generated/GPBMetadata/ProCoreFeatureFlags.php @@ -0,0 +1,25 @@ +internalAddGeneratedFile( + "\x0A\xCB\x03\x0A\x19proCoreFeatureFlags.proto\x12\x07rv.data\"\xE6\x02\x0A\x14ResolvedFeatureFlags\x12%\x0A\x1Dcontent_store_staging_enabled\x18\x01 \x01(\x08\x12\$\x0A\x1Cstaging_api_endpoint_enabled\x18\x08 \x01(\x08\x12#\x0A\x1Bpro_content_staging_enabled\x18\x0A \x01(\x08\x12 \x0A\x18core_networkapi_playlist\x18\x0B \x01(\x08\x12\$\x0A\x1Ccore_networkapi_presentation\x18\x0C \x01(\x08\x12\$\x0A\x1Cendpoint_version_1_1_enabled\x18\x0D \x01(\x08\x12\x18\x0A\x10core_client_sync\x18\x0F \x01(\x08\x12\$\x0A\x1Cin_app_notifications_enabled\x18\x10 \x01(\x08J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x07\x10\x08J\x04\x08\x09\x10\x0AJ\x04\x08\x0E\x10\x0FB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/PropDocument.php b/generated/GPBMetadata/PropDocument.php index bbef36f..5cc4416 100644 --- a/generated/GPBMetadata/PropDocument.php +++ b/generated/GPBMetadata/PropDocument.php @@ -17,9 +17,11 @@ class PropDocument } \GPBMetadata\ApplicationInfo::initOnce(); \GPBMetadata\Cue::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Effects::initOnce(); + \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xFF\x01\x0A\x12propDocument.proto\x12\x07rv.data\x1A\x09cue.proto\x1A\x0Deffects.proto\"\x87\x01\x0A\x0CPropDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\x1A\x0A\x04cues\x18\x02 \x03(\x0B2\x0C.rv.data.Cue\x12'\x0A\x0Atransition\x18\x03 \x01(\x0B2\x13.rv.data.TransitionB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xCD\x04\x0A\x12propDocument.proto\x12\x07rv.data\x1A\x09cue.proto\x1A\x13customOptions.proto\x1A\x0Deffects.proto\x1A\x0Auuid.proto\"\xB4\x03\x0A\x0CPropDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\x1A\x0A\x04cues\x18\x02 \x03(\x0B2\x0C.rv.data.Cue\x12'\x0A\x0Atransition\x18\x03 \x01(\x0B2\x13.rv.data.Transition\x12>\x0A\x10prop_collections\x18\x04 \x03(\x0B2\$.rv.data.PropDocument.PropCollection\x1A\xEA\x01\x0A\x0EPropCollection\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x128\x0A\x05items\x18\x03 \x03(\x0B2).rv.data.PropDocument.PropCollection.Item\x12\x1B\x0A\x13single_prop_enabled\x18\x04 \x01(\x08\x12\x1A\x0A\x04cues\x18\x05 \x03(\x0B2\x0C.rv.data.Cue\x1A:\x0A\x04Item\x12&\x0A\x0Dprop_cue_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUIDH\x00B\x0A\x0A\x08ItemTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/PropSlide.php b/generated/GPBMetadata/PropSlide.php index bf37cda..1be1cac 100644 --- a/generated/GPBMetadata/PropSlide.php +++ b/generated/GPBMetadata/PropSlide.php @@ -15,10 +15,11 @@ class PropSlide if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Slide::initOnce(); \GPBMetadata\Effects::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xC1\x01\x0A\x0FpropSlide.proto\x12\x07rv.data\x1A\x0Deffects.proto\"X\x0A\x09PropSlide\x12\"\x0A\x0Abase_slide\x18\x01 \x01(\x0B2\x0E.rv.data.Slide\x12'\x0A\x0Atransition\x18\x02 \x01(\x0B2\x13.rv.data.TransitionB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\x88\x02\x0A\x0FpropSlide.proto\x12\x07rv.data\x1A\x0Bslide.proto\x1A\x0Deffects.proto\"\x91\x01\x0A\x09PropSlide\x12\"\x0A\x0Abase_slide\x18\x01 \x01(\x0B2\x0E.rv.data.Slide\x12'\x0A\x0Atransition\x18\x02 \x01(\x0B2\x13.rv.data.Transition\x12\x1A\x0A\x12auto_clear_enabled\x18\x03 \x01(\x08\x12\x1B\x0A\x13auto_clear_duration\x18\x04 \x01(\x01B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/PsbWorkspace.php b/generated/GPBMetadata/PsbWorkspace.php new file mode 100644 index 0000000..42fa330 --- /dev/null +++ b/generated/GPBMetadata/PsbWorkspace.php @@ -0,0 +1,31 @@ +internalAddGeneratedFile( + "\x0A\xBC\x04\x0A\x12psbWorkspace.proto\x12\x07rv.data\x1A\x12digitalAudio.proto\x1A\x0Binput.proto\x1A\x0Fproscreen.proto\x1A\x0Frecording.proto\x1A\x0Azone.proto\"\x8F\x03\x0A\x16ProScoreboardWorkspace\x120\x0A\x0Bpro_screens\x18\x01 \x03(\x0B2\x1B.rv.data.ProPresenterScreen\x12(\x0A\x0BvideoInputs\x18\x02 \x03(\x0B2\x13.rv.data.VideoInput\x12<\x0A\x0Frecord_settings\x18\x03 \x01(\x0B2#.rv.data.Recording.SettingsDocument\x128\x0A\x13digital_audio_setup\x18\x04 \x01(\x0B2\x1B.rv.data.DigitalAudio.Setup\x12)\x0A\x0Caudio_inputs\x18\x05 \x03(\x0B2\x13.rv.data.AudioInput\x12#\x0A\x1Baudio_input_transition_time\x18\x06 \x01(\x01\x12\x1C\x0A\x05zones\x18\x07 \x03(\x0B2\x0D.rv.data.Zone\x123\x0A\x0Eadvertisements\x18\x08 \x03(\x0B2\x1B.rv.data.AdvertisementGroupB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/GPBMetadata/Registration.php b/generated/GPBMetadata/Registration.php index 9a479e1..c26a310 100644 --- a/generated/GPBMetadata/Registration.php +++ b/generated/GPBMetadata/Registration.php @@ -16,7 +16,7 @@ class Registration return; } $pool->internalAddGeneratedFile( - "\x0A\xA6I\x0A\x12registration.proto\x12\x11registration.core\"\xB5\x08\x0A\x07Request\x12/\x0A\x08register\x18\x01 \x01(\x0B2\x1B.registration.core.RegisterH\x00\x123\x0A\x0Aunregister\x18\x02 \x01(\x0B2\x1D.registration.core.UnregisterH\x00\x12=\x0A\x10change_seat_type\x18\x03 \x01(\x0B2!.registration.core.ChangeSeatTypeH\x00\x12;\x0A\x0Fget_free_bibles\x18\x04 \x01(\x0B2 .registration.core.GetFreeBiblesH\x00\x12E\x0A\x14get_purchased_bibles\x18\x05 \x01(\x0B2%.registration.core.GetPurchasedBiblesH\x00\x12:\x0A\x0Eactivate_bible\x18\x06 \x01(\x0B2 .registration.core.ActivateBibleH\x00\x12>\x0A\x10deactivate_bible\x18\x07 \x01(\x0B2\".registration.core.DeactivateBibleH\x00\x12:\x0A\x0Edownload_bible\x18\x08 \x01(\x0B2 .registration.core.DownloadBibleH\x00\x12@\x0A\x11registration_data\x18\x09 \x01(\x0B2#.registration.core.RegistrationDataH\x00\x12D\x0A\x13product_information\x18\x0A \x01(\x0B2%.registration.core.ProductInformationH\x00\x12H\x0A\x16get_upgrades_available\x18\x0B \x01(\x0B2&.registration.core.GetAvailableVersionH\x00\x12I\x0A\x17get_downgrade_available\x18\x0C \x01(\x0B2&.registration.core.GetAvailableVersionH\x00\x12E\x0A\x14download_new_version\x18\x0D \x01(\x0B2%.registration.core.DownloadNewVersionH\x00\x12-\x0A\x07refresh\x18\x0E \x01(\x0B2\x1A.registration.core.RefreshH\x00\x128\x0A\x0Dactivate_link\x18\x0F \x01(\x0B2\x1F.registration.core.ActivateLinkH\x00\x126\x0A\x0Cupdate_token\x18\x10 \x01(\x0B2\x1E.registration.core.UpdateTokenH\x00\x129\x0A\x0Eold_token_data\x18\x11 \x01(\x0B2\x1F.registration.core.OldTokenDataH\x00B\x09\x0A\x07request\"\xB5\x0A\x0A\x08Callback\x128\x0A\x0Dset_watermark\x18\x01 \x01(\x0B2\x1F.registration.core.SetWatermarkH\x00\x12H\x0A\x15deactivation_complete\x18\x02 \x01(\x0B2'.registration.core.DeactivationCompleteH\x00\x124\x0A\x0Bfree_bibles\x18\x03 \x01(\x0B2\x1D.registration.core.FreeBiblesH\x00\x12>\x0A\x10purchased_bibles\x18\x04 \x01(\x0B2\".registration.core.PurchasedBiblesH\x00\x12O\x0A\x19bible_activation_complete\x18\x05 \x01(\x0B2*.registration.core.BibleActivationCompleteH\x00\x12S\x0A\x1Bbible_deactivation_complete\x18\x06 \x01(\x0B2,.registration.core.BibleDeactivationCompleteH\x00\x12K\x0A\x17bible_download_progress\x18\x07 \x01(\x0B2(.registration.core.BibleDownloadProgressH\x00\x120\x0A\x09hard_exit\x18\x08 \x01(\x0B2\x1B.registration.core.HardExitH\x00\x12I\x0A\x16read_registration_data\x18\x09 \x01(\x0B2'.registration.core.ReadRegistrationDataH\x00\x12K\x0A\x17write_registration_data\x18\x0A \x01(\x0B2(.registration.core.WriteRegistrationDataH\x00\x12K\x0A\x17get_product_information\x18\x0B \x01(\x0B2(.registration.core.GetProductInformationH\x00\x12%\x0A\x03log\x18\x0C \x01(\x0B2\x16.registration.core.LogH\x00\x12B\x0A\x12upgrades_available\x18\x0D \x01(\x0B2\$.registration.core.UpgradesAvailableH\x00\x12D\x0A\x13downgrade_available\x18\x0E \x01(\x0B2%.registration.core.DowngradeAvailableH\x00\x12@\x0A\x11download_progress\x18\x0F \x01(\x0B2#.registration.core.DownloadProgressH\x00\x12+\x0A\x06alerts\x18\x10 \x01(\x0B2\x19.registration.core.AlertsH\x00\x12I\x0A\x16show_expiration_dialog\x18\x11 \x01(\x0B2'.registration.core.ShowExpirationDialogH\x00\x129\x0A\x0Eread_old_token\x18\x12 \x01(\x0B2\x1F.registration.core.ReadOldTokenH\x00\x12)\x0A\x05token\x18\x13 \x01(\x0B2\x18.registration.core.TokenH\x00\x12H\x0A\x15verification_complete\x18\x14 \x01(\x0B2'.registration.core.VerificationCompleteH\x00B\x0A\x0A\x08callback\"\xB0\x01\x0A\x08Register\x12\x11\x0A\x09user_name\x18\x01 \x01(\x09\x12\x18\x0A\x10registration_key\x18\x02 \x01(\x09\x12\x14\x0A\x0Cdisplay_name\x18\x03 \x01(\x09\x12.\x0A\x09seat_type\x18\x04 \x01(\x0E2\x1B.registration.core.SeatType\x121\x0A\x07channel\x18\x05 \x01(\x0E2 .registration.core.UpdateChannel\"\"\x0A\x0CActivateLink\x12\x12\x0A\x0Aidentifier\x18\x01 \x01(\x09\"\x0C\x0A\x0AUnregister\"s\x0A\x0EChangeSeatType\x12.\x0A\x09seat_type\x18\x01 \x01(\x0E2\x1B.registration.core.SeatType\x121\x0A\x07channel\x18\x02 \x01(\x0E2 .registration.core.UpdateChannel\"\x0F\x0A\x0DGetFreeBibles\"\x14\x0A\x12GetPurchasedBibles\"!\x0A\x0DActivateBible\x12\x10\x0A\x08bible_id\x18\x01 \x01(\x09\"#\x0A\x0FDeactivateBible\x12\x10\x0A\x08bible_id\x18\x01 \x01(\x09\"3\x0A\x0DDownloadBible\x12\x10\x0A\x08bible_id\x18\x01 \x01(\x09\x12\x10\x0A\x08filename\x18\x02 \x01(\x09\"S\x0A\x10RegistrationData\x12\x0C\x0A\x04data\x18\x01 \x01(\x0C\x121\x0A\x07channel\x18\x02 \x01(\x0E2 .registration.core.UpdateChannel\"\x99\x01\x0A\x12ProductInformation\x12\x14\x0A\x0Cproduct_name\x18\x01 \x01(\x09\x12\x15\x0A\x0Dmajor_version\x18\x02 \x01(\x09\x12\x15\x0A\x0Dminor_version\x18\x03 \x01(\x09\x12\x15\x0A\x0Dpatch_version\x18\x04 \x01(\x09\x12\x14\x0A\x0Cbuild_number\x18\x05 \x01(\x09\x12\x12\x0A\x0Abuild_date\x18\x06 \x01(\x03\"M\x0A\x13GetAvailableVersion\x12\x15\x0A\x0Dinclude_notes\x18\x01 \x01(\x08\x12\x0F\x0A\x07channel\x18\x02 \x01(\x09\x12\x0E\x0A\x06format\x18\x03 \x01(\x09\"3\x0A\x12DownloadNewVersion\x12\x0B\x0A\x03url\x18\x01 \x01(\x09\x12\x10\x0A\x08filename\x18\x02 \x01(\x09\"<\x0A\x07Refresh\x121\x0A\x07channel\x18\x01 \x01(\x0E2 .registration.core.UpdateChannel\"G\x0A\x0BUpdateToken\x128\x0A\x0Etoken_metadata\x18\x01 \x01(\x0B2 .registration.core.TokenMetadata\"s\x0A\x0COldTokenData\x122\x0A\x06status\x18\x01 \x01(\x0E2\".registration.core.ReadTokenStatus\x12/\x0A\x05token\x18\x02 \x01(\x0B2 .registration.core.TokenMetadata\"A\x0A\x05Token\x128\x0A\x0Etoken_metadata\x18\x01 \x01(\x0B2 .registration.core.TokenMetadata\":\x0A\x0CSetWatermark\x12\x15\x0A\x0Dis_registered\x18\x01 \x01(\x08\x12\x13\x0A\x0Bactive_seat\x18\x02 \x01(\x08\"\xE1\x01\x0A\x12ActivationComplete\x12)\x0A\x06result\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12>\x0A\x11registration_info\x18\x02 \x01(\x0B2#.registration.core.RegistrationInfo\x121\x0A\x0Favailable_seats\x18\x03 \x01(\x0B2\x18.registration.core.Seats\x12-\x0A\x0Btotal_seats\x18\x04 \x01(\x0B2\x18.registration.core.Seats\"A\x0A\x14DeactivationComplete\x12)\x0A\x06result\x18\x01 \x01(\x0E2\x19.registration.core.Status\"\xD5\x01\x0A\x16ChangeSeatTypeComplete\x12)\x0A\x06result\x18\x01 \x01(\x0E2\x19.registration.core.Status\x121\x0A\x0Favailable_seats\x18\x02 \x01(\x0B2\x18.registration.core.Seats\x12-\x0A\x0Btotal_seats\x18\x03 \x01(\x0B2\x18.registration.core.Seats\x12.\x0A\x09seat_type\x18\x04 \x01(\x0E2\x1B.registration.core.SeatType\"a\x0A\x0AFreeBibles\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12(\x0A\x06bibles\x18\x02 \x03(\x0B2\x18.registration.core.Bible\"o\x0A\x0FPurchasedBibles\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x121\x0A\x06bibles\x18\x02 \x03(\x0B2!.registration.core.PurchasedBible\"\xA0\x01\x0A\x17BibleActivationComplete\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12\x10\x0A\x08bible_id\x18\x02 \x01(\x09\x12\x15\x0A\x0Ddownload_link\x18\x03 \x01(\x09\x121\x0A\x06bibles\x18\x04 \x03(\x0B2!.registration.core.PurchasedBible\"\x8B\x01\x0A\x19BibleDeactivationComplete\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12\x10\x0A\x08bible_id\x18\x02 \x01(\x09\x121\x0A\x06bibles\x18\x03 \x03(\x0B2!.registration.core.PurchasedBible\"\xA2\x01\x0A\x15BibleDownloadProgress\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12\x10\x0A\x08complete\x18\x02 \x01(\x08\x12\x10\x0A\x08progress\x18\x03 \x01(\x02\x12\x10\x0A\x08bible_id\x18\x04 \x01(\x09\x12\x11\x0A\x09file_name\x18\x05 \x01(\x09\x12\x15\x0A\x0Ddownload_link\x18\x06 \x01(\x09\"g\x0A\x08HardExit\x122\x0A\x06reason\x18\x01 \x01(\x0E2\".registration.core.HardExit.Reason\"'\x0A\x06Reason\x12\x0D\x0A\x09HostsFile\x10\x00\x12\x0E\x0A\x0ASystemTime\x10\x01\"?\x0A\x14ReadRegistrationData\x12\x13\x0A\x0Bfingerprint\x18\x01 \x01(\x09\x12\x12\x0A\x0Aidentifier\x18\x02 \x01(\x09\"\x0E\x0A\x0CReadOldToken\"%\x0A\x15WriteRegistrationData\x12\x0C\x0A\x04data\x18\x01 \x01(\x0C\"\x17\x0A\x15GetProductInformation\"y\x0A\x03Log\x12+\x0A\x05level\x18\x01 \x01(\x0E2\x1C.registration.core.Log.Level\x12\x0F\x0A\x07message\x18\x02 \x01(\x09\"4\x0A\x05Level\x12\x09\x0A\x05Debug\x10\x00\x12\x08\x0A\x04Info\x10\x01\x12\x0B\x0A\x07Warning\x10\x02\x12\x09\x0A\x05Error\x10\x03\"\xC6\x01\x0A\x11UpgradesAvailable\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12 \x0A\x18is_non_production_active\x18\x02 \x01(\x08\x12\x16\x0A\x0Eactive_channel\x18\x03 \x01(\x09\x12\x15\x0A\x0Drelease_notes\x18\x04 \x01(\x09\x125\x0A\x08upgrades\x18\x05 \x03(\x0B2#.registration.core.BuildInformation\"\x8E\x01\x0A\x12DowngradeAvailable\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x126\x0A\x09downgrade\x18\x02 \x01(\x0B2#.registration.core.BuildInformation\x12\x15\x0A\x0Drelease_notes\x18\x03 \x01(\x09\"a\x0A\x10DownloadProgress\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12\x10\x0A\x08complete\x18\x02 \x01(\x08\x12\x10\x0A\x08progress\x18\x03 \x01(\x02\"2\x0A\x06Alerts\x12(\x0A\x06alerts\x18\x01 \x03(\x0B2\x18.registration.core.Alert\"\$\x0A\x14ShowExpirationDialog\x12\x0C\x0A\x04days\x18\x01 \x01(\x05\"\xBF\x01\x0A\x0BLicenseInfo\x12>\x0A\x11registration_info\x18\x01 \x01(\x0B2#.registration.core.RegistrationInfo\x121\x0A\x0Favailable_seats\x18\x02 \x01(\x0B2\x18.registration.core.Seats\x12-\x0A\x0Btotal_seats\x18\x03 \x01(\x0B2\x18.registration.core.Seats\x12\x0E\x0A\x06legacy\x18\x04 \x01(\x08\"\xF5\x02\x0A\x14VerificationComplete\x12)\x0A\x06result\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12/\x0A\x07license\x18\x02 \x01(\x0B2\x1E.registration.core.LicenseInfo\x12)\x0A\x06bibles\x18\x03 \x01(\x0B2\x19.registration.core.Bibles\x12/\x0A\x05token\x18\x04 \x01(\x0B2 .registration.core.TokenMetadata\x12>\x0A\x11subscription_info\x18\x05 \x01(\x0B2#.registration.core.SubscriptionInfo\x123\x0A\x05alert\x18\x06 \x01(\x0E2\$.registration.core.PopupAlertMessage\x120\x0A\x06banner\x18\x07 \x01(\x0E2 .registration.core.BannerMessage\"(\x0A\x05Seats\x12\x0D\x0A\x05basic\x18\x01 \x01(\x05\x12\x10\x0A\x08advanced\x18\x02 \x01(\x05\"0\x0A\x17SupplementalInformation\x12\x15\x0A\x0Ddownload_link\x18\x01 \x01(\x09\"\xF1\x01\x0A\x05Bible\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x10\x0A\x08language\x18\x03 \x01(\x09\x12\x11\x0A\x09publisher\x18\x04 \x01(\x09\x12\x11\x0A\x09copyright\x18\x05 \x01(\x09\x12\x1C\x0A\x14display_abbreviation\x18\x06 \x01(\x09\x12\x1D\x0A\x15internal_abbreviation\x18\x07 \x01(\x09\x12\x0F\x0A\x07version\x18\x08 \x01(\x09\x12:\x0A\x04info\x18\x09 \x01(\x0B2*.registration.core.SupplementalInformationH\x00B\x0C\x0A\x0Aadditional\"v\x0A\x0EPurchasedBible\x12*\x0A\x08metadata\x18\x01 \x01(\x0B2\x18.registration.core.Bible\x128\x0A\x0Elicensing_info\x18\x02 \x01(\x0B2 .registration.core.LicensingInfo\"\x96\x01\x0A\x0DLicensingInfo\x12\x18\x0A\x10available_copies\x18\x01 \x01(\x05\x12\x14\x0A\x0Ctotal_copies\x18\x02 \x01(\x05\x12\x19\x0A\x11is_active_locally\x18\x03 \x01(\x08\x12:\x0A\x13other_active_copies\x18\x04 \x03(\x0B2\x1D.registration.core.ActiveCopy\"4\x0A\x0AActiveCopy\x12\x14\x0A\x0Cdisplay_name\x18\x01 \x01(\x09\x12\x10\x0A\x08hostname\x18\x02 \x01(\x09\"\xF0\x03\x0A\x10RegistrationInfo\x12\x11\x0A\x09user_name\x18\x01 \x01(\x09\x12\x13\x0A\x0Bdisplay_key\x18\x02 \x01(\x09\x12\x14\x0A\x0Cdisplay_name\x18\x03 \x01(\x09\x12\x17\x0A\x0Fexpiration_date\x18\x04 \x01(\x03\x12\x16\x0A\x0Eactivation_key\x18\x05 \x01(\x09\x124\x0A\x0Clicense_type\x18\x06 \x01(\x0E2\x1E.registration.core.LicenseType\x12\x19\x0A\x11registration_date\x18\x07 \x01(\x03\x12.\x0A\x09seat_type\x18\x08 \x01(\x0E2\x1B.registration.core.SeatType\x12%\x0A\x1Dlatest_available_build_number\x18\x09 \x01(\x0D\x12 \x0A\x18latest_available_version\x18\x0A \x01(\x09\x12,\x0A\$has_worship_house_media_subscription\x18\x0B \x01(\x08\x12#\x0A\x1Bmaintenance_expiration_date\x18\x0C \x01(\x03\x120\x0A(non_extended_maintenance_expiration_date\x18\x0D \x01(\x03\x12\x1E\x0A\x16is_auto_renewal_active\x18\x0E \x01(\x08\"\xE7\x01\x0A\x10BuildInformation\x12\x14\x0A\x0Cbuild_number\x18\x01 \x01(\x05\x12\x0F\x0A\x07version\x18\x02 \x01(\x09\x12\x16\x0A\x0Emin_os_version\x18\x03 \x01(\x09\x12\x14\x0A\x0Crelease_date\x18\x04 \x01(\x03\x12\x19\x0A\x11registration_date\x18\x05 \x01(\x03\x12\x15\x0A\x0Ddownload_size\x18\x06 \x01(\x03\x12\x14\x0A\x0Cdownload_url\x18\x07 \x01(\x09\x12\x0F\x0A\x07channel\x18\x08 \x01(\x09\x12\x0F\x0A\x07is_beta\x18\x09 \x01(\x08\x12\x14\x0A\x0Cis_available\x18\x0A \x01(\x08\"\x94\x01\x0A\x05Alert\x120\x0A\x0Aalert_type\x18\x01 \x01(\x0E2\x1C.registration.core.AlertType\x12\x0D\x0A\x05title\x18\x02 \x01(\x09\x129\x0A\x0Ccontent_type\x18\x03 \x01(\x0E2#.registration.core.AlertContentType\x12\x0F\x0A\x07content\x18\x04 \x01(\x09\"P\x0A\x0DTokenMetadata\x12\x14\x0A\x0Caccess_token\x18\x01 \x01(\x09\x12\x15\x0A\x0Drefresh_token\x18\x02 \x01(\x09\x12\x12\x0A\x0Aexpires_at\x18\x03 \x01(\x03\"\x9F\x01\x0A\x10SubscriptionInfo\x12\x19\x0A\x11organization_name\x18\x01 \x01(\x09\x12I\x0A\x17procontent_license_type\x18\x02 \x01(\x0E2(.registration.core.ProContentLicenseType\x12%\x0A\x1Dprocontent_license_expiration\x18\x03 \x01(\x03\"'\x0A\x0CDownloadLink\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x0B\x0A\x03url\x18\x02 \x01(\x09\"t\x0A\x06Bibles\x12-\x0A\x0Bfree_bibles\x18\x01 \x03(\x0B2\x18.registration.core.Bible\x12;\x0A\x10purchased_bibles\x18\x02 \x03(\x0B2!.registration.core.PurchasedBible\"=\x0A\x0CFeatureFlags\x12\x13\x0A\x0Buse_staging\x18\x01 \x01(\x08\x12\x18\x0A\x10use_subscription\x18\x02 \x01(\x08*\xBA\x02\x0A\x06Status\x12\x0B\x0A\x07Success\x10\x00\x12\x12\x0A\x0EExpiredLicense\x10\x01\x12\x16\x0A\x12DeactivatedLicense\x10\x02\x12\x13\x0A\x0FDisabledLicense\x10\x03\x12\x0B\x0A\x07NoSeats\x10\x04\x12\x0C\x0A\x08NoCopies\x10\x05\x12\x12\x0A\x0EMissingLicense\x10\x06\x12\x13\x0A\x0FTimeDiscrepancy\x10\x07\x12\x10\x0A\x0CBibleMissing\x10\x08\x12\x15\x0A\x11BibleNotPurchased\x10\x09\x12\x1A\x0A\x16BibleActivationMissing\x10\x0A\x12\x14\x0A\x10BibleDeactivated\x10\x0B\x12\x10\x0A\x0CNetworkError\x10\x0C\x12\x0B\x0A\x07IOError\x10\x0D\x12\x12\x0A\x0ENotInitialized\x10\x0E\x12\x10\x0A\x0CUnknownError\x10\x0F*1\x0A\x08SeatType\x12\x0C\x0A\x08Inactive\x10\x00\x12\x09\x0A\x05Basic\x10\x01\x12\x0C\x0A\x08Advanced\x10\x02*>\x0A\x0BLicenseType\x12\x09\x0A\x05Trial\x10\x00\x12\x0A\x0A\x06Rental\x10\x01\x12\x0C\x0A\x08Standard\x10\x02\x12\x0A\x0A\x06Campus\x10\x03*)\x0A\x0DUpdateChannel\x12\x08\x0A\x04Beta\x10\x00\x12\x0E\x0A\x0AProduction\x10\x01*/\x0A\x09AlertType\x12\x08\x0A\x04Info\x10\x00\x12\x0B\x0A\x07Feature\x10\x01\x12\x0B\x0A\x07Warning\x10\x02*Q\x0A\x10AlertContentType\x12\x0F\x0A\x0BContentType\x10\x00\x12\x08\x0A\x04Text\x10\x01\x12\x10\x0A\x0CInternalLink\x10\x02\x12\x10\x0A\x0CExternalLink\x10\x03*<\x0A\x0FReadTokenStatus\x12\x14\x0A\x10ReadTokenSuccess\x10\x00\x12\x13\x0A\x0FTokenNotPresent\x10\x01*.\x0A\x15ProContentLicenseType\x12\x08\x0A\x04Free\x10\x00\x12\x0B\x0A\x07Premium\x10\x01*x\x0A\x11PopupAlertMessage\x12\x10\x0A\x0CNoPopupAlert\x10\x00\x12\x0E\x0A\x0AActivation\x10\x01\x12\x14\x0A\x10ActivationNoSeat\x10\x02\x12\x0F\x0A\x0BNotSignedIn\x10\x03\x12\x1A\x0A\x16SignedInNoSubscription\x10\x04*7\x0A\x0DBannerMessage\x12\x0C\x0A\x08NoBanner\x10\x00\x12\x18\x0A\x14ActivateProPresenter\x10\x01BK\xAA\x021Pro.SerializationInterop.RVProtoData.Registration\xBA\x02\x14RVData_Registration_b\x06proto3" + "\x0A\xF2S\x0A\x12registration.proto\x12\x11registration.core\"\xE2\x09\x0A\x07Request\x12/\x0A\x08register\x18\x01 \x01(\x0B2\x1B.registration.core.RegisterH\x00\x123\x0A\x0Aunregister\x18\x02 \x01(\x0B2\x1D.registration.core.UnregisterH\x00\x12=\x0A\x10change_seat_type\x18\x03 \x01(\x0B2!.registration.core.ChangeSeatTypeH\x00\x122\x0A\x0Aget_bibles\x18\x04 \x01(\x0B2\x1C.registration.core.GetBiblesH\x00\x12:\x0A\x0Eactivate_bible\x18\x05 \x01(\x0B2 .registration.core.ActivateBibleH\x00\x12>\x0A\x10deactivate_bible\x18\x06 \x01(\x0B2\".registration.core.DeactivateBibleH\x00\x12:\x0A\x0Edownload_bible\x18\x07 \x01(\x0B2 .registration.core.DownloadBibleH\x00\x12@\x0A\x11registration_data\x18\x08 \x01(\x0B2#.registration.core.RegistrationDataH\x00\x12D\x0A\x13product_information\x18\x09 \x01(\x0B2%.registration.core.ProductInformationH\x00\x12H\x0A\x16get_upgrades_available\x18\x0A \x01(\x0B2&.registration.core.GetAvailableVersionH\x00\x12I\x0A\x17get_downgrade_available\x18\x0B \x01(\x0B2&.registration.core.GetAvailableVersionH\x00\x12E\x0A\x14download_new_version\x18\x0C \x01(\x0B2%.registration.core.DownloadNewVersionH\x00\x12-\x0A\x07refresh\x18\x0D \x01(\x0B2\x1A.registration.core.RefreshH\x00\x128\x0A\x0Dactivate_link\x18\x0E \x01(\x0B2\x1F.registration.core.ActivateLinkH\x00\x126\x0A\x0Cupdate_token\x18\x0F \x01(\x0B2\x1E.registration.core.UpdateTokenH\x00\x129\x0A\x0Eold_token_data\x18\x10 \x01(\x0B2\x1F.registration.core.OldTokenDataH\x00\x12-\x0A\x07signout\x18\x11 \x01(\x0B2\x1A.registration.core.SignoutH\x00\x12?\x0A\x11get_activate_code\x18\x12 \x01(\x0B2\".registration.core.GetActivateCodeH\x00\x12@\x0A\x11notification_data\x18\x13 \x01(\x0B2#.registration.core.NotificationDataH\x00\x12I\x0A\x15markNotificationsRead\x18\x14 \x01(\x0B2(.registration.core.MarkNotificationsReadH\x00B\x09\x0A\x07request\"\x92\x0A\x0A\x08Callback\x128\x0A\x0Dset_watermark\x18\x01 \x01(\x0B2\x1F.registration.core.SetWatermarkH\x00\x12K\x0A\x17bible_download_progress\x18\x02 \x01(\x0B2(.registration.core.BibleDownloadProgressH\x00\x120\x0A\x09hard_exit\x18\x03 \x01(\x0B2\x1B.registration.core.HardExitH\x00\x12I\x0A\x16read_registration_data\x18\x04 \x01(\x0B2'.registration.core.ReadRegistrationDataH\x00\x12K\x0A\x17write_registration_data\x18\x05 \x01(\x0B2(.registration.core.WriteRegistrationDataH\x00\x12K\x0A\x17get_product_information\x18\x06 \x01(\x0B2(.registration.core.GetProductInformationH\x00\x12%\x0A\x03log\x18\x07 \x01(\x0B2\x16.registration.core.LogH\x00\x12B\x0A\x12upgrades_available\x18\x08 \x01(\x0B2\$.registration.core.UpgradesAvailableH\x00\x12D\x0A\x13downgrade_available\x18\x09 \x01(\x0B2%.registration.core.DowngradeAvailableH\x00\x12@\x0A\x11download_progress\x18\x0A \x01(\x0B2#.registration.core.DownloadProgressH\x00\x12+\x0A\x06alerts\x18\x0B \x01(\x0B2\x19.registration.core.AlertsH\x00\x12I\x0A\x16show_expiration_dialog\x18\x0C \x01(\x0B2'.registration.core.ShowExpirationDialogH\x00\x129\x0A\x0Eread_old_token\x18\x0D \x01(\x0B2\x1F.registration.core.ReadOldTokenH\x00\x12H\x0A\x15verification_complete\x18\x0E \x01(\x0B2'.registration.core.VerificationCompleteH\x00\x12;\x0A\x0Fset_client_info\x18\x0F \x01(\x0B2 .registration.core.SetClientInfoH\x00\x12M\x0A\x1Aget_activate_code_complete\x18\x10 \x01(\x0B2'.registration.core.ActivateCodeCompleteH\x00\x12I\x0A\x16read_notification_data\x18\x11 \x01(\x0B2'.registration.core.ReadNotificationDataH\x00\x12K\x0A\x17write_notification_data\x18\x12 \x01(\x0B2(.registration.core.WriteNotificationDataH\x00\x12H\x0A\x15notification_callback\x18\x13 \x01(\x0B2'.registration.core.NotificationCallbackH\x00B\x0A\x0A\x08callback\"\xB0\x01\x0A\x08Register\x12\x11\x0A\x09user_name\x18\x01 \x01(\x09\x12\x18\x0A\x10registration_key\x18\x02 \x01(\x09\x12\x14\x0A\x0Cdisplay_name\x18\x03 \x01(\x09\x12.\x0A\x09seat_type\x18\x04 \x01(\x0E2\x1B.registration.core.SeatType\x121\x0A\x07channel\x18\x05 \x01(\x0E2 .registration.core.UpdateChannel\"\"\x0A\x0CActivateLink\x12\x12\x0A\x0Aidentifier\x18\x01 \x01(\x09\"\x0C\x0A\x0AUnregister\"\x09\x0A\x07Signout\"s\x0A\x0EChangeSeatType\x12.\x0A\x09seat_type\x18\x01 \x01(\x0E2\x1B.registration.core.SeatType\x121\x0A\x07channel\x18\x02 \x01(\x0E2 .registration.core.UpdateChannel\"\x0B\x0A\x09GetBibles\"!\x0A\x0DActivateBible\x12\x10\x0A\x08bible_id\x18\x01 \x01(\x09\"#\x0A\x0FDeactivateBible\x12\x10\x0A\x08bible_id\x18\x01 \x01(\x09\"3\x0A\x0DDownloadBible\x12\x10\x0A\x08bible_id\x18\x01 \x01(\x09\x12\x10\x0A\x08filename\x18\x02 \x01(\x09\"S\x0A\x10RegistrationData\x12\x0C\x0A\x04data\x18\x01 \x01(\x0C\x121\x0A\x07channel\x18\x02 \x01(\x0E2 .registration.core.UpdateChannel\"\x99\x01\x0A\x12ProductInformation\x12\x14\x0A\x0Cproduct_name\x18\x01 \x01(\x09\x12\x15\x0A\x0Dmajor_version\x18\x02 \x01(\x09\x12\x15\x0A\x0Dminor_version\x18\x03 \x01(\x09\x12\x15\x0A\x0Dpatch_version\x18\x04 \x01(\x09\x12\x14\x0A\x0Cbuild_number\x18\x05 \x01(\x09\x12\x12\x0A\x0Abuild_date\x18\x06 \x01(\x03\"e\x0A\x13GetAvailableVersion\x12\x15\x0A\x0Dinclude_notes\x18\x01 \x01(\x08\x12\x0F\x0A\x07channel\x18\x02 \x01(\x09\x12\x0E\x0A\x06format\x18\x03 \x01(\x09\x12\x16\x0A\x0Euser_initiated\x18\x04 \x01(\x08\"3\x0A\x12DownloadNewVersion\x12\x0B\x0A\x03url\x18\x01 \x01(\x09\x12\x10\x0A\x08filename\x18\x02 \x01(\x09\"<\x0A\x07Refresh\x121\x0A\x07channel\x18\x01 \x01(\x0E2 .registration.core.UpdateChannel\"G\x0A\x0BUpdateToken\x128\x0A\x0Etoken_metadata\x18\x01 \x01(\x0B2 .registration.core.TokenMetadata\"s\x0A\x0COldTokenData\x122\x0A\x06status\x18\x01 \x01(\x0E2\".registration.core.ReadTokenStatus\x12/\x0A\x05token\x18\x02 \x01(\x0B2 .registration.core.TokenMetadata\"A\x0A\x05Token\x128\x0A\x0Etoken_metadata\x18\x01 \x01(\x0B2 .registration.core.TokenMetadata\"D\x0A\x0FGetActivateCode\x12\x16\x0A\x0Eseat_bucket_id\x18\x01 \x01(\x09\x12\x19\x0A\x11organization_uuid\x18\x02 \x01(\x09\" \x0A\x10NotificationData\x12\x0C\x0A\x04data\x18\x01 \x01(\x0C\"#\x0A\x15MarkNotificationsRead\x12\x0A\x0A\x02id\x18\x01 \x03(\x09\":\x0A\x0CSetWatermark\x12\x15\x0A\x0Dis_registered\x18\x01 \x01(\x08\x12\x13\x0A\x0Bactive_seat\x18\x02 \x01(\x08\"\xD5\x01\x0A\x16ChangeSeatTypeComplete\x12)\x0A\x06result\x18\x01 \x01(\x0E2\x19.registration.core.Status\x121\x0A\x0Favailable_seats\x18\x02 \x01(\x0B2\x18.registration.core.Seats\x12-\x0A\x0Btotal_seats\x18\x03 \x01(\x0B2\x18.registration.core.Seats\x12.\x0A\x09seat_type\x18\x04 \x01(\x0E2\x1B.registration.core.SeatType\"\xDF\x01\x0A\x15BibleDownloadProgress\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12\x10\x0A\x08complete\x18\x02 \x01(\x08\x12\x10\x0A\x08progress\x18\x03 \x01(\x02\x12\x10\x0A\x08bible_id\x18\x04 \x01(\x09\x12\x11\x0A\x09file_name\x18\x05 \x01(\x09\x12\x15\x0A\x0Ddownload_link\x18\x06 \x01(\x09\x12;\x0A\x0Cclient_alert\x18\x07 \x01(\x0E2%.registration.core.ClientAlertMessage\"g\x0A\x08HardExit\x122\x0A\x06reason\x18\x01 \x01(\x0E2\".registration.core.HardExit.Reason\"'\x0A\x06Reason\x12\x0D\x0A\x09HostsFile\x10\x00\x12\x0E\x0A\x0ASystemTime\x10\x01\"?\x0A\x14ReadRegistrationData\x12\x13\x0A\x0Bfingerprint\x18\x01 \x01(\x09\x12\x12\x0A\x0Aidentifier\x18\x02 \x01(\x09\"\x0E\x0A\x0CReadOldToken\"%\x0A\x15WriteRegistrationData\x12\x0C\x0A\x04data\x18\x01 \x01(\x0C\"\x17\x0A\x15GetProductInformation\"y\x0A\x03Log\x12+\x0A\x05level\x18\x01 \x01(\x0E2\x1C.registration.core.Log.Level\x12\x0F\x0A\x07message\x18\x02 \x01(\x09\"4\x0A\x05Level\x12\x09\x0A\x05Debug\x10\x00\x12\x08\x0A\x04Info\x10\x01\x12\x0B\x0A\x07Warning\x10\x02\x12\x09\x0A\x05Error\x10\x03\"\x83\x02\x0A\x11UpgradesAvailable\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12 \x0A\x18is_non_production_active\x18\x02 \x01(\x08\x12\x16\x0A\x0Eactive_channel\x18\x03 \x01(\x09\x12\x15\x0A\x0Drelease_notes\x18\x04 \x01(\x09\x125\x0A\x08upgrades\x18\x05 \x03(\x0B2#.registration.core.BuildInformation\x12;\x0A\x0Cclient_alert\x18\x06 \x01(\x0E2%.registration.core.ClientAlertMessage\"\xCB\x01\x0A\x12DowngradeAvailable\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x126\x0A\x09downgrade\x18\x02 \x01(\x0B2#.registration.core.BuildInformation\x12\x15\x0A\x0Drelease_notes\x18\x03 \x01(\x09\x12;\x0A\x0Cclient_alert\x18\x04 \x01(\x0E2%.registration.core.ClientAlertMessage\"\x9E\x01\x0A\x10DownloadProgress\x12)\x0A\x06status\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12\x10\x0A\x08complete\x18\x02 \x01(\x08\x12\x10\x0A\x08progress\x18\x03 \x01(\x02\x12;\x0A\x0Cclient_alert\x18\x04 \x01(\x0E2%.registration.core.ClientAlertMessage\"2\x0A\x06Alerts\x12(\x0A\x06alerts\x18\x01 \x03(\x0B2\x18.registration.core.Alert\"\$\x0A\x14ShowExpirationDialog\x12\x0C\x0A\x04days\x18\x01 \x01(\x05\"\xCA\x03\x0A\x14VerificationComplete\x12)\x0A\x06result\x18\x01 \x01(\x0E2\x19.registration.core.Status\x12/\x0A\x07license\x18\x02 \x01(\x0B2\x1E.registration.core.LicenseInfo\x12)\x0A\x06bibles\x18\x03 \x01(\x0B2\x19.registration.core.Bibles\x12/\x0A\x05token\x18\x04 \x01(\x0B2 .registration.core.TokenMetadata\x12>\x0A\x11subscription_info\x18\x05 \x01(\x0B2#.registration.core.SubscriptionInfo\x123\x0A\x05alert\x18\x06 \x01(\x0E2\$.registration.core.PopupAlertMessage\x120\x0A\x06banner\x18\x07 \x01(\x0E2 .registration.core.BannerMessage\x12;\x0A\x0Cclient_alert\x18\x08 \x01(\x0E2%.registration.core.ClientAlertMessage\x12\x16\x0A\x0Efully_launched\x18\x09 \x01(\x08\"9\x0A\x0DSetClientInfo\x12\x11\x0A\x09client_id\x18\x01 \x01(\x05\x12\x15\x0A\x0Dclient_secret\x18\x02 \x01(\x09\"\x89\x02\x0A\x14ActivateCodeComplete\x12>\x0A\x05error\x18\x01 \x01(\x0B2-.registration.core.ActivateCodeComplete.ErrorH\x00\x12B\x0A\x07success\x18\x02 \x01(\x0B2/.registration.core.ActivateCodeComplete.SuccessH\x00\x1A+\x0A\x05Error\x12\x0D\x0A\x05error\x18\x01 \x01(\x09\x12\x13\x0A\x0Bdescription\x18\x02 \x01(\x09\x1A6\x0A\x07Success\x12\x17\x0A\x0Factivation_code\x18\x02 \x01(\x09\x12\x12\x0A\x0Aexpiration\x18\x03 \x01(\x03B\x08\x0A\x06status\"\x16\x0A\x14ReadNotificationData\"%\x0A\x15WriteNotificationData\x12\x0C\x0A\x04data\x18\x01 \x01(\x0C\"N\x0A\x14NotificationCallback\x126\x0A\x0Dnotifications\x18\x02 \x03(\x0B2\x1F.registration.core.Notification\"(\x0A\x05Seats\x12\x0D\x0A\x05basic\x18\x01 \x01(\x05\x12\x10\x0A\x08advanced\x18\x02 \x01(\x05\"0\x0A\x17SupplementalInformation\x12\x15\x0A\x0Ddownload_link\x18\x01 \x01(\x09\"\xF1\x01\x0A\x05Bible\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x10\x0A\x08language\x18\x03 \x01(\x09\x12\x11\x0A\x09publisher\x18\x04 \x01(\x09\x12\x11\x0A\x09copyright\x18\x05 \x01(\x09\x12\x1C\x0A\x14display_abbreviation\x18\x06 \x01(\x09\x12\x1D\x0A\x15internal_abbreviation\x18\x07 \x01(\x09\x12\x0F\x0A\x07version\x18\x08 \x01(\x09\x12:\x0A\x04info\x18\x09 \x01(\x0B2*.registration.core.SupplementalInformationH\x00B\x0C\x0A\x0Aadditional\"v\x0A\x0EPurchasedBible\x12*\x0A\x08metadata\x18\x01 \x01(\x0B2\x18.registration.core.Bible\x128\x0A\x0Elicensing_info\x18\x02 \x01(\x0B2 .registration.core.LicensingInfo\"\xBF\x01\x0A\x0BLicenseInfo\x12>\x0A\x11registration_info\x18\x01 \x01(\x0B2#.registration.core.RegistrationInfo\x121\x0A\x0Favailable_seats\x18\x02 \x01(\x0B2\x18.registration.core.Seats\x12-\x0A\x0Btotal_seats\x18\x03 \x01(\x0B2\x18.registration.core.Seats\x12\x0E\x0A\x06legacy\x18\x04 \x01(\x08\"\x96\x01\x0A\x0DLicensingInfo\x12\x18\x0A\x10available_copies\x18\x01 \x01(\x05\x12\x14\x0A\x0Ctotal_copies\x18\x02 \x01(\x05\x12\x19\x0A\x11is_active_locally\x18\x03 \x01(\x08\x12:\x0A\x13other_active_copies\x18\x04 \x03(\x0B2\x1D.registration.core.ActiveCopy\"4\x0A\x0AActiveCopy\x12\x14\x0A\x0Cdisplay_name\x18\x01 \x01(\x09\x12\x10\x0A\x08hostname\x18\x02 \x01(\x09\"\xF0\x03\x0A\x10RegistrationInfo\x12\x11\x0A\x09user_name\x18\x01 \x01(\x09\x12\x13\x0A\x0Bdisplay_key\x18\x02 \x01(\x09\x12\x14\x0A\x0Cdisplay_name\x18\x03 \x01(\x09\x12\x17\x0A\x0Fexpiration_date\x18\x04 \x01(\x03\x12\x16\x0A\x0Eactivation_key\x18\x05 \x01(\x09\x124\x0A\x0Clicense_type\x18\x06 \x01(\x0E2\x1E.registration.core.LicenseType\x12\x19\x0A\x11registration_date\x18\x07 \x01(\x03\x12.\x0A\x09seat_type\x18\x08 \x01(\x0E2\x1B.registration.core.SeatType\x12%\x0A\x1Dlatest_available_build_number\x18\x09 \x01(\x0D\x12 \x0A\x18latest_available_version\x18\x0A \x01(\x09\x12,\x0A\$has_worship_house_media_subscription\x18\x0B \x01(\x08\x12#\x0A\x1Bmaintenance_expiration_date\x18\x0C \x01(\x03\x120\x0A(non_extended_maintenance_expiration_date\x18\x0D \x01(\x03\x12\x1E\x0A\x16is_auto_renewal_active\x18\x0E \x01(\x08\"\xE7\x01\x0A\x10BuildInformation\x12\x14\x0A\x0Cbuild_number\x18\x01 \x01(\x05\x12\x0F\x0A\x07version\x18\x02 \x01(\x09\x12\x16\x0A\x0Emin_os_version\x18\x03 \x01(\x09\x12\x14\x0A\x0Crelease_date\x18\x04 \x01(\x03\x12\x19\x0A\x11registration_date\x18\x05 \x01(\x03\x12\x15\x0A\x0Ddownload_size\x18\x06 \x01(\x03\x12\x14\x0A\x0Cdownload_url\x18\x07 \x01(\x09\x12\x0F\x0A\x07channel\x18\x08 \x01(\x09\x12\x0F\x0A\x07is_beta\x18\x09 \x01(\x08\x12\x14\x0A\x0Cis_available\x18\x0A \x01(\x08\"\x94\x01\x0A\x05Alert\x120\x0A\x0Aalert_type\x18\x01 \x01(\x0E2\x1C.registration.core.AlertType\x12\x0D\x0A\x05title\x18\x02 \x01(\x09\x129\x0A\x0Ccontent_type\x18\x03 \x01(\x0E2#.registration.core.AlertContentType\x12\x0F\x0A\x07content\x18\x04 \x01(\x09\"P\x0A\x0DTokenMetadata\x12\x14\x0A\x0Caccess_token\x18\x01 \x01(\x09\x12\x15\x0A\x0Drefresh_token\x18\x02 \x01(\x09\x12\x12\x0A\x0Aexpires_at\x18\x03 \x01(\x03\"\x9F\x01\x0A\x10SubscriptionInfo\x12\x19\x0A\x11organization_name\x18\x01 \x01(\x09\x12I\x0A\x17procontent_license_type\x18\x02 \x01(\x0E2(.registration.core.ProContentLicenseType\x12%\x0A\x1Dprocontent_license_expiration\x18\x03 \x01(\x03\"'\x0A\x0CDownloadLink\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x0B\x0A\x03url\x18\x02 \x01(\x09\"t\x0A\x06Bibles\x12-\x0A\x0Bfree_bibles\x18\x01 \x03(\x0B2\x18.registration.core.Bible\x12;\x0A\x10purchased_bibles\x18\x02 \x03(\x0B2!.registration.core.PurchasedBible\"\x98\x01\x0A\x0CNotification\x12\x0A\x0A\x02id\x18\x01 \x01(\x09\x12\x0E\x0A\x06header\x18\x02 \x01(\x09\x12\x0C\x0A\x04body\x18\x03 \x01(\x09\x12\x0B\x0A\x03url\x18\x04 \x01(\x09\x12\x18\x0A\x10url_display_text\x18\x05 \x01(\x09\x12\x12\x0A\x0Acreated_at\x18\x06 \x01(\x04\x12\x12\x0A\x0Aexpires_at\x18\x07 \x01(\x04\x12\x0F\x0A\x07is_read\x18\x08 \x01(\x08\"G\x0A\x0DNotifications\x126\x0A\x0Dnotifications\x18\x01 \x03(\x0B2\x1F.registration.core.Notification\"a\x0A\x15NotificationDataStore\x126\x0A\x0Dnotifications\x18\x01 \x03(\x0B2\x1F.registration.core.Notification\x12\x10\x0A\x08read_ids\x18\x02 \x03(\x09*\x94\x03\x0A\x06Status\x12\x0B\x0A\x07Success\x10\x00\x12\x12\x0A\x0EExpiredLicense\x10\x01\x12\x16\x0A\x12DeactivatedLicense\x10\x02\x12\x13\x0A\x0FDisabledLicense\x10\x03\x12\x0B\x0A\x07NoSeats\x10\x04\x12\x0C\x0A\x08NoCopies\x10\x05\x12\x12\x0A\x0EMissingLicense\x10\x06\x12\x13\x0A\x0FTimeDiscrepancy\x10\x07\x12\x10\x0A\x0CBibleMissing\x10\x08\x12\x15\x0A\x11BibleNotPurchased\x10\x09\x12\x1A\x0A\x16BibleActivationMissing\x10\x0A\x12\x14\x0A\x10BibleDeactivated\x10\x0B\x12\x10\x0A\x0CNetworkError\x10\x0C\x12\x0B\x0A\x07IOError\x10\x0D\x12\x12\x0A\x0ENotInitialized\x10\x0E\x12\x10\x0A\x0CTokenExpired\x10\x0F\x12\x10\x0A\x0CTokenInvalid\x10\x10\x12\x19\x0A\x15ActivationCodeExpired\x10\x11\x12\x19\x0A\x15ActivationCodeInvalid\x10\x12\x12\x10\x0A\x0CUnknownError\x10\x13*1\x0A\x08SeatType\x12\x0C\x0A\x08Inactive\x10\x00\x12\x09\x0A\x05Basic\x10\x01\x12\x0C\x0A\x08Advanced\x10\x02*>\x0A\x0BLicenseType\x12\x09\x0A\x05Trial\x10\x00\x12\x0A\x0A\x06Rental\x10\x01\x12\x0C\x0A\x08Standard\x10\x02\x12\x0A\x0A\x06Campus\x10\x03*)\x0A\x0DUpdateChannel\x12\x08\x0A\x04Beta\x10\x00\x12\x0E\x0A\x0AProduction\x10\x01*/\x0A\x09AlertType\x12\x08\x0A\x04Info\x10\x00\x12\x0B\x0A\x07Feature\x10\x01\x12\x0B\x0A\x07Warning\x10\x02*Q\x0A\x10AlertContentType\x12\x0F\x0A\x0BContentType\x10\x00\x12\x08\x0A\x04Text\x10\x01\x12\x10\x0A\x0CInternalLink\x10\x02\x12\x10\x0A\x0CExternalLink\x10\x03*<\x0A\x0FReadTokenStatus\x12\x14\x0A\x10ReadTokenSuccess\x10\x00\x12\x13\x0A\x0FTokenNotPresent\x10\x01*.\x0A\x15ProContentLicenseType\x12\x08\x0A\x04Free\x10\x00\x12\x0B\x0A\x07Premium\x10\x01*\xA1\x02\x0A\x11PopupAlertMessage\x12\x10\x0A\x0CNoPopupAlert\x10\x00\x12\x11\x0A\x0DSeatActivated\x10\x01\x12\x13\x0A\x0FNoSeatActivated\x10\x02\x12\x16\x0A\x12NoLicenseActivated\x10\x03\x12\$\x0A LegacyLicenseProContentActivated\x10\x04\x12\x1C\x0A\x18FirstLaunchLegacyLicense\x10\x05\x12\x12\x0A\x0EFullySignedOut\x10\x06\x12.\x0A*FirstLaunchSignedInNoSubscriptionNoLicense\x10\x07\x122\x0A.FirstLaunchSignedInNoSubscriptionLegacyLicense\x10\x08*7\x0A\x0DBannerMessage\x12\x0C\x0A\x08NoBanner\x10\x00\x12\x18\x0A\x14ActivateProPresenter\x10\x01*\xA9\x04\x0A\x12ClientAlertMessage\x12\x0B\x0A\x07NoAlert\x10\x00\x12\x18\x0A\x14ExpiredLicenseLegacy\x10\x01\x12\x17\x0A\x13ExpiredSubscription\x10\x02\x12\x12\x0A\x0EInvalidLicense\x10\x03\x12\x11\x0A\x0DNoSeatsLegacy\x10\x04\x12\x17\x0A\x13NoSeatsSubscription\x10\x05\x12\x1F\x0A\x1BSeatDeactivatedSubscription\x10\x06\x12\x18\x0A\x14TimeDiscrepancyAlert\x10\x07\x12\x0D\x0A\x09NoNetwork\x10\x08\x12\x11\x0A\x0DNoBibleCopies\x10\x09\x12\x15\x0A\x11BibleMissingAlert\x10\x0A\x12\x1B\x0A\x17BibleNotPurchasedLegacy\x10\x0B\x12!\x0A\x1DBibleNotPurchasedSubscription\x10\x0C\x12%\x0A!UnsuccessfulBibleActivationLegacy\x10\x0D\x12+\x0A'UnsuccessfulBibleActivationSubscription\x10\x0E\x12\x10\x0A\x0CIOErrorAlert\x10\x0F\x12\x14\x0A\x10CodeExpiredAlert\x10\x10\x12\x14\x0A\x10CodeInvalidAlert\x10\x11\x12\x1A\x0A\x16UnsuccessfulActivation\x10\x12\x12\x1F\x0A\x1BDeviceSignedOutSubscription\x10\x13\x12\x10\x0A\x0CUnknownAlert\x10\x14BK\xAA\x021Pro.SerializationInterop.RVProtoData.Registration\xBA\x02\x14RVData_Registration_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/Rv2D.php b/generated/GPBMetadata/Rv2D.php index 49a775e..d248927 100644 --- a/generated/GPBMetadata/Rv2D.php +++ b/generated/GPBMetadata/Rv2D.php @@ -15,9 +15,15 @@ class Rv2D if (static::$is_initialized == true) { return; } + \GPBMetadata\Action::initOnce(); + \GPBMetadata\Color::initOnce(); + \GPBMetadata\Cue::initOnce(); \GPBMetadata\GraphicsData::initOnce(); + \GPBMetadata\MusicKeyScale::initOnce(); + \GPBMetadata\ProCore::initOnce(); + \GPBMetadata\Slide::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x83\x06\x0A\x0Arv2d.proto\x12\x07rv.data\"\xC5\x01\x0A\x15IdentificationOverlay\x12\x13\x0A\x0Bscreen_name\x18\x03 \x01(\x09\x126\x0A\x07outputs\x18\x01 \x03(\x0B2%.rv.data.IdentificationOverlay.Output\x1A_\x0A\x06Output\x12\x09\x0A\x01x\x18\x01 \x01(\x05\x12\x09\x0A\x01y\x18\x02 \x01(\x05\x12\x0D\x0A\x05width\x18\x03 \x01(\x05\x12\x0E\x0A\x06height\x18\x04 \x01(\x05\x12\x0C\x0A\x04name\x18\x05 \x01(\x09\x12\x12\x0A\x0Aframe_rate\x18\x06 \x01(\x01\"\xF2\x01\x0A\x1ALayerIdentificationOverlay\x128\x0A\x05layer\x18\x01 \x01(\x0E2).rv.data.LayerIdentificationOverlay.Layer\x12\x12\x0A\x0Alayer_name\x18\x02 \x01(\x09\"\x85\x01\x0A\x05Layer\x12\x15\x0A\x11LAYER_VIDEO_INPUT\x10\x00\x12\x0F\x0A\x0BLAYER_MEDIA\x10\x01\x12\x16\x0A\x12LAYER_PRESENTATION\x10\x02\x12\x17\x0A\x13LAYER_ANNOUNCEMENTS\x10\x03\x12\x0F\x0A\x0BLAYER_PROPS\x10\x04\x12\x12\x0A\x0ELAYER_MESSAGES\x10\x05\"\xF0\x01\x0A\x09TextLayer\x121\x0A\x09composite\x18\x01 \x01(\x0B2\x1C.rv.data.TextLayer.CompositeH\x00\x12\x1F\x0A\x05media\x18\x02 \x01(\x0B2\x0E.rv.data.MediaH\x00\x124\x0A\x07cut_out\x18\x03 \x01(\x0B2!.rv.data.Graphics.Text.CutOutFillH\x00\x12?\x0A\x11background_effect\x18\x04 \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00\x1A\x0B\x0A\x09CompositeB\x0B\x0A\x09LayerTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xD4\x0D\x0A\x0Arv2d.proto\x12\x07rv.data\x1A\x0Bcolor.proto\x1A\x09cue.proto\x1A\x12graphicsData.proto\x1A\x13musicKeyScale.proto\x1A\x0DproCore.proto\x1A\x0Bslide.proto\"\xC5\x01\x0A\x15IdentificationOverlay\x12\x13\x0A\x0Bscreen_name\x18\x03 \x01(\x09\x126\x0A\x07outputs\x18\x01 \x03(\x0B2%.rv.data.IdentificationOverlay.Output\x1A_\x0A\x06Output\x12\x09\x0A\x01x\x18\x01 \x01(\x05\x12\x09\x0A\x01y\x18\x02 \x01(\x05\x12\x0D\x0A\x05width\x18\x03 \x01(\x05\x12\x0E\x0A\x06height\x18\x04 \x01(\x05\x12\x0C\x0A\x04name\x18\x05 \x01(\x09\x12\x12\x0A\x0Aframe_rate\x18\x06 \x01(\x01\"\xF2\x01\x0A\x1ALayerIdentificationOverlay\x128\x0A\x05layer\x18\x01 \x01(\x0E2).rv.data.LayerIdentificationOverlay.Layer\x12\x12\x0A\x0Alayer_name\x18\x02 \x01(\x09\"\x85\x01\x0A\x05Layer\x12\x15\x0A\x11LAYER_VIDEO_INPUT\x10\x00\x12\x0F\x0A\x0BLAYER_MEDIA\x10\x01\x12\x16\x0A\x12LAYER_PRESENTATION\x10\x02\x12\x17\x0A\x13LAYER_ANNOUNCEMENTS\x10\x03\x12\x0F\x0A\x0BLAYER_PROPS\x10\x04\x12\x12\x0A\x0ELAYER_MESSAGES\x10\x05\"\xBE\x05\x0A\x0BRenderLayer\x12&\x0A\x06bounds\x18\x09 \x01(\x0B2\x16.rv.data.Graphics.Rect\x125\x0A\x09flip_mode\x18\x0A \x01(\x0E2\".rv.data.Graphics.Element.FlipMode\x12\x10\x0A\x08rotation\x18\x0B \x01(\x01\x12\x13\x0A\x0Bbuild_index\x18\x0C \x01(\x05\x12\x11\x0A\x09build_out\x18\x0D \x01(\x08\x12\x17\x0A\x0Fbuild_out_index\x18\x0E \x01(\x05\x123\x0A\x09composite\x18\x01 \x01(\x0B2\x1E.rv.data.RenderLayer.CompositeH\x00\x12\x1F\x0A\x05media\x18\x02 \x01(\x0B2\x0E.rv.data.MediaH\x00\x124\x0A\x07cut_out\x18\x03 \x01(\x0B2!.rv.data.Graphics.Text.CutOutFillH\x00\x12?\x0A\x11background_effect\x18\x04 \x01(\x0B2\".rv.data.Graphics.BackgroundEffectH\x00\x12E\x0A\x0Doutput_screen\x18\x05 \x01(\x0B2,.rv.data.Slide.Element.DataLink.OutputScreenH\x00\x123\x0A\x09scrolling\x18\x06 \x01(\x0B2\x1E.rv.data.RenderLayer.ScrollingH\x00\x12A\x0A\x0Bslide_image\x18\x07 \x01(\x0B2*.rv.data.Slide.Element.DataLink.SlideImageH\x00\x124\x0A\x04zone\x18\x08 \x01(\x0B2\$.rv.data.Slide.Element.DataLink.ZoneH\x00\x1A\x0B\x0A\x09Composite\x1A!\x0A\x09Scrolling\x12\x14\x0A\x0Csegment_size\x18\x01 \x01(\x05B\x0B\x0A\x09LayerType\"\xDB\x01\x0A\x0CSlideElement\x12'\x0A\x07element\x18\x01 \x01(\x0B2\x16.rv.data.Slide.Element\x12\x13\x0A\x0Bbuild_index\x18\x02 \x01(\x05\x12(\x0A\x08base_key\x18\x03 \x01(\x0B2\x16.rv.data.MusicKeyScale\x12*\x0A\x0Atarget_key\x18\x04 \x01(\x0B2\x16.rv.data.MusicKeyScale\x127\x0A\x07cookies\x18\x05 \x03(\x0B2&.rv.data.WebFillTokenAndCookies.Cookie\"v\x0A\x0CSlidePreview\x12\x19\x0A\x03cue\x18\x01 \x01(\x0B2\x0C.rv.data.Cue\x12'\x0A\x07element\x18\x02 \x01(\x0B2\x16.rv.data.Slide.Element\x12\"\x0A\x0Abackground\x18\x03 \x01(\x0B2\x0E.rv.data.Color\"N\x0A\x0CMediaPreview\x12\x1F\x0A\x06action\x18\x01 \x01(\x0B2\x0F.rv.data.Action\x12\x1D\x0A\x05media\x18\x02 \x01(\x0B2\x0E.rv.data.MediaB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/Rvtimestamp.php b/generated/GPBMetadata/Rvtimestamp.php index acbba12..f05c874 100644 --- a/generated/GPBMetadata/Rvtimestamp.php +++ b/generated/GPBMetadata/Rvtimestamp.php @@ -15,6 +15,7 @@ class Rvtimestamp if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); $pool->internalAddGeneratedFile( "\x0A\x87\x01\x0A\x11rvtimestamp.proto\x12\x07rv.data\"+\x0A\x09Timestamp\x12\x0F\x0A\x07seconds\x18\x01 \x01(\x03\x12\x0D\x0A\x05nanos\x18\x02 \x01(\x05B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); diff --git a/generated/GPBMetadata/Slide.php b/generated/GPBMetadata/Slide.php index cd2156f..0511be4 100644 --- a/generated/GPBMetadata/Slide.php +++ b/generated/GPBMetadata/Slide.php @@ -17,13 +17,15 @@ class Slide } \GPBMetadata\AlignmentGuide::initOnce(); \GPBMetadata\Color::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Effects::initOnce(); \GPBMetadata\GraphicsData::initOnce(); \GPBMetadata\Timers::initOnce(); \GPBMetadata\Url::initOnce(); \GPBMetadata\Uuid::initOnce(); + \GPBMetadata\Messages::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xFAn\x0A\x0Bslide.proto\x12\x07rv.data\x1A\x0Bcolor.proto\x1A\x0Deffects.proto\x1A\x12graphicsData.proto\x1A\x0Ctimers.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\xCEm\x0A\x05Slide\x12(\x0A\x08elements\x18\x01 \x03(\x0B2\x16.rv.data.Slide.Element\x12*\x0A\x13element_build_order\x18\x02 \x03(\x0B2\x0D.rv.data.UUID\x12+\x0A\x0Aguidelines\x18\x03 \x03(\x0B2\x17.rv.data.AlignmentGuide\x12\x1E\x0A\x16draws_background_color\x18\x04 \x01(\x08\x12(\x0A\x10background_color\x18\x05 \x01(\x0B2\x0E.rv.data.Color\x12\$\x0A\x04size\x18\x06 \x01(\x0B2\x16.rv.data.Graphics.Size\x12\x1B\x0A\x04uuid\x18\x07 \x01(\x0B2\x0D.rv.data.UUID\x1A\xB4k\x0A\x07Element\x12*\x0A\x07element\x18\x01 \x01(\x0B2\x19.rv.data.Graphics.Element\x12.\x0A\x08build_in\x18\x02 \x01(\x0B2\x1C.rv.data.Slide.Element.Build\x12/\x0A\x09build_out\x18\x03 \x01(\x0B2\x1C.rv.data.Slide.Element.Build\x12\x0C\x0A\x04info\x18\x04 \x01(\x0D\x12:\x0A\x0Breveal_type\x18\x05 \x01(\x0E2%.rv.data.Slide.Element.TextRevealType\x123\x0A\x0Adata_links\x18\x06 \x03(\x0B2\x1F.rv.data.Slide.Element.DataLink\x126\x0A\x0BchildBuilds\x18\x07 \x03(\x0B2!.rv.data.Slide.Element.ChildBuild\x12\x19\x0A\x11reveal_from_index\x18\x08 \x01(\x0D\x12:\x0A\x0Dtext_scroller\x18\x09 \x01(\x0B2#.rv.data.Slide.Element.TextScroller\x1A\x9D\x02\x0A\x05Build\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\"\x0A\x0BelementUUID\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x121\x0A\x05start\x18\x03 \x01(\x0E2\".rv.data.Slide.Element.Build.Start\x12\x11\x0A\x09delayTime\x18\x04 \x01(\x01\x12'\x0A\x0Atransition\x18\x05 \x01(\x0B2\x13.rv.data.Transition\"d\x0A\x05Start\x12\x12\x0A\x0ESTART_ON_CLICK\x10\x00\x12\x17\x0A\x13START_WITH_PREVIOUS\x10\x01\x12\x18\x0A\x14START_AFTER_PREVIOUS\x10\x02\x12\x14\x0A\x10START_WITH_SLIDE\x10\x03\x1A~\x0A\x0AChildBuild\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x121\x0A\x05start\x18\x02 \x01(\x0E2\".rv.data.Slide.Element.Build.Start\x12\x11\x0A\x09delayTime\x18\x03 \x01(\x01\x12\x0D\x0A\x05index\x18\x04 \x01(\x0D\x1A\xC4`\x0A\x08DataLink\x128\x0A\x06ticker\x18\x01 \x01(\x0B2&.rv.data.Slide.Element.DataLink.TickerH\x00\x12N\x0A\x0Ealternate_text\x18\x02 \x01(\x0B24.rv.data.Slide.Element.DataLink.AlternateElementTextH\x00\x12?\x0A\x0Atimer_text\x18\x03 \x01(\x0B2).rv.data.Slide.Element.DataLink.TimerTextH\x00\x12?\x0A\x0Aclock_text\x18\x04 \x01(\x0B2).rv.data.Slide.Element.DataLink.ClockTextH\x00\x12A\x0A\x0Bchord_chart\x18\x05 \x01(\x0B2*.rv.data.Slide.Element.DataLink.ChordChartH\x00\x12E\x0A\x0Doutput_screen\x18\x06 \x01(\x0B2,.rv.data.Slide.Element.DataLink.OutputScreenH\x00\x12;\x0A\x08pco_live\x18\x07 \x01(\x0B2'.rv.data.Slide.Element.DataLink.PCOLiveH\x00\x12N\x0A\x0Ealternate_fill\x18\x08 \x01(\x0B24.rv.data.Slide.Element.DataLink.AlternateElementFillH\x00\x12I\x0A\x0Fvisibility_link\x18\x09 \x01(\x0B2..rv.data.Slide.Element.DataLink.VisibilityLinkH\x00\x12?\x0A\x0Aslide_text\x18\x0A \x01(\x0B2).rv.data.Slide.Element.DataLink.SlideTextH\x00\x12E\x0A\x0Dstage_message\x18\x0B \x01(\x0B2,.rv.data.Slide.Element.DataLink.StageMessageH\x00\x12I\x0A\x0Fvideo_countdown\x18\x0C \x01(\x0B2..rv.data.Slide.Element.DataLink.VideoCountdownH\x00\x12A\x0A\x0Bslide_image\x18\x0D \x01(\x0B2*.rv.data.Slide.Element.DataLink.SlideImageH\x00\x12=\x0A\x09ccli_text\x18\x0E \x01(\x0B2(.rv.data.Slide.Element.DataLink.CCLITextH\x00\x12?\x0A\x0Agroup_name\x18\x0F \x01(\x0B2).rv.data.Slide.Element.DataLink.GroupNameH\x00\x12A\x0A\x0Bgroup_color\x18\x10 \x01(\x0B2*.rv.data.Slide.Element.DataLink.GroupColorH\x00\x12O\x0A\x12presentation_notes\x18\x11 \x01(\x0B21.rv.data.Slide.Element.DataLink.PresentationNotesH\x00\x12E\x0A\x0Dplaylist_item\x18\x12 \x01(\x0B2,.rv.data.Slide.Element.DataLink.PlaylistItemH\x00\x12_\x0A\x1Bauto_advance_time_remaining\x18\x13 \x01(\x0B28.rv.data.Slide.Element.DataLink.AutoAdvanceTimeRemainingH\x00\x12P\x0A\x13capture_status_text\x18\x14 \x01(\x0B21.rv.data.Slide.Element.DataLink.CaptureStatusTextH\x00\x12R\x0A\x14capture_status_color\x18\x15 \x01(\x0B22.rv.data.Slide.Element.DataLink.CaptureStatusColorH\x00\x12A\x0A\x0Bslide_count\x18\x16 \x01(\x0B2*.rv.data.Slide.Element.DataLink.SlideCountH\x00\x12I\x0A\x0Faudio_countdown\x18\x17 \x01(\x0B2..rv.data.Slide.Element.DataLink.AudioCountdownH\x00\x12D\x0A\x0Cpresentation\x18\x18 \x01(\x0B2,.rv.data.Slide.Element.DataLink.PresentationH\x00\x12J\x0A\x10slide_Label_Text\x18\x19 \x01(\x0B2..rv.data.Slide.Element.DataLink.SlideLabelTextH\x00\x12L\x0A\x11slide_Label_Color\x18\x1A \x01(\x0B2/.rv.data.Slide.Element.DataLink.SlideLabelColorH\x00\x12;\x0A\x08rss_feed\x18\x1B \x01(\x0B2'.rv.data.Slide.Element.DataLink.RSSFeedH\x00\x12=\x0A\x09file_feed\x18\x1C \x01(\x0B2(.rv.data.Slide.Element.DataLink.FileFeedH\x00\x12H\x0A\x0Fchord_pro_chart\x18\x1D \x01(\x0B2-.rv.data.Slide.Element.DataLink.ChordProChartH\x00\x12R\x0A\x14playback_marker_text\x18\x1E \x01(\x0B22.rv.data.Slide.Element.DataLink.PlaybackMarkerTextH\x00\x12Y\x0A\x15playback_marker_color\x18 \x01(\x0B28.rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifierH\x00\x12E\x0A\x0Dtimecode_text\x18! \x01(\x0B2,.rv.data.Slide.Element.DataLink.TimecodeTextH\x00\x12I\x0A\x0Ftimecode_status\x18\" \x01(\x0B2..rv.data.Slide.Element.DataLink.TimecodeStatusH\x00\x1A\xD6\x01\x0A\x07RSSFeed\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x12D\x0A\x07content\x18\x02 \x01(\x0E23.rv.data.Slide.Element.DataLink.RSSFeed.ContentType\x12\x16\x0A\x0Etext_delimiter\x18\x03 \x01(\x09\"R\x0A\x0BContentType\x12\x1B\x0A\x17CONTENT_TYPE_TITLE_ONLY\x10\x00\x12&\x0A\"CONTENT_TYPE_TITLE_AND_DESCRIPTION\x10\x01\x1A%\x0A\x08FileFeed\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x1A\xC3\x04\x0A\x06Ticker\x12\x11\x0A\x09play_rate\x18\x04 \x01(\x01\x12\x13\x0A\x0Bshould_loop\x18\x05 \x01(\x08\x12\x12\x0A\x0Aloop_delay\x18\x06 \x01(\x01\x12\x16\x0A\x0Etext_delimiter\x18\x07 \x01(\x09\x12D\x0A\x09text_type\x18\x01 \x01(\x0B2/.rv.data.Slide.Element.DataLink.Ticker.TextTypeH\x00\x12B\x0A\x08rss_type\x18\x02 \x01(\x0B2..rv.data.Slide.Element.DataLink.Ticker.RSSTypeH\x00\x12D\x0A\x09file_type\x18\x03 \x01(\x0B2/.rv.data.Slide.Element.DataLink.Ticker.FileTypeH\x00\x1A\x18\x0A\x08TextType\x12\x0C\x0A\x04text\x18\x01 \x01(\x09\x1A\xC5\x01\x0A\x07RSSType\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x12K\x0A\x07content\x18\x02 \x01(\x0E2:.rv.data.Slide.Element.DataLink.Ticker.RSSType.ContentType\"R\x0A\x0BContentType\x12\x1B\x0A\x17CONTENT_TYPE_TITLE_ONLY\x10\x00\x12&\x0A\"CONTENT_TYPE_TITLE_AND_DESCRIPTION\x10\x01\x1A%\x0A\x08FileType\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URLB\x0C\x0A\x0ASourceType\x1A\xA5\x03\x0A\x14AlternateElementText\x12)\x0A\x12other_element_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1A\x0A\x12other_element_name\x18\x02 \x01(\x09\x12\x1E\x0A\x16text_transform_options\x18\x03 \x01(\x0D\x12`\x0A\x0Etext_transform\x18\x04 \x01(\x0E2H.rv.data.Slide.Element.DataLink.AlternateElementText.TextTransformOption\"\xC3\x01\x0A\x13TextTransformOption\x12\x1E\x0A\x1ATEXT_TRANSFORM_OPTION_NONE\x10\x00\x12-\x0A)TEXT_TRANSFORM_OPTION_REMOVE_LINE_RETURNS\x10\x01\x12+\x0A'TEXT_TRANSFORM_OPTION_ONE_WORD_PER_LINE\x10\x02\x120\x0A,TEXT_TRANSFORM_OPTION_ONE_CHARACTER_PER_LINE\x10\x03\x1A\x0A\x0A\x08CCLIText\x1A;\x0A\x0CColorTrigger\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x12\x1D\x0A\x05color\x18\x02 \x01(\x0B2\x0E.rv.data.Color\x1A\xD2\x01\x0A\x09TimerText\x12!\x0A\x0Atimer_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Atimer_name\x18\x02 \x01(\x09\x12+\x0A\x0Ctimer_format\x18\x03 \x01(\x0B2\x15.rv.data.Timer.Format\x12\x1B\x0A\x13timer_format_string\x18\x04 \x01(\x09\x12D\x0A\x0Ecolor_triggers\x18\x05 \x03(\x0B2,.rv.data.Slide.Element.DataLink.ColorTrigger\x1Aa\x0A\x09ClockText\x12\x1B\x0A\x13clock_format_string\x18\x01 \x01(\x09\x12%\x0A\x06format\x18\x05 \x01(\x0B2\x15.rv.data.Clock.FormatJ\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05\x1A\x0C\x0A\x0AChordChart\x1AE\x0A\x0COutputScreen\x12 \x0A\x09screen_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x13\x0A\x0Bscreen_name\x18\x02 \x01(\x09\x1A\xDA\x02\x0A\x07PCOLive\x12<\x0A\x05theme\x18\x02 \x01(\x0E2-.rv.data.Slide.Element.DataLink.PCOLive.Theme\x12M\x0A\x0Ecountdown_type\x18\x03 \x01(\x0E25.rv.data.Slide.Element.DataLink.PCOLive.CountdownType\"8\x0A\x05Theme\x12\x17\x0A\x13PCOLIVE_THEME_LIGHT\x10\x00\x12\x16\x0A\x12PCOLIVE_THEME_DARK\x10\x01\"\x81\x01\x0A\x0DCountdownType\x12#\x0A\x1FCOUNTDOWN_TYPE_FULL_ITEM_LENGTH\x10\x00\x12#\x0A\x1FCOUNTDOWN_TYPE_END_ITEM_ON_TIME\x10\x01\x12&\x0A\"COUNTDOWN_TYPE_END_SERVICE_ON_TIME\x10\x02J\x04\x08\x01\x10\x02\x1A]\x0A\x14AlternateElementFill\x12)\x0A\x12other_element_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1A\x0A\x12other_element_name\x18\x02 \x01(\x09\x1A\xA8\x1B\x0A\x0EVisibilityLink\x12`\x0A\x14visibility_criterion\x18\x01 \x01(\x0E2B.rv.data.Slide.Element.DataLink.VisibilityLink.VisibilityCriterion\x12L\x0A\x0Aconditions\x18\x02 \x03(\x0B28.rv.data.Slide.Element.DataLink.VisibilityLink.Condition\x1A\xF3\x18\x0A\x09Condition\x12h\x0A\x12element_visibility\x18\x01 \x01(\x0B2J.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.ElementVisibilityH\x00\x12d\x0A\x10timer_visibility\x18\x02 \x01(\x0B2H.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.TimerVisibilityH\x00\x12w\x0A\x1Avideo_countdown_visibility\x18\x03 \x01(\x0B2Q.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.VideoCountdownVisibilityH\x00\x12w\x0A\x1Acapture_session_visibility\x18\x04 \x01(\x0B2Q.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.CaptureSessionVisibilityH\x00\x12o\x0A\x16video_input_visibility\x18\x05 \x01(\x0B2M.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.VideoInputVisibilityH\x00\x12w\x0A\x1Aaudio_countdown_visibility\x18\x06 \x01(\x0B2Q.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.AudioCountdownVisibilityH\x00\x1A\xD7\x02\x0A\x11ElementVisibility\x12)\x0A\x12other_element_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1A\x0A\x12other_element_name\x18\x02 \x01(\x09\x12\x83\x01\x0A\x14visibility_criterion\x18\x03 \x01(\x0E2e.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.ElementVisibility.ElementVisibilityCriterion\"u\x0A\x1AElementVisibilityCriterion\x12)\x0A%ELEMENT_VISIBILITY_CRITERION_HAS_TEXT\x10\x00\x12,\x0A(ELEMENT_VISIBILITY_CRITERION_HAS_NO_TEXT\x10\x01\x1A\x9C\x03\x0A\x0FTimerVisibility\x12!\x0A\x0Atimer_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Atimer_name\x18\x02 \x01(\x09\x12\x7F\x0A\x14visibility_criterion\x18\x03 \x01(\x0E2a.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.TimerVisibility.TimerVisibilityCriterion\"\xD0\x01\x0A\x18TimerVisibilityCriterion\x121\x0A-TIMER_VISIBILITY_CRITERION_HAS_TIME_REMAINING\x10\x00\x12*\x0A&TIMER_VISIBILITY_CRITERION_HAS_EXPIRED\x10\x01\x12)\x0A%TIMER_VISIBILITY_CRITERION_IS_RUNNING\x10\x02\x12*\x0A&TIMER_VISIBILITY_CRITERION_NOT_RUNNING\x10\x03\x1A\x9A\x04\x0A\x18VideoCountdownVisibility\x12\x91\x01\x0A\x14visibility_criterion\x18\x01 \x01(\x0E2s.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.VideoCountdownVisibility.VideoCountdownVisibilityCriterion\"\xE9\x02\x0A!VideoCountdownVisibilityCriterion\x12;\x0A7VIDEO_COUNTDOWN_VISIBILITY_CRITERION_HAS_TIME_REMAINING\x10\x00\x124\x0A0VIDEO_COUNTDOWN_VISIBILITY_CRITERION_HAS_EXPIRED\x10\x01\x123\x0A/VIDEO_COUNTDOWN_VISIBILITY_CRITERION_IS_RUNNING\x10\x02\x124\x0A0VIDEO_COUNTDOWN_VISIBILITY_CRITERION_NOT_RUNNING\x10\x03\x120\x0A,VIDEO_COUNTDOWN_VISIBILITY_CRITERION_LOOPING\x10\x04\x124\x0A0VIDEO_COUNTDOWN_VISIBILITY_CRITERION_NOT_LOOPING\x10\x05\x1A\x9A\x04\x0A\x18AudioCountdownVisibility\x12\x91\x01\x0A\x14visibility_criterion\x18\x01 \x01(\x0E2s.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.AudioCountdownVisibility.AudioCountdownVisibilityCriterion\"\xE9\x02\x0A!AudioCountdownVisibilityCriterion\x12;\x0A7AUDIO_COUNTDOWN_VISIBILITY_CRITERION_HAS_TIME_REMAINING\x10\x00\x124\x0A0AUDIO_COUNTDOWN_VISIBILITY_CRITERION_HAS_EXPIRED\x10\x01\x123\x0A/AUDIO_COUNTDOWN_VISIBILITY_CRITERION_IS_RUNNING\x10\x02\x124\x0A0AUDIO_COUNTDOWN_VISIBILITY_CRITERION_NOT_RUNNING\x10\x03\x120\x0A,AUDIO_COUNTDOWN_VISIBILITY_CRITERION_LOOPING\x10\x04\x124\x0A0AUDIO_COUNTDOWN_VISIBILITY_CRITERION_NOT_LOOPING\x10\x05\x1A\xB8\x02\x0A\x18CaptureSessionVisibility\x12\x91\x01\x0A\x14visibility_criterion\x18\x01 \x01(\x0E2s.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.CaptureSessionVisibility.CaptureSessionVisibilityCriterion\"\x87\x01\x0A!CaptureSessionVisibilityCriterion\x12/\x0A+CAPTURE_SESSION_VISIBILITY_CRITERION_ACTIVE\x10\x00\x121\x0A-CAPTURE_SESSION_VISIBILITY_CRITERION_INACTIVE\x10\x01\x1A\xBA\x02\x0A\x14VideoInputVisibility\x12\x19\x0A\x11video_input_index\x18\x01 \x01(\x05\x12\x89\x01\x0A\x14visibility_criterion\x18\x02 \x01(\x0E2k.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.VideoInputVisibility.VideoInputVisibilityCriterion\"{\x0A\x1DVideoInputVisibilityCriterion\x12+\x0A'VIDEO_INPUT_VISIBILITY_CRITERION_ACTIVE\x10\x00\x12-\x0A)VIDEO_INPUT_VISIBILITY_CRITERION_INACTIVE\x10\x01B\x0F\x0A\x0DConditionType\"p\x0A\x13VisibilityCriterion\x12\x1C\x0A\x18VISIBILITY_CRITERION_ALL\x10\x00\x12\x1C\x0A\x18VISIBILITY_CRITERION_ANY\x10\x01\x12\x1D\x0A\x19VISIBILITY_CRITERION_NONE\x10\x02\x1A\xC2\x03\x0A\x09SlideText\x12E\x0A\x0Csource_slide\x18\x01 \x01(\x0E2/.rv.data.Slide.Element.DataLink.SlideSourceType\x12Q\x0A\x0Dsource_option\x18\x02 \x01(\x0E2:.rv.data.Slide.Element.DataLink.SlideText.TextSourceOption\x12\x1D\x0A\x15preserve_notes_format\x18\x03 \x01(\x08\x12\x15\x0A\x0Dname_to_match\x18\x04 \x01(\x09\x12h\x0A\x16element_text_transform\x18\x05 \x01(\x0E2H.rv.data.Slide.Element.DataLink.AlternateElementText.TextTransformOption\"{\x0A\x10TextSourceOption\x12\x1B\x0A\x17TEXT_SOURCE_OPTION_TEXT\x10\x00\x12\x1C\x0A\x18TEXT_SOURCE_OPTION_NOTES\x10\x01\x12,\x0A(TEXT_SOURCE_OPTION_ELEMENT_MATCHING_NAME\x10\x02\x1AS\x0A\x0ASlideImage\x12E\x0A\x0Csource_slide\x18\x01 \x01(\x0E2/.rv.data.Slide.Element.DataLink.SlideSourceType\x1AI\x0A\x0CStageMessage\x12\x14\x0A\x0Cshould_flash\x18\x01 \x01(\x08\x12#\x0A\x0Bflash_color\x18\x02 \x01(\x0B2\x0E.rv.data.Color\x1A\x8E\x03\x0A\x0EVideoCountdown\x12+\x0A\x0Ctimer_format\x18\x01 \x01(\x0B2\x15.rv.data.Timer.Format\x12\x1B\x0A\x13timer_format_string\x18\x02 \x01(\x09\x12D\x0A\x0Ecolor_triggers\x18\x03 \x03(\x0B2,.rv.data.Slide.Element.DataLink.ColorTrigger\x12\x1D\x0A\x15ignore_looping_videos\x18\x04 \x01(\x08\x12c\x0A\x16video_countdown_source\x18\x05 \x01(\x0E2C.rv.data.Slide.Element.DataLink.VideoCountdown.VideoCountdownSource\"h\x0A\x14VideoCountdownSource\x12'\x0A#VIDEO_COUNTDOWN_SOURCE_PRESENTATION\x10\x00\x12'\x0A#VIDEO_COUNTDOWN_SOURCE_ANNOUNCEMENT\x10\x01\x1A\xBE\x01\x0A\x0EAudioCountdown\x12+\x0A\x0Ctimer_format\x18\x01 \x01(\x0B2\x15.rv.data.Timer.Format\x12\x1B\x0A\x13timer_format_string\x18\x02 \x01(\x09\x12D\x0A\x0Ecolor_triggers\x18\x03 \x03(\x0B2,.rv.data.Slide.Element.DataLink.ColorTrigger\x12\x1C\x0A\x14ignore_looping_audio\x18\x04 \x01(\x08\x1AQ\x0A\x09GroupName\x12D\x0A\x0BgroupSource\x18\x01 \x01(\x0E2/.rv.data.Slide.Element.DataLink.GroupSourceType\x1AR\x0A\x0AGroupColor\x12D\x0A\x0BgroupSource\x18\x01 \x01(\x0E2/.rv.data.Slide.Element.DataLink.GroupSourceType\x1A^\x0A\x0ESlideLabelText\x12L\x0A\x12slide_label_source\x18\x01 \x01(\x0E20.rv.data.Slide.Element.DataLink.SlideLabelSource\x1A_\x0A\x0FSlideLabelColor\x12L\x0A\x12slide_label_source\x18\x01 \x01(\x0E20.rv.data.Slide.Element.DataLink.SlideLabelSource\x1A\x13\x0A\x11PresentationNotes\x1A\xCE\x01\x0A\x0CPresentation\x12\\\x0A\x13presentation_source\x18\x01 \x01(\x0E2?.rv.data.Slide.Element.DataLink.Presentation.PresentationSource\"`\x0A\x12PresentationSource\x12\$\x0A PRESENTATION_SOURCE_PRESENTATION\x10\x00\x12\$\x0A PRESENTATION_SOURCE_ANNOUNCEMENT\x10\x01\x1A\xF6\x02\x0A\x0CPlaylistItem\x12_\x0A\x12playlistItemSource\x18\x01 \x01(\x0E2C.rv.data.Slide.Element.DataLink.PlaylistItem.PlaylistItemSourceType\x12\x17\x0A\x0FshowArrangement\x18\x02 \x01(\x08\"\xEB\x01\x0A\x16PlaylistItemSourceType\x12%\x0A!PLAYLIST_ITEM_SOURCE_TYPE_CURRENT\x10\x00\x12\"\x0A\x1EPLAYLIST_ITEM_SOURCE_TYPE_NEXT\x10\x01\x12,\x0A(PLAYLIST_ITEM_SOURCE_TYPE_CURRENT_HEADER\x10\x02\x12)\x0A%PLAYLIST_ITEM_SOURCE_TYPE_NEXT_HEADER\x10\x03\x12-\x0A)PLAYLIST_ITEM_SOURCE_TYPE_PARENT_PLAYLIST\x10\x04\x1A\x91\x02\x0A\x18AutoAdvanceTimeRemaining\x12g\x0A\x13auto_advance_source\x18\x01 \x01(\x0E2J.rv.data.Slide.Element.DataLink.AutoAdvanceTimeRemaining.AutoAdvanceSource\x12+\x0A\x0Ctimer_format\x18\x02 \x01(\x0B2\x15.rv.data.Timer.Format\"_\x0A\x11AutoAdvanceSource\x12\$\x0A AUTO_ADVANCE_SOURCE_PRESENTATION\x10\x00\x12\$\x0A AUTO_ADVANCE_SOURCE_ANNOUNCEMENT\x10\x01\x1A\x95\x02\x0A\x11CaptureStatusText\x12S\x0A\x0Bstatus_text\x18\x01 \x01(\x0B2<.rv.data.Slide.Element.DataLink.CaptureStatusText.StatusTextH\x00\x12U\x0A\x0Celapsed_time\x18\x02 \x01(\x0B2=.rv.data.Slide.Element.DataLink.CaptureStatusText.ElapsedTimeH\x00\x1A\x0C\x0A\x0AStatusText\x1A:\x0A\x0BElapsedTime\x12+\x0A\x0Ctimer_format\x18\x01 \x01(\x0B2\x15.rv.data.Timer.FormatB\x0A\x0A\x08TextType\x1A\x14\x0A\x12CaptureStatusColor\x1A\xF3\x01\x0A\x0ASlideCount\x12]\x0A\x14slideCountSourceType\x18\x01 \x01(\x0E2?.rv.data.Slide.Element.DataLink.SlideCount.SlideCountSourceType\"\x85\x01\x0A\x14SlideCountSourceType\x12#\x0A\x1FSLIDE_COUNT_SOURCE_TYPE_CURRENT\x10\x00\x12%\x0A!SLIDE_COUNT_SOURCE_TYPE_REMAINING\x10\x01\x12!\x0A\x1DSLIDE_COUNT_SOURCE_TYPE_TOTAL\x10\x02\x1A\xAA\x04\x0A\x18PlaybackMarkerIdentifier\x12Y\x0A\x0Bdestination\x18\x01 \x01(\x0E2D.rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifier.Destination\x12K\x0A\x04type\x18\x02 \x01(\x0E2=.rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifier.Type\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\"\xC4\x01\x0A\x04Type\x12\$\x0A PLAYBACK_MARKER_IDENTIFIER_FIRST\x10\x00\x12'\x0A#PLAYBACK_MARKER_IDENTIFIER_PREVIOUS\x10\x01\x12#\x0A\x1FPLAYBACK_MARKER_IDENTIFIER_NEXT\x10\x02\x12#\x0A\x1FPLAYBACK_MARKER_IDENTIFIER_LAST\x10\x03\x12#\x0A\x1FPLAYBACK_MARKER_IDENTIFIER_NAME\x10\x04\"\x90\x01\x0A\x0BDestination\x12,\x0A(PLAYBACK_MARKER_DESTINATION_PRESENTATION\x10\x00\x12,\x0A(PLAYBACK_MARKER_DESTINATION_ANNOUNCEMENT\x10\x01\x12%\x0A!PLAYBACK_MARKER_DESTINATION_AUDIO\x10\x02\x1A\xD8\x02\x0A\x12PlaybackMarkerText\x12L\x0A\x0Aidentifier\x18\x01 \x01(\x0B28.rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifier\x12\x1F\x0A\x17should_use_marker_color\x18\x04 \x01(\x08\x12G\x0A\x04name\x18\x02 \x01(\x0B27.rv.data.Slide.Element.DataLink.PlaybackMarkerText.NameH\x00\x12G\x0A\x04time\x18\x03 \x01(\x0B27.rv.data.Slide.Element.DataLink.PlaybackMarkerText.TimeH\x00\x1A\x06\x0A\x04Name\x1A-\x0A\x04Time\x12%\x0A\x06format\x18\x01 \x01(\x0B2\x15.rv.data.Timer.FormatB\x0A\x0A\x08TextType\x1A\x0F\x0A\x0DChordProChart\x1A\x0E\x0A\x0CTimecodeText\x1A\x10\x0A\x0ETimecodeStatus\"X\x0A\x0FSlideSourceType\x12#\x0A\x1FSLIDE_SOURCE_TYPE_CURRENT_SLIDE\x10\x00\x12 \x0A\x1CSLIDE_SOURCE_TYPE_NEXT_SLIDE\x10\x01\"z\x0A\x0FGroupSourceType\x12#\x0A\x1FGROUP_SOURCE_TYPE_CURRENT_SLIDE\x10\x00\x12 \x0A\x1CGROUP_SOURCE_TYPE_NEXT_SLIDE\x10\x01\x12 \x0A\x1CGROUP_SOURCE_TYPE_NEXT_GROUP\x10\x02\"[\x0A\x10SlideLabelSource\x12\$\x0A SLIDE_LABEL_SOURCE_CURRENT_SLIDE\x10\x00\x12!\x0A\x1DSLIDE_LABEL_SOURCE_NEXT_SLIDE\x10\x01B\x0E\x0A\x0CPropertyType\x1A\xD4\x02\x0A\x0CTextScroller\x12\x15\x0A\x0Dshould_scroll\x18\x01 \x01(\x08\x12\x13\x0A\x0Bscroll_rate\x18\x02 \x01(\x01\x12\x15\x0A\x0Dshould_repeat\x18\x03 \x01(\x08\x12\x17\x0A\x0Frepeat_distance\x18\x04 \x01(\x01\x12J\x0A\x13scrolling_direction\x18\x05 \x01(\x0E2-.rv.data.Slide.Element.TextScroller.Direction\x12\x19\x0A\x11starts_off_screen\x18\x06 \x01(\x08\x12\x11\x0A\x09fade_left\x18\x07 \x01(\x01\x12\x12\x0A\x0Afade_right\x18\x08 \x01(\x01\"Z\x0A\x09Direction\x12\x12\x0A\x0EDIRECTION_LEFT\x10\x00\x12\x13\x0A\x0FDIRECTION_RIGHT\x10\x01\x12\x10\x0A\x0CDIRECTION_UP\x10\x02\x12\x12\x0A\x0EDIRECTION_DOWN\x10\x03\"h\x0A\x0ETextRevealType\x12\x19\x0A\x15TEXT_REVEAL_TYPE_NONE\x10\x00\x12\x1B\x0A\x17TEXT_REVEAL_TYPE_BULLET\x10\x01\x12\x1E\x0A\x1ATEXT_REVEAL_TYPE_UNDERLINE\x10\x02\"f\x0A\x04Info\x12\x0D\x0A\x09INFO_NONE\x10\x00\x12\x1C\x0A\x18INFO_IS_TEMPLATE_ELEMENT\x10\x01\x12\x18\x0A\x14INFO_IS_TEXT_ELEMENT\x10\x02\x12\x17\x0A\x13INFO_IS_TEXT_TICKER\x10\x04B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xFCq\x0A\x0Bslide.proto\x12\x07rv.data\x1A\x0Bcolor.proto\x1A\x13customOptions.proto\x1A\x0Deffects.proto\x1A\x12graphicsData.proto\x1A\x0Ctimers.proto\x1A\x09url.proto\x1A\x0Auuid.proto\x1A\x0Emessages.proto\"\xABp\x0A\x05Slide\x12(\x0A\x08elements\x18\x01 \x03(\x0B2\x16.rv.data.Slide.Element\x12*\x0A\x13element_build_order\x18\x02 \x03(\x0B2\x0D.rv.data.UUID\x12+\x0A\x0Aguidelines\x18\x03 \x03(\x0B2\x17.rv.data.AlignmentGuide\x12\x1E\x0A\x16draws_background_color\x18\x04 \x01(\x08\x12(\x0A\x10background_color\x18\x05 \x01(\x0B2\x0E.rv.data.Color\x12\$\x0A\x04size\x18\x06 \x01(\x0B2\x16.rv.data.Graphics.Size\x12\x1B\x0A\x04uuid\x18\x07 \x01(\x0B2\x0D.rv.data.UUID\x1A\x91n\x0A\x07Element\x12*\x0A\x07element\x18\x01 \x01(\x0B2\x19.rv.data.Graphics.Element\x12.\x0A\x08build_in\x18\x02 \x01(\x0B2\x1C.rv.data.Slide.Element.Build\x12/\x0A\x09build_out\x18\x03 \x01(\x0B2\x1C.rv.data.Slide.Element.Build\x12\x0C\x0A\x04info\x18\x04 \x01(\x0D\x12:\x0A\x0Breveal_type\x18\x05 \x01(\x0E2%.rv.data.Slide.Element.TextRevealType\x123\x0A\x0Adata_links\x18\x06 \x03(\x0B2\x1F.rv.data.Slide.Element.DataLink\x126\x0A\x0BchildBuilds\x18\x07 \x03(\x0B2!.rv.data.Slide.Element.ChildBuild\x12\x19\x0A\x11reveal_from_index\x18\x08 \x01(\x0D\x12:\x0A\x0Dtext_scroller\x18\x09 \x01(\x0B2#.rv.data.Slide.Element.TextScroller\x1A\x9D\x02\x0A\x05Build\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\"\x0A\x0BelementUUID\x18\x02 \x01(\x0B2\x0D.rv.data.UUID\x121\x0A\x05start\x18\x03 \x01(\x0E2\".rv.data.Slide.Element.Build.Start\x12\x11\x0A\x09delayTime\x18\x04 \x01(\x01\x12'\x0A\x0Atransition\x18\x05 \x01(\x0B2\x13.rv.data.Transition\"d\x0A\x05Start\x12\x12\x0A\x0ESTART_ON_CLICK\x10\x00\x12\x17\x0A\x13START_WITH_PREVIOUS\x10\x01\x12\x18\x0A\x14START_AFTER_PREVIOUS\x10\x02\x12\x14\x0A\x10START_WITH_SLIDE\x10\x03\x1A~\x0A\x0AChildBuild\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x121\x0A\x05start\x18\x02 \x01(\x0E2\".rv.data.Slide.Element.Build.Start\x12\x11\x0A\x09delayTime\x18\x03 \x01(\x01\x12\x0D\x0A\x05index\x18\x04 \x01(\x0D\x1A\xA1c\x0A\x08DataLink\x128\x0A\x06ticker\x18\x01 \x01(\x0B2&.rv.data.Slide.Element.DataLink.TickerH\x00\x12N\x0A\x0Ealternate_text\x18\x02 \x01(\x0B24.rv.data.Slide.Element.DataLink.AlternateElementTextH\x00\x12?\x0A\x0Atimer_text\x18\x03 \x01(\x0B2).rv.data.Slide.Element.DataLink.TimerTextH\x00\x12?\x0A\x0Aclock_text\x18\x04 \x01(\x0B2).rv.data.Slide.Element.DataLink.ClockTextH\x00\x12A\x0A\x0Bchord_chart\x18\x05 \x01(\x0B2*.rv.data.Slide.Element.DataLink.ChordChartH\x00\x12E\x0A\x0Doutput_screen\x18\x06 \x01(\x0B2,.rv.data.Slide.Element.DataLink.OutputScreenH\x00\x12;\x0A\x08pco_live\x18\x07 \x01(\x0B2'.rv.data.Slide.Element.DataLink.PCOLiveH\x00\x12N\x0A\x0Ealternate_fill\x18\x08 \x01(\x0B24.rv.data.Slide.Element.DataLink.AlternateElementFillH\x00\x12I\x0A\x0Fvisibility_link\x18\x09 \x01(\x0B2..rv.data.Slide.Element.DataLink.VisibilityLinkH\x00\x12?\x0A\x0Aslide_text\x18\x0A \x01(\x0B2).rv.data.Slide.Element.DataLink.SlideTextH\x00\x12E\x0A\x0Dstage_message\x18\x0B \x01(\x0B2,.rv.data.Slide.Element.DataLink.StageMessageH\x00\x12I\x0A\x0Fvideo_countdown\x18\x0C \x01(\x0B2..rv.data.Slide.Element.DataLink.VideoCountdownH\x00\x12A\x0A\x0Bslide_image\x18\x0D \x01(\x0B2*.rv.data.Slide.Element.DataLink.SlideImageH\x00\x12=\x0A\x09ccli_text\x18\x0E \x01(\x0B2(.rv.data.Slide.Element.DataLink.CCLITextH\x00\x12?\x0A\x0Agroup_name\x18\x0F \x01(\x0B2).rv.data.Slide.Element.DataLink.GroupNameH\x00\x12A\x0A\x0Bgroup_color\x18\x10 \x01(\x0B2*.rv.data.Slide.Element.DataLink.GroupColorH\x00\x12O\x0A\x12presentation_notes\x18\x11 \x01(\x0B21.rv.data.Slide.Element.DataLink.PresentationNotesH\x00\x12E\x0A\x0Dplaylist_item\x18\x12 \x01(\x0B2,.rv.data.Slide.Element.DataLink.PlaylistItemH\x00\x12_\x0A\x1Bauto_advance_time_remaining\x18\x13 \x01(\x0B28.rv.data.Slide.Element.DataLink.AutoAdvanceTimeRemainingH\x00\x12P\x0A\x13capture_status_text\x18\x14 \x01(\x0B21.rv.data.Slide.Element.DataLink.CaptureStatusTextH\x00\x12R\x0A\x14capture_status_color\x18\x15 \x01(\x0B22.rv.data.Slide.Element.DataLink.CaptureStatusColorH\x00\x12A\x0A\x0Bslide_count\x18\x16 \x01(\x0B2*.rv.data.Slide.Element.DataLink.SlideCountH\x00\x12I\x0A\x0Faudio_countdown\x18\x17 \x01(\x0B2..rv.data.Slide.Element.DataLink.AudioCountdownH\x00\x12D\x0A\x0Cpresentation\x18\x18 \x01(\x0B2,.rv.data.Slide.Element.DataLink.PresentationH\x00\x12J\x0A\x10slide_Label_Text\x18\x19 \x01(\x0B2..rv.data.Slide.Element.DataLink.SlideLabelTextH\x00\x12L\x0A\x11slide_Label_Color\x18\x1A \x01(\x0B2/.rv.data.Slide.Element.DataLink.SlideLabelColorH\x00\x12;\x0A\x08rss_feed\x18\x1B \x01(\x0B2'.rv.data.Slide.Element.DataLink.RSSFeedH\x00\x12=\x0A\x09file_feed\x18\x1C \x01(\x0B2(.rv.data.Slide.Element.DataLink.FileFeedH\x00\x12H\x0A\x0Fchord_pro_chart\x18\x1D \x01(\x0B2-.rv.data.Slide.Element.DataLink.ChordProChartH\x00\x12R\x0A\x14playback_marker_text\x18\x1E \x01(\x0B22.rv.data.Slide.Element.DataLink.PlaybackMarkerTextH\x00\x12Y\x0A\x15playback_marker_color\x18 \x01(\x0B28.rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifierH\x00\x12E\x0A\x0Dtimecode_text\x18! \x01(\x0B2,.rv.data.Slide.Element.DataLink.TimecodeTextH\x00\x12I\x0A\x0Ftimecode_status\x18\" \x01(\x0B2..rv.data.Slide.Element.DataLink.TimecodeStatusH\x00\x12(\x0A\x0Cmessage_text\x18# \x01(\x0B2\x10.rv.data.MessageH\x00\x12F\x0A\x0Ekey_value_text\x18\$ \x01(\x0B2,.rv.data.Slide.Element.DataLink.KeyValueTextH\x00\x12F\x0A\x0Ekey_value_fill\x18% \x01(\x0B2,.rv.data.Slide.Element.DataLink.KeyValueFillH\x00\x124\x0A\x04zone\x18& \x01(\x0B2\$.rv.data.Slide.Element.DataLink.ZoneH\x00\x1A\xD6\x01\x0A\x07RSSFeed\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x12D\x0A\x07content\x18\x02 \x01(\x0E23.rv.data.Slide.Element.DataLink.RSSFeed.ContentType\x12\x16\x0A\x0Etext_delimiter\x18\x03 \x01(\x09\"R\x0A\x0BContentType\x12\x1B\x0A\x17CONTENT_TYPE_TITLE_ONLY\x10\x00\x12&\x0A\"CONTENT_TYPE_TITLE_AND_DESCRIPTION\x10\x01\x1A%\x0A\x08FileFeed\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x1A\xC3\x04\x0A\x06Ticker\x12\x11\x0A\x09play_rate\x18\x04 \x01(\x01\x12\x13\x0A\x0Bshould_loop\x18\x05 \x01(\x08\x12\x12\x0A\x0Aloop_delay\x18\x06 \x01(\x01\x12\x16\x0A\x0Etext_delimiter\x18\x07 \x01(\x09\x12D\x0A\x09text_type\x18\x01 \x01(\x0B2/.rv.data.Slide.Element.DataLink.Ticker.TextTypeH\x00\x12B\x0A\x08rss_type\x18\x02 \x01(\x0B2..rv.data.Slide.Element.DataLink.Ticker.RSSTypeH\x00\x12D\x0A\x09file_type\x18\x03 \x01(\x0B2/.rv.data.Slide.Element.DataLink.Ticker.FileTypeH\x00\x1A\x18\x0A\x08TextType\x12\x0C\x0A\x04text\x18\x01 \x01(\x09\x1A\xC5\x01\x0A\x07RSSType\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URL\x12K\x0A\x07content\x18\x02 \x01(\x0E2:.rv.data.Slide.Element.DataLink.Ticker.RSSType.ContentType\"R\x0A\x0BContentType\x12\x1B\x0A\x17CONTENT_TYPE_TITLE_ONLY\x10\x00\x12&\x0A\"CONTENT_TYPE_TITLE_AND_DESCRIPTION\x10\x01\x1A%\x0A\x08FileType\x12\x19\x0A\x03url\x18\x01 \x01(\x0B2\x0C.rv.data.URLB\x0C\x0A\x0ASourceType\x1A\xA5\x03\x0A\x14AlternateElementText\x12)\x0A\x12other_element_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1A\x0A\x12other_element_name\x18\x02 \x01(\x09\x12\x1E\x0A\x16text_transform_options\x18\x03 \x01(\x0D\x12`\x0A\x0Etext_transform\x18\x04 \x01(\x0E2H.rv.data.Slide.Element.DataLink.AlternateElementText.TextTransformOption\"\xC3\x01\x0A\x13TextTransformOption\x12\x1E\x0A\x1ATEXT_TRANSFORM_OPTION_NONE\x10\x00\x12-\x0A)TEXT_TRANSFORM_OPTION_REMOVE_LINE_RETURNS\x10\x01\x12+\x0A'TEXT_TRANSFORM_OPTION_ONE_WORD_PER_LINE\x10\x02\x120\x0A,TEXT_TRANSFORM_OPTION_ONE_CHARACTER_PER_LINE\x10\x03\x1A\x0A\x0A\x08CCLIText\x1A;\x0A\x0CColorTrigger\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x12\x1D\x0A\x05color\x18\x02 \x01(\x0B2\x0E.rv.data.Color\x1A\xD2\x01\x0A\x09TimerText\x12!\x0A\x0Atimer_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Atimer_name\x18\x02 \x01(\x09\x12+\x0A\x0Ctimer_format\x18\x03 \x01(\x0B2\x15.rv.data.Timer.Format\x12\x1B\x0A\x13timer_format_string\x18\x04 \x01(\x09\x12D\x0A\x0Ecolor_triggers\x18\x05 \x03(\x0B2,.rv.data.Slide.Element.DataLink.ColorTrigger\x1Aa\x0A\x09ClockText\x12\x1B\x0A\x13clock_format_string\x18\x01 \x01(\x09\x12%\x0A\x06format\x18\x05 \x01(\x0B2\x15.rv.data.Clock.FormatJ\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05\x1A\x0C\x0A\x0AChordChart\x1AE\x0A\x0COutputScreen\x12 \x0A\x09screen_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x13\x0A\x0Bscreen_name\x18\x02 \x01(\x09\x1A\xDA\x02\x0A\x07PCOLive\x12<\x0A\x05theme\x18\x02 \x01(\x0E2-.rv.data.Slide.Element.DataLink.PCOLive.Theme\x12M\x0A\x0Ecountdown_type\x18\x03 \x01(\x0E25.rv.data.Slide.Element.DataLink.PCOLive.CountdownType\"8\x0A\x05Theme\x12\x17\x0A\x13PCOLIVE_THEME_LIGHT\x10\x00\x12\x16\x0A\x12PCOLIVE_THEME_DARK\x10\x01\"\x81\x01\x0A\x0DCountdownType\x12#\x0A\x1FCOUNTDOWN_TYPE_FULL_ITEM_LENGTH\x10\x00\x12#\x0A\x1FCOUNTDOWN_TYPE_END_ITEM_ON_TIME\x10\x01\x12&\x0A\"COUNTDOWN_TYPE_END_SERVICE_ON_TIME\x10\x02J\x04\x08\x01\x10\x02\x1A]\x0A\x14AlternateElementFill\x12)\x0A\x12other_element_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1A\x0A\x12other_element_name\x18\x02 \x01(\x09\x1A\xA8\x1B\x0A\x0EVisibilityLink\x12`\x0A\x14visibility_criterion\x18\x01 \x01(\x0E2B.rv.data.Slide.Element.DataLink.VisibilityLink.VisibilityCriterion\x12L\x0A\x0Aconditions\x18\x02 \x03(\x0B28.rv.data.Slide.Element.DataLink.VisibilityLink.Condition\x1A\xF3\x18\x0A\x09Condition\x12h\x0A\x12element_visibility\x18\x01 \x01(\x0B2J.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.ElementVisibilityH\x00\x12d\x0A\x10timer_visibility\x18\x02 \x01(\x0B2H.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.TimerVisibilityH\x00\x12w\x0A\x1Avideo_countdown_visibility\x18\x03 \x01(\x0B2Q.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.VideoCountdownVisibilityH\x00\x12w\x0A\x1Acapture_session_visibility\x18\x04 \x01(\x0B2Q.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.CaptureSessionVisibilityH\x00\x12o\x0A\x16video_input_visibility\x18\x05 \x01(\x0B2M.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.VideoInputVisibilityH\x00\x12w\x0A\x1Aaudio_countdown_visibility\x18\x06 \x01(\x0B2Q.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.AudioCountdownVisibilityH\x00\x1A\xD7\x02\x0A\x11ElementVisibility\x12)\x0A\x12other_element_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1A\x0A\x12other_element_name\x18\x02 \x01(\x09\x12\x83\x01\x0A\x14visibility_criterion\x18\x03 \x01(\x0E2e.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.ElementVisibility.ElementVisibilityCriterion\"u\x0A\x1AElementVisibilityCriterion\x12)\x0A%ELEMENT_VISIBILITY_CRITERION_HAS_TEXT\x10\x00\x12,\x0A(ELEMENT_VISIBILITY_CRITERION_HAS_NO_TEXT\x10\x01\x1A\x9C\x03\x0A\x0FTimerVisibility\x12!\x0A\x0Atimer_uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Atimer_name\x18\x02 \x01(\x09\x12\x7F\x0A\x14visibility_criterion\x18\x03 \x01(\x0E2a.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.TimerVisibility.TimerVisibilityCriterion\"\xD0\x01\x0A\x18TimerVisibilityCriterion\x121\x0A-TIMER_VISIBILITY_CRITERION_HAS_TIME_REMAINING\x10\x00\x12*\x0A&TIMER_VISIBILITY_CRITERION_HAS_EXPIRED\x10\x01\x12)\x0A%TIMER_VISIBILITY_CRITERION_IS_RUNNING\x10\x02\x12*\x0A&TIMER_VISIBILITY_CRITERION_NOT_RUNNING\x10\x03\x1A\x9A\x04\x0A\x18VideoCountdownVisibility\x12\x91\x01\x0A\x14visibility_criterion\x18\x01 \x01(\x0E2s.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.VideoCountdownVisibility.VideoCountdownVisibilityCriterion\"\xE9\x02\x0A!VideoCountdownVisibilityCriterion\x12;\x0A7VIDEO_COUNTDOWN_VISIBILITY_CRITERION_HAS_TIME_REMAINING\x10\x00\x124\x0A0VIDEO_COUNTDOWN_VISIBILITY_CRITERION_HAS_EXPIRED\x10\x01\x123\x0A/VIDEO_COUNTDOWN_VISIBILITY_CRITERION_IS_RUNNING\x10\x02\x124\x0A0VIDEO_COUNTDOWN_VISIBILITY_CRITERION_NOT_RUNNING\x10\x03\x120\x0A,VIDEO_COUNTDOWN_VISIBILITY_CRITERION_LOOPING\x10\x04\x124\x0A0VIDEO_COUNTDOWN_VISIBILITY_CRITERION_NOT_LOOPING\x10\x05\x1A\x9A\x04\x0A\x18AudioCountdownVisibility\x12\x91\x01\x0A\x14visibility_criterion\x18\x01 \x01(\x0E2s.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.AudioCountdownVisibility.AudioCountdownVisibilityCriterion\"\xE9\x02\x0A!AudioCountdownVisibilityCriterion\x12;\x0A7AUDIO_COUNTDOWN_VISIBILITY_CRITERION_HAS_TIME_REMAINING\x10\x00\x124\x0A0AUDIO_COUNTDOWN_VISIBILITY_CRITERION_HAS_EXPIRED\x10\x01\x123\x0A/AUDIO_COUNTDOWN_VISIBILITY_CRITERION_IS_RUNNING\x10\x02\x124\x0A0AUDIO_COUNTDOWN_VISIBILITY_CRITERION_NOT_RUNNING\x10\x03\x120\x0A,AUDIO_COUNTDOWN_VISIBILITY_CRITERION_LOOPING\x10\x04\x124\x0A0AUDIO_COUNTDOWN_VISIBILITY_CRITERION_NOT_LOOPING\x10\x05\x1A\xB8\x02\x0A\x18CaptureSessionVisibility\x12\x91\x01\x0A\x14visibility_criterion\x18\x01 \x01(\x0E2s.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.CaptureSessionVisibility.CaptureSessionVisibilityCriterion\"\x87\x01\x0A!CaptureSessionVisibilityCriterion\x12/\x0A+CAPTURE_SESSION_VISIBILITY_CRITERION_ACTIVE\x10\x00\x121\x0A-CAPTURE_SESSION_VISIBILITY_CRITERION_INACTIVE\x10\x01\x1A\xBA\x02\x0A\x14VideoInputVisibility\x12\x19\x0A\x11video_input_index\x18\x01 \x01(\x05\x12\x89\x01\x0A\x14visibility_criterion\x18\x02 \x01(\x0E2k.rv.data.Slide.Element.DataLink.VisibilityLink.Condition.VideoInputVisibility.VideoInputVisibilityCriterion\"{\x0A\x1DVideoInputVisibilityCriterion\x12+\x0A'VIDEO_INPUT_VISIBILITY_CRITERION_ACTIVE\x10\x00\x12-\x0A)VIDEO_INPUT_VISIBILITY_CRITERION_INACTIVE\x10\x01B\x0F\x0A\x0DConditionType\"p\x0A\x13VisibilityCriterion\x12\x1C\x0A\x18VISIBILITY_CRITERION_ALL\x10\x00\x12\x1C\x0A\x18VISIBILITY_CRITERION_ANY\x10\x01\x12\x1D\x0A\x19VISIBILITY_CRITERION_NONE\x10\x02\x1A\xC2\x03\x0A\x09SlideText\x12E\x0A\x0Csource_slide\x18\x01 \x01(\x0E2/.rv.data.Slide.Element.DataLink.SlideSourceType\x12Q\x0A\x0Dsource_option\x18\x02 \x01(\x0E2:.rv.data.Slide.Element.DataLink.SlideText.TextSourceOption\x12\x1D\x0A\x15preserve_notes_format\x18\x03 \x01(\x08\x12\x15\x0A\x0Dname_to_match\x18\x04 \x01(\x09\x12h\x0A\x16element_text_transform\x18\x05 \x01(\x0E2H.rv.data.Slide.Element.DataLink.AlternateElementText.TextTransformOption\"{\x0A\x10TextSourceOption\x12\x1B\x0A\x17TEXT_SOURCE_OPTION_TEXT\x10\x00\x12\x1C\x0A\x18TEXT_SOURCE_OPTION_NOTES\x10\x01\x12,\x0A(TEXT_SOURCE_OPTION_ELEMENT_MATCHING_NAME\x10\x02\x1AS\x0A\x0ASlideImage\x12E\x0A\x0Csource_slide\x18\x01 \x01(\x0E2/.rv.data.Slide.Element.DataLink.SlideSourceType\x1AI\x0A\x0CStageMessage\x12\x14\x0A\x0Cshould_flash\x18\x01 \x01(\x08\x12#\x0A\x0Bflash_color\x18\x02 \x01(\x0B2\x0E.rv.data.Color\x1A\x8E\x03\x0A\x0EVideoCountdown\x12+\x0A\x0Ctimer_format\x18\x01 \x01(\x0B2\x15.rv.data.Timer.Format\x12\x1B\x0A\x13timer_format_string\x18\x02 \x01(\x09\x12D\x0A\x0Ecolor_triggers\x18\x03 \x03(\x0B2,.rv.data.Slide.Element.DataLink.ColorTrigger\x12\x1D\x0A\x15ignore_looping_videos\x18\x04 \x01(\x08\x12c\x0A\x16video_countdown_source\x18\x05 \x01(\x0E2C.rv.data.Slide.Element.DataLink.VideoCountdown.VideoCountdownSource\"h\x0A\x14VideoCountdownSource\x12'\x0A#VIDEO_COUNTDOWN_SOURCE_PRESENTATION\x10\x00\x12'\x0A#VIDEO_COUNTDOWN_SOURCE_ANNOUNCEMENT\x10\x01\x1A\xBE\x01\x0A\x0EAudioCountdown\x12+\x0A\x0Ctimer_format\x18\x01 \x01(\x0B2\x15.rv.data.Timer.Format\x12\x1B\x0A\x13timer_format_string\x18\x02 \x01(\x09\x12D\x0A\x0Ecolor_triggers\x18\x03 \x03(\x0B2,.rv.data.Slide.Element.DataLink.ColorTrigger\x12\x1C\x0A\x14ignore_looping_audio\x18\x04 \x01(\x08\x1AQ\x0A\x09GroupName\x12D\x0A\x0BgroupSource\x18\x01 \x01(\x0E2/.rv.data.Slide.Element.DataLink.GroupSourceType\x1AR\x0A\x0AGroupColor\x12D\x0A\x0BgroupSource\x18\x01 \x01(\x0E2/.rv.data.Slide.Element.DataLink.GroupSourceType\x1A^\x0A\x0ESlideLabelText\x12L\x0A\x12slide_label_source\x18\x01 \x01(\x0E20.rv.data.Slide.Element.DataLink.SlideLabelSource\x1A_\x0A\x0FSlideLabelColor\x12L\x0A\x12slide_label_source\x18\x01 \x01(\x0E20.rv.data.Slide.Element.DataLink.SlideLabelSource\x1A\x13\x0A\x11PresentationNotes\x1A\xCE\x01\x0A\x0CPresentation\x12\\\x0A\x13presentation_source\x18\x01 \x01(\x0E2?.rv.data.Slide.Element.DataLink.Presentation.PresentationSource\"`\x0A\x12PresentationSource\x12\$\x0A PRESENTATION_SOURCE_PRESENTATION\x10\x00\x12\$\x0A PRESENTATION_SOURCE_ANNOUNCEMENT\x10\x01\x1A\xF6\x02\x0A\x0CPlaylistItem\x12_\x0A\x12playlistItemSource\x18\x01 \x01(\x0E2C.rv.data.Slide.Element.DataLink.PlaylistItem.PlaylistItemSourceType\x12\x17\x0A\x0FshowArrangement\x18\x02 \x01(\x08\"\xEB\x01\x0A\x16PlaylistItemSourceType\x12%\x0A!PLAYLIST_ITEM_SOURCE_TYPE_CURRENT\x10\x00\x12\"\x0A\x1EPLAYLIST_ITEM_SOURCE_TYPE_NEXT\x10\x01\x12,\x0A(PLAYLIST_ITEM_SOURCE_TYPE_CURRENT_HEADER\x10\x02\x12)\x0A%PLAYLIST_ITEM_SOURCE_TYPE_NEXT_HEADER\x10\x03\x12-\x0A)PLAYLIST_ITEM_SOURCE_TYPE_PARENT_PLAYLIST\x10\x04\x1A\x91\x02\x0A\x18AutoAdvanceTimeRemaining\x12g\x0A\x13auto_advance_source\x18\x01 \x01(\x0E2J.rv.data.Slide.Element.DataLink.AutoAdvanceTimeRemaining.AutoAdvanceSource\x12+\x0A\x0Ctimer_format\x18\x02 \x01(\x0B2\x15.rv.data.Timer.Format\"_\x0A\x11AutoAdvanceSource\x12\$\x0A AUTO_ADVANCE_SOURCE_PRESENTATION\x10\x00\x12\$\x0A AUTO_ADVANCE_SOURCE_ANNOUNCEMENT\x10\x01\x1A\x95\x02\x0A\x11CaptureStatusText\x12S\x0A\x0Bstatus_text\x18\x01 \x01(\x0B2<.rv.data.Slide.Element.DataLink.CaptureStatusText.StatusTextH\x00\x12U\x0A\x0Celapsed_time\x18\x02 \x01(\x0B2=.rv.data.Slide.Element.DataLink.CaptureStatusText.ElapsedTimeH\x00\x1A\x0C\x0A\x0AStatusText\x1A:\x0A\x0BElapsedTime\x12+\x0A\x0Ctimer_format\x18\x01 \x01(\x0B2\x15.rv.data.Timer.FormatB\x0A\x0A\x08TextType\x1A\x14\x0A\x12CaptureStatusColor\x1A\xF3\x01\x0A\x0ASlideCount\x12]\x0A\x14slideCountSourceType\x18\x01 \x01(\x0E2?.rv.data.Slide.Element.DataLink.SlideCount.SlideCountSourceType\"\x85\x01\x0A\x14SlideCountSourceType\x12#\x0A\x1FSLIDE_COUNT_SOURCE_TYPE_CURRENT\x10\x00\x12%\x0A!SLIDE_COUNT_SOURCE_TYPE_REMAINING\x10\x01\x12!\x0A\x1DSLIDE_COUNT_SOURCE_TYPE_TOTAL\x10\x02\x1A\xAA\x04\x0A\x18PlaybackMarkerIdentifier\x12Y\x0A\x0Bdestination\x18\x01 \x01(\x0E2D.rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifier.Destination\x12K\x0A\x04type\x18\x02 \x01(\x0E2=.rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifier.Type\x12\x0C\x0A\x04name\x18\x03 \x01(\x09\"\xC4\x01\x0A\x04Type\x12\$\x0A PLAYBACK_MARKER_IDENTIFIER_FIRST\x10\x00\x12'\x0A#PLAYBACK_MARKER_IDENTIFIER_PREVIOUS\x10\x01\x12#\x0A\x1FPLAYBACK_MARKER_IDENTIFIER_NEXT\x10\x02\x12#\x0A\x1FPLAYBACK_MARKER_IDENTIFIER_LAST\x10\x03\x12#\x0A\x1FPLAYBACK_MARKER_IDENTIFIER_NAME\x10\x04\"\x90\x01\x0A\x0BDestination\x12,\x0A(PLAYBACK_MARKER_DESTINATION_PRESENTATION\x10\x00\x12,\x0A(PLAYBACK_MARKER_DESTINATION_ANNOUNCEMENT\x10\x01\x12%\x0A!PLAYBACK_MARKER_DESTINATION_AUDIO\x10\x02\x1A\xD8\x02\x0A\x12PlaybackMarkerText\x12L\x0A\x0Aidentifier\x18\x01 \x01(\x0B28.rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifier\x12\x1F\x0A\x17should_use_marker_color\x18\x04 \x01(\x08\x12G\x0A\x04name\x18\x02 \x01(\x0B27.rv.data.Slide.Element.DataLink.PlaybackMarkerText.NameH\x00\x12G\x0A\x04time\x18\x03 \x01(\x0B27.rv.data.Slide.Element.DataLink.PlaybackMarkerText.TimeH\x00\x1A\x06\x0A\x04Name\x1A-\x0A\x04Time\x12%\x0A\x06format\x18\x01 \x01(\x0B2\x15.rv.data.Timer.FormatB\x0A\x0A\x08TextType\x1A\x0F\x0A\x0DChordProChart\x1A\x0E\x0A\x0CTimecodeText\x1A\x10\x0A\x0ETimecodeStatus\x1A\x1B\x0A\x0CKeyValueText\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x1A\x1B\x0A\x0CKeyValueFill\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x1A1\x0A\x04Zone\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\"X\x0A\x0FSlideSourceType\x12#\x0A\x1FSLIDE_SOURCE_TYPE_CURRENT_SLIDE\x10\x00\x12 \x0A\x1CSLIDE_SOURCE_TYPE_NEXT_SLIDE\x10\x01\"z\x0A\x0FGroupSourceType\x12#\x0A\x1FGROUP_SOURCE_TYPE_CURRENT_SLIDE\x10\x00\x12 \x0A\x1CGROUP_SOURCE_TYPE_NEXT_SLIDE\x10\x01\x12 \x0A\x1CGROUP_SOURCE_TYPE_NEXT_GROUP\x10\x02\"[\x0A\x10SlideLabelSource\x12\$\x0A SLIDE_LABEL_SOURCE_CURRENT_SLIDE\x10\x00\x12!\x0A\x1DSLIDE_LABEL_SOURCE_NEXT_SLIDE\x10\x01B\x0E\x0A\x0CPropertyType\x1A\xD4\x02\x0A\x0CTextScroller\x12\x15\x0A\x0Dshould_scroll\x18\x01 \x01(\x08\x12\x13\x0A\x0Bscroll_rate\x18\x02 \x01(\x01\x12\x15\x0A\x0Dshould_repeat\x18\x03 \x01(\x08\x12\x17\x0A\x0Frepeat_distance\x18\x04 \x01(\x01\x12J\x0A\x13scrolling_direction\x18\x05 \x01(\x0E2-.rv.data.Slide.Element.TextScroller.Direction\x12\x19\x0A\x11starts_off_screen\x18\x06 \x01(\x08\x12\x11\x0A\x09fade_left\x18\x07 \x01(\x01\x12\x12\x0A\x0Afade_right\x18\x08 \x01(\x01\"Z\x0A\x09Direction\x12\x12\x0A\x0EDIRECTION_LEFT\x10\x00\x12\x13\x0A\x0FDIRECTION_RIGHT\x10\x01\x12\x10\x0A\x0CDIRECTION_UP\x10\x02\x12\x12\x0A\x0EDIRECTION_DOWN\x10\x03\"h\x0A\x0ETextRevealType\x12\x19\x0A\x15TEXT_REVEAL_TYPE_NONE\x10\x00\x12\x1B\x0A\x17TEXT_REVEAL_TYPE_BULLET\x10\x01\x12\x1E\x0A\x1ATEXT_REVEAL_TYPE_UNDERLINE\x10\x02\"f\x0A\x04Info\x12\x0D\x0A\x09INFO_NONE\x10\x00\x12\x1C\x0A\x18INFO_IS_TEMPLATE_ELEMENT\x10\x01\x12\x18\x0A\x14INFO_IS_TEXT_ELEMENT\x10\x02\x12\x17\x0A\x13INFO_IS_TEXT_TICKER\x10\x04B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/TemplateIdentification.php b/generated/GPBMetadata/TemplateIdentification.php index f4b5273..81c60ca 100644 --- a/generated/GPBMetadata/TemplateIdentification.php +++ b/generated/GPBMetadata/TemplateIdentification.php @@ -15,9 +15,10 @@ class TemplateIdentification if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xF7\x01\x0A\x1CtemplateIdentification.proto\x12\x07rv.data\"\x8F\x01\x0A\x16TemplateIdentification\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12!\x0A\x0Aslide_uuid\x18\x03 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Aslide_name\x18\x04 \x01(\x09\x12\x13\x0A\x0Bslide_index\x18\x05 \x01(\x0DB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\x83\x02\x0A\x1CtemplateIdentification.proto\x12\x07rv.data\x1A\x0Auuid.proto\"\x8F\x01\x0A\x16TemplateIdentification\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12!\x0A\x0Aslide_uuid\x18\x03 \x01(\x0B2\x0D.rv.data.UUID\x12\x12\x0A\x0Aslide_name\x18\x04 \x01(\x09\x12\x13\x0A\x0Bslide_index\x18\x05 \x01(\x0DB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/TestPattern.php b/generated/GPBMetadata/TestPattern.php index 1d15153..8db017a 100644 --- a/generated/GPBMetadata/TestPattern.php +++ b/generated/GPBMetadata/TestPattern.php @@ -16,11 +16,12 @@ class TestPattern return; } \GPBMetadata\Color::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Font::initOnce(); \GPBMetadata\Uuid::initOnce(); \GPBMetadata\Url::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xF0%\x0A\x11testPattern.proto\x12\x07rv.data\x1A\x0Afont.proto\x1A\x0Auuid.proto\x1A\x09url.proto\"\x90\x05\x0A\x0BTestPattern\x12'\x0A\x04type\x18\x01 \x01(\x0E2\x19.rv.data.TestPattern.Type\x124\x0A\x0Ablend_grid\x18\x02 \x01(\x0B2\x1E.rv.data.TestPattern.BlendGridH\x00\x128\x0A\x0Ccustom_color\x18\x03 \x01(\x0B2 .rv.data.TestPattern.CustomColorH\x00\x128\x0A\x09intensity\x18\x04 \x01(\x0B2#.rv.data.TestPattern.IntensityColorH\x00\x1Au\x0A\x09BlendGrid\x12\x11\x0A\x09draw_grid\x18\x01 \x01(\x08\x12\x14\x0A\x0Cdraw_circles\x18\x02 \x01(\x08\x12\x12\x0A\x0Adraw_lines\x18\x03 \x01(\x08\x12\x15\x0A\x0Dinvert_colors\x18\x04 \x01(\x08\x12\x14\x0A\x0Cgrid_spacing\x18\x05 \x01(\x01\x1A,\x0A\x0BCustomColor\x12\x1D\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x1A#\x0A\x0EIntensityColor\x12\x11\x0A\x09intensity\x18\x01 \x01(\x01\"\xCE\x01\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x13\x0A\x0FTYPE_BLEND_GRID\x10\x01\x12\x13\x0A\x0FTYPE_COLOR_BARS\x10\x02\x12\x0E\x0A\x0ATYPE_FOCUS\x10\x03\x12\x13\x0A\x0FTYPE_GRAY_SCALE\x10\x04\x12\x14\x0A\x10TYPE_BLACK_COLOR\x10\x05\x12\x14\x0A\x10TYPE_WHITE_COLOR\x10\x06\x12\x15\x0A\x11TYPE_CUSTOM_COLOR\x10\x07\x12\x0D\x0A\x09TYPE_TEXT\x10\x08\x12\x13\x0A\x0FTYPE_VIDEO_SYNC\x10\x09B\x13\x0A\x11PatternProperties\"\xCA\x0B\x0A\x15TestPatternDefinition\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1D\x0A\x15name_localization_key\x18\x02 \x01(\x09\x12;\x0A\x0Aproperties\x18\x03 \x03(\x0B2'.rv.data.TestPatternDefinition.Property\x12\x1B\x0A\x13show_delay_settings\x18\x04 \x01(\x08\x12\x12\x0A\x0Ais_default\x18\x05 \x01(\x08\x1Ak\x0A\x0DColorProperty\x12\x1D\x0A\x05value\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x12\x13\x0A\x0Ballow_alpha\x18\x02 \x01(\x08\x12&\x0A\x0Edefault_colors\x18\x03 \x03(\x0B2\x0E.rv.data.Color\x1A\xF5\x01\x0A\x0EDoubleProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x01\x12\x0B\x0A\x03min\x18\x02 \x01(\x01\x12\x0B\x0A\x03max\x18\x03 \x01(\x01\x12\x0C\x0A\x04step\x18\x04 \x01(\x01\x12\x0D\x0A\x05units\x18\x05 \x01(\x09\x12H\x0A\x08viewType\x18\x06 \x01(\x0E26.rv.data.TestPatternDefinition.DoubleProperty.ViewType\"S\x0A\x08ViewType\x12\x15\x0A\x11VIEW_TYPE_STEPPER\x10\x00\x12\x14\x0A\x10VIEW_TYPE_SLIDER\x10\x01\x12\x1A\x0A\x16VIEW_TYPE_SPEED_SLIDER\x10\x02\x1AE\x0A\x0BIntProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x05\x12\x0B\x0A\x03min\x18\x02 \x01(\x05\x12\x0B\x0A\x03max\x18\x03 \x01(\x05\x12\x0D\x0A\x05units\x18\x05 \x01(\x09\x1Ad\x0A\x0CBoolProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x08\x12E\x0A\x14dependent_properties\x18\x02 \x03(\x0B2'.rv.data.TestPatternDefinition.Property\x1AE\x0A\x0EStringProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x09\x12\x11\x0A\x09min_chars\x18\x02 \x01(\x05\x12\x11\x0A\x09max_chars\x18\x03 \x01(\x05\x1A+\x0A\x0CFontProperty\x12\x1B\x0A\x04font\x18\x01 \x01(\x0B2\x0D.rv.data.Font\x1AK\x0A\x10SelectorProperty\x12\x16\x0A\x0Eselected_index\x18\x01 \x01(\x05\x12\x1F\x0A\x17value_localization_keys\x18\x02 \x03(\x09\x1A\xB3\x04\x0A\x08Property\x12\x1D\x0A\x15name_localization_key\x18\x01 \x01(\x09\x12F\x0A\x0Ecolor_property\x18\x03 \x01(\x0B2,.rv.data.TestPatternDefinition.ColorPropertyH\x00\x12H\x0A\x0Fdouble_property\x18\x04 \x01(\x0B2-.rv.data.TestPatternDefinition.DoublePropertyH\x00\x12B\x0A\x0Cint_property\x18\x05 \x01(\x0B2*.rv.data.TestPatternDefinition.IntPropertyH\x00\x12D\x0A\x0Dbool_property\x18\x06 \x01(\x0B2+.rv.data.TestPatternDefinition.BoolPropertyH\x00\x12H\x0A\x0Fstring_property\x18\x07 \x01(\x0B2-.rv.data.TestPatternDefinition.StringPropertyH\x00\x12D\x0A\x0Dfont_property\x18\x08 \x01(\x0B2+.rv.data.TestPatternDefinition.FontPropertyH\x00\x12L\x0A\x11selector_property\x18\x09 \x01(\x0B2/.rv.data.TestPatternDefinition.SelectorPropertyH\x00B\x0E\x0A\x0CPropertyType\"\x80\x03\x0A\x19TestPatternRenderSettings\x12/\x0A\x07pattern\x18\x01 \x01(\x0B2\x1E.rv.data.TestPatternDefinition\x12\x13\x0A\x0Bscreen_name\x18\x03 \x01(\x09\x12:\x0A\x07outputs\x18\x04 \x03(\x0B2).rv.data.TestPatternRenderSettings.Output\x12\$\x0A\x09logo_type\x18\x05 \x01(\x0E2\x11.rv.data.LogoType\x12\x11\x0A\x09logo_file\x18\x06 \x01(\x09\x12\x14\x0A\x0Crender_width\x18\x07 \x01(\x05\x12\x15\x0A\x0Drender_height\x18\x08 \x01(\x05\x12\x14\x0A\x0Cenable_audio\x18\x09 \x01(\x08\x1A_\x0A\x06Output\x12\x09\x0A\x01x\x18\x01 \x01(\x05\x12\x09\x0A\x01y\x18\x02 \x01(\x05\x12\x0D\x0A\x05width\x18\x03 \x01(\x05\x12\x0E\x0A\x06height\x18\x04 \x01(\x05\x12\x0C\x0A\x04name\x18\x05 \x01(\x09\x12\x12\x0A\x0Aframe_rate\x18\x06 \x01(\x01J\x04\x08\x02\x10\x03\"\xD7\x03\x0A\x10TestPatternState\x12/\x0A\x07pattern\x18\x01 \x01(\x0B2\x1E.rv.data.TestPatternDefinition\x12\x14\x0A\x0Cshow_pattern\x18\x02 \x01(\x08\x12C\x0A\x10display_location\x18\x03 \x01(\x0E2).rv.data.TestPatternState.DisplayLocation\x12&\x0A\x0Fspecific_screen\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12\x18\x0A\x10identify_screens\x18\x05 \x01(\x08\x12\$\x0A\x09logo_type\x18\x06 \x01(\x0E2\x11.rv.data.LogoType\x12(\x0A\x12user_logo_location\x18\x07 \x01(\x0B2\x0C.rv.data.URL\"\xA4\x01\x0A\x0FDisplayLocation\x12 \x0A\x1CDISPLAY_LOCATION_ALL_SCREENS\x10\x00\x12%\x0A!DISPLAY_LOCATION_AUDIENCE_SCREENS\x10\x01\x12\"\x0A\x1EDISPLAY_LOCATION_STAGE_SCREENS\x10\x02\x12\$\x0A DISPLAY_LOCATION_SPECIFIC_SCREEN\x10\x03\"\xE3\x0C\x0A\x13TestPatternDocument\x12@\x0A\x05state\x18\x01 \x01(\x0B21.rv.data.TestPatternDocument.TestPatternStateData\x12>\x0A\x08patterns\x18\x02 \x03(\x0B2,.rv.data.TestPatternDocument.TestPatternData\x1A\xC1\x02\x0A\x14TestPatternStateData\x12&\x0A\x0Ftest_pattern_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12*\x0A\"test_pattern_name_localization_key\x18\x02 \x01(\x09\x12C\x0A\x10display_location\x18\x03 \x01(\x0E2).rv.data.TestPatternState.DisplayLocation\x12&\x0A\x0Fspecific_screen\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12\x18\x0A\x10identify_screens\x18\x05 \x01(\x08\x12\$\x0A\x09logo_type\x18\x06 \x01(\x0E2\x11.rv.data.LogoType\x12(\x0A\x12user_logo_location\x18\x07 \x01(\x0B2\x0C.rv.data.URL\x1A\x85\x09\x0A\x0FTestPatternData\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1D\x0A\x15name_localization_key\x18\x02 \x01(\x09\x12I\x0A\x0Aproperties\x18\x03 \x03(\x0B25.rv.data.TestPatternDocument.TestPatternData.Property\x1A.\x0A\x0DColorProperty\x12\x1D\x0A\x05value\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x1A\x1F\x0A\x0EDoubleProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x01\x1A\x1C\x0A\x0BIntProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x05\x1Ar\x0A\x0CBoolProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x08\x12S\x0A\x14dependent_properties\x18\x02 \x03(\x0B25.rv.data.TestPatternDocument.TestPatternData.Property\x1A\x1F\x0A\x0EStringProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x09\x1A,\x0A\x0CFontProperty\x12\x1C\x0A\x05value\x18\x01 \x01(\x0B2\x0D.rv.data.Font\x1A!\x0A\x10SelectorProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x05\x1A\x95\x05\x0A\x08Property\x12\x1D\x0A\x15name_localization_key\x18\x01 \x01(\x09\x12T\x0A\x0Ecolor_property\x18\x02 \x01(\x0B2:.rv.data.TestPatternDocument.TestPatternData.ColorPropertyH\x00\x12V\x0A\x0Fdouble_property\x18\x03 \x01(\x0B2;.rv.data.TestPatternDocument.TestPatternData.DoublePropertyH\x00\x12P\x0A\x0Cint_property\x18\x04 \x01(\x0B28.rv.data.TestPatternDocument.TestPatternData.IntPropertyH\x00\x12R\x0A\x0Dbool_property\x18\x05 \x01(\x0B29.rv.data.TestPatternDocument.TestPatternData.BoolPropertyH\x00\x12V\x0A\x0Fstring_property\x18\x06 \x01(\x0B2;.rv.data.TestPatternDocument.TestPatternData.StringPropertyH\x00\x12R\x0A\x0Dfont_property\x18\x07 \x01(\x0B29.rv.data.TestPatternDocument.TestPatternData.FontPropertyH\x00\x12Z\x0A\x11selector_property\x18\x08 \x01(\x0B2=.rv.data.TestPatternDocument.TestPatternData.SelectorPropertyH\x00B\x0E\x0A\x0CPropertyType*N\x0A\x08LogoType\x12\x12\x0A\x0ELOGO_TYPE_NONE\x10\x00\x12\x1A\x0A\x16LOGO_TYPE_PROPRESENTER\x10\x01\x12\x12\x0A\x0ELOGO_TYPE_USER\x10\x02B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\x85&\x0A\x11testPattern.proto\x12\x07rv.data\x1A\x13customOptions.proto\x1A\x0Afont.proto\x1A\x0Auuid.proto\x1A\x09url.proto\"\x90\x05\x0A\x0BTestPattern\x12'\x0A\x04type\x18\x01 \x01(\x0E2\x19.rv.data.TestPattern.Type\x124\x0A\x0Ablend_grid\x18\x02 \x01(\x0B2\x1E.rv.data.TestPattern.BlendGridH\x00\x128\x0A\x0Ccustom_color\x18\x03 \x01(\x0B2 .rv.data.TestPattern.CustomColorH\x00\x128\x0A\x09intensity\x18\x04 \x01(\x0B2#.rv.data.TestPattern.IntensityColorH\x00\x1Au\x0A\x09BlendGrid\x12\x11\x0A\x09draw_grid\x18\x01 \x01(\x08\x12\x14\x0A\x0Cdraw_circles\x18\x02 \x01(\x08\x12\x12\x0A\x0Adraw_lines\x18\x03 \x01(\x08\x12\x15\x0A\x0Dinvert_colors\x18\x04 \x01(\x08\x12\x14\x0A\x0Cgrid_spacing\x18\x05 \x01(\x01\x1A,\x0A\x0BCustomColor\x12\x1D\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x1A#\x0A\x0EIntensityColor\x12\x11\x0A\x09intensity\x18\x01 \x01(\x01\"\xCE\x01\x0A\x04Type\x12\x10\x0A\x0CTYPE_UNKNOWN\x10\x00\x12\x13\x0A\x0FTYPE_BLEND_GRID\x10\x01\x12\x13\x0A\x0FTYPE_COLOR_BARS\x10\x02\x12\x0E\x0A\x0ATYPE_FOCUS\x10\x03\x12\x13\x0A\x0FTYPE_GRAY_SCALE\x10\x04\x12\x14\x0A\x10TYPE_BLACK_COLOR\x10\x05\x12\x14\x0A\x10TYPE_WHITE_COLOR\x10\x06\x12\x15\x0A\x11TYPE_CUSTOM_COLOR\x10\x07\x12\x0D\x0A\x09TYPE_TEXT\x10\x08\x12\x13\x0A\x0FTYPE_VIDEO_SYNC\x10\x09B\x13\x0A\x11PatternProperties\"\xCA\x0B\x0A\x15TestPatternDefinition\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1D\x0A\x15name_localization_key\x18\x02 \x01(\x09\x12;\x0A\x0Aproperties\x18\x03 \x03(\x0B2'.rv.data.TestPatternDefinition.Property\x12\x1B\x0A\x13show_delay_settings\x18\x04 \x01(\x08\x12\x12\x0A\x0Ais_default\x18\x05 \x01(\x08\x1Ak\x0A\x0DColorProperty\x12\x1D\x0A\x05value\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x12\x13\x0A\x0Ballow_alpha\x18\x02 \x01(\x08\x12&\x0A\x0Edefault_colors\x18\x03 \x03(\x0B2\x0E.rv.data.Color\x1A\xF5\x01\x0A\x0EDoubleProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x01\x12\x0B\x0A\x03min\x18\x02 \x01(\x01\x12\x0B\x0A\x03max\x18\x03 \x01(\x01\x12\x0C\x0A\x04step\x18\x04 \x01(\x01\x12\x0D\x0A\x05units\x18\x05 \x01(\x09\x12H\x0A\x08viewType\x18\x06 \x01(\x0E26.rv.data.TestPatternDefinition.DoubleProperty.ViewType\"S\x0A\x08ViewType\x12\x15\x0A\x11VIEW_TYPE_STEPPER\x10\x00\x12\x14\x0A\x10VIEW_TYPE_SLIDER\x10\x01\x12\x1A\x0A\x16VIEW_TYPE_SPEED_SLIDER\x10\x02\x1AE\x0A\x0BIntProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x05\x12\x0B\x0A\x03min\x18\x02 \x01(\x05\x12\x0B\x0A\x03max\x18\x03 \x01(\x05\x12\x0D\x0A\x05units\x18\x05 \x01(\x09\x1Ad\x0A\x0CBoolProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x08\x12E\x0A\x14dependent_properties\x18\x02 \x03(\x0B2'.rv.data.TestPatternDefinition.Property\x1AE\x0A\x0EStringProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x09\x12\x11\x0A\x09min_chars\x18\x02 \x01(\x05\x12\x11\x0A\x09max_chars\x18\x03 \x01(\x05\x1A+\x0A\x0CFontProperty\x12\x1B\x0A\x04font\x18\x01 \x01(\x0B2\x0D.rv.data.Font\x1AK\x0A\x10SelectorProperty\x12\x16\x0A\x0Eselected_index\x18\x01 \x01(\x05\x12\x1F\x0A\x17value_localization_keys\x18\x02 \x03(\x09\x1A\xB3\x04\x0A\x08Property\x12\x1D\x0A\x15name_localization_key\x18\x01 \x01(\x09\x12F\x0A\x0Ecolor_property\x18\x03 \x01(\x0B2,.rv.data.TestPatternDefinition.ColorPropertyH\x00\x12H\x0A\x0Fdouble_property\x18\x04 \x01(\x0B2-.rv.data.TestPatternDefinition.DoublePropertyH\x00\x12B\x0A\x0Cint_property\x18\x05 \x01(\x0B2*.rv.data.TestPatternDefinition.IntPropertyH\x00\x12D\x0A\x0Dbool_property\x18\x06 \x01(\x0B2+.rv.data.TestPatternDefinition.BoolPropertyH\x00\x12H\x0A\x0Fstring_property\x18\x07 \x01(\x0B2-.rv.data.TestPatternDefinition.StringPropertyH\x00\x12D\x0A\x0Dfont_property\x18\x08 \x01(\x0B2+.rv.data.TestPatternDefinition.FontPropertyH\x00\x12L\x0A\x11selector_property\x18\x09 \x01(\x0B2/.rv.data.TestPatternDefinition.SelectorPropertyH\x00B\x0E\x0A\x0CPropertyType\"\x80\x03\x0A\x19TestPatternRenderSettings\x12/\x0A\x07pattern\x18\x01 \x01(\x0B2\x1E.rv.data.TestPatternDefinition\x12\x13\x0A\x0Bscreen_name\x18\x03 \x01(\x09\x12:\x0A\x07outputs\x18\x04 \x03(\x0B2).rv.data.TestPatternRenderSettings.Output\x12\$\x0A\x09logo_type\x18\x05 \x01(\x0E2\x11.rv.data.LogoType\x12\x11\x0A\x09logo_file\x18\x06 \x01(\x09\x12\x14\x0A\x0Crender_width\x18\x07 \x01(\x05\x12\x15\x0A\x0Drender_height\x18\x08 \x01(\x05\x12\x14\x0A\x0Cenable_audio\x18\x09 \x01(\x08\x1A_\x0A\x06Output\x12\x09\x0A\x01x\x18\x01 \x01(\x05\x12\x09\x0A\x01y\x18\x02 \x01(\x05\x12\x0D\x0A\x05width\x18\x03 \x01(\x05\x12\x0E\x0A\x06height\x18\x04 \x01(\x05\x12\x0C\x0A\x04name\x18\x05 \x01(\x09\x12\x12\x0A\x0Aframe_rate\x18\x06 \x01(\x01J\x04\x08\x02\x10\x03\"\xD7\x03\x0A\x10TestPatternState\x12/\x0A\x07pattern\x18\x01 \x01(\x0B2\x1E.rv.data.TestPatternDefinition\x12\x14\x0A\x0Cshow_pattern\x18\x02 \x01(\x08\x12C\x0A\x10display_location\x18\x03 \x01(\x0E2).rv.data.TestPatternState.DisplayLocation\x12&\x0A\x0Fspecific_screen\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12\x18\x0A\x10identify_screens\x18\x05 \x01(\x08\x12\$\x0A\x09logo_type\x18\x06 \x01(\x0E2\x11.rv.data.LogoType\x12(\x0A\x12user_logo_location\x18\x07 \x01(\x0B2\x0C.rv.data.URL\"\xA4\x01\x0A\x0FDisplayLocation\x12 \x0A\x1CDISPLAY_LOCATION_ALL_SCREENS\x10\x00\x12%\x0A!DISPLAY_LOCATION_AUDIENCE_SCREENS\x10\x01\x12\"\x0A\x1EDISPLAY_LOCATION_STAGE_SCREENS\x10\x02\x12\$\x0A DISPLAY_LOCATION_SPECIFIC_SCREEN\x10\x03\"\xE3\x0C\x0A\x13TestPatternDocument\x12@\x0A\x05state\x18\x01 \x01(\x0B21.rv.data.TestPatternDocument.TestPatternStateData\x12>\x0A\x08patterns\x18\x02 \x03(\x0B2,.rv.data.TestPatternDocument.TestPatternData\x1A\xC1\x02\x0A\x14TestPatternStateData\x12&\x0A\x0Ftest_pattern_id\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12*\x0A\"test_pattern_name_localization_key\x18\x02 \x01(\x09\x12C\x0A\x10display_location\x18\x03 \x01(\x0E2).rv.data.TestPatternState.DisplayLocation\x12&\x0A\x0Fspecific_screen\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12\x18\x0A\x10identify_screens\x18\x05 \x01(\x08\x12\$\x0A\x09logo_type\x18\x06 \x01(\x0E2\x11.rv.data.LogoType\x12(\x0A\x12user_logo_location\x18\x07 \x01(\x0B2\x0C.rv.data.URL\x1A\x85\x09\x0A\x0FTestPatternData\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x1D\x0A\x15name_localization_key\x18\x02 \x01(\x09\x12I\x0A\x0Aproperties\x18\x03 \x03(\x0B25.rv.data.TestPatternDocument.TestPatternData.Property\x1A.\x0A\x0DColorProperty\x12\x1D\x0A\x05value\x18\x01 \x01(\x0B2\x0E.rv.data.Color\x1A\x1F\x0A\x0EDoubleProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x01\x1A\x1C\x0A\x0BIntProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x05\x1Ar\x0A\x0CBoolProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x08\x12S\x0A\x14dependent_properties\x18\x02 \x03(\x0B25.rv.data.TestPatternDocument.TestPatternData.Property\x1A\x1F\x0A\x0EStringProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x09\x1A,\x0A\x0CFontProperty\x12\x1C\x0A\x05value\x18\x01 \x01(\x0B2\x0D.rv.data.Font\x1A!\x0A\x10SelectorProperty\x12\x0D\x0A\x05value\x18\x01 \x01(\x05\x1A\x95\x05\x0A\x08Property\x12\x1D\x0A\x15name_localization_key\x18\x01 \x01(\x09\x12T\x0A\x0Ecolor_property\x18\x02 \x01(\x0B2:.rv.data.TestPatternDocument.TestPatternData.ColorPropertyH\x00\x12V\x0A\x0Fdouble_property\x18\x03 \x01(\x0B2;.rv.data.TestPatternDocument.TestPatternData.DoublePropertyH\x00\x12P\x0A\x0Cint_property\x18\x04 \x01(\x0B28.rv.data.TestPatternDocument.TestPatternData.IntPropertyH\x00\x12R\x0A\x0Dbool_property\x18\x05 \x01(\x0B29.rv.data.TestPatternDocument.TestPatternData.BoolPropertyH\x00\x12V\x0A\x0Fstring_property\x18\x06 \x01(\x0B2;.rv.data.TestPatternDocument.TestPatternData.StringPropertyH\x00\x12R\x0A\x0Dfont_property\x18\x07 \x01(\x0B29.rv.data.TestPatternDocument.TestPatternData.FontPropertyH\x00\x12Z\x0A\x11selector_property\x18\x08 \x01(\x0B2=.rv.data.TestPatternDocument.TestPatternData.SelectorPropertyH\x00B\x0E\x0A\x0CPropertyType*N\x0A\x08LogoType\x12\x12\x0A\x0ELOGO_TYPE_NONE\x10\x00\x12\x1A\x0A\x16LOGO_TYPE_PROPRESENTER\x10\x01\x12\x12\x0A\x0ELOGO_TYPE_USER\x10\x02B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/TimedPlayback.php b/generated/GPBMetadata/TimedPlayback.php index ab35fff..59617c1 100644 --- a/generated/GPBMetadata/TimedPlayback.php +++ b/generated/GPBMetadata/TimedPlayback.php @@ -18,9 +18,10 @@ class TimedPlayback \GPBMetadata\Action::initOnce(); \GPBMetadata\Cue::initOnce(); \GPBMetadata\Presentation::initOnce(); + \GPBMetadata\Playlist::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\x93\x14\x0A\x13timedPlayback.proto\x12\x07rv.data\x1A\x09cue.proto\x1A\x12presentation.proto\x1A\x0Auuid.proto\"\xA8\x03\x0A\x0DTriggerSource\x12:\x0A\x10library_location\x18\x01 \x01(\x0B2\x1E.rv.data.TriggerSource.LibraryH\x00\x12<\x0A\x11playlist_location\x18\x02 \x01(\x0B2\x1F.rv.data.TriggerSource.PlaylistH\x00\x12B\x0A\x17media_playlist_location\x18\x03 \x01(\x0B2\x1F.rv.data.TriggerSource.PlaylistH\x00\x12B\x0A\x17audio_playlist_location\x18\x04 \x01(\x0B2\x1F.rv.data.TriggerSource.PlaylistH\x00\x1A2\x0A\x07Library\x12\x0C\x0A\x04path\x18\x01 \x01(\x09\x12\x19\x0A\x11presentation_name\x18\x02 \x01(\x09\x1AU\x0A\x08Playlist\x12!\x0A\x0Aidentifier\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12&\x0A\x0Fitem_identifier\x18\x02 \x01(\x0B2\x0D.rv.data.UUIDB\x0A\x0A\x08Location\"\xDE\x0F\x0A\x0DTimedPlayback\x121\x0A\x08sequence\x18\x01 \x01(\x0B2\x1F.rv.data.TimedPlayback.Sequence\x12-\x0A\x06timing\x18\x02 \x01(\x0B2\x1D.rv.data.TimedPlayback.Timing\x1A\xC5\x03\x0A\x08Sequence\x12>\x0A\x08sequence\x18\x01 \x03(\x0B2,.rv.data.TimedPlayback.Sequence.SequenceItem\x12?\x0A\x13content_destination\x18\x02 \x01(\x0E2\".rv.data.Action.ContentDestination\x12+\x0A\x0Cpresentation\x18\x03 \x01(\x0B2\x15.rv.data.Presentation\x1A\x8A\x02\x0A\x0CSequenceItem\x12!\x0A\x0Aidentifier\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04time\x18\x02 \x01(\x01\x12.\x0A\x0Etrigger_source\x18\x03 \x01(\x0B2\x16.rv.data.TriggerSource\x12?\x0A\x13content_destination\x18\x04 \x01(\x0E2\".rv.data.Action.ContentDestination\x12\x10\x0A\x08end_time\x18\x07 \x01(\x01\x12\x1B\x0A\x03cue\x18\x05 \x01(\x0B2\x0C.rv.data.CueH\x00\x12!\x0A\x06action\x18\x06 \x01(\x0B2\x0F.rv.data.ActionH\x00B\x06\x0A\x04Item\x1A\x9D\x04\x0A\x06Timing\x12G\x0A\x0Flayer_transport\x18\x01 \x01(\x0B2,.rv.data.TimedPlayback.Timing.LayerTransportH\x00\x12E\x0A\x0Esmpte_timecode\x18\x02 \x01(\x0B2+.rv.data.TimedPlayback.Timing.SMPTETimecodeH\x00\x12:\x0A\x08internal\x18\x03 \x01(\x0B2&.rv.data.TimedPlayback.Timing.InternalH\x00\x1A\x1F\x0A\x0ELayerTransport\x12\x0D\x0A\x05layer\x18\x01 \x01(\x05\x1A\xE8\x01\x0A\x0DSMPTETimecode\x12\x19\x0A\x11device_identifier\x18\x01 \x01(\x09\x12\x0F\x0A\x07channel\x18\x02 \x01(\x05\x12B\x0A\x06format\x18\x03 \x01(\x0E22.rv.data.TimedPlayback.Timing.SMPTETimecode.Format\x12\x0E\x0A\x06offset\x18\x04 \x01(\x01\"W\x0A\x06Format\x12\x11\x0A\x0DFORMAT_24_FPS\x10\x00\x12\x11\x0A\x0DFORMAT_25_FPS\x10\x01\x12\x14\x0A\x10FORMAT_29_97_FPS\x10\x02\x12\x11\x0A\x0DFORMAT_30_FPS\x10\x03\x1A1\x0A\x08Internal\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x12\x13\x0A\x0Bshould_loop\x18\x02 \x01(\x08B\x08\x0A\x06Source\x1A\x82\x07\x0A\x06Update\x122\x0A\x04play\x18\x01 \x01(\x0B2\".rv.data.TimedPlayback.Update.PlayH\x00\x126\x0A\x06record\x18\x02 \x01(\x0B2\$.rv.data.TimedPlayback.Update.RecordH\x00\x124\x0A\x05pause\x18\x03 \x01(\x0B2#.rv.data.TimedPlayback.Update.PauseH\x00\x124\x0A\x05reset\x18\x04 \x01(\x0B2#.rv.data.TimedPlayback.Update.ResetH\x00\x12@\x0A\x0Cjump_to_time\x18\x05 \x01(\x0B2(.rv.data.TimedPlayback.Update.JumpToTimeH\x00\x12?\x0A\x0Bstart_scrub\x18\x06 \x01(\x0B2(.rv.data.TimedPlayback.Update.StartScrubH\x00\x12;\x0A\x09end_scrub\x18\x07 \x01(\x0B2&.rv.data.TimedPlayback.Update.EndScrubH\x00\x12:\x0A\x08duration\x18\x08 \x01(\x0B2&.rv.data.TimedPlayback.Update.DurationH\x00\x122\x0A\x04loop\x18\x09 \x01(\x0B2\".rv.data.TimedPlayback.Update.LoopH\x00\x12:\x0A\x0Fupdate_sequence\x18\x0A \x01(\x0B2\x1F.rv.data.TimedPlayback.SequenceH\x00\x12E\x0A\x0Emonitor_source\x18\x0B \x01(\x0B2+.rv.data.TimedPlayback.Update.MonitorSourceH\x00\x1A\x06\x0A\x04Play\x1A\x1E\x0A\x06Record\x12\x14\x0A\x0Cis_recording\x18\x01 \x01(\x08\x1A\x07\x0A\x05Pause\x1A\x07\x0A\x05Reset\x1A\x1A\x0A\x0AJumpToTime\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A\x1A\x0A\x0AStartScrub\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A\x18\x0A\x08EndScrub\x12\x0C\x0A\x04time\x18\x02 \x01(\x01\x1A\x1C\x0A\x08Duration\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x1A\x14\x0A\x04Loop\x12\x0C\x0A\x04loop\x18\x01 \x01(\x08\x1A\x1F\x0A\x0DMonitorSource\x12\x0E\x0A\x06enable\x18\x01 \x01(\x08B\x0C\x0A\x0AActionTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xC8\x14\x0A\x13timedPlayback.proto\x12\x07rv.data\x1A\x09cue.proto\x1A\x12presentation.proto\x1A\x0Eplaylist.proto\x1A\x0Auuid.proto\"\xA8\x03\x0A\x0DTriggerSource\x12:\x0A\x10library_location\x18\x01 \x01(\x0B2\x1E.rv.data.TriggerSource.LibraryH\x00\x12<\x0A\x11playlist_location\x18\x02 \x01(\x0B2\x1F.rv.data.TriggerSource.PlaylistH\x00\x12B\x0A\x17media_playlist_location\x18\x03 \x01(\x0B2\x1F.rv.data.TriggerSource.PlaylistH\x00\x12B\x0A\x17audio_playlist_location\x18\x04 \x01(\x0B2\x1F.rv.data.TriggerSource.PlaylistH\x00\x1A2\x0A\x07Library\x12\x0C\x0A\x04path\x18\x01 \x01(\x09\x12\x19\x0A\x11presentation_name\x18\x02 \x01(\x09\x1AU\x0A\x08Playlist\x12!\x0A\x0Aidentifier\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12&\x0A\x0Fitem_identifier\x18\x02 \x01(\x0B2\x0D.rv.data.UUIDB\x0A\x0A\x08Location\"\x83\x10\x0A\x0DTimedPlayback\x121\x0A\x08sequence\x18\x01 \x01(\x0B2\x1F.rv.data.TimedPlayback.Sequence\x12-\x0A\x06timing\x18\x02 \x01(\x0B2\x1D.rv.data.TimedPlayback.Timing\x1A\xEA\x03\x0A\x08Sequence\x12>\x0A\x08sequence\x18\x01 \x03(\x0B2,.rv.data.TimedPlayback.Sequence.SequenceItem\x12?\x0A\x13content_destination\x18\x02 \x01(\x0E2\".rv.data.Action.ContentDestination\x12+\x0A\x0Cpresentation\x18\x03 \x01(\x0B2\x15.rv.data.Presentation\x12#\x0A\x08playlist\x18\x04 \x01(\x0B2\x11.rv.data.Playlist\x1A\x8A\x02\x0A\x0CSequenceItem\x12!\x0A\x0Aidentifier\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04time\x18\x02 \x01(\x01\x12.\x0A\x0Etrigger_source\x18\x03 \x01(\x0B2\x16.rv.data.TriggerSource\x12?\x0A\x13content_destination\x18\x04 \x01(\x0E2\".rv.data.Action.ContentDestination\x12\x10\x0A\x08end_time\x18\x07 \x01(\x01\x12\x1B\x0A\x03cue\x18\x05 \x01(\x0B2\x0C.rv.data.CueH\x00\x12!\x0A\x06action\x18\x06 \x01(\x0B2\x0F.rv.data.ActionH\x00B\x06\x0A\x04Item\x1A\x9D\x04\x0A\x06Timing\x12G\x0A\x0Flayer_transport\x18\x01 \x01(\x0B2,.rv.data.TimedPlayback.Timing.LayerTransportH\x00\x12E\x0A\x0Esmpte_timecode\x18\x02 \x01(\x0B2+.rv.data.TimedPlayback.Timing.SMPTETimecodeH\x00\x12:\x0A\x08internal\x18\x03 \x01(\x0B2&.rv.data.TimedPlayback.Timing.InternalH\x00\x1A\x1F\x0A\x0ELayerTransport\x12\x0D\x0A\x05layer\x18\x01 \x01(\x05\x1A\xE8\x01\x0A\x0DSMPTETimecode\x12\x19\x0A\x11device_identifier\x18\x01 \x01(\x09\x12\x0F\x0A\x07channel\x18\x02 \x01(\x05\x12B\x0A\x06format\x18\x03 \x01(\x0E22.rv.data.TimedPlayback.Timing.SMPTETimecode.Format\x12\x0E\x0A\x06offset\x18\x04 \x01(\x01\"W\x0A\x06Format\x12\x11\x0A\x0DFORMAT_24_FPS\x10\x00\x12\x11\x0A\x0DFORMAT_25_FPS\x10\x01\x12\x14\x0A\x10FORMAT_29_97_FPS\x10\x02\x12\x11\x0A\x0DFORMAT_30_FPS\x10\x03\x1A1\x0A\x08Internal\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x12\x13\x0A\x0Bshould_loop\x18\x02 \x01(\x08B\x08\x0A\x06Source\x1A\x82\x07\x0A\x06Update\x122\x0A\x04play\x18\x01 \x01(\x0B2\".rv.data.TimedPlayback.Update.PlayH\x00\x126\x0A\x06record\x18\x02 \x01(\x0B2\$.rv.data.TimedPlayback.Update.RecordH\x00\x124\x0A\x05pause\x18\x03 \x01(\x0B2#.rv.data.TimedPlayback.Update.PauseH\x00\x124\x0A\x05reset\x18\x04 \x01(\x0B2#.rv.data.TimedPlayback.Update.ResetH\x00\x12@\x0A\x0Cjump_to_time\x18\x05 \x01(\x0B2(.rv.data.TimedPlayback.Update.JumpToTimeH\x00\x12?\x0A\x0Bstart_scrub\x18\x06 \x01(\x0B2(.rv.data.TimedPlayback.Update.StartScrubH\x00\x12;\x0A\x09end_scrub\x18\x07 \x01(\x0B2&.rv.data.TimedPlayback.Update.EndScrubH\x00\x12:\x0A\x08duration\x18\x08 \x01(\x0B2&.rv.data.TimedPlayback.Update.DurationH\x00\x122\x0A\x04loop\x18\x09 \x01(\x0B2\".rv.data.TimedPlayback.Update.LoopH\x00\x12:\x0A\x0Fupdate_sequence\x18\x0A \x01(\x0B2\x1F.rv.data.TimedPlayback.SequenceH\x00\x12E\x0A\x0Emonitor_source\x18\x0B \x01(\x0B2+.rv.data.TimedPlayback.Update.MonitorSourceH\x00\x1A\x06\x0A\x04Play\x1A\x1E\x0A\x06Record\x12\x14\x0A\x0Cis_recording\x18\x01 \x01(\x08\x1A\x07\x0A\x05Pause\x1A\x07\x0A\x05Reset\x1A\x1A\x0A\x0AJumpToTime\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A\x1A\x0A\x0AStartScrub\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A\x18\x0A\x08EndScrub\x12\x0C\x0A\x04time\x18\x02 \x01(\x01\x1A\x1C\x0A\x08Duration\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x1A\x14\x0A\x04Loop\x12\x0C\x0A\x04loop\x18\x01 \x01(\x08\x1A\x1F\x0A\x0DMonitorSource\x12\x0E\x0A\x06enable\x18\x01 \x01(\x08B\x0C\x0A\x0AActionTypeB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/Timers.php b/generated/GPBMetadata/Timers.php index afab1ce..a5c6b5c 100644 --- a/generated/GPBMetadata/Timers.php +++ b/generated/GPBMetadata/Timers.php @@ -16,9 +16,10 @@ class Timers return; } \GPBMetadata\ApplicationInfo::initOnce(); + \GPBMetadata\CustomOptions::initOnce(); \GPBMetadata\Uuid::initOnce(); $pool->internalAddGeneratedFile( - "\x0A\xE8\x0D\x0A\x0Ctimers.proto\x12\x07rv.data\x1A\x0Auuid.proto\"\xF8\x02\x0A\x05Clock\x12\x0E\x0A\x06format\x18\x01 \x01(\x09\x1A\xDE\x02\x0A\x06Format\x12;\x0A\x09date_type\x18\x02 \x01(\x0E2(.rv.data.Clock.Format.DateFormatterStyle\x12=\x0A\x0Btime_format\x18\x03 \x01(\x0E2(.rv.data.Clock.Format.DateFormatterStyle\x12\x1D\x0A\x15military_time_enabled\x18\x04 \x01(\x08\"\xB2\x01\x0A\x12DateFormatterStyle\x12\x1D\x0A\x19DATE_FORMATTER_STYLE_NONE\x10\x00\x12\x1E\x0A\x1ADATE_FORMATTER_STYLE_SHORT\x10\x01\x12\x1F\x0A\x1BDATE_FORMATTER_STYLE_MEDIUM\x10\x02\x12\x1D\x0A\x19DATE_FORMATTER_STYLE_LONG\x10\x03\x12\x1D\x0A\x19DATE_FORMATTER_STYLE_FULL\x10\x04J\x04\x08\x01\x10\x02\"\x83\x09\x0A\x05Timer\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x123\x0A\x0Dconfiguration\x18\x0A \x01(\x0B2\x1C.rv.data.Timer.Configuration\x1A\x89\x03\x0A\x06Format\x12)\x0A\x04hour\x18\x01 \x01(\x0E2\x1B.rv.data.Timer.Format.Style\x12+\x0A\x06minute\x18\x02 \x01(\x0E2\x1B.rv.data.Timer.Format.Style\x12+\x0A\x06second\x18\x03 \x01(\x0E2\x1B.rv.data.Timer.Format.Style\x120\x0A\x0Bmillisecond\x18\x04 \x01(\x0E2\x1B.rv.data.Timer.Format.Style\x12\x1A\x0A\x12is_wall_clock_time\x18\x05 \x01(\x08\x12\x17\x0A\x0Fis_24_hour_time\x18\x06 \x01(\x08\x12+\x0A#show_milliseconds_under_minute_only\x18\x07 \x01(\x08\"f\x0A\x05Style\x12\x0D\x0A\x09STYE_NONE\x10\x00\x12\x0F\x0A\x0BSTYLE_SHORT\x10\x01\x12\x0E\x0A\x0ASTYLE_LONG\x10\x02\x12\x16\x0A\x12STYLE_REMOVE_SHORT\x10\x03\x12\x15\x0A\x11STYLE_REMOVE_LONG\x10\x04\x1A\xE3\x04\x0A\x0DConfiguration\x12\x16\x0A\x0Eallows_overrun\x18\x04 \x01(\x08\x12D\x0A\x09countdown\x18\x01 \x01(\x0B2/.rv.data.Timer.Configuration.TimerTypeCountdownH\x00\x12R\x0A\x11countdown_to_time\x18\x02 \x01(\x0B25.rv.data.Timer.Configuration.TimerTypeCountdownToTimeH\x00\x12I\x0A\x0Celapsed_time\x18\x03 \x01(\x0B21.rv.data.Timer.Configuration.TimerTypeElapsedTimeH\x00\x1A&\x0A\x12TimerTypeCountdown\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x1A\xCB\x01\x0A\x18TimerTypeCountdownToTime\x12\x13\x0A\x0Btime_of_day\x18\x01 \x01(\x01\x12P\x0A\x06period\x18\x02 \x01(\x0E2@.rv.data.Timer.Configuration.TimerTypeCountdownToTime.TimePeriod\"H\x0A\x0ATimePeriod\x12\x12\x0A\x0ETIME_PERIOD_AM\x10\x00\x12\x12\x0A\x0ETIME_PERIOD_PM\x10\x01\x12\x12\x0A\x0ETIME_PERIOD_24\x10\x02\x1AR\x0A\x14TimerTypeElapsedTime\x12\x12\x0A\x0Astart_time\x18\x01 \x01(\x01\x12\x10\x0A\x08end_time\x18\x02 \x01(\x01\x12\x14\x0A\x0Chas_end_time\x18\x03 \x01(\x08B\x0B\x0A\x09TimerTypeJ\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\x09J\x04\x08\x09\x10\x0A\"\x83\x01\x0A\x0ETimersDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\x1D\x0A\x05clock\x18\x02 \x01(\x0B2\x0E.rv.data.Clock\x12\x1E\x0A\x06timers\x18\x03 \x03(\x0B2\x0E.rv.data.TimerB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + "\x0A\xFD\x0D\x0A\x0Ctimers.proto\x12\x07rv.data\x1A\x13customOptions.proto\x1A\x0Auuid.proto\"\xF8\x02\x0A\x05Clock\x12\x0E\x0A\x06format\x18\x01 \x01(\x09\x1A\xDE\x02\x0A\x06Format\x12;\x0A\x09date_type\x18\x02 \x01(\x0E2(.rv.data.Clock.Format.DateFormatterStyle\x12=\x0A\x0Btime_format\x18\x03 \x01(\x0E2(.rv.data.Clock.Format.DateFormatterStyle\x12\x1D\x0A\x15military_time_enabled\x18\x04 \x01(\x08\"\xB2\x01\x0A\x12DateFormatterStyle\x12\x1D\x0A\x19DATE_FORMATTER_STYLE_NONE\x10\x00\x12\x1E\x0A\x1ADATE_FORMATTER_STYLE_SHORT\x10\x01\x12\x1F\x0A\x1BDATE_FORMATTER_STYLE_MEDIUM\x10\x02\x12\x1D\x0A\x19DATE_FORMATTER_STYLE_LONG\x10\x03\x12\x1D\x0A\x19DATE_FORMATTER_STYLE_FULL\x10\x04J\x04\x08\x01\x10\x02\"\x83\x09\x0A\x05Timer\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x123\x0A\x0Dconfiguration\x18\x0A \x01(\x0B2\x1C.rv.data.Timer.Configuration\x1A\x89\x03\x0A\x06Format\x12)\x0A\x04hour\x18\x01 \x01(\x0E2\x1B.rv.data.Timer.Format.Style\x12+\x0A\x06minute\x18\x02 \x01(\x0E2\x1B.rv.data.Timer.Format.Style\x12+\x0A\x06second\x18\x03 \x01(\x0E2\x1B.rv.data.Timer.Format.Style\x120\x0A\x0Bmillisecond\x18\x04 \x01(\x0E2\x1B.rv.data.Timer.Format.Style\x12\x1A\x0A\x12is_wall_clock_time\x18\x05 \x01(\x08\x12\x17\x0A\x0Fis_24_hour_time\x18\x06 \x01(\x08\x12+\x0A#show_milliseconds_under_minute_only\x18\x07 \x01(\x08\"f\x0A\x05Style\x12\x0D\x0A\x09STYE_NONE\x10\x00\x12\x0F\x0A\x0BSTYLE_SHORT\x10\x01\x12\x0E\x0A\x0ASTYLE_LONG\x10\x02\x12\x16\x0A\x12STYLE_REMOVE_SHORT\x10\x03\x12\x15\x0A\x11STYLE_REMOVE_LONG\x10\x04\x1A\xE3\x04\x0A\x0DConfiguration\x12\x16\x0A\x0Eallows_overrun\x18\x04 \x01(\x08\x12D\x0A\x09countdown\x18\x01 \x01(\x0B2/.rv.data.Timer.Configuration.TimerTypeCountdownH\x00\x12R\x0A\x11countdown_to_time\x18\x02 \x01(\x0B25.rv.data.Timer.Configuration.TimerTypeCountdownToTimeH\x00\x12I\x0A\x0Celapsed_time\x18\x03 \x01(\x0B21.rv.data.Timer.Configuration.TimerTypeElapsedTimeH\x00\x1A&\x0A\x12TimerTypeCountdown\x12\x10\x0A\x08duration\x18\x01 \x01(\x01\x1A\xCB\x01\x0A\x18TimerTypeCountdownToTime\x12\x13\x0A\x0Btime_of_day\x18\x01 \x01(\x01\x12P\x0A\x06period\x18\x02 \x01(\x0E2@.rv.data.Timer.Configuration.TimerTypeCountdownToTime.TimePeriod\"H\x0A\x0ATimePeriod\x12\x12\x0A\x0ETIME_PERIOD_AM\x10\x00\x12\x12\x0A\x0ETIME_PERIOD_PM\x10\x01\x12\x12\x0A\x0ETIME_PERIOD_24\x10\x02\x1AR\x0A\x14TimerTypeElapsedTime\x12\x12\x0A\x0Astart_time\x18\x01 \x01(\x01\x12\x10\x0A\x08end_time\x18\x02 \x01(\x01\x12\x14\x0A\x0Chas_end_time\x18\x03 \x01(\x08B\x0B\x0A\x09TimerTypeJ\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\x09J\x04\x08\x09\x10\x0A\"\x83\x01\x0A\x0ETimersDocument\x122\x0A\x10application_info\x18\x01 \x01(\x0B2\x18.rv.data.ApplicationInfo\x12\x1D\x0A\x05clock\x18\x02 \x01(\x0B2\x0E.rv.data.Clock\x12\x1E\x0A\x06timers\x18\x03 \x03(\x0B2\x0E.rv.data.TimerB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); static::$is_initialized = true; diff --git a/generated/GPBMetadata/Url.php b/generated/GPBMetadata/Url.php index ab57362..76cf148 100644 --- a/generated/GPBMetadata/Url.php +++ b/generated/GPBMetadata/Url.php @@ -15,6 +15,7 @@ class Url if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); $pool->internalAddGeneratedFile( "\x0A\xF4\x08\x0A\x09url.proto\x12\x07rv.data\"\xFB\x07\x0A\x03URL\x12'\x0A\x08platform\x18\x03 \x01(\x0E2\x15.rv.data.URL.Platform\x12\x19\x0A\x0Fabsolute_string\x18\x01 \x01(\x09H\x00\x12\x17\x0A\x0Drelative_path\x18\x02 \x01(\x09H\x00\x12/\x0A\x05local\x18\x04 \x01(\x0B2\x1E.rv.data.URL.LocalRelativePathH\x01\x125\x0A\x08external\x18\x05 \x01(\x0B2!.rv.data.URL.ExternalRelativePathH\x01\x1A\xFB\x02\x0A\x11LocalRelativePath\x121\x0A\x04root\x18\x01 \x01(\x0E2#.rv.data.URL.LocalRelativePath.Root\x12\x0C\x0A\x04path\x18\x02 \x01(\x09\"\xA4\x02\x0A\x04Root\x12\x10\x0A\x0CROOT_UNKNOWN\x10\x00\x12\x14\x0A\x10ROOT_BOOT_VOLUME\x10\x01\x12\x12\x0A\x0EROOT_USER_HOME\x10\x02\x12\x17\x0A\x13ROOT_USER_DOCUMENTS\x10\x03\x12\x17\x0A\x13ROOT_USER_DOWNLOADS\x10\x04\x12\x13\x0A\x0FROOT_USER_MUSIC\x10\x05\x12\x16\x0A\x12ROOT_USER_PICTURES\x10\x06\x12\x14\x0A\x10ROOT_USER_VIDEOS\x10\x07\x12\x15\x0A\x11ROOT_USER_DESKTOP\x10\x0B\x12\x19\x0A\x15ROOT_USER_APP_SUPPORT\x10\x08\x12\x0F\x0A\x0BROOT_SHARED\x10\x09\x12\x0D\x0A\x09ROOT_SHOW\x10\x0A\x12\x19\x0A\x15ROOT_CURRENT_RESOURCE\x10\x0C\x1A\xB5\x02\x0A\x14ExternalRelativePath\x12D\x0A\x05macos\x18\x01 \x01(\x0B25.rv.data.URL.ExternalRelativePath.MacOSExternalVolume\x12D\x0A\x05win32\x18\x02 \x01(\x0B25.rv.data.URL.ExternalRelativePath.Win32ExternalVolume\x12\x0C\x0A\x04path\x18\x03 \x01(\x09\x1A*\x0A\x13MacOSExternalVolume\x12\x13\x0A\x0Bvolume_name\x18\x01 \x01(\x09\x1AW\x0A\x13Win32ExternalVolume\x12\x14\x0A\x0Cdrive_letter\x18\x01 \x01(\x09\x12\x13\x0A\x0Bvolume_name\x18\x02 \x01(\x09\x12\x15\x0A\x0Dnetwork_share\x18\x03 \x01(\x08\"Z\x0A\x08Platform\x12\x14\x0A\x10PLATFORM_UNKNOWN\x10\x00\x12\x12\x0A\x0EPLATFORM_MACOS\x10\x01\x12\x12\x0A\x0EPLATFORM_WIN32\x10\x02\x12\x10\x0A\x0CPLATFORM_WEB\x10\x03B\x09\x0A\x07StorageB\x12\x0A\x10RelativeFilePath\"\"\x0A\x04URLs\x12\x1A\x0A\x04urls\x18\x01 \x03(\x0B2\x0C.rv.data.URLB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); diff --git a/generated/GPBMetadata/Uuid.php b/generated/GPBMetadata/Uuid.php index 7825533..70d3bb6 100644 --- a/generated/GPBMetadata/Uuid.php +++ b/generated/GPBMetadata/Uuid.php @@ -15,6 +15,7 @@ class Uuid if (static::$is_initialized == true) { return; } + \GPBMetadata\CustomOptions::initOnce(); $pool->internalAddGeneratedFile( "\x0Ak\x0A\x0Auuid.proto\x12\x07rv.data\"\x16\x0A\x04UUID\x12\x0E\x0A\x06string\x18\x01 \x01(\x09B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" , true); diff --git a/generated/GPBMetadata/Zone.php b/generated/GPBMetadata/Zone.php new file mode 100644 index 0000000..8501a52 --- /dev/null +++ b/generated/GPBMetadata/Zone.php @@ -0,0 +1,26 @@ +internalAddGeneratedFile( + "\x0A\x99\x01\x0A\x0Azone.proto\x12\x07rv.data\"D\x0A\x04Zone\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x11\x0A\x09hex_color\x18\x03 \x01(\x09B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3" + , true); + + static::$is_initialized = true; + } +} + diff --git a/generated/Registration/Core/ActivateCodeComplete.php b/generated/Registration/Core/ActivateCodeComplete.php new file mode 100644 index 0000000..c05dc0d --- /dev/null +++ b/generated/Registration/Core/ActivateCodeComplete.php @@ -0,0 +1,97 @@ +registration.core.ActivateCodeComplete + */ +class ActivateCodeComplete extends \Google\Protobuf\Internal\Message +{ + protected $status; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Registration\Core\ActivateCodeComplete\Error $error + * @type \Registration\Core\ActivateCodeComplete\Success $success + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .registration.core.ActivateCodeComplete.Error error = 1; + * @return \Registration\Core\ActivateCodeComplete\Error|null + */ + public function getError() + { + return $this->readOneof(1); + } + + public function hasError() + { + return $this->hasOneof(1); + } + + /** + * Generated from protobuf field .registration.core.ActivateCodeComplete.Error error = 1; + * @param \Registration\Core\ActivateCodeComplete\Error $var + * @return $this + */ + public function setError($var) + { + GPBUtil::checkMessage($var, \Registration\Core\ActivateCodeComplete\Error::class); + $this->writeOneof(1, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.ActivateCodeComplete.Success success = 2; + * @return \Registration\Core\ActivateCodeComplete\Success|null + */ + public function getSuccess() + { + return $this->readOneof(2); + } + + public function hasSuccess() + { + return $this->hasOneof(2); + } + + /** + * Generated from protobuf field .registration.core.ActivateCodeComplete.Success success = 2; + * @param \Registration\Core\ActivateCodeComplete\Success $var + * @return $this + */ + public function setSuccess($var) + { + GPBUtil::checkMessage($var, \Registration\Core\ActivateCodeComplete\Success::class); + $this->writeOneof(2, $var); + + return $this; + } + + /** + * @return string + */ + public function getStatus() + { + return $this->whichOneof("status"); + } + +} + diff --git a/generated/Registration/Core/ActivateCodeComplete/Error.php b/generated/Registration/Core/ActivateCodeComplete/Error.php new file mode 100644 index 0000000..11f0743 --- /dev/null +++ b/generated/Registration/Core/ActivateCodeComplete/Error.php @@ -0,0 +1,86 @@ +registration.core.ActivateCodeComplete.Error + */ +class Error extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string error = 1; + */ + protected $error = ''; + /** + * Generated from protobuf field string description = 2; + */ + protected $description = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $error + * @type string $description + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string error = 1; + * @return string + */ + public function getError() + { + return $this->error; + } + + /** + * Generated from protobuf field string error = 1; + * @param string $var + * @return $this + */ + public function setError($var) + { + GPBUtil::checkString($var, True); + $this->error = $var; + + return $this; + } + + /** + * Generated from protobuf field string description = 2; + * @return string + */ + public function getDescription() + { + return $this->description; + } + + /** + * Generated from protobuf field string description = 2; + * @param string $var + * @return $this + */ + public function setDescription($var) + { + GPBUtil::checkString($var, True); + $this->description = $var; + + return $this; + } + +} + diff --git a/generated/Registration/Core/ActivateCodeComplete/Success.php b/generated/Registration/Core/ActivateCodeComplete/Success.php new file mode 100644 index 0000000..4c50470 --- /dev/null +++ b/generated/Registration/Core/ActivateCodeComplete/Success.php @@ -0,0 +1,86 @@ +registration.core.ActivateCodeComplete.Success + */ +class Success extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string activation_code = 2; + */ + protected $activation_code = ''; + /** + * Generated from protobuf field int64 expiration = 3; + */ + protected $expiration = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $activation_code + * @type int|string $expiration + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string activation_code = 2; + * @return string + */ + public function getActivationCode() + { + return $this->activation_code; + } + + /** + * Generated from protobuf field string activation_code = 2; + * @param string $var + * @return $this + */ + public function setActivationCode($var) + { + GPBUtil::checkString($var, True); + $this->activation_code = $var; + + return $this; + } + + /** + * Generated from protobuf field int64 expiration = 3; + * @return int|string + */ + public function getExpiration() + { + return $this->expiration; + } + + /** + * Generated from protobuf field int64 expiration = 3; + * @param int|string $var + * @return $this + */ + public function setExpiration($var) + { + GPBUtil::checkInt64($var); + $this->expiration = $var; + + return $this; + } + +} + diff --git a/generated/Registration/Core/ActivationComplete.php b/generated/Registration/Core/ActivationComplete.php deleted file mode 100644 index 0672dde..0000000 --- a/generated/Registration/Core/ActivationComplete.php +++ /dev/null @@ -1,170 +0,0 @@ -registration.core.ActivationComplete - */ -class ActivationComplete extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .registration.core.Status result = 1; - */ - protected $result = 0; - /** - * Generated from protobuf field .registration.core.RegistrationInfo registration_info = 2; - */ - protected $registration_info = null; - /** - * Generated from protobuf field .registration.core.Seats available_seats = 3; - */ - protected $available_seats = null; - /** - * Generated from protobuf field .registration.core.Seats total_seats = 4; - */ - protected $total_seats = null; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $result - * @type \Registration\Core\RegistrationInfo $registration_info - * @type \Registration\Core\Seats $available_seats - * @type \Registration\Core\Seats $total_seats - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Registration::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .registration.core.Status result = 1; - * @return int - */ - public function getResult() - { - return $this->result; - } - - /** - * Generated from protobuf field .registration.core.Status result = 1; - * @param int $var - * @return $this - */ - public function setResult($var) - { - GPBUtil::checkEnum($var, \Registration\Core\Status::class); - $this->result = $var; - - return $this; - } - - /** - * Generated from protobuf field .registration.core.RegistrationInfo registration_info = 2; - * @return \Registration\Core\RegistrationInfo|null - */ - public function getRegistrationInfo() - { - return $this->registration_info; - } - - public function hasRegistrationInfo() - { - return isset($this->registration_info); - } - - public function clearRegistrationInfo() - { - unset($this->registration_info); - } - - /** - * Generated from protobuf field .registration.core.RegistrationInfo registration_info = 2; - * @param \Registration\Core\RegistrationInfo $var - * @return $this - */ - public function setRegistrationInfo($var) - { - GPBUtil::checkMessage($var, \Registration\Core\RegistrationInfo::class); - $this->registration_info = $var; - - return $this; - } - - /** - * Generated from protobuf field .registration.core.Seats available_seats = 3; - * @return \Registration\Core\Seats|null - */ - public function getAvailableSeats() - { - return $this->available_seats; - } - - public function hasAvailableSeats() - { - return isset($this->available_seats); - } - - public function clearAvailableSeats() - { - unset($this->available_seats); - } - - /** - * Generated from protobuf field .registration.core.Seats available_seats = 3; - * @param \Registration\Core\Seats $var - * @return $this - */ - public function setAvailableSeats($var) - { - GPBUtil::checkMessage($var, \Registration\Core\Seats::class); - $this->available_seats = $var; - - return $this; - } - - /** - * Generated from protobuf field .registration.core.Seats total_seats = 4; - * @return \Registration\Core\Seats|null - */ - public function getTotalSeats() - { - return $this->total_seats; - } - - public function hasTotalSeats() - { - return isset($this->total_seats); - } - - public function clearTotalSeats() - { - unset($this->total_seats); - } - - /** - * Generated from protobuf field .registration.core.Seats total_seats = 4; - * @param \Registration\Core\Seats $var - * @return $this - */ - public function setTotalSeats($var) - { - GPBUtil::checkMessage($var, \Registration\Core\Seats::class); - $this->total_seats = $var; - - return $this; - } - -} - diff --git a/generated/Registration/Core/BibleActivationComplete.php b/generated/Registration/Core/BibleActivationComplete.php deleted file mode 100644 index 050a77f..0000000 --- a/generated/Registration/Core/BibleActivationComplete.php +++ /dev/null @@ -1,140 +0,0 @@ -registration.core.BibleActivationComplete - */ -class BibleActivationComplete extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .registration.core.Status status = 1; - */ - protected $status = 0; - /** - * Generated from protobuf field string bible_id = 2; - */ - protected $bible_id = ''; - /** - * Generated from protobuf field string download_link = 3; - */ - protected $download_link = ''; - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 4; - */ - private $bibles; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $status - * @type string $bible_id - * @type string $download_link - * @type array<\Registration\Core\PurchasedBible>|\Google\Protobuf\Internal\RepeatedField $bibles - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Registration::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .registration.core.Status status = 1; - * @return int - */ - public function getStatus() - { - return $this->status; - } - - /** - * Generated from protobuf field .registration.core.Status status = 1; - * @param int $var - * @return $this - */ - public function setStatus($var) - { - GPBUtil::checkEnum($var, \Registration\Core\Status::class); - $this->status = $var; - - return $this; - } - - /** - * Generated from protobuf field string bible_id = 2; - * @return string - */ - public function getBibleId() - { - return $this->bible_id; - } - - /** - * Generated from protobuf field string bible_id = 2; - * @param string $var - * @return $this - */ - public function setBibleId($var) - { - GPBUtil::checkString($var, True); - $this->bible_id = $var; - - return $this; - } - - /** - * Generated from protobuf field string download_link = 3; - * @return string - */ - public function getDownloadLink() - { - return $this->download_link; - } - - /** - * Generated from protobuf field string download_link = 3; - * @param string $var - * @return $this - */ - public function setDownloadLink($var) - { - GPBUtil::checkString($var, True); - $this->download_link = $var; - - return $this; - } - - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 4; - * @return \Google\Protobuf\Internal\RepeatedField - */ - public function getBibles() - { - return $this->bibles; - } - - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 4; - * @param array<\Registration\Core\PurchasedBible>|\Google\Protobuf\Internal\RepeatedField $var - * @return $this - */ - public function setBibles($var) - { - $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Registration\Core\PurchasedBible::class); - $this->bibles = $arr; - - return $this; - } - -} - diff --git a/generated/Registration/Core/BibleDeactivationComplete.php b/generated/Registration/Core/BibleDeactivationComplete.php deleted file mode 100644 index d51fcfa..0000000 --- a/generated/Registration/Core/BibleDeactivationComplete.php +++ /dev/null @@ -1,113 +0,0 @@ -registration.core.BibleDeactivationComplete - */ -class BibleDeactivationComplete extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .registration.core.Status status = 1; - */ - protected $status = 0; - /** - * Generated from protobuf field string bible_id = 2; - */ - protected $bible_id = ''; - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 3; - */ - private $bibles; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $status - * @type string $bible_id - * @type array<\Registration\Core\PurchasedBible>|\Google\Protobuf\Internal\RepeatedField $bibles - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Registration::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .registration.core.Status status = 1; - * @return int - */ - public function getStatus() - { - return $this->status; - } - - /** - * Generated from protobuf field .registration.core.Status status = 1; - * @param int $var - * @return $this - */ - public function setStatus($var) - { - GPBUtil::checkEnum($var, \Registration\Core\Status::class); - $this->status = $var; - - return $this; - } - - /** - * Generated from protobuf field string bible_id = 2; - * @return string - */ - public function getBibleId() - { - return $this->bible_id; - } - - /** - * Generated from protobuf field string bible_id = 2; - * @param string $var - * @return $this - */ - public function setBibleId($var) - { - GPBUtil::checkString($var, True); - $this->bible_id = $var; - - return $this; - } - - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 3; - * @return \Google\Protobuf\Internal\RepeatedField - */ - public function getBibles() - { - return $this->bibles; - } - - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 3; - * @param array<\Registration\Core\PurchasedBible>|\Google\Protobuf\Internal\RepeatedField $var - * @return $this - */ - public function setBibles($var) - { - $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Registration\Core\PurchasedBible::class); - $this->bibles = $arr; - - return $this; - } - -} - diff --git a/generated/Registration/Core/BibleDownloadProgress.php b/generated/Registration/Core/BibleDownloadProgress.php index 24c989c..383d3db 100644 --- a/generated/Registration/Core/BibleDownloadProgress.php +++ b/generated/Registration/Core/BibleDownloadProgress.php @@ -38,6 +38,10 @@ class BibleDownloadProgress extends \Google\Protobuf\Internal\Message * Generated from protobuf field string download_link = 6; */ protected $download_link = ''; + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 7; + */ + protected $client_alert = 0; /** * Constructor. @@ -51,6 +55,7 @@ class BibleDownloadProgress extends \Google\Protobuf\Internal\Message * @type string $bible_id * @type string $file_name * @type string $download_link + * @type int $client_alert * } */ public function __construct($data = NULL) { @@ -190,5 +195,27 @@ class BibleDownloadProgress extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 7; + * @return int + */ + public function getClientAlert() + { + return $this->client_alert; + } + + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 7; + * @param int $var + * @return $this + */ + public function setClientAlert($var) + { + GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class); + $this->client_alert = $var; + + return $this; + } + } diff --git a/generated/Registration/Core/Callback.php b/generated/Registration/Core/Callback.php index b583674..ba4a7c0 100644 --- a/generated/Registration/Core/Callback.php +++ b/generated/Registration/Core/Callback.php @@ -23,11 +23,6 @@ class Callback extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type \Registration\Core\SetWatermark $set_watermark - * @type \Registration\Core\DeactivationComplete $deactivation_complete - * @type \Registration\Core\FreeBibles $free_bibles - * @type \Registration\Core\PurchasedBibles $purchased_bibles - * @type \Registration\Core\BibleActivationComplete $bible_activation_complete - * @type \Registration\Core\BibleDeactivationComplete $bible_deactivation_complete * @type \Registration\Core\BibleDownloadProgress $bible_download_progress * @type \Registration\Core\HardExit $hard_exit * @type \Registration\Core\ReadRegistrationData $read_registration_data @@ -40,8 +35,12 @@ class Callback extends \Google\Protobuf\Internal\Message * @type \Registration\Core\Alerts $alerts * @type \Registration\Core\ShowExpirationDialog $show_expiration_dialog * @type \Registration\Core\ReadOldToken $read_old_token - * @type \Registration\Core\Token $token * @type \Registration\Core\VerificationComplete $verification_complete + * @type \Registration\Core\SetClientInfo $set_client_info + * @type \Registration\Core\ActivateCodeComplete $get_activate_code_complete + * @type \Registration\Core\ReadNotificationData $read_notification_data + * @type \Registration\Core\WriteNotificationData $write_notification_data + * @type \Registration\Core\NotificationCallback $notification_callback * } */ public function __construct($data = NULL) { @@ -77,514 +76,487 @@ class Callback extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .registration.core.DeactivationComplete deactivation_complete = 2; - * @return \Registration\Core\DeactivationComplete|null + * Generated from protobuf field .registration.core.BibleDownloadProgress bible_download_progress = 2; + * @return \Registration\Core\BibleDownloadProgress|null */ - public function getDeactivationComplete() + public function getBibleDownloadProgress() { return $this->readOneof(2); } - public function hasDeactivationComplete() + public function hasBibleDownloadProgress() { return $this->hasOneof(2); } /** - * Generated from protobuf field .registration.core.DeactivationComplete deactivation_complete = 2; - * @param \Registration\Core\DeactivationComplete $var - * @return $this - */ - public function setDeactivationComplete($var) - { - GPBUtil::checkMessage($var, \Registration\Core\DeactivationComplete::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .registration.core.FreeBibles free_bibles = 3; - * @return \Registration\Core\FreeBibles|null - */ - public function getFreeBibles() - { - return $this->readOneof(3); - } - - public function hasFreeBibles() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .registration.core.FreeBibles free_bibles = 3; - * @param \Registration\Core\FreeBibles $var - * @return $this - */ - public function setFreeBibles($var) - { - GPBUtil::checkMessage($var, \Registration\Core\FreeBibles::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .registration.core.PurchasedBibles purchased_bibles = 4; - * @return \Registration\Core\PurchasedBibles|null - */ - public function getPurchasedBibles() - { - return $this->readOneof(4); - } - - public function hasPurchasedBibles() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .registration.core.PurchasedBibles purchased_bibles = 4; - * @param \Registration\Core\PurchasedBibles $var - * @return $this - */ - public function setPurchasedBibles($var) - { - GPBUtil::checkMessage($var, \Registration\Core\PurchasedBibles::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .registration.core.BibleActivationComplete bible_activation_complete = 5; - * @return \Registration\Core\BibleActivationComplete|null - */ - public function getBibleActivationComplete() - { - return $this->readOneof(5); - } - - public function hasBibleActivationComplete() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .registration.core.BibleActivationComplete bible_activation_complete = 5; - * @param \Registration\Core\BibleActivationComplete $var - * @return $this - */ - public function setBibleActivationComplete($var) - { - GPBUtil::checkMessage($var, \Registration\Core\BibleActivationComplete::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .registration.core.BibleDeactivationComplete bible_deactivation_complete = 6; - * @return \Registration\Core\BibleDeactivationComplete|null - */ - public function getBibleDeactivationComplete() - { - return $this->readOneof(6); - } - - public function hasBibleDeactivationComplete() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .registration.core.BibleDeactivationComplete bible_deactivation_complete = 6; - * @param \Registration\Core\BibleDeactivationComplete $var - * @return $this - */ - public function setBibleDeactivationComplete($var) - { - GPBUtil::checkMessage($var, \Registration\Core\BibleDeactivationComplete::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * Generated from protobuf field .registration.core.BibleDownloadProgress bible_download_progress = 7; - * @return \Registration\Core\BibleDownloadProgress|null - */ - public function getBibleDownloadProgress() - { - return $this->readOneof(7); - } - - public function hasBibleDownloadProgress() - { - return $this->hasOneof(7); - } - - /** - * Generated from protobuf field .registration.core.BibleDownloadProgress bible_download_progress = 7; + * Generated from protobuf field .registration.core.BibleDownloadProgress bible_download_progress = 2; * @param \Registration\Core\BibleDownloadProgress $var * @return $this */ public function setBibleDownloadProgress($var) { GPBUtil::checkMessage($var, \Registration\Core\BibleDownloadProgress::class); - $this->writeOneof(7, $var); + $this->writeOneof(2, $var); return $this; } /** - * Generated from protobuf field .registration.core.HardExit hard_exit = 8; + * Generated from protobuf field .registration.core.HardExit hard_exit = 3; * @return \Registration\Core\HardExit|null */ public function getHardExit() { - return $this->readOneof(8); + return $this->readOneof(3); } public function hasHardExit() { - return $this->hasOneof(8); + return $this->hasOneof(3); } /** - * Generated from protobuf field .registration.core.HardExit hard_exit = 8; + * Generated from protobuf field .registration.core.HardExit hard_exit = 3; * @param \Registration\Core\HardExit $var * @return $this */ public function setHardExit($var) { GPBUtil::checkMessage($var, \Registration\Core\HardExit::class); - $this->writeOneof(8, $var); + $this->writeOneof(3, $var); return $this; } /** - * Generated from protobuf field .registration.core.ReadRegistrationData read_registration_data = 9; + * Generated from protobuf field .registration.core.ReadRegistrationData read_registration_data = 4; * @return \Registration\Core\ReadRegistrationData|null */ public function getReadRegistrationData() { - return $this->readOneof(9); + return $this->readOneof(4); } public function hasReadRegistrationData() { - return $this->hasOneof(9); + return $this->hasOneof(4); } /** - * Generated from protobuf field .registration.core.ReadRegistrationData read_registration_data = 9; + * Generated from protobuf field .registration.core.ReadRegistrationData read_registration_data = 4; * @param \Registration\Core\ReadRegistrationData $var * @return $this */ public function setReadRegistrationData($var) { GPBUtil::checkMessage($var, \Registration\Core\ReadRegistrationData::class); - $this->writeOneof(9, $var); + $this->writeOneof(4, $var); return $this; } /** - * Generated from protobuf field .registration.core.WriteRegistrationData write_registration_data = 10; + * Generated from protobuf field .registration.core.WriteRegistrationData write_registration_data = 5; * @return \Registration\Core\WriteRegistrationData|null */ public function getWriteRegistrationData() { - return $this->readOneof(10); + return $this->readOneof(5); } public function hasWriteRegistrationData() { - return $this->hasOneof(10); + return $this->hasOneof(5); } /** - * Generated from protobuf field .registration.core.WriteRegistrationData write_registration_data = 10; + * Generated from protobuf field .registration.core.WriteRegistrationData write_registration_data = 5; * @param \Registration\Core\WriteRegistrationData $var * @return $this */ public function setWriteRegistrationData($var) { GPBUtil::checkMessage($var, \Registration\Core\WriteRegistrationData::class); - $this->writeOneof(10, $var); + $this->writeOneof(5, $var); return $this; } /** - * Generated from protobuf field .registration.core.GetProductInformation get_product_information = 11; + * Generated from protobuf field .registration.core.GetProductInformation get_product_information = 6; * @return \Registration\Core\GetProductInformation|null */ public function getGetProductInformation() { - return $this->readOneof(11); + return $this->readOneof(6); } public function hasGetProductInformation() { - return $this->hasOneof(11); + return $this->hasOneof(6); } /** - * Generated from protobuf field .registration.core.GetProductInformation get_product_information = 11; + * Generated from protobuf field .registration.core.GetProductInformation get_product_information = 6; * @param \Registration\Core\GetProductInformation $var * @return $this */ public function setGetProductInformation($var) { GPBUtil::checkMessage($var, \Registration\Core\GetProductInformation::class); - $this->writeOneof(11, $var); + $this->writeOneof(6, $var); return $this; } /** - * Generated from protobuf field .registration.core.Log log = 12; + * Generated from protobuf field .registration.core.Log log = 7; * @return \Registration\Core\Log|null */ public function getLog() { - return $this->readOneof(12); + return $this->readOneof(7); } public function hasLog() { - return $this->hasOneof(12); + return $this->hasOneof(7); } /** - * Generated from protobuf field .registration.core.Log log = 12; + * Generated from protobuf field .registration.core.Log log = 7; * @param \Registration\Core\Log $var * @return $this */ public function setLog($var) { GPBUtil::checkMessage($var, \Registration\Core\Log::class); - $this->writeOneof(12, $var); + $this->writeOneof(7, $var); return $this; } /** - * Generated from protobuf field .registration.core.UpgradesAvailable upgrades_available = 13; + * Generated from protobuf field .registration.core.UpgradesAvailable upgrades_available = 8; * @return \Registration\Core\UpgradesAvailable|null */ public function getUpgradesAvailable() { - return $this->readOneof(13); + return $this->readOneof(8); } public function hasUpgradesAvailable() { - return $this->hasOneof(13); + return $this->hasOneof(8); } /** - * Generated from protobuf field .registration.core.UpgradesAvailable upgrades_available = 13; + * Generated from protobuf field .registration.core.UpgradesAvailable upgrades_available = 8; * @param \Registration\Core\UpgradesAvailable $var * @return $this */ public function setUpgradesAvailable($var) { GPBUtil::checkMessage($var, \Registration\Core\UpgradesAvailable::class); - $this->writeOneof(13, $var); + $this->writeOneof(8, $var); return $this; } /** - * Generated from protobuf field .registration.core.DowngradeAvailable downgrade_available = 14; + * Generated from protobuf field .registration.core.DowngradeAvailable downgrade_available = 9; * @return \Registration\Core\DowngradeAvailable|null */ public function getDowngradeAvailable() { - return $this->readOneof(14); + return $this->readOneof(9); } public function hasDowngradeAvailable() { - return $this->hasOneof(14); + return $this->hasOneof(9); } /** - * Generated from protobuf field .registration.core.DowngradeAvailable downgrade_available = 14; + * Generated from protobuf field .registration.core.DowngradeAvailable downgrade_available = 9; * @param \Registration\Core\DowngradeAvailable $var * @return $this */ public function setDowngradeAvailable($var) { GPBUtil::checkMessage($var, \Registration\Core\DowngradeAvailable::class); - $this->writeOneof(14, $var); + $this->writeOneof(9, $var); return $this; } /** - * Generated from protobuf field .registration.core.DownloadProgress download_progress = 15; + * Generated from protobuf field .registration.core.DownloadProgress download_progress = 10; * @return \Registration\Core\DownloadProgress|null */ public function getDownloadProgress() { - return $this->readOneof(15); + return $this->readOneof(10); } public function hasDownloadProgress() { - return $this->hasOneof(15); + return $this->hasOneof(10); } /** - * Generated from protobuf field .registration.core.DownloadProgress download_progress = 15; + * Generated from protobuf field .registration.core.DownloadProgress download_progress = 10; * @param \Registration\Core\DownloadProgress $var * @return $this */ public function setDownloadProgress($var) { GPBUtil::checkMessage($var, \Registration\Core\DownloadProgress::class); - $this->writeOneof(15, $var); + $this->writeOneof(10, $var); return $this; } /** - * Generated from protobuf field .registration.core.Alerts alerts = 16; + * Generated from protobuf field .registration.core.Alerts alerts = 11; * @return \Registration\Core\Alerts|null */ public function getAlerts() { - return $this->readOneof(16); + return $this->readOneof(11); } public function hasAlerts() { - return $this->hasOneof(16); + return $this->hasOneof(11); } /** - * Generated from protobuf field .registration.core.Alerts alerts = 16; + * Generated from protobuf field .registration.core.Alerts alerts = 11; * @param \Registration\Core\Alerts $var * @return $this */ public function setAlerts($var) { GPBUtil::checkMessage($var, \Registration\Core\Alerts::class); - $this->writeOneof(16, $var); + $this->writeOneof(11, $var); return $this; } /** - * Generated from protobuf field .registration.core.ShowExpirationDialog show_expiration_dialog = 17; + * Generated from protobuf field .registration.core.ShowExpirationDialog show_expiration_dialog = 12; * @return \Registration\Core\ShowExpirationDialog|null */ public function getShowExpirationDialog() { - return $this->readOneof(17); + return $this->readOneof(12); } public function hasShowExpirationDialog() { - return $this->hasOneof(17); + return $this->hasOneof(12); } /** - * Generated from protobuf field .registration.core.ShowExpirationDialog show_expiration_dialog = 17; + * Generated from protobuf field .registration.core.ShowExpirationDialog show_expiration_dialog = 12; * @param \Registration\Core\ShowExpirationDialog $var * @return $this */ public function setShowExpirationDialog($var) { GPBUtil::checkMessage($var, \Registration\Core\ShowExpirationDialog::class); - $this->writeOneof(17, $var); + $this->writeOneof(12, $var); return $this; } /** - * Generated from protobuf field .registration.core.ReadOldToken read_old_token = 18; + * Generated from protobuf field .registration.core.ReadOldToken read_old_token = 13; * @return \Registration\Core\ReadOldToken|null */ public function getReadOldToken() { - return $this->readOneof(18); + return $this->readOneof(13); } public function hasReadOldToken() { - return $this->hasOneof(18); + return $this->hasOneof(13); } /** - * Generated from protobuf field .registration.core.ReadOldToken read_old_token = 18; + * Generated from protobuf field .registration.core.ReadOldToken read_old_token = 13; * @param \Registration\Core\ReadOldToken $var * @return $this */ public function setReadOldToken($var) { GPBUtil::checkMessage($var, \Registration\Core\ReadOldToken::class); - $this->writeOneof(18, $var); + $this->writeOneof(13, $var); return $this; } /** - * Generated from protobuf field .registration.core.Token token = 19; - * @return \Registration\Core\Token|null - */ - public function getToken() - { - return $this->readOneof(19); - } - - public function hasToken() - { - return $this->hasOneof(19); - } - - /** - * Generated from protobuf field .registration.core.Token token = 19; - * @param \Registration\Core\Token $var - * @return $this - */ - public function setToken($var) - { - GPBUtil::checkMessage($var, \Registration\Core\Token::class); - $this->writeOneof(19, $var); - - return $this; - } - - /** - * Generated from protobuf field .registration.core.VerificationComplete verification_complete = 20; + * Generated from protobuf field .registration.core.VerificationComplete verification_complete = 14; * @return \Registration\Core\VerificationComplete|null */ public function getVerificationComplete() { - return $this->readOneof(20); + return $this->readOneof(14); } public function hasVerificationComplete() { - return $this->hasOneof(20); + return $this->hasOneof(14); } /** - * Generated from protobuf field .registration.core.VerificationComplete verification_complete = 20; + * Generated from protobuf field .registration.core.VerificationComplete verification_complete = 14; * @param \Registration\Core\VerificationComplete $var * @return $this */ public function setVerificationComplete($var) { GPBUtil::checkMessage($var, \Registration\Core\VerificationComplete::class); - $this->writeOneof(20, $var); + $this->writeOneof(14, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.SetClientInfo set_client_info = 15; + * @return \Registration\Core\SetClientInfo|null + */ + public function getSetClientInfo() + { + return $this->readOneof(15); + } + + public function hasSetClientInfo() + { + return $this->hasOneof(15); + } + + /** + * Generated from protobuf field .registration.core.SetClientInfo set_client_info = 15; + * @param \Registration\Core\SetClientInfo $var + * @return $this + */ + public function setSetClientInfo($var) + { + GPBUtil::checkMessage($var, \Registration\Core\SetClientInfo::class); + $this->writeOneof(15, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.ActivateCodeComplete get_activate_code_complete = 16; + * @return \Registration\Core\ActivateCodeComplete|null + */ + public function getGetActivateCodeComplete() + { + return $this->readOneof(16); + } + + public function hasGetActivateCodeComplete() + { + return $this->hasOneof(16); + } + + /** + * Generated from protobuf field .registration.core.ActivateCodeComplete get_activate_code_complete = 16; + * @param \Registration\Core\ActivateCodeComplete $var + * @return $this + */ + public function setGetActivateCodeComplete($var) + { + GPBUtil::checkMessage($var, \Registration\Core\ActivateCodeComplete::class); + $this->writeOneof(16, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.ReadNotificationData read_notification_data = 17; + * @return \Registration\Core\ReadNotificationData|null + */ + public function getReadNotificationData() + { + return $this->readOneof(17); + } + + public function hasReadNotificationData() + { + return $this->hasOneof(17); + } + + /** + * Generated from protobuf field .registration.core.ReadNotificationData read_notification_data = 17; + * @param \Registration\Core\ReadNotificationData $var + * @return $this + */ + public function setReadNotificationData($var) + { + GPBUtil::checkMessage($var, \Registration\Core\ReadNotificationData::class); + $this->writeOneof(17, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.WriteNotificationData write_notification_data = 18; + * @return \Registration\Core\WriteNotificationData|null + */ + public function getWriteNotificationData() + { + return $this->readOneof(18); + } + + public function hasWriteNotificationData() + { + return $this->hasOneof(18); + } + + /** + * Generated from protobuf field .registration.core.WriteNotificationData write_notification_data = 18; + * @param \Registration\Core\WriteNotificationData $var + * @return $this + */ + public function setWriteNotificationData($var) + { + GPBUtil::checkMessage($var, \Registration\Core\WriteNotificationData::class); + $this->writeOneof(18, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.NotificationCallback notification_callback = 19; + * @return \Registration\Core\NotificationCallback|null + */ + public function getNotificationCallback() + { + return $this->readOneof(19); + } + + public function hasNotificationCallback() + { + return $this->hasOneof(19); + } + + /** + * Generated from protobuf field .registration.core.NotificationCallback notification_callback = 19; + * @param \Registration\Core\NotificationCallback $var + * @return $this + */ + public function setNotificationCallback($var) + { + GPBUtil::checkMessage($var, \Registration\Core\NotificationCallback::class); + $this->writeOneof(19, $var); return $this; } diff --git a/generated/Registration/Core/ClientAlertMessage.php b/generated/Registration/Core/ClientAlertMessage.php new file mode 100644 index 0000000..60e18ab --- /dev/null +++ b/generated/Registration/Core/ClientAlertMessage.php @@ -0,0 +1,144 @@ +registration.core.ClientAlertMessage + */ +class ClientAlertMessage +{ + /** + * Generated from protobuf enum NoAlert = 0; + */ + const NoAlert = 0; + /** + * Generated from protobuf enum ExpiredLicenseLegacy = 1; + */ + const ExpiredLicenseLegacy = 1; + /** + * Generated from protobuf enum ExpiredSubscription = 2; + */ + const ExpiredSubscription = 2; + /** + * Generated from protobuf enum InvalidLicense = 3; + */ + const InvalidLicense = 3; + /** + * Generated from protobuf enum NoSeatsLegacy = 4; + */ + const NoSeatsLegacy = 4; + /** + * Generated from protobuf enum NoSeatsSubscription = 5; + */ + const NoSeatsSubscription = 5; + /** + * Generated from protobuf enum SeatDeactivatedSubscription = 6; + */ + const SeatDeactivatedSubscription = 6; + /** + * Generated from protobuf enum TimeDiscrepancyAlert = 7; + */ + const TimeDiscrepancyAlert = 7; + /** + * Generated from protobuf enum NoNetwork = 8; + */ + const NoNetwork = 8; + /** + * Generated from protobuf enum NoBibleCopies = 9; + */ + const NoBibleCopies = 9; + /** + * Generated from protobuf enum BibleMissingAlert = 10; + */ + const BibleMissingAlert = 10; + /** + * Generated from protobuf enum BibleNotPurchasedLegacy = 11; + */ + const BibleNotPurchasedLegacy = 11; + /** + * Generated from protobuf enum BibleNotPurchasedSubscription = 12; + */ + const BibleNotPurchasedSubscription = 12; + /** + * Generated from protobuf enum UnsuccessfulBibleActivationLegacy = 13; + */ + const UnsuccessfulBibleActivationLegacy = 13; + /** + * Generated from protobuf enum UnsuccessfulBibleActivationSubscription = 14; + */ + const UnsuccessfulBibleActivationSubscription = 14; + /** + * Generated from protobuf enum IOErrorAlert = 15; + */ + const IOErrorAlert = 15; + /** + * Generated from protobuf enum CodeExpiredAlert = 16; + */ + const CodeExpiredAlert = 16; + /** + * Generated from protobuf enum CodeInvalidAlert = 17; + */ + const CodeInvalidAlert = 17; + /** + * Generated from protobuf enum UnsuccessfulActivation = 18; + */ + const UnsuccessfulActivation = 18; + /** + * Generated from protobuf enum DeviceSignedOutSubscription = 19; + */ + const DeviceSignedOutSubscription = 19; + /** + * Generated from protobuf enum UnknownAlert = 20; + */ + const UnknownAlert = 20; + + private static $valueToName = [ + self::NoAlert => 'NoAlert', + self::ExpiredLicenseLegacy => 'ExpiredLicenseLegacy', + self::ExpiredSubscription => 'ExpiredSubscription', + self::InvalidLicense => 'InvalidLicense', + self::NoSeatsLegacy => 'NoSeatsLegacy', + self::NoSeatsSubscription => 'NoSeatsSubscription', + self::SeatDeactivatedSubscription => 'SeatDeactivatedSubscription', + self::TimeDiscrepancyAlert => 'TimeDiscrepancyAlert', + self::NoNetwork => 'NoNetwork', + self::NoBibleCopies => 'NoBibleCopies', + self::BibleMissingAlert => 'BibleMissingAlert', + self::BibleNotPurchasedLegacy => 'BibleNotPurchasedLegacy', + self::BibleNotPurchasedSubscription => 'BibleNotPurchasedSubscription', + self::UnsuccessfulBibleActivationLegacy => 'UnsuccessfulBibleActivationLegacy', + self::UnsuccessfulBibleActivationSubscription => 'UnsuccessfulBibleActivationSubscription', + self::IOErrorAlert => 'IOErrorAlert', + self::CodeExpiredAlert => 'CodeExpiredAlert', + self::CodeInvalidAlert => 'CodeInvalidAlert', + self::UnsuccessfulActivation => 'UnsuccessfulActivation', + self::DeviceSignedOutSubscription => 'DeviceSignedOutSubscription', + self::UnknownAlert => 'UnknownAlert', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Registration/Core/DeactivationComplete.php b/generated/Registration/Core/DeactivationComplete.php deleted file mode 100644 index 0c51da4..0000000 --- a/generated/Registration/Core/DeactivationComplete.php +++ /dev/null @@ -1,59 +0,0 @@ -registration.core.DeactivationComplete - */ -class DeactivationComplete extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .registration.core.Status result = 1; - */ - protected $result = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $result - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Registration::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .registration.core.Status result = 1; - * @return int - */ - public function getResult() - { - return $this->result; - } - - /** - * Generated from protobuf field .registration.core.Status result = 1; - * @param int $var - * @return $this - */ - public function setResult($var) - { - GPBUtil::checkEnum($var, \Registration\Core\Status::class); - $this->result = $var; - - return $this; - } - -} - diff --git a/generated/Registration/Core/DowngradeAvailable.php b/generated/Registration/Core/DowngradeAvailable.php index a439398..53312c6 100644 --- a/generated/Registration/Core/DowngradeAvailable.php +++ b/generated/Registration/Core/DowngradeAvailable.php @@ -26,6 +26,10 @@ class DowngradeAvailable extends \Google\Protobuf\Internal\Message * Generated from protobuf field string release_notes = 3; */ protected $release_notes = ''; + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 4; + */ + protected $client_alert = 0; /** * Constructor. @@ -36,6 +40,7 @@ class DowngradeAvailable extends \Google\Protobuf\Internal\Message * @type int $status * @type \Registration\Core\BuildInformation $downgrade * @type string $release_notes + * @type int $client_alert * } */ public function __construct($data = NULL) { @@ -119,5 +124,27 @@ class DowngradeAvailable extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 4; + * @return int + */ + public function getClientAlert() + { + return $this->client_alert; + } + + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 4; + * @param int $var + * @return $this + */ + public function setClientAlert($var) + { + GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class); + $this->client_alert = $var; + + return $this; + } + } diff --git a/generated/Registration/Core/DownloadProgress.php b/generated/Registration/Core/DownloadProgress.php index 324595f..74417ac 100644 --- a/generated/Registration/Core/DownloadProgress.php +++ b/generated/Registration/Core/DownloadProgress.php @@ -26,6 +26,10 @@ class DownloadProgress extends \Google\Protobuf\Internal\Message * Generated from protobuf field float progress = 3; */ protected $progress = 0.0; + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 4; + */ + protected $client_alert = 0; /** * Constructor. @@ -36,6 +40,7 @@ class DownloadProgress extends \Google\Protobuf\Internal\Message * @type int $status * @type bool $complete * @type float $progress + * @type int $client_alert * } */ public function __construct($data = NULL) { @@ -109,5 +114,27 @@ class DownloadProgress extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 4; + * @return int + */ + public function getClientAlert() + { + return $this->client_alert; + } + + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 4; + * @param int $var + * @return $this + */ + public function setClientAlert($var) + { + GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class); + $this->client_alert = $var; + + return $this; + } + } diff --git a/generated/Registration/Core/FeatureFlags.php b/generated/Registration/Core/FeatureFlags.php deleted file mode 100644 index b29f917..0000000 --- a/generated/Registration/Core/FeatureFlags.php +++ /dev/null @@ -1,86 +0,0 @@ -registration.core.FeatureFlags - */ -class FeatureFlags extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field bool use_staging = 1; - */ - protected $use_staging = false; - /** - * Generated from protobuf field bool use_subscription = 2; - */ - protected $use_subscription = false; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type bool $use_staging - * @type bool $use_subscription - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Registration::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field bool use_staging = 1; - * @return bool - */ - public function getUseStaging() - { - return $this->use_staging; - } - - /** - * Generated from protobuf field bool use_staging = 1; - * @param bool $var - * @return $this - */ - public function setUseStaging($var) - { - GPBUtil::checkBool($var); - $this->use_staging = $var; - - return $this; - } - - /** - * Generated from protobuf field bool use_subscription = 2; - * @return bool - */ - public function getUseSubscription() - { - return $this->use_subscription; - } - - /** - * Generated from protobuf field bool use_subscription = 2; - * @param bool $var - * @return $this - */ - public function setUseSubscription($var) - { - GPBUtil::checkBool($var); - $this->use_subscription = $var; - - return $this; - } - -} - diff --git a/generated/Registration/Core/FreeBibles.php b/generated/Registration/Core/FreeBibles.php deleted file mode 100644 index a6c1c12..0000000 --- a/generated/Registration/Core/FreeBibles.php +++ /dev/null @@ -1,86 +0,0 @@ -registration.core.FreeBibles - */ -class FreeBibles extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .registration.core.Status status = 1; - */ - protected $status = 0; - /** - * Generated from protobuf field repeated .registration.core.Bible bibles = 2; - */ - private $bibles; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $status - * @type array<\Registration\Core\Bible>|\Google\Protobuf\Internal\RepeatedField $bibles - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Registration::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .registration.core.Status status = 1; - * @return int - */ - public function getStatus() - { - return $this->status; - } - - /** - * Generated from protobuf field .registration.core.Status status = 1; - * @param int $var - * @return $this - */ - public function setStatus($var) - { - GPBUtil::checkEnum($var, \Registration\Core\Status::class); - $this->status = $var; - - return $this; - } - - /** - * Generated from protobuf field repeated .registration.core.Bible bibles = 2; - * @return \Google\Protobuf\Internal\RepeatedField - */ - public function getBibles() - { - return $this->bibles; - } - - /** - * Generated from protobuf field repeated .registration.core.Bible bibles = 2; - * @param array<\Registration\Core\Bible>|\Google\Protobuf\Internal\RepeatedField $var - * @return $this - */ - public function setBibles($var) - { - $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Registration\Core\Bible::class); - $this->bibles = $arr; - - return $this; - } - -} - diff --git a/generated/Registration/Core/GetActivateCode.php b/generated/Registration/Core/GetActivateCode.php new file mode 100644 index 0000000..c99f975 --- /dev/null +++ b/generated/Registration/Core/GetActivateCode.php @@ -0,0 +1,86 @@ +registration.core.GetActivateCode + */ +class GetActivateCode extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string seat_bucket_id = 1; + */ + protected $seat_bucket_id = ''; + /** + * Generated from protobuf field string organization_uuid = 2; + */ + protected $organization_uuid = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $seat_bucket_id + * @type string $organization_uuid + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string seat_bucket_id = 1; + * @return string + */ + public function getSeatBucketId() + { + return $this->seat_bucket_id; + } + + /** + * Generated from protobuf field string seat_bucket_id = 1; + * @param string $var + * @return $this + */ + public function setSeatBucketId($var) + { + GPBUtil::checkString($var, True); + $this->seat_bucket_id = $var; + + return $this; + } + + /** + * Generated from protobuf field string organization_uuid = 2; + * @return string + */ + public function getOrganizationUuid() + { + return $this->organization_uuid; + } + + /** + * Generated from protobuf field string organization_uuid = 2; + * @param string $var + * @return $this + */ + public function setOrganizationUuid($var) + { + GPBUtil::checkString($var, True); + $this->organization_uuid = $var; + + return $this; + } + +} + diff --git a/generated/Registration/Core/GetAvailableVersion.php b/generated/Registration/Core/GetAvailableVersion.php index 46c4413..0f960e7 100644 --- a/generated/Registration/Core/GetAvailableVersion.php +++ b/generated/Registration/Core/GetAvailableVersion.php @@ -26,6 +26,10 @@ class GetAvailableVersion extends \Google\Protobuf\Internal\Message * Generated from protobuf field string format = 3; */ protected $format = ''; + /** + * Generated from protobuf field bool user_initiated = 4; + */ + protected $user_initiated = false; /** * Constructor. @@ -36,6 +40,7 @@ class GetAvailableVersion extends \Google\Protobuf\Internal\Message * @type bool $include_notes * @type string $channel * @type string $format + * @type bool $user_initiated * } */ public function __construct($data = NULL) { @@ -109,5 +114,27 @@ class GetAvailableVersion extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field bool user_initiated = 4; + * @return bool + */ + public function getUserInitiated() + { + return $this->user_initiated; + } + + /** + * Generated from protobuf field bool user_initiated = 4; + * @param bool $var + * @return $this + */ + public function setUserInitiated($var) + { + GPBUtil::checkBool($var); + $this->user_initiated = $var; + + return $this; + } + } diff --git a/generated/Registration/Core/GetFreeBibles.php b/generated/Registration/Core/GetBibles.php similarity index 80% rename from generated/Registration/Core/GetFreeBibles.php rename to generated/Registration/Core/GetBibles.php index 5f0a32e..9151465 100644 --- a/generated/Registration/Core/GetFreeBibles.php +++ b/generated/Registration/Core/GetBibles.php @@ -10,9 +10,9 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message registration.core.GetFreeBibles + * Generated from protobuf message registration.core.GetBibles */ -class GetFreeBibles extends \Google\Protobuf\Internal\Message +class GetBibles extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Registration/Core/MarkNotificationsRead.php b/generated/Registration/Core/MarkNotificationsRead.php new file mode 100644 index 0000000..21c4b78 --- /dev/null +++ b/generated/Registration/Core/MarkNotificationsRead.php @@ -0,0 +1,59 @@ +registration.core.MarkNotificationsRead + */ +class MarkNotificationsRead extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field repeated string id = 1; + */ + private $id; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type array|\Google\Protobuf\Internal\RepeatedField $id + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field repeated string id = 1; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getId() + { + return $this->id; + } + + /** + * Generated from protobuf field repeated string id = 1; + * @param array|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setId($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); + $this->id = $arr; + + return $this; + } + +} + diff --git a/generated/Registration/Core/Notification.php b/generated/Registration/Core/Notification.php new file mode 100644 index 0000000..ae4edda --- /dev/null +++ b/generated/Registration/Core/Notification.php @@ -0,0 +1,248 @@ +registration.core.Notification + */ +class Notification extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string id = 1; + */ + protected $id = ''; + /** + * Generated from protobuf field string header = 2; + */ + protected $header = ''; + /** + * Generated from protobuf field string body = 3; + */ + protected $body = ''; + /** + * Generated from protobuf field string url = 4; + */ + protected $url = ''; + /** + * Generated from protobuf field string url_display_text = 5; + */ + protected $url_display_text = ''; + /** + * Generated from protobuf field uint64 created_at = 6; + */ + protected $created_at = 0; + /** + * Generated from protobuf field uint64 expires_at = 7; + */ + protected $expires_at = 0; + /** + * Generated from protobuf field bool is_read = 8; + */ + protected $is_read = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $id + * @type string $header + * @type string $body + * @type string $url + * @type string $url_display_text + * @type int|string $created_at + * @type int|string $expires_at + * @type bool $is_read + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string id = 1; + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * Generated from protobuf field string id = 1; + * @param string $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkString($var, True); + $this->id = $var; + + return $this; + } + + /** + * Generated from protobuf field string header = 2; + * @return string + */ + public function getHeader() + { + return $this->header; + } + + /** + * Generated from protobuf field string header = 2; + * @param string $var + * @return $this + */ + public function setHeader($var) + { + GPBUtil::checkString($var, True); + $this->header = $var; + + return $this; + } + + /** + * Generated from protobuf field string body = 3; + * @return string + */ + public function getBody() + { + return $this->body; + } + + /** + * Generated from protobuf field string body = 3; + * @param string $var + * @return $this + */ + public function setBody($var) + { + GPBUtil::checkString($var, True); + $this->body = $var; + + return $this; + } + + /** + * Generated from protobuf field string url = 4; + * @return string + */ + public function getUrl() + { + return $this->url; + } + + /** + * Generated from protobuf field string url = 4; + * @param string $var + * @return $this + */ + public function setUrl($var) + { + GPBUtil::checkString($var, True); + $this->url = $var; + + return $this; + } + + /** + * Generated from protobuf field string url_display_text = 5; + * @return string + */ + public function getUrlDisplayText() + { + return $this->url_display_text; + } + + /** + * Generated from protobuf field string url_display_text = 5; + * @param string $var + * @return $this + */ + public function setUrlDisplayText($var) + { + GPBUtil::checkString($var, True); + $this->url_display_text = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 created_at = 6; + * @return int|string + */ + public function getCreatedAt() + { + return $this->created_at; + } + + /** + * Generated from protobuf field uint64 created_at = 6; + * @param int|string $var + * @return $this + */ + public function setCreatedAt($var) + { + GPBUtil::checkUint64($var); + $this->created_at = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 expires_at = 7; + * @return int|string + */ + public function getExpiresAt() + { + return $this->expires_at; + } + + /** + * Generated from protobuf field uint64 expires_at = 7; + * @param int|string $var + * @return $this + */ + public function setExpiresAt($var) + { + GPBUtil::checkUint64($var); + $this->expires_at = $var; + + return $this; + } + + /** + * Generated from protobuf field bool is_read = 8; + * @return bool + */ + public function getIsRead() + { + return $this->is_read; + } + + /** + * Generated from protobuf field bool is_read = 8; + * @param bool $var + * @return $this + */ + public function setIsRead($var) + { + GPBUtil::checkBool($var); + $this->is_read = $var; + + return $this; + } + +} + diff --git a/generated/Registration/Core/NotificationCallback.php b/generated/Registration/Core/NotificationCallback.php new file mode 100644 index 0000000..3598ade --- /dev/null +++ b/generated/Registration/Core/NotificationCallback.php @@ -0,0 +1,59 @@ +registration.core.NotificationCallback + */ +class NotificationCallback extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 2; + */ + private $notifications; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type array<\Registration\Core\Notification>|\Google\Protobuf\Internal\RepeatedField $notifications + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 2; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getNotifications() + { + return $this->notifications; + } + + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 2; + * @param array<\Registration\Core\Notification>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setNotifications($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Registration\Core\Notification::class); + $this->notifications = $arr; + + return $this; + } + +} + diff --git a/generated/Registration/Core/NotificationData.php b/generated/Registration/Core/NotificationData.php new file mode 100644 index 0000000..6853661 --- /dev/null +++ b/generated/Registration/Core/NotificationData.php @@ -0,0 +1,59 @@ +registration.core.NotificationData + */ +class NotificationData extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bytes data = 1; + */ + protected $data = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $data + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bytes data = 1; + * @return string + */ + public function getData() + { + return $this->data; + } + + /** + * Generated from protobuf field bytes data = 1; + * @param string $var + * @return $this + */ + public function setData($var) + { + GPBUtil::checkString($var, False); + $this->data = $var; + + return $this; + } + +} + diff --git a/generated/Registration/Core/NotificationDataStore.php b/generated/Registration/Core/NotificationDataStore.php new file mode 100644 index 0000000..6784fe3 --- /dev/null +++ b/generated/Registration/Core/NotificationDataStore.php @@ -0,0 +1,86 @@ +registration.core.NotificationDataStore + */ +class NotificationDataStore extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 1; + */ + private $notifications; + /** + * Generated from protobuf field repeated string read_ids = 2; + */ + private $read_ids; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type array<\Registration\Core\Notification>|\Google\Protobuf\Internal\RepeatedField $notifications + * @type array|\Google\Protobuf\Internal\RepeatedField $read_ids + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 1; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getNotifications() + { + return $this->notifications; + } + + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 1; + * @param array<\Registration\Core\Notification>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setNotifications($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Registration\Core\Notification::class); + $this->notifications = $arr; + + return $this; + } + + /** + * Generated from protobuf field repeated string read_ids = 2; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getReadIds() + { + return $this->read_ids; + } + + /** + * Generated from protobuf field repeated string read_ids = 2; + * @param array|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setReadIds($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); + $this->read_ids = $arr; + + return $this; + } + +} + diff --git a/generated/Registration/Core/Notifications.php b/generated/Registration/Core/Notifications.php new file mode 100644 index 0000000..9aeccdb --- /dev/null +++ b/generated/Registration/Core/Notifications.php @@ -0,0 +1,59 @@ +registration.core.Notifications + */ +class Notifications extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 1; + */ + private $notifications; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type array<\Registration\Core\Notification>|\Google\Protobuf\Internal\RepeatedField $notifications + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 1; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getNotifications() + { + return $this->notifications; + } + + /** + * Generated from protobuf field repeated .registration.core.Notification notifications = 1; + * @param array<\Registration\Core\Notification>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setNotifications($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Registration\Core\Notification::class); + $this->notifications = $arr; + + return $this; + } + +} + diff --git a/generated/Registration/Core/PopupAlertMessage.php b/generated/Registration/Core/PopupAlertMessage.php index 8235c24..6ef9882 100644 --- a/generated/Registration/Core/PopupAlertMessage.php +++ b/generated/Registration/Core/PopupAlertMessage.php @@ -17,28 +17,48 @@ class PopupAlertMessage */ const NoPopupAlert = 0; /** - * Generated from protobuf enum Activation = 1; + * Generated from protobuf enum SeatActivated = 1; */ - const Activation = 1; + const SeatActivated = 1; /** - * Generated from protobuf enum ActivationNoSeat = 2; + * Generated from protobuf enum NoSeatActivated = 2; */ - const ActivationNoSeat = 2; + const NoSeatActivated = 2; /** - * Generated from protobuf enum NotSignedIn = 3; + * Generated from protobuf enum NoLicenseActivated = 3; */ - const NotSignedIn = 3; + const NoLicenseActivated = 3; /** - * Generated from protobuf enum SignedInNoSubscription = 4; + * Generated from protobuf enum LegacyLicenseProContentActivated = 4; */ - const SignedInNoSubscription = 4; + const LegacyLicenseProContentActivated = 4; + /** + * Generated from protobuf enum FirstLaunchLegacyLicense = 5; + */ + const FirstLaunchLegacyLicense = 5; + /** + * Generated from protobuf enum FullySignedOut = 6; + */ + const FullySignedOut = 6; + /** + * Generated from protobuf enum FirstLaunchSignedInNoSubscriptionNoLicense = 7; + */ + const FirstLaunchSignedInNoSubscriptionNoLicense = 7; + /** + * Generated from protobuf enum FirstLaunchSignedInNoSubscriptionLegacyLicense = 8; + */ + const FirstLaunchSignedInNoSubscriptionLegacyLicense = 8; private static $valueToName = [ self::NoPopupAlert => 'NoPopupAlert', - self::Activation => 'Activation', - self::ActivationNoSeat => 'ActivationNoSeat', - self::NotSignedIn => 'NotSignedIn', - self::SignedInNoSubscription => 'SignedInNoSubscription', + self::SeatActivated => 'SeatActivated', + self::NoSeatActivated => 'NoSeatActivated', + self::NoLicenseActivated => 'NoLicenseActivated', + self::LegacyLicenseProContentActivated => 'LegacyLicenseProContentActivated', + self::FirstLaunchLegacyLicense => 'FirstLaunchLegacyLicense', + self::FullySignedOut => 'FullySignedOut', + self::FirstLaunchSignedInNoSubscriptionNoLicense => 'FirstLaunchSignedInNoSubscriptionNoLicense', + self::FirstLaunchSignedInNoSubscriptionLegacyLicense => 'FirstLaunchSignedInNoSubscriptionLegacyLicense', ]; public static function name($value) diff --git a/generated/Registration/Core/PurchasedBibles.php b/generated/Registration/Core/PurchasedBibles.php deleted file mode 100644 index 3fa0ab2..0000000 --- a/generated/Registration/Core/PurchasedBibles.php +++ /dev/null @@ -1,86 +0,0 @@ -registration.core.PurchasedBibles - */ -class PurchasedBibles extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .registration.core.Status status = 1; - */ - protected $status = 0; - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 2; - */ - private $bibles; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $status - * @type array<\Registration\Core\PurchasedBible>|\Google\Protobuf\Internal\RepeatedField $bibles - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Registration::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .registration.core.Status status = 1; - * @return int - */ - public function getStatus() - { - return $this->status; - } - - /** - * Generated from protobuf field .registration.core.Status status = 1; - * @param int $var - * @return $this - */ - public function setStatus($var) - { - GPBUtil::checkEnum($var, \Registration\Core\Status::class); - $this->status = $var; - - return $this; - } - - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 2; - * @return \Google\Protobuf\Internal\RepeatedField - */ - public function getBibles() - { - return $this->bibles; - } - - /** - * Generated from protobuf field repeated .registration.core.PurchasedBible bibles = 2; - * @param array<\Registration\Core\PurchasedBible>|\Google\Protobuf\Internal\RepeatedField $var - * @return $this - */ - public function setBibles($var) - { - $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Registration\Core\PurchasedBible::class); - $this->bibles = $arr; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/Trigger/AudioBin.php b/generated/Registration/Core/ReadNotificationData.php similarity index 64% rename from generated/Rv/Analytics/Trigger/AudioBin.php rename to generated/Registration/Core/ReadNotificationData.php index d798428..2e3d5b5 100644 --- a/generated/Rv/Analytics/Trigger/AudioBin.php +++ b/generated/Registration/Core/ReadNotificationData.php @@ -1,18 +1,18 @@ rv.analytics.Trigger.AudioBin + * Generated from protobuf message registration.core.ReadNotificationData */ -class AudioBin extends \Google\Protobuf\Internal\Message +class ReadNotificationData extends \Google\Protobuf\Internal\Message { /** @@ -24,7 +24,7 @@ class AudioBin extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); + \GPBMetadata\Registration::initOnce(); parent::__construct($data); } diff --git a/generated/Registration/Core/Request.php b/generated/Registration/Core/Request.php index 0552c44..95d7a93 100644 --- a/generated/Registration/Core/Request.php +++ b/generated/Registration/Core/Request.php @@ -25,8 +25,7 @@ class Request extends \Google\Protobuf\Internal\Message * @type \Registration\Core\Register $register * @type \Registration\Core\Unregister $unregister * @type \Registration\Core\ChangeSeatType $change_seat_type - * @type \Registration\Core\GetFreeBibles $get_free_bibles - * @type \Registration\Core\GetPurchasedBibles $get_purchased_bibles + * @type \Registration\Core\GetBibles $get_bibles * @type \Registration\Core\ActivateBible $activate_bible * @type \Registration\Core\DeactivateBible $deactivate_bible * @type \Registration\Core\DownloadBible $download_bible @@ -39,6 +38,10 @@ class Request extends \Google\Protobuf\Internal\Message * @type \Registration\Core\ActivateLink $activate_link * @type \Registration\Core\UpdateToken $update_token * @type \Registration\Core\OldTokenData $old_token_data + * @type \Registration\Core\Signout $signout + * @type \Registration\Core\GetActivateCode $get_activate_code + * @type \Registration\Core\NotificationData $notification_data + * @type \Registration\Core\MarkNotificationsRead $markNotificationsRead * } */ public function __construct($data = NULL) { @@ -128,214 +131,214 @@ class Request extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .registration.core.GetFreeBibles get_free_bibles = 4; - * @return \Registration\Core\GetFreeBibles|null + * Generated from protobuf field .registration.core.GetBibles get_bibles = 4; + * @return \Registration\Core\GetBibles|null */ - public function getGetFreeBibles() + public function getGetBibles() { return $this->readOneof(4); } - public function hasGetFreeBibles() + public function hasGetBibles() { return $this->hasOneof(4); } /** - * Generated from protobuf field .registration.core.GetFreeBibles get_free_bibles = 4; - * @param \Registration\Core\GetFreeBibles $var + * Generated from protobuf field .registration.core.GetBibles get_bibles = 4; + * @param \Registration\Core\GetBibles $var * @return $this */ - public function setGetFreeBibles($var) + public function setGetBibles($var) { - GPBUtil::checkMessage($var, \Registration\Core\GetFreeBibles::class); + GPBUtil::checkMessage($var, \Registration\Core\GetBibles::class); $this->writeOneof(4, $var); return $this; } /** - * Generated from protobuf field .registration.core.GetPurchasedBibles get_purchased_bibles = 5; - * @return \Registration\Core\GetPurchasedBibles|null + * Generated from protobuf field .registration.core.ActivateBible activate_bible = 5; + * @return \Registration\Core\ActivateBible|null */ - public function getGetPurchasedBibles() + public function getActivateBible() { return $this->readOneof(5); } - public function hasGetPurchasedBibles() + public function hasActivateBible() { return $this->hasOneof(5); } /** - * Generated from protobuf field .registration.core.GetPurchasedBibles get_purchased_bibles = 5; - * @param \Registration\Core\GetPurchasedBibles $var - * @return $this - */ - public function setGetPurchasedBibles($var) - { - GPBUtil::checkMessage($var, \Registration\Core\GetPurchasedBibles::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .registration.core.ActivateBible activate_bible = 6; - * @return \Registration\Core\ActivateBible|null - */ - public function getActivateBible() - { - return $this->readOneof(6); - } - - public function hasActivateBible() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .registration.core.ActivateBible activate_bible = 6; + * Generated from protobuf field .registration.core.ActivateBible activate_bible = 5; * @param \Registration\Core\ActivateBible $var * @return $this */ public function setActivateBible($var) { GPBUtil::checkMessage($var, \Registration\Core\ActivateBible::class); - $this->writeOneof(6, $var); + $this->writeOneof(5, $var); return $this; } /** - * Generated from protobuf field .registration.core.DeactivateBible deactivate_bible = 7; + * Generated from protobuf field .registration.core.DeactivateBible deactivate_bible = 6; * @return \Registration\Core\DeactivateBible|null */ public function getDeactivateBible() { - return $this->readOneof(7); + return $this->readOneof(6); } public function hasDeactivateBible() { - return $this->hasOneof(7); + return $this->hasOneof(6); } /** - * Generated from protobuf field .registration.core.DeactivateBible deactivate_bible = 7; + * Generated from protobuf field .registration.core.DeactivateBible deactivate_bible = 6; * @param \Registration\Core\DeactivateBible $var * @return $this */ public function setDeactivateBible($var) { GPBUtil::checkMessage($var, \Registration\Core\DeactivateBible::class); - $this->writeOneof(7, $var); + $this->writeOneof(6, $var); return $this; } /** - * Generated from protobuf field .registration.core.DownloadBible download_bible = 8; + * Generated from protobuf field .registration.core.DownloadBible download_bible = 7; * @return \Registration\Core\DownloadBible|null */ public function getDownloadBible() { - return $this->readOneof(8); + return $this->readOneof(7); } public function hasDownloadBible() { - return $this->hasOneof(8); + return $this->hasOneof(7); } /** - * Generated from protobuf field .registration.core.DownloadBible download_bible = 8; + * Generated from protobuf field .registration.core.DownloadBible download_bible = 7; * @param \Registration\Core\DownloadBible $var * @return $this */ public function setDownloadBible($var) { GPBUtil::checkMessage($var, \Registration\Core\DownloadBible::class); - $this->writeOneof(8, $var); + $this->writeOneof(7, $var); return $this; } /** - * Generated from protobuf field .registration.core.RegistrationData registration_data = 9; + * Generated from protobuf field .registration.core.RegistrationData registration_data = 8; * @return \Registration\Core\RegistrationData|null */ public function getRegistrationData() { - return $this->readOneof(9); + return $this->readOneof(8); } public function hasRegistrationData() { - return $this->hasOneof(9); + return $this->hasOneof(8); } /** - * Generated from protobuf field .registration.core.RegistrationData registration_data = 9; + * Generated from protobuf field .registration.core.RegistrationData registration_data = 8; * @param \Registration\Core\RegistrationData $var * @return $this */ public function setRegistrationData($var) { GPBUtil::checkMessage($var, \Registration\Core\RegistrationData::class); - $this->writeOneof(9, $var); + $this->writeOneof(8, $var); return $this; } /** - * Generated from protobuf field .registration.core.ProductInformation product_information = 10; + * Generated from protobuf field .registration.core.ProductInformation product_information = 9; * @return \Registration\Core\ProductInformation|null */ public function getProductInformation() { - return $this->readOneof(10); + return $this->readOneof(9); } public function hasProductInformation() { - return $this->hasOneof(10); + return $this->hasOneof(9); } /** - * Generated from protobuf field .registration.core.ProductInformation product_information = 10; + * Generated from protobuf field .registration.core.ProductInformation product_information = 9; * @param \Registration\Core\ProductInformation $var * @return $this */ public function setProductInformation($var) { GPBUtil::checkMessage($var, \Registration\Core\ProductInformation::class); + $this->writeOneof(9, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.GetAvailableVersion get_upgrades_available = 10; + * @return \Registration\Core\GetAvailableVersion|null + */ + public function getGetUpgradesAvailable() + { + return $this->readOneof(10); + } + + public function hasGetUpgradesAvailable() + { + return $this->hasOneof(10); + } + + /** + * Generated from protobuf field .registration.core.GetAvailableVersion get_upgrades_available = 10; + * @param \Registration\Core\GetAvailableVersion $var + * @return $this + */ + public function setGetUpgradesAvailable($var) + { + GPBUtil::checkMessage($var, \Registration\Core\GetAvailableVersion::class); $this->writeOneof(10, $var); return $this; } /** - * Generated from protobuf field .registration.core.GetAvailableVersion get_upgrades_available = 11; + * Generated from protobuf field .registration.core.GetAvailableVersion get_downgrade_available = 11; * @return \Registration\Core\GetAvailableVersion|null */ - public function getGetUpgradesAvailable() + public function getGetDowngradeAvailable() { return $this->readOneof(11); } - public function hasGetUpgradesAvailable() + public function hasGetDowngradeAvailable() { return $this->hasOneof(11); } /** - * Generated from protobuf field .registration.core.GetAvailableVersion get_upgrades_available = 11; + * Generated from protobuf field .registration.core.GetAvailableVersion get_downgrade_available = 11; * @param \Registration\Core\GetAvailableVersion $var * @return $this */ - public function setGetUpgradesAvailable($var) + public function setGetDowngradeAvailable($var) { GPBUtil::checkMessage($var, \Registration\Core\GetAvailableVersion::class); $this->writeOneof(11, $var); @@ -344,167 +347,248 @@ class Request extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .registration.core.GetAvailableVersion get_downgrade_available = 12; - * @return \Registration\Core\GetAvailableVersion|null + * Generated from protobuf field .registration.core.DownloadNewVersion download_new_version = 12; + * @return \Registration\Core\DownloadNewVersion|null */ - public function getGetDowngradeAvailable() + public function getDownloadNewVersion() { return $this->readOneof(12); } - public function hasGetDowngradeAvailable() + public function hasDownloadNewVersion() { return $this->hasOneof(12); } /** - * Generated from protobuf field .registration.core.GetAvailableVersion get_downgrade_available = 12; - * @param \Registration\Core\GetAvailableVersion $var - * @return $this - */ - public function setGetDowngradeAvailable($var) - { - GPBUtil::checkMessage($var, \Registration\Core\GetAvailableVersion::class); - $this->writeOneof(12, $var); - - return $this; - } - - /** - * Generated from protobuf field .registration.core.DownloadNewVersion download_new_version = 13; - * @return \Registration\Core\DownloadNewVersion|null - */ - public function getDownloadNewVersion() - { - return $this->readOneof(13); - } - - public function hasDownloadNewVersion() - { - return $this->hasOneof(13); - } - - /** - * Generated from protobuf field .registration.core.DownloadNewVersion download_new_version = 13; + * Generated from protobuf field .registration.core.DownloadNewVersion download_new_version = 12; * @param \Registration\Core\DownloadNewVersion $var * @return $this */ public function setDownloadNewVersion($var) { GPBUtil::checkMessage($var, \Registration\Core\DownloadNewVersion::class); - $this->writeOneof(13, $var); + $this->writeOneof(12, $var); return $this; } /** - * Generated from protobuf field .registration.core.Refresh refresh = 14; + * Generated from protobuf field .registration.core.Refresh refresh = 13; * @return \Registration\Core\Refresh|null */ public function getRefresh() { - return $this->readOneof(14); + return $this->readOneof(13); } public function hasRefresh() { - return $this->hasOneof(14); + return $this->hasOneof(13); } /** - * Generated from protobuf field .registration.core.Refresh refresh = 14; + * Generated from protobuf field .registration.core.Refresh refresh = 13; * @param \Registration\Core\Refresh $var * @return $this */ public function setRefresh($var) { GPBUtil::checkMessage($var, \Registration\Core\Refresh::class); - $this->writeOneof(14, $var); + $this->writeOneof(13, $var); return $this; } /** - * Generated from protobuf field .registration.core.ActivateLink activate_link = 15; + * Generated from protobuf field .registration.core.ActivateLink activate_link = 14; * @return \Registration\Core\ActivateLink|null */ public function getActivateLink() { - return $this->readOneof(15); + return $this->readOneof(14); } public function hasActivateLink() { - return $this->hasOneof(15); + return $this->hasOneof(14); } /** - * Generated from protobuf field .registration.core.ActivateLink activate_link = 15; + * Generated from protobuf field .registration.core.ActivateLink activate_link = 14; * @param \Registration\Core\ActivateLink $var * @return $this */ public function setActivateLink($var) { GPBUtil::checkMessage($var, \Registration\Core\ActivateLink::class); - $this->writeOneof(15, $var); + $this->writeOneof(14, $var); return $this; } /** - * Generated from protobuf field .registration.core.UpdateToken update_token = 16; + * Generated from protobuf field .registration.core.UpdateToken update_token = 15; * @return \Registration\Core\UpdateToken|null */ public function getUpdateToken() { - return $this->readOneof(16); + return $this->readOneof(15); } public function hasUpdateToken() { - return $this->hasOneof(16); + return $this->hasOneof(15); } /** - * Generated from protobuf field .registration.core.UpdateToken update_token = 16; + * Generated from protobuf field .registration.core.UpdateToken update_token = 15; * @param \Registration\Core\UpdateToken $var * @return $this */ public function setUpdateToken($var) { GPBUtil::checkMessage($var, \Registration\Core\UpdateToken::class); - $this->writeOneof(16, $var); + $this->writeOneof(15, $var); return $this; } /** - * Generated from protobuf field .registration.core.OldTokenData old_token_data = 17; + * Generated from protobuf field .registration.core.OldTokenData old_token_data = 16; * @return \Registration\Core\OldTokenData|null */ public function getOldTokenData() { - return $this->readOneof(17); + return $this->readOneof(16); } public function hasOldTokenData() { - return $this->hasOneof(17); + return $this->hasOneof(16); } /** - * Generated from protobuf field .registration.core.OldTokenData old_token_data = 17; + * Generated from protobuf field .registration.core.OldTokenData old_token_data = 16; * @param \Registration\Core\OldTokenData $var * @return $this */ public function setOldTokenData($var) { GPBUtil::checkMessage($var, \Registration\Core\OldTokenData::class); + $this->writeOneof(16, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.Signout signout = 17; + * @return \Registration\Core\Signout|null + */ + public function getSignout() + { + return $this->readOneof(17); + } + + public function hasSignout() + { + return $this->hasOneof(17); + } + + /** + * Generated from protobuf field .registration.core.Signout signout = 17; + * @param \Registration\Core\Signout $var + * @return $this + */ + public function setSignout($var) + { + GPBUtil::checkMessage($var, \Registration\Core\Signout::class); $this->writeOneof(17, $var); return $this; } + /** + * Generated from protobuf field .registration.core.GetActivateCode get_activate_code = 18; + * @return \Registration\Core\GetActivateCode|null + */ + public function getGetActivateCode() + { + return $this->readOneof(18); + } + + public function hasGetActivateCode() + { + return $this->hasOneof(18); + } + + /** + * Generated from protobuf field .registration.core.GetActivateCode get_activate_code = 18; + * @param \Registration\Core\GetActivateCode $var + * @return $this + */ + public function setGetActivateCode($var) + { + GPBUtil::checkMessage($var, \Registration\Core\GetActivateCode::class); + $this->writeOneof(18, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.NotificationData notification_data = 19; + * @return \Registration\Core\NotificationData|null + */ + public function getNotificationData() + { + return $this->readOneof(19); + } + + public function hasNotificationData() + { + return $this->hasOneof(19); + } + + /** + * Generated from protobuf field .registration.core.NotificationData notification_data = 19; + * @param \Registration\Core\NotificationData $var + * @return $this + */ + public function setNotificationData($var) + { + GPBUtil::checkMessage($var, \Registration\Core\NotificationData::class); + $this->writeOneof(19, $var); + + return $this; + } + + /** + * Generated from protobuf field .registration.core.MarkNotificationsRead markNotificationsRead = 20; + * @return \Registration\Core\MarkNotificationsRead|null + */ + public function getMarkNotificationsRead() + { + return $this->readOneof(20); + } + + public function hasMarkNotificationsRead() + { + return $this->hasOneof(20); + } + + /** + * Generated from protobuf field .registration.core.MarkNotificationsRead markNotificationsRead = 20; + * @param \Registration\Core\MarkNotificationsRead $var + * @return $this + */ + public function setMarkNotificationsRead($var) + { + GPBUtil::checkMessage($var, \Registration\Core\MarkNotificationsRead::class); + $this->writeOneof(20, $var); + + return $this; + } + /** * @return string */ diff --git a/generated/Registration/Core/SetClientInfo.php b/generated/Registration/Core/SetClientInfo.php new file mode 100644 index 0000000..318f8df --- /dev/null +++ b/generated/Registration/Core/SetClientInfo.php @@ -0,0 +1,86 @@ +registration.core.SetClientInfo + */ +class SetClientInfo extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field int32 client_id = 1; + */ + protected $client_id = 0; + /** + * Generated from protobuf field string client_secret = 2; + */ + protected $client_secret = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $client_id + * @type string $client_secret + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field int32 client_id = 1; + * @return int + */ + public function getClientId() + { + return $this->client_id; + } + + /** + * Generated from protobuf field int32 client_id = 1; + * @param int $var + * @return $this + */ + public function setClientId($var) + { + GPBUtil::checkInt32($var); + $this->client_id = $var; + + return $this; + } + + /** + * Generated from protobuf field string client_secret = 2; + * @return string + */ + public function getClientSecret() + { + return $this->client_secret; + } + + /** + * Generated from protobuf field string client_secret = 2; + * @param string $var + * @return $this + */ + public function setClientSecret($var) + { + GPBUtil::checkString($var, True); + $this->client_secret = $var; + + return $this; + } + +} + diff --git a/generated/Registration/Core/GetPurchasedBibles.php b/generated/Registration/Core/Signout.php similarity index 79% rename from generated/Registration/Core/GetPurchasedBibles.php rename to generated/Registration/Core/Signout.php index c4719f4..d12cdea 100644 --- a/generated/Registration/Core/GetPurchasedBibles.php +++ b/generated/Registration/Core/Signout.php @@ -10,9 +10,9 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message registration.core.GetPurchasedBibles + * Generated from protobuf message registration.core.Signout */ -class GetPurchasedBibles extends \Google\Protobuf\Internal\Message +class Signout extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Registration/Core/Status.php b/generated/Registration/Core/Status.php index 8baa60a..b17183e 100644 --- a/generated/Registration/Core/Status.php +++ b/generated/Registration/Core/Status.php @@ -73,9 +73,25 @@ class Status */ const NotInitialized = 14; /** - * Generated from protobuf enum UnknownError = 15; + * Generated from protobuf enum TokenExpired = 15; */ - const UnknownError = 15; + const TokenExpired = 15; + /** + * Generated from protobuf enum TokenInvalid = 16; + */ + const TokenInvalid = 16; + /** + * Generated from protobuf enum ActivationCodeExpired = 17; + */ + const ActivationCodeExpired = 17; + /** + * Generated from protobuf enum ActivationCodeInvalid = 18; + */ + const ActivationCodeInvalid = 18; + /** + * Generated from protobuf enum UnknownError = 19; + */ + const UnknownError = 19; private static $valueToName = [ self::Success => 'Success', @@ -93,6 +109,10 @@ class Status self::NetworkError => 'NetworkError', self::IOError => 'IOError', self::NotInitialized => 'NotInitialized', + self::TokenExpired => 'TokenExpired', + self::TokenInvalid => 'TokenInvalid', + self::ActivationCodeExpired => 'ActivationCodeExpired', + self::ActivationCodeInvalid => 'ActivationCodeInvalid', self::UnknownError => 'UnknownError', ]; diff --git a/generated/Registration/Core/UpgradesAvailable.php b/generated/Registration/Core/UpgradesAvailable.php index 9994e20..aee8cb4 100644 --- a/generated/Registration/Core/UpgradesAvailable.php +++ b/generated/Registration/Core/UpgradesAvailable.php @@ -34,6 +34,10 @@ class UpgradesAvailable extends \Google\Protobuf\Internal\Message * Generated from protobuf field repeated .registration.core.BuildInformation upgrades = 5; */ private $upgrades; + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 6; + */ + protected $client_alert = 0; /** * Constructor. @@ -46,6 +50,7 @@ class UpgradesAvailable extends \Google\Protobuf\Internal\Message * @type string $active_channel * @type string $release_notes * @type array<\Registration\Core\BuildInformation>|\Google\Protobuf\Internal\RepeatedField $upgrades + * @type int $client_alert * } */ public function __construct($data = NULL) { @@ -163,5 +168,27 @@ class UpgradesAvailable extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 6; + * @return int + */ + public function getClientAlert() + { + return $this->client_alert; + } + + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 6; + * @param int $var + * @return $this + */ + public function setClientAlert($var) + { + GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class); + $this->client_alert = $var; + + return $this; + } + } diff --git a/generated/Registration/Core/VerificationComplete.php b/generated/Registration/Core/VerificationComplete.php index 5bc6fcd..42341c8 100644 --- a/generated/Registration/Core/VerificationComplete.php +++ b/generated/Registration/Core/VerificationComplete.php @@ -42,6 +42,14 @@ class VerificationComplete extends \Google\Protobuf\Internal\Message * Generated from protobuf field .registration.core.BannerMessage banner = 7; */ protected $banner = 0; + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 8; + */ + protected $client_alert = 0; + /** + * Generated from protobuf field bool fully_launched = 9; + */ + protected $fully_launched = false; /** * Constructor. @@ -56,6 +64,8 @@ class VerificationComplete extends \Google\Protobuf\Internal\Message * @type \Registration\Core\SubscriptionInfo $subscription_info * @type int $alert * @type int $banner + * @type int $client_alert + * @type bool $fully_launched * } */ public function __construct($data = NULL) { @@ -257,5 +267,49 @@ class VerificationComplete extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 8; + * @return int + */ + public function getClientAlert() + { + return $this->client_alert; + } + + /** + * Generated from protobuf field .registration.core.ClientAlertMessage client_alert = 8; + * @param int $var + * @return $this + */ + public function setClientAlert($var) + { + GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class); + $this->client_alert = $var; + + return $this; + } + + /** + * Generated from protobuf field bool fully_launched = 9; + * @return bool + */ + public function getFullyLaunched() + { + return $this->fully_launched; + } + + /** + * Generated from protobuf field bool fully_launched = 9; + * @param bool $var + * @return $this + */ + public function setFullyLaunched($var) + { + GPBUtil::checkBool($var); + $this->fully_launched = $var; + + return $this; + } + } diff --git a/generated/Registration/Core/WriteNotificationData.php b/generated/Registration/Core/WriteNotificationData.php new file mode 100644 index 0000000..cc08c78 --- /dev/null +++ b/generated/Registration/Core/WriteNotificationData.php @@ -0,0 +1,59 @@ +registration.core.WriteNotificationData + */ +class WriteNotificationData extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bytes data = 1; + */ + protected $data = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $data + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Registration::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bytes data = 1; + * @return string + */ + public function getData() + { + return $this->data; + } + + /** + * Generated from protobuf field bytes data = 1; + * @param string $var + * @return $this + */ + public function setData($var) + { + GPBUtil::checkString($var, False); + $this->data = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/API.php b/generated/Rv/Analytics/API.php deleted file mode 100644 index 865fd11..0000000 --- a/generated/Rv/Analytics/API.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.API - */ -class API extends \Google\Protobuf\Internal\Message -{ - protected $APIType; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\API\MessageReceived $message_received - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsApi::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.API.MessageReceived message_received = 1; - * @return \Rv\Analytics\API\MessageReceived|null - */ - public function getMessageReceived() - { - return $this->readOneof(1); - } - - public function hasMessageReceived() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.API.MessageReceived message_received = 1; - * @param \Rv\Analytics\API\MessageReceived $var - * @return $this - */ - public function setMessageReceived($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\API\MessageReceived::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getAPIType() - { - return $this->whichOneof("APIType"); - } - -} - diff --git a/generated/Rv/Analytics/API/MessageReceived.php b/generated/Rv/Analytics/API/MessageReceived.php index 958bb31..5c5ab4b 100644 --- a/generated/Rv/Analytics/API/MessageReceived.php +++ b/generated/Rv/Analytics/API/MessageReceived.php @@ -3,14 +3,14 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsApi.proto -namespace Rv\Analytics\API; +namespace Rv\Analytics\Api; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.API.MessageReceived + * Generated from protobuf message rv.analytics.api.MessageReceived */ class MessageReceived extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Create.php b/generated/Rv/Analytics/Create.php deleted file mode 100644 index 2540b38..0000000 --- a/generated/Rv/Analytics/Create.php +++ /dev/null @@ -1,153 +0,0 @@ -rv.analytics.Create - */ -class Create extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Create\Library $library - * @type \Rv\Analytics\Create\Playlist $playlist - * @type \Rv\Analytics\Create\Presentation $presentation - * @type \Rv\Analytics\Create\TemplatePlaylist $template_playlist - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsCreate::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Create.Library library = 1; - * @return \Rv\Analytics\Create\Library|null - */ - public function getLibrary() - { - return $this->readOneof(1); - } - - public function hasLibrary() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Create.Library library = 1; - * @param \Rv\Analytics\Create\Library $var - * @return $this - */ - public function setLibrary($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Create\Library::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Create.Playlist playlist = 2; - * @return \Rv\Analytics\Create\Playlist|null - */ - public function getPlaylist() - { - return $this->readOneof(2); - } - - public function hasPlaylist() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.Create.Playlist playlist = 2; - * @param \Rv\Analytics\Create\Playlist $var - * @return $this - */ - public function setPlaylist($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Create\Playlist::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Create.Presentation presentation = 3; - * @return \Rv\Analytics\Create\Presentation|null - */ - public function getPresentation() - { - return $this->readOneof(3); - } - - public function hasPresentation() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.Create.Presentation presentation = 3; - * @param \Rv\Analytics\Create\Presentation $var - * @return $this - */ - public function setPresentation($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Create\Presentation::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Create.TemplatePlaylist template_playlist = 4; - * @return \Rv\Analytics\Create\TemplatePlaylist|null - */ - public function getTemplatePlaylist() - { - return $this->readOneof(4); - } - - public function hasTemplatePlaylist() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.Create.TemplatePlaylist template_playlist = 4; - * @param \Rv\Analytics\Create\TemplatePlaylist $var - * @return $this - */ - public function setTemplatePlaylist($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Create\TemplatePlaylist::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/Create/Library.php b/generated/Rv/Analytics/Create/Library.php index d3f08cb..ba5ee0a 100644 --- a/generated/Rv/Analytics/Create/Library.php +++ b/generated/Rv/Analytics/Create/Library.php @@ -10,12 +10,12 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Create.Library + * Generated from protobuf message rv.analytics.create.Library */ class Library extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Create.Library.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Library.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Library extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Create.Library.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Library.Source source = 1; * @return int */ public function getSource() @@ -43,7 +43,7 @@ class Library extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Create.Library.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Library.Source source = 1; * @param int $var * @return $this */ diff --git a/generated/Rv/Analytics/Create/Library/Source.php b/generated/Rv/Analytics/Create/Library/Source.php index 0a6ab4a..56ae84e 100644 --- a/generated/Rv/Analytics/Create/Library/Source.php +++ b/generated/Rv/Analytics/Create/Library/Source.php @@ -8,27 +8,27 @@ namespace Rv\Analytics\Create\Library; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Create.Library.Source + * Protobuf type rv.analytics.create.Library.Source */ class Source { /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; + * Generated from protobuf enum UNKNOWN = 0; */ - const SOURCE_UNKNOWN = 0; + const UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 1; + * Generated from protobuf enum APPLICATION_MENU = 1; */ - const SOURCE_APPLICATION_MENU = 1; + const APPLICATION_MENU = 1; /** - * Generated from protobuf enum SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; + * Generated from protobuf enum LIBRARY_OUTLINE_ADD_BUTTON = 2; */ - const SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; + const LIBRARY_OUTLINE_ADD_BUTTON = 2; private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_LIBRARY_OUTLINE_ADD_BUTTON => 'SOURCE_LIBRARY_OUTLINE_ADD_BUTTON', + self::UNKNOWN => 'UNKNOWN', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::LIBRARY_OUTLINE_ADD_BUTTON => 'LIBRARY_OUTLINE_ADD_BUTTON', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Create/Playlist.php b/generated/Rv/Analytics/Create/Playlist.php index 1383335..88bb31c 100644 --- a/generated/Rv/Analytics/Create/Playlist.php +++ b/generated/Rv/Analytics/Create/Playlist.php @@ -10,16 +10,16 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Create.Playlist + * Generated from protobuf message rv.analytics.create.Playlist */ class Playlist extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Create.Playlist.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Playlist.Source source = 1; */ protected $source = 0; /** - * Generated from protobuf field .rv.analytics.Create.Playlist.Type type = 2; + * Generated from protobuf field .rv.analytics.create.Playlist.Type type = 2; */ protected $type = 0; @@ -39,7 +39,7 @@ class Playlist extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Create.Playlist.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Playlist.Source source = 1; * @return int */ public function getSource() @@ -48,7 +48,7 @@ class Playlist extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Create.Playlist.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Playlist.Source source = 1; * @param int $var * @return $this */ @@ -61,7 +61,7 @@ class Playlist extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Create.Playlist.Type type = 2; + * Generated from protobuf field .rv.analytics.create.Playlist.Type type = 2; * @return int */ public function getType() @@ -70,7 +70,7 @@ class Playlist extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Create.Playlist.Type type = 2; + * Generated from protobuf field .rv.analytics.create.Playlist.Type type = 2; * @param int $var * @return $this */ diff --git a/generated/Rv/Analytics/Create/Playlist/Source.php b/generated/Rv/Analytics/Create/Playlist/Source.php index 4344311..e7a07b3 100644 --- a/generated/Rv/Analytics/Create/Playlist/Source.php +++ b/generated/Rv/Analytics/Create/Playlist/Source.php @@ -8,7 +8,7 @@ namespace Rv\Analytics\Create\Playlist; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Create.Playlist.Source + * Protobuf type rv.analytics.create.Playlist.Source */ class Source { @@ -17,18 +17,18 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 1; + * Generated from protobuf enum APPLICATION_MENU = 1; */ - const SOURCE_APPLICATION_MENU = 1; + const APPLICATION_MENU = 1; /** - * Generated from protobuf enum SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; + * Generated from protobuf enum LIBRARY_OUTLINE_ADD_BUTTON = 2; */ - const SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; + const LIBRARY_OUTLINE_ADD_BUTTON = 2; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_LIBRARY_OUTLINE_ADD_BUTTON => 'SOURCE_LIBRARY_OUTLINE_ADD_BUTTON', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::LIBRARY_OUTLINE_ADD_BUTTON => 'LIBRARY_OUTLINE_ADD_BUTTON', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Create/Playlist/Type.php b/generated/Rv/Analytics/Create/Playlist/Type.php index 39cee57..012d4e6 100644 --- a/generated/Rv/Analytics/Create/Playlist/Type.php +++ b/generated/Rv/Analytics/Create/Playlist/Type.php @@ -8,7 +8,7 @@ namespace Rv\Analytics\Create\Playlist; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Create.Playlist.Type + * Protobuf type rv.analytics.create.Playlist.Type */ class Type { @@ -17,28 +17,28 @@ class Type */ const TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum TYPE_PRESENTATION = 1; + * Generated from protobuf enum PRESENTATION = 1; */ - const TYPE_PRESENTATION = 1; + const PRESENTATION = 1; /** - * Generated from protobuf enum TYPE_PLANNING_CENTER = 2; + * Generated from protobuf enum PLANNING_CENTER = 2; */ - const TYPE_PLANNING_CENTER = 2; + const PLANNING_CENTER = 2; /** - * Generated from protobuf enum TYPE_FOLDER = 3; + * Generated from protobuf enum FOLDER = 3; */ - const TYPE_FOLDER = 3; + const FOLDER = 3; /** - * Generated from protobuf enum TYPE_TEMPLATE_PLAYLIST = 4; + * Generated from protobuf enum TEMPLATE_PLAYLIST = 4; */ - const TYPE_TEMPLATE_PLAYLIST = 4; + const TEMPLATE_PLAYLIST = 4; private static $valueToName = [ self::TYPE_UNKNOWN => 'TYPE_UNKNOWN', - self::TYPE_PRESENTATION => 'TYPE_PRESENTATION', - self::TYPE_PLANNING_CENTER => 'TYPE_PLANNING_CENTER', - self::TYPE_FOLDER => 'TYPE_FOLDER', - self::TYPE_TEMPLATE_PLAYLIST => 'TYPE_TEMPLATE_PLAYLIST', + self::PRESENTATION => 'PRESENTATION', + self::PLANNING_CENTER => 'PLANNING_CENTER', + self::FOLDER => 'FOLDER', + self::TEMPLATE_PLAYLIST => 'TEMPLATE_PLAYLIST', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Create/Presentation.php b/generated/Rv/Analytics/Create/Presentation.php index caade28..6630b9c 100644 --- a/generated/Rv/Analytics/Create/Presentation.php +++ b/generated/Rv/Analytics/Create/Presentation.php @@ -10,12 +10,12 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Create.Presentation + * Generated from protobuf message rv.analytics.create.Presentation */ class Presentation extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Create.Presentation.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Presentation.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Presentation extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Create.Presentation.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Presentation.Source source = 1; * @return int */ public function getSource() @@ -43,7 +43,7 @@ class Presentation extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Create.Presentation.Source source = 1; + * Generated from protobuf field .rv.analytics.create.Presentation.Source source = 1; * @param int $var * @return $this */ diff --git a/generated/Rv/Analytics/Create/Presentation/Source.php b/generated/Rv/Analytics/Create/Presentation/Source.php index 29e66c2..fde1e96 100644 --- a/generated/Rv/Analytics/Create/Presentation/Source.php +++ b/generated/Rv/Analytics/Create/Presentation/Source.php @@ -8,37 +8,37 @@ namespace Rv\Analytics\Create\Presentation; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Create.Presentation.Source + * Protobuf type rv.analytics.create.Presentation.Source */ class Source { /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; + * Generated from protobuf enum UNKNOWN = 0; */ - const SOURCE_UNKNOWN = 0; + const UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 1; + * Generated from protobuf enum APPLICATION_MENU = 1; */ - const SOURCE_APPLICATION_MENU = 1; + const APPLICATION_MENU = 1; /** - * Generated from protobuf enum SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; + * Generated from protobuf enum LIBRARY_OUTLINE_ADD_BUTTON = 2; */ - const SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; + const LIBRARY_OUTLINE_ADD_BUTTON = 2; /** - * Generated from protobuf enum SOURCE_DETAIL_ADD_BUTTON = 3; + * Generated from protobuf enum DETAIL_ADD_BUTTON = 3; */ - const SOURCE_DETAIL_ADD_BUTTON = 3; + const DETAIL_ADD_BUTTON = 3; /** - * Generated from protobuf enum SOURCE_UNLINKED_HEADER = 4; + * Generated from protobuf enum UNLINKED_HEADER = 4; */ - const SOURCE_UNLINKED_HEADER = 4; + const UNLINKED_HEADER = 4; private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_LIBRARY_OUTLINE_ADD_BUTTON => 'SOURCE_LIBRARY_OUTLINE_ADD_BUTTON', - self::SOURCE_DETAIL_ADD_BUTTON => 'SOURCE_DETAIL_ADD_BUTTON', - self::SOURCE_UNLINKED_HEADER => 'SOURCE_UNLINKED_HEADER', + self::UNKNOWN => 'UNKNOWN', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::LIBRARY_OUTLINE_ADD_BUTTON => 'LIBRARY_OUTLINE_ADD_BUTTON', + self::DETAIL_ADD_BUTTON => 'DETAIL_ADD_BUTTON', + self::UNLINKED_HEADER => 'UNLINKED_HEADER', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Create/TemplatePlaylist.php b/generated/Rv/Analytics/Create/TemplatePlaylist.php index 84a3d29..11b458e 100644 --- a/generated/Rv/Analytics/Create/TemplatePlaylist.php +++ b/generated/Rv/Analytics/Create/TemplatePlaylist.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Create.TemplatePlaylist + * Generated from protobuf message rv.analytics.create.TemplatePlaylist */ class TemplatePlaylist extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Edit/Presentation.php b/generated/Rv/Analytics/Edit/Presentation.php new file mode 100644 index 0000000..f7930bc --- /dev/null +++ b/generated/Rv/Analytics/Edit/Presentation.php @@ -0,0 +1,86 @@ +rv.analytics.edit.Presentation + */ +class Presentation extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.edit.Presentation.ChangeType changeType = 1; + */ + protected $changeType = 0; + /** + * Generated from protobuf field string uuid = 3; + */ + protected $uuid = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $changeType + * @type string $uuid + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsEdit::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.edit.Presentation.ChangeType changeType = 1; + * @return int + */ + public function getChangeType() + { + return $this->changeType; + } + + /** + * Generated from protobuf field .rv.analytics.edit.Presentation.ChangeType changeType = 1; + * @param int $var + * @return $this + */ + public function setChangeType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Edit\Presentation\ChangeType::class); + $this->changeType = $var; + + return $this; + } + + /** + * Generated from protobuf field string uuid = 3; + * @return string + */ + public function getUuid() + { + return $this->uuid; + } + + /** + * Generated from protobuf field string uuid = 3; + * @param string $var + * @return $this + */ + public function setUuid($var) + { + GPBUtil::checkString($var, True); + $this->uuid = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Edit/Presentation/ChangeType.php b/generated/Rv/Analytics/Edit/Presentation/ChangeType.php new file mode 100644 index 0000000..d9d41cc --- /dev/null +++ b/generated/Rv/Analytics/Edit/Presentation/ChangeType.php @@ -0,0 +1,54 @@ +rv.analytics.edit.Presentation.ChangeType + */ +class ChangeType +{ + /** + * Generated from protobuf enum EDIT = 0; + */ + const EDIT = 0; + /** + * Generated from protobuf enum UNDO = 1; + */ + const UNDO = 1; + /** + * Generated from protobuf enum REDO = 2; + */ + const REDO = 2; + + private static $valueToName = [ + self::EDIT => 'EDIT', + self::UNDO => 'UNDO', + self::REDO => 'REDO', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Event.php b/generated/Rv/Analytics/Event.php index 4fcc29e..7a5345e 100644 --- a/generated/Rv/Analytics/Event.php +++ b/generated/Rv/Analytics/Event.php @@ -22,20 +22,198 @@ class Event extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\UI $ui - * @type \Rv\Analytics\Startup $startup - * @type \Rv\Analytics\Trigger $trigger - * @type \Rv\Analytics\Create $create - * @type \Rv\Analytics\Import $import - * @type \Rv\Analytics\Timeline $timeline - * @type \Rv\Analytics\Sync $sync - * @type \Rv\Analytics\API $api - * @type \Rv\Analytics\Timecode $timecode - * @type \Rv\Analytics\PlaybackMarker $playback_marker - * @type \Rv\Analytics\Update $update - * @type \Rv\Analytics\WHMStore $whm_store - * @type \Rv\Analytics\ProContent $proContent - * @type \Rv\Analytics\Capture $capture + * @type \Rv\Analytics\Api\MessageReceived $api_message_received + * @type \Rv\Analytics\Create\Library $create_library + * @type \Rv\Analytics\Create\Playlist $create_playlist + * @type \Rv\Analytics\Create\Presentation $create_presentation + * @type \Rv\Analytics\Create\TemplatePlaylist $create_from_template_playlist + * @type \Rv\Analytics\Edit\Presentation $edit_presentation + * @type \Rv\Analytics\Import\SongSelect $import_songselect + * @type \Rv\Analytics\Multitracks\Import $import_multitracks + * @type \Rv\Analytics\Procontent\MediaBinView $procontent_mediabin_view + * @type \Rv\Analytics\Procontent\Download $procontent_download + * @type \Rv\Analytics\Procontent\DownloadRetry $procontent_download_retry + * @type \Rv\Analytics\Playbackmarker\CreateMarker $playback_marker + * @type \Rv\Analytics\Startup\Looks $startup_looks + * @type \Rv\Analytics\Startup\Summary $startup_screen_configuration + * @type \Rv\Analytics\Startup\Output $startup_screen_configuration_screen + * @type \Rv\Analytics\Startup\Single $startup_screen_configuration_single_screen + * @type \Rv\Analytics\Startup\Mirrored $startup_screen_configuration_mirrored_screen + * @type \Rv\Analytics\Startup\EdgeBlend $startup_screen_configuration_edge_blend_screen + * @type \Rv\Analytics\Startup\Grouped $startup_screen_configuration_grouped_screen + * @type \Rv\Analytics\Startup\Preferences $startup_preferences + * @type \Rv\Analytics\Startup\SongSelect $startup_songselect + * @type \Rv\Analytics\Startup\Content $startup_content + * @type \Rv\Analytics\Startup\Themes $startup_themes + * @type \Rv\Analytics\Startup\Macro $startup_macro + * @type \Rv\Analytics\Startup\ClearGroup $startup_clear_group + * @type \Rv\Analytics\Startup\KeyMapping $startup_key_mapping + * @type \Rv\Analytics\Multitracks\Startup $startup_multitracks + * @type \Rv\Analytics\Startup\NetworkLink $startup_network_link + * @type \Rv\Analytics\Startup\Capture $startup_capture + * @type \Rv\Analytics\Startup\Versioning $startup_versioning + * @type \Rv\Analytics\Startup\DiskUsage $startup_disk_usage + * @type \Rv\Analytics\Startup\PBInterface $startup_interface + * @type \Rv\Analytics\Sync\Local $sync_local + * @type \Rv\Analytics\Timecode\Activate $timecode_activate + * @type \Rv\Analytics\Timecode\Startup $timecode_startup + * @type \Rv\Analytics\Timeline\Action $timeline_action + * @type \Rv\Analytics\Timeline\RecordCue $timeline_record_cue + * @type \Rv\Analytics\Timeline\CueTrigger $timeline_cue_trigger + * @type \Rv\Analytics\Trackedevents\ApplicationLaunch $application_launch + * @type \Rv\Analytics\Trackedevents\VideoInputTriggered $video_input_triggered + * @type \Rv\Analytics\Trackedevents\VideoInputCustomMap $video_input_custom_map + * @type \Rv\Analytics\Trackedevents\VideoInputStartUp $video_input_start_up + * @type \Rv\Analytics\Trackedevents\VideoInputThumbnailUpdate $video_input_thumbnail_update + * @type \Rv\Analytics\Trackedevents\AudioInputAutoOnChange $audio_input_auto_on_change + * @type \Rv\Analytics\Trackedevents\AudioSettingsSdiNdiActive $audio_settings_sdi_ndi_active + * @type \Rv\Analytics\Trackedevents\AudioSettingsCustomMap $audio_settings_custom_map + * @type \Rv\Analytics\Trackedevents\AudioInputModeSelection $audio_input_mode_selection + * @type \Rv\Analytics\Trackedevents\AudioInputAutoOnStartup $audio_input_auto_on_startup + * @type \Rv\Analytics\Trackedevents\AudioSettingsSdiNdiState $audio_settings_sdi_ndi_state + * @type \Rv\Analytics\Trackedevents\AudioInputStartUp $audio_input_start_up + * @type \Rv\Analytics\Trackedevents\CueTriggered $cue_triggered + * @type \Rv\Analytics\Trackedevents\InputAudioMonitoring $input_audio_monitoring + * @type \Rv\Analytics\Trackedevents\ResiStartUp $resi_start_up + * @type \Rv\Analytics\Trackedevents\ResiLoginChange $resi_login_change + * @type \Rv\Analytics\Trackedevents\RemoteStreamStart $remote_stream_start + * @type \Rv\Analytics\Trackedevents\RemoteStreamStop $remote_stream_stop + * @type \Rv\Analytics\Trackedevents\StartCaptureDisk $start_capture_disk + * @type \Rv\Analytics\Trackedevents\StartCaptureRtmp $start_capture_rtmp + * @type \Rv\Analytics\Trackedevents\StartCaptureResi $start_capture_resi + * @type \Rv\Analytics\Trackedevents\StopCapture $stop_capture + * @type \Rv\Analytics\Trackedevents\GenericEvent $analytic_reset + * @type \Rv\Analytics\Trackedevents\PBPrint $print + * @type \Rv\Analytics\Trackedevents\Device $device + * @type \Rv\Analytics\Trackedevents\Downgrade $downgrade + * @type \Rv\Analytics\Trackedevents\CCLIReport $ccli_report + * @type \Rv\Analytics\Trackedevents\TransitionWindow $transition_window + * @type \Rv\Analytics\Trackedevents\EditorObjectAdded $editor_object_added + * @type \Rv\Analytics\Trackedevents\DataIdDuplicated $data_id_duplicated + * @type \Rv\Analytics\Trackedevents\ForceQuit $force_quit + * @type \Rv\Analytics\Trackedevents\MediaCleanupSize $media_cleanup_size + * @type \Rv\Analytics\Trackedevents\NetworkApp $network_app + * @type \Rv\Analytics\Trigger\ActionCaptureStart $trigger_action_capture_start + * @type \Rv\Analytics\Trigger\ActionCaptureStop $trigger_action_capture_stop + * @type \Rv\Analytics\Trigger\ActionClear $trigger_action_clear + * @type \Rv\Analytics\Trigger\ActionClearGroup $trigger_action_clear_group + * @type \Rv\Analytics\Trigger\ActionCommunications $trigger_action_communications + * @type \Rv\Analytics\Trigger\ActionLook $trigger_action_look + * @type \Rv\Analytics\Trigger\ActionMacro $trigger_action_macro + * @type \Rv\Analytics\Trigger\ActionMessage $trigger_action_message + * @type \Rv\Analytics\Trigger\ActionProp $trigger_action_prop + * @type \Rv\Analytics\Trigger\ActionSlideDestination $trigger_action_slide_destination + * @type \Rv\Analytics\Trigger\ActionStage $trigger_action_stage + * @type \Rv\Analytics\Trigger\ActionTimer $trigger_action_timer + * @type \Rv\Analytics\Trigger\Media\Audio $trigger_media_audio + * @type \Rv\Analytics\Trigger\Media\Image $trigger_media_image + * @type \Rv\Analytics\Trigger\Media\VideoInput $trigger_media_video_input + * @type \Rv\Analytics\Trigger\Media\Video $trigger_media_video + * @type \Rv\Analytics\Trigger\Cue\Slide $trigger_cue_slide + * @type \Rv\Analytics\Trigger\Cue\SlideFileFeedElement $trigger_cue_slide_file_feed_element + * @type \Rv\Analytics\Trigger\Cue\SlideRssFeedElement $trigger_cue_slide_rss_feed_element + * @type \Rv\Analytics\Trigger\Cue\SlideScrollingTextElement $trigger_cue_slide_scrolling_text_element + * @type \Rv\Analytics\Trigger\TestPattern $trigger_test_pattern + * @type \Rv\Analytics\Trigger\Media\AirCastVideo $trigger_media_aircast_video + * @type \Rv\Analytics\Trigger\Media\AirCastAudio $trigger_media_aircast_audio + * @type \Rv\Analytics\Trigger\Media\AirCastVideo $aircast_video_input_configured + * @type \Rv\Analytics\Trigger\Media\AirCastAudio $aircast_audio_input_configured + * @type \Rv\Analytics\Mediamanagement\InstallationComplete $media_management_installation_complete + * @type \Rv\Analytics\Mediamanagement\BootstrappingComplete $media_management_bootstrapping_complete + * @type \Rv\Analytics\Mediamanagement\MessageFailure $media_management_message_failure + * @type \Rv\Analytics\Mediamanagement\UnexpectedlyNotRunning $media_management_unexpectedly_not_running + * @type \Rv\Analytics\Mediamanagement\ConnectionChanged $media_management_connection_changed + * @type \Rv\Analytics\Mediamanagement\AddedMediaReference $media_management_added_media_reference + * @type \Rv\Analytics\Mediamanagement\NotResponding $media_management_not_responding + * @type \Rv\Analytics\Ui\QuickSearchShown $ui_quicksearch + * @type \Rv\Analytics\Ui\QuickSearchSearch $ui_quicksearch_search + * @type \Rv\Analytics\Ui\QuickSearchOpenItems $ui_quicksearch_openitems + * @type \Rv\Analytics\Ui\ToolbarThemeShown $ui_toolbar_theme + * @type \Rv\Analytics\Ui\ToolbarThemeApplication $ui_toolbar_theme_application + * @type \Rv\Analytics\Ui\MainViewShow $ui_mainview_show + * @type \Rv\Analytics\Ui\MainViewPresentationEditor $ui_mainview_presentation_editor + * @type \Rv\Analytics\Ui\MainViewReflowEditor $ui_mainview_reflow + * @type \Rv\Analytics\Ui\MainViewBible $ui_mainview_bible + * @type \Rv\Analytics\Ui\BibleTrigger $bible_trigger + * @type \Rv\Analytics\Ui\BibleGenerateSlides $bible_generate_slides + * @type \Rv\Analytics\Ui\BibleGenerateNext $bible_generate_next + * @type \Rv\Analytics\Ui\BibleGenerateNext $bible_generate_previous + * @type \Rv\Analytics\Ui\BibleSaveSlides $bible_save_slides + * @type \Rv\Analytics\Ui\BibleLookup $bible_lookup + * @type \Rv\Analytics\Ui\BibleStartup $bible_startup + * @type \Rv\Analytics\Ui\BibleRemove $bible_remove + * @type \Rv\Analytics\Ui\BibleInstall $bible_install + * @type \Rv\Analytics\Ui\MainViewMaskEditor $ui_mainview_mask_editor + * @type \Rv\Analytics\Ui\MainViewStageEditor $ui_mainview_stage_editor + * @type \Rv\Analytics\Ui\MainViewThemeEditor $ui_mainview_theme_editor + * @type \Rv\Analytics\Ui\MainViewCopyrightEditor $ui_mainview_copyright_editor + * @type \Rv\Analytics\Ui\MainViewPropsEditor $ui_mainview_props_editor + * @type \Rv\Analytics\Ui\LowerRightTimers $ui_lowerright_timers + * @type \Rv\Analytics\Ui\LowerRightTimersCollapse $ui_lowerright_timers_collapse + * @type \Rv\Analytics\Ui\LowerRightTimersEdit $ui_lowerright_timers_edit + * @type \Rv\Analytics\Ui\LowerRightTimersState $ui_lowerright_timers_state + * @type \Rv\Analytics\Ui\LowerRightTimersCreate $ui_lowerright_timers_create + * @type \Rv\Analytics\Ui\LowerRightTimersDelete $ui_lowerright_timers_delete + * @type \Rv\Analytics\Ui\LowerRightMessages $ui_lowerright_messages + * @type \Rv\Analytics\Ui\LowerRightMessagesEdit $ui_lowerright_messages_edit + * @type \Rv\Analytics\Ui\LowerRightMessagesState $ui_lowerright_messages_state + * @type \Rv\Analytics\Ui\LowerRightMessagesCreate $ui_lowerright_messages_create + * @type \Rv\Analytics\Ui\LowerRightMessagesDelete $ui_lowerright_messages_delete + * @type \Rv\Analytics\Ui\LowerRightProps $ui_lowerright_props + * @type \Rv\Analytics\Ui\LowerRightPropsTransition $ui_lowerright_props_transition + * @type \Rv\Analytics\Ui\LowerRightPropsCreate $ui_lowerright_props_create + * @type \Rv\Analytics\Ui\LowerRightPropsDelete $ui_lowerright_props_delete + * @type \Rv\Analytics\Ui\LowerRightPropsState $ui_lowerright_props_state + * @type \Rv\Analytics\Ui\LowerRightStage $ui_lowerright_stage + * @type \Rv\Analytics\Ui\LowerRightStageChangeLayout $ui_lowerright_stage_changelayout + * @type \Rv\Analytics\Ui\LowerRightStageMessageState $ui_lowerright_stage_messagestate + * @type \Rv\Analytics\Ui\LowerRightStageConfigureScreens $ui_lowerright_stage_configurescreens + * @type \Rv\Analytics\Ui\LowerRightStageEditLayouts $ui_lowerright_stage_editlayouts + * @type \Rv\Analytics\Ui\LowerRightMacros $ui_lowerright_macros + * @type \Rv\Analytics\Ui\LowerRightMacrosTrigger $ui_lowerright_macros_trigger + * @type \Rv\Analytics\Ui\LowerRightMacrosCreate $ui_lowerright_macros_create + * @type \Rv\Analytics\Ui\LowerRightMacrosDelete $ui_lowerright_macros_delete + * @type \Rv\Analytics\Ui\TextInspector $ui_textinspector + * @type \Rv\Analytics\Ui\TextInspectorScrollingText $ui_textinspector_scrolling_text + * @type \Rv\Analytics\Ui\TextInspectorForeground $ui_textinspector_foreground + * @type \Rv\Analytics\Ui\TextInspectorUnderlineColor $ui_textinspector_underline_color + * @type \Rv\Analytics\Ui\TextInspectorBackgroundColor $ui_textinspector_background_color + * @type \Rv\Analytics\Ui\TextInspectorLineTransform $ui_textinspector_line_transform + * @type \Rv\Analytics\Ui\ShowSlideLabel $ui_show_slide_label + * @type \Rv\Analytics\Ui\ShowSlideLabelChange $ui_show_slide_label_change + * @type \Rv\Analytics\Ui\EditorOverlayShown $ui_editor_overlay_shown + * @type \Rv\Analytics\Ui\EditorOverlayClosed $ui_editor_overlay_closed + * @type \Rv\Analytics\Ui\WhatsNewViewed $ui_whats_new_viewed + * @type \Rv\Analytics\Ui\ClearGroups $ui_clear_groups + * @type \Rv\Analytics\Ui\ClearGroupsCreate $ui_clear_groups_create + * @type \Rv\Analytics\Ui\ClearGroupsDelete $ui_clear_groups_delete + * @type \Rv\Analytics\Ui\ClearGroupsChangeVisibility $ui_clear_groups_change_visibility + * @type \Rv\Analytics\Ui\ClearGroupsChangeIcon $ui_clear_groups_change_icon + * @type \Rv\Analytics\Ui\PreviewAreaClearGroupsTrigger $ui_preview_area_clear_groups_trigger + * @type \Rv\Analytics\Ui\PreviewAreaClearGroupsChanged $ui_preview_area_clear_groups_changed + * @type \Rv\Analytics\Ui\PlaceholderLink $ui_placeholder_link + * @type \Rv\Analytics\Ui\PlaceholderUnlink $ui_placeholder_unlink + * @type \Rv\Analytics\Ui\PlanningCenterLive $ui_planningCenterLive + * @type \Rv\Analytics\Ui\NetworkGroupAdd $ui_networkgroup_add + * @type \Rv\Analytics\Ui\NetworkGroupRemove $ui_networkgroup_remove + * @type \Rv\Analytics\Ui\NetworkGroupLeave $ui_networkgroup_leave + * @type \Rv\Analytics\Ui\CcliReportReset $ui_ccli_report_reset + * @type \Rv\Analytics\Ui\CcliReportShown $ui_ccli_report_shown + * @type \Rv\Analytics\Ui\Capture $ui_capture_shown + * @type \Rv\Analytics\Ui\Welcome $ui_welcome + * @type \Rv\Analytics\Ui\WelcomeScreenConfigurationHelp $ui_welcome_screen_configuration_help + * @type \Rv\Analytics\Ui\WelcomeDownloadSampleContent $ui_welcome_download_sample_content + * @type \Rv\Analytics\Ui\WelcomeUserGroup $ui_welcome_user_group + * @type \Rv\Analytics\Ui\WelcomeTutorials $ui_welcome_tutorials + * @type \Rv\Analytics\Ui\WelcomeKnowledgeBase $ui_welcome_knowlegdeBase + * @type \Rv\Analytics\Ui\WelcomeBlog $ui_welcome_blog + * @type \Rv\Analytics\Ui\WelcomeFacebook $ui_welcome_facebook + * @type \Rv\Analytics\Ui\WelcomeInstagram $ui_welcome_instagram + * @type \Rv\Analytics\Ui\WelcomeMigration $ui_welcome_migration + * @type \Rv\Analytics\Ui\TestPatterns $ui_testPatterns + * @type \Rv\Analytics\Ui\SettingsCustomLogo $ui_settings_customLogo + * @type \Rv\Analytics\Ui\WindowedOutputCreated $ui_windowed_output_created + * @type \Rv\Analytics\Powerpoint\ImportPowerPoint $import_powerpoint * } */ public function __construct($data = NULL) { @@ -44,383 +222,5189 @@ class Event extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI ui = 1; - * @return \Rv\Analytics\UI|null + * Generated from protobuf field .rv.analytics.api.MessageReceived api_message_received = 1; + * @return \Rv\Analytics\Api\MessageReceived|null */ - public function getUi() + public function getApiMessageReceived() { return $this->readOneof(1); } - public function hasUi() + public function hasApiMessageReceived() { return $this->hasOneof(1); } /** - * Generated from protobuf field .rv.analytics.UI ui = 1; - * @param \Rv\Analytics\UI $var + * Generated from protobuf field .rv.analytics.api.MessageReceived api_message_received = 1; + * @param \Rv\Analytics\Api\MessageReceived $var * @return $this */ - public function setUi($var) + public function setApiMessageReceived($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\UI::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Api\MessageReceived::class); $this->writeOneof(1, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Startup startup = 2; - * @return \Rv\Analytics\Startup|null + * Generated from protobuf field .rv.analytics.create.Library create_library = 2; + * @return \Rv\Analytics\Create\Library|null */ - public function getStartup() + public function getCreateLibrary() { return $this->readOneof(2); } - public function hasStartup() + public function hasCreateLibrary() { return $this->hasOneof(2); } /** - * Generated from protobuf field .rv.analytics.Startup startup = 2; - * @param \Rv\Analytics\Startup $var + * Generated from protobuf field .rv.analytics.create.Library create_library = 2; + * @param \Rv\Analytics\Create\Library $var * @return $this */ - public function setStartup($var) + public function setCreateLibrary($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Create\Library::class); $this->writeOneof(2, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger trigger = 3; - * @return \Rv\Analytics\Trigger|null + * Generated from protobuf field .rv.analytics.create.Playlist create_playlist = 3; + * @return \Rv\Analytics\Create\Playlist|null */ - public function getTrigger() + public function getCreatePlaylist() { return $this->readOneof(3); } - public function hasTrigger() + public function hasCreatePlaylist() { return $this->hasOneof(3); } /** - * Generated from protobuf field .rv.analytics.Trigger trigger = 3; - * @param \Rv\Analytics\Trigger $var + * Generated from protobuf field .rv.analytics.create.Playlist create_playlist = 3; + * @param \Rv\Analytics\Create\Playlist $var * @return $this */ - public function setTrigger($var) + public function setCreatePlaylist($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Create\Playlist::class); $this->writeOneof(3, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Create create = 4; - * @return \Rv\Analytics\Create|null + * Generated from protobuf field .rv.analytics.create.Presentation create_presentation = 4; + * @return \Rv\Analytics\Create\Presentation|null */ - public function getCreate() + public function getCreatePresentation() { return $this->readOneof(4); } - public function hasCreate() + public function hasCreatePresentation() { return $this->hasOneof(4); } /** - * Generated from protobuf field .rv.analytics.Create create = 4; - * @param \Rv\Analytics\Create $var + * Generated from protobuf field .rv.analytics.create.Presentation create_presentation = 4; + * @param \Rv\Analytics\Create\Presentation $var * @return $this */ - public function setCreate($var) + public function setCreatePresentation($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Create::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Create\Presentation::class); $this->writeOneof(4, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Import import = 5; - * @return \Rv\Analytics\Import|null + * Generated from protobuf field .rv.analytics.create.TemplatePlaylist create_from_template_playlist = 5; + * @return \Rv\Analytics\Create\TemplatePlaylist|null */ - public function getImport() + public function getCreateFromTemplatePlaylist() { return $this->readOneof(5); } - public function hasImport() + public function hasCreateFromTemplatePlaylist() { return $this->hasOneof(5); } /** - * Generated from protobuf field .rv.analytics.Import import = 5; - * @param \Rv\Analytics\Import $var + * Generated from protobuf field .rv.analytics.create.TemplatePlaylist create_from_template_playlist = 5; + * @param \Rv\Analytics\Create\TemplatePlaylist $var * @return $this */ - public function setImport($var) + public function setCreateFromTemplatePlaylist($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Import::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Create\TemplatePlaylist::class); $this->writeOneof(5, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Timeline timeline = 6; - * @return \Rv\Analytics\Timeline|null + * Generated from protobuf field .rv.analytics.edit.Presentation edit_presentation = 6; + * @return \Rv\Analytics\Edit\Presentation|null */ - public function getTimeline() + public function getEditPresentation() { return $this->readOneof(6); } - public function hasTimeline() + public function hasEditPresentation() { return $this->hasOneof(6); } /** - * Generated from protobuf field .rv.analytics.Timeline timeline = 6; - * @param \Rv\Analytics\Timeline $var + * Generated from protobuf field .rv.analytics.edit.Presentation edit_presentation = 6; + * @param \Rv\Analytics\Edit\Presentation $var * @return $this */ - public function setTimeline($var) + public function setEditPresentation($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Timeline::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Edit\Presentation::class); $this->writeOneof(6, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Sync sync = 7; - * @return \Rv\Analytics\Sync|null + * Generated from protobuf field .rv.analytics.import.SongSelect import_songselect = 7; + * @return \Rv\Analytics\Import\SongSelect|null */ - public function getSync() + public function getImportSongselect() { return $this->readOneof(7); } - public function hasSync() + public function hasImportSongselect() { return $this->hasOneof(7); } /** - * Generated from protobuf field .rv.analytics.Sync sync = 7; - * @param \Rv\Analytics\Sync $var + * Generated from protobuf field .rv.analytics.import.SongSelect import_songselect = 7; + * @param \Rv\Analytics\Import\SongSelect $var * @return $this */ - public function setSync($var) + public function setImportSongselect($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Sync::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Import\SongSelect::class); $this->writeOneof(7, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.API api = 8; - * @return \Rv\Analytics\API|null + * Generated from protobuf field .rv.analytics.multitracks.Import import_multitracks = 8; + * @return \Rv\Analytics\Multitracks\Import|null */ - public function getApi() + public function getImportMultitracks() { return $this->readOneof(8); } - public function hasApi() + public function hasImportMultitracks() { return $this->hasOneof(8); } /** - * Generated from protobuf field .rv.analytics.API api = 8; - * @param \Rv\Analytics\API $var + * Generated from protobuf field .rv.analytics.multitracks.Import import_multitracks = 8; + * @param \Rv\Analytics\Multitracks\Import $var * @return $this */ - public function setApi($var) + public function setImportMultitracks($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\API::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Multitracks\Import::class); $this->writeOneof(8, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Timecode timecode = 9; - * @return \Rv\Analytics\Timecode|null + * Generated from protobuf field .rv.analytics.procontent.MediaBinView procontent_mediabin_view = 9; + * @return \Rv\Analytics\Procontent\MediaBinView|null */ - public function getTimecode() + public function getProcontentMediabinView() { return $this->readOneof(9); } - public function hasTimecode() + public function hasProcontentMediabinView() { return $this->hasOneof(9); } /** - * Generated from protobuf field .rv.analytics.Timecode timecode = 9; - * @param \Rv\Analytics\Timecode $var + * Generated from protobuf field .rv.analytics.procontent.MediaBinView procontent_mediabin_view = 9; + * @param \Rv\Analytics\Procontent\MediaBinView $var * @return $this */ - public function setTimecode($var) + public function setProcontentMediabinView($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Timecode::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Procontent\MediaBinView::class); $this->writeOneof(9, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.PlaybackMarker playback_marker = 10; - * @return \Rv\Analytics\PlaybackMarker|null + * Generated from protobuf field .rv.analytics.procontent.Download procontent_download = 10; + * @return \Rv\Analytics\Procontent\Download|null */ - public function getPlaybackMarker() + public function getProcontentDownload() { return $this->readOneof(10); } - public function hasPlaybackMarker() + public function hasProcontentDownload() { return $this->hasOneof(10); } /** - * Generated from protobuf field .rv.analytics.PlaybackMarker playback_marker = 10; - * @param \Rv\Analytics\PlaybackMarker $var + * Generated from protobuf field .rv.analytics.procontent.Download procontent_download = 10; + * @param \Rv\Analytics\Procontent\Download $var * @return $this */ - public function setPlaybackMarker($var) + public function setProcontentDownload($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\PlaybackMarker::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Procontent\Download::class); $this->writeOneof(10, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Update update = 11; - * @return \Rv\Analytics\Update|null + * Generated from protobuf field .rv.analytics.procontent.DownloadRetry procontent_download_retry = 11; + * @return \Rv\Analytics\Procontent\DownloadRetry|null */ - public function getUpdate() + public function getProcontentDownloadRetry() { return $this->readOneof(11); } - public function hasUpdate() + public function hasProcontentDownloadRetry() { return $this->hasOneof(11); } /** - * Generated from protobuf field .rv.analytics.Update update = 11; - * @param \Rv\Analytics\Update $var + * Generated from protobuf field .rv.analytics.procontent.DownloadRetry procontent_download_retry = 11; + * @param \Rv\Analytics\Procontent\DownloadRetry $var * @return $this */ - public function setUpdate($var) + public function setProcontentDownloadRetry($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Update::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Procontent\DownloadRetry::class); $this->writeOneof(11, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.WHMStore whm_store = 12; - * @return \Rv\Analytics\WHMStore|null + * Generated from protobuf field .rv.analytics.playbackmarker.CreateMarker playback_marker = 12; + * @return \Rv\Analytics\Playbackmarker\CreateMarker|null */ - public function getWhmStore() + public function getPlaybackMarker() { return $this->readOneof(12); } - public function hasWhmStore() + public function hasPlaybackMarker() { return $this->hasOneof(12); } /** - * Generated from protobuf field .rv.analytics.WHMStore whm_store = 12; - * @param \Rv\Analytics\WHMStore $var + * Generated from protobuf field .rv.analytics.playbackmarker.CreateMarker playback_marker = 12; + * @param \Rv\Analytics\Playbackmarker\CreateMarker $var * @return $this */ - public function setWhmStore($var) + public function setPlaybackMarker($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\WHMStore::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Playbackmarker\CreateMarker::class); $this->writeOneof(12, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.ProContent proContent = 13; - * @return \Rv\Analytics\ProContent|null + * Generated from protobuf field .rv.analytics.startup.Looks startup_looks = 13; + * @return \Rv\Analytics\Startup\Looks|null */ - public function getProContent() + public function getStartupLooks() { return $this->readOneof(13); } - public function hasProContent() + public function hasStartupLooks() { return $this->hasOneof(13); } /** - * Generated from protobuf field .rv.analytics.ProContent proContent = 13; - * @param \Rv\Analytics\ProContent $var + * Generated from protobuf field .rv.analytics.startup.Looks startup_looks = 13; + * @param \Rv\Analytics\Startup\Looks $var * @return $this */ - public function setProContent($var) + public function setStartupLooks($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\ProContent::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Looks::class); $this->writeOneof(13, $var); return $this; } /** - * Generated from protobuf field .rv.analytics.Capture capture = 14; - * @return \Rv\Analytics\Capture|null + * Generated from protobuf field .rv.analytics.startup.Summary startup_screen_configuration = 14; + * @return \Rv\Analytics\Startup\Summary|null */ - public function getCapture() + public function getStartupScreenConfiguration() { return $this->readOneof(14); } - public function hasCapture() + public function hasStartupScreenConfiguration() { return $this->hasOneof(14); } /** - * Generated from protobuf field .rv.analytics.Capture capture = 14; - * @param \Rv\Analytics\Capture $var + * Generated from protobuf field .rv.analytics.startup.Summary startup_screen_configuration = 14; + * @param \Rv\Analytics\Startup\Summary $var * @return $this */ - public function setCapture($var) + public function setStartupScreenConfiguration($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Capture::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Summary::class); $this->writeOneof(14, $var); return $this; } + /** + * Generated from protobuf field .rv.analytics.startup.Output startup_screen_configuration_screen = 15; + * @return \Rv\Analytics\Startup\Output|null + */ + public function getStartupScreenConfigurationScreen() + { + return $this->readOneof(15); + } + + public function hasStartupScreenConfigurationScreen() + { + return $this->hasOneof(15); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Output startup_screen_configuration_screen = 15; + * @param \Rv\Analytics\Startup\Output $var + * @return $this + */ + public function setStartupScreenConfigurationScreen($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Output::class); + $this->writeOneof(15, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Single startup_screen_configuration_single_screen = 16; + * @return \Rv\Analytics\Startup\Single|null + */ + public function getStartupScreenConfigurationSingleScreen() + { + return $this->readOneof(16); + } + + public function hasStartupScreenConfigurationSingleScreen() + { + return $this->hasOneof(16); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Single startup_screen_configuration_single_screen = 16; + * @param \Rv\Analytics\Startup\Single $var + * @return $this + */ + public function setStartupScreenConfigurationSingleScreen($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Single::class); + $this->writeOneof(16, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Mirrored startup_screen_configuration_mirrored_screen = 17; + * @return \Rv\Analytics\Startup\Mirrored|null + */ + public function getStartupScreenConfigurationMirroredScreen() + { + return $this->readOneof(17); + } + + public function hasStartupScreenConfigurationMirroredScreen() + { + return $this->hasOneof(17); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Mirrored startup_screen_configuration_mirrored_screen = 17; + * @param \Rv\Analytics\Startup\Mirrored $var + * @return $this + */ + public function setStartupScreenConfigurationMirroredScreen($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Mirrored::class); + $this->writeOneof(17, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.EdgeBlend startup_screen_configuration_edge_blend_screen = 18; + * @return \Rv\Analytics\Startup\EdgeBlend|null + */ + public function getStartupScreenConfigurationEdgeBlendScreen() + { + return $this->readOneof(18); + } + + public function hasStartupScreenConfigurationEdgeBlendScreen() + { + return $this->hasOneof(18); + } + + /** + * Generated from protobuf field .rv.analytics.startup.EdgeBlend startup_screen_configuration_edge_blend_screen = 18; + * @param \Rv\Analytics\Startup\EdgeBlend $var + * @return $this + */ + public function setStartupScreenConfigurationEdgeBlendScreen($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\EdgeBlend::class); + $this->writeOneof(18, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Grouped startup_screen_configuration_grouped_screen = 19; + * @return \Rv\Analytics\Startup\Grouped|null + */ + public function getStartupScreenConfigurationGroupedScreen() + { + return $this->readOneof(19); + } + + public function hasStartupScreenConfigurationGroupedScreen() + { + return $this->hasOneof(19); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Grouped startup_screen_configuration_grouped_screen = 19; + * @param \Rv\Analytics\Startup\Grouped $var + * @return $this + */ + public function setStartupScreenConfigurationGroupedScreen($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Grouped::class); + $this->writeOneof(19, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Preferences startup_preferences = 20; + * @return \Rv\Analytics\Startup\Preferences|null + */ + public function getStartupPreferences() + { + return $this->readOneof(20); + } + + public function hasStartupPreferences() + { + return $this->hasOneof(20); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Preferences startup_preferences = 20; + * @param \Rv\Analytics\Startup\Preferences $var + * @return $this + */ + public function setStartupPreferences($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Preferences::class); + $this->writeOneof(20, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.SongSelect startup_songselect = 21; + * @return \Rv\Analytics\Startup\SongSelect|null + */ + public function getStartupSongselect() + { + return $this->readOneof(21); + } + + public function hasStartupSongselect() + { + return $this->hasOneof(21); + } + + /** + * Generated from protobuf field .rv.analytics.startup.SongSelect startup_songselect = 21; + * @param \Rv\Analytics\Startup\SongSelect $var + * @return $this + */ + public function setStartupSongselect($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\SongSelect::class); + $this->writeOneof(21, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Content startup_content = 22; + * @return \Rv\Analytics\Startup\Content|null + */ + public function getStartupContent() + { + return $this->readOneof(22); + } + + public function hasStartupContent() + { + return $this->hasOneof(22); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Content startup_content = 22; + * @param \Rv\Analytics\Startup\Content $var + * @return $this + */ + public function setStartupContent($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Content::class); + $this->writeOneof(22, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Themes startup_themes = 23; + * @return \Rv\Analytics\Startup\Themes|null + */ + public function getStartupThemes() + { + return $this->readOneof(23); + } + + public function hasStartupThemes() + { + return $this->hasOneof(23); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Themes startup_themes = 23; + * @param \Rv\Analytics\Startup\Themes $var + * @return $this + */ + public function setStartupThemes($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Themes::class); + $this->writeOneof(23, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Macro startup_macro = 24; + * @return \Rv\Analytics\Startup\Macro|null + */ + public function getStartupMacro() + { + return $this->readOneof(24); + } + + public function hasStartupMacro() + { + return $this->hasOneof(24); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Macro startup_macro = 24; + * @param \Rv\Analytics\Startup\Macro $var + * @return $this + */ + public function setStartupMacro($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Macro::class); + $this->writeOneof(24, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.ClearGroup startup_clear_group = 25; + * @return \Rv\Analytics\Startup\ClearGroup|null + */ + public function getStartupClearGroup() + { + return $this->readOneof(25); + } + + public function hasStartupClearGroup() + { + return $this->hasOneof(25); + } + + /** + * Generated from protobuf field .rv.analytics.startup.ClearGroup startup_clear_group = 25; + * @param \Rv\Analytics\Startup\ClearGroup $var + * @return $this + */ + public function setStartupClearGroup($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ClearGroup::class); + $this->writeOneof(25, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.KeyMapping startup_key_mapping = 26; + * @return \Rv\Analytics\Startup\KeyMapping|null + */ + public function getStartupKeyMapping() + { + return $this->readOneof(26); + } + + public function hasStartupKeyMapping() + { + return $this->hasOneof(26); + } + + /** + * Generated from protobuf field .rv.analytics.startup.KeyMapping startup_key_mapping = 26; + * @param \Rv\Analytics\Startup\KeyMapping $var + * @return $this + */ + public function setStartupKeyMapping($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\KeyMapping::class); + $this->writeOneof(26, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.multitracks.Startup startup_multitracks = 27; + * @return \Rv\Analytics\Multitracks\Startup|null + */ + public function getStartupMultitracks() + { + return $this->readOneof(27); + } + + public function hasStartupMultitracks() + { + return $this->hasOneof(27); + } + + /** + * Generated from protobuf field .rv.analytics.multitracks.Startup startup_multitracks = 27; + * @param \Rv\Analytics\Multitracks\Startup $var + * @return $this + */ + public function setStartupMultitracks($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Multitracks\Startup::class); + $this->writeOneof(27, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.NetworkLink startup_network_link = 28; + * @return \Rv\Analytics\Startup\NetworkLink|null + */ + public function getStartupNetworkLink() + { + return $this->readOneof(28); + } + + public function hasStartupNetworkLink() + { + return $this->hasOneof(28); + } + + /** + * Generated from protobuf field .rv.analytics.startup.NetworkLink startup_network_link = 28; + * @param \Rv\Analytics\Startup\NetworkLink $var + * @return $this + */ + public function setStartupNetworkLink($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\NetworkLink::class); + $this->writeOneof(28, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Capture startup_capture = 29; + * @return \Rv\Analytics\Startup\Capture|null + */ + public function getStartupCapture() + { + return $this->readOneof(29); + } + + public function hasStartupCapture() + { + return $this->hasOneof(29); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Capture startup_capture = 29; + * @param \Rv\Analytics\Startup\Capture $var + * @return $this + */ + public function setStartupCapture($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Capture::class); + $this->writeOneof(29, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Versioning startup_versioning = 30; + * @return \Rv\Analytics\Startup\Versioning|null + */ + public function getStartupVersioning() + { + return $this->readOneof(30); + } + + public function hasStartupVersioning() + { + return $this->hasOneof(30); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Versioning startup_versioning = 30; + * @param \Rv\Analytics\Startup\Versioning $var + * @return $this + */ + public function setStartupVersioning($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Versioning::class); + $this->writeOneof(30, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.DiskUsage startup_disk_usage = 31; + * @return \Rv\Analytics\Startup\DiskUsage|null + */ + public function getStartupDiskUsage() + { + return $this->readOneof(31); + } + + public function hasStartupDiskUsage() + { + return $this->hasOneof(31); + } + + /** + * Generated from protobuf field .rv.analytics.startup.DiskUsage startup_disk_usage = 31; + * @param \Rv\Analytics\Startup\DiskUsage $var + * @return $this + */ + public function setStartupDiskUsage($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\DiskUsage::class); + $this->writeOneof(31, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Interface startup_interface = 32; + * @return \Rv\Analytics\Startup\PBInterface|null + */ + public function getStartupInterface() + { + return $this->readOneof(32); + } + + public function hasStartupInterface() + { + return $this->hasOneof(32); + } + + /** + * Generated from protobuf field .rv.analytics.startup.Interface startup_interface = 32; + * @param \Rv\Analytics\Startup\PBInterface $var + * @return $this + */ + public function setStartupInterface($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Startup\PBInterface::class); + $this->writeOneof(32, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.sync.Local sync_local = 33; + * @return \Rv\Analytics\Sync\Local|null + */ + public function getSyncLocal() + { + return $this->readOneof(33); + } + + public function hasSyncLocal() + { + return $this->hasOneof(33); + } + + /** + * Generated from protobuf field .rv.analytics.sync.Local sync_local = 33; + * @param \Rv\Analytics\Sync\Local $var + * @return $this + */ + public function setSyncLocal($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Sync\Local::class); + $this->writeOneof(33, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.timecode.Activate timecode_activate = 34; + * @return \Rv\Analytics\Timecode\Activate|null + */ + public function getTimecodeActivate() + { + return $this->readOneof(34); + } + + public function hasTimecodeActivate() + { + return $this->hasOneof(34); + } + + /** + * Generated from protobuf field .rv.analytics.timecode.Activate timecode_activate = 34; + * @param \Rv\Analytics\Timecode\Activate $var + * @return $this + */ + public function setTimecodeActivate($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Timecode\Activate::class); + $this->writeOneof(34, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.timecode.Startup timecode_startup = 35; + * @return \Rv\Analytics\Timecode\Startup|null + */ + public function getTimecodeStartup() + { + return $this->readOneof(35); + } + + public function hasTimecodeStartup() + { + return $this->hasOneof(35); + } + + /** + * Generated from protobuf field .rv.analytics.timecode.Startup timecode_startup = 35; + * @param \Rv\Analytics\Timecode\Startup $var + * @return $this + */ + public function setTimecodeStartup($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Timecode\Startup::class); + $this->writeOneof(35, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.timeline.Action timeline_action = 36; + * @return \Rv\Analytics\Timeline\Action|null + */ + public function getTimelineAction() + { + return $this->readOneof(36); + } + + public function hasTimelineAction() + { + return $this->hasOneof(36); + } + + /** + * Generated from protobuf field .rv.analytics.timeline.Action timeline_action = 36; + * @param \Rv\Analytics\Timeline\Action $var + * @return $this + */ + public function setTimelineAction($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Timeline\Action::class); + $this->writeOneof(36, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.timeline.RecordCue timeline_record_cue = 37; + * @return \Rv\Analytics\Timeline\RecordCue|null + */ + public function getTimelineRecordCue() + { + return $this->readOneof(37); + } + + public function hasTimelineRecordCue() + { + return $this->hasOneof(37); + } + + /** + * Generated from protobuf field .rv.analytics.timeline.RecordCue timeline_record_cue = 37; + * @param \Rv\Analytics\Timeline\RecordCue $var + * @return $this + */ + public function setTimelineRecordCue($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Timeline\RecordCue::class); + $this->writeOneof(37, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.timeline.CueTrigger timeline_cue_trigger = 38; + * @return \Rv\Analytics\Timeline\CueTrigger|null + */ + public function getTimelineCueTrigger() + { + return $this->readOneof(38); + } + + public function hasTimelineCueTrigger() + { + return $this->hasOneof(38); + } + + /** + * Generated from protobuf field .rv.analytics.timeline.CueTrigger timeline_cue_trigger = 38; + * @param \Rv\Analytics\Timeline\CueTrigger $var + * @return $this + */ + public function setTimelineCueTrigger($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Timeline\CueTrigger::class); + $this->writeOneof(38, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ApplicationLaunch application_launch = 50; + * @return \Rv\Analytics\Trackedevents\ApplicationLaunch|null + */ + public function getApplicationLaunch() + { + return $this->readOneof(50); + } + + public function hasApplicationLaunch() + { + return $this->hasOneof(50); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ApplicationLaunch application_launch = 50; + * @param \Rv\Analytics\Trackedevents\ApplicationLaunch $var + * @return $this + */ + public function setApplicationLaunch($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\ApplicationLaunch::class); + $this->writeOneof(50, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputTriggered video_input_triggered = 51; + * @return \Rv\Analytics\Trackedevents\VideoInputTriggered|null + */ + public function getVideoInputTriggered() + { + return $this->readOneof(51); + } + + public function hasVideoInputTriggered() + { + return $this->hasOneof(51); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputTriggered video_input_triggered = 51; + * @param \Rv\Analytics\Trackedevents\VideoInputTriggered $var + * @return $this + */ + public function setVideoInputTriggered($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\VideoInputTriggered::class); + $this->writeOneof(51, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputCustomMap video_input_custom_map = 52; + * @return \Rv\Analytics\Trackedevents\VideoInputCustomMap|null + */ + public function getVideoInputCustomMap() + { + return $this->readOneof(52); + } + + public function hasVideoInputCustomMap() + { + return $this->hasOneof(52); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputCustomMap video_input_custom_map = 52; + * @param \Rv\Analytics\Trackedevents\VideoInputCustomMap $var + * @return $this + */ + public function setVideoInputCustomMap($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\VideoInputCustomMap::class); + $this->writeOneof(52, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputStartUp video_input_start_up = 53; + * @return \Rv\Analytics\Trackedevents\VideoInputStartUp|null + */ + public function getVideoInputStartUp() + { + return $this->readOneof(53); + } + + public function hasVideoInputStartUp() + { + return $this->hasOneof(53); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputStartUp video_input_start_up = 53; + * @param \Rv\Analytics\Trackedevents\VideoInputStartUp $var + * @return $this + */ + public function setVideoInputStartUp($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\VideoInputStartUp::class); + $this->writeOneof(53, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputThumbnailUpdate video_input_thumbnail_update = 54; + * @return \Rv\Analytics\Trackedevents\VideoInputThumbnailUpdate|null + */ + public function getVideoInputThumbnailUpdate() + { + return $this->readOneof(54); + } + + public function hasVideoInputThumbnailUpdate() + { + return $this->hasOneof(54); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputThumbnailUpdate video_input_thumbnail_update = 54; + * @param \Rv\Analytics\Trackedevents\VideoInputThumbnailUpdate $var + * @return $this + */ + public function setVideoInputThumbnailUpdate($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\VideoInputThumbnailUpdate::class); + $this->writeOneof(54, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputAutoOnChange audio_input_auto_on_change = 55; + * @return \Rv\Analytics\Trackedevents\AudioInputAutoOnChange|null + */ + public function getAudioInputAutoOnChange() + { + return $this->readOneof(55); + } + + public function hasAudioInputAutoOnChange() + { + return $this->hasOneof(55); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputAutoOnChange audio_input_auto_on_change = 55; + * @param \Rv\Analytics\Trackedevents\AudioInputAutoOnChange $var + * @return $this + */ + public function setAudioInputAutoOnChange($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\AudioInputAutoOnChange::class); + $this->writeOneof(55, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioSettingsSdiNdiActive audio_settings_sdi_ndi_active = 56; + * @return \Rv\Analytics\Trackedevents\AudioSettingsSdiNdiActive|null + */ + public function getAudioSettingsSdiNdiActive() + { + return $this->readOneof(56); + } + + public function hasAudioSettingsSdiNdiActive() + { + return $this->hasOneof(56); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioSettingsSdiNdiActive audio_settings_sdi_ndi_active = 56; + * @param \Rv\Analytics\Trackedevents\AudioSettingsSdiNdiActive $var + * @return $this + */ + public function setAudioSettingsSdiNdiActive($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\AudioSettingsSdiNdiActive::class); + $this->writeOneof(56, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioSettingsCustomMap audio_settings_custom_map = 57; + * @return \Rv\Analytics\Trackedevents\AudioSettingsCustomMap|null + */ + public function getAudioSettingsCustomMap() + { + return $this->readOneof(57); + } + + public function hasAudioSettingsCustomMap() + { + return $this->hasOneof(57); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioSettingsCustomMap audio_settings_custom_map = 57; + * @param \Rv\Analytics\Trackedevents\AudioSettingsCustomMap $var + * @return $this + */ + public function setAudioSettingsCustomMap($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\AudioSettingsCustomMap::class); + $this->writeOneof(57, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputModeSelection audio_input_mode_selection = 58; + * @return \Rv\Analytics\Trackedevents\AudioInputModeSelection|null + */ + public function getAudioInputModeSelection() + { + return $this->readOneof(58); + } + + public function hasAudioInputModeSelection() + { + return $this->hasOneof(58); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputModeSelection audio_input_mode_selection = 58; + * @param \Rv\Analytics\Trackedevents\AudioInputModeSelection $var + * @return $this + */ + public function setAudioInputModeSelection($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\AudioInputModeSelection::class); + $this->writeOneof(58, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputAutoOnStartup audio_input_auto_on_startup = 59; + * @return \Rv\Analytics\Trackedevents\AudioInputAutoOnStartup|null + */ + public function getAudioInputAutoOnStartup() + { + return $this->readOneof(59); + } + + public function hasAudioInputAutoOnStartup() + { + return $this->hasOneof(59); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputAutoOnStartup audio_input_auto_on_startup = 59; + * @param \Rv\Analytics\Trackedevents\AudioInputAutoOnStartup $var + * @return $this + */ + public function setAudioInputAutoOnStartup($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\AudioInputAutoOnStartup::class); + $this->writeOneof(59, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioSettingsSdiNdiState audio_settings_sdi_ndi_state = 60; + * @return \Rv\Analytics\Trackedevents\AudioSettingsSdiNdiState|null + */ + public function getAudioSettingsSdiNdiState() + { + return $this->readOneof(60); + } + + public function hasAudioSettingsSdiNdiState() + { + return $this->hasOneof(60); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioSettingsSdiNdiState audio_settings_sdi_ndi_state = 60; + * @param \Rv\Analytics\Trackedevents\AudioSettingsSdiNdiState $var + * @return $this + */ + public function setAudioSettingsSdiNdiState($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\AudioSettingsSdiNdiState::class); + $this->writeOneof(60, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputStartUp audio_input_start_up = 61; + * @return \Rv\Analytics\Trackedevents\AudioInputStartUp|null + */ + public function getAudioInputStartUp() + { + return $this->readOneof(61); + } + + public function hasAudioInputStartUp() + { + return $this->hasOneof(61); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputStartUp audio_input_start_up = 61; + * @param \Rv\Analytics\Trackedevents\AudioInputStartUp $var + * @return $this + */ + public function setAudioInputStartUp($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\AudioInputStartUp::class); + $this->writeOneof(61, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.CueTriggered cue_triggered = 62; + * @return \Rv\Analytics\Trackedevents\CueTriggered|null + */ + public function getCueTriggered() + { + return $this->readOneof(62); + } + + public function hasCueTriggered() + { + return $this->hasOneof(62); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.CueTriggered cue_triggered = 62; + * @param \Rv\Analytics\Trackedevents\CueTriggered $var + * @return $this + */ + public function setCueTriggered($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\CueTriggered::class); + $this->writeOneof(62, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.InputAudioMonitoring input_audio_monitoring = 63; + * @return \Rv\Analytics\Trackedevents\InputAudioMonitoring|null + */ + public function getInputAudioMonitoring() + { + return $this->readOneof(63); + } + + public function hasInputAudioMonitoring() + { + return $this->hasOneof(63); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.InputAudioMonitoring input_audio_monitoring = 63; + * @param \Rv\Analytics\Trackedevents\InputAudioMonitoring $var + * @return $this + */ + public function setInputAudioMonitoring($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\InputAudioMonitoring::class); + $this->writeOneof(63, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ResiStartUp resi_start_up = 64; + * @return \Rv\Analytics\Trackedevents\ResiStartUp|null + */ + public function getResiStartUp() + { + return $this->readOneof(64); + } + + public function hasResiStartUp() + { + return $this->hasOneof(64); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ResiStartUp resi_start_up = 64; + * @param \Rv\Analytics\Trackedevents\ResiStartUp $var + * @return $this + */ + public function setResiStartUp($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\ResiStartUp::class); + $this->writeOneof(64, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ResiLoginChange resi_login_change = 65; + * @return \Rv\Analytics\Trackedevents\ResiLoginChange|null + */ + public function getResiLoginChange() + { + return $this->readOneof(65); + } + + public function hasResiLoginChange() + { + return $this->hasOneof(65); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ResiLoginChange resi_login_change = 65; + * @param \Rv\Analytics\Trackedevents\ResiLoginChange $var + * @return $this + */ + public function setResiLoginChange($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\ResiLoginChange::class); + $this->writeOneof(65, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.RemoteStreamStart remote_stream_start = 66; + * @return \Rv\Analytics\Trackedevents\RemoteStreamStart|null + */ + public function getRemoteStreamStart() + { + return $this->readOneof(66); + } + + public function hasRemoteStreamStart() + { + return $this->hasOneof(66); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.RemoteStreamStart remote_stream_start = 66; + * @param \Rv\Analytics\Trackedevents\RemoteStreamStart $var + * @return $this + */ + public function setRemoteStreamStart($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\RemoteStreamStart::class); + $this->writeOneof(66, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.RemoteStreamStop remote_stream_stop = 67; + * @return \Rv\Analytics\Trackedevents\RemoteStreamStop|null + */ + public function getRemoteStreamStop() + { + return $this->readOneof(67); + } + + public function hasRemoteStreamStop() + { + return $this->hasOneof(67); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.RemoteStreamStop remote_stream_stop = 67; + * @param \Rv\Analytics\Trackedevents\RemoteStreamStop $var + * @return $this + */ + public function setRemoteStreamStop($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\RemoteStreamStop::class); + $this->writeOneof(67, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.StartCaptureDisk start_capture_disk = 68; + * @return \Rv\Analytics\Trackedevents\StartCaptureDisk|null + */ + public function getStartCaptureDisk() + { + return $this->readOneof(68); + } + + public function hasStartCaptureDisk() + { + return $this->hasOneof(68); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.StartCaptureDisk start_capture_disk = 68; + * @param \Rv\Analytics\Trackedevents\StartCaptureDisk $var + * @return $this + */ + public function setStartCaptureDisk($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\StartCaptureDisk::class); + $this->writeOneof(68, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.StartCaptureRtmp start_capture_rtmp = 69; + * @return \Rv\Analytics\Trackedevents\StartCaptureRtmp|null + */ + public function getStartCaptureRtmp() + { + return $this->readOneof(69); + } + + public function hasStartCaptureRtmp() + { + return $this->hasOneof(69); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.StartCaptureRtmp start_capture_rtmp = 69; + * @param \Rv\Analytics\Trackedevents\StartCaptureRtmp $var + * @return $this + */ + public function setStartCaptureRtmp($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\StartCaptureRtmp::class); + $this->writeOneof(69, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.StartCaptureResi start_capture_resi = 70; + * @return \Rv\Analytics\Trackedevents\StartCaptureResi|null + */ + public function getStartCaptureResi() + { + return $this->readOneof(70); + } + + public function hasStartCaptureResi() + { + return $this->hasOneof(70); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.StartCaptureResi start_capture_resi = 70; + * @param \Rv\Analytics\Trackedevents\StartCaptureResi $var + * @return $this + */ + public function setStartCaptureResi($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\StartCaptureResi::class); + $this->writeOneof(70, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.StopCapture stop_capture = 71; + * @return \Rv\Analytics\Trackedevents\StopCapture|null + */ + public function getStopCapture() + { + return $this->readOneof(71); + } + + public function hasStopCapture() + { + return $this->hasOneof(71); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.StopCapture stop_capture = 71; + * @param \Rv\Analytics\Trackedevents\StopCapture $var + * @return $this + */ + public function setStopCapture($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\StopCapture::class); + $this->writeOneof(71, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.GenericEvent analytic_reset = 72; + * @return \Rv\Analytics\Trackedevents\GenericEvent|null + */ + public function getAnalyticReset() + { + return $this->readOneof(72); + } + + public function hasAnalyticReset() + { + return $this->hasOneof(72); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.GenericEvent analytic_reset = 72; + * @param \Rv\Analytics\Trackedevents\GenericEvent $var + * @return $this + */ + public function setAnalyticReset($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\GenericEvent::class); + $this->writeOneof(72, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Print print = 73; + * @return \Rv\Analytics\Trackedevents\PBPrint|null + */ + public function getPrint() + { + return $this->readOneof(73); + } + + public function hasPrint() + { + return $this->hasOneof(73); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Print print = 73; + * @param \Rv\Analytics\Trackedevents\PBPrint $var + * @return $this + */ + public function setPrint($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\PBPrint::class); + $this->writeOneof(73, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Device device = 74; + * @return \Rv\Analytics\Trackedevents\Device|null + */ + public function getDevice() + { + return $this->readOneof(74); + } + + public function hasDevice() + { + return $this->hasOneof(74); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Device device = 74; + * @param \Rv\Analytics\Trackedevents\Device $var + * @return $this + */ + public function setDevice($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\Device::class); + $this->writeOneof(74, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Downgrade downgrade = 75; + * @return \Rv\Analytics\Trackedevents\Downgrade|null + */ + public function getDowngrade() + { + return $this->readOneof(75); + } + + public function hasDowngrade() + { + return $this->hasOneof(75); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Downgrade downgrade = 75; + * @param \Rv\Analytics\Trackedevents\Downgrade $var + * @return $this + */ + public function setDowngrade($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\Downgrade::class); + $this->writeOneof(75, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.CCLIReport ccli_report = 76; + * @return \Rv\Analytics\Trackedevents\CCLIReport|null + */ + public function getCcliReport() + { + return $this->readOneof(76); + } + + public function hasCcliReport() + { + return $this->hasOneof(76); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.CCLIReport ccli_report = 76; + * @param \Rv\Analytics\Trackedevents\CCLIReport $var + * @return $this + */ + public function setCcliReport($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\CCLIReport::class); + $this->writeOneof(76, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.TransitionWindow transition_window = 77; + * @return \Rv\Analytics\Trackedevents\TransitionWindow|null + */ + public function getTransitionWindow() + { + return $this->readOneof(77); + } + + public function hasTransitionWindow() + { + return $this->hasOneof(77); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.TransitionWindow transition_window = 77; + * @param \Rv\Analytics\Trackedevents\TransitionWindow $var + * @return $this + */ + public function setTransitionWindow($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\TransitionWindow::class); + $this->writeOneof(77, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.EditorObjectAdded editor_object_added = 78; + * @return \Rv\Analytics\Trackedevents\EditorObjectAdded|null + */ + public function getEditorObjectAdded() + { + return $this->readOneof(78); + } + + public function hasEditorObjectAdded() + { + return $this->hasOneof(78); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.EditorObjectAdded editor_object_added = 78; + * @param \Rv\Analytics\Trackedevents\EditorObjectAdded $var + * @return $this + */ + public function setEditorObjectAdded($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\EditorObjectAdded::class); + $this->writeOneof(78, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.DataIdDuplicated data_id_duplicated = 79; + * @return \Rv\Analytics\Trackedevents\DataIdDuplicated|null + */ + public function getDataIdDuplicated() + { + return $this->readOneof(79); + } + + public function hasDataIdDuplicated() + { + return $this->hasOneof(79); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.DataIdDuplicated data_id_duplicated = 79; + * @param \Rv\Analytics\Trackedevents\DataIdDuplicated $var + * @return $this + */ + public function setDataIdDuplicated($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\DataIdDuplicated::class); + $this->writeOneof(79, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ForceQuit force_quit = 80; + * @return \Rv\Analytics\Trackedevents\ForceQuit|null + */ + public function getForceQuit() + { + return $this->readOneof(80); + } + + public function hasForceQuit() + { + return $this->hasOneof(80); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ForceQuit force_quit = 80; + * @param \Rv\Analytics\Trackedevents\ForceQuit $var + * @return $this + */ + public function setForceQuit($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\ForceQuit::class); + $this->writeOneof(80, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.MediaCleanupSize media_cleanup_size = 81; + * @return \Rv\Analytics\Trackedevents\MediaCleanupSize|null + */ + public function getMediaCleanupSize() + { + return $this->readOneof(81); + } + + public function hasMediaCleanupSize() + { + return $this->hasOneof(81); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.MediaCleanupSize media_cleanup_size = 81; + * @param \Rv\Analytics\Trackedevents\MediaCleanupSize $var + * @return $this + */ + public function setMediaCleanupSize($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\MediaCleanupSize::class); + $this->writeOneof(81, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.NetworkApp network_app = 82; + * @return \Rv\Analytics\Trackedevents\NetworkApp|null + */ + public function getNetworkApp() + { + return $this->readOneof(82); + } + + public function hasNetworkApp() + { + return $this->hasOneof(82); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.NetworkApp network_app = 82; + * @param \Rv\Analytics\Trackedevents\NetworkApp $var + * @return $this + */ + public function setNetworkApp($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trackedevents\NetworkApp::class); + $this->writeOneof(82, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionCaptureStart trigger_action_capture_start = 100; + * @return \Rv\Analytics\Trigger\ActionCaptureStart|null + */ + public function getTriggerActionCaptureStart() + { + return $this->readOneof(100); + } + + public function hasTriggerActionCaptureStart() + { + return $this->hasOneof(100); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionCaptureStart trigger_action_capture_start = 100; + * @param \Rv\Analytics\Trigger\ActionCaptureStart $var + * @return $this + */ + public function setTriggerActionCaptureStart($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionCaptureStart::class); + $this->writeOneof(100, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionCaptureStop trigger_action_capture_stop = 101; + * @return \Rv\Analytics\Trigger\ActionCaptureStop|null + */ + public function getTriggerActionCaptureStop() + { + return $this->readOneof(101); + } + + public function hasTriggerActionCaptureStop() + { + return $this->hasOneof(101); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionCaptureStop trigger_action_capture_stop = 101; + * @param \Rv\Analytics\Trigger\ActionCaptureStop $var + * @return $this + */ + public function setTriggerActionCaptureStop($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionCaptureStop::class); + $this->writeOneof(101, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionClear trigger_action_clear = 102; + * @return \Rv\Analytics\Trigger\ActionClear|null + */ + public function getTriggerActionClear() + { + return $this->readOneof(102); + } + + public function hasTriggerActionClear() + { + return $this->hasOneof(102); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionClear trigger_action_clear = 102; + * @param \Rv\Analytics\Trigger\ActionClear $var + * @return $this + */ + public function setTriggerActionClear($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionClear::class); + $this->writeOneof(102, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionClearGroup trigger_action_clear_group = 103; + * @return \Rv\Analytics\Trigger\ActionClearGroup|null + */ + public function getTriggerActionClearGroup() + { + return $this->readOneof(103); + } + + public function hasTriggerActionClearGroup() + { + return $this->hasOneof(103); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionClearGroup trigger_action_clear_group = 103; + * @param \Rv\Analytics\Trigger\ActionClearGroup $var + * @return $this + */ + public function setTriggerActionClearGroup($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionClearGroup::class); + $this->writeOneof(103, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionCommunications trigger_action_communications = 104; + * @return \Rv\Analytics\Trigger\ActionCommunications|null + */ + public function getTriggerActionCommunications() + { + return $this->readOneof(104); + } + + public function hasTriggerActionCommunications() + { + return $this->hasOneof(104); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionCommunications trigger_action_communications = 104; + * @param \Rv\Analytics\Trigger\ActionCommunications $var + * @return $this + */ + public function setTriggerActionCommunications($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionCommunications::class); + $this->writeOneof(104, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionLook trigger_action_look = 105; + * @return \Rv\Analytics\Trigger\ActionLook|null + */ + public function getTriggerActionLook() + { + return $this->readOneof(105); + } + + public function hasTriggerActionLook() + { + return $this->hasOneof(105); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionLook trigger_action_look = 105; + * @param \Rv\Analytics\Trigger\ActionLook $var + * @return $this + */ + public function setTriggerActionLook($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionLook::class); + $this->writeOneof(105, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionMacro trigger_action_macro = 106; + * @return \Rv\Analytics\Trigger\ActionMacro|null + */ + public function getTriggerActionMacro() + { + return $this->readOneof(106); + } + + public function hasTriggerActionMacro() + { + return $this->hasOneof(106); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionMacro trigger_action_macro = 106; + * @param \Rv\Analytics\Trigger\ActionMacro $var + * @return $this + */ + public function setTriggerActionMacro($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionMacro::class); + $this->writeOneof(106, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionMessage trigger_action_message = 107; + * @return \Rv\Analytics\Trigger\ActionMessage|null + */ + public function getTriggerActionMessage() + { + return $this->readOneof(107); + } + + public function hasTriggerActionMessage() + { + return $this->hasOneof(107); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionMessage trigger_action_message = 107; + * @param \Rv\Analytics\Trigger\ActionMessage $var + * @return $this + */ + public function setTriggerActionMessage($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionMessage::class); + $this->writeOneof(107, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionProp trigger_action_prop = 108; + * @return \Rv\Analytics\Trigger\ActionProp|null + */ + public function getTriggerActionProp() + { + return $this->readOneof(108); + } + + public function hasTriggerActionProp() + { + return $this->hasOneof(108); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionProp trigger_action_prop = 108; + * @param \Rv\Analytics\Trigger\ActionProp $var + * @return $this + */ + public function setTriggerActionProp($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionProp::class); + $this->writeOneof(108, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionSlideDestination trigger_action_slide_destination = 109; + * @return \Rv\Analytics\Trigger\ActionSlideDestination|null + */ + public function getTriggerActionSlideDestination() + { + return $this->readOneof(109); + } + + public function hasTriggerActionSlideDestination() + { + return $this->hasOneof(109); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionSlideDestination trigger_action_slide_destination = 109; + * @param \Rv\Analytics\Trigger\ActionSlideDestination $var + * @return $this + */ + public function setTriggerActionSlideDestination($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionSlideDestination::class); + $this->writeOneof(109, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionStage trigger_action_stage = 110; + * @return \Rv\Analytics\Trigger\ActionStage|null + */ + public function getTriggerActionStage() + { + return $this->readOneof(110); + } + + public function hasTriggerActionStage() + { + return $this->hasOneof(110); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionStage trigger_action_stage = 110; + * @param \Rv\Analytics\Trigger\ActionStage $var + * @return $this + */ + public function setTriggerActionStage($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionStage::class); + $this->writeOneof(110, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionTimer trigger_action_timer = 111; + * @return \Rv\Analytics\Trigger\ActionTimer|null + */ + public function getTriggerActionTimer() + { + return $this->readOneof(111); + } + + public function hasTriggerActionTimer() + { + return $this->hasOneof(111); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionTimer trigger_action_timer = 111; + * @param \Rv\Analytics\Trigger\ActionTimer $var + * @return $this + */ + public function setTriggerActionTimer($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\ActionTimer::class); + $this->writeOneof(111, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.Audio trigger_media_audio = 112; + * @return \Rv\Analytics\Trigger\Media\Audio|null + */ + public function getTriggerMediaAudio() + { + return $this->readOneof(112); + } + + public function hasTriggerMediaAudio() + { + return $this->hasOneof(112); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.Audio trigger_media_audio = 112; + * @param \Rv\Analytics\Trigger\Media\Audio $var + * @return $this + */ + public function setTriggerMediaAudio($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\Audio::class); + $this->writeOneof(112, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.Image trigger_media_image = 113; + * @return \Rv\Analytics\Trigger\Media\Image|null + */ + public function getTriggerMediaImage() + { + return $this->readOneof(113); + } + + public function hasTriggerMediaImage() + { + return $this->hasOneof(113); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.Image trigger_media_image = 113; + * @param \Rv\Analytics\Trigger\Media\Image $var + * @return $this + */ + public function setTriggerMediaImage($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\Image::class); + $this->writeOneof(113, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.VideoInput trigger_media_video_input = 114; + * @return \Rv\Analytics\Trigger\Media\VideoInput|null + */ + public function getTriggerMediaVideoInput() + { + return $this->readOneof(114); + } + + public function hasTriggerMediaVideoInput() + { + return $this->hasOneof(114); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.VideoInput trigger_media_video_input = 114; + * @param \Rv\Analytics\Trigger\Media\VideoInput $var + * @return $this + */ + public function setTriggerMediaVideoInput($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\VideoInput::class); + $this->writeOneof(114, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.Video trigger_media_video = 115; + * @return \Rv\Analytics\Trigger\Media\Video|null + */ + public function getTriggerMediaVideo() + { + return $this->readOneof(115); + } + + public function hasTriggerMediaVideo() + { + return $this->hasOneof(115); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.Video trigger_media_video = 115; + * @param \Rv\Analytics\Trigger\Media\Video $var + * @return $this + */ + public function setTriggerMediaVideo($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\Video::class); + $this->writeOneof(115, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.cue.Slide trigger_cue_slide = 116; + * @return \Rv\Analytics\Trigger\Cue\Slide|null + */ + public function getTriggerCueSlide() + { + return $this->readOneof(116); + } + + public function hasTriggerCueSlide() + { + return $this->hasOneof(116); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.cue.Slide trigger_cue_slide = 116; + * @param \Rv\Analytics\Trigger\Cue\Slide $var + * @return $this + */ + public function setTriggerCueSlide($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\Slide::class); + $this->writeOneof(116, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.cue.SlideFileFeedElement trigger_cue_slide_file_feed_element = 117; + * @return \Rv\Analytics\Trigger\Cue\SlideFileFeedElement|null + */ + public function getTriggerCueSlideFileFeedElement() + { + return $this->readOneof(117); + } + + public function hasTriggerCueSlideFileFeedElement() + { + return $this->hasOneof(117); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.cue.SlideFileFeedElement trigger_cue_slide_file_feed_element = 117; + * @param \Rv\Analytics\Trigger\Cue\SlideFileFeedElement $var + * @return $this + */ + public function setTriggerCueSlideFileFeedElement($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\SlideFileFeedElement::class); + $this->writeOneof(117, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.cue.SlideRssFeedElement trigger_cue_slide_rss_feed_element = 118; + * @return \Rv\Analytics\Trigger\Cue\SlideRssFeedElement|null + */ + public function getTriggerCueSlideRssFeedElement() + { + return $this->readOneof(118); + } + + public function hasTriggerCueSlideRssFeedElement() + { + return $this->hasOneof(118); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.cue.SlideRssFeedElement trigger_cue_slide_rss_feed_element = 118; + * @param \Rv\Analytics\Trigger\Cue\SlideRssFeedElement $var + * @return $this + */ + public function setTriggerCueSlideRssFeedElement($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\SlideRssFeedElement::class); + $this->writeOneof(118, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement trigger_cue_slide_scrolling_text_element = 119; + * @return \Rv\Analytics\Trigger\Cue\SlideScrollingTextElement|null + */ + public function getTriggerCueSlideScrollingTextElement() + { + return $this->readOneof(119); + } + + public function hasTriggerCueSlideScrollingTextElement() + { + return $this->hasOneof(119); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement trigger_cue_slide_scrolling_text_element = 119; + * @param \Rv\Analytics\Trigger\Cue\SlideScrollingTextElement $var + * @return $this + */ + public function setTriggerCueSlideScrollingTextElement($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\SlideScrollingTextElement::class); + $this->writeOneof(119, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.TestPattern trigger_test_pattern = 120; + * @return \Rv\Analytics\Trigger\TestPattern|null + */ + public function getTriggerTestPattern() + { + return $this->readOneof(120); + } + + public function hasTriggerTestPattern() + { + return $this->hasOneof(120); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.TestPattern trigger_test_pattern = 120; + * @param \Rv\Analytics\Trigger\TestPattern $var + * @return $this + */ + public function setTriggerTestPattern($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\TestPattern::class); + $this->writeOneof(120, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.AirCastVideo trigger_media_aircast_video = 121; + * @return \Rv\Analytics\Trigger\Media\AirCastVideo|null + */ + public function getTriggerMediaAircastVideo() + { + return $this->readOneof(121); + } + + public function hasTriggerMediaAircastVideo() + { + return $this->hasOneof(121); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.AirCastVideo trigger_media_aircast_video = 121; + * @param \Rv\Analytics\Trigger\Media\AirCastVideo $var + * @return $this + */ + public function setTriggerMediaAircastVideo($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\AirCastVideo::class); + $this->writeOneof(121, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.AirCastAudio trigger_media_aircast_audio = 122; + * @return \Rv\Analytics\Trigger\Media\AirCastAudio|null + */ + public function getTriggerMediaAircastAudio() + { + return $this->readOneof(122); + } + + public function hasTriggerMediaAircastAudio() + { + return $this->hasOneof(122); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.AirCastAudio trigger_media_aircast_audio = 122; + * @param \Rv\Analytics\Trigger\Media\AirCastAudio $var + * @return $this + */ + public function setTriggerMediaAircastAudio($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\AirCastAudio::class); + $this->writeOneof(122, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.AirCastVideo aircast_video_input_configured = 123; + * @return \Rv\Analytics\Trigger\Media\AirCastVideo|null + */ + public function getAircastVideoInputConfigured() + { + return $this->readOneof(123); + } + + public function hasAircastVideoInputConfigured() + { + return $this->hasOneof(123); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.AirCastVideo aircast_video_input_configured = 123; + * @param \Rv\Analytics\Trigger\Media\AirCastVideo $var + * @return $this + */ + public function setAircastVideoInputConfigured($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\AirCastVideo::class); + $this->writeOneof(123, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.AirCastAudio aircast_audio_input_configured = 124; + * @return \Rv\Analytics\Trigger\Media\AirCastAudio|null + */ + public function getAircastAudioInputConfigured() + { + return $this->readOneof(124); + } + + public function hasAircastAudioInputConfigured() + { + return $this->hasOneof(124); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.AirCastAudio aircast_audio_input_configured = 124; + * @param \Rv\Analytics\Trigger\Media\AirCastAudio $var + * @return $this + */ + public function setAircastAudioInputConfigured($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\AirCastAudio::class); + $this->writeOneof(124, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.InstallationComplete media_management_installation_complete = 140; + * @return \Rv\Analytics\Mediamanagement\InstallationComplete|null + */ + public function getMediaManagementInstallationComplete() + { + return $this->readOneof(140); + } + + public function hasMediaManagementInstallationComplete() + { + return $this->hasOneof(140); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.InstallationComplete media_management_installation_complete = 140; + * @param \Rv\Analytics\Mediamanagement\InstallationComplete $var + * @return $this + */ + public function setMediaManagementInstallationComplete($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\InstallationComplete::class); + $this->writeOneof(140, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.BootstrappingComplete media_management_bootstrapping_complete = 141; + * @return \Rv\Analytics\Mediamanagement\BootstrappingComplete|null + */ + public function getMediaManagementBootstrappingComplete() + { + return $this->readOneof(141); + } + + public function hasMediaManagementBootstrappingComplete() + { + return $this->hasOneof(141); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.BootstrappingComplete media_management_bootstrapping_complete = 141; + * @param \Rv\Analytics\Mediamanagement\BootstrappingComplete $var + * @return $this + */ + public function setMediaManagementBootstrappingComplete($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\BootstrappingComplete::class); + $this->writeOneof(141, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.MessageFailure media_management_message_failure = 142; + * @return \Rv\Analytics\Mediamanagement\MessageFailure|null + */ + public function getMediaManagementMessageFailure() + { + return $this->readOneof(142); + } + + public function hasMediaManagementMessageFailure() + { + return $this->hasOneof(142); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.MessageFailure media_management_message_failure = 142; + * @param \Rv\Analytics\Mediamanagement\MessageFailure $var + * @return $this + */ + public function setMediaManagementMessageFailure($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\MessageFailure::class); + $this->writeOneof(142, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.UnexpectedlyNotRunning media_management_unexpectedly_not_running = 143; + * @return \Rv\Analytics\Mediamanagement\UnexpectedlyNotRunning|null + */ + public function getMediaManagementUnexpectedlyNotRunning() + { + return $this->readOneof(143); + } + + public function hasMediaManagementUnexpectedlyNotRunning() + { + return $this->hasOneof(143); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.UnexpectedlyNotRunning media_management_unexpectedly_not_running = 143; + * @param \Rv\Analytics\Mediamanagement\UnexpectedlyNotRunning $var + * @return $this + */ + public function setMediaManagementUnexpectedlyNotRunning($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\UnexpectedlyNotRunning::class); + $this->writeOneof(143, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.ConnectionChanged media_management_connection_changed = 144; + * @return \Rv\Analytics\Mediamanagement\ConnectionChanged|null + */ + public function getMediaManagementConnectionChanged() + { + return $this->readOneof(144); + } + + public function hasMediaManagementConnectionChanged() + { + return $this->hasOneof(144); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.ConnectionChanged media_management_connection_changed = 144; + * @param \Rv\Analytics\Mediamanagement\ConnectionChanged $var + * @return $this + */ + public function setMediaManagementConnectionChanged($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\ConnectionChanged::class); + $this->writeOneof(144, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.AddedMediaReference media_management_added_media_reference = 145; + * @return \Rv\Analytics\Mediamanagement\AddedMediaReference|null + */ + public function getMediaManagementAddedMediaReference() + { + return $this->readOneof(145); + } + + public function hasMediaManagementAddedMediaReference() + { + return $this->hasOneof(145); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.AddedMediaReference media_management_added_media_reference = 145; + * @param \Rv\Analytics\Mediamanagement\AddedMediaReference $var + * @return $this + */ + public function setMediaManagementAddedMediaReference($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\AddedMediaReference::class); + $this->writeOneof(145, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.NotResponding media_management_not_responding = 146; + * @return \Rv\Analytics\Mediamanagement\NotResponding|null + */ + public function getMediaManagementNotResponding() + { + return $this->readOneof(146); + } + + public function hasMediaManagementNotResponding() + { + return $this->hasOneof(146); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.NotResponding media_management_not_responding = 146; + * @param \Rv\Analytics\Mediamanagement\NotResponding $var + * @return $this + */ + public function setMediaManagementNotResponding($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\NotResponding::class); + $this->writeOneof(146, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchShown ui_quicksearch = 200; + * @return \Rv\Analytics\Ui\QuickSearchShown|null + */ + public function getUiQuicksearch() + { + return $this->readOneof(200); + } + + public function hasUiQuicksearch() + { + return $this->hasOneof(200); + } + + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchShown ui_quicksearch = 200; + * @param \Rv\Analytics\Ui\QuickSearchShown $var + * @return $this + */ + public function setUiQuicksearch($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\QuickSearchShown::class); + $this->writeOneof(200, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchSearch ui_quicksearch_search = 201; + * @return \Rv\Analytics\Ui\QuickSearchSearch|null + */ + public function getUiQuicksearchSearch() + { + return $this->readOneof(201); + } + + public function hasUiQuicksearchSearch() + { + return $this->hasOneof(201); + } + + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchSearch ui_quicksearch_search = 201; + * @param \Rv\Analytics\Ui\QuickSearchSearch $var + * @return $this + */ + public function setUiQuicksearchSearch($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\QuickSearchSearch::class); + $this->writeOneof(201, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchOpenItems ui_quicksearch_openitems = 202; + * @return \Rv\Analytics\Ui\QuickSearchOpenItems|null + */ + public function getUiQuicksearchOpenitems() + { + return $this->readOneof(202); + } + + public function hasUiQuicksearchOpenitems() + { + return $this->hasOneof(202); + } + + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchOpenItems ui_quicksearch_openitems = 202; + * @param \Rv\Analytics\Ui\QuickSearchOpenItems $var + * @return $this + */ + public function setUiQuicksearchOpenitems($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\QuickSearchOpenItems::class); + $this->writeOneof(202, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ToolbarThemeShown ui_toolbar_theme = 203; + * @return \Rv\Analytics\Ui\ToolbarThemeShown|null + */ + public function getUiToolbarTheme() + { + return $this->readOneof(203); + } + + public function hasUiToolbarTheme() + { + return $this->hasOneof(203); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ToolbarThemeShown ui_toolbar_theme = 203; + * @param \Rv\Analytics\Ui\ToolbarThemeShown $var + * @return $this + */ + public function setUiToolbarTheme($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ToolbarThemeShown::class); + $this->writeOneof(203, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ToolbarThemeApplication ui_toolbar_theme_application = 204; + * @return \Rv\Analytics\Ui\ToolbarThemeApplication|null + */ + public function getUiToolbarThemeApplication() + { + return $this->readOneof(204); + } + + public function hasUiToolbarThemeApplication() + { + return $this->hasOneof(204); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ToolbarThemeApplication ui_toolbar_theme_application = 204; + * @param \Rv\Analytics\Ui\ToolbarThemeApplication $var + * @return $this + */ + public function setUiToolbarThemeApplication($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ToolbarThemeApplication::class); + $this->writeOneof(204, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewShow ui_mainview_show = 205; + * @return \Rv\Analytics\Ui\MainViewShow|null + */ + public function getUiMainviewShow() + { + return $this->readOneof(205); + } + + public function hasUiMainviewShow() + { + return $this->hasOneof(205); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewShow ui_mainview_show = 205; + * @param \Rv\Analytics\Ui\MainViewShow $var + * @return $this + */ + public function setUiMainviewShow($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewShow::class); + $this->writeOneof(205, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewPresentationEditor ui_mainview_presentation_editor = 206; + * @return \Rv\Analytics\Ui\MainViewPresentationEditor|null + */ + public function getUiMainviewPresentationEditor() + { + return $this->readOneof(206); + } + + public function hasUiMainviewPresentationEditor() + { + return $this->hasOneof(206); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewPresentationEditor ui_mainview_presentation_editor = 206; + * @param \Rv\Analytics\Ui\MainViewPresentationEditor $var + * @return $this + */ + public function setUiMainviewPresentationEditor($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewPresentationEditor::class); + $this->writeOneof(206, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewReflowEditor ui_mainview_reflow = 207; + * @return \Rv\Analytics\Ui\MainViewReflowEditor|null + */ + public function getUiMainviewReflow() + { + return $this->readOneof(207); + } + + public function hasUiMainviewReflow() + { + return $this->hasOneof(207); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewReflowEditor ui_mainview_reflow = 207; + * @param \Rv\Analytics\Ui\MainViewReflowEditor $var + * @return $this + */ + public function setUiMainviewReflow($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewReflowEditor::class); + $this->writeOneof(207, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewBible ui_mainview_bible = 208; + * @return \Rv\Analytics\Ui\MainViewBible|null + */ + public function getUiMainviewBible() + { + return $this->readOneof(208); + } + + public function hasUiMainviewBible() + { + return $this->hasOneof(208); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewBible ui_mainview_bible = 208; + * @param \Rv\Analytics\Ui\MainViewBible $var + * @return $this + */ + public function setUiMainviewBible($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewBible::class); + $this->writeOneof(208, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleTrigger bible_trigger = 209; + * @return \Rv\Analytics\Ui\BibleTrigger|null + */ + public function getBibleTrigger() + { + return $this->readOneof(209); + } + + public function hasBibleTrigger() + { + return $this->hasOneof(209); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleTrigger bible_trigger = 209; + * @param \Rv\Analytics\Ui\BibleTrigger $var + * @return $this + */ + public function setBibleTrigger($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleTrigger::class); + $this->writeOneof(209, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides bible_generate_slides = 210; + * @return \Rv\Analytics\Ui\BibleGenerateSlides|null + */ + public function getBibleGenerateSlides() + { + return $this->readOneof(210); + } + + public function hasBibleGenerateSlides() + { + return $this->hasOneof(210); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides bible_generate_slides = 210; + * @param \Rv\Analytics\Ui\BibleGenerateSlides $var + * @return $this + */ + public function setBibleGenerateSlides($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleGenerateSlides::class); + $this->writeOneof(210, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleGenerateNext bible_generate_next = 211; + * @return \Rv\Analytics\Ui\BibleGenerateNext|null + */ + public function getBibleGenerateNext() + { + return $this->readOneof(211); + } + + public function hasBibleGenerateNext() + { + return $this->hasOneof(211); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleGenerateNext bible_generate_next = 211; + * @param \Rv\Analytics\Ui\BibleGenerateNext $var + * @return $this + */ + public function setBibleGenerateNext($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleGenerateNext::class); + $this->writeOneof(211, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleGenerateNext bible_generate_previous = 212; + * @return \Rv\Analytics\Ui\BibleGenerateNext|null + */ + public function getBibleGeneratePrevious() + { + return $this->readOneof(212); + } + + public function hasBibleGeneratePrevious() + { + return $this->hasOneof(212); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleGenerateNext bible_generate_previous = 212; + * @param \Rv\Analytics\Ui\BibleGenerateNext $var + * @return $this + */ + public function setBibleGeneratePrevious($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleGenerateNext::class); + $this->writeOneof(212, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleSaveSlides bible_save_slides = 213; + * @return \Rv\Analytics\Ui\BibleSaveSlides|null + */ + public function getBibleSaveSlides() + { + return $this->readOneof(213); + } + + public function hasBibleSaveSlides() + { + return $this->hasOneof(213); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleSaveSlides bible_save_slides = 213; + * @param \Rv\Analytics\Ui\BibleSaveSlides $var + * @return $this + */ + public function setBibleSaveSlides($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleSaveSlides::class); + $this->writeOneof(213, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleLookup bible_lookup = 214; + * @return \Rv\Analytics\Ui\BibleLookup|null + */ + public function getBibleLookup() + { + return $this->readOneof(214); + } + + public function hasBibleLookup() + { + return $this->hasOneof(214); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleLookup bible_lookup = 214; + * @param \Rv\Analytics\Ui\BibleLookup $var + * @return $this + */ + public function setBibleLookup($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleLookup::class); + $this->writeOneof(214, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleStartup bible_startup = 215; + * @return \Rv\Analytics\Ui\BibleStartup|null + */ + public function getBibleStartup() + { + return $this->readOneof(215); + } + + public function hasBibleStartup() + { + return $this->hasOneof(215); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleStartup bible_startup = 215; + * @param \Rv\Analytics\Ui\BibleStartup $var + * @return $this + */ + public function setBibleStartup($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleStartup::class); + $this->writeOneof(215, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleRemove bible_remove = 216; + * @return \Rv\Analytics\Ui\BibleRemove|null + */ + public function getBibleRemove() + { + return $this->readOneof(216); + } + + public function hasBibleRemove() + { + return $this->hasOneof(216); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleRemove bible_remove = 216; + * @param \Rv\Analytics\Ui\BibleRemove $var + * @return $this + */ + public function setBibleRemove($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleRemove::class); + $this->writeOneof(216, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleInstall bible_install = 217; + * @return \Rv\Analytics\Ui\BibleInstall|null + */ + public function getBibleInstall() + { + return $this->readOneof(217); + } + + public function hasBibleInstall() + { + return $this->hasOneof(217); + } + + /** + * Generated from protobuf field .rv.analytics.ui.BibleInstall bible_install = 217; + * @param \Rv\Analytics\Ui\BibleInstall $var + * @return $this + */ + public function setBibleInstall($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\BibleInstall::class); + $this->writeOneof(217, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewMaskEditor ui_mainview_mask_editor = 218; + * @return \Rv\Analytics\Ui\MainViewMaskEditor|null + */ + public function getUiMainviewMaskEditor() + { + return $this->readOneof(218); + } + + public function hasUiMainviewMaskEditor() + { + return $this->hasOneof(218); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewMaskEditor ui_mainview_mask_editor = 218; + * @param \Rv\Analytics\Ui\MainViewMaskEditor $var + * @return $this + */ + public function setUiMainviewMaskEditor($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewMaskEditor::class); + $this->writeOneof(218, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewStageEditor ui_mainview_stage_editor = 219; + * @return \Rv\Analytics\Ui\MainViewStageEditor|null + */ + public function getUiMainviewStageEditor() + { + return $this->readOneof(219); + } + + public function hasUiMainviewStageEditor() + { + return $this->hasOneof(219); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewStageEditor ui_mainview_stage_editor = 219; + * @param \Rv\Analytics\Ui\MainViewStageEditor $var + * @return $this + */ + public function setUiMainviewStageEditor($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewStageEditor::class); + $this->writeOneof(219, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewThemeEditor ui_mainview_theme_editor = 220; + * @return \Rv\Analytics\Ui\MainViewThemeEditor|null + */ + public function getUiMainviewThemeEditor() + { + return $this->readOneof(220); + } + + public function hasUiMainviewThemeEditor() + { + return $this->hasOneof(220); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewThemeEditor ui_mainview_theme_editor = 220; + * @param \Rv\Analytics\Ui\MainViewThemeEditor $var + * @return $this + */ + public function setUiMainviewThemeEditor($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewThemeEditor::class); + $this->writeOneof(220, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewCopyrightEditor ui_mainview_copyright_editor = 221; + * @return \Rv\Analytics\Ui\MainViewCopyrightEditor|null + */ + public function getUiMainviewCopyrightEditor() + { + return $this->readOneof(221); + } + + public function hasUiMainviewCopyrightEditor() + { + return $this->hasOneof(221); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewCopyrightEditor ui_mainview_copyright_editor = 221; + * @param \Rv\Analytics\Ui\MainViewCopyrightEditor $var + * @return $this + */ + public function setUiMainviewCopyrightEditor($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewCopyrightEditor::class); + $this->writeOneof(221, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewPropsEditor ui_mainview_props_editor = 222; + * @return \Rv\Analytics\Ui\MainViewPropsEditor|null + */ + public function getUiMainviewPropsEditor() + { + return $this->readOneof(222); + } + + public function hasUiMainviewPropsEditor() + { + return $this->hasOneof(222); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewPropsEditor ui_mainview_props_editor = 222; + * @param \Rv\Analytics\Ui\MainViewPropsEditor $var + * @return $this + */ + public function setUiMainviewPropsEditor($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\MainViewPropsEditor::class); + $this->writeOneof(222, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimers ui_lowerright_timers = 223; + * @return \Rv\Analytics\Ui\LowerRightTimers|null + */ + public function getUiLowerrightTimers() + { + return $this->readOneof(223); + } + + public function hasUiLowerrightTimers() + { + return $this->hasOneof(223); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimers ui_lowerright_timers = 223; + * @param \Rv\Analytics\Ui\LowerRightTimers $var + * @return $this + */ + public function setUiLowerrightTimers($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightTimers::class); + $this->writeOneof(223, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersCollapse ui_lowerright_timers_collapse = 224; + * @return \Rv\Analytics\Ui\LowerRightTimersCollapse|null + */ + public function getUiLowerrightTimersCollapse() + { + return $this->readOneof(224); + } + + public function hasUiLowerrightTimersCollapse() + { + return $this->hasOneof(224); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersCollapse ui_lowerright_timers_collapse = 224; + * @param \Rv\Analytics\Ui\LowerRightTimersCollapse $var + * @return $this + */ + public function setUiLowerrightTimersCollapse($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightTimersCollapse::class); + $this->writeOneof(224, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersEdit ui_lowerright_timers_edit = 225; + * @return \Rv\Analytics\Ui\LowerRightTimersEdit|null + */ + public function getUiLowerrightTimersEdit() + { + return $this->readOneof(225); + } + + public function hasUiLowerrightTimersEdit() + { + return $this->hasOneof(225); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersEdit ui_lowerright_timers_edit = 225; + * @param \Rv\Analytics\Ui\LowerRightTimersEdit $var + * @return $this + */ + public function setUiLowerrightTimersEdit($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightTimersEdit::class); + $this->writeOneof(225, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersState ui_lowerright_timers_state = 226; + * @return \Rv\Analytics\Ui\LowerRightTimersState|null + */ + public function getUiLowerrightTimersState() + { + return $this->readOneof(226); + } + + public function hasUiLowerrightTimersState() + { + return $this->hasOneof(226); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersState ui_lowerright_timers_state = 226; + * @param \Rv\Analytics\Ui\LowerRightTimersState $var + * @return $this + */ + public function setUiLowerrightTimersState($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightTimersState::class); + $this->writeOneof(226, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersCreate ui_lowerright_timers_create = 227; + * @return \Rv\Analytics\Ui\LowerRightTimersCreate|null + */ + public function getUiLowerrightTimersCreate() + { + return $this->readOneof(227); + } + + public function hasUiLowerrightTimersCreate() + { + return $this->hasOneof(227); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersCreate ui_lowerright_timers_create = 227; + * @param \Rv\Analytics\Ui\LowerRightTimersCreate $var + * @return $this + */ + public function setUiLowerrightTimersCreate($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightTimersCreate::class); + $this->writeOneof(227, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersDelete ui_lowerright_timers_delete = 228; + * @return \Rv\Analytics\Ui\LowerRightTimersDelete|null + */ + public function getUiLowerrightTimersDelete() + { + return $this->readOneof(228); + } + + public function hasUiLowerrightTimersDelete() + { + return $this->hasOneof(228); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersDelete ui_lowerright_timers_delete = 228; + * @param \Rv\Analytics\Ui\LowerRightTimersDelete $var + * @return $this + */ + public function setUiLowerrightTimersDelete($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightTimersDelete::class); + $this->writeOneof(228, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessages ui_lowerright_messages = 229; + * @return \Rv\Analytics\Ui\LowerRightMessages|null + */ + public function getUiLowerrightMessages() + { + return $this->readOneof(229); + } + + public function hasUiLowerrightMessages() + { + return $this->hasOneof(229); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessages ui_lowerright_messages = 229; + * @param \Rv\Analytics\Ui\LowerRightMessages $var + * @return $this + */ + public function setUiLowerrightMessages($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMessages::class); + $this->writeOneof(229, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesEdit ui_lowerright_messages_edit = 230; + * @return \Rv\Analytics\Ui\LowerRightMessagesEdit|null + */ + public function getUiLowerrightMessagesEdit() + { + return $this->readOneof(230); + } + + public function hasUiLowerrightMessagesEdit() + { + return $this->hasOneof(230); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesEdit ui_lowerright_messages_edit = 230; + * @param \Rv\Analytics\Ui\LowerRightMessagesEdit $var + * @return $this + */ + public function setUiLowerrightMessagesEdit($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMessagesEdit::class); + $this->writeOneof(230, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesState ui_lowerright_messages_state = 231; + * @return \Rv\Analytics\Ui\LowerRightMessagesState|null + */ + public function getUiLowerrightMessagesState() + { + return $this->readOneof(231); + } + + public function hasUiLowerrightMessagesState() + { + return $this->hasOneof(231); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesState ui_lowerright_messages_state = 231; + * @param \Rv\Analytics\Ui\LowerRightMessagesState $var + * @return $this + */ + public function setUiLowerrightMessagesState($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMessagesState::class); + $this->writeOneof(231, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesCreate ui_lowerright_messages_create = 232; + * @return \Rv\Analytics\Ui\LowerRightMessagesCreate|null + */ + public function getUiLowerrightMessagesCreate() + { + return $this->readOneof(232); + } + + public function hasUiLowerrightMessagesCreate() + { + return $this->hasOneof(232); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesCreate ui_lowerright_messages_create = 232; + * @param \Rv\Analytics\Ui\LowerRightMessagesCreate $var + * @return $this + */ + public function setUiLowerrightMessagesCreate($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMessagesCreate::class); + $this->writeOneof(232, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesDelete ui_lowerright_messages_delete = 233; + * @return \Rv\Analytics\Ui\LowerRightMessagesDelete|null + */ + public function getUiLowerrightMessagesDelete() + { + return $this->readOneof(233); + } + + public function hasUiLowerrightMessagesDelete() + { + return $this->hasOneof(233); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesDelete ui_lowerright_messages_delete = 233; + * @param \Rv\Analytics\Ui\LowerRightMessagesDelete $var + * @return $this + */ + public function setUiLowerrightMessagesDelete($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMessagesDelete::class); + $this->writeOneof(233, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightProps ui_lowerright_props = 234; + * @return \Rv\Analytics\Ui\LowerRightProps|null + */ + public function getUiLowerrightProps() + { + return $this->readOneof(234); + } + + public function hasUiLowerrightProps() + { + return $this->hasOneof(234); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightProps ui_lowerright_props = 234; + * @param \Rv\Analytics\Ui\LowerRightProps $var + * @return $this + */ + public function setUiLowerrightProps($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightProps::class); + $this->writeOneof(234, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsTransition ui_lowerright_props_transition = 235; + * @return \Rv\Analytics\Ui\LowerRightPropsTransition|null + */ + public function getUiLowerrightPropsTransition() + { + return $this->readOneof(235); + } + + public function hasUiLowerrightPropsTransition() + { + return $this->hasOneof(235); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsTransition ui_lowerright_props_transition = 235; + * @param \Rv\Analytics\Ui\LowerRightPropsTransition $var + * @return $this + */ + public function setUiLowerrightPropsTransition($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightPropsTransition::class); + $this->writeOneof(235, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsCreate ui_lowerright_props_create = 236; + * @return \Rv\Analytics\Ui\LowerRightPropsCreate|null + */ + public function getUiLowerrightPropsCreate() + { + return $this->readOneof(236); + } + + public function hasUiLowerrightPropsCreate() + { + return $this->hasOneof(236); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsCreate ui_lowerright_props_create = 236; + * @param \Rv\Analytics\Ui\LowerRightPropsCreate $var + * @return $this + */ + public function setUiLowerrightPropsCreate($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightPropsCreate::class); + $this->writeOneof(236, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsDelete ui_lowerright_props_delete = 237; + * @return \Rv\Analytics\Ui\LowerRightPropsDelete|null + */ + public function getUiLowerrightPropsDelete() + { + return $this->readOneof(237); + } + + public function hasUiLowerrightPropsDelete() + { + return $this->hasOneof(237); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsDelete ui_lowerright_props_delete = 237; + * @param \Rv\Analytics\Ui\LowerRightPropsDelete $var + * @return $this + */ + public function setUiLowerrightPropsDelete($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightPropsDelete::class); + $this->writeOneof(237, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsState ui_lowerright_props_state = 238; + * @return \Rv\Analytics\Ui\LowerRightPropsState|null + */ + public function getUiLowerrightPropsState() + { + return $this->readOneof(238); + } + + public function hasUiLowerrightPropsState() + { + return $this->hasOneof(238); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsState ui_lowerright_props_state = 238; + * @param \Rv\Analytics\Ui\LowerRightPropsState $var + * @return $this + */ + public function setUiLowerrightPropsState($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightPropsState::class); + $this->writeOneof(238, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStage ui_lowerright_stage = 239; + * @return \Rv\Analytics\Ui\LowerRightStage|null + */ + public function getUiLowerrightStage() + { + return $this->readOneof(239); + } + + public function hasUiLowerrightStage() + { + return $this->hasOneof(239); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStage ui_lowerright_stage = 239; + * @param \Rv\Analytics\Ui\LowerRightStage $var + * @return $this + */ + public function setUiLowerrightStage($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightStage::class); + $this->writeOneof(239, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageChangeLayout ui_lowerright_stage_changelayout = 240; + * @return \Rv\Analytics\Ui\LowerRightStageChangeLayout|null + */ + public function getUiLowerrightStageChangelayout() + { + return $this->readOneof(240); + } + + public function hasUiLowerrightStageChangelayout() + { + return $this->hasOneof(240); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageChangeLayout ui_lowerright_stage_changelayout = 240; + * @param \Rv\Analytics\Ui\LowerRightStageChangeLayout $var + * @return $this + */ + public function setUiLowerrightStageChangelayout($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightStageChangeLayout::class); + $this->writeOneof(240, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageMessageState ui_lowerright_stage_messagestate = 241; + * @return \Rv\Analytics\Ui\LowerRightStageMessageState|null + */ + public function getUiLowerrightStageMessagestate() + { + return $this->readOneof(241); + } + + public function hasUiLowerrightStageMessagestate() + { + return $this->hasOneof(241); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageMessageState ui_lowerright_stage_messagestate = 241; + * @param \Rv\Analytics\Ui\LowerRightStageMessageState $var + * @return $this + */ + public function setUiLowerrightStageMessagestate($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightStageMessageState::class); + $this->writeOneof(241, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageConfigureScreens ui_lowerright_stage_configurescreens = 242; + * @return \Rv\Analytics\Ui\LowerRightStageConfigureScreens|null + */ + public function getUiLowerrightStageConfigurescreens() + { + return $this->readOneof(242); + } + + public function hasUiLowerrightStageConfigurescreens() + { + return $this->hasOneof(242); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageConfigureScreens ui_lowerright_stage_configurescreens = 242; + * @param \Rv\Analytics\Ui\LowerRightStageConfigureScreens $var + * @return $this + */ + public function setUiLowerrightStageConfigurescreens($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightStageConfigureScreens::class); + $this->writeOneof(242, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageEditLayouts ui_lowerright_stage_editlayouts = 243; + * @return \Rv\Analytics\Ui\LowerRightStageEditLayouts|null + */ + public function getUiLowerrightStageEditlayouts() + { + return $this->readOneof(243); + } + + public function hasUiLowerrightStageEditlayouts() + { + return $this->hasOneof(243); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageEditLayouts ui_lowerright_stage_editlayouts = 243; + * @param \Rv\Analytics\Ui\LowerRightStageEditLayouts $var + * @return $this + */ + public function setUiLowerrightStageEditlayouts($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightStageEditLayouts::class); + $this->writeOneof(243, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMacros ui_lowerright_macros = 244; + * @return \Rv\Analytics\Ui\LowerRightMacros|null + */ + public function getUiLowerrightMacros() + { + return $this->readOneof(244); + } + + public function hasUiLowerrightMacros() + { + return $this->hasOneof(244); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMacros ui_lowerright_macros = 244; + * @param \Rv\Analytics\Ui\LowerRightMacros $var + * @return $this + */ + public function setUiLowerrightMacros($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMacros::class); + $this->writeOneof(244, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMacrosTrigger ui_lowerright_macros_trigger = 245; + * @return \Rv\Analytics\Ui\LowerRightMacrosTrigger|null + */ + public function getUiLowerrightMacrosTrigger() + { + return $this->readOneof(245); + } + + public function hasUiLowerrightMacrosTrigger() + { + return $this->hasOneof(245); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMacrosTrigger ui_lowerright_macros_trigger = 245; + * @param \Rv\Analytics\Ui\LowerRightMacrosTrigger $var + * @return $this + */ + public function setUiLowerrightMacrosTrigger($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMacrosTrigger::class); + $this->writeOneof(245, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMacrosCreate ui_lowerright_macros_create = 246; + * @return \Rv\Analytics\Ui\LowerRightMacrosCreate|null + */ + public function getUiLowerrightMacrosCreate() + { + return $this->readOneof(246); + } + + public function hasUiLowerrightMacrosCreate() + { + return $this->hasOneof(246); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMacrosCreate ui_lowerright_macros_create = 246; + * @param \Rv\Analytics\Ui\LowerRightMacrosCreate $var + * @return $this + */ + public function setUiLowerrightMacrosCreate($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMacrosCreate::class); + $this->writeOneof(246, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMacrosDelete ui_lowerright_macros_delete = 247; + * @return \Rv\Analytics\Ui\LowerRightMacrosDelete|null + */ + public function getUiLowerrightMacrosDelete() + { + return $this->readOneof(247); + } + + public function hasUiLowerrightMacrosDelete() + { + return $this->hasOneof(247); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightMacrosDelete ui_lowerright_macros_delete = 247; + * @param \Rv\Analytics\Ui\LowerRightMacrosDelete $var + * @return $this + */ + public function setUiLowerrightMacrosDelete($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\LowerRightMacrosDelete::class); + $this->writeOneof(247, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspector ui_textinspector = 248; + * @return \Rv\Analytics\Ui\TextInspector|null + */ + public function getUiTextinspector() + { + return $this->readOneof(248); + } + + public function hasUiTextinspector() + { + return $this->hasOneof(248); + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspector ui_textinspector = 248; + * @param \Rv\Analytics\Ui\TextInspector $var + * @return $this + */ + public function setUiTextinspector($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\TextInspector::class); + $this->writeOneof(248, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorScrollingText ui_textinspector_scrolling_text = 249; + * @return \Rv\Analytics\Ui\TextInspectorScrollingText|null + */ + public function getUiTextinspectorScrollingText() + { + return $this->readOneof(249); + } + + public function hasUiTextinspectorScrollingText() + { + return $this->hasOneof(249); + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorScrollingText ui_textinspector_scrolling_text = 249; + * @param \Rv\Analytics\Ui\TextInspectorScrollingText $var + * @return $this + */ + public function setUiTextinspectorScrollingText($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\TextInspectorScrollingText::class); + $this->writeOneof(249, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorForeground ui_textinspector_foreground = 250; + * @return \Rv\Analytics\Ui\TextInspectorForeground|null + */ + public function getUiTextinspectorForeground() + { + return $this->readOneof(250); + } + + public function hasUiTextinspectorForeground() + { + return $this->hasOneof(250); + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorForeground ui_textinspector_foreground = 250; + * @param \Rv\Analytics\Ui\TextInspectorForeground $var + * @return $this + */ + public function setUiTextinspectorForeground($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\TextInspectorForeground::class); + $this->writeOneof(250, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorUnderlineColor ui_textinspector_underline_color = 251; + * @return \Rv\Analytics\Ui\TextInspectorUnderlineColor|null + */ + public function getUiTextinspectorUnderlineColor() + { + return $this->readOneof(251); + } + + public function hasUiTextinspectorUnderlineColor() + { + return $this->hasOneof(251); + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorUnderlineColor ui_textinspector_underline_color = 251; + * @param \Rv\Analytics\Ui\TextInspectorUnderlineColor $var + * @return $this + */ + public function setUiTextinspectorUnderlineColor($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\TextInspectorUnderlineColor::class); + $this->writeOneof(251, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorBackgroundColor ui_textinspector_background_color = 252; + * @return \Rv\Analytics\Ui\TextInspectorBackgroundColor|null + */ + public function getUiTextinspectorBackgroundColor() + { + return $this->readOneof(252); + } + + public function hasUiTextinspectorBackgroundColor() + { + return $this->hasOneof(252); + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorBackgroundColor ui_textinspector_background_color = 252; + * @param \Rv\Analytics\Ui\TextInspectorBackgroundColor $var + * @return $this + */ + public function setUiTextinspectorBackgroundColor($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\TextInspectorBackgroundColor::class); + $this->writeOneof(252, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorLineTransform ui_textinspector_line_transform = 253; + * @return \Rv\Analytics\Ui\TextInspectorLineTransform|null + */ + public function getUiTextinspectorLineTransform() + { + return $this->readOneof(253); + } + + public function hasUiTextinspectorLineTransform() + { + return $this->hasOneof(253); + } + + /** + * Generated from protobuf field .rv.analytics.ui.TextInspectorLineTransform ui_textinspector_line_transform = 253; + * @param \Rv\Analytics\Ui\TextInspectorLineTransform $var + * @return $this + */ + public function setUiTextinspectorLineTransform($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\TextInspectorLineTransform::class); + $this->writeOneof(253, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ShowSlideLabel ui_show_slide_label = 254; + * @return \Rv\Analytics\Ui\ShowSlideLabel|null + */ + public function getUiShowSlideLabel() + { + return $this->readOneof(254); + } + + public function hasUiShowSlideLabel() + { + return $this->hasOneof(254); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ShowSlideLabel ui_show_slide_label = 254; + * @param \Rv\Analytics\Ui\ShowSlideLabel $var + * @return $this + */ + public function setUiShowSlideLabel($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ShowSlideLabel::class); + $this->writeOneof(254, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ShowSlideLabelChange ui_show_slide_label_change = 255; + * @return \Rv\Analytics\Ui\ShowSlideLabelChange|null + */ + public function getUiShowSlideLabelChange() + { + return $this->readOneof(255); + } + + public function hasUiShowSlideLabelChange() + { + return $this->hasOneof(255); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ShowSlideLabelChange ui_show_slide_label_change = 255; + * @param \Rv\Analytics\Ui\ShowSlideLabelChange $var + * @return $this + */ + public function setUiShowSlideLabelChange($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ShowSlideLabelChange::class); + $this->writeOneof(255, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.EditorOverlayShown ui_editor_overlay_shown = 258; + * @return \Rv\Analytics\Ui\EditorOverlayShown|null + */ + public function getUiEditorOverlayShown() + { + return $this->readOneof(258); + } + + public function hasUiEditorOverlayShown() + { + return $this->hasOneof(258); + } + + /** + * Generated from protobuf field .rv.analytics.ui.EditorOverlayShown ui_editor_overlay_shown = 258; + * @param \Rv\Analytics\Ui\EditorOverlayShown $var + * @return $this + */ + public function setUiEditorOverlayShown($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\EditorOverlayShown::class); + $this->writeOneof(258, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.EditorOverlayClosed ui_editor_overlay_closed = 259; + * @return \Rv\Analytics\Ui\EditorOverlayClosed|null + */ + public function getUiEditorOverlayClosed() + { + return $this->readOneof(259); + } + + public function hasUiEditorOverlayClosed() + { + return $this->hasOneof(259); + } + + /** + * Generated from protobuf field .rv.analytics.ui.EditorOverlayClosed ui_editor_overlay_closed = 259; + * @param \Rv\Analytics\Ui\EditorOverlayClosed $var + * @return $this + */ + public function setUiEditorOverlayClosed($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\EditorOverlayClosed::class); + $this->writeOneof(259, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WhatsNewViewed ui_whats_new_viewed = 260; + * @return \Rv\Analytics\Ui\WhatsNewViewed|null + */ + public function getUiWhatsNewViewed() + { + return $this->readOneof(260); + } + + public function hasUiWhatsNewViewed() + { + return $this->hasOneof(260); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WhatsNewViewed ui_whats_new_viewed = 260; + * @param \Rv\Analytics\Ui\WhatsNewViewed $var + * @return $this + */ + public function setUiWhatsNewViewed($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WhatsNewViewed::class); + $this->writeOneof(260, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroups ui_clear_groups = 261; + * @return \Rv\Analytics\Ui\ClearGroups|null + */ + public function getUiClearGroups() + { + return $this->readOneof(261); + } + + public function hasUiClearGroups() + { + return $this->hasOneof(261); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroups ui_clear_groups = 261; + * @param \Rv\Analytics\Ui\ClearGroups $var + * @return $this + */ + public function setUiClearGroups($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ClearGroups::class); + $this->writeOneof(261, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroupsCreate ui_clear_groups_create = 262; + * @return \Rv\Analytics\Ui\ClearGroupsCreate|null + */ + public function getUiClearGroupsCreate() + { + return $this->readOneof(262); + } + + public function hasUiClearGroupsCreate() + { + return $this->hasOneof(262); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroupsCreate ui_clear_groups_create = 262; + * @param \Rv\Analytics\Ui\ClearGroupsCreate $var + * @return $this + */ + public function setUiClearGroupsCreate($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ClearGroupsCreate::class); + $this->writeOneof(262, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroupsDelete ui_clear_groups_delete = 263; + * @return \Rv\Analytics\Ui\ClearGroupsDelete|null + */ + public function getUiClearGroupsDelete() + { + return $this->readOneof(263); + } + + public function hasUiClearGroupsDelete() + { + return $this->hasOneof(263); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroupsDelete ui_clear_groups_delete = 263; + * @param \Rv\Analytics\Ui\ClearGroupsDelete $var + * @return $this + */ + public function setUiClearGroupsDelete($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ClearGroupsDelete::class); + $this->writeOneof(263, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeVisibility ui_clear_groups_change_visibility = 264; + * @return \Rv\Analytics\Ui\ClearGroupsChangeVisibility|null + */ + public function getUiClearGroupsChangeVisibility() + { + return $this->readOneof(264); + } + + public function hasUiClearGroupsChangeVisibility() + { + return $this->hasOneof(264); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeVisibility ui_clear_groups_change_visibility = 264; + * @param \Rv\Analytics\Ui\ClearGroupsChangeVisibility $var + * @return $this + */ + public function setUiClearGroupsChangeVisibility($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ClearGroupsChangeVisibility::class); + $this->writeOneof(264, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeIcon ui_clear_groups_change_icon = 265; + * @return \Rv\Analytics\Ui\ClearGroupsChangeIcon|null + */ + public function getUiClearGroupsChangeIcon() + { + return $this->readOneof(265); + } + + public function hasUiClearGroupsChangeIcon() + { + return $this->hasOneof(265); + } + + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeIcon ui_clear_groups_change_icon = 265; + * @param \Rv\Analytics\Ui\ClearGroupsChangeIcon $var + * @return $this + */ + public function setUiClearGroupsChangeIcon($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\ClearGroupsChangeIcon::class); + $this->writeOneof(265, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.PreviewAreaClearGroupsTrigger ui_preview_area_clear_groups_trigger = 266; + * @return \Rv\Analytics\Ui\PreviewAreaClearGroupsTrigger|null + */ + public function getUiPreviewAreaClearGroupsTrigger() + { + return $this->readOneof(266); + } + + public function hasUiPreviewAreaClearGroupsTrigger() + { + return $this->hasOneof(266); + } + + /** + * Generated from protobuf field .rv.analytics.ui.PreviewAreaClearGroupsTrigger ui_preview_area_clear_groups_trigger = 266; + * @param \Rv\Analytics\Ui\PreviewAreaClearGroupsTrigger $var + * @return $this + */ + public function setUiPreviewAreaClearGroupsTrigger($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\PreviewAreaClearGroupsTrigger::class); + $this->writeOneof(266, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.PreviewAreaClearGroupsChanged ui_preview_area_clear_groups_changed = 267; + * @return \Rv\Analytics\Ui\PreviewAreaClearGroupsChanged|null + */ + public function getUiPreviewAreaClearGroupsChanged() + { + return $this->readOneof(267); + } + + public function hasUiPreviewAreaClearGroupsChanged() + { + return $this->hasOneof(267); + } + + /** + * Generated from protobuf field .rv.analytics.ui.PreviewAreaClearGroupsChanged ui_preview_area_clear_groups_changed = 267; + * @param \Rv\Analytics\Ui\PreviewAreaClearGroupsChanged $var + * @return $this + */ + public function setUiPreviewAreaClearGroupsChanged($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\PreviewAreaClearGroupsChanged::class); + $this->writeOneof(267, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.PlaceholderLink ui_placeholder_link = 268; + * @return \Rv\Analytics\Ui\PlaceholderLink|null + */ + public function getUiPlaceholderLink() + { + return $this->readOneof(268); + } + + public function hasUiPlaceholderLink() + { + return $this->hasOneof(268); + } + + /** + * Generated from protobuf field .rv.analytics.ui.PlaceholderLink ui_placeholder_link = 268; + * @param \Rv\Analytics\Ui\PlaceholderLink $var + * @return $this + */ + public function setUiPlaceholderLink($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\PlaceholderLink::class); + $this->writeOneof(268, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.PlaceholderUnlink ui_placeholder_unlink = 269; + * @return \Rv\Analytics\Ui\PlaceholderUnlink|null + */ + public function getUiPlaceholderUnlink() + { + return $this->readOneof(269); + } + + public function hasUiPlaceholderUnlink() + { + return $this->hasOneof(269); + } + + /** + * Generated from protobuf field .rv.analytics.ui.PlaceholderUnlink ui_placeholder_unlink = 269; + * @param \Rv\Analytics\Ui\PlaceholderUnlink $var + * @return $this + */ + public function setUiPlaceholderUnlink($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\PlaceholderUnlink::class); + $this->writeOneof(269, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.PlanningCenterLive ui_planningCenterLive = 270; + * @return \Rv\Analytics\Ui\PlanningCenterLive|null + */ + public function getUiPlanningCenterLive() + { + return $this->readOneof(270); + } + + public function hasUiPlanningCenterLive() + { + return $this->hasOneof(270); + } + + /** + * Generated from protobuf field .rv.analytics.ui.PlanningCenterLive ui_planningCenterLive = 270; + * @param \Rv\Analytics\Ui\PlanningCenterLive $var + * @return $this + */ + public function setUiPlanningCenterLive($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\PlanningCenterLive::class); + $this->writeOneof(270, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.NetworkGroupAdd ui_networkgroup_add = 271; + * @return \Rv\Analytics\Ui\NetworkGroupAdd|null + */ + public function getUiNetworkgroupAdd() + { + return $this->readOneof(271); + } + + public function hasUiNetworkgroupAdd() + { + return $this->hasOneof(271); + } + + /** + * Generated from protobuf field .rv.analytics.ui.NetworkGroupAdd ui_networkgroup_add = 271; + * @param \Rv\Analytics\Ui\NetworkGroupAdd $var + * @return $this + */ + public function setUiNetworkgroupAdd($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\NetworkGroupAdd::class); + $this->writeOneof(271, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.NetworkGroupRemove ui_networkgroup_remove = 272; + * @return \Rv\Analytics\Ui\NetworkGroupRemove|null + */ + public function getUiNetworkgroupRemove() + { + return $this->readOneof(272); + } + + public function hasUiNetworkgroupRemove() + { + return $this->hasOneof(272); + } + + /** + * Generated from protobuf field .rv.analytics.ui.NetworkGroupRemove ui_networkgroup_remove = 272; + * @param \Rv\Analytics\Ui\NetworkGroupRemove $var + * @return $this + */ + public function setUiNetworkgroupRemove($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\NetworkGroupRemove::class); + $this->writeOneof(272, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.NetworkGroupLeave ui_networkgroup_leave = 283; + * @return \Rv\Analytics\Ui\NetworkGroupLeave|null + */ + public function getUiNetworkgroupLeave() + { + return $this->readOneof(283); + } + + public function hasUiNetworkgroupLeave() + { + return $this->hasOneof(283); + } + + /** + * Generated from protobuf field .rv.analytics.ui.NetworkGroupLeave ui_networkgroup_leave = 283; + * @param \Rv\Analytics\Ui\NetworkGroupLeave $var + * @return $this + */ + public function setUiNetworkgroupLeave($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\NetworkGroupLeave::class); + $this->writeOneof(283, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.CcliReportReset ui_ccli_report_reset = 273; + * @return \Rv\Analytics\Ui\CcliReportReset|null + */ + public function getUiCcliReportReset() + { + return $this->readOneof(273); + } + + public function hasUiCcliReportReset() + { + return $this->hasOneof(273); + } + + /** + * Generated from protobuf field .rv.analytics.ui.CcliReportReset ui_ccli_report_reset = 273; + * @param \Rv\Analytics\Ui\CcliReportReset $var + * @return $this + */ + public function setUiCcliReportReset($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\CcliReportReset::class); + $this->writeOneof(273, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.CcliReportShown ui_ccli_report_shown = 274; + * @return \Rv\Analytics\Ui\CcliReportShown|null + */ + public function getUiCcliReportShown() + { + return $this->readOneof(274); + } + + public function hasUiCcliReportShown() + { + return $this->hasOneof(274); + } + + /** + * Generated from protobuf field .rv.analytics.ui.CcliReportShown ui_ccli_report_shown = 274; + * @param \Rv\Analytics\Ui\CcliReportShown $var + * @return $this + */ + public function setUiCcliReportShown($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\CcliReportShown::class); + $this->writeOneof(274, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.Capture ui_capture_shown = 275; + * @return \Rv\Analytics\Ui\Capture|null + */ + public function getUiCaptureShown() + { + return $this->readOneof(275); + } + + public function hasUiCaptureShown() + { + return $this->hasOneof(275); + } + + /** + * Generated from protobuf field .rv.analytics.ui.Capture ui_capture_shown = 275; + * @param \Rv\Analytics\Ui\Capture $var + * @return $this + */ + public function setUiCaptureShown($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\Capture::class); + $this->writeOneof(275, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.Welcome ui_welcome = 276; + * @return \Rv\Analytics\Ui\Welcome|null + */ + public function getUiWelcome() + { + return $this->readOneof(276); + } + + public function hasUiWelcome() + { + return $this->hasOneof(276); + } + + /** + * Generated from protobuf field .rv.analytics.ui.Welcome ui_welcome = 276; + * @param \Rv\Analytics\Ui\Welcome $var + * @return $this + */ + public function setUiWelcome($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\Welcome::class); + $this->writeOneof(276, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeScreenConfigurationHelp ui_welcome_screen_configuration_help = 277; + * @return \Rv\Analytics\Ui\WelcomeScreenConfigurationHelp|null + */ + public function getUiWelcomeScreenConfigurationHelp() + { + return $this->readOneof(277); + } + + public function hasUiWelcomeScreenConfigurationHelp() + { + return $this->hasOneof(277); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeScreenConfigurationHelp ui_welcome_screen_configuration_help = 277; + * @param \Rv\Analytics\Ui\WelcomeScreenConfigurationHelp $var + * @return $this + */ + public function setUiWelcomeScreenConfigurationHelp($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeScreenConfigurationHelp::class); + $this->writeOneof(277, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeDownloadSampleContent ui_welcome_download_sample_content = 278; + * @return \Rv\Analytics\Ui\WelcomeDownloadSampleContent|null + */ + public function getUiWelcomeDownloadSampleContent() + { + return $this->readOneof(278); + } + + public function hasUiWelcomeDownloadSampleContent() + { + return $this->hasOneof(278); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeDownloadSampleContent ui_welcome_download_sample_content = 278; + * @param \Rv\Analytics\Ui\WelcomeDownloadSampleContent $var + * @return $this + */ + public function setUiWelcomeDownloadSampleContent($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeDownloadSampleContent::class); + $this->writeOneof(278, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeUserGroup ui_welcome_user_group = 279; + * @return \Rv\Analytics\Ui\WelcomeUserGroup|null + */ + public function getUiWelcomeUserGroup() + { + return $this->readOneof(279); + } + + public function hasUiWelcomeUserGroup() + { + return $this->hasOneof(279); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeUserGroup ui_welcome_user_group = 279; + * @param \Rv\Analytics\Ui\WelcomeUserGroup $var + * @return $this + */ + public function setUiWelcomeUserGroup($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeUserGroup::class); + $this->writeOneof(279, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeTutorials ui_welcome_tutorials = 280; + * @return \Rv\Analytics\Ui\WelcomeTutorials|null + */ + public function getUiWelcomeTutorials() + { + return $this->readOneof(280); + } + + public function hasUiWelcomeTutorials() + { + return $this->hasOneof(280); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeTutorials ui_welcome_tutorials = 280; + * @param \Rv\Analytics\Ui\WelcomeTutorials $var + * @return $this + */ + public function setUiWelcomeTutorials($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeTutorials::class); + $this->writeOneof(280, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeKnowledgeBase ui_welcome_knowlegdeBase = 284; + * @return \Rv\Analytics\Ui\WelcomeKnowledgeBase|null + */ + public function getUiWelcomeKnowlegdeBase() + { + return $this->readOneof(284); + } + + public function hasUiWelcomeKnowlegdeBase() + { + return $this->hasOneof(284); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeKnowledgeBase ui_welcome_knowlegdeBase = 284; + * @param \Rv\Analytics\Ui\WelcomeKnowledgeBase $var + * @return $this + */ + public function setUiWelcomeKnowlegdeBase($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeKnowledgeBase::class); + $this->writeOneof(284, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeBlog ui_welcome_blog = 285; + * @return \Rv\Analytics\Ui\WelcomeBlog|null + */ + public function getUiWelcomeBlog() + { + return $this->readOneof(285); + } + + public function hasUiWelcomeBlog() + { + return $this->hasOneof(285); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeBlog ui_welcome_blog = 285; + * @param \Rv\Analytics\Ui\WelcomeBlog $var + * @return $this + */ + public function setUiWelcomeBlog($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeBlog::class); + $this->writeOneof(285, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeFacebook ui_welcome_facebook = 286; + * @return \Rv\Analytics\Ui\WelcomeFacebook|null + */ + public function getUiWelcomeFacebook() + { + return $this->readOneof(286); + } + + public function hasUiWelcomeFacebook() + { + return $this->hasOneof(286); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeFacebook ui_welcome_facebook = 286; + * @param \Rv\Analytics\Ui\WelcomeFacebook $var + * @return $this + */ + public function setUiWelcomeFacebook($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeFacebook::class); + $this->writeOneof(286, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeInstagram ui_welcome_instagram = 287; + * @return \Rv\Analytics\Ui\WelcomeInstagram|null + */ + public function getUiWelcomeInstagram() + { + return $this->readOneof(287); + } + + public function hasUiWelcomeInstagram() + { + return $this->hasOneof(287); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeInstagram ui_welcome_instagram = 287; + * @param \Rv\Analytics\Ui\WelcomeInstagram $var + * @return $this + */ + public function setUiWelcomeInstagram($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeInstagram::class); + $this->writeOneof(287, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeMigration ui_welcome_migration = 288; + * @return \Rv\Analytics\Ui\WelcomeMigration|null + */ + public function getUiWelcomeMigration() + { + return $this->readOneof(288); + } + + public function hasUiWelcomeMigration() + { + return $this->hasOneof(288); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WelcomeMigration ui_welcome_migration = 288; + * @param \Rv\Analytics\Ui\WelcomeMigration $var + * @return $this + */ + public function setUiWelcomeMigration($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WelcomeMigration::class); + $this->writeOneof(288, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.TestPatterns ui_testPatterns = 281; + * @return \Rv\Analytics\Ui\TestPatterns|null + */ + public function getUiTestPatterns() + { + return $this->readOneof(281); + } + + public function hasUiTestPatterns() + { + return $this->hasOneof(281); + } + + /** + * Generated from protobuf field .rv.analytics.ui.TestPatterns ui_testPatterns = 281; + * @param \Rv\Analytics\Ui\TestPatterns $var + * @return $this + */ + public function setUiTestPatterns($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\TestPatterns::class); + $this->writeOneof(281, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.SettingsCustomLogo ui_settings_customLogo = 282; + * @return \Rv\Analytics\Ui\SettingsCustomLogo|null + */ + public function getUiSettingsCustomLogo() + { + return $this->readOneof(282); + } + + public function hasUiSettingsCustomLogo() + { + return $this->hasOneof(282); + } + + /** + * Generated from protobuf field .rv.analytics.ui.SettingsCustomLogo ui_settings_customLogo = 282; + * @param \Rv\Analytics\Ui\SettingsCustomLogo $var + * @return $this + */ + public function setUiSettingsCustomLogo($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\SettingsCustomLogo::class); + $this->writeOneof(282, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WindowedOutputCreated ui_windowed_output_created = 289; + * @return \Rv\Analytics\Ui\WindowedOutputCreated|null + */ + public function getUiWindowedOutputCreated() + { + return $this->readOneof(289); + } + + public function hasUiWindowedOutputCreated() + { + return $this->hasOneof(289); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WindowedOutputCreated ui_windowed_output_created = 289; + * @param \Rv\Analytics\Ui\WindowedOutputCreated $var + * @return $this + */ + public function setUiWindowedOutputCreated($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Ui\WindowedOutputCreated::class); + $this->writeOneof(289, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.powerpoint.ImportPowerPoint import_powerpoint = 290; + * @return \Rv\Analytics\Powerpoint\ImportPowerPoint|null + */ + public function getImportPowerpoint() + { + return $this->readOneof(290); + } + + public function hasImportPowerpoint() + { + return $this->hasOneof(290); + } + + /** + * Generated from protobuf field .rv.analytics.powerpoint.ImportPowerPoint import_powerpoint = 290; + * @param \Rv\Analytics\Powerpoint\ImportPowerPoint $var + * @return $this + */ + public function setImportPowerpoint($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Powerpoint\ImportPowerPoint::class); + $this->writeOneof(290, $var); + + return $this; + } + /** * @return string */ diff --git a/generated/Rv/Analytics/Import.php b/generated/Rv/Analytics/Import.php deleted file mode 100644 index 7bdbe75..0000000 --- a/generated/Rv/Analytics/Import.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.Import - */ -class Import extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Import\SongSelect $song_select - * @type \Rv\Analytics\MultiTracks\Import $multitracks - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsImport::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Import.SongSelect song_select = 1; - * @return \Rv\Analytics\Import\SongSelect|null - */ - public function getSongSelect() - { - return $this->readOneof(1); - } - - public function hasSongSelect() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Import.SongSelect song_select = 1; - * @param \Rv\Analytics\Import\SongSelect $var - * @return $this - */ - public function setSongSelect($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Import\SongSelect::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Import multitracks = 2; - * @return \Rv\Analytics\MultiTracks\Import|null - */ - public function getMultitracks() - { - return $this->readOneof(2); - } - - public function hasMultitracks() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Import multitracks = 2; - * @param \Rv\Analytics\MultiTracks\Import $var - * @return $this - */ - public function setMultitracks($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\MultiTracks\Import::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/Import/SongSelect.php b/generated/Rv/Analytics/Import/SongSelect.php index 09cd58c..2d913e6 100644 --- a/generated/Rv/Analytics/Import/SongSelect.php +++ b/generated/Rv/Analytics/Import/SongSelect.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Import.SongSelect + * Generated from protobuf message rv.analytics.import.SongSelect */ class SongSelect extends \Google\Protobuf\Internal\Message { @@ -23,7 +23,7 @@ class SongSelect extends \Google\Protobuf\Internal\Message */ protected $import_into_playlist = false; /** - * Generated from protobuf field .rv.analytics.Import.SongSelect.LineDelimiter line_delimiter = 3; + * Generated from protobuf field .rv.analytics.import.SongSelect.LineDelimiter line_delimiter = 3; */ protected $line_delimiter = 0; /** @@ -34,6 +34,10 @@ class SongSelect extends \Google\Protobuf\Internal\Message * Generated from protobuf field bool did_open_edit_view = 5; */ protected $did_open_edit_view = false; + /** + * Generated from protobuf field .rv.analytics.multitracks.Import multitracks = 6; + */ + protected $multitracks = null; /** * Constructor. @@ -46,6 +50,7 @@ class SongSelect extends \Google\Protobuf\Internal\Message * @type int $line_delimiter * @type int $line_delimiter_count * @type bool $did_open_edit_view + * @type \Rv\Analytics\Multitracks\Import $multitracks * } */ public function __construct($data = NULL) { @@ -98,7 +103,7 @@ class SongSelect extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Import.SongSelect.LineDelimiter line_delimiter = 3; + * Generated from protobuf field .rv.analytics.import.SongSelect.LineDelimiter line_delimiter = 3; * @return int */ public function getLineDelimiter() @@ -107,7 +112,7 @@ class SongSelect extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Import.SongSelect.LineDelimiter line_delimiter = 3; + * Generated from protobuf field .rv.analytics.import.SongSelect.LineDelimiter line_delimiter = 3; * @param int $var * @return $this */ @@ -163,5 +168,37 @@ class SongSelect extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.analytics.multitracks.Import multitracks = 6; + * @return \Rv\Analytics\Multitracks\Import|null + */ + public function getMultitracks() + { + return $this->multitracks; + } + + public function hasMultitracks() + { + return isset($this->multitracks); + } + + public function clearMultitracks() + { + unset($this->multitracks); + } + + /** + * Generated from protobuf field .rv.analytics.multitracks.Import multitracks = 6; + * @param \Rv\Analytics\Multitracks\Import $var + * @return $this + */ + public function setMultitracks($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Multitracks\Import::class); + $this->multitracks = $var; + + return $this; + } + } diff --git a/generated/Rv/Analytics/Import/SongSelect/LineDelimiter.php b/generated/Rv/Analytics/Import/SongSelect/LineDelimiter.php index 845dcf9..bd630c0 100644 --- a/generated/Rv/Analytics/Import/SongSelect/LineDelimiter.php +++ b/generated/Rv/Analytics/Import/SongSelect/LineDelimiter.php @@ -8,27 +8,27 @@ namespace Rv\Analytics\Import\SongSelect; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Import.SongSelect.LineDelimiter + * Protobuf type rv.analytics.import.SongSelect.LineDelimiter */ class LineDelimiter { /** - * Generated from protobuf enum LINE_DELIMITER_UNKNOWN = 0; + * Generated from protobuf enum UNKNOWN = 0; */ - const LINE_DELIMITER_UNKNOWN = 0; + const UNKNOWN = 0; /** - * Generated from protobuf enum LINE_DELIMITER_LINE_BREAK = 1; + * Generated from protobuf enum LINE_BREAK = 1; */ - const LINE_DELIMITER_LINE_BREAK = 1; + const LINE_BREAK = 1; /** - * Generated from protobuf enum LINE_DELIMITER_PARAGRAPH_BREAK = 2; + * Generated from protobuf enum PARAGRAPH_BREAK = 2; */ - const LINE_DELIMITER_PARAGRAPH_BREAK = 2; + const PARAGRAPH_BREAK = 2; private static $valueToName = [ - self::LINE_DELIMITER_UNKNOWN => 'LINE_DELIMITER_UNKNOWN', - self::LINE_DELIMITER_LINE_BREAK => 'LINE_DELIMITER_LINE_BREAK', - self::LINE_DELIMITER_PARAGRAPH_BREAK => 'LINE_DELIMITER_PARAGRAPH_BREAK', + self::UNKNOWN => 'UNKNOWN', + self::LINE_BREAK => 'LINE_BREAK', + self::PARAGRAPH_BREAK => 'PARAGRAPH_BREAK', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Mediamanagement/AddedMediaReference.php b/generated/Rv/Analytics/Mediamanagement/AddedMediaReference.php new file mode 100644 index 0000000..a0edc6a --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/AddedMediaReference.php @@ -0,0 +1,86 @@ +rv.analytics.mediamanagement.AddedMediaReference + */ +class AddedMediaReference extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field int32 width = 1; + */ + protected $width = 0; + /** + * Generated from protobuf field int32 height = 2; + */ + protected $height = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $width + * @type int $height + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field int32 width = 1; + * @return int + */ + public function getWidth() + { + return $this->width; + } + + /** + * Generated from protobuf field int32 width = 1; + * @param int $var + * @return $this + */ + public function setWidth($var) + { + GPBUtil::checkInt32($var); + $this->width = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 height = 2; + * @return int + */ + public function getHeight() + { + return $this->height; + } + + /** + * Generated from protobuf field int32 height = 2; + * @param int $var + * @return $this + */ + public function setHeight($var) + { + GPBUtil::checkInt32($var); + $this->height = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete.php b/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete.php new file mode 100644 index 0000000..57e0269 --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete.php @@ -0,0 +1,97 @@ +rv.analytics.mediamanagement.BootstrappingComplete + */ +class BootstrappingComplete extends \Google\Protobuf\Internal\Message +{ + protected $state; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Analytics\Mediamanagement\BootstrappingComplete\Success $success + * @type \Rv\Analytics\Mediamanagement\BootstrappingComplete\Failure $failure + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.BootstrappingComplete.Success success = 1; + * @return \Rv\Analytics\Mediamanagement\BootstrappingComplete\Success|null + */ + public function getSuccess() + { + return $this->readOneof(1); + } + + public function hasSuccess() + { + return $this->hasOneof(1); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.BootstrappingComplete.Success success = 1; + * @param \Rv\Analytics\Mediamanagement\BootstrappingComplete\Success $var + * @return $this + */ + public function setSuccess($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\BootstrappingComplete\Success::class); + $this->writeOneof(1, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.BootstrappingComplete.Failure failure = 2; + * @return \Rv\Analytics\Mediamanagement\BootstrappingComplete\Failure|null + */ + public function getFailure() + { + return $this->readOneof(2); + } + + public function hasFailure() + { + return $this->hasOneof(2); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.BootstrappingComplete.Failure failure = 2; + * @param \Rv\Analytics\Mediamanagement\BootstrappingComplete\Failure $var + * @return $this + */ + public function setFailure($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\BootstrappingComplete\Failure::class); + $this->writeOneof(2, $var); + + return $this; + } + + /** + * @return string + */ + public function getState() + { + return $this->whichOneof("state"); + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete/Failure.php b/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete/Failure.php new file mode 100644 index 0000000..22d2612 --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete/Failure.php @@ -0,0 +1,59 @@ +rv.analytics.mediamanagement.BootstrappingComplete.Failure + */ +class Failure extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string error = 1; + */ + protected $error = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $error + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string error = 1; + * @return string + */ + public function getError() + { + return $this->error; + } + + /** + * Generated from protobuf field string error = 1; + * @param string $var + * @return $this + */ + public function setError($var) + { + GPBUtil::checkString($var, True); + $this->error = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete/Success.php b/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete/Success.php new file mode 100644 index 0000000..53133fd --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/BootstrappingComplete/Success.php @@ -0,0 +1,32 @@ +rv.analytics.mediamanagement.BootstrappingComplete.Success + */ +class Success extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/ConnectionChanged.php b/generated/Rv/Analytics/Mediamanagement/ConnectionChanged.php new file mode 100644 index 0000000..4ed93d2 --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/ConnectionChanged.php @@ -0,0 +1,59 @@ +rv.analytics.mediamanagement.ConnectionChanged + */ +class ConnectionChanged extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.mediamanagement.ConnectionChanged.State state = 1; + */ + protected $state = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $state + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.ConnectionChanged.State state = 1; + * @return int + */ + public function getState() + { + return $this->state; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.ConnectionChanged.State state = 1; + * @param int $var + * @return $this + */ + public function setState($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Mediamanagement\ConnectionChanged\State::class); + $this->state = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/ConnectionChanged/State.php b/generated/Rv/Analytics/Mediamanagement/ConnectionChanged/State.php new file mode 100644 index 0000000..43a3ef1 --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/ConnectionChanged/State.php @@ -0,0 +1,49 @@ +rv.analytics.mediamanagement.ConnectionChanged.State + */ +class State +{ + /** + * Generated from protobuf enum STATE_CONNECTED = 0; + */ + const STATE_CONNECTED = 0; + /** + * Generated from protobuf enum STATE_DISCONNECTED = 1; + */ + const STATE_DISCONNECTED = 1; + + private static $valueToName = [ + self::STATE_CONNECTED => 'STATE_CONNECTED', + self::STATE_DISCONNECTED => 'STATE_DISCONNECTED', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Mediamanagement/InstallationComplete.php b/generated/Rv/Analytics/Mediamanagement/InstallationComplete.php new file mode 100644 index 0000000..37f2932 --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/InstallationComplete.php @@ -0,0 +1,97 @@ +rv.analytics.mediamanagement.InstallationComplete + */ +class InstallationComplete extends \Google\Protobuf\Internal\Message +{ + protected $state; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Analytics\Mediamanagement\InstallationComplete\Success $success + * @type \Rv\Analytics\Mediamanagement\InstallationComplete\Failure $failure + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.InstallationComplete.Success success = 1; + * @return \Rv\Analytics\Mediamanagement\InstallationComplete\Success|null + */ + public function getSuccess() + { + return $this->readOneof(1); + } + + public function hasSuccess() + { + return $this->hasOneof(1); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.InstallationComplete.Success success = 1; + * @param \Rv\Analytics\Mediamanagement\InstallationComplete\Success $var + * @return $this + */ + public function setSuccess($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\InstallationComplete\Success::class); + $this->writeOneof(1, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.InstallationComplete.Failure failure = 2; + * @return \Rv\Analytics\Mediamanagement\InstallationComplete\Failure|null + */ + public function getFailure() + { + return $this->readOneof(2); + } + + public function hasFailure() + { + return $this->hasOneof(2); + } + + /** + * Generated from protobuf field .rv.analytics.mediamanagement.InstallationComplete.Failure failure = 2; + * @param \Rv\Analytics\Mediamanagement\InstallationComplete\Failure $var + * @return $this + */ + public function setFailure($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Mediamanagement\InstallationComplete\Failure::class); + $this->writeOneof(2, $var); + + return $this; + } + + /** + * @return string + */ + public function getState() + { + return $this->whichOneof("state"); + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/InstallationComplete/Failure.php b/generated/Rv/Analytics/Mediamanagement/InstallationComplete/Failure.php new file mode 100644 index 0000000..8fb797f --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/InstallationComplete/Failure.php @@ -0,0 +1,59 @@ +rv.analytics.mediamanagement.InstallationComplete.Failure + */ +class Failure extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string error = 1; + */ + protected $error = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $error + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string error = 1; + * @return string + */ + public function getError() + { + return $this->error; + } + + /** + * Generated from protobuf field string error = 1; + * @param string $var + * @return $this + */ + public function setError($var) + { + GPBUtil::checkString($var, True); + $this->error = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/InstallationComplete/Success.php b/generated/Rv/Analytics/Mediamanagement/InstallationComplete/Success.php new file mode 100644 index 0000000..adfd027 --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/InstallationComplete/Success.php @@ -0,0 +1,32 @@ +rv.analytics.mediamanagement.InstallationComplete.Success + */ +class Success extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/MessageFailure.php b/generated/Rv/Analytics/Mediamanagement/MessageFailure.php new file mode 100644 index 0000000..5f465a1 --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/MessageFailure.php @@ -0,0 +1,59 @@ +rv.analytics.mediamanagement.MessageFailure + */ +class MessageFailure extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string error = 1; + */ + protected $error = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $error + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string error = 1; + * @return string + */ + public function getError() + { + return $this->error; + } + + /** + * Generated from protobuf field string error = 1; + * @param string $var + * @return $this + */ + public function setError($var) + { + GPBUtil::checkString($var, True); + $this->error = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/NotResponding.php b/generated/Rv/Analytics/Mediamanagement/NotResponding.php new file mode 100644 index 0000000..725d67b --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/NotResponding.php @@ -0,0 +1,32 @@ +rv.analytics.mediamanagement.NotResponding + */ +class NotResponding extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/Mediamanagement/UnexpectedlyNotRunning.php b/generated/Rv/Analytics/Mediamanagement/UnexpectedlyNotRunning.php new file mode 100644 index 0000000..19881e0 --- /dev/null +++ b/generated/Rv/Analytics/Mediamanagement/UnexpectedlyNotRunning.php @@ -0,0 +1,32 @@ +rv.analytics.mediamanagement.UnexpectedlyNotRunning + */ +class UnexpectedlyNotRunning extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsMediaManagement::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/MultiTracks/Account.php b/generated/Rv/Analytics/MultiTracks/Account.php deleted file mode 100644 index adc2618..0000000 --- a/generated/Rv/Analytics/MultiTracks/Account.php +++ /dev/null @@ -1,86 +0,0 @@ -rv.analytics.MultiTracks.Account - */ -class Account extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account.Status chart_pro = 1; - */ - protected $chart_pro = 0; - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account.Status propresenter_addon = 2; - */ - protected $propresenter_addon = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $chart_pro - * @type int $propresenter_addon - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsMultiTracks::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account.Status chart_pro = 1; - * @return int - */ - public function getChartPro() - { - return $this->chart_pro; - } - - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account.Status chart_pro = 1; - * @param int $var - * @return $this - */ - public function setChartPro($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\MultiTracks\Account\Status::class); - $this->chart_pro = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account.Status propresenter_addon = 2; - * @return int - */ - public function getPropresenterAddon() - { - return $this->propresenter_addon; - } - - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account.Status propresenter_addon = 2; - * @param int $var - * @return $this - */ - public function setPropresenterAddon($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\MultiTracks\Account\Status::class); - $this->propresenter_addon = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/MultiTracks/Import.php b/generated/Rv/Analytics/MultiTracks/Import.php index 582aa6e..40c5431 100644 --- a/generated/Rv/Analytics/MultiTracks/Import.php +++ b/generated/Rv/Analytics/MultiTracks/Import.php @@ -3,27 +3,31 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsMultiTracks.proto -namespace Rv\Analytics\MultiTracks; +namespace Rv\Analytics\Multitracks; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.MultiTracks.Import + * Generated from protobuf message rv.analytics.multitracks.Import */ class Import extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account account = 1; + * Generated from protobuf field .rv.analytics.multitracks.Status chart_pro = 1; */ - protected $account = null; + protected $chart_pro = 0; /** - * Generated from protobuf field bool charts_automation = 2; + * Generated from protobuf field .rv.analytics.multitracks.Status propresenter_addon = 2; + */ + protected $propresenter_addon = 0; + /** + * Generated from protobuf field bool charts_automation = 3; */ protected $charts_automation = false; /** - * Generated from protobuf field int32 lines = 3; + * Generated from protobuf field int32 lines = 4; */ protected $lines = 0; @@ -33,7 +37,8 @@ class Import extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\MultiTracks\Account $account + * @type int $chart_pro + * @type int $propresenter_addon * @type bool $charts_automation * @type int $lines * } @@ -44,39 +49,51 @@ class Import extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account account = 1; - * @return \Rv\Analytics\MultiTracks\Account|null + * Generated from protobuf field .rv.analytics.multitracks.Status chart_pro = 1; + * @return int */ - public function getAccount() + public function getChartPro() { - return $this->account; - } - - public function hasAccount() - { - return isset($this->account); - } - - public function clearAccount() - { - unset($this->account); + return $this->chart_pro; } /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account account = 1; - * @param \Rv\Analytics\MultiTracks\Account $var + * Generated from protobuf field .rv.analytics.multitracks.Status chart_pro = 1; + * @param int $var * @return $this */ - public function setAccount($var) + public function setChartPro($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\MultiTracks\Account::class); - $this->account = $var; + GPBUtil::checkEnum($var, \Rv\Analytics\Multitracks\Status::class); + $this->chart_pro = $var; return $this; } /** - * Generated from protobuf field bool charts_automation = 2; + * Generated from protobuf field .rv.analytics.multitracks.Status propresenter_addon = 2; + * @return int + */ + public function getPropresenterAddon() + { + return $this->propresenter_addon; + } + + /** + * Generated from protobuf field .rv.analytics.multitracks.Status propresenter_addon = 2; + * @param int $var + * @return $this + */ + public function setPropresenterAddon($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Multitracks\Status::class); + $this->propresenter_addon = $var; + + return $this; + } + + /** + * Generated from protobuf field bool charts_automation = 3; * @return bool */ public function getChartsAutomation() @@ -85,7 +102,7 @@ class Import extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field bool charts_automation = 2; + * Generated from protobuf field bool charts_automation = 3; * @param bool $var * @return $this */ @@ -98,7 +115,7 @@ class Import extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 lines = 3; + * Generated from protobuf field int32 lines = 4; * @return int */ public function getLines() @@ -107,7 +124,7 @@ class Import extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 lines = 3; + * Generated from protobuf field int32 lines = 4; * @param int $var * @return $this */ diff --git a/generated/Rv/Analytics/MultiTracks/Startup.php b/generated/Rv/Analytics/MultiTracks/Startup.php index eab9a27..0078dc9 100644 --- a/generated/Rv/Analytics/MultiTracks/Startup.php +++ b/generated/Rv/Analytics/MultiTracks/Startup.php @@ -3,21 +3,25 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsMultiTracks.proto -namespace Rv\Analytics\MultiTracks; +namespace Rv\Analytics\Multitracks; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.MultiTracks.Startup + * Generated from protobuf message rv.analytics.multitracks.Startup */ class Startup extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account account = 1; + * Generated from protobuf field .rv.analytics.multitracks.Status chart_pro = 1; */ - protected $account = null; + protected $chart_pro = 0; + /** + * Generated from protobuf field .rv.analytics.multitracks.Status propresenter_addon = 2; + */ + protected $propresenter_addon = 0; /** * Constructor. @@ -25,7 +29,8 @@ class Startup extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\MultiTracks\Account $account + * @type int $chart_pro + * @type int $propresenter_addon * } */ public function __construct($data = NULL) { @@ -34,33 +39,45 @@ class Startup extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account account = 1; - * @return \Rv\Analytics\MultiTracks\Account|null + * Generated from protobuf field .rv.analytics.multitracks.Status chart_pro = 1; + * @return int */ - public function getAccount() + public function getChartPro() { - return $this->account; - } - - public function hasAccount() - { - return isset($this->account); - } - - public function clearAccount() - { - unset($this->account); + return $this->chart_pro; } /** - * Generated from protobuf field .rv.analytics.MultiTracks.Account account = 1; - * @param \Rv\Analytics\MultiTracks\Account $var + * Generated from protobuf field .rv.analytics.multitracks.Status chart_pro = 1; + * @param int $var * @return $this */ - public function setAccount($var) + public function setChartPro($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\MultiTracks\Account::class); - $this->account = $var; + GPBUtil::checkEnum($var, \Rv\Analytics\Multitracks\Status::class); + $this->chart_pro = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.multitracks.Status propresenter_addon = 2; + * @return int + */ + public function getPropresenterAddon() + { + return $this->propresenter_addon; + } + + /** + * Generated from protobuf field .rv.analytics.multitracks.Status propresenter_addon = 2; + * @param int $var + * @return $this + */ + public function setPropresenterAddon($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Multitracks\Status::class); + $this->propresenter_addon = $var; return $this; } diff --git a/generated/Rv/Analytics/MultiTracks/Account/Status.php b/generated/Rv/Analytics/MultiTracks/Status.php similarity index 61% rename from generated/Rv/Analytics/MultiTracks/Account/Status.php rename to generated/Rv/Analytics/MultiTracks/Status.php index f9d2725..7f473d7 100644 --- a/generated/Rv/Analytics/MultiTracks/Account/Status.php +++ b/generated/Rv/Analytics/MultiTracks/Status.php @@ -3,32 +3,32 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsMultiTracks.proto -namespace Rv\Analytics\MultiTracks\Account; +namespace Rv\Analytics\Multitracks; use UnexpectedValueException; /** - * Protobuf type rv.analytics.MultiTracks.Account.Status + * Protobuf type rv.analytics.multitracks.Status */ class Status { /** - * Generated from protobuf enum STATUS_DISABLED = 0; + * Generated from protobuf enum DISABLED = 0; */ - const STATUS_DISABLED = 0; + const DISABLED = 0; /** - * Generated from protobuf enum STATUS_CANCELLED = 1; + * Generated from protobuf enum CANCELLED = 1; */ - const STATUS_CANCELLED = 1; + const CANCELLED = 1; /** - * Generated from protobuf enum STATUS_ACTIVE = 2; + * Generated from protobuf enum ACTIVE = 2; */ - const STATUS_ACTIVE = 2; + const ACTIVE = 2; private static $valueToName = [ - self::STATUS_DISABLED => 'STATUS_DISABLED', - self::STATUS_CANCELLED => 'STATUS_CANCELLED', - self::STATUS_ACTIVE => 'STATUS_ACTIVE', + self::DISABLED => 'DISABLED', + self::CANCELLED => 'CANCELLED', + self::ACTIVE => 'ACTIVE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/PlaybackMarker.php b/generated/Rv/Analytics/PlaybackMarker.php deleted file mode 100644 index 1e6f820..0000000 --- a/generated/Rv/Analytics/PlaybackMarker.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.PlaybackMarker - */ -class PlaybackMarker extends \Google\Protobuf\Internal\Message -{ - protected $Event; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\PlaybackMarker\CreateMarker $create - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsPlaybackMarker::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.PlaybackMarker.CreateMarker create = 1; - * @return \Rv\Analytics\PlaybackMarker\CreateMarker|null - */ - public function getCreate() - { - return $this->readOneof(1); - } - - public function hasCreate() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.PlaybackMarker.CreateMarker create = 1; - * @param \Rv\Analytics\PlaybackMarker\CreateMarker $var - * @return $this - */ - public function setCreate($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\PlaybackMarker\CreateMarker::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getEvent() - { - return $this->whichOneof("Event"); - } - -} - diff --git a/generated/Rv/Analytics/PlaybackMarker/CreateMarker.php b/generated/Rv/Analytics/PlaybackMarker/CreateMarker.php index bc44970..43036db 100644 --- a/generated/Rv/Analytics/PlaybackMarker/CreateMarker.php +++ b/generated/Rv/Analytics/PlaybackMarker/CreateMarker.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsPlaybackMarker.proto -namespace Rv\Analytics\PlaybackMarker; +namespace Rv\Analytics\Playbackmarker; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.PlaybackMarker.CreateMarker + * Generated from protobuf message rv.analytics.playbackmarker.CreateMarker */ class CreateMarker extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.PlaybackMarker.CreateMarker.Location location = 1; + * Generated from protobuf field .rv.analytics.playbackmarker.CreateMarker.Location location = 1; */ protected $location = 0; @@ -34,7 +34,7 @@ class CreateMarker extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.PlaybackMarker.CreateMarker.Location location = 1; + * Generated from protobuf field .rv.analytics.playbackmarker.CreateMarker.Location location = 1; * @return int */ public function getLocation() @@ -43,13 +43,13 @@ class CreateMarker extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.PlaybackMarker.CreateMarker.Location location = 1; + * Generated from protobuf field .rv.analytics.playbackmarker.CreateMarker.Location location = 1; * @param int $var * @return $this */ public function setLocation($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\PlaybackMarker\CreateMarker\Location::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Playbackmarker\CreateMarker\Location::class); $this->location = $var; return $this; diff --git a/generated/Rv/Analytics/PlaybackMarker/CreateMarker/Location.php b/generated/Rv/Analytics/PlaybackMarker/CreateMarker/Location.php index 09f8101..73fa483 100644 --- a/generated/Rv/Analytics/PlaybackMarker/CreateMarker/Location.php +++ b/generated/Rv/Analytics/PlaybackMarker/CreateMarker/Location.php @@ -3,27 +3,32 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsPlaybackMarker.proto -namespace Rv\Analytics\PlaybackMarker\CreateMarker; +namespace Rv\Analytics\Playbackmarker\CreateMarker; use UnexpectedValueException; /** - * Protobuf type rv.analytics.PlaybackMarker.CreateMarker.Location + * Protobuf type rv.analytics.playbackmarker.CreateMarker.Location */ class Location { /** - * Generated from protobuf enum LOCATION_INSPECTOR = 0; + * Generated from protobuf enum INSPECTOR = 0; */ - const LOCATION_INSPECTOR = 0; + const INSPECTOR = 0; /** - * Generated from protobuf enum LOCATION_SIDEBAR = 1; + * Generated from protobuf enum SIDEBAR = 1; */ - const LOCATION_SIDEBAR = 1; + const SIDEBAR = 1; + /** + * Generated from protobuf enum UNKNOWN = 2; + */ + const UNKNOWN = 2; private static $valueToName = [ - self::LOCATION_INSPECTOR => 'LOCATION_INSPECTOR', - self::LOCATION_SIDEBAR => 'LOCATION_SIDEBAR', + self::INSPECTOR => 'INSPECTOR', + self::SIDEBAR => 'SIDEBAR', + self::UNKNOWN => 'UNKNOWN', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Powerpoint/ImportFormat.php b/generated/Rv/Analytics/Powerpoint/ImportFormat.php new file mode 100644 index 0000000..2e0f4b9 --- /dev/null +++ b/generated/Rv/Analytics/Powerpoint/ImportFormat.php @@ -0,0 +1,54 @@ +rv.analytics.powerpoint.ImportFormat + */ +class ImportFormat +{ + /** + * Generated from protobuf enum UNKOWN = 0; + */ + const UNKOWN = 0; + /** + * Generated from protobuf enum PPT = 1; + */ + const PPT = 1; + /** + * Generated from protobuf enum PPTX = 2; + */ + const PPTX = 2; + + private static $valueToName = [ + self::UNKOWN => 'UNKOWN', + self::PPT => 'PPT', + self::PPTX => 'PPTX', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Powerpoint/ImportPowerPoint.php b/generated/Rv/Analytics/Powerpoint/ImportPowerPoint.php new file mode 100644 index 0000000..38403ea --- /dev/null +++ b/generated/Rv/Analytics/Powerpoint/ImportPowerPoint.php @@ -0,0 +1,86 @@ +rv.analytics.powerpoint.ImportPowerPoint + */ +class ImportPowerPoint extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.powerpoint.ImportType type = 1; + */ + protected $type = 0; + /** + * Generated from protobuf field .rv.analytics.powerpoint.ImportFormat format = 2; + */ + protected $format = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $type + * @type int $format + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsPowerPoint::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.powerpoint.ImportType type = 1; + * @return int + */ + public function getType() + { + return $this->type; + } + + /** + * Generated from protobuf field .rv.analytics.powerpoint.ImportType type = 1; + * @param int $var + * @return $this + */ + public function setType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Powerpoint\ImportType::class); + $this->type = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.powerpoint.ImportFormat format = 2; + * @return int + */ + public function getFormat() + { + return $this->format; + } + + /** + * Generated from protobuf field .rv.analytics.powerpoint.ImportFormat format = 2; + * @param int $var + * @return $this + */ + public function setFormat($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Powerpoint\ImportFormat::class); + $this->format = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Powerpoint/ImportType.php b/generated/Rv/Analytics/Powerpoint/ImportType.php new file mode 100644 index 0000000..494efe9 --- /dev/null +++ b/generated/Rv/Analytics/Powerpoint/ImportType.php @@ -0,0 +1,54 @@ +rv.analytics.powerpoint.ImportType + */ +class ImportType +{ + /** + * Generated from protobuf enum SLIDES_AS_IMAGES = 0; + */ + const SLIDES_AS_IMAGES = 0; + /** + * Generated from protobuf enum TEXT_ONLY = 1; + */ + const TEXT_ONLY = 1; + /** + * Generated from protobuf enum TEXT_AND_IMAGES = 2; + */ + const TEXT_AND_IMAGES = 2; + + private static $valueToName = [ + self::SLIDES_AS_IMAGES => 'SLIDES_AS_IMAGES', + self::TEXT_ONLY => 'TEXT_ONLY', + self::TEXT_AND_IMAGES => 'TEXT_AND_IMAGES', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/ProContent.php b/generated/Rv/Analytics/ProContent.php deleted file mode 100644 index 2b67e65..0000000 --- a/generated/Rv/Analytics/ProContent.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.ProContent - */ -class ProContent extends \Google\Protobuf\Internal\Message -{ - protected $Event; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\ProContent\ViewMediaBin $media_bin - * @type \Rv\Analytics\ProContent\Download $download - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsProContent::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.ProContent.ViewMediaBin media_bin = 1; - * @return \Rv\Analytics\ProContent\ViewMediaBin|null - */ - public function getMediaBin() - { - return $this->readOneof(1); - } - - public function hasMediaBin() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.ProContent.ViewMediaBin media_bin = 1; - * @param \Rv\Analytics\ProContent\ViewMediaBin $var - * @return $this - */ - public function setMediaBin($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\ProContent\ViewMediaBin::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.ProContent.Download download = 2; - * @return \Rv\Analytics\ProContent\Download|null - */ - public function getDownload() - { - return $this->readOneof(2); - } - - public function hasDownload() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.ProContent.Download download = 2; - * @param \Rv\Analytics\ProContent\Download $var - * @return $this - */ - public function setDownload($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\ProContent\Download::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getEvent() - { - return $this->whichOneof("Event"); - } - -} - diff --git a/generated/Rv/Analytics/ProContent/Download.php b/generated/Rv/Analytics/ProContent/Download.php index f229b6c..0e6b82c 100644 --- a/generated/Rv/Analytics/ProContent/Download.php +++ b/generated/Rv/Analytics/ProContent/Download.php @@ -3,21 +3,17 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsProContent.proto -namespace Rv\Analytics\ProContent; +namespace Rv\Analytics\Procontent; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.ProContent.Download + * Generated from protobuf message rv.analytics.procontent.Download */ class Download extends \Google\Protobuf\Internal\Message { - /** - * Generated from protobuf field bool is_retry = 1; - */ - protected $is_retry = false; /** * Constructor. @@ -25,7 +21,6 @@ class Download extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type bool $is_retry * } */ public function __construct($data = NULL) { @@ -33,27 +28,5 @@ class Download extends \Google\Protobuf\Internal\Message parent::__construct($data); } - /** - * Generated from protobuf field bool is_retry = 1; - * @return bool - */ - public function getIsRetry() - { - return $this->is_retry; - } - - /** - * Generated from protobuf field bool is_retry = 1; - * @param bool $var - * @return $this - */ - public function setIsRetry($var) - { - GPBUtil::checkBool($var); - $this->is_retry = $var; - - return $this; - } - } diff --git a/generated/Rv/Analytics/ProContent/DownloadRetry.php b/generated/Rv/Analytics/ProContent/DownloadRetry.php new file mode 100644 index 0000000..62abc0b --- /dev/null +++ b/generated/Rv/Analytics/ProContent/DownloadRetry.php @@ -0,0 +1,32 @@ +rv.analytics.procontent.DownloadRetry + */ +class DownloadRetry extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsProContent::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/ProContent/ViewMediaBin.php b/generated/Rv/Analytics/ProContent/MediaBinView.php similarity index 75% rename from generated/Rv/Analytics/ProContent/ViewMediaBin.php rename to generated/Rv/Analytics/ProContent/MediaBinView.php index 5af0187..c5b79c8 100644 --- a/generated/Rv/Analytics/ProContent/ViewMediaBin.php +++ b/generated/Rv/Analytics/ProContent/MediaBinView.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsProContent.proto -namespace Rv\Analytics\ProContent; +namespace Rv\Analytics\Procontent; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.ProContent.ViewMediaBin + * Generated from protobuf message rv.analytics.procontent.MediaBinView */ -class ViewMediaBin extends \Google\Protobuf\Internal\Message +class MediaBinView extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Rv/Analytics/Startup.php b/generated/Rv/Analytics/Startup.php deleted file mode 100644 index 094ad93..0000000 --- a/generated/Rv/Analytics/Startup.php +++ /dev/null @@ -1,545 +0,0 @@ -rv.analytics.Startup - */ -class Startup extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Startup\Looks $looks - * @type \Rv\Analytics\Startup\ScreenConfiguration $screen_configuration - * @type \Rv\Analytics\Startup\Preferences $preferences - * @type \Rv\Analytics\Startup\Screens $screens - * @type \Rv\Analytics\Startup\PlanningCenter $planning_center - * @type \Rv\Analytics\Startup\SongSelect $song_select - * @type \Rv\Analytics\Startup\Audio $audio - * @type \Rv\Analytics\Startup\Communications $communications - * @type \Rv\Analytics\Startup\Resi $resi - * @type \Rv\Analytics\Startup\PBInterface $interface - * @type \Rv\Analytics\Startup\Content $content - * @type \Rv\Analytics\Startup\Themes $themes - * @type \Rv\Analytics\Startup\Macro $macro - * @type \Rv\Analytics\Startup\ClearGroup $clear_group - * @type \Rv\Analytics\Startup\KeyMapping $key_mapping - * @type \Rv\Analytics\MultiTracks\Startup $multitracks - * @type \Rv\Analytics\Startup\NetworkLink $network_link - * @type \Rv\Analytics\Startup\Capture $capture - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsStartup::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Looks looks = 1; - * @return \Rv\Analytics\Startup\Looks|null - */ - public function getLooks() - { - return $this->readOneof(1); - } - - public function hasLooks() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Looks looks = 1; - * @param \Rv\Analytics\Startup\Looks $var - * @return $this - */ - public function setLooks($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Looks::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration screen_configuration = 2; - * @return \Rv\Analytics\Startup\ScreenConfiguration|null - */ - public function getScreenConfiguration() - { - return $this->readOneof(2); - } - - public function hasScreenConfiguration() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration screen_configuration = 2; - * @param \Rv\Analytics\Startup\ScreenConfiguration $var - * @return $this - */ - public function setScreenConfiguration($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ScreenConfiguration::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Preferences preferences = 3; - * @return \Rv\Analytics\Startup\Preferences|null - */ - public function getPreferences() - { - return $this->readOneof(3); - } - - public function hasPreferences() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Preferences preferences = 3; - * @param \Rv\Analytics\Startup\Preferences $var - * @return $this - */ - public function setPreferences($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Preferences::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Screens screens = 4; - * @return \Rv\Analytics\Startup\Screens|null - */ - public function getScreens() - { - return $this->readOneof(4); - } - - public function hasScreens() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Screens screens = 4; - * @param \Rv\Analytics\Startup\Screens $var - * @return $this - */ - public function setScreens($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Screens::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.PlanningCenter planning_center = 5; - * @return \Rv\Analytics\Startup\PlanningCenter|null - */ - public function getPlanningCenter() - { - return $this->readOneof(5); - } - - public function hasPlanningCenter() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.PlanningCenter planning_center = 5; - * @param \Rv\Analytics\Startup\PlanningCenter $var - * @return $this - */ - public function setPlanningCenter($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\PlanningCenter::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.SongSelect song_select = 6; - * @return \Rv\Analytics\Startup\SongSelect|null - */ - public function getSongSelect() - { - return $this->readOneof(6); - } - - public function hasSongSelect() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.SongSelect song_select = 6; - * @param \Rv\Analytics\Startup\SongSelect $var - * @return $this - */ - public function setSongSelect($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\SongSelect::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio audio = 7; - * @return \Rv\Analytics\Startup\Audio|null - */ - public function getAudio() - { - return $this->readOneof(7); - } - - public function hasAudio() - { - return $this->hasOneof(7); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio audio = 7; - * @param \Rv\Analytics\Startup\Audio $var - * @return $this - */ - public function setAudio($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Audio::class); - $this->writeOneof(7, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Communications communications = 8; - * @return \Rv\Analytics\Startup\Communications|null - */ - public function getCommunications() - { - return $this->readOneof(8); - } - - public function hasCommunications() - { - return $this->hasOneof(8); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Communications communications = 8; - * @param \Rv\Analytics\Startup\Communications $var - * @return $this - */ - public function setCommunications($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Communications::class); - $this->writeOneof(8, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Resi resi = 9; - * @return \Rv\Analytics\Startup\Resi|null - */ - public function getResi() - { - return $this->readOneof(9); - } - - public function hasResi() - { - return $this->hasOneof(9); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Resi resi = 9; - * @param \Rv\Analytics\Startup\Resi $var - * @return $this - */ - public function setResi($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Resi::class); - $this->writeOneof(9, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Interface interface = 10; - * @return \Rv\Analytics\Startup\PBInterface|null - */ - public function getInterface() - { - return $this->readOneof(10); - } - - public function hasInterface() - { - return $this->hasOneof(10); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Interface interface = 10; - * @param \Rv\Analytics\Startup\PBInterface $var - * @return $this - */ - public function setInterface($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\PBInterface::class); - $this->writeOneof(10, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Content content = 11; - * @return \Rv\Analytics\Startup\Content|null - */ - public function getContent() - { - return $this->readOneof(11); - } - - public function hasContent() - { - return $this->hasOneof(11); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Content content = 11; - * @param \Rv\Analytics\Startup\Content $var - * @return $this - */ - public function setContent($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Content::class); - $this->writeOneof(11, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Themes themes = 12; - * @return \Rv\Analytics\Startup\Themes|null - */ - public function getThemes() - { - return $this->readOneof(12); - } - - public function hasThemes() - { - return $this->hasOneof(12); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Themes themes = 12; - * @param \Rv\Analytics\Startup\Themes $var - * @return $this - */ - public function setThemes($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Themes::class); - $this->writeOneof(12, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Macro macro = 13; - * @return \Rv\Analytics\Startup\Macro|null - */ - public function getMacro() - { - return $this->readOneof(13); - } - - public function hasMacro() - { - return $this->hasOneof(13); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Macro macro = 13; - * @param \Rv\Analytics\Startup\Macro $var - * @return $this - */ - public function setMacro($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Macro::class); - $this->writeOneof(13, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ClearGroup clear_group = 14; - * @return \Rv\Analytics\Startup\ClearGroup|null - */ - public function getClearGroup() - { - return $this->readOneof(14); - } - - public function hasClearGroup() - { - return $this->hasOneof(14); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ClearGroup clear_group = 14; - * @param \Rv\Analytics\Startup\ClearGroup $var - * @return $this - */ - public function setClearGroup($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ClearGroup::class); - $this->writeOneof(14, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.KeyMapping key_mapping = 15; - * @return \Rv\Analytics\Startup\KeyMapping|null - */ - public function getKeyMapping() - { - return $this->readOneof(15); - } - - public function hasKeyMapping() - { - return $this->hasOneof(15); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.KeyMapping key_mapping = 15; - * @param \Rv\Analytics\Startup\KeyMapping $var - * @return $this - */ - public function setKeyMapping($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\KeyMapping::class); - $this->writeOneof(15, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Startup multitracks = 16; - * @return \Rv\Analytics\MultiTracks\Startup|null - */ - public function getMultitracks() - { - return $this->readOneof(16); - } - - public function hasMultitracks() - { - return $this->hasOneof(16); - } - - /** - * Generated from protobuf field .rv.analytics.MultiTracks.Startup multitracks = 16; - * @param \Rv\Analytics\MultiTracks\Startup $var - * @return $this - */ - public function setMultitracks($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\MultiTracks\Startup::class); - $this->writeOneof(16, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.NetworkLink network_link = 17; - * @return \Rv\Analytics\Startup\NetworkLink|null - */ - public function getNetworkLink() - { - return $this->readOneof(17); - } - - public function hasNetworkLink() - { - return $this->hasOneof(17); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.NetworkLink network_link = 17; - * @param \Rv\Analytics\Startup\NetworkLink $var - * @return $this - */ - public function setNetworkLink($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\NetworkLink::class); - $this->writeOneof(17, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Capture capture = 18; - * @return \Rv\Analytics\Startup\Capture|null - */ - public function getCapture() - { - return $this->readOneof(18); - } - - public function hasCapture() - { - return $this->hasOneof(18); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Capture capture = 18; - * @param \Rv\Analytics\Startup\Capture $var - * @return $this - */ - public function setCapture($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\Capture::class); - $this->writeOneof(18, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/Startup/Audio.php b/generated/Rv/Analytics/Startup/Audio.php deleted file mode 100644 index e51e31d..0000000 --- a/generated/Rv/Analytics/Startup/Audio.php +++ /dev/null @@ -1,275 +0,0 @@ -rv.analytics.Startup.Audio - */ -class Audio extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field int32 bus_count = 1; - */ - protected $bus_count = 0; - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioDevice inspector_device = 2; - */ - protected $inspector_device = 0; - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.InspectorRouting inspector_routing = 3; - */ - protected $inspector_routing = 0; - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioDevice main_device = 4; - */ - protected $main_device = 0; - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioRouting main_routing = 5; - */ - protected $main_routing = 0; - /** - * Generated from protobuf field int32 main_delay = 6; - */ - protected $main_delay = 0; - /** - * Generated from protobuf field bool sdi_ndi = 7; - */ - protected $sdi_ndi = false; - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioRouting sdi_ndi_routing = 8; - */ - protected $sdi_ndi_routing = 0; - /** - * Generated from protobuf field int32 sdi_ndi_delay = 9; - */ - protected $sdi_ndi_delay = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $bus_count - * @type int $inspector_device - * @type int $inspector_routing - * @type int $main_device - * @type int $main_routing - * @type int $main_delay - * @type bool $sdi_ndi - * @type int $sdi_ndi_routing - * @type int $sdi_ndi_delay - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsStartup::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field int32 bus_count = 1; - * @return int - */ - public function getBusCount() - { - return $this->bus_count; - } - - /** - * Generated from protobuf field int32 bus_count = 1; - * @param int $var - * @return $this - */ - public function setBusCount($var) - { - GPBUtil::checkInt32($var); - $this->bus_count = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioDevice inspector_device = 2; - * @return int - */ - public function getInspectorDevice() - { - return $this->inspector_device; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioDevice inspector_device = 2; - * @param int $var - * @return $this - */ - public function setInspectorDevice($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Audio\AudioDevice::class); - $this->inspector_device = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.InspectorRouting inspector_routing = 3; - * @return int - */ - public function getInspectorRouting() - { - return $this->inspector_routing; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.InspectorRouting inspector_routing = 3; - * @param int $var - * @return $this - */ - public function setInspectorRouting($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Audio\InspectorRouting::class); - $this->inspector_routing = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioDevice main_device = 4; - * @return int - */ - public function getMainDevice() - { - return $this->main_device; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioDevice main_device = 4; - * @param int $var - * @return $this - */ - public function setMainDevice($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Audio\AudioDevice::class); - $this->main_device = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioRouting main_routing = 5; - * @return int - */ - public function getMainRouting() - { - return $this->main_routing; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioRouting main_routing = 5; - * @param int $var - * @return $this - */ - public function setMainRouting($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Audio\AudioRouting::class); - $this->main_routing = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 main_delay = 6; - * @return int - */ - public function getMainDelay() - { - return $this->main_delay; - } - - /** - * Generated from protobuf field int32 main_delay = 6; - * @param int $var - * @return $this - */ - public function setMainDelay($var) - { - GPBUtil::checkInt32($var); - $this->main_delay = $var; - - return $this; - } - - /** - * Generated from protobuf field bool sdi_ndi = 7; - * @return bool - */ - public function getSdiNdi() - { - return $this->sdi_ndi; - } - - /** - * Generated from protobuf field bool sdi_ndi = 7; - * @param bool $var - * @return $this - */ - public function setSdiNdi($var) - { - GPBUtil::checkBool($var); - $this->sdi_ndi = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioRouting sdi_ndi_routing = 8; - * @return int - */ - public function getSdiNdiRouting() - { - return $this->sdi_ndi_routing; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Audio.AudioRouting sdi_ndi_routing = 8; - * @param int $var - * @return $this - */ - public function setSdiNdiRouting($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Audio\AudioRouting::class); - $this->sdi_ndi_routing = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 sdi_ndi_delay = 9; - * @return int - */ - public function getSdiNdiDelay() - { - return $this->sdi_ndi_delay; - } - - /** - * Generated from protobuf field int32 sdi_ndi_delay = 9; - * @param int $var - * @return $this - */ - public function setSdiNdiDelay($var) - { - GPBUtil::checkInt32($var); - $this->sdi_ndi_delay = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/Startup/Audio/AudioDevice.php b/generated/Rv/Analytics/Startup/Audio/AudioDevice.php deleted file mode 100644 index 054f951..0000000 --- a/generated/Rv/Analytics/Startup/Audio/AudioDevice.php +++ /dev/null @@ -1,64 +0,0 @@ -rv.analytics.Startup.Audio.AudioDevice - */ -class AudioDevice -{ - /** - * Generated from protobuf enum AUDIO_DEVICE_UNKNOWN = 0; - */ - const AUDIO_DEVICE_UNKNOWN = 0; - /** - * Generated from protobuf enum AUDIO_DEVICE_MAIN = 1; - */ - const AUDIO_DEVICE_MAIN = 1; - /** - * Generated from protobuf enum AUDIO_DEVICE_SYSTEM = 2; - */ - const AUDIO_DEVICE_SYSTEM = 2; - /** - * Generated from protobuf enum AUDIO_DEVICE_OTHER = 3; - */ - const AUDIO_DEVICE_OTHER = 3; - /** - * Generated from protobuf enum AUDIO_DEVICE_NONE = 4; - */ - const AUDIO_DEVICE_NONE = 4; - - private static $valueToName = [ - self::AUDIO_DEVICE_UNKNOWN => 'AUDIO_DEVICE_UNKNOWN', - self::AUDIO_DEVICE_MAIN => 'AUDIO_DEVICE_MAIN', - self::AUDIO_DEVICE_SYSTEM => 'AUDIO_DEVICE_SYSTEM', - self::AUDIO_DEVICE_OTHER => 'AUDIO_DEVICE_OTHER', - self::AUDIO_DEVICE_NONE => 'AUDIO_DEVICE_NONE', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/Startup/Audio/AudioRouting.php b/generated/Rv/Analytics/Startup/Audio/AudioRouting.php deleted file mode 100644 index 8739549..0000000 --- a/generated/Rv/Analytics/Startup/Audio/AudioRouting.php +++ /dev/null @@ -1,54 +0,0 @@ -rv.analytics.Startup.Audio.AudioRouting - */ -class AudioRouting -{ - /** - * Generated from protobuf enum AUDIO_ROUTING_UNKNOWN = 0; - */ - const AUDIO_ROUTING_UNKNOWN = 0; - /** - * Generated from protobuf enum AUDIO_ROUTING_DEFAULT = 1; - */ - const AUDIO_ROUTING_DEFAULT = 1; - /** - * Generated from protobuf enum AUDIO_ROUTING_CUSTOM = 2; - */ - const AUDIO_ROUTING_CUSTOM = 2; - - private static $valueToName = [ - self::AUDIO_ROUTING_UNKNOWN => 'AUDIO_ROUTING_UNKNOWN', - self::AUDIO_ROUTING_DEFAULT => 'AUDIO_ROUTING_DEFAULT', - self::AUDIO_ROUTING_CUSTOM => 'AUDIO_ROUTING_CUSTOM', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/Startup/Capture.php b/generated/Rv/Analytics/Startup/Capture.php index 4574c14..81aae64 100644 --- a/generated/Rv/Analytics/Startup/Capture.php +++ b/generated/Rv/Analytics/Startup/Capture.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.Capture + * Generated from protobuf message rv.analytics.startup.Capture */ class Capture extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/ClearGroup.php b/generated/Rv/Analytics/Startup/ClearGroup.php index 56caef1..50cefdb 100644 --- a/generated/Rv/Analytics/Startup/ClearGroup.php +++ b/generated/Rv/Analytics/Startup/ClearGroup.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.ClearGroup + * Generated from protobuf message rv.analytics.startup.ClearGroup */ class ClearGroup extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/Communications.php b/generated/Rv/Analytics/Startup/Communications.php deleted file mode 100644 index a31ba9a..0000000 --- a/generated/Rv/Analytics/Startup/Communications.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.Startup.Communications - */ -class Communications extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field int32 total_device_count = 1; - */ - protected $total_device_count = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $total_device_count - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsStartup::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field int32 total_device_count = 1; - * @return int - */ - public function getTotalDeviceCount() - { - return $this->total_device_count; - } - - /** - * Generated from protobuf field int32 total_device_count = 1; - * @param int $var - * @return $this - */ - public function setTotalDeviceCount($var) - { - GPBUtil::checkInt32($var); - $this->total_device_count = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/Startup/Content.php b/generated/Rv/Analytics/Startup/Content.php index 4cf0649..b113658 100644 --- a/generated/Rv/Analytics/Startup/Content.php +++ b/generated/Rv/Analytics/Startup/Content.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.Content + * Generated from protobuf message rv.analytics.startup.Content */ class Content extends \Google\Protobuf\Internal\Message { @@ -79,23 +79,35 @@ class Content extends \Google\Protobuf\Internal\Message */ protected $props_count = 0; /** - * Generated from protobuf field int32 stage_layout_count = 17; + * Generated from protobuf field int32 props_auto_clear_count = 17; + */ + protected $props_auto_clear_count = 0; + /** + * Generated from protobuf field int32 prop_collections_count = 18; + */ + protected $prop_collections_count = 0; + /** + * Generated from protobuf field int32 prop_collections_single_prop_enabled_count = 19; + */ + protected $prop_collections_single_prop_enabled_count = 0; + /** + * Generated from protobuf field int32 stage_layout_count = 20; */ protected $stage_layout_count = 0; /** - * Generated from protobuf field int32 macros_count = 18; + * Generated from protobuf field int32 macros_count = 21; */ protected $macros_count = 0; /** - * Generated from protobuf field int32 macros_collections_count = 19; + * Generated from protobuf field int32 macros_collections_count = 22; */ protected $macros_collections_count = 0; /** - * Generated from protobuf field int32 macros_custom_icons = 20; + * Generated from protobuf field int32 macros_custom_icons = 23; */ protected $macros_custom_icons = 0; /** - * Generated from protobuf field bool ubiquitous_show_directory = 21; + * Generated from protobuf field bool ubiquitous_show_directory = 24; */ protected $ubiquitous_show_directory = false; @@ -121,6 +133,9 @@ class Content extends \Google\Protobuf\Internal\Message * @type int $timer_count * @type int $messages_count * @type int $props_count + * @type int $props_auto_clear_count + * @type int $prop_collections_count + * @type int $prop_collections_single_prop_enabled_count * @type int $stage_layout_count * @type int $macros_count * @type int $macros_collections_count @@ -486,7 +501,73 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 stage_layout_count = 17; + * Generated from protobuf field int32 props_auto_clear_count = 17; + * @return int + */ + public function getPropsAutoClearCount() + { + return $this->props_auto_clear_count; + } + + /** + * Generated from protobuf field int32 props_auto_clear_count = 17; + * @param int $var + * @return $this + */ + public function setPropsAutoClearCount($var) + { + GPBUtil::checkInt32($var); + $this->props_auto_clear_count = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 prop_collections_count = 18; + * @return int + */ + public function getPropCollectionsCount() + { + return $this->prop_collections_count; + } + + /** + * Generated from protobuf field int32 prop_collections_count = 18; + * @param int $var + * @return $this + */ + public function setPropCollectionsCount($var) + { + GPBUtil::checkInt32($var); + $this->prop_collections_count = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 prop_collections_single_prop_enabled_count = 19; + * @return int + */ + public function getPropCollectionsSinglePropEnabledCount() + { + return $this->prop_collections_single_prop_enabled_count; + } + + /** + * Generated from protobuf field int32 prop_collections_single_prop_enabled_count = 19; + * @param int $var + * @return $this + */ + public function setPropCollectionsSinglePropEnabledCount($var) + { + GPBUtil::checkInt32($var); + $this->prop_collections_single_prop_enabled_count = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 stage_layout_count = 20; * @return int */ public function getStageLayoutCount() @@ -495,7 +576,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 stage_layout_count = 17; + * Generated from protobuf field int32 stage_layout_count = 20; * @param int $var * @return $this */ @@ -508,7 +589,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 macros_count = 18; + * Generated from protobuf field int32 macros_count = 21; * @return int */ public function getMacrosCount() @@ -517,7 +598,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 macros_count = 18; + * Generated from protobuf field int32 macros_count = 21; * @param int $var * @return $this */ @@ -530,7 +611,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 macros_collections_count = 19; + * Generated from protobuf field int32 macros_collections_count = 22; * @return int */ public function getMacrosCollectionsCount() @@ -539,7 +620,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 macros_collections_count = 19; + * Generated from protobuf field int32 macros_collections_count = 22; * @param int $var * @return $this */ @@ -552,7 +633,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 macros_custom_icons = 20; + * Generated from protobuf field int32 macros_custom_icons = 23; * @return int */ public function getMacrosCustomIcons() @@ -561,7 +642,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 macros_custom_icons = 20; + * Generated from protobuf field int32 macros_custom_icons = 23; * @param int $var * @return $this */ @@ -574,7 +655,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field bool ubiquitous_show_directory = 21; + * Generated from protobuf field bool ubiquitous_show_directory = 24; * @return bool */ public function getUbiquitousShowDirectory() @@ -583,7 +664,7 @@ class Content extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field bool ubiquitous_show_directory = 21; + * Generated from protobuf field bool ubiquitous_show_directory = 24; * @param bool $var * @return $this */ diff --git a/generated/Rv/Analytics/Startup/DiskUsage.php b/generated/Rv/Analytics/Startup/DiskUsage.php new file mode 100644 index 0000000..de5bae6 --- /dev/null +++ b/generated/Rv/Analytics/Startup/DiskUsage.php @@ -0,0 +1,140 @@ +rv.analytics.startup.DiskUsage + */ +class DiskUsage extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint64 bytes_of_show_files = 1; + */ + protected $bytes_of_show_files = 0; + /** + * Generated from protobuf field uint64 bytes_of_media_asset_files = 2; + */ + protected $bytes_of_media_asset_files = 0; + /** + * Generated from protobuf field uint64 number_of_media_asset_files = 3; + */ + protected $number_of_media_asset_files = 0; + /** + * Generated from protobuf field uint64 bytes_of_unmanaged_media_asset_files = 4; + */ + protected $bytes_of_unmanaged_media_asset_files = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int|string $bytes_of_show_files + * @type int|string $bytes_of_media_asset_files + * @type int|string $number_of_media_asset_files + * @type int|string $bytes_of_unmanaged_media_asset_files + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsStartup::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint64 bytes_of_show_files = 1; + * @return int|string + */ + public function getBytesOfShowFiles() + { + return $this->bytes_of_show_files; + } + + /** + * Generated from protobuf field uint64 bytes_of_show_files = 1; + * @param int|string $var + * @return $this + */ + public function setBytesOfShowFiles($var) + { + GPBUtil::checkUint64($var); + $this->bytes_of_show_files = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 bytes_of_media_asset_files = 2; + * @return int|string + */ + public function getBytesOfMediaAssetFiles() + { + return $this->bytes_of_media_asset_files; + } + + /** + * Generated from protobuf field uint64 bytes_of_media_asset_files = 2; + * @param int|string $var + * @return $this + */ + public function setBytesOfMediaAssetFiles($var) + { + GPBUtil::checkUint64($var); + $this->bytes_of_media_asset_files = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 number_of_media_asset_files = 3; + * @return int|string + */ + public function getNumberOfMediaAssetFiles() + { + return $this->number_of_media_asset_files; + } + + /** + * Generated from protobuf field uint64 number_of_media_asset_files = 3; + * @param int|string $var + * @return $this + */ + public function setNumberOfMediaAssetFiles($var) + { + GPBUtil::checkUint64($var); + $this->number_of_media_asset_files = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 bytes_of_unmanaged_media_asset_files = 4; + * @return int|string + */ + public function getBytesOfUnmanagedMediaAssetFiles() + { + return $this->bytes_of_unmanaged_media_asset_files; + } + + /** + * Generated from protobuf field uint64 bytes_of_unmanaged_media_asset_files = 4; + * @param int|string $var + * @return $this + */ + public function setBytesOfUnmanagedMediaAssetFiles($var) + { + GPBUtil::checkUint64($var); + $this->bytes_of_unmanaged_media_asset_files = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/EdgeBlend.php b/generated/Rv/Analytics/Startup/EdgeBlend.php similarity index 78% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/EdgeBlend.php rename to generated/Rv/Analytics/Startup/EdgeBlend.php index 4ebd346..f5ecf80 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/EdgeBlend.php +++ b/generated/Rv/Analytics/Startup/EdgeBlend.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration; +namespace Rv\Analytics\Startup; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.ScreenConfiguration.EdgeBlend + * Generated from protobuf message rv.analytics.startup.EdgeBlend */ class EdgeBlend extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; */ protected $screen_type = 0; /** @@ -44,7 +44,7 @@ class EdgeBlend extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; * @return int */ public function getScreenType() @@ -53,13 +53,13 @@ class EdgeBlend extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; * @param int $var * @return $this */ public function setScreenType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\ScreenType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenType::class); $this->screen_type = $var; return $this; diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Grouped.php b/generated/Rv/Analytics/Startup/Grouped.php similarity index 82% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Grouped.php rename to generated/Rv/Analytics/Startup/Grouped.php index ac2b30d..162e39a 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Grouped.php +++ b/generated/Rv/Analytics/Startup/Grouped.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration; +namespace Rv\Analytics\Startup; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.ScreenConfiguration.Grouped + * Generated from protobuf message rv.analytics.startup.Grouped */ class Grouped extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; */ protected $screen_type = 0; /** @@ -49,7 +49,7 @@ class Grouped extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; * @return int */ public function getScreenType() @@ -58,13 +58,13 @@ class Grouped extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; * @param int $var * @return $this */ public function setScreenType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\ScreenType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenType::class); $this->screen_type = $var; return $this; diff --git a/generated/Rv/Analytics/Startup/KeyMapping.php b/generated/Rv/Analytics/Startup/KeyMapping.php index d34d4e3..cc132ff 100644 --- a/generated/Rv/Analytics/Startup/KeyMapping.php +++ b/generated/Rv/Analytics/Startup/KeyMapping.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.KeyMapping + * Generated from protobuf message rv.analytics.startup.KeyMapping */ class KeyMapping extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/Looks.php b/generated/Rv/Analytics/Startup/Looks.php index b11eb2f..986f745 100644 --- a/generated/Rv/Analytics/Startup/Looks.php +++ b/generated/Rv/Analytics/Startup/Looks.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.Looks + * Generated from protobuf message rv.analytics.startup.Looks */ class Looks extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/Macro.php b/generated/Rv/Analytics/Startup/Macro.php index 0bed77c..66c3c5f 100644 --- a/generated/Rv/Analytics/Startup/Macro.php +++ b/generated/Rv/Analytics/Startup/Macro.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.Macro + * Generated from protobuf message rv.analytics.startup.Macro */ class Macro extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Mirrored.php b/generated/Rv/Analytics/Startup/Mirrored.php similarity index 78% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Mirrored.php rename to generated/Rv/Analytics/Startup/Mirrored.php index 28ea5f7..294a2b4 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Mirrored.php +++ b/generated/Rv/Analytics/Startup/Mirrored.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration; +namespace Rv\Analytics\Startup; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.ScreenConfiguration.Mirrored + * Generated from protobuf message rv.analytics.startup.Mirrored */ class Mirrored extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; */ protected $screen_type = 0; /** @@ -44,7 +44,7 @@ class Mirrored extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; * @return int */ public function getScreenType() @@ -53,13 +53,13 @@ class Mirrored extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; * @param int $var * @return $this */ public function setScreenType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\ScreenType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenType::class); $this->screen_type = $var; return $this; diff --git a/generated/Rv/Analytics/Startup/NetworkLink.php b/generated/Rv/Analytics/Startup/NetworkLink.php index b91da8d..06c8748 100644 --- a/generated/Rv/Analytics/Startup/NetworkLink.php +++ b/generated/Rv/Analytics/Startup/NetworkLink.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.NetworkLink + * Generated from protobuf message rv.analytics.startup.NetworkLink */ class NetworkLink extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Output.php b/generated/Rv/Analytics/Startup/Output.php similarity index 56% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Output.php rename to generated/Rv/Analytics/Startup/Output.php index 5b62852..dc58cfb 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Output.php +++ b/generated/Rv/Analytics/Startup/Output.php @@ -3,23 +3,23 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration; +namespace Rv\Analytics\Startup; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.ScreenConfiguration.Output + * Generated from protobuf message rv.analytics.startup.Output */ class Output extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.ProScreenType proscreen_type = 1; + * Generated from protobuf field .rv.analytics.startup.Output.ProScreenType proscreen_type = 1; */ protected $proscreen_type = 0; /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.OutputType output_type = 2; + * Generated from protobuf field .rv.analytics.startup.Output.OutputType output_type = 2; */ protected $output_type = 0; /** @@ -31,21 +31,25 @@ class Output extends \Google\Protobuf\Internal\Message */ protected $corner_pin_enabled = false; /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.Alignment alignment = 6; + * Generated from protobuf field .rv.analytics.startup.Output.Alignment alignment = 5; */ protected $alignment = 0; /** - * Generated from protobuf field int32 width = 7; + * Generated from protobuf field int32 width = 6; */ protected $width = 0; /** - * Generated from protobuf field int32 height = 8; + * Generated from protobuf field int32 height = 7; */ protected $height = 0; /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen screen = 9; + * Generated from protobuf field .rv.analytics.startup.Output.AlphaKeyMode alpha_key_mode = 8; */ - protected $screen = null; + protected $alpha_key_mode = 0; + /** + * Generated from protobuf field .rv.analytics.startup.Output.AlphaDevice alpha_device = 9; + */ + protected $alpha_device = 0; /** * Constructor. @@ -60,7 +64,8 @@ class Output extends \Google\Protobuf\Internal\Message * @type int $alignment * @type int $width * @type int $height - * @type \Rv\Analytics\Startup\ScreenConfiguration\Screen $screen + * @type int $alpha_key_mode + * @type int $alpha_device * } */ public function __construct($data = NULL) { @@ -69,7 +74,7 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.ProScreenType proscreen_type = 1; + * Generated from protobuf field .rv.analytics.startup.Output.ProScreenType proscreen_type = 1; * @return int */ public function getProscreenType() @@ -78,20 +83,20 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.ProScreenType proscreen_type = 1; + * Generated from protobuf field .rv.analytics.startup.Output.ProScreenType proscreen_type = 1; * @param int $var * @return $this */ public function setProscreenType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\Output\ProScreenType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Output\ProScreenType::class); $this->proscreen_type = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.OutputType output_type = 2; + * Generated from protobuf field .rv.analytics.startup.Output.OutputType output_type = 2; * @return int */ public function getOutputType() @@ -100,13 +105,13 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.OutputType output_type = 2; + * Generated from protobuf field .rv.analytics.startup.Output.OutputType output_type = 2; * @param int $var * @return $this */ public function setOutputType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\Output\OutputType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Output\OutputType::class); $this->output_type = $var; return $this; @@ -157,7 +162,7 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.Alignment alignment = 6; + * Generated from protobuf field .rv.analytics.startup.Output.Alignment alignment = 5; * @return int */ public function getAlignment() @@ -166,20 +171,20 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output.Alignment alignment = 6; + * Generated from protobuf field .rv.analytics.startup.Output.Alignment alignment = 5; * @param int $var * @return $this */ public function setAlignment($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\Output\Alignment::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Output\Alignment::class); $this->alignment = $var; return $this; } /** - * Generated from protobuf field int32 width = 7; + * Generated from protobuf field int32 width = 6; * @return int */ public function getWidth() @@ -188,7 +193,7 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 width = 7; + * Generated from protobuf field int32 width = 6; * @param int $var * @return $this */ @@ -201,7 +206,7 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 height = 8; + * Generated from protobuf field int32 height = 7; * @return int */ public function getHeight() @@ -210,7 +215,7 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 height = 8; + * Generated from protobuf field int32 height = 7; * @param int $var * @return $this */ @@ -223,33 +228,45 @@ class Output extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen screen = 9; - * @return \Rv\Analytics\Startup\ScreenConfiguration\Screen|null + * Generated from protobuf field .rv.analytics.startup.Output.AlphaKeyMode alpha_key_mode = 8; + * @return int */ - public function getScreen() + public function getAlphaKeyMode() { - return $this->screen; - } - - public function hasScreen() - { - return isset($this->screen); - } - - public function clearScreen() - { - unset($this->screen); + return $this->alpha_key_mode; } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen screen = 9; - * @param \Rv\Analytics\Startup\ScreenConfiguration\Screen $var + * Generated from protobuf field .rv.analytics.startup.Output.AlphaKeyMode alpha_key_mode = 8; + * @param int $var * @return $this */ - public function setScreen($var) + public function setAlphaKeyMode($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ScreenConfiguration\Screen::class); - $this->screen = $var; + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Output\AlphaKeyMode::class); + $this->alpha_key_mode = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Output.AlphaDevice alpha_device = 9; + * @return int + */ + public function getAlphaDevice() + { + return $this->alpha_device; + } + + /** + * Generated from protobuf field .rv.analytics.startup.Output.AlphaDevice alpha_device = 9; + * @param int $var + * @return $this + */ + public function setAlphaDevice($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\Output\AlphaDevice::class); + $this->alpha_device = $var; return $this; } diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Output/Alignment.php b/generated/Rv/Analytics/Startup/Output/Alignment.php similarity index 55% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Output/Alignment.php rename to generated/Rv/Analytics/Startup/Output/Alignment.php index 1615da3..c754db4 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Output/Alignment.php +++ b/generated/Rv/Analytics/Startup/Output/Alignment.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration\Output; +namespace Rv\Analytics\Startup\Output; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.ScreenConfiguration.Output.Alignment + * Protobuf type rv.analytics.startup.Output.Alignment */ class Alignment { @@ -17,33 +17,33 @@ class Alignment */ const ALIGNMENT_UNKNOWN = 0; /** - * Generated from protobuf enum ALIGNMENT_FULL = 1; + * Generated from protobuf enum FULL = 1; */ - const ALIGNMENT_FULL = 1; + const FULL = 1; /** - * Generated from protobuf enum ALIGNMENT_2X1 = 2; + * Generated from protobuf enum _2X1 = 2; */ - const ALIGNMENT_2X1 = 2; + const _2X1 = 2; /** - * Generated from protobuf enum ALIGNMENT_3X1 = 3; + * Generated from protobuf enum _3X1 = 3; */ - const ALIGNMENT_3X1 = 3; + const _3X1 = 3; /** - * Generated from protobuf enum ALIGNMENT_2X2 = 4; + * Generated from protobuf enum _2X2 = 4; */ - const ALIGNMENT_2X2 = 4; + const _2X2 = 4; /** - * Generated from protobuf enum ALIGNMENT_CUSTOM = 5; + * Generated from protobuf enum CUSTOM = 5; */ - const ALIGNMENT_CUSTOM = 5; + const CUSTOM = 5; private static $valueToName = [ self::ALIGNMENT_UNKNOWN => 'ALIGNMENT_UNKNOWN', - self::ALIGNMENT_FULL => 'ALIGNMENT_FULL', - self::ALIGNMENT_2X1 => 'ALIGNMENT_2X1', - self::ALIGNMENT_3X1 => 'ALIGNMENT_3X1', - self::ALIGNMENT_2X2 => 'ALIGNMENT_2X2', - self::ALIGNMENT_CUSTOM => 'ALIGNMENT_CUSTOM', + self::FULL => 'FULL', + self::_2X1 => '_2X1', + self::_3X1 => '_3X1', + self::_2X2 => '_2X2', + self::CUSTOM => 'CUSTOM', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Screen/AlphaDevice.php b/generated/Rv/Analytics/Startup/Output/AlphaDevice.php similarity index 69% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Screen/AlphaDevice.php rename to generated/Rv/Analytics/Startup/Output/AlphaDevice.php index d14b4a9..ee0d650 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Screen/AlphaDevice.php +++ b/generated/Rv/Analytics/Startup/Output/AlphaDevice.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration\Screen; +namespace Rv\Analytics\Startup\Output; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.ScreenConfiguration.Screen.AlphaDevice + * Protobuf type rv.analytics.startup.Output.AlphaDevice */ class AlphaDevice { @@ -17,18 +17,18 @@ class AlphaDevice */ const ALPHA_DEVICE_NONE = 0; /** - * Generated from protobuf enum ALPHA_DEVICE_SELF = 1; + * Generated from protobuf enum SELF = 1; */ - const ALPHA_DEVICE_SELF = 1; + const SELF = 1; /** - * Generated from protobuf enum ALPHA_DEVICE_OTHER = 2; + * Generated from protobuf enum OTHER = 2; */ - const ALPHA_DEVICE_OTHER = 2; + const OTHER = 2; private static $valueToName = [ self::ALPHA_DEVICE_NONE => 'ALPHA_DEVICE_NONE', - self::ALPHA_DEVICE_SELF => 'ALPHA_DEVICE_SELF', - self::ALPHA_DEVICE_OTHER => 'ALPHA_DEVICE_OTHER', + self::SELF => 'SELF', + self::OTHER => 'OTHER', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Screen/AlphaKeyMode.php b/generated/Rv/Analytics/Startup/Output/AlphaKeyMode.php similarity index 66% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Screen/AlphaKeyMode.php rename to generated/Rv/Analytics/Startup/Output/AlphaKeyMode.php index 36dddc4..24c1564 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Screen/AlphaKeyMode.php +++ b/generated/Rv/Analytics/Startup/Output/AlphaKeyMode.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration\Screen; +namespace Rv\Analytics\Startup\Output; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.ScreenConfiguration.Screen.AlphaKeyMode + * Protobuf type rv.analytics.startup.Output.AlphaKeyMode */ class AlphaKeyMode { @@ -17,18 +17,18 @@ class AlphaKeyMode */ const ALPHA_KEY_MODE_NONE = 0; /** - * Generated from protobuf enum ALPHA_KEY_MODE_PREMULTIPLIED = 1; + * Generated from protobuf enum PREMULTIPLIED = 1; */ - const ALPHA_KEY_MODE_PREMULTIPLIED = 1; + const PREMULTIPLIED = 1; /** - * Generated from protobuf enum ALPHA_KEY_MODE_STRAIGHT = 2; + * Generated from protobuf enum STRAIGHT = 2; */ - const ALPHA_KEY_MODE_STRAIGHT = 2; + const STRAIGHT = 2; private static $valueToName = [ self::ALPHA_KEY_MODE_NONE => 'ALPHA_KEY_MODE_NONE', - self::ALPHA_KEY_MODE_PREMULTIPLIED => 'ALPHA_KEY_MODE_PREMULTIPLIED', - self::ALPHA_KEY_MODE_STRAIGHT => 'ALPHA_KEY_MODE_STRAIGHT', + self::PREMULTIPLIED => 'PREMULTIPLIED', + self::STRAIGHT => 'STRAIGHT', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Output/OutputType.php b/generated/Rv/Analytics/Startup/Output/OutputType.php similarity index 50% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Output/OutputType.php rename to generated/Rv/Analytics/Startup/Output/OutputType.php index 73345a8..6af58cf 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Output/OutputType.php +++ b/generated/Rv/Analytics/Startup/Output/OutputType.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration\Output; +namespace Rv\Analytics\Startup\Output; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.ScreenConfiguration.Output.OutputType + * Protobuf type rv.analytics.startup.Output.OutputType */ class OutputType { @@ -17,38 +17,38 @@ class OutputType */ const OUTPUT_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum OUTPUT_TYPE_SDI = 1; + * Generated from protobuf enum SDI = 1; */ - const OUTPUT_TYPE_SDI = 1; + const SDI = 1; /** - * Generated from protobuf enum OUTPUT_TYPE_NDI = 2; + * Generated from protobuf enum NDI = 2; */ - const OUTPUT_TYPE_NDI = 2; + const NDI = 2; /** - * Generated from protobuf enum OUTPUT_TYPE_SYPHON = 3; + * Generated from protobuf enum SYPHON = 3; */ - const OUTPUT_TYPE_SYPHON = 3; + const SYPHON = 3; /** - * Generated from protobuf enum OUTPUT_TYPE_SYSTEM = 4; + * Generated from protobuf enum SYSTEM = 4; */ - const OUTPUT_TYPE_SYSTEM = 4; + const SYSTEM = 4; /** - * Generated from protobuf enum OUTPUT_TYPE_PLACEHOLDER = 5; + * Generated from protobuf enum PLACEHOLDER = 5; */ - const OUTPUT_TYPE_PLACEHOLDER = 5; + const PLACEHOLDER = 5; /** - * Generated from protobuf enum OUTPUT_TYPE_DVI = 6; + * Generated from protobuf enum DVI = 6; */ - const OUTPUT_TYPE_DVI = 6; + const DVI = 6; private static $valueToName = [ self::OUTPUT_TYPE_UNKNOWN => 'OUTPUT_TYPE_UNKNOWN', - self::OUTPUT_TYPE_SDI => 'OUTPUT_TYPE_SDI', - self::OUTPUT_TYPE_NDI => 'OUTPUT_TYPE_NDI', - self::OUTPUT_TYPE_SYPHON => 'OUTPUT_TYPE_SYPHON', - self::OUTPUT_TYPE_SYSTEM => 'OUTPUT_TYPE_SYSTEM', - self::OUTPUT_TYPE_PLACEHOLDER => 'OUTPUT_TYPE_PLACEHOLDER', - self::OUTPUT_TYPE_DVI => 'OUTPUT_TYPE_DVI', + self::SDI => 'SDI', + self::NDI => 'NDI', + self::SYPHON => 'SYPHON', + self::SYSTEM => 'SYSTEM', + self::PLACEHOLDER => 'PLACEHOLDER', + self::DVI => 'DVI', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Output/ProScreenType.php b/generated/Rv/Analytics/Startup/Output/ProScreenType.php similarity index 55% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Output/ProScreenType.php rename to generated/Rv/Analytics/Startup/Output/ProScreenType.php index 3bedf0d..708f28a 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Output/ProScreenType.php +++ b/generated/Rv/Analytics/Startup/Output/ProScreenType.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration\Output; +namespace Rv\Analytics\Startup\Output; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.ScreenConfiguration.Output.ProScreenType + * Protobuf type rv.analytics.startup.Output.ProScreenType */ class ProScreenType { @@ -17,28 +17,28 @@ class ProScreenType */ const PRO_SCREEN_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum PRO_SCREEN_TYPE_SINGLE = 1; + * Generated from protobuf enum SINGLE = 1; */ - const PRO_SCREEN_TYPE_SINGLE = 1; + const SINGLE = 1; /** - * Generated from protobuf enum PRO_SCREEN_TYPE_MIRRORED = 2; + * Generated from protobuf enum MIRRORED = 2; */ - const PRO_SCREEN_TYPE_MIRRORED = 2; + const MIRRORED = 2; /** - * Generated from protobuf enum PRO_SCREEN_TYPE_EDGE_BLEND = 3; + * Generated from protobuf enum EDGE_BLEND = 3; */ - const PRO_SCREEN_TYPE_EDGE_BLEND = 3; + const EDGE_BLEND = 3; /** - * Generated from protobuf enum PRO_SCREEN_TYPE_GROUPED = 4; + * Generated from protobuf enum GROUPED = 4; */ - const PRO_SCREEN_TYPE_GROUPED = 4; + const GROUPED = 4; private static $valueToName = [ self::PRO_SCREEN_TYPE_UNKNOWN => 'PRO_SCREEN_TYPE_UNKNOWN', - self::PRO_SCREEN_TYPE_SINGLE => 'PRO_SCREEN_TYPE_SINGLE', - self::PRO_SCREEN_TYPE_MIRRORED => 'PRO_SCREEN_TYPE_MIRRORED', - self::PRO_SCREEN_TYPE_EDGE_BLEND => 'PRO_SCREEN_TYPE_EDGE_BLEND', - self::PRO_SCREEN_TYPE_GROUPED => 'PRO_SCREEN_TYPE_GROUPED', + self::SINGLE => 'SINGLE', + self::MIRRORED => 'MIRRORED', + self::EDGE_BLEND => 'EDGE_BLEND', + self::GROUPED => 'GROUPED', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/PBInterface.php b/generated/Rv/Analytics/Startup/PBInterface.php index 1b4c005..4bc950c 100644 --- a/generated/Rv/Analytics/Startup/PBInterface.php +++ b/generated/Rv/Analytics/Startup/PBInterface.php @@ -10,20 +10,20 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.Interface + * Generated from protobuf message rv.analytics.startup.Interface */ class PBInterface extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState library_outline = 1; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState library_outline = 1; */ protected $library_outline = 0; /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState media_outline = 2; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState media_outline = 2; */ protected $media_outline = 0; /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState audio_outline = 3; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState audio_outline = 3; */ protected $audio_outline = 0; /** @@ -31,11 +31,11 @@ class PBInterface extends \Google\Protobuf\Internal\Message */ protected $continuous_playlist = false; /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState media_bin = 5; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState media_bin = 5; */ protected $media_bin = 0; /** - * Generated from protobuf field .rv.analytics.Startup.Interface.PresentationViewStyle presentation_view_style = 6; + * Generated from protobuf field .rv.analytics.startup.Interface.PresentationViewStyle presentation_view_style = 6; */ protected $presentation_view_style = 0; /** @@ -43,31 +43,27 @@ class PBInterface extends \Google\Protobuf\Internal\Message */ protected $presentation_grid_column_count = 0; /** - * Generated from protobuf field int32 presentation_table_column_count = 8; - */ - protected $presentation_table_column_count = 0; - /** - * Generated from protobuf field .rv.analytics.Startup.Interface.MediaBinViewStyle media_bin_view_style = 9; + * Generated from protobuf field .rv.analytics.startup.Interface.MediaBinViewStyle media_bin_view_style = 8; */ protected $media_bin_view_style = 0; /** - * Generated from protobuf field int32 media_bin_grid_column_count = 10; + * Generated from protobuf field int32 media_bin_grid_column_count = 9; */ protected $media_bin_grid_column_count = 0; /** - * Generated from protobuf field int32 media_bin_table_column_count = 11; + * Generated from protobuf field int32 media_bin_table_column_count = 10; */ protected $media_bin_table_column_count = 0; /** - * Generated from protobuf field string presentation_transition = 12; + * Generated from protobuf field string presentation_transition = 11; */ protected $presentation_transition = ''; /** - * Generated from protobuf field string media_transition = 13; + * Generated from protobuf field string media_transition = 12; */ protected $media_transition = ''; /** - * Generated from protobuf field bool audio_shuffle = 14; + * Generated from protobuf field bool audio_shuffle = 13; */ protected $audio_shuffle = false; @@ -84,7 +80,6 @@ class PBInterface extends \Google\Protobuf\Internal\Message * @type int $media_bin * @type int $presentation_view_style * @type int $presentation_grid_column_count - * @type int $presentation_table_column_count * @type int $media_bin_view_style * @type int $media_bin_grid_column_count * @type int $media_bin_table_column_count @@ -99,7 +94,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState library_outline = 1; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState library_outline = 1; * @return int */ public function getLibraryOutline() @@ -108,7 +103,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState library_outline = 1; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState library_outline = 1; * @param int $var * @return $this */ @@ -121,7 +116,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState media_outline = 2; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState media_outline = 2; * @return int */ public function getMediaOutline() @@ -130,7 +125,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState media_outline = 2; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState media_outline = 2; * @param int $var * @return $this */ @@ -143,7 +138,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState audio_outline = 3; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState audio_outline = 3; * @return int */ public function getAudioOutline() @@ -152,7 +147,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState audio_outline = 3; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState audio_outline = 3; * @param int $var * @return $this */ @@ -187,7 +182,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState media_bin = 5; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState media_bin = 5; * @return int */ public function getMediaBin() @@ -196,7 +191,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.SplitViewState media_bin = 5; + * Generated from protobuf field .rv.analytics.startup.Interface.SplitViewState media_bin = 5; * @param int $var * @return $this */ @@ -209,7 +204,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.PresentationViewStyle presentation_view_style = 6; + * Generated from protobuf field .rv.analytics.startup.Interface.PresentationViewStyle presentation_view_style = 6; * @return int */ public function getPresentationViewStyle() @@ -218,7 +213,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.PresentationViewStyle presentation_view_style = 6; + * Generated from protobuf field .rv.analytics.startup.Interface.PresentationViewStyle presentation_view_style = 6; * @param int $var * @return $this */ @@ -253,29 +248,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 presentation_table_column_count = 8; - * @return int - */ - public function getPresentationTableColumnCount() - { - return $this->presentation_table_column_count; - } - - /** - * Generated from protobuf field int32 presentation_table_column_count = 8; - * @param int $var - * @return $this - */ - public function setPresentationTableColumnCount($var) - { - GPBUtil::checkInt32($var); - $this->presentation_table_column_count = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.Interface.MediaBinViewStyle media_bin_view_style = 9; + * Generated from protobuf field .rv.analytics.startup.Interface.MediaBinViewStyle media_bin_view_style = 8; * @return int */ public function getMediaBinViewStyle() @@ -284,7 +257,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Interface.MediaBinViewStyle media_bin_view_style = 9; + * Generated from protobuf field .rv.analytics.startup.Interface.MediaBinViewStyle media_bin_view_style = 8; * @param int $var * @return $this */ @@ -297,7 +270,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 media_bin_grid_column_count = 10; + * Generated from protobuf field int32 media_bin_grid_column_count = 9; * @return int */ public function getMediaBinGridColumnCount() @@ -306,7 +279,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 media_bin_grid_column_count = 10; + * Generated from protobuf field int32 media_bin_grid_column_count = 9; * @param int $var * @return $this */ @@ -319,7 +292,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 media_bin_table_column_count = 11; + * Generated from protobuf field int32 media_bin_table_column_count = 10; * @return int */ public function getMediaBinTableColumnCount() @@ -328,7 +301,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 media_bin_table_column_count = 11; + * Generated from protobuf field int32 media_bin_table_column_count = 10; * @param int $var * @return $this */ @@ -341,7 +314,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field string presentation_transition = 12; + * Generated from protobuf field string presentation_transition = 11; * @return string */ public function getPresentationTransition() @@ -350,7 +323,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field string presentation_transition = 12; + * Generated from protobuf field string presentation_transition = 11; * @param string $var * @return $this */ @@ -363,7 +336,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field string media_transition = 13; + * Generated from protobuf field string media_transition = 12; * @return string */ public function getMediaTransition() @@ -372,7 +345,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field string media_transition = 13; + * Generated from protobuf field string media_transition = 12; * @param string $var * @return $this */ @@ -385,7 +358,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field bool audio_shuffle = 14; + * Generated from protobuf field bool audio_shuffle = 13; * @return bool */ public function getAudioShuffle() @@ -394,7 +367,7 @@ class PBInterface extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field bool audio_shuffle = 14; + * Generated from protobuf field bool audio_shuffle = 13; * @param bool $var * @return $this */ diff --git a/generated/Rv/Analytics/Startup/PBInterface/MediaBinViewStyle.php b/generated/Rv/Analytics/Startup/PBInterface/MediaBinViewStyle.php index 8a815f1..a01cd91 100644 --- a/generated/Rv/Analytics/Startup/PBInterface/MediaBinViewStyle.php +++ b/generated/Rv/Analytics/Startup/PBInterface/MediaBinViewStyle.php @@ -8,7 +8,7 @@ namespace Rv\Analytics\Startup\PBInterface; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.Interface.MediaBinViewStyle + * Protobuf type rv.analytics.startup.Interface.MediaBinViewStyle */ class MediaBinViewStyle { diff --git a/generated/Rv/Analytics/Startup/PBInterface/PresentationViewStyle.php b/generated/Rv/Analytics/Startup/PBInterface/PresentationViewStyle.php index e09be19..59a262a 100644 --- a/generated/Rv/Analytics/Startup/PBInterface/PresentationViewStyle.php +++ b/generated/Rv/Analytics/Startup/PBInterface/PresentationViewStyle.php @@ -8,7 +8,7 @@ namespace Rv\Analytics\Startup\PBInterface; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.Interface.PresentationViewStyle + * Protobuf type rv.analytics.startup.Interface.PresentationViewStyle */ class PresentationViewStyle { diff --git a/generated/Rv/Analytics/Startup/PBInterface/SplitViewState.php b/generated/Rv/Analytics/Startup/PBInterface/SplitViewState.php index 3190227..46e2b9e 100644 --- a/generated/Rv/Analytics/Startup/PBInterface/SplitViewState.php +++ b/generated/Rv/Analytics/Startup/PBInterface/SplitViewState.php @@ -8,7 +8,7 @@ namespace Rv\Analytics\Startup\PBInterface; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.Interface.SplitViewState + * Protobuf type rv.analytics.startup.Interface.SplitViewState */ class SplitViewState { diff --git a/generated/Rv/Analytics/Startup/PlanningCenter.php b/generated/Rv/Analytics/Startup/PlanningCenter.php deleted file mode 100644 index 4d6616c..0000000 --- a/generated/Rv/Analytics/Startup/PlanningCenter.php +++ /dev/null @@ -1,221 +0,0 @@ -rv.analytics.Startup.PlanningCenter - */ -class PlanningCenter extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field bool logged_in = 1; - */ - protected $logged_in = false; - /** - * Generated from protobuf field bool auto_update = 2; - */ - protected $auto_update = false; - /** - * Generated from protobuf field bool match_songs = 3; - */ - protected $match_songs = false; - /** - * Generated from protobuf field bool show_history = 4; - */ - protected $show_history = false; - /** - * Generated from protobuf field bool make_arrangements = 5; - */ - protected $make_arrangements = false; - /** - * Generated from protobuf field bool auto_upload = 6; - */ - protected $auto_upload = false; - /** - * Generated from protobuf field bool auto_download = 7; - */ - protected $auto_download = false; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type bool $logged_in - * @type bool $auto_update - * @type bool $match_songs - * @type bool $show_history - * @type bool $make_arrangements - * @type bool $auto_upload - * @type bool $auto_download - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsStartup::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field bool logged_in = 1; - * @return bool - */ - public function getLoggedIn() - { - return $this->logged_in; - } - - /** - * Generated from protobuf field bool logged_in = 1; - * @param bool $var - * @return $this - */ - public function setLoggedIn($var) - { - GPBUtil::checkBool($var); - $this->logged_in = $var; - - return $this; - } - - /** - * Generated from protobuf field bool auto_update = 2; - * @return bool - */ - public function getAutoUpdate() - { - return $this->auto_update; - } - - /** - * Generated from protobuf field bool auto_update = 2; - * @param bool $var - * @return $this - */ - public function setAutoUpdate($var) - { - GPBUtil::checkBool($var); - $this->auto_update = $var; - - return $this; - } - - /** - * Generated from protobuf field bool match_songs = 3; - * @return bool - */ - public function getMatchSongs() - { - return $this->match_songs; - } - - /** - * Generated from protobuf field bool match_songs = 3; - * @param bool $var - * @return $this - */ - public function setMatchSongs($var) - { - GPBUtil::checkBool($var); - $this->match_songs = $var; - - return $this; - } - - /** - * Generated from protobuf field bool show_history = 4; - * @return bool - */ - public function getShowHistory() - { - return $this->show_history; - } - - /** - * Generated from protobuf field bool show_history = 4; - * @param bool $var - * @return $this - */ - public function setShowHistory($var) - { - GPBUtil::checkBool($var); - $this->show_history = $var; - - return $this; - } - - /** - * Generated from protobuf field bool make_arrangements = 5; - * @return bool - */ - public function getMakeArrangements() - { - return $this->make_arrangements; - } - - /** - * Generated from protobuf field bool make_arrangements = 5; - * @param bool $var - * @return $this - */ - public function setMakeArrangements($var) - { - GPBUtil::checkBool($var); - $this->make_arrangements = $var; - - return $this; - } - - /** - * Generated from protobuf field bool auto_upload = 6; - * @return bool - */ - public function getAutoUpload() - { - return $this->auto_upload; - } - - /** - * Generated from protobuf field bool auto_upload = 6; - * @param bool $var - * @return $this - */ - public function setAutoUpload($var) - { - GPBUtil::checkBool($var); - $this->auto_upload = $var; - - return $this; - } - - /** - * Generated from protobuf field bool auto_download = 7; - * @return bool - */ - public function getAutoDownload() - { - return $this->auto_download; - } - - /** - * Generated from protobuf field bool auto_download = 7; - * @param bool $var - * @return $this - */ - public function setAutoDownload($var) - { - GPBUtil::checkBool($var); - $this->auto_download = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/Startup/Preferences.php b/generated/Rv/Analytics/Startup/Preferences.php index 02c58f2..0ac027a 100644 --- a/generated/Rv/Analytics/Startup/Preferences.php +++ b/generated/Rv/Analytics/Startup/Preferences.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.Preferences + * Generated from protobuf message rv.analytics.startup.Preferences */ class Preferences extends \Google\Protobuf\Internal\Message { @@ -27,7 +27,7 @@ class Preferences extends \Google\Protobuf\Internal\Message */ protected $copyright_enabled = false; /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.CopyrightStyle copyright_style = 4; + * Generated from protobuf field .rv.analytics.startup.Preferences.CopyrightStyle copyright_style = 4; */ protected $copyright_style = 0; /** @@ -35,7 +35,7 @@ class Preferences extends \Google\Protobuf\Internal\Message */ protected $copyright_has_license = false; /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.RenderMode render_mode = 6; + * Generated from protobuf field .rv.analytics.startup.Preferences.RenderMode render_mode = 6; */ protected $render_mode = 0; /** @@ -51,7 +51,7 @@ class Preferences extends \Google\Protobuf\Internal\Message */ protected $search_paths_relink = false; /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.UpdateChannel update_channel = 10; + * Generated from protobuf field .rv.analytics.startup.Preferences.UpdateChannel update_channel = 10; */ protected $update_channel = 0; @@ -145,7 +145,7 @@ class Preferences extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.CopyrightStyle copyright_style = 4; + * Generated from protobuf field .rv.analytics.startup.Preferences.CopyrightStyle copyright_style = 4; * @return int */ public function getCopyrightStyle() @@ -154,7 +154,7 @@ class Preferences extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.CopyrightStyle copyright_style = 4; + * Generated from protobuf field .rv.analytics.startup.Preferences.CopyrightStyle copyright_style = 4; * @param int $var * @return $this */ @@ -189,7 +189,7 @@ class Preferences extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.RenderMode render_mode = 6; + * Generated from protobuf field .rv.analytics.startup.Preferences.RenderMode render_mode = 6; * @return int */ public function getRenderMode() @@ -198,7 +198,7 @@ class Preferences extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.RenderMode render_mode = 6; + * Generated from protobuf field .rv.analytics.startup.Preferences.RenderMode render_mode = 6; * @param int $var * @return $this */ @@ -277,7 +277,7 @@ class Preferences extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.UpdateChannel update_channel = 10; + * Generated from protobuf field .rv.analytics.startup.Preferences.UpdateChannel update_channel = 10; * @return int */ public function getUpdateChannel() @@ -286,7 +286,7 @@ class Preferences extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.Preferences.UpdateChannel update_channel = 10; + * Generated from protobuf field .rv.analytics.startup.Preferences.UpdateChannel update_channel = 10; * @param int $var * @return $this */ diff --git a/generated/Rv/Analytics/Startup/Preferences/CopyrightStyle.php b/generated/Rv/Analytics/Startup/Preferences/CopyrightStyle.php index fed4645..b2cd434 100644 --- a/generated/Rv/Analytics/Startup/Preferences/CopyrightStyle.php +++ b/generated/Rv/Analytics/Startup/Preferences/CopyrightStyle.php @@ -8,7 +8,7 @@ namespace Rv\Analytics\Startup\Preferences; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.Preferences.CopyrightStyle + * Protobuf type rv.analytics.startup.Preferences.CopyrightStyle */ class CopyrightStyle { @@ -17,28 +17,28 @@ class CopyrightStyle */ const COPYRIGHT_STYLE_UNKNOWN = 0; /** - * Generated from protobuf enum COPYRIGHT_STYLE_FIRST = 1; + * Generated from protobuf enum FIRST = 1; */ - const COPYRIGHT_STYLE_FIRST = 1; + const FIRST = 1; /** - * Generated from protobuf enum COPYRIGHT_STYLE_LAST = 2; + * Generated from protobuf enum LAST = 2; */ - const COPYRIGHT_STYLE_LAST = 2; + const LAST = 2; /** - * Generated from protobuf enum COPYRIGHT_STYLE_FIRST_AND_LAST = 3; + * Generated from protobuf enum FIRST_AND_LAST = 3; */ - const COPYRIGHT_STYLE_FIRST_AND_LAST = 3; + const FIRST_AND_LAST = 3; /** - * Generated from protobuf enum COPYRIGHT_STYLE_ALL_SLIDES = 4; + * Generated from protobuf enum ALL_SLIDES = 4; */ - const COPYRIGHT_STYLE_ALL_SLIDES = 4; + const ALL_SLIDES = 4; private static $valueToName = [ self::COPYRIGHT_STYLE_UNKNOWN => 'COPYRIGHT_STYLE_UNKNOWN', - self::COPYRIGHT_STYLE_FIRST => 'COPYRIGHT_STYLE_FIRST', - self::COPYRIGHT_STYLE_LAST => 'COPYRIGHT_STYLE_LAST', - self::COPYRIGHT_STYLE_FIRST_AND_LAST => 'COPYRIGHT_STYLE_FIRST_AND_LAST', - self::COPYRIGHT_STYLE_ALL_SLIDES => 'COPYRIGHT_STYLE_ALL_SLIDES', + self::FIRST => 'FIRST', + self::LAST => 'LAST', + self::FIRST_AND_LAST => 'FIRST_AND_LAST', + self::ALL_SLIDES => 'ALL_SLIDES', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/Preferences/RenderMode.php b/generated/Rv/Analytics/Startup/Preferences/RenderMode.php index 5df1555..bb728aa 100644 --- a/generated/Rv/Analytics/Startup/Preferences/RenderMode.php +++ b/generated/Rv/Analytics/Startup/Preferences/RenderMode.php @@ -8,7 +8,7 @@ namespace Rv\Analytics\Startup\Preferences; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.Preferences.RenderMode + * Protobuf type rv.analytics.startup.Preferences.RenderMode */ class RenderMode { @@ -17,23 +17,23 @@ class RenderMode */ const RENDER_MODE_UNKNOWN = 0; /** - * Generated from protobuf enum RENDER_MODE_OPENGL = 1; + * Generated from protobuf enum OPENGL = 1; */ - const RENDER_MODE_OPENGL = 1; + const OPENGL = 1; /** - * Generated from protobuf enum RENDER_MODE_METAL = 2; + * Generated from protobuf enum METAL = 2; */ - const RENDER_MODE_METAL = 2; + const METAL = 2; /** - * Generated from protobuf enum RENDER_MODE_DIRECTX = 3; + * Generated from protobuf enum DIRECTX = 3; */ - const RENDER_MODE_DIRECTX = 3; + const DIRECTX = 3; private static $valueToName = [ self::RENDER_MODE_UNKNOWN => 'RENDER_MODE_UNKNOWN', - self::RENDER_MODE_OPENGL => 'RENDER_MODE_OPENGL', - self::RENDER_MODE_METAL => 'RENDER_MODE_METAL', - self::RENDER_MODE_DIRECTX => 'RENDER_MODE_DIRECTX', + self::OPENGL => 'OPENGL', + self::METAL => 'METAL', + self::DIRECTX => 'DIRECTX', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/Preferences/UpdateChannel.php b/generated/Rv/Analytics/Startup/Preferences/UpdateChannel.php index 806b737..9c4bb47 100644 --- a/generated/Rv/Analytics/Startup/Preferences/UpdateChannel.php +++ b/generated/Rv/Analytics/Startup/Preferences/UpdateChannel.php @@ -8,7 +8,7 @@ namespace Rv\Analytics\Startup\Preferences; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.Preferences.UpdateChannel + * Protobuf type rv.analytics.startup.Preferences.UpdateChannel */ class UpdateChannel { @@ -17,18 +17,18 @@ class UpdateChannel */ const UPDATE_CHANNEL_UNKNOWN = 0; /** - * Generated from protobuf enum UPDATE_CHANNEL_RELEASE = 1; + * Generated from protobuf enum RELEASE = 1; */ - const UPDATE_CHANNEL_RELEASE = 1; + const RELEASE = 1; /** - * Generated from protobuf enum UPDATE_CHANNEL_BETA = 2; + * Generated from protobuf enum BETA = 2; */ - const UPDATE_CHANNEL_BETA = 2; + const BETA = 2; private static $valueToName = [ self::UPDATE_CHANNEL_UNKNOWN => 'UPDATE_CHANNEL_UNKNOWN', - self::UPDATE_CHANNEL_RELEASE => 'UPDATE_CHANNEL_RELEASE', - self::UPDATE_CHANNEL_BETA => 'UPDATE_CHANNEL_BETA', + self::RELEASE => 'RELEASE', + self::BETA => 'BETA', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration.php b/generated/Rv/Analytics/Startup/ScreenConfiguration.php deleted file mode 100644 index 9c8761a..0000000 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration.php +++ /dev/null @@ -1,209 +0,0 @@ -rv.analytics.Startup.ScreenConfiguration - */ -class ScreenConfiguration extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Startup\ScreenConfiguration\Summary $summary - * @type \Rv\Analytics\Startup\ScreenConfiguration\Output $output - * @type \Rv\Analytics\Startup\ScreenConfiguration\Single $single - * @type \Rv\Analytics\Startup\ScreenConfiguration\Mirrored $mirrored - * @type \Rv\Analytics\Startup\ScreenConfiguration\EdgeBlend $edge_blend - * @type \Rv\Analytics\Startup\ScreenConfiguration\Grouped $grouped - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsStartup::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Summary summary = 1; - * @return \Rv\Analytics\Startup\ScreenConfiguration\Summary|null - */ - public function getSummary() - { - return $this->readOneof(1); - } - - public function hasSummary() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Summary summary = 1; - * @param \Rv\Analytics\Startup\ScreenConfiguration\Summary $var - * @return $this - */ - public function setSummary($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ScreenConfiguration\Summary::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output output = 2; - * @return \Rv\Analytics\Startup\ScreenConfiguration\Output|null - */ - public function getOutput() - { - return $this->readOneof(2); - } - - public function hasOutput() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Output output = 2; - * @param \Rv\Analytics\Startup\ScreenConfiguration\Output $var - * @return $this - */ - public function setOutput($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ScreenConfiguration\Output::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Single single = 3; - * @return \Rv\Analytics\Startup\ScreenConfiguration\Single|null - */ - public function getSingle() - { - return $this->readOneof(3); - } - - public function hasSingle() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Single single = 3; - * @param \Rv\Analytics\Startup\ScreenConfiguration\Single $var - * @return $this - */ - public function setSingle($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ScreenConfiguration\Single::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Mirrored mirrored = 4; - * @return \Rv\Analytics\Startup\ScreenConfiguration\Mirrored|null - */ - public function getMirrored() - { - return $this->readOneof(4); - } - - public function hasMirrored() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Mirrored mirrored = 4; - * @param \Rv\Analytics\Startup\ScreenConfiguration\Mirrored $var - * @return $this - */ - public function setMirrored($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ScreenConfiguration\Mirrored::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.EdgeBlend edge_blend = 5; - * @return \Rv\Analytics\Startup\ScreenConfiguration\EdgeBlend|null - */ - public function getEdgeBlend() - { - return $this->readOneof(5); - } - - public function hasEdgeBlend() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.EdgeBlend edge_blend = 5; - * @param \Rv\Analytics\Startup\ScreenConfiguration\EdgeBlend $var - * @return $this - */ - public function setEdgeBlend($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ScreenConfiguration\EdgeBlend::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Grouped grouped = 6; - * @return \Rv\Analytics\Startup\ScreenConfiguration\Grouped|null - */ - public function getGrouped() - { - return $this->readOneof(6); - } - - public function hasGrouped() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Grouped grouped = 6; - * @param \Rv\Analytics\Startup\ScreenConfiguration\Grouped $var - * @return $this - */ - public function setGrouped($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Startup\ScreenConfiguration\Grouped::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Screen.php b/generated/Rv/Analytics/Startup/ScreenConfiguration/Screen.php deleted file mode 100644 index 6f86d98..0000000 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Screen.php +++ /dev/null @@ -1,86 +0,0 @@ -rv.analytics.Startup.ScreenConfiguration.Screen - */ -class Screen extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen.AlphaKeyMode alpha_key_mode = 1; - */ - protected $alpha_key_mode = 0; - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen.AlphaDevice alpha_device = 2; - */ - protected $alpha_device = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $alpha_key_mode - * @type int $alpha_device - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsStartup::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen.AlphaKeyMode alpha_key_mode = 1; - * @return int - */ - public function getAlphaKeyMode() - { - return $this->alpha_key_mode; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen.AlphaKeyMode alpha_key_mode = 1; - * @param int $var - * @return $this - */ - public function setAlphaKeyMode($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\Screen\AlphaKeyMode::class); - $this->alpha_key_mode = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen.AlphaDevice alpha_device = 2; - * @return int - */ - public function getAlphaDevice() - { - return $this->alpha_device; - } - - /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.Screen.AlphaDevice alpha_device = 2; - * @param int $var - * @return $this - */ - public function setAlphaDevice($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\Screen\AlphaDevice::class); - $this->alpha_device = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/ScreenType.php b/generated/Rv/Analytics/Startup/ScreenType.php similarity index 69% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/ScreenType.php rename to generated/Rv/Analytics/Startup/ScreenType.php index 1b071f7..5ab441e 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/ScreenType.php +++ b/generated/Rv/Analytics/Startup/ScreenType.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration; +namespace Rv\Analytics\Startup; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Startup.ScreenConfiguration.ScreenType + * Protobuf type rv.analytics.startup.ScreenType */ class ScreenType { @@ -17,18 +17,18 @@ class ScreenType */ const SCREEN_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum SCREEN_TYPE_AUDIENCE = 1; + * Generated from protobuf enum AUDIENCE = 1; */ - const SCREEN_TYPE_AUDIENCE = 1; + const AUDIENCE = 1; /** - * Generated from protobuf enum SCREEN_TYPE_STAGE = 2; + * Generated from protobuf enum STAGE = 2; */ - const SCREEN_TYPE_STAGE = 2; + const STAGE = 2; private static $valueToName = [ self::SCREEN_TYPE_UNKNOWN => 'SCREEN_TYPE_UNKNOWN', - self::SCREEN_TYPE_AUDIENCE => 'SCREEN_TYPE_AUDIENCE', - self::SCREEN_TYPE_STAGE => 'SCREEN_TYPE_STAGE', + self::AUDIENCE => 'AUDIENCE', + self::STAGE => 'STAGE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Startup/Screens.php b/generated/Rv/Analytics/Startup/Screens.php index b49ad4a..27c1a0b 100644 --- a/generated/Rv/Analytics/Startup/Screens.php +++ b/generated/Rv/Analytics/Startup/Screens.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.Screens + * Generated from protobuf message rv.analytics.startup.Screens */ class Screens extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Single.php b/generated/Rv/Analytics/Startup/Single.php similarity index 73% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Single.php rename to generated/Rv/Analytics/Startup/Single.php index 23bc4c5..09a12f3 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Single.php +++ b/generated/Rv/Analytics/Startup/Single.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration; +namespace Rv\Analytics\Startup; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.ScreenConfiguration.Single + * Generated from protobuf message rv.analytics.startup.Single */ class Single extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; */ protected $screen_type = 0; /** @@ -39,7 +39,7 @@ class Single extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; * @return int */ public function getScreenType() @@ -48,13 +48,13 @@ class Single extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; + * Generated from protobuf field .rv.analytics.startup.ScreenType screen_type = 1; * @param int $var * @return $this */ public function setScreenType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenConfiguration\ScreenType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Startup\ScreenType::class); $this->screen_type = $var; return $this; diff --git a/generated/Rv/Analytics/Startup/SongSelect.php b/generated/Rv/Analytics/Startup/SongSelect.php index 86f9fc8..70cdb75 100644 --- a/generated/Rv/Analytics/Startup/SongSelect.php +++ b/generated/Rv/Analytics/Startup/SongSelect.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.SongSelect + * Generated from protobuf message rv.analytics.startup.SongSelect */ class SongSelect extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/ScreenConfiguration/Summary.php b/generated/Rv/Analytics/Startup/Summary.php similarity index 94% rename from generated/Rv/Analytics/Startup/ScreenConfiguration/Summary.php rename to generated/Rv/Analytics/Startup/Summary.php index 16f108a..891e9db 100644 --- a/generated/Rv/Analytics/Startup/ScreenConfiguration/Summary.php +++ b/generated/Rv/Analytics/Startup/Summary.php @@ -3,14 +3,14 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsStartup.proto -namespace Rv\Analytics\Startup\ScreenConfiguration; +namespace Rv\Analytics\Startup; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.ScreenConfiguration.Summary + * Generated from protobuf message rv.analytics.startup.Summary */ class Summary extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/Themes.php b/generated/Rv/Analytics/Startup/Themes.php index cace294..a21b2f2 100644 --- a/generated/Rv/Analytics/Startup/Themes.php +++ b/generated/Rv/Analytics/Startup/Themes.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Startup.Themes + * Generated from protobuf message rv.analytics.startup.Themes */ class Themes extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Startup/Versioning.php b/generated/Rv/Analytics/Startup/Versioning.php new file mode 100644 index 0000000..0594d11 --- /dev/null +++ b/generated/Rv/Analytics/Startup/Versioning.php @@ -0,0 +1,59 @@ +rv.analytics.startup.Versioning + */ +class Versioning extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string highest_version = 1; + */ + protected $highest_version = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $highest_version + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsStartup::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string highest_version = 1; + * @return string + */ + public function getHighestVersion() + { + return $this->highest_version; + } + + /** + * Generated from protobuf field string highest_version = 1; + * @param string $var + * @return $this + */ + public function setHighestVersion($var) + { + GPBUtil::checkString($var, True); + $this->highest_version = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Sync.php b/generated/Rv/Analytics/Sync.php deleted file mode 100644 index 7f12578..0000000 --- a/generated/Rv/Analytics/Sync.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.Sync - */ -class Sync extends \Google\Protobuf\Internal\Message -{ - protected $SyncType; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Sync\Local $local - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsSync::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Sync.Local local = 1; - * @return \Rv\Analytics\Sync\Local|null - */ - public function getLocal() - { - return $this->readOneof(1); - } - - public function hasLocal() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Sync.Local local = 1; - * @param \Rv\Analytics\Sync\Local $var - * @return $this - */ - public function setLocal($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Sync\Local::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getSyncType() - { - return $this->whichOneof("SyncType"); - } - -} - diff --git a/generated/Rv/Analytics/Sync/Local.php b/generated/Rv/Analytics/Sync/Local.php index d3931f8..c09e770 100644 --- a/generated/Rv/Analytics/Sync/Local.php +++ b/generated/Rv/Analytics/Sync/Local.php @@ -10,12 +10,12 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Sync.Local + * Generated from protobuf message rv.analytics.sync.Local */ class Local extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Sync.Local.SyncType sync_type = 1; + * Generated from protobuf field .rv.analytics.sync.Local.Type sync_type = 1; */ protected $sync_type = 0; /** @@ -64,7 +64,7 @@ class Local extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Sync.Local.SyncType sync_type = 1; + * Generated from protobuf field .rv.analytics.sync.Local.Type sync_type = 1; * @return int */ public function getSyncType() @@ -73,13 +73,13 @@ class Local extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Sync.Local.SyncType sync_type = 1; + * Generated from protobuf field .rv.analytics.sync.Local.Type sync_type = 1; * @param int $var * @return $this */ public function setSyncType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Sync\Local\SyncType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Sync\Local\Type::class); $this->sync_type = $var; return $this; diff --git a/generated/Rv/Analytics/Sync/Local/SyncType.php b/generated/Rv/Analytics/Sync/Local/Type.php similarity index 71% rename from generated/Rv/Analytics/Sync/Local/SyncType.php rename to generated/Rv/Analytics/Sync/Local/Type.php index ef08672..6d53688 100644 --- a/generated/Rv/Analytics/Sync/Local/SyncType.php +++ b/generated/Rv/Analytics/Sync/Local/Type.php @@ -8,22 +8,22 @@ namespace Rv\Analytics\Sync\Local; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Sync.Local.SyncType + * Protobuf type rv.analytics.sync.Local.Type */ -class SyncType +class Type { /** - * Generated from protobuf enum SYNC_TYPE_UP = 0; + * Generated from protobuf enum UP = 0; */ - const SYNC_TYPE_UP = 0; + const UP = 0; /** - * Generated from protobuf enum SYNC_TYPE_DOWN = 1; + * Generated from protobuf enum DOWN = 1; */ - const SYNC_TYPE_DOWN = 1; + const DOWN = 1; private static $valueToName = [ - self::SYNC_TYPE_UP => 'SYNC_TYPE_UP', - self::SYNC_TYPE_DOWN => 'SYNC_TYPE_DOWN', + self::UP => 'UP', + self::DOWN => 'DOWN', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Timecode.php b/generated/Rv/Analytics/Timecode.php deleted file mode 100644 index d5c7fd4..0000000 --- a/generated/Rv/Analytics/Timecode.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.Timecode - */ -class Timecode extends \Google\Protobuf\Internal\Message -{ - protected $Event; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Timecode\Startup $startup - * @type \Rv\Analytics\Timecode\Activate $activate - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTimecode::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Timecode.Startup startup = 1; - * @return \Rv\Analytics\Timecode\Startup|null - */ - public function getStartup() - { - return $this->readOneof(1); - } - - public function hasStartup() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Timecode.Startup startup = 1; - * @param \Rv\Analytics\Timecode\Startup $var - * @return $this - */ - public function setStartup($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Timecode\Startup::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Timecode.Activate activate = 2; - * @return \Rv\Analytics\Timecode\Activate|null - */ - public function getActivate() - { - return $this->readOneof(2); - } - - public function hasActivate() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.Timecode.Activate activate = 2; - * @param \Rv\Analytics\Timecode\Activate $var - * @return $this - */ - public function setActivate($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Timecode\Activate::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getEvent() - { - return $this->whichOneof("Event"); - } - -} - diff --git a/generated/Rv/Analytics/Timecode/Activate.php b/generated/Rv/Analytics/Timecode/Activate.php index d03c0a5..e548aef 100644 --- a/generated/Rv/Analytics/Timecode/Activate.php +++ b/generated/Rv/Analytics/Timecode/Activate.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Timecode.Activate + * Generated from protobuf message rv.analytics.timecode.Activate */ class Activate extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Timecode/Startup.php b/generated/Rv/Analytics/Timecode/Startup.php index 69dea0c..35b9360 100644 --- a/generated/Rv/Analytics/Timecode/Startup.php +++ b/generated/Rv/Analytics/Timecode/Startup.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Timecode.Startup + * Generated from protobuf message rv.analytics.timecode.Startup */ class Startup extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Timeline.php b/generated/Rv/Analytics/Timeline.php deleted file mode 100644 index 2f2505a..0000000 --- a/generated/Rv/Analytics/Timeline.php +++ /dev/null @@ -1,125 +0,0 @@ -rv.analytics.Timeline - */ -class Timeline extends \Google\Protobuf\Internal\Message -{ - protected $Event; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Timeline\TriggerCue $trigger_cue - * @type \Rv\Analytics\Timeline\Action $action - * @type \Rv\Analytics\Timeline\RecordCue $record_cue - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTimeline::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Timeline.TriggerCue trigger_cue = 1; - * @return \Rv\Analytics\Timeline\TriggerCue|null - */ - public function getTriggerCue() - { - return $this->readOneof(1); - } - - public function hasTriggerCue() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Timeline.TriggerCue trigger_cue = 1; - * @param \Rv\Analytics\Timeline\TriggerCue $var - * @return $this - */ - public function setTriggerCue($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Timeline\TriggerCue::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Timeline.Action action = 2; - * @return \Rv\Analytics\Timeline\Action|null - */ - public function getAction() - { - return $this->readOneof(2); - } - - public function hasAction() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.Timeline.Action action = 2; - * @param \Rv\Analytics\Timeline\Action $var - * @return $this - */ - public function setAction($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Timeline\Action::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Timeline.RecordCue record_cue = 3; - * @return \Rv\Analytics\Timeline\RecordCue|null - */ - public function getRecordCue() - { - return $this->readOneof(3); - } - - public function hasRecordCue() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.Timeline.RecordCue record_cue = 3; - * @param \Rv\Analytics\Timeline\RecordCue $var - * @return $this - */ - public function setRecordCue($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Timeline\RecordCue::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * @return string - */ - public function getEvent() - { - return $this->whichOneof("Event"); - } - -} - diff --git a/generated/Rv/Analytics/Timeline/Action.php b/generated/Rv/Analytics/Timeline/Action.php index 26241c5..b2288b3 100644 --- a/generated/Rv/Analytics/Timeline/Action.php +++ b/generated/Rv/Analytics/Timeline/Action.php @@ -10,12 +10,12 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Timeline.Action + * Generated from protobuf message rv.analytics.timeline.Action */ class Action extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Timeline.Action.ActionType action_type = 1; + * Generated from protobuf field .rv.analytics.timeline.Action.ActionType action_type = 1; */ protected $action_type = 0; @@ -34,7 +34,7 @@ class Action extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Timeline.Action.ActionType action_type = 1; + * Generated from protobuf field .rv.analytics.timeline.Action.ActionType action_type = 1; * @return int */ public function getActionType() @@ -43,7 +43,7 @@ class Action extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Timeline.Action.ActionType action_type = 1; + * Generated from protobuf field .rv.analytics.timeline.Action.ActionType action_type = 1; * @param int $var * @return $this */ diff --git a/generated/Rv/Analytics/Timeline/Action/ActionType.php b/generated/Rv/Analytics/Timeline/Action/ActionType.php index 78fd7a2..5793808 100644 --- a/generated/Rv/Analytics/Timeline/Action/ActionType.php +++ b/generated/Rv/Analytics/Timeline/Action/ActionType.php @@ -8,27 +8,27 @@ namespace Rv\Analytics\Timeline\Action; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Timeline.Action.ActionType + * Protobuf type rv.analytics.timeline.Action.ActionType */ class ActionType { /** - * Generated from protobuf enum ACTION_TYPE_PLAY = 0; + * Generated from protobuf enum PLAY = 0; */ - const ACTION_TYPE_PLAY = 0; + const PLAY = 0; /** - * Generated from protobuf enum ACTION_TYPE_STOP = 1; + * Generated from protobuf enum STOP = 1; */ - const ACTION_TYPE_STOP = 1; + const STOP = 1; /** - * Generated from protobuf enum ACTION_TYPE_RESET = 2; + * Generated from protobuf enum RESET = 2; */ - const ACTION_TYPE_RESET = 2; + const RESET = 2; private static $valueToName = [ - self::ACTION_TYPE_PLAY => 'ACTION_TYPE_PLAY', - self::ACTION_TYPE_STOP => 'ACTION_TYPE_STOP', - self::ACTION_TYPE_RESET => 'ACTION_TYPE_RESET', + self::PLAY => 'PLAY', + self::STOP => 'STOP', + self::RESET => 'RESET', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Timeline/TriggerCue.php b/generated/Rv/Analytics/Timeline/CueTrigger.php similarity index 57% rename from generated/Rv/Analytics/Timeline/TriggerCue.php rename to generated/Rv/Analytics/Timeline/CueTrigger.php index ae843bb..a4688d5 100644 --- a/generated/Rv/Analytics/Timeline/TriggerCue.php +++ b/generated/Rv/Analytics/Timeline/CueTrigger.php @@ -10,16 +10,16 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Timeline.TriggerCue + * Generated from protobuf message rv.analytics.timeline.CueTrigger */ -class TriggerCue extends \Google\Protobuf\Internal\Message +class CueTrigger extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Timeline.TriggerCue.TriggerType trigger_type = 1; + * Generated from protobuf field .rv.analytics.timeline.CueTrigger.TriggerType trigger_type = 1; */ protected $trigger_type = 0; /** - * Generated from protobuf field .rv.analytics.Timeline.TriggerCue.TimingSource timing_source = 2; + * Generated from protobuf field .rv.analytics.timeline.CueTrigger.TimingSource timing_source = 2; */ protected $timing_source = 0; @@ -39,7 +39,7 @@ class TriggerCue extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Timeline.TriggerCue.TriggerType trigger_type = 1; + * Generated from protobuf field .rv.analytics.timeline.CueTrigger.TriggerType trigger_type = 1; * @return int */ public function getTriggerType() @@ -48,20 +48,20 @@ class TriggerCue extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Timeline.TriggerCue.TriggerType trigger_type = 1; + * Generated from protobuf field .rv.analytics.timeline.CueTrigger.TriggerType trigger_type = 1; * @param int $var * @return $this */ public function setTriggerType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Timeline\TriggerCue\TriggerType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Timeline\CueTrigger\TriggerType::class); $this->trigger_type = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Timeline.TriggerCue.TimingSource timing_source = 2; + * Generated from protobuf field .rv.analytics.timeline.CueTrigger.TimingSource timing_source = 2; * @return int */ public function getTimingSource() @@ -70,13 +70,13 @@ class TriggerCue extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Timeline.TriggerCue.TimingSource timing_source = 2; + * Generated from protobuf field .rv.analytics.timeline.CueTrigger.TimingSource timing_source = 2; * @param int $var * @return $this */ public function setTimingSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Timeline\TriggerCue\TimingSource::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Timeline\CueTrigger\TimingSource::class); $this->timing_source = $var; return $this; diff --git a/generated/Rv/Analytics/Timeline/TriggerCue/TimingSource.php b/generated/Rv/Analytics/Timeline/CueTrigger/TimingSource.php similarity index 66% rename from generated/Rv/Analytics/Timeline/TriggerCue/TimingSource.php rename to generated/Rv/Analytics/Timeline/CueTrigger/TimingSource.php index 181bbe3..602f908 100644 --- a/generated/Rv/Analytics/Timeline/TriggerCue/TimingSource.php +++ b/generated/Rv/Analytics/Timeline/CueTrigger/TimingSource.php @@ -3,27 +3,27 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTimeline.proto -namespace Rv\Analytics\Timeline\TriggerCue; +namespace Rv\Analytics\Timeline\CueTrigger; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Timeline.TriggerCue.TimingSource + * Protobuf type rv.analytics.timeline.CueTrigger.TimingSource */ class TimingSource { /** - * Generated from protobuf enum TIMING_SOURCE_INTERNAL = 0; + * Generated from protobuf enum INTERNAL = 0; */ - const TIMING_SOURCE_INTERNAL = 0; + const INTERNAL = 0; /** - * Generated from protobuf enum TIMING_SOURCE_SMPTE = 1; + * Generated from protobuf enum SMPTE = 1; */ - const TIMING_SOURCE_SMPTE = 1; + const SMPTE = 1; private static $valueToName = [ - self::TIMING_SOURCE_INTERNAL => 'TIMING_SOURCE_INTERNAL', - self::TIMING_SOURCE_SMPTE => 'TIMING_SOURCE_SMPTE', + self::INTERNAL => 'INTERNAL', + self::SMPTE => 'SMPTE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Timeline/CueTrigger/TriggerType.php b/generated/Rv/Analytics/Timeline/CueTrigger/TriggerType.php new file mode 100644 index 0000000..5040388 --- /dev/null +++ b/generated/Rv/Analytics/Timeline/CueTrigger/TriggerType.php @@ -0,0 +1,59 @@ +rv.analytics.timeline.CueTrigger.TriggerType + */ +class TriggerType +{ + /** + * Generated from protobuf enum SLIDE = 0; + */ + const SLIDE = 0; + /** + * Generated from protobuf enum MEDIA = 1; + */ + const MEDIA = 1; + /** + * Generated from protobuf enum AUDIO = 2; + */ + const AUDIO = 2; + /** + * Generated from protobuf enum ACTION = 3; + */ + const ACTION = 3; + + private static $valueToName = [ + self::SLIDE => 'SLIDE', + self::MEDIA => 'MEDIA', + self::AUDIO => 'AUDIO', + self::ACTION => 'ACTION', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Timeline/RecordCue.php b/generated/Rv/Analytics/Timeline/RecordCue.php index cfdba2c..ac0c60a 100644 --- a/generated/Rv/Analytics/Timeline/RecordCue.php +++ b/generated/Rv/Analytics/Timeline/RecordCue.php @@ -10,7 +10,7 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Timeline.RecordCue + * Generated from protobuf message rv.analytics.timeline.RecordCue */ class RecordCue extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Timeline/TriggerCue/TriggerType.php b/generated/Rv/Analytics/Timeline/TriggerCue/TriggerType.php deleted file mode 100644 index 0295168..0000000 --- a/generated/Rv/Analytics/Timeline/TriggerCue/TriggerType.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.Timeline.TriggerCue.TriggerType - */ -class TriggerType -{ - /** - * Generated from protobuf enum TRIGGER_TYPE_SLIDE = 0; - */ - const TRIGGER_TYPE_SLIDE = 0; - /** - * Generated from protobuf enum TRIGGER_TYPE_MEDIA = 1; - */ - const TRIGGER_TYPE_MEDIA = 1; - /** - * Generated from protobuf enum TRIGGER_TYPE_AUDIO = 2; - */ - const TRIGGER_TYPE_AUDIO = 2; - /** - * Generated from protobuf enum TRIGGER_TYPE_ACTION = 3; - */ - const TRIGGER_TYPE_ACTION = 3; - - private static $valueToName = [ - self::TRIGGER_TYPE_SLIDE => 'TRIGGER_TYPE_SLIDE', - self::TRIGGER_TYPE_MEDIA => 'TRIGGER_TYPE_MEDIA', - self::TRIGGER_TYPE_AUDIO => 'TRIGGER_TYPE_AUDIO', - self::TRIGGER_TYPE_ACTION => 'TRIGGER_TYPE_ACTION', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/Trackedevents/ApplicationLaunch.php b/generated/Rv/Analytics/Trackedevents/ApplicationLaunch.php new file mode 100644 index 0000000..a69faca --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/ApplicationLaunch.php @@ -0,0 +1,383 @@ +rv.analytics.trackedevents.ApplicationLaunch + */ +class ApplicationLaunch extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string hardware_id = 1; + */ + protected $hardware_id = ''; + /** + * Generated from protobuf field .rv.analytics.trackedevents.ApplicationLaunch.Channel channel = 2; + */ + protected $channel = 0; + /** + * Generated from protobuf field .rv.analytics.trackedevents.ApplicationLaunch.Platform platform = 3; + */ + protected $platform = 0; + /** + * Generated from protobuf field string app_version = 4; + */ + protected $app_version = ''; + /** + * Generated from protobuf field string os_version = 5; + */ + protected $os_version = ''; + /** + * Generated from protobuf field string build_number = 6; + */ + protected $build_number = ''; + /** + * Generated from protobuf field string location = 7; + */ + protected $location = ''; + /** + * Generated from protobuf field string language = 8; + */ + protected $language = ''; + /** + * Generated from protobuf field string hardware_model = 9; + */ + protected $hardware_model = ''; + /** + * Generated from protobuf field uint64 physical_memory = 10; + */ + protected $physical_memory = 0; + /** + * Generated from protobuf field string video_controller = 11; + */ + protected $video_controller = ''; + /** + * Generated from protobuf field uint64 video_controller_ram = 12; + */ + protected $video_controller_ram = 0; + /** + * Generated from protobuf field string blackmagic_desktop_version = 13; + */ + protected $blackmagic_desktop_version = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $hardware_id + * @type int $channel + * @type int $platform + * @type string $app_version + * @type string $os_version + * @type string $build_number + * @type string $location + * @type string $language + * @type string $hardware_model + * @type int|string $physical_memory + * @type string $video_controller + * @type int|string $video_controller_ram + * @type string $blackmagic_desktop_version + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string hardware_id = 1; + * @return string + */ + public function getHardwareId() + { + return $this->hardware_id; + } + + /** + * Generated from protobuf field string hardware_id = 1; + * @param string $var + * @return $this + */ + public function setHardwareId($var) + { + GPBUtil::checkString($var, True); + $this->hardware_id = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ApplicationLaunch.Channel channel = 2; + * @return int + */ + public function getChannel() + { + return $this->channel; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ApplicationLaunch.Channel channel = 2; + * @param int $var + * @return $this + */ + public function setChannel($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\ApplicationLaunch\Channel::class); + $this->channel = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ApplicationLaunch.Platform platform = 3; + * @return int + */ + public function getPlatform() + { + return $this->platform; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ApplicationLaunch.Platform platform = 3; + * @param int $var + * @return $this + */ + public function setPlatform($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\ApplicationLaunch\Platform::class); + $this->platform = $var; + + return $this; + } + + /** + * Generated from protobuf field string app_version = 4; + * @return string + */ + public function getAppVersion() + { + return $this->app_version; + } + + /** + * Generated from protobuf field string app_version = 4; + * @param string $var + * @return $this + */ + public function setAppVersion($var) + { + GPBUtil::checkString($var, True); + $this->app_version = $var; + + return $this; + } + + /** + * Generated from protobuf field string os_version = 5; + * @return string + */ + public function getOsVersion() + { + return $this->os_version; + } + + /** + * Generated from protobuf field string os_version = 5; + * @param string $var + * @return $this + */ + public function setOsVersion($var) + { + GPBUtil::checkString($var, True); + $this->os_version = $var; + + return $this; + } + + /** + * Generated from protobuf field string build_number = 6; + * @return string + */ + public function getBuildNumber() + { + return $this->build_number; + } + + /** + * Generated from protobuf field string build_number = 6; + * @param string $var + * @return $this + */ + public function setBuildNumber($var) + { + GPBUtil::checkString($var, True); + $this->build_number = $var; + + return $this; + } + + /** + * Generated from protobuf field string location = 7; + * @return string + */ + public function getLocation() + { + return $this->location; + } + + /** + * Generated from protobuf field string location = 7; + * @param string $var + * @return $this + */ + public function setLocation($var) + { + GPBUtil::checkString($var, True); + $this->location = $var; + + return $this; + } + + /** + * Generated from protobuf field string language = 8; + * @return string + */ + public function getLanguage() + { + return $this->language; + } + + /** + * Generated from protobuf field string language = 8; + * @param string $var + * @return $this + */ + public function setLanguage($var) + { + GPBUtil::checkString($var, True); + $this->language = $var; + + return $this; + } + + /** + * Generated from protobuf field string hardware_model = 9; + * @return string + */ + public function getHardwareModel() + { + return $this->hardware_model; + } + + /** + * Generated from protobuf field string hardware_model = 9; + * @param string $var + * @return $this + */ + public function setHardwareModel($var) + { + GPBUtil::checkString($var, True); + $this->hardware_model = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 physical_memory = 10; + * @return int|string + */ + public function getPhysicalMemory() + { + return $this->physical_memory; + } + + /** + * Generated from protobuf field uint64 physical_memory = 10; + * @param int|string $var + * @return $this + */ + public function setPhysicalMemory($var) + { + GPBUtil::checkUint64($var); + $this->physical_memory = $var; + + return $this; + } + + /** + * Generated from protobuf field string video_controller = 11; + * @return string + */ + public function getVideoController() + { + return $this->video_controller; + } + + /** + * Generated from protobuf field string video_controller = 11; + * @param string $var + * @return $this + */ + public function setVideoController($var) + { + GPBUtil::checkString($var, True); + $this->video_controller = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 video_controller_ram = 12; + * @return int|string + */ + public function getVideoControllerRam() + { + return $this->video_controller_ram; + } + + /** + * Generated from protobuf field uint64 video_controller_ram = 12; + * @param int|string $var + * @return $this + */ + public function setVideoControllerRam($var) + { + GPBUtil::checkUint64($var); + $this->video_controller_ram = $var; + + return $this; + } + + /** + * Generated from protobuf field string blackmagic_desktop_version = 13; + * @return string + */ + public function getBlackmagicDesktopVersion() + { + return $this->blackmagic_desktop_version; + } + + /** + * Generated from protobuf field string blackmagic_desktop_version = 13; + * @param string $var + * @return $this + */ + public function setBlackmagicDesktopVersion($var) + { + GPBUtil::checkString($var, True); + $this->blackmagic_desktop_version = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/ApplicationLaunch/Channel.php b/generated/Rv/Analytics/Trackedevents/ApplicationLaunch/Channel.php new file mode 100644 index 0000000..3600b23 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/ApplicationLaunch/Channel.php @@ -0,0 +1,49 @@ +rv.analytics.trackedevents.ApplicationLaunch.Channel + */ +class Channel +{ + /** + * Generated from protobuf enum BETA = 0; + */ + const BETA = 0; + /** + * Generated from protobuf enum RELEASE = 1; + */ + const RELEASE = 1; + + private static $valueToName = [ + self::BETA => 'BETA', + self::RELEASE => 'RELEASE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/ApplicationLaunch/Platform.php b/generated/Rv/Analytics/Trackedevents/ApplicationLaunch/Platform.php new file mode 100644 index 0000000..d20c9c3 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/ApplicationLaunch/Platform.php @@ -0,0 +1,49 @@ +rv.analytics.trackedevents.ApplicationLaunch.Platform + */ +class Platform +{ + /** + * Generated from protobuf enum WINDOWS = 0; + */ + const WINDOWS = 0; + /** + * Generated from protobuf enum MACOS = 1; + */ + const MACOS = 1; + + private static $valueToName = [ + self::WINDOWS => 'WINDOWS', + self::MACOS => 'MACOS', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/AudioInputAutoOnChange.php b/generated/Rv/Analytics/Trackedevents/AudioInputAutoOnChange.php new file mode 100644 index 0000000..2d1b5f3 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/AudioInputAutoOnChange.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.AudioInputAutoOnChange + */ +class AudioInputAutoOnChange extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint32 input_count = 1; + */ + protected $input_count = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $input_count + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint32 input_count = 1; + * @return int + */ + public function getInputCount() + { + return $this->input_count; + } + + /** + * Generated from protobuf field uint32 input_count = 1; + * @param int $var + * @return $this + */ + public function setInputCount($var) + { + GPBUtil::checkUint32($var); + $this->input_count = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/AudioInputAutoOnStartup.php b/generated/Rv/Analytics/Trackedevents/AudioInputAutoOnStartup.php new file mode 100644 index 0000000..cf6dedc --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/AudioInputAutoOnStartup.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.AudioInputAutoOnStartup + */ +class AudioInputAutoOnStartup extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint32 input_count = 1; + */ + protected $input_count = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $input_count + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint32 input_count = 1; + * @return int + */ + public function getInputCount() + { + return $this->input_count; + } + + /** + * Generated from protobuf field uint32 input_count = 1; + * @param int $var + * @return $this + */ + public function setInputCount($var) + { + GPBUtil::checkUint32($var); + $this->input_count = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/AudioInputModeSelection.php b/generated/Rv/Analytics/Trackedevents/AudioInputModeSelection.php new file mode 100644 index 0000000..6aeb646 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/AudioInputModeSelection.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.AudioInputModeSelection + */ +class AudioInputModeSelection extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputModeSelection.ModeType mode_type = 1; + */ + protected $mode_type = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $mode_type + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputModeSelection.ModeType mode_type = 1; + * @return int + */ + public function getModeType() + { + return $this->mode_type; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.AudioInputModeSelection.ModeType mode_type = 1; + * @param int $var + * @return $this + */ + public function setModeType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\AudioInputModeSelection\ModeType::class); + $this->mode_type = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/AudioInputModeSelection/ModeType.php b/generated/Rv/Analytics/Trackedevents/AudioInputModeSelection/ModeType.php new file mode 100644 index 0000000..dd8ad1e --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/AudioInputModeSelection/ModeType.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.AudioInputModeSelection.ModeType + */ +class ModeType +{ + /** + * Generated from protobuf enum ON = 0; + */ + const ON = 0; + /** + * Generated from protobuf enum OFF = 1; + */ + const OFF = 1; + /** + * Generated from protobuf enum AUTOOFF = 2; + */ + const AUTOOFF = 2; + /** + * Generated from protobuf enum AUTOON = 3; + */ + const AUTOON = 3; + + private static $valueToName = [ + self::ON => 'ON', + self::OFF => 'OFF', + self::AUTOOFF => 'AUTOOFF', + self::AUTOON => 'AUTOON', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/AudioInputStartUp.php b/generated/Rv/Analytics/Trackedevents/AudioInputStartUp.php new file mode 100644 index 0000000..98f01ae --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/AudioInputStartUp.php @@ -0,0 +1,167 @@ +rv.analytics.trackedevents.AudioInputStartUp + */ +class AudioInputStartUp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint32 total_input_count = 1; + */ + protected $total_input_count = 0; + /** + * Generated from protobuf field uint32 on_input_count = 2; + */ + protected $on_input_count = 0; + /** + * Generated from protobuf field uint32 off_input_count = 3; + */ + protected $off_input_count = 0; + /** + * Generated from protobuf field uint32 auto_on_input_count = 4; + */ + protected $auto_on_input_count = 0; + /** + * Generated from protobuf field uint32 auto_off_input_count = 5; + */ + protected $auto_off_input_count = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $total_input_count + * @type int $on_input_count + * @type int $off_input_count + * @type int $auto_on_input_count + * @type int $auto_off_input_count + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint32 total_input_count = 1; + * @return int + */ + public function getTotalInputCount() + { + return $this->total_input_count; + } + + /** + * Generated from protobuf field uint32 total_input_count = 1; + * @param int $var + * @return $this + */ + public function setTotalInputCount($var) + { + GPBUtil::checkUint32($var); + $this->total_input_count = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 on_input_count = 2; + * @return int + */ + public function getOnInputCount() + { + return $this->on_input_count; + } + + /** + * Generated from protobuf field uint32 on_input_count = 2; + * @param int $var + * @return $this + */ + public function setOnInputCount($var) + { + GPBUtil::checkUint32($var); + $this->on_input_count = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 off_input_count = 3; + * @return int + */ + public function getOffInputCount() + { + return $this->off_input_count; + } + + /** + * Generated from protobuf field uint32 off_input_count = 3; + * @param int $var + * @return $this + */ + public function setOffInputCount($var) + { + GPBUtil::checkUint32($var); + $this->off_input_count = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 auto_on_input_count = 4; + * @return int + */ + public function getAutoOnInputCount() + { + return $this->auto_on_input_count; + } + + /** + * Generated from protobuf field uint32 auto_on_input_count = 4; + * @param int $var + * @return $this + */ + public function setAutoOnInputCount($var) + { + GPBUtil::checkUint32($var); + $this->auto_on_input_count = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 auto_off_input_count = 5; + * @return int + */ + public function getAutoOffInputCount() + { + return $this->auto_off_input_count; + } + + /** + * Generated from protobuf field uint32 auto_off_input_count = 5; + * @param int $var + * @return $this + */ + public function setAutoOffInputCount($var) + { + GPBUtil::checkUint32($var); + $this->auto_off_input_count = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/AudioSettingsCustomMap.php b/generated/Rv/Analytics/Trackedevents/AudioSettingsCustomMap.php new file mode 100644 index 0000000..84d780d --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/AudioSettingsCustomMap.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.AudioSettingsCustomMap + */ +class AudioSettingsCustomMap extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool value = 1; + */ + protected $value = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $value + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool value = 1; + * @return bool + */ + public function getValue() + { + return $this->value; + } + + /** + * Generated from protobuf field bool value = 1; + * @param bool $var + * @return $this + */ + public function setValue($var) + { + GPBUtil::checkBool($var); + $this->value = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/AudioSettingsSdiNdiActive.php b/generated/Rv/Analytics/Trackedevents/AudioSettingsSdiNdiActive.php new file mode 100644 index 0000000..2904ce2 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/AudioSettingsSdiNdiActive.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.AudioSettingsSdiNdiActive + */ +class AudioSettingsSdiNdiActive extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool value = 1; + */ + protected $value = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $value + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool value = 1; + * @return bool + */ + public function getValue() + { + return $this->value; + } + + /** + * Generated from protobuf field bool value = 1; + * @param bool $var + * @return $this + */ + public function setValue($var) + { + GPBUtil::checkBool($var); + $this->value = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/AudioSettingsSdiNdiState.php b/generated/Rv/Analytics/Trackedevents/AudioSettingsSdiNdiState.php new file mode 100644 index 0000000..3900dc5 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/AudioSettingsSdiNdiState.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.AudioSettingsSdiNdiState + */ +class AudioSettingsSdiNdiState extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint32 bus_count = 1; + */ + protected $bus_count = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $bus_count + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint32 bus_count = 1; + * @return int + */ + public function getBusCount() + { + return $this->bus_count; + } + + /** + * Generated from protobuf field uint32 bus_count = 1; + * @param int $var + * @return $this + */ + public function setBusCount($var) + { + GPBUtil::checkUint32($var); + $this->bus_count = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/CCLIReport.php b/generated/Rv/Analytics/Trackedevents/CCLIReport.php new file mode 100644 index 0000000..0d4a9de --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/CCLIReport.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.CCLIReport + */ +class CCLIReport extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.CCLIReport.Action action = 1; + */ + protected $action = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $action + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.CCLIReport.Action action = 1; + * @return int + */ + public function getAction() + { + return $this->action; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.CCLIReport.Action action = 1; + * @param int $var + * @return $this + */ + public function setAction($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\CCLIReport\Action::class); + $this->action = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/InAppStore/Trial/Complete/Result.php b/generated/Rv/Analytics/Trackedevents/CCLIReport/Action.php similarity index 57% rename from generated/Rv/Analytics/UI/InAppStore/Trial/Complete/Result.php rename to generated/Rv/Analytics/Trackedevents/CCLIReport/Action.php index 8a96601..85ceea3 100644 --- a/generated/Rv/Analytics/UI/InAppStore/Trial/Complete/Result.php +++ b/generated/Rv/Analytics/Trackedevents/CCLIReport/Action.php @@ -1,34 +1,34 @@ rv.analytics.UI.InAppStore.Trial.Complete.Result + * Protobuf type rv.analytics.trackedevents.CCLIReport.Action */ -class Result +class Action { /** - * Generated from protobuf enum RESULT_UNKNOWN = 0; + * Generated from protobuf enum REPORT_WINDOW_OPENED = 0; */ - const RESULT_UNKNOWN = 0; + const REPORT_WINDOW_OPENED = 0; /** - * Generated from protobuf enum RESULT_SUCCESS = 1; + * Generated from protobuf enum REPORT_CLEARED = 1; */ - const RESULT_SUCCESS = 1; + const REPORT_CLEARED = 1; /** - * Generated from protobuf enum RESULT_EARLY_EXIT = 2; + * Generated from protobuf enum REPORT_EXPORTED = 2; */ - const RESULT_EARLY_EXIT = 2; + const REPORT_EXPORTED = 2; private static $valueToName = [ - self::RESULT_UNKNOWN => 'RESULT_UNKNOWN', - self::RESULT_SUCCESS => 'RESULT_SUCCESS', - self::RESULT_EARLY_EXIT => 'RESULT_EARLY_EXIT', + self::REPORT_WINDOW_OPENED => 'REPORT_WINDOW_OPENED', + self::REPORT_CLEARED => 'REPORT_CLEARED', + self::REPORT_EXPORTED => 'REPORT_EXPORTED', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trackedevents/Codec.php b/generated/Rv/Analytics/Trackedevents/Codec.php new file mode 100644 index 0000000..87a514b --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/Codec.php @@ -0,0 +1,119 @@ +rv.analytics.trackedevents.Codec + */ +class Codec +{ + /** + * Generated from protobuf enum H264 = 0; + */ + const H264 = 0; + /** + * Generated from protobuf enum H264SOFTWARE = 1; + */ + const H264SOFTWARE = 1; + /** + * Generated from protobuf enum H265 = 2; + */ + const H265 = 2; + /** + * Generated from protobuf enum H265SOFTWARE = 3; + */ + const H265SOFTWARE = 3; + /** + * Generated from protobuf enum PRORES422PROXY = 4; + */ + const PRORES422PROXY = 4; + /** + * Generated from protobuf enum PRORES422LT = 5; + */ + const PRORES422LT = 5; + /** + * Generated from protobuf enum PRORES422 = 6; + */ + const PRORES422 = 6; + /** + * Generated from protobuf enum PRORES422HQ = 7; + */ + const PRORES422HQ = 7; + /** + * Generated from protobuf enum PRORES4444 = 8; + */ + const PRORES4444 = 8; + /** + * Generated from protobuf enum PRORES4444XQ = 9; + */ + const PRORES4444XQ = 9; + /** + * Generated from protobuf enum HAP = 10; + */ + const HAP = 10; + /** + * Generated from protobuf enum HAPALPHA = 11; + */ + const HAPALPHA = 11; + /** + * Generated from protobuf enum NOTCH = 12; + */ + const NOTCH = 12; + /** + * Generated from protobuf enum AUTOMATIC = 13; + */ + const AUTOMATIC = 13; + /** + * Generated from protobuf enum HAPQ = 14; + */ + const HAPQ = 14; + /** + * Generated from protobuf enum HAPQALPHA = 15; + */ + const HAPQALPHA = 15; + + private static $valueToName = [ + self::H264 => 'H264', + self::H264SOFTWARE => 'H264SOFTWARE', + self::H265 => 'H265', + self::H265SOFTWARE => 'H265SOFTWARE', + self::PRORES422PROXY => 'PRORES422PROXY', + self::PRORES422LT => 'PRORES422LT', + self::PRORES422 => 'PRORES422', + self::PRORES422HQ => 'PRORES422HQ', + self::PRORES4444 => 'PRORES4444', + self::PRORES4444XQ => 'PRORES4444XQ', + self::HAP => 'HAP', + self::HAPALPHA => 'HAPALPHA', + self::NOTCH => 'NOTCH', + self::AUTOMATIC => 'AUTOMATIC', + self::HAPQ => 'HAPQ', + self::HAPQALPHA => 'HAPQALPHA', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/CueTriggered.php b/generated/Rv/Analytics/Trackedevents/CueTriggered.php new file mode 100644 index 0000000..6a3eb45 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/CueTriggered.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.CueTriggered + */ +class CueTriggered extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field double trigger_delay = 1; + */ + protected $trigger_delay = 0.0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type float $trigger_delay + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field double trigger_delay = 1; + * @return float + */ + public function getTriggerDelay() + { + return $this->trigger_delay; + } + + /** + * Generated from protobuf field double trigger_delay = 1; + * @param float $var + * @return $this + */ + public function setTriggerDelay($var) + { + GPBUtil::checkDouble($var); + $this->trigger_delay = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/DataIdDuplicated.php b/generated/Rv/Analytics/Trackedevents/DataIdDuplicated.php new file mode 100644 index 0000000..ea51e6b --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/DataIdDuplicated.php @@ -0,0 +1,86 @@ +rv.analytics.trackedevents.DataIdDuplicated + */ +class DataIdDuplicated extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.DataIdDuplicated.DataType Type = 1; + */ + protected $Type = 0; + /** + * Generated from protobuf field int32 number_duplicates = 2; + */ + protected $number_duplicates = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $Type + * @type int $number_duplicates + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.DataIdDuplicated.DataType Type = 1; + * @return int + */ + public function getType() + { + return $this->Type; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.DataIdDuplicated.DataType Type = 1; + * @param int $var + * @return $this + */ + public function setType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\DataIdDuplicated\DataType::class); + $this->Type = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 number_duplicates = 2; + * @return int + */ + public function getNumberDuplicates() + { + return $this->number_duplicates; + } + + /** + * Generated from protobuf field int32 number_duplicates = 2; + * @param int $var + * @return $this + */ + public function setNumberDuplicates($var) + { + GPBUtil::checkInt32($var); + $this->number_duplicates = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/DataIdDuplicated/DataType.php b/generated/Rv/Analytics/Trackedevents/DataIdDuplicated/DataType.php new file mode 100644 index 0000000..ada311f --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/DataIdDuplicated/DataType.php @@ -0,0 +1,49 @@ +rv.analytics.trackedevents.DataIdDuplicated.DataType + */ +class DataType +{ + /** + * Generated from protobuf enum DATA_TYPE_PRESENTATION = 0; + */ + const DATA_TYPE_PRESENTATION = 0; + /** + * Generated from protobuf enum DATA_TYPE_MEDIA = 1; + */ + const DATA_TYPE_MEDIA = 1; + + private static $valueToName = [ + self::DATA_TYPE_PRESENTATION => 'DATA_TYPE_PRESENTATION', + self::DATA_TYPE_MEDIA => 'DATA_TYPE_MEDIA', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/Device.php b/generated/Rv/Analytics/Trackedevents/Device.php new file mode 100644 index 0000000..3ba9197 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/Device.php @@ -0,0 +1,113 @@ +rv.analytics.trackedevents.Device + */ +class Device extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string protocol = 1; + */ + protected $protocol = ''; + /** + * Generated from protobuf field string device_name = 2; + */ + protected $device_name = ''; + /** + * Generated from protobuf field string device_protocol = 3; + */ + protected $device_protocol = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $protocol + * @type string $device_name + * @type string $device_protocol + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string protocol = 1; + * @return string + */ + public function getProtocol() + { + return $this->protocol; + } + + /** + * Generated from protobuf field string protocol = 1; + * @param string $var + * @return $this + */ + public function setProtocol($var) + { + GPBUtil::checkString($var, True); + $this->protocol = $var; + + return $this; + } + + /** + * Generated from protobuf field string device_name = 2; + * @return string + */ + public function getDeviceName() + { + return $this->device_name; + } + + /** + * Generated from protobuf field string device_name = 2; + * @param string $var + * @return $this + */ + public function setDeviceName($var) + { + GPBUtil::checkString($var, True); + $this->device_name = $var; + + return $this; + } + + /** + * Generated from protobuf field string device_protocol = 3; + * @return string + */ + public function getDeviceProtocol() + { + return $this->device_protocol; + } + + /** + * Generated from protobuf field string device_protocol = 3; + * @param string $var + * @return $this + */ + public function setDeviceProtocol($var) + { + GPBUtil::checkString($var, True); + $this->device_protocol = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/Downgrade.php b/generated/Rv/Analytics/Trackedevents/Downgrade.php new file mode 100644 index 0000000..d04598d --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/Downgrade.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.Downgrade + */ +class Downgrade extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.Downgrade.FromVersionType from_version_type = 1; + */ + protected $from_version_type = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $from_version_type + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Downgrade.FromVersionType from_version_type = 1; + * @return int + */ + public function getFromVersionType() + { + return $this->from_version_type; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Downgrade.FromVersionType from_version_type = 1; + * @param int $var + * @return $this + */ + public function setFromVersionType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\Downgrade\FromVersionType::class); + $this->from_version_type = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Startup/Audio/InspectorRouting.php b/generated/Rv/Analytics/Trackedevents/Downgrade/FromVersionType.php similarity index 54% rename from generated/Rv/Analytics/Startup/Audio/InspectorRouting.php rename to generated/Rv/Analytics/Trackedevents/Downgrade/FromVersionType.php index a5362f7..33de48d 100644 --- a/generated/Rv/Analytics/Startup/Audio/InspectorRouting.php +++ b/generated/Rv/Analytics/Trackedevents/Downgrade/FromVersionType.php @@ -1,34 +1,34 @@ rv.analytics.Startup.Audio.InspectorRouting + * Protobuf type rv.analytics.trackedevents.Downgrade.FromVersionType */ -class InspectorRouting +class FromVersionType { /** - * Generated from protobuf enum INSPECTOR_ROUTING_UNKNOWN = 0; + * Generated from protobuf enum FROM_VERSION_TYPE_UNKNOWN = 0; */ - const INSPECTOR_ROUTING_UNKNOWN = 0; + const FROM_VERSION_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum INSPECTOR_ROUTING_DEFAULT = 1; + * Generated from protobuf enum FROM_VERSION_TYPE_BETA = 1; */ - const INSPECTOR_ROUTING_DEFAULT = 1; + const FROM_VERSION_TYPE_BETA = 1; /** - * Generated from protobuf enum INSPECTOR_ROUTING_CUSTOM = 2; + * Generated from protobuf enum FROM_VERSION_TYPE_RELEASE = 2; */ - const INSPECTOR_ROUTING_CUSTOM = 2; + const FROM_VERSION_TYPE_RELEASE = 2; private static $valueToName = [ - self::INSPECTOR_ROUTING_UNKNOWN => 'INSPECTOR_ROUTING_UNKNOWN', - self::INSPECTOR_ROUTING_DEFAULT => 'INSPECTOR_ROUTING_DEFAULT', - self::INSPECTOR_ROUTING_CUSTOM => 'INSPECTOR_ROUTING_CUSTOM', + self::FROM_VERSION_TYPE_UNKNOWN => 'FROM_VERSION_TYPE_UNKNOWN', + self::FROM_VERSION_TYPE_BETA => 'FROM_VERSION_TYPE_BETA', + self::FROM_VERSION_TYPE_RELEASE => 'FROM_VERSION_TYPE_RELEASE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trackedevents/EditorObjectAdded.php b/generated/Rv/Analytics/Trackedevents/EditorObjectAdded.php new file mode 100644 index 0000000..5676244 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/EditorObjectAdded.php @@ -0,0 +1,86 @@ +rv.analytics.trackedevents.EditorObjectAdded + */ +class EditorObjectAdded extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.EditorObjectAdded.FromInsertionSource from_insertion_source = 1; + */ + protected $from_insertion_source = 0; + /** + * Generated from protobuf field .rv.analytics.trackedevents.EditorObjectAdded.InsertedType inserted_type = 2; + */ + protected $inserted_type = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $from_insertion_source + * @type int $inserted_type + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.EditorObjectAdded.FromInsertionSource from_insertion_source = 1; + * @return int + */ + public function getFromInsertionSource() + { + return $this->from_insertion_source; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.EditorObjectAdded.FromInsertionSource from_insertion_source = 1; + * @param int $var + * @return $this + */ + public function setFromInsertionSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\EditorObjectAdded\FromInsertionSource::class); + $this->from_insertion_source = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.EditorObjectAdded.InsertedType inserted_type = 2; + * @return int + */ + public function getInsertedType() + { + return $this->inserted_type; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.EditorObjectAdded.InsertedType inserted_type = 2; + * @param int $var + * @return $this + */ + public function setInsertedType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\EditorObjectAdded\InsertedType::class); + $this->inserted_type = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/QuickSearch/Shown/Source.php b/generated/Rv/Analytics/Trackedevents/EditorObjectAdded/FromInsertionSource.php similarity index 52% rename from generated/Rv/Analytics/UI/QuickSearch/Shown/Source.php rename to generated/Rv/Analytics/Trackedevents/EditorObjectAdded/FromInsertionSource.php index bfcdff3..291273b 100644 --- a/generated/Rv/Analytics/UI/QuickSearch/Shown/Source.php +++ b/generated/Rv/Analytics/Trackedevents/EditorObjectAdded/FromInsertionSource.php @@ -1,39 +1,39 @@ rv.analytics.UI.QuickSearch.Shown.Source + * Protobuf type rv.analytics.trackedevents.EditorObjectAdded.FromInsertionSource */ -class Source +class FromInsertionSource { /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; + * Generated from protobuf enum EDITOR_TOOLBAR = 0; */ - const SOURCE_UNKNOWN = 0; + const EDITOR_TOOLBAR = 0; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 1; + * Generated from protobuf enum EDITOR_MAIN_MENU = 1; */ - const SOURCE_APPLICATION_MENU = 1; + const EDITOR_MAIN_MENU = 1; /** - * Generated from protobuf enum SOURCE_TOOLBAR = 2; + * Generated from protobuf enum EDITOR_HOTKEY = 2; */ - const SOURCE_TOOLBAR = 2; + const EDITOR_HOTKEY = 2; /** - * Generated from protobuf enum SOURCE_UNLINKED_HEADER = 3; + * Generated from protobuf enum EDITOR_COPY_PASTE = 3; */ - const SOURCE_UNLINKED_HEADER = 3; + const EDITOR_COPY_PASTE = 3; private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_UNLINKED_HEADER => 'SOURCE_UNLINKED_HEADER', + self::EDITOR_TOOLBAR => 'EDITOR_TOOLBAR', + self::EDITOR_MAIN_MENU => 'EDITOR_MAIN_MENU', + self::EDITOR_HOTKEY => 'EDITOR_HOTKEY', + self::EDITOR_COPY_PASTE => 'EDITOR_COPY_PASTE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trackedevents/EditorObjectAdded/InsertedType.php b/generated/Rv/Analytics/Trackedevents/EditorObjectAdded/InsertedType.php new file mode 100644 index 0000000..420c83b --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/EditorObjectAdded/InsertedType.php @@ -0,0 +1,144 @@ +rv.analytics.trackedevents.EditorObjectAdded.InsertedType + */ +class InsertedType +{ + /** + * Generated from protobuf enum EDITOR_TEXT = 0; + */ + const EDITOR_TEXT = 0; + /** + * Generated from protobuf enum EDITOR_SHAPE = 1; + */ + const EDITOR_SHAPE = 1; + /** + * Generated from protobuf enum EDITOR_CUSTOM_SHAPE = 2; + */ + const EDITOR_CUSTOM_SHAPE = 2; + /** + * Generated from protobuf enum EDITOR_MEDIA = 3; + */ + const EDITOR_MEDIA = 3; + /** + * Generated from protobuf enum EDITOR_VIDEO_INPUT = 4; + */ + const EDITOR_VIDEO_INPUT = 4; + /** + * Generated from protobuf enum EDITOR_WEB = 5; + */ + const EDITOR_WEB = 5; + /** + * Generated from protobuf enum EDITOR_CURRENT_SLIDE = 6; + */ + const EDITOR_CURRENT_SLIDE = 6; + /** + * Generated from protobuf enum EDITOR_NEXT_SLIDE = 7; + */ + const EDITOR_NEXT_SLIDE = 7; + /** + * Generated from protobuf enum EDITOR_SCREEN_PREVIEW = 8; + */ + const EDITOR_SCREEN_PREVIEW = 8; + /** + * Generated from protobuf enum EDITOR_TIMER = 9; + */ + const EDITOR_TIMER = 9; + /** + * Generated from protobuf enum EDITOR_SYSTEM_CLOCK = 10; + */ + const EDITOR_SYSTEM_CLOCK = 10; + /** + * Generated from protobuf enum EDITOR_VIDEO_COUNTDOWN = 11; + */ + const EDITOR_VIDEO_COUNTDOWN = 11; + /** + * Generated from protobuf enum EDITOR_AUDIO_COUNTDOWN = 12; + */ + const EDITOR_AUDIO_COUNTDOWN = 12; + /** + * Generated from protobuf enum EDITOR_PLAYBACK_MARKER = 13; + */ + const EDITOR_PLAYBACK_MARKER = 13; + /** + * Generated from protobuf enum EDITOR_CHORD_CHART = 14; + */ + const EDITOR_CHORD_CHART = 14; + /** + * Generated from protobuf enum EDITOR_STAGE_MESSAGE = 15; + */ + const EDITOR_STAGE_MESSAGE = 15; + /** + * Generated from protobuf enum EDITOR_PLANNING_CENTER_LIVE = 16; + */ + const EDITOR_PLANNING_CENTER_LIVE = 16; + /** + * Generated from protobuf enum EDITOR_TIMECODE = 17; + */ + const EDITOR_TIMECODE = 17; + /** + * Generated from protobuf enum EDITOR_GROUP = 18; + */ + const EDITOR_GROUP = 18; + /** + * Generated from protobuf enum EDITOR_LABEL = 19; + */ + const EDITOR_LABEL = 19; + /** + * Generated from protobuf enum EDITOR_CAPTURE_STATUS = 20; + */ + const EDITOR_CAPTURE_STATUS = 20; + + private static $valueToName = [ + self::EDITOR_TEXT => 'EDITOR_TEXT', + self::EDITOR_SHAPE => 'EDITOR_SHAPE', + self::EDITOR_CUSTOM_SHAPE => 'EDITOR_CUSTOM_SHAPE', + self::EDITOR_MEDIA => 'EDITOR_MEDIA', + self::EDITOR_VIDEO_INPUT => 'EDITOR_VIDEO_INPUT', + self::EDITOR_WEB => 'EDITOR_WEB', + self::EDITOR_CURRENT_SLIDE => 'EDITOR_CURRENT_SLIDE', + self::EDITOR_NEXT_SLIDE => 'EDITOR_NEXT_SLIDE', + self::EDITOR_SCREEN_PREVIEW => 'EDITOR_SCREEN_PREVIEW', + self::EDITOR_TIMER => 'EDITOR_TIMER', + self::EDITOR_SYSTEM_CLOCK => 'EDITOR_SYSTEM_CLOCK', + self::EDITOR_VIDEO_COUNTDOWN => 'EDITOR_VIDEO_COUNTDOWN', + self::EDITOR_AUDIO_COUNTDOWN => 'EDITOR_AUDIO_COUNTDOWN', + self::EDITOR_PLAYBACK_MARKER => 'EDITOR_PLAYBACK_MARKER', + self::EDITOR_CHORD_CHART => 'EDITOR_CHORD_CHART', + self::EDITOR_STAGE_MESSAGE => 'EDITOR_STAGE_MESSAGE', + self::EDITOR_PLANNING_CENTER_LIVE => 'EDITOR_PLANNING_CENTER_LIVE', + self::EDITOR_TIMECODE => 'EDITOR_TIMECODE', + self::EDITOR_GROUP => 'EDITOR_GROUP', + self::EDITOR_LABEL => 'EDITOR_LABEL', + self::EDITOR_CAPTURE_STATUS => 'EDITOR_CAPTURE_STATUS', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/ForceQuit.php b/generated/Rv/Analytics/Trackedevents/ForceQuit.php new file mode 100644 index 0000000..020d048 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/ForceQuit.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.ForceQuit + */ +class ForceQuit extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.ForceQuit.Reason reason = 1; + */ + protected $reason = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $reason + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ForceQuit.Reason reason = 1; + * @return int + */ + public function getReason() + { + return $this->reason; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.ForceQuit.Reason reason = 1; + * @param int $var + * @return $this + */ + public function setReason($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\ForceQuit\Reason::class); + $this->reason = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/ForceQuit/Reason.php b/generated/Rv/Analytics/Trackedevents/ForceQuit/Reason.php new file mode 100644 index 0000000..b7dfaf6 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/ForceQuit/Reason.php @@ -0,0 +1,79 @@ +rv.analytics.trackedevents.ForceQuit.Reason + */ +class Reason +{ + /** + * Generated from protobuf enum UNKNOWN = 0; + */ + const UNKNOWN = 0; + /** + * Generated from protobuf enum HOSTS_FILE = 1; + */ + const HOSTS_FILE = 1; + /** + * Generated from protobuf enum SYSTEM_TIME_SKEW = 2; + */ + const SYSTEM_TIME_SKEW = 2; + /** + * Generated from protobuf enum INVALID_WATERMARK = 3; + */ + const INVALID_WATERMARK = 3; + /** + * Generated from protobuf enum PIRATED_SOFTWARE = 4; + */ + const PIRATED_SOFTWARE = 4; + /** + * Generated from protobuf enum METAL_UNAVAILABLE = 5; + */ + const METAL_UNAVAILABLE = 5; + /** + * Generated from protobuf enum UBIQUITY_DOWNLOAD_ABORTED = 6; + */ + const UBIQUITY_DOWNLOAD_ABORTED = 6; + /** + * Generated from protobuf enum CORE_RUST_CONTROLLER_FAILURE = 7; + */ + const CORE_RUST_CONTROLLER_FAILURE = 7; + + private static $valueToName = [ + self::UNKNOWN => 'UNKNOWN', + self::HOSTS_FILE => 'HOSTS_FILE', + self::SYSTEM_TIME_SKEW => 'SYSTEM_TIME_SKEW', + self::INVALID_WATERMARK => 'INVALID_WATERMARK', + self::PIRATED_SOFTWARE => 'PIRATED_SOFTWARE', + self::METAL_UNAVAILABLE => 'METAL_UNAVAILABLE', + self::UBIQUITY_DOWNLOAD_ABORTED => 'UBIQUITY_DOWNLOAD_ABORTED', + self::CORE_RUST_CONTROLLER_FAILURE => 'CORE_RUST_CONTROLLER_FAILURE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/FrameRate.php b/generated/Rv/Analytics/Trackedevents/FrameRate.php new file mode 100644 index 0000000..5616a84 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/FrameRate.php @@ -0,0 +1,79 @@ +rv.analytics.trackedevents.FrameRate + */ +class FrameRate +{ + /** + * Generated from protobuf enum UNSPECIFIED = 0; + */ + const UNSPECIFIED = 0; + /** + * Generated from protobuf enum _24FPS = 1; + */ + const _24FPS = 1; + /** + * Generated from protobuf enum _25FPS = 2; + */ + const _25FPS = 2; + /** + * Generated from protobuf enum _2997FPS = 3; + */ + const _2997FPS = 3; + /** + * Generated from protobuf enum _30FPS = 4; + */ + const _30FPS = 4; + /** + * Generated from protobuf enum _50FPS = 5; + */ + const _50FPS = 5; + /** + * Generated from protobuf enum _5994FPS = 6; + */ + const _5994FPS = 6; + /** + * Generated from protobuf enum _60FPS = 7; + */ + const _60FPS = 7; + + private static $valueToName = [ + self::UNSPECIFIED => 'UNSPECIFIED', + self::_24FPS => '_24FPS', + self::_25FPS => '_25FPS', + self::_2997FPS => '_2997FPS', + self::_30FPS => '_30FPS', + self::_50FPS => '_50FPS', + self::_5994FPS => '_5994FPS', + self::_60FPS => '_60FPS', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/GenericEvent.php b/generated/Rv/Analytics/Trackedevents/GenericEvent.php new file mode 100644 index 0000000..dffa365 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/GenericEvent.php @@ -0,0 +1,32 @@ +rv.analytics.trackedevents.GenericEvent + */ +class GenericEvent extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/InputAudioMonitoring.php b/generated/Rv/Analytics/Trackedevents/InputAudioMonitoring.php new file mode 100644 index 0000000..963d1c6 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/InputAudioMonitoring.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.InputAudioMonitoring + */ +class InputAudioMonitoring extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.InputAudioMonitoring.InputType type = 1; + */ + protected $type = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $type + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.InputAudioMonitoring.InputType type = 1; + * @return int + */ + public function getType() + { + return $this->type; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.InputAudioMonitoring.InputType type = 1; + * @param int $var + * @return $this + */ + public function setType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\InputAudioMonitoring\InputType::class); + $this->type = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/InputAudioMonitoring/InputType.php b/generated/Rv/Analytics/Trackedevents/InputAudioMonitoring/InputType.php new file mode 100644 index 0000000..fd1c3e5 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/InputAudioMonitoring/InputType.php @@ -0,0 +1,49 @@ +rv.analytics.trackedevents.InputAudioMonitoring.InputType + */ +class InputType +{ + /** + * Generated from protobuf enum AUDIO = 0; + */ + const AUDIO = 0; + /** + * Generated from protobuf enum VIDEO = 1; + */ + const VIDEO = 1; + + private static $valueToName = [ + self::AUDIO => 'AUDIO', + self::VIDEO => 'VIDEO', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/MediaCleanupSize.php b/generated/Rv/Analytics/Trackedevents/MediaCleanupSize.php new file mode 100644 index 0000000..b72e3a3 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/MediaCleanupSize.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.MediaCleanupSize + */ +class MediaCleanupSize extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint64 bytes_of_media_files_cleaned_up = 1; + */ + protected $bytes_of_media_files_cleaned_up = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int|string $bytes_of_media_files_cleaned_up + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint64 bytes_of_media_files_cleaned_up = 1; + * @return int|string + */ + public function getBytesOfMediaFilesCleanedUp() + { + return $this->bytes_of_media_files_cleaned_up; + } + + /** + * Generated from protobuf field uint64 bytes_of_media_files_cleaned_up = 1; + * @param int|string $var + * @return $this + */ + public function setBytesOfMediaFilesCleanedUp($var) + { + GPBUtil::checkUint64($var); + $this->bytes_of_media_files_cleaned_up = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/NetworkApp.php b/generated/Rv/Analytics/Trackedevents/NetworkApp.php new file mode 100644 index 0000000..0357764 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/NetworkApp.php @@ -0,0 +1,86 @@ +rv.analytics.trackedevents.NetworkApp + */ +class NetworkApp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.NetworkApp.AppID app_id = 1; + */ + protected $app_id = 0; + /** + * Generated from protobuf field string device_id = 2; + */ + protected $device_id = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $app_id + * @type string $device_id + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.NetworkApp.AppID app_id = 1; + * @return int + */ + public function getAppId() + { + return $this->app_id; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.NetworkApp.AppID app_id = 1; + * @param int $var + * @return $this + */ + public function setAppId($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\NetworkApp\AppID::class); + $this->app_id = $var; + + return $this; + } + + /** + * Generated from protobuf field string device_id = 2; + * @return string + */ + public function getDeviceId() + { + return $this->device_id; + } + + /** + * Generated from protobuf field string device_id = 2; + * @param string $var + * @return $this + */ + public function setDeviceId($var) + { + GPBUtil::checkString($var, True); + $this->device_id = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/NetworkApp/AppID.php b/generated/Rv/Analytics/Trackedevents/NetworkApp/AppID.php new file mode 100644 index 0000000..5ba1c78 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/NetworkApp/AppID.php @@ -0,0 +1,54 @@ +rv.analytics.trackedevents.NetworkApp.AppID + */ +class AppID +{ + /** + * Generated from protobuf enum UNKNOWN = 0; + */ + const UNKNOWN = 0; + /** + * Generated from protobuf enum PROREMOTE = 1; + */ + const PROREMOTE = 1; + /** + * Generated from protobuf enum PROSTAGE = 2; + */ + const PROSTAGE = 2; + + private static $valueToName = [ + self::UNKNOWN => 'UNKNOWN', + self::PROREMOTE => 'PROREMOTE', + self::PROSTAGE => 'PROSTAGE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/PBPrint.php b/generated/Rv/Analytics/Trackedevents/PBPrint.php new file mode 100644 index 0000000..da46c91 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/PBPrint.php @@ -0,0 +1,302 @@ +rv.analytics.trackedevents.Print + */ +class PBPrint extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint32 document_count = 1; + */ + protected $document_count = 0; + /** + * Generated from protobuf field .rv.analytics.trackedevents.Print.PrintMode mode = 2; + */ + protected $mode = 0; + /** + * Generated from protobuf field bool include_metadata = 3; + */ + protected $include_metadata = false; + /** + * Generated from protobuf field bool include_presentation_notes = 4; + */ + protected $include_presentation_notes = false; + /** + * Generated from protobuf field bool include_currentDate = 5; + */ + protected $include_currentDate = false; + /** + * Generated from protobuf field bool include_slide_labels = 6; + */ + protected $include_slide_labels = false; + /** + * Generated from protobuf field bool include_slide_notes = 7; + */ + protected $include_slide_notes = false; + /** + * Generated from protobuf field bool include_disabled_slides = 8; + */ + protected $include_disabled_slides = false; + /** + * Generated from protobuf field uint32 number_columns = 9; + */ + protected $number_columns = 0; + /** + * Generated from protobuf field string print_to_device = 10; + */ + protected $print_to_device = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $document_count + * @type int $mode + * @type bool $include_metadata + * @type bool $include_presentation_notes + * @type bool $include_currentDate + * @type bool $include_slide_labels + * @type bool $include_slide_notes + * @type bool $include_disabled_slides + * @type int $number_columns + * @type string $print_to_device + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint32 document_count = 1; + * @return int + */ + public function getDocumentCount() + { + return $this->document_count; + } + + /** + * Generated from protobuf field uint32 document_count = 1; + * @param int $var + * @return $this + */ + public function setDocumentCount($var) + { + GPBUtil::checkUint32($var); + $this->document_count = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Print.PrintMode mode = 2; + * @return int + */ + public function getMode() + { + return $this->mode; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Print.PrintMode mode = 2; + * @param int $var + * @return $this + */ + public function setMode($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\PBPrint\PrintMode::class); + $this->mode = $var; + + return $this; + } + + /** + * Generated from protobuf field bool include_metadata = 3; + * @return bool + */ + public function getIncludeMetadata() + { + return $this->include_metadata; + } + + /** + * Generated from protobuf field bool include_metadata = 3; + * @param bool $var + * @return $this + */ + public function setIncludeMetadata($var) + { + GPBUtil::checkBool($var); + $this->include_metadata = $var; + + return $this; + } + + /** + * Generated from protobuf field bool include_presentation_notes = 4; + * @return bool + */ + public function getIncludePresentationNotes() + { + return $this->include_presentation_notes; + } + + /** + * Generated from protobuf field bool include_presentation_notes = 4; + * @param bool $var + * @return $this + */ + public function setIncludePresentationNotes($var) + { + GPBUtil::checkBool($var); + $this->include_presentation_notes = $var; + + return $this; + } + + /** + * Generated from protobuf field bool include_currentDate = 5; + * @return bool + */ + public function getIncludeCurrentDate() + { + return $this->include_currentDate; + } + + /** + * Generated from protobuf field bool include_currentDate = 5; + * @param bool $var + * @return $this + */ + public function setIncludeCurrentDate($var) + { + GPBUtil::checkBool($var); + $this->include_currentDate = $var; + + return $this; + } + + /** + * Generated from protobuf field bool include_slide_labels = 6; + * @return bool + */ + public function getIncludeSlideLabels() + { + return $this->include_slide_labels; + } + + /** + * Generated from protobuf field bool include_slide_labels = 6; + * @param bool $var + * @return $this + */ + public function setIncludeSlideLabels($var) + { + GPBUtil::checkBool($var); + $this->include_slide_labels = $var; + + return $this; + } + + /** + * Generated from protobuf field bool include_slide_notes = 7; + * @return bool + */ + public function getIncludeSlideNotes() + { + return $this->include_slide_notes; + } + + /** + * Generated from protobuf field bool include_slide_notes = 7; + * @param bool $var + * @return $this + */ + public function setIncludeSlideNotes($var) + { + GPBUtil::checkBool($var); + $this->include_slide_notes = $var; + + return $this; + } + + /** + * Generated from protobuf field bool include_disabled_slides = 8; + * @return bool + */ + public function getIncludeDisabledSlides() + { + return $this->include_disabled_slides; + } + + /** + * Generated from protobuf field bool include_disabled_slides = 8; + * @param bool $var + * @return $this + */ + public function setIncludeDisabledSlides($var) + { + GPBUtil::checkBool($var); + $this->include_disabled_slides = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 number_columns = 9; + * @return int + */ + public function getNumberColumns() + { + return $this->number_columns; + } + + /** + * Generated from protobuf field uint32 number_columns = 9; + * @param int $var + * @return $this + */ + public function setNumberColumns($var) + { + GPBUtil::checkUint32($var); + $this->number_columns = $var; + + return $this; + } + + /** + * Generated from protobuf field string print_to_device = 10; + * @return string + */ + public function getPrintToDevice() + { + return $this->print_to_device; + } + + /** + * Generated from protobuf field string print_to_device = 10; + * @param string $var + * @return $this + */ + public function setPrintToDevice($var) + { + GPBUtil::checkString($var, True); + $this->print_to_device = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/PBPrint/PrintMode.php b/generated/Rv/Analytics/Trackedevents/PBPrint/PrintMode.php new file mode 100644 index 0000000..27ad782 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/PBPrint/PrintMode.php @@ -0,0 +1,49 @@ +rv.analytics.trackedevents.Print.PrintMode + */ +class PrintMode +{ + /** + * Generated from protobuf enum THUMBNAIL = 0; + */ + const THUMBNAIL = 0; + /** + * Generated from protobuf enum OUTLINE = 1; + */ + const OUTLINE = 1; + + private static $valueToName = [ + self::THUMBNAIL => 'THUMBNAIL', + self::OUTLINE => 'OUTLINE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/InAppStore/Trial/Complete.php b/generated/Rv/Analytics/Trackedevents/RemoteStreamStart.php similarity index 52% rename from generated/Rv/Analytics/UI/InAppStore/Trial/Complete.php rename to generated/Rv/Analytics/Trackedevents/RemoteStreamStart.php index 489483a..4d472d3 100644 --- a/generated/Rv/Analytics/UI/InAppStore/Trial/Complete.php +++ b/generated/Rv/Analytics/Trackedevents/RemoteStreamStart.php @@ -1,21 +1,21 @@ rv.analytics.UI.InAppStore.Trial.Complete + * Generated from protobuf message rv.analytics.trackedevents.RemoteStreamStart */ -class Complete extends \Google\Protobuf\Internal\Message +class RemoteStreamStart extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial.Complete.Result result = 1; + * Generated from protobuf field .rv.analytics.trackedevents.RemoteStreamStart.StartResult result = 1; */ protected $result = 0; @@ -29,12 +29,12 @@ class Complete extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); parent::__construct($data); } /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial.Complete.Result result = 1; + * Generated from protobuf field .rv.analytics.trackedevents.RemoteStreamStart.StartResult result = 1; * @return int */ public function getResult() @@ -43,13 +43,13 @@ class Complete extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial.Complete.Result result = 1; + * Generated from protobuf field .rv.analytics.trackedevents.RemoteStreamStart.StartResult result = 1; * @param int $var * @return $this */ public function setResult($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\InAppStore\Trial\Complete\Result::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\RemoteStreamStart\StartResult::class); $this->result = $var; return $this; diff --git a/generated/Rv/Analytics/Trackedevents/RemoteStreamStart/StartResult.php b/generated/Rv/Analytics/Trackedevents/RemoteStreamStart/StartResult.php new file mode 100644 index 0000000..094e059 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/RemoteStreamStart/StartResult.php @@ -0,0 +1,54 @@ +rv.analytics.trackedevents.RemoteStreamStart.StartResult + */ +class StartResult +{ + /** + * Generated from protobuf enum SUCCESS = 0; + */ + const SUCCESS = 0; + /** + * Generated from protobuf enum FAILED = 1; + */ + const FAILED = 1; + /** + * Generated from protobuf enum USERCANCELED = 2; + */ + const USERCANCELED = 2; + + private static $valueToName = [ + self::SUCCESS => 'SUCCESS', + self::FAILED => 'FAILED', + self::USERCANCELED => 'USERCANCELED', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/RemoteStreamStop.php b/generated/Rv/Analytics/Trackedevents/RemoteStreamStop.php new file mode 100644 index 0000000..9eb196f --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/RemoteStreamStop.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.RemoteStreamStop + */ +class RemoteStreamStop extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool success = 1; + */ + protected $success = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $success + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool success = 1; + * @return bool + */ + public function getSuccess() + { + return $this->success; + } + + /** + * Generated from protobuf field bool success = 1; + * @param bool $var + * @return $this + */ + public function setSuccess($var) + { + GPBUtil::checkBool($var); + $this->success = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRight/Stage/MessageState.php b/generated/Rv/Analytics/Trackedevents/ResiLoginChange.php similarity index 52% rename from generated/Rv/Analytics/UI/LowerRight/Stage/MessageState.php rename to generated/Rv/Analytics/Trackedevents/ResiLoginChange.php index 7486b27..c6d6f17 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Stage/MessageState.php +++ b/generated/Rv/Analytics/Trackedevents/ResiLoginChange.php @@ -1,21 +1,21 @@ rv.analytics.UI.LowerRight.Stage.MessageState + * Generated from protobuf message rv.analytics.trackedevents.ResiLoginChange */ -class MessageState extends \Google\Protobuf\Internal\Message +class ResiLoginChange extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.MessageState.State state = 1; + * Generated from protobuf field .rv.analytics.trackedevents.ResiLoginChange.LoginState state = 1; */ protected $state = 0; @@ -29,12 +29,12 @@ class MessageState extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); parent::__construct($data); } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.MessageState.State state = 1; + * Generated from protobuf field .rv.analytics.trackedevents.ResiLoginChange.LoginState state = 1; * @return int */ public function getState() @@ -43,13 +43,13 @@ class MessageState extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.MessageState.State state = 1; + * Generated from protobuf field .rv.analytics.trackedevents.ResiLoginChange.LoginState state = 1; * @param int $var * @return $this */ public function setState($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\LowerRight\Stage\MessageState\State::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\ResiLoginChange\LoginState::class); $this->state = $var; return $this; diff --git a/generated/Rv/Analytics/Trackedevents/ResiLoginChange/LoginState.php b/generated/Rv/Analytics/Trackedevents/ResiLoginChange/LoginState.php new file mode 100644 index 0000000..a188620 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/ResiLoginChange/LoginState.php @@ -0,0 +1,49 @@ +rv.analytics.trackedevents.ResiLoginChange.LoginState + */ +class LoginState +{ + /** + * Generated from protobuf enum LOGGEDIN = 0; + */ + const LOGGEDIN = 0; + /** + * Generated from protobuf enum LOGGEDOUT = 1; + */ + const LOGGEDOUT = 1; + + private static $valueToName = [ + self::LOGGEDIN => 'LOGGEDIN', + self::LOGGEDOUT => 'LOGGEDOUT', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/ResiStartUp.php b/generated/Rv/Analytics/Trackedevents/ResiStartUp.php new file mode 100644 index 0000000..122f03b --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/ResiStartUp.php @@ -0,0 +1,32 @@ +rv.analytics.trackedevents.ResiStartUp + */ +class ResiStartUp extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/StartCaptureDisk.php b/generated/Rv/Analytics/Trackedevents/StartCaptureDisk.php new file mode 100644 index 0000000..115f99a --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/StartCaptureDisk.php @@ -0,0 +1,194 @@ +rv.analytics.trackedevents.StartCaptureDisk + */ +class StartCaptureDisk extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + */ + protected $codec = 0; + /** + * Generated from protobuf field uint32 resolution_width = 2; + */ + protected $resolution_width = 0; + /** + * Generated from protobuf field uint32 resolution_height = 3; + */ + protected $resolution_height = 0; + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + */ + protected $frame_rate = 0; + /** + * Generated from protobuf field bool stream_started = 5; + */ + protected $stream_started = false; + /** + * Generated from protobuf field uint32 video_bitrate = 6; + */ + protected $video_bitrate = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $codec + * @type int $resolution_width + * @type int $resolution_height + * @type int $frame_rate + * @type bool $stream_started + * @type int $video_bitrate + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + * @return int + */ + public function getCodec() + { + return $this->codec; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + * @param int $var + * @return $this + */ + public function setCodec($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\Codec::class); + $this->codec = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 resolution_width = 2; + * @return int + */ + public function getResolutionWidth() + { + return $this->resolution_width; + } + + /** + * Generated from protobuf field uint32 resolution_width = 2; + * @param int $var + * @return $this + */ + public function setResolutionWidth($var) + { + GPBUtil::checkUint32($var); + $this->resolution_width = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 resolution_height = 3; + * @return int + */ + public function getResolutionHeight() + { + return $this->resolution_height; + } + + /** + * Generated from protobuf field uint32 resolution_height = 3; + * @param int $var + * @return $this + */ + public function setResolutionHeight($var) + { + GPBUtil::checkUint32($var); + $this->resolution_height = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + * @return int + */ + public function getFrameRate() + { + return $this->frame_rate; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + * @param int $var + * @return $this + */ + public function setFrameRate($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\FrameRate::class); + $this->frame_rate = $var; + + return $this; + } + + /** + * Generated from protobuf field bool stream_started = 5; + * @return bool + */ + public function getStreamStarted() + { + return $this->stream_started; + } + + /** + * Generated from protobuf field bool stream_started = 5; + * @param bool $var + * @return $this + */ + public function setStreamStarted($var) + { + GPBUtil::checkBool($var); + $this->stream_started = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 video_bitrate = 6; + * @return int + */ + public function getVideoBitrate() + { + return $this->video_bitrate; + } + + /** + * Generated from protobuf field uint32 video_bitrate = 6; + * @param int $var + * @return $this + */ + public function setVideoBitrate($var) + { + GPBUtil::checkUint32($var); + $this->video_bitrate = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/StartCaptureResi.php b/generated/Rv/Analytics/Trackedevents/StartCaptureResi.php new file mode 100644 index 0000000..4206c66 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/StartCaptureResi.php @@ -0,0 +1,194 @@ +rv.analytics.trackedevents.StartCaptureResi + */ +class StartCaptureResi extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + */ + protected $codec = 0; + /** + * Generated from protobuf field uint32 resolution_width = 2; + */ + protected $resolution_width = 0; + /** + * Generated from protobuf field uint32 resolution_height = 3; + */ + protected $resolution_height = 0; + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + */ + protected $frame_rate = 0; + /** + * Generated from protobuf field bool stream_started = 5; + */ + protected $stream_started = false; + /** + * Generated from protobuf field uint32 video_bitrate = 6; + */ + protected $video_bitrate = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $codec + * @type int $resolution_width + * @type int $resolution_height + * @type int $frame_rate + * @type bool $stream_started + * @type int $video_bitrate + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + * @return int + */ + public function getCodec() + { + return $this->codec; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + * @param int $var + * @return $this + */ + public function setCodec($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\Codec::class); + $this->codec = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 resolution_width = 2; + * @return int + */ + public function getResolutionWidth() + { + return $this->resolution_width; + } + + /** + * Generated from protobuf field uint32 resolution_width = 2; + * @param int $var + * @return $this + */ + public function setResolutionWidth($var) + { + GPBUtil::checkUint32($var); + $this->resolution_width = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 resolution_height = 3; + * @return int + */ + public function getResolutionHeight() + { + return $this->resolution_height; + } + + /** + * Generated from protobuf field uint32 resolution_height = 3; + * @param int $var + * @return $this + */ + public function setResolutionHeight($var) + { + GPBUtil::checkUint32($var); + $this->resolution_height = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + * @return int + */ + public function getFrameRate() + { + return $this->frame_rate; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + * @param int $var + * @return $this + */ + public function setFrameRate($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\FrameRate::class); + $this->frame_rate = $var; + + return $this; + } + + /** + * Generated from protobuf field bool stream_started = 5; + * @return bool + */ + public function getStreamStarted() + { + return $this->stream_started; + } + + /** + * Generated from protobuf field bool stream_started = 5; + * @param bool $var + * @return $this + */ + public function setStreamStarted($var) + { + GPBUtil::checkBool($var); + $this->stream_started = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 video_bitrate = 6; + * @return int + */ + public function getVideoBitrate() + { + return $this->video_bitrate; + } + + /** + * Generated from protobuf field uint32 video_bitrate = 6; + * @param int $var + * @return $this + */ + public function setVideoBitrate($var) + { + GPBUtil::checkUint32($var); + $this->video_bitrate = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/StartCaptureRtmp.php b/generated/Rv/Analytics/Trackedevents/StartCaptureRtmp.php new file mode 100644 index 0000000..42844fa --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/StartCaptureRtmp.php @@ -0,0 +1,194 @@ +rv.analytics.trackedevents.StartCaptureRtmp + */ +class StartCaptureRtmp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + */ + protected $codec = 0; + /** + * Generated from protobuf field uint32 resolution_width = 2; + */ + protected $resolution_width = 0; + /** + * Generated from protobuf field uint32 resolution_height = 3; + */ + protected $resolution_height = 0; + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + */ + protected $frame_rate = 0; + /** + * Generated from protobuf field bool stream_started = 5; + */ + protected $stream_started = false; + /** + * Generated from protobuf field uint32 video_bitrate = 6; + */ + protected $video_bitrate = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $codec + * @type int $resolution_width + * @type int $resolution_height + * @type int $frame_rate + * @type bool $stream_started + * @type int $video_bitrate + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + * @return int + */ + public function getCodec() + { + return $this->codec; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.Codec codec = 1; + * @param int $var + * @return $this + */ + public function setCodec($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\Codec::class); + $this->codec = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 resolution_width = 2; + * @return int + */ + public function getResolutionWidth() + { + return $this->resolution_width; + } + + /** + * Generated from protobuf field uint32 resolution_width = 2; + * @param int $var + * @return $this + */ + public function setResolutionWidth($var) + { + GPBUtil::checkUint32($var); + $this->resolution_width = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 resolution_height = 3; + * @return int + */ + public function getResolutionHeight() + { + return $this->resolution_height; + } + + /** + * Generated from protobuf field uint32 resolution_height = 3; + * @param int $var + * @return $this + */ + public function setResolutionHeight($var) + { + GPBUtil::checkUint32($var); + $this->resolution_height = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + * @return int + */ + public function getFrameRate() + { + return $this->frame_rate; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.FrameRate frame_rate = 4; + * @param int $var + * @return $this + */ + public function setFrameRate($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\FrameRate::class); + $this->frame_rate = $var; + + return $this; + } + + /** + * Generated from protobuf field bool stream_started = 5; + * @return bool + */ + public function getStreamStarted() + { + return $this->stream_started; + } + + /** + * Generated from protobuf field bool stream_started = 5; + * @param bool $var + * @return $this + */ + public function setStreamStarted($var) + { + GPBUtil::checkBool($var); + $this->stream_started = $var; + + return $this; + } + + /** + * Generated from protobuf field uint32 video_bitrate = 6; + * @return int + */ + public function getVideoBitrate() + { + return $this->video_bitrate; + } + + /** + * Generated from protobuf field uint32 video_bitrate = 6; + * @param int $var + * @return $this + */ + public function setVideoBitrate($var) + { + GPBUtil::checkUint32($var); + $this->video_bitrate = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/StopCapture.php b/generated/Rv/Analytics/Trackedevents/StopCapture.php new file mode 100644 index 0000000..9f9516d --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/StopCapture.php @@ -0,0 +1,113 @@ +rv.analytics.trackedevents.StopCapture + */ +class StopCapture extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field double duration = 1; + */ + protected $duration = 0.0; + /** + * Generated from protobuf field int32 dropped_frames = 2; + */ + protected $dropped_frames = 0; + /** + * Generated from protobuf field double percent_dropped_frames = 3; + */ + protected $percent_dropped_frames = 0.0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type float $duration + * @type int $dropped_frames + * @type float $percent_dropped_frames + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field double duration = 1; + * @return float + */ + public function getDuration() + { + return $this->duration; + } + + /** + * Generated from protobuf field double duration = 1; + * @param float $var + * @return $this + */ + public function setDuration($var) + { + GPBUtil::checkDouble($var); + $this->duration = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 dropped_frames = 2; + * @return int + */ + public function getDroppedFrames() + { + return $this->dropped_frames; + } + + /** + * Generated from protobuf field int32 dropped_frames = 2; + * @param int $var + * @return $this + */ + public function setDroppedFrames($var) + { + GPBUtil::checkInt32($var); + $this->dropped_frames = $var; + + return $this; + } + + /** + * Generated from protobuf field double percent_dropped_frames = 3; + * @return float + */ + public function getPercentDroppedFrames() + { + return $this->percent_dropped_frames; + } + + /** + * Generated from protobuf field double percent_dropped_frames = 3; + * @param float $var + * @return $this + */ + public function setPercentDroppedFrames($var) + { + GPBUtil::checkDouble($var); + $this->percent_dropped_frames = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/TransitionWindow.php b/generated/Rv/Analytics/Trackedevents/TransitionWindow.php new file mode 100644 index 0000000..8c22511 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/TransitionWindow.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.TransitionWindow + */ +class TransitionWindow extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint32 duration_seconds = 1; + */ + protected $duration_seconds = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $duration_seconds + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint32 duration_seconds = 1; + * @return int + */ + public function getDurationSeconds() + { + return $this->duration_seconds; + } + + /** + * Generated from protobuf field uint32 duration_seconds = 1; + * @param int $var + * @return $this + */ + public function setDurationSeconds($var) + { + GPBUtil::checkUint32($var); + $this->duration_seconds = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/VideoInputCustomMap.php b/generated/Rv/Analytics/Trackedevents/VideoInputCustomMap.php new file mode 100644 index 0000000..b76892e --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/VideoInputCustomMap.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.VideoInputCustomMap + */ +class VideoInputCustomMap extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool value = 1; + */ + protected $value = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $value + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool value = 1; + * @return bool + */ + public function getValue() + { + return $this->value; + } + + /** + * Generated from protobuf field bool value = 1; + * @param bool $var + * @return $this + */ + public function setValue($var) + { + GPBUtil::checkBool($var); + $this->value = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/VideoInputStartUp.php b/generated/Rv/Analytics/Trackedevents/VideoInputStartUp.php new file mode 100644 index 0000000..5184bba --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/VideoInputStartUp.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.VideoInputStartUp + */ +class VideoInputStartUp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field uint32 input_count = 1; + */ + protected $input_count = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $input_count + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field uint32 input_count = 1; + * @return int + */ + public function getInputCount() + { + return $this->input_count; + } + + /** + * Generated from protobuf field uint32 input_count = 1; + * @param int $var + * @return $this + */ + public function setInputCount($var) + { + GPBUtil::checkUint32($var); + $this->input_count = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/VideoInputThumbnailUpdate.php b/generated/Rv/Analytics/Trackedevents/VideoInputThumbnailUpdate.php new file mode 100644 index 0000000..c64a040 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/VideoInputThumbnailUpdate.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.VideoInputThumbnailUpdate + */ +class VideoInputThumbnailUpdate extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputThumbnailUpdate.UpdateType type = 1; + */ + protected $type = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $type + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputThumbnailUpdate.UpdateType type = 1; + * @return int + */ + public function getType() + { + return $this->type; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputThumbnailUpdate.UpdateType type = 1; + * @param int $var + * @return $this + */ + public function setType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\VideoInputThumbnailUpdate\UpdateType::class); + $this->type = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/VideoInputThumbnailUpdate/UpdateType.php b/generated/Rv/Analytics/Trackedevents/VideoInputThumbnailUpdate/UpdateType.php new file mode 100644 index 0000000..ae7c901 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/VideoInputThumbnailUpdate/UpdateType.php @@ -0,0 +1,54 @@ +rv.analytics.trackedevents.VideoInputThumbnailUpdate.UpdateType + */ +class UpdateType +{ + /** + * Generated from protobuf enum CAPTURE = 0; + */ + const CAPTURE = 0; + /** + * Generated from protobuf enum DISK = 1; + */ + const DISK = 1; + /** + * Generated from protobuf enum RESET = 2; + */ + const RESET = 2; + + private static $valueToName = [ + self::CAPTURE => 'CAPTURE', + self::DISK => 'DISK', + self::RESET => 'RESET', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trackedevents/VideoInputTriggered.php b/generated/Rv/Analytics/Trackedevents/VideoInputTriggered.php new file mode 100644 index 0000000..a6b1456 --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/VideoInputTriggered.php @@ -0,0 +1,59 @@ +rv.analytics.trackedevents.VideoInputTriggered + */ +class VideoInputTriggered extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputTriggered.AudioSource audio_source = 1; + */ + protected $audio_source = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $audio_source + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrackedEvents::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputTriggered.AudioSource audio_source = 1; + * @return int + */ + public function getAudioSource() + { + return $this->audio_source; + } + + /** + * Generated from protobuf field .rv.analytics.trackedevents.VideoInputTriggered.AudioSource audio_source = 1; + * @param int $var + * @return $this + */ + public function setAudioSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trackedevents\VideoInputTriggered\AudioSource::class); + $this->audio_source = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trackedevents/VideoInputTriggered/AudioSource.php b/generated/Rv/Analytics/Trackedevents/VideoInputTriggered/AudioSource.php new file mode 100644 index 0000000..63e59dc --- /dev/null +++ b/generated/Rv/Analytics/Trackedevents/VideoInputTriggered/AudioSource.php @@ -0,0 +1,54 @@ +rv.analytics.trackedevents.VideoInputTriggered.AudioSource + */ +class AudioSource +{ + /** + * Generated from protobuf enum NONE = 0; + */ + const NONE = 0; + /** + * Generated from protobuf enum SELF = 1; + */ + const SELF = 1; + /** + * Generated from protobuf enum OTHER = 2; + */ + const OTHER = 2; + + private static $valueToName = [ + self::NONE => 'NONE', + self::SELF => 'SELF', + self::OTHER => 'OTHER', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger.php b/generated/Rv/Analytics/Trigger.php deleted file mode 100644 index dd05022..0000000 --- a/generated/Rv/Analytics/Trigger.php +++ /dev/null @@ -1,181 +0,0 @@ -rv.analytics.Trigger - */ -class Trigger extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Trigger\Cue $cue - * @type \Rv\Analytics\Trigger\Action $action - * @type \Rv\Analytics\Trigger\MediaBin $media_bin - * @type \Rv\Analytics\Trigger\AudioBin $audio_bin - * @type \Rv\Analytics\Trigger\TestPattern $test_pattern - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Cue cue = 1; - * @return \Rv\Analytics\Trigger\Cue|null - */ - public function getCue() - { - return $this->readOneof(1); - } - - public function hasCue() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Cue cue = 1; - * @param \Rv\Analytics\Trigger\Cue $var - * @return $this - */ - public function setCue($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action action = 2; - * @return \Rv\Analytics\Trigger\Action|null - */ - public function getAction() - { - return $this->readOneof(2); - } - - public function hasAction() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action action = 2; - * @param \Rv\Analytics\Trigger\Action $var - * @return $this - */ - public function setAction($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.MediaBin media_bin = 3; - * @return \Rv\Analytics\Trigger\MediaBin|null - */ - public function getMediaBin() - { - return $this->readOneof(3); - } - - public function hasMediaBin() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.MediaBin media_bin = 3; - * @param \Rv\Analytics\Trigger\MediaBin $var - * @return $this - */ - public function setMediaBin($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\MediaBin::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.AudioBin audio_bin = 4; - * @return \Rv\Analytics\Trigger\AudioBin|null - */ - public function getAudioBin() - { - return $this->readOneof(4); - } - - public function hasAudioBin() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.AudioBin audio_bin = 4; - * @param \Rv\Analytics\Trigger\AudioBin $var - * @return $this - */ - public function setAudioBin($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\AudioBin::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.TestPattern test_pattern = 5; - * @return \Rv\Analytics\Trigger\TestPattern|null - */ - public function getTestPattern() - { - return $this->readOneof(5); - } - - public function hasTestPattern() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.TestPattern test_pattern = 5; - * @param \Rv\Analytics\Trigger\TestPattern $var - * @return $this - */ - public function setTestPattern($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\TestPattern::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/Trigger/Action.php b/generated/Rv/Analytics/Trigger/Action.php deleted file mode 100644 index 56cf7b6..0000000 --- a/generated/Rv/Analytics/Trigger/Action.php +++ /dev/null @@ -1,461 +0,0 @@ -rv.analytics.Trigger.Action - */ -class Action extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Trigger\Action\ClearLayer $clear - * @type \Rv\Analytics\TriggerMediaInformation $media - * @type \Rv\Analytics\Trigger\Action\MediaBinPlaylist $media_bin_playlist - * @type \Rv\Analytics\Trigger\Action\AudioBinPlaylist $audio_bin_playlist - * @type \Rv\Analytics\Trigger\Action\Stage $stage - * @type \Rv\Analytics\Trigger\Action\Timer $timer - * @type \Rv\Analytics\Trigger\Action\Prop $prop - * @type \Rv\Analytics\Trigger\Action\Look $look - * @type \Rv\Analytics\Trigger\Action\Message $message - * @type \Rv\Analytics\Trigger\Action\Communications $communications - * @type \Rv\Analytics\Trigger\Action\SlideDestination $slide_destination - * @type \Rv\Analytics\Trigger\Action\Macro $macro - * @type \Rv\Analytics\Trigger\Action\ClearGroup $clear_group - * @type \Rv\Analytics\Trigger\Action\CaptureStart $capture_start - * @type \Rv\Analytics\Trigger\Action\CaptureStop $capture_stop - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.ClearLayer clear = 1; - * @return \Rv\Analytics\Trigger\Action\ClearLayer|null - */ - public function getClear() - { - return $this->readOneof(1); - } - - public function hasClear() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.ClearLayer clear = 1; - * @param \Rv\Analytics\Trigger\Action\ClearLayer $var - * @return $this - */ - public function setClear($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\ClearLayer::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation media = 2; - * @return \Rv\Analytics\TriggerMediaInformation|null - */ - public function getMedia() - { - return $this->readOneof(2); - } - - public function hasMedia() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation media = 2; - * @param \Rv\Analytics\TriggerMediaInformation $var - * @return $this - */ - public function setMedia($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.MediaBinPlaylist media_bin_playlist = 3; - * @return \Rv\Analytics\Trigger\Action\MediaBinPlaylist|null - */ - public function getMediaBinPlaylist() - { - return $this->readOneof(3); - } - - public function hasMediaBinPlaylist() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.MediaBinPlaylist media_bin_playlist = 3; - * @param \Rv\Analytics\Trigger\Action\MediaBinPlaylist $var - * @return $this - */ - public function setMediaBinPlaylist($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\MediaBinPlaylist::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.AudioBinPlaylist audio_bin_playlist = 4; - * @return \Rv\Analytics\Trigger\Action\AudioBinPlaylist|null - */ - public function getAudioBinPlaylist() - { - return $this->readOneof(4); - } - - public function hasAudioBinPlaylist() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.AudioBinPlaylist audio_bin_playlist = 4; - * @param \Rv\Analytics\Trigger\Action\AudioBinPlaylist $var - * @return $this - */ - public function setAudioBinPlaylist($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\AudioBinPlaylist::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Stage stage = 5; - * @return \Rv\Analytics\Trigger\Action\Stage|null - */ - public function getStage() - { - return $this->readOneof(5); - } - - public function hasStage() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Stage stage = 5; - * @param \Rv\Analytics\Trigger\Action\Stage $var - * @return $this - */ - public function setStage($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\Stage::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Timer timer = 6; - * @return \Rv\Analytics\Trigger\Action\Timer|null - */ - public function getTimer() - { - return $this->readOneof(6); - } - - public function hasTimer() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Timer timer = 6; - * @param \Rv\Analytics\Trigger\Action\Timer $var - * @return $this - */ - public function setTimer($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\Timer::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Prop prop = 7; - * @return \Rv\Analytics\Trigger\Action\Prop|null - */ - public function getProp() - { - return $this->readOneof(7); - } - - public function hasProp() - { - return $this->hasOneof(7); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Prop prop = 7; - * @param \Rv\Analytics\Trigger\Action\Prop $var - * @return $this - */ - public function setProp($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\Prop::class); - $this->writeOneof(7, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look look = 8; - * @return \Rv\Analytics\Trigger\Action\Look|null - */ - public function getLook() - { - return $this->readOneof(8); - } - - public function hasLook() - { - return $this->hasOneof(8); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look look = 8; - * @param \Rv\Analytics\Trigger\Action\Look $var - * @return $this - */ - public function setLook($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\Look::class); - $this->writeOneof(8, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Message message = 9; - * @return \Rv\Analytics\Trigger\Action\Message|null - */ - public function getMessage() - { - return $this->readOneof(9); - } - - public function hasMessage() - { - return $this->hasOneof(9); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Message message = 9; - * @param \Rv\Analytics\Trigger\Action\Message $var - * @return $this - */ - public function setMessage($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\Message::class); - $this->writeOneof(9, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Communications communications = 10; - * @return \Rv\Analytics\Trigger\Action\Communications|null - */ - public function getCommunications() - { - return $this->readOneof(10); - } - - public function hasCommunications() - { - return $this->hasOneof(10); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Communications communications = 10; - * @param \Rv\Analytics\Trigger\Action\Communications $var - * @return $this - */ - public function setCommunications($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\Communications::class); - $this->writeOneof(10, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.SlideDestination slide_destination = 11; - * @return \Rv\Analytics\Trigger\Action\SlideDestination|null - */ - public function getSlideDestination() - { - return $this->readOneof(11); - } - - public function hasSlideDestination() - { - return $this->hasOneof(11); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.SlideDestination slide_destination = 11; - * @param \Rv\Analytics\Trigger\Action\SlideDestination $var - * @return $this - */ - public function setSlideDestination($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\SlideDestination::class); - $this->writeOneof(11, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Macro macro = 12; - * @return \Rv\Analytics\Trigger\Action\Macro|null - */ - public function getMacro() - { - return $this->readOneof(12); - } - - public function hasMacro() - { - return $this->hasOneof(12); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Macro macro = 12; - * @param \Rv\Analytics\Trigger\Action\Macro $var - * @return $this - */ - public function setMacro($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\Macro::class); - $this->writeOneof(12, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.ClearGroup clear_group = 13; - * @return \Rv\Analytics\Trigger\Action\ClearGroup|null - */ - public function getClearGroup() - { - return $this->readOneof(13); - } - - public function hasClearGroup() - { - return $this->hasOneof(13); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.ClearGroup clear_group = 13; - * @param \Rv\Analytics\Trigger\Action\ClearGroup $var - * @return $this - */ - public function setClearGroup($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\ClearGroup::class); - $this->writeOneof(13, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.CaptureStart capture_start = 14; - * @return \Rv\Analytics\Trigger\Action\CaptureStart|null - */ - public function getCaptureStart() - { - return $this->readOneof(14); - } - - public function hasCaptureStart() - { - return $this->hasOneof(14); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.CaptureStart capture_start = 14; - * @param \Rv\Analytics\Trigger\Action\CaptureStart $var - * @return $this - */ - public function setCaptureStart($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\CaptureStart::class); - $this->writeOneof(14, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.CaptureStop capture_stop = 15; - * @return \Rv\Analytics\Trigger\Action\CaptureStop|null - */ - public function getCaptureStop() - { - return $this->readOneof(15); - } - - public function hasCaptureStop() - { - return $this->hasOneof(15); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Action.CaptureStop capture_stop = 15; - * @param \Rv\Analytics\Trigger\Action\CaptureStop $var - * @return $this - */ - public function setCaptureStop($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Action\CaptureStop::class); - $this->writeOneof(15, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/Trigger/Action/AudioBinPlaylist.php b/generated/Rv/Analytics/Trigger/Action/AudioBinPlaylist.php deleted file mode 100644 index fbf4430..0000000 --- a/generated/Rv/Analytics/Trigger/Action/AudioBinPlaylist.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.Trigger.Action.AudioBinPlaylist - */ -class AudioBinPlaylist extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/Trigger/Action/ClearLayer/ClearLayerType.php b/generated/Rv/Analytics/Trigger/Action/ClearLayer/ClearLayerType.php deleted file mode 100644 index fa6aad6..0000000 --- a/generated/Rv/Analytics/Trigger/Action/ClearLayer/ClearLayerType.php +++ /dev/null @@ -1,89 +0,0 @@ -rv.analytics.Trigger.Action.ClearLayer.ClearLayerType - */ -class ClearLayerType -{ - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_UNKNOWN = 0; - */ - const CLEAR_LAYER_TYPE_UNKNOWN = 0; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_AUDIO = 1; - */ - const CLEAR_LAYER_TYPE_AUDIO = 1; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_MESSAGES = 2; - */ - const CLEAR_LAYER_TYPE_MESSAGES = 2; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_PROPS = 3; - */ - const CLEAR_LAYER_TYPE_PROPS = 3; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_ANNOUNCEMENTS = 4; - */ - const CLEAR_LAYER_TYPE_ANNOUNCEMENTS = 4; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_SLIDE = 5; - */ - const CLEAR_LAYER_TYPE_SLIDE = 5; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_MEDIA = 6; - */ - const CLEAR_LAYER_TYPE_MEDIA = 6; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_VIDEO_INPUT = 7; - */ - const CLEAR_LAYER_TYPE_VIDEO_INPUT = 7; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_CLEAR_TO_LOGO = 8; - */ - const CLEAR_LAYER_TYPE_CLEAR_TO_LOGO = 8; - /** - * Generated from protobuf enum CLEAR_LAYER_TYPE_CLEAR_GROUP = 9; - */ - const CLEAR_LAYER_TYPE_CLEAR_GROUP = 9; - - private static $valueToName = [ - self::CLEAR_LAYER_TYPE_UNKNOWN => 'CLEAR_LAYER_TYPE_UNKNOWN', - self::CLEAR_LAYER_TYPE_AUDIO => 'CLEAR_LAYER_TYPE_AUDIO', - self::CLEAR_LAYER_TYPE_MESSAGES => 'CLEAR_LAYER_TYPE_MESSAGES', - self::CLEAR_LAYER_TYPE_PROPS => 'CLEAR_LAYER_TYPE_PROPS', - self::CLEAR_LAYER_TYPE_ANNOUNCEMENTS => 'CLEAR_LAYER_TYPE_ANNOUNCEMENTS', - self::CLEAR_LAYER_TYPE_SLIDE => 'CLEAR_LAYER_TYPE_SLIDE', - self::CLEAR_LAYER_TYPE_MEDIA => 'CLEAR_LAYER_TYPE_MEDIA', - self::CLEAR_LAYER_TYPE_VIDEO_INPUT => 'CLEAR_LAYER_TYPE_VIDEO_INPUT', - self::CLEAR_LAYER_TYPE_CLEAR_TO_LOGO => 'CLEAR_LAYER_TYPE_CLEAR_TO_LOGO', - self::CLEAR_LAYER_TYPE_CLEAR_GROUP => 'CLEAR_LAYER_TYPE_CLEAR_GROUP', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/Trigger/Action/Communications.php b/generated/Rv/Analytics/Trigger/Action/Communications.php deleted file mode 100644 index fed4466..0000000 --- a/generated/Rv/Analytics/Trigger/Action/Communications.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.Trigger.Action.Communications - */ -class Communications extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/Trigger/Action/MediaBinPlaylist.php b/generated/Rv/Analytics/Trigger/Action/MediaBinPlaylist.php deleted file mode 100644 index e94e3c6..0000000 --- a/generated/Rv/Analytics/Trigger/Action/MediaBinPlaylist.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.Trigger.Action.MediaBinPlaylist - */ -class MediaBinPlaylist extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/Trigger/Action/Prop.php b/generated/Rv/Analytics/Trigger/Action/Prop.php deleted file mode 100644 index 08a5596..0000000 --- a/generated/Rv/Analytics/Trigger/Action/Prop.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.Trigger.Action.Prop - */ -class Prop extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field string transition = 1; - */ - protected $transition = ''; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type string $transition - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field string transition = 1; - * @return string - */ - public function getTransition() - { - return $this->transition; - } - - /** - * Generated from protobuf field string transition = 1; - * @param string $var - * @return $this - */ - public function setTransition($var) - { - GPBUtil::checkString($var, True); - $this->transition = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/Trigger/Action/SlideDestination/ChangeSlideDestination.php b/generated/Rv/Analytics/Trigger/Action/SlideDestination/ChangeSlideDestination.php deleted file mode 100644 index af42ced..0000000 --- a/generated/Rv/Analytics/Trigger/Action/SlideDestination/ChangeSlideDestination.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.Trigger.Action.SlideDestination.ChangeSlideDestination - */ -class ChangeSlideDestination -{ - /** - * Generated from protobuf enum CHANGE_SLIDE_DESTINATION_UNKNOWN = 0; - */ - const CHANGE_SLIDE_DESTINATION_UNKNOWN = 0; - /** - * Generated from protobuf enum CHANGE_SLIDE_DESTINATION_NO_CHANGE = 1; - */ - const CHANGE_SLIDE_DESTINATION_NO_CHANGE = 1; - /** - * Generated from protobuf enum CHANGE_SLIDE_DESTINATION_STAGE_ONLY = 2; - */ - const CHANGE_SLIDE_DESTINATION_STAGE_ONLY = 2; - /** - * Generated from protobuf enum CHANGE_SLIDE_DESTINATION_STAGE_AUDIENCE = 3; - */ - const CHANGE_SLIDE_DESTINATION_STAGE_AUDIENCE = 3; - - private static $valueToName = [ - self::CHANGE_SLIDE_DESTINATION_UNKNOWN => 'CHANGE_SLIDE_DESTINATION_UNKNOWN', - self::CHANGE_SLIDE_DESTINATION_NO_CHANGE => 'CHANGE_SLIDE_DESTINATION_NO_CHANGE', - self::CHANGE_SLIDE_DESTINATION_STAGE_ONLY => 'CHANGE_SLIDE_DESTINATION_STAGE_ONLY', - self::CHANGE_SLIDE_DESTINATION_STAGE_AUDIENCE => 'CHANGE_SLIDE_DESTINATION_STAGE_AUDIENCE', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/Trigger/Action/Timer/Type.php b/generated/Rv/Analytics/Trigger/Action/Timer/Type.php deleted file mode 100644 index ba82999..0000000 --- a/generated/Rv/Analytics/Trigger/Action/Timer/Type.php +++ /dev/null @@ -1,74 +0,0 @@ -rv.analytics.Trigger.Action.Timer.Type - */ -class Type -{ - /** - * Generated from protobuf enum TYPE_UNKNOWN = 0; - */ - const TYPE_UNKNOWN = 0; - /** - * Generated from protobuf enum TYPE_START_SET_CONFIGURATION = 1; - */ - const TYPE_START_SET_CONFIGURATION = 1; - /** - * Generated from protobuf enum TYPE_START = 2; - */ - const TYPE_START = 2; - /** - * Generated from protobuf enum TYPE_STOP = 3; - */ - const TYPE_STOP = 3; - /** - * Generated from protobuf enum TYPE_RESET = 4; - */ - const TYPE_RESET = 4; - /** - * Generated from protobuf enum TYPE_STOP_SET_CONFIGURATION = 5; - */ - const TYPE_STOP_SET_CONFIGURATION = 5; - /** - * Generated from protobuf enum TYPE_INCREMENT = 6; - */ - const TYPE_INCREMENT = 6; - - private static $valueToName = [ - self::TYPE_UNKNOWN => 'TYPE_UNKNOWN', - self::TYPE_START_SET_CONFIGURATION => 'TYPE_START_SET_CONFIGURATION', - self::TYPE_START => 'TYPE_START', - self::TYPE_STOP => 'TYPE_STOP', - self::TYPE_RESET => 'TYPE_RESET', - self::TYPE_STOP_SET_CONFIGURATION => 'TYPE_STOP_SET_CONFIGURATION', - self::TYPE_INCREMENT => 'TYPE_INCREMENT', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/Trigger/Action/CaptureStart.php b/generated/Rv/Analytics/Trigger/ActionCaptureStart.php similarity index 59% rename from generated/Rv/Analytics/Trigger/Action/CaptureStart.php rename to generated/Rv/Analytics/Trigger/ActionCaptureStart.php index 6b4f034..a36465a 100644 --- a/generated/Rv/Analytics/Trigger/Action/CaptureStart.php +++ b/generated/Rv/Analytics/Trigger/ActionCaptureStart.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.CaptureStart + * Generated from protobuf message rv.analytics.trigger.ActionCaptureStart */ -class CaptureStart extends \Google\Protobuf\Internal\Message +class ActionCaptureStart extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Trigger.Action.CaptureStart.PresetType preset_type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionCaptureStart.PresetType preset_type = 1; */ protected $preset_type = 0; @@ -34,7 +34,7 @@ class CaptureStart extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.CaptureStart.PresetType preset_type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionCaptureStart.PresetType preset_type = 1; * @return int */ public function getPresetType() @@ -43,13 +43,13 @@ class CaptureStart extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.CaptureStart.PresetType preset_type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionCaptureStart.PresetType preset_type = 1; * @param int $var * @return $this */ public function setPresetType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\CaptureStart\PresetType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionCaptureStart\PresetType::class); $this->preset_type = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/ActionCaptureStart/PresetType.php b/generated/Rv/Analytics/Trigger/ActionCaptureStart/PresetType.php new file mode 100644 index 0000000..7090faf --- /dev/null +++ b/generated/Rv/Analytics/Trigger/ActionCaptureStart/PresetType.php @@ -0,0 +1,54 @@ +rv.analytics.trigger.ActionCaptureStart.PresetType + */ +class PresetType +{ + /** + * Generated from protobuf enum UNKNOWN = 0; + */ + const UNKNOWN = 0; + /** + * Generated from protobuf enum ACTIVE_SETTINGS = 1; + */ + const ACTIVE_SETTINGS = 1; + /** + * Generated from protobuf enum CAPTURE_PRESET = 2; + */ + const CAPTURE_PRESET = 2; + + private static $valueToName = [ + self::UNKNOWN => 'UNKNOWN', + self::ACTIVE_SETTINGS => 'ACTIVE_SETTINGS', + self::CAPTURE_PRESET => 'CAPTURE_PRESET', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/Action/CaptureStop.php b/generated/Rv/Analytics/Trigger/ActionCaptureStop.php similarity index 87% rename from generated/Rv/Analytics/Trigger/Action/CaptureStop.php rename to generated/Rv/Analytics/Trigger/ActionCaptureStop.php index 4116f82..90c69e8 100644 --- a/generated/Rv/Analytics/Trigger/Action/CaptureStop.php +++ b/generated/Rv/Analytics/Trigger/ActionCaptureStop.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.CaptureStop + * Generated from protobuf message rv.analytics.trigger.ActionCaptureStop */ -class CaptureStop extends \Google\Protobuf\Internal\Message +class ActionCaptureStop extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool confirm_before_stopping = 1; diff --git a/generated/Rv/Analytics/Trigger/Action/Timer.php b/generated/Rv/Analytics/Trigger/ActionClear.php similarity index 61% rename from generated/Rv/Analytics/Trigger/Action/Timer.php rename to generated/Rv/Analytics/Trigger/ActionClear.php index ff33d0a..930c229 100644 --- a/generated/Rv/Analytics/Trigger/Action/Timer.php +++ b/generated/Rv/Analytics/Trigger/ActionClear.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.Timer + * Generated from protobuf message rv.analytics.trigger.ActionClear */ -class Timer extends \Google\Protobuf\Internal\Message +class ActionClear extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Timer.Type type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionClear.Type type = 1; */ protected $type = 0; @@ -34,7 +34,7 @@ class Timer extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Timer.Type type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionClear.Type type = 1; * @return int */ public function getType() @@ -43,13 +43,13 @@ class Timer extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Timer.Type type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionClear.Type type = 1; * @param int $var * @return $this */ public function setType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Timer\Type::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionClear\Type::class); $this->type = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/ActionClear/Type.php b/generated/Rv/Analytics/Trigger/ActionClear/Type.php new file mode 100644 index 0000000..c677212 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/ActionClear/Type.php @@ -0,0 +1,89 @@ +rv.analytics.trigger.ActionClear.Type + */ +class Type +{ + /** + * Generated from protobuf enum UNKNOWN = 0; + */ + const UNKNOWN = 0; + /** + * Generated from protobuf enum AUDIO = 1; + */ + const AUDIO = 1; + /** + * Generated from protobuf enum MESSAGES = 2; + */ + const MESSAGES = 2; + /** + * Generated from protobuf enum PROPS = 3; + */ + const PROPS = 3; + /** + * Generated from protobuf enum ANNOUNCEMENTS = 4; + */ + const ANNOUNCEMENTS = 4; + /** + * Generated from protobuf enum SLIDE = 5; + */ + const SLIDE = 5; + /** + * Generated from protobuf enum MEDIA = 6; + */ + const MEDIA = 6; + /** + * Generated from protobuf enum VIDEO_INPUT = 7; + */ + const VIDEO_INPUT = 7; + /** + * Generated from protobuf enum CLEAR_TO_LOGO = 8; + */ + const CLEAR_TO_LOGO = 8; + /** + * Generated from protobuf enum CLEAR_GROUP = 9; + */ + const CLEAR_GROUP = 9; + + private static $valueToName = [ + self::UNKNOWN => 'UNKNOWN', + self::AUDIO => 'AUDIO', + self::MESSAGES => 'MESSAGES', + self::PROPS => 'PROPS', + self::ANNOUNCEMENTS => 'ANNOUNCEMENTS', + self::SLIDE => 'SLIDE', + self::MEDIA => 'MEDIA', + self::VIDEO_INPUT => 'VIDEO_INPUT', + self::CLEAR_TO_LOGO => 'CLEAR_TO_LOGO', + self::CLEAR_GROUP => 'CLEAR_GROUP', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/Action/ClearGroup.php b/generated/Rv/Analytics/Trigger/ActionClearGroup.php similarity index 96% rename from generated/Rv/Analytics/Trigger/Action/ClearGroup.php rename to generated/Rv/Analytics/Trigger/ActionClearGroup.php index b7f1272..d28dd47 100644 --- a/generated/Rv/Analytics/Trigger/Action/ClearGroup.php +++ b/generated/Rv/Analytics/Trigger/ActionClearGroup.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.ClearGroup + * Generated from protobuf message rv.analytics.trigger.ActionClearGroup */ -class ClearGroup extends \Google\Protobuf\Internal\Message +class ActionClearGroup extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool layer_audio = 1; diff --git a/generated/Rv/Analytics/Trigger/MediaBin.php b/generated/Rv/Analytics/Trigger/ActionCommunications.php similarity index 78% rename from generated/Rv/Analytics/Trigger/MediaBin.php rename to generated/Rv/Analytics/Trigger/ActionCommunications.php index ac42ea9..6241e40 100644 --- a/generated/Rv/Analytics/Trigger/MediaBin.php +++ b/generated/Rv/Analytics/Trigger/ActionCommunications.php @@ -10,9 +10,9 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.MediaBin + * Generated from protobuf message rv.analytics.trigger.ActionCommunications */ -class MediaBin extends \Google\Protobuf\Internal\Message +class ActionCommunications extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Rv/Analytics/Trigger/Action/Look.php b/generated/Rv/Analytics/Trigger/ActionLook.php similarity index 54% rename from generated/Rv/Analytics/Trigger/Action/Look.php rename to generated/Rv/Analytics/Trigger/ActionLook.php index 2b363fc..1e0c0fa 100644 --- a/generated/Rv/Analytics/Trigger/Action/Look.php +++ b/generated/Rv/Analytics/Trigger/ActionLook.php @@ -3,51 +3,51 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.Look + * Generated from protobuf message rv.analytics.trigger.ActionLook */ -class Look extends \Google\Protobuf\Internal\Message +class ActionLook extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 total_screen_count = 1; */ protected $total_screen_count = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting mask = 2; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting mask = 2; */ protected $mask = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting messages = 3; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting messages = 3; */ protected $messages = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting props = 4; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting props = 4; */ protected $props = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting announcements = 5; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting announcements = 5; */ protected $announcements = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting presentation_theme = 6; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting presentation_theme = 6; */ protected $presentation_theme = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting slide = 7; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting slide = 7; */ protected $slide = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting media = 8; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting media = 8; */ protected $media = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting video_input = 9; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting video_input = 9; */ protected $video_input = 0; @@ -96,7 +96,7 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting mask = 2; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting mask = 2; * @return int */ public function getMask() @@ -105,20 +105,20 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting mask = 2; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting mask = 2; * @param int $var * @return $this */ public function setMask($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Look\Setting::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionLook\Setting::class); $this->mask = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting messages = 3; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting messages = 3; * @return int */ public function getMessages() @@ -127,20 +127,20 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting messages = 3; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting messages = 3; * @param int $var * @return $this */ public function setMessages($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Look\Setting::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionLook\Setting::class); $this->messages = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting props = 4; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting props = 4; * @return int */ public function getProps() @@ -149,20 +149,20 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting props = 4; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting props = 4; * @param int $var * @return $this */ public function setProps($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Look\Setting::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionLook\Setting::class); $this->props = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting announcements = 5; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting announcements = 5; * @return int */ public function getAnnouncements() @@ -171,20 +171,20 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting announcements = 5; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting announcements = 5; * @param int $var * @return $this */ public function setAnnouncements($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Look\Setting::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionLook\Setting::class); $this->announcements = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting presentation_theme = 6; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting presentation_theme = 6; * @return int */ public function getPresentationTheme() @@ -193,20 +193,20 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting presentation_theme = 6; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting presentation_theme = 6; * @param int $var * @return $this */ public function setPresentationTheme($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Look\Setting::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionLook\Setting::class); $this->presentation_theme = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting slide = 7; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting slide = 7; * @return int */ public function getSlide() @@ -215,20 +215,20 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting slide = 7; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting slide = 7; * @param int $var * @return $this */ public function setSlide($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Look\Setting::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionLook\Setting::class); $this->slide = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting media = 8; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting media = 8; * @return int */ public function getMedia() @@ -237,20 +237,20 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting media = 8; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting media = 8; * @param int $var * @return $this */ public function setMedia($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Look\Setting::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionLook\Setting::class); $this->media = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting video_input = 9; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting video_input = 9; * @return int */ public function getVideoInput() @@ -259,13 +259,13 @@ class Look extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.Look.Setting video_input = 9; + * Generated from protobuf field .rv.analytics.trigger.ActionLook.Setting video_input = 9; * @param int $var * @return $this */ public function setVideoInput($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\Look\Setting::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionLook\Setting::class); $this->video_input = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/Action/Look/Setting.php b/generated/Rv/Analytics/Trigger/ActionLook/Setting.php similarity index 62% rename from generated/Rv/Analytics/Trigger/Action/Look/Setting.php rename to generated/Rv/Analytics/Trigger/ActionLook/Setting.php index 8392b69..36276ca 100644 --- a/generated/Rv/Analytics/Trigger/Action/Look/Setting.php +++ b/generated/Rv/Analytics/Trigger/ActionLook/Setting.php @@ -3,32 +3,32 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action\Look; +namespace Rv\Analytics\Trigger\ActionLook; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Trigger.Action.Look.Setting + * Protobuf type rv.analytics.trigger.ActionLook.Setting */ class Setting { /** - * Generated from protobuf enum SETTING_NONE = 0; + * Generated from protobuf enum NONE = 0; */ - const SETTING_NONE = 0; + const NONE = 0; /** - * Generated from protobuf enum SETTING_SOME = 1; + * Generated from protobuf enum SOME = 1; */ - const SETTING_SOME = 1; + const SOME = 1; /** - * Generated from protobuf enum SETTING_ALL = 2; + * Generated from protobuf enum ALL = 2; */ - const SETTING_ALL = 2; + const ALL = 2; private static $valueToName = [ - self::SETTING_NONE => 'SETTING_NONE', - self::SETTING_SOME => 'SETTING_SOME', - self::SETTING_ALL => 'SETTING_ALL', + self::NONE => 'NONE', + self::SOME => 'SOME', + self::ALL => 'ALL', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/Action/Macro.php b/generated/Rv/Analytics/Trigger/ActionMacro.php similarity index 93% rename from generated/Rv/Analytics/Trigger/Action/Macro.php rename to generated/Rv/Analytics/Trigger/ActionMacro.php index 1f96284..f4f4881 100644 --- a/generated/Rv/Analytics/Trigger/Action/Macro.php +++ b/generated/Rv/Analytics/Trigger/ActionMacro.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.Macro + * Generated from protobuf message rv.analytics.trigger.ActionMacro */ -class Macro extends \Google\Protobuf\Internal\Message +class ActionMacro extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 action_count = 1; diff --git a/generated/Rv/Analytics/Trigger/Action/Message.php b/generated/Rv/Analytics/Trigger/ActionMessage.php similarity index 95% rename from generated/Rv/Analytics/Trigger/Action/Message.php rename to generated/Rv/Analytics/Trigger/ActionMessage.php index aafd545..8a4afe7 100644 --- a/generated/Rv/Analytics/Trigger/Action/Message.php +++ b/generated/Rv/Analytics/Trigger/ActionMessage.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.Message + * Generated from protobuf message rv.analytics.trigger.ActionMessage */ -class Message extends \Google\Protobuf\Internal\Message +class ActionMessage extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 token_count = 1; diff --git a/generated/Rv/Analytics/Trigger/ActionProp.php b/generated/Rv/Analytics/Trigger/ActionProp.php new file mode 100644 index 0000000..0366c11 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/ActionProp.php @@ -0,0 +1,113 @@ +rv.analytics.trigger.ActionProp + */ +class ActionProp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string transition = 1; + */ + protected $transition = ''; + /** + * Generated from protobuf field .rv.analytics.trigger.ActionProp.Type type = 2; + */ + protected $type = 0; + /** + * Generated from protobuf field .rv.analytics.trigger.ActionProp.AutoClear auto_clear = 3; + */ + protected $auto_clear = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $transition + * @type int $type + * @type int $auto_clear + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTrigger::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string transition = 1; + * @return string + */ + public function getTransition() + { + return $this->transition; + } + + /** + * Generated from protobuf field string transition = 1; + * @param string $var + * @return $this + */ + public function setTransition($var) + { + GPBUtil::checkString($var, True); + $this->transition = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionProp.Type type = 2; + * @return int + */ + public function getType() + { + return $this->type; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionProp.Type type = 2; + * @param int $var + * @return $this + */ + public function setType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionProp\Type::class); + $this->type = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionProp.AutoClear auto_clear = 3; + * @return int + */ + public function getAutoClear() + { + return $this->auto_clear; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.ActionProp.AutoClear auto_clear = 3; + * @param int $var + * @return $this + */ + public function setAutoClear($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionProp\AutoClear::class); + $this->auto_clear = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trigger/ActionProp/AutoClear.php b/generated/Rv/Analytics/Trigger/ActionProp/AutoClear.php new file mode 100644 index 0000000..a78bb8b --- /dev/null +++ b/generated/Rv/Analytics/Trigger/ActionProp/AutoClear.php @@ -0,0 +1,79 @@ +rv.analytics.trigger.ActionProp.AutoClear + */ +class AutoClear +{ + /** + * Generated from protobuf enum UNKNOWN = 0; + */ + const UNKNOWN = 0; + /** + * Generated from protobuf enum DEFAULT_DISABLED = 1; + */ + const DEFAULT_DISABLED = 1; + /** + * Generated from protobuf enum DEFAULT_ENABLED = 2; + */ + const DEFAULT_ENABLED = 2; + /** + * Generated from protobuf enum DISABLED = 3; + */ + const DISABLED = 3; + /** + * Generated from protobuf enum ENABLED = 4; + */ + const ENABLED = 4; + /** + * Generated from protobuf enum DISABLED_OVERRIDE = 5; + */ + const DISABLED_OVERRIDE = 5; + /** + * Generated from protobuf enum ENABLED_OVERRIDE = 6; + */ + const ENABLED_OVERRIDE = 6; + /** + * Generated from protobuf enum CLEAR_ACTION = 7; + */ + const CLEAR_ACTION = 7; + + private static $valueToName = [ + self::UNKNOWN => 'UNKNOWN', + self::DEFAULT_DISABLED => 'DEFAULT_DISABLED', + self::DEFAULT_ENABLED => 'DEFAULT_ENABLED', + self::DISABLED => 'DISABLED', + self::ENABLED => 'ENABLED', + self::DISABLED_OVERRIDE => 'DISABLED_OVERRIDE', + self::ENABLED_OVERRIDE => 'ENABLED_OVERRIDE', + self::CLEAR_ACTION => 'CLEAR_ACTION', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/ActionProp/Type.php b/generated/Rv/Analytics/Trigger/ActionProp/Type.php new file mode 100644 index 0000000..617d7c8 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/ActionProp/Type.php @@ -0,0 +1,59 @@ +rv.analytics.trigger.ActionProp.Type + */ +class Type +{ + /** + * Generated from protobuf enum TYPE_UNKNOWN = 0; + */ + const TYPE_UNKNOWN = 0; + /** + * Generated from protobuf enum TRIGGER = 1; + */ + const TRIGGER = 1; + /** + * Generated from protobuf enum CLEAR = 2; + */ + const CLEAR = 2; + /** + * Generated from protobuf enum TRIGGER_FROM_PROP_BIN = 3; + */ + const TRIGGER_FROM_PROP_BIN = 3; + + private static $valueToName = [ + self::TYPE_UNKNOWN => 'TYPE_UNKNOWN', + self::TRIGGER => 'TRIGGER', + self::CLEAR => 'CLEAR', + self::TRIGGER_FROM_PROP_BIN => 'TRIGGER_FROM_PROP_BIN', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/Action/SlideDestination.php b/generated/Rv/Analytics/Trigger/ActionSlideDestination.php similarity index 57% rename from generated/Rv/Analytics/Trigger/Action/SlideDestination.php rename to generated/Rv/Analytics/Trigger/ActionSlideDestination.php index 0c27ad0..fe36f97 100644 --- a/generated/Rv/Analytics/Trigger/Action/SlideDestination.php +++ b/generated/Rv/Analytics/Trigger/ActionSlideDestination.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.SlideDestination + * Generated from protobuf message rv.analytics.trigger.ActionSlideDestination */ -class SlideDestination extends \Google\Protobuf\Internal\Message +class ActionSlideDestination extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Trigger.Action.SlideDestination.ChangeSlideDestination change_slide_destination = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionSlideDestination.ChangeSlideDestination change_slide_destination = 1; */ protected $change_slide_destination = 0; @@ -34,7 +34,7 @@ class SlideDestination extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.SlideDestination.ChangeSlideDestination change_slide_destination = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionSlideDestination.ChangeSlideDestination change_slide_destination = 1; * @return int */ public function getChangeSlideDestination() @@ -43,13 +43,13 @@ class SlideDestination extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.SlideDestination.ChangeSlideDestination change_slide_destination = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionSlideDestination.ChangeSlideDestination change_slide_destination = 1; * @param int $var * @return $this */ public function setChangeSlideDestination($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\SlideDestination\ChangeSlideDestination::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionSlideDestination\ChangeSlideDestination::class); $this->change_slide_destination = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/Action/CaptureStart/PresetType.php b/generated/Rv/Analytics/Trigger/ActionSlideDestination/ChangeSlideDestination.php similarity index 54% rename from generated/Rv/Analytics/Trigger/Action/CaptureStart/PresetType.php rename to generated/Rv/Analytics/Trigger/ActionSlideDestination/ChangeSlideDestination.php index 917f4e4..e7ac2cb 100644 --- a/generated/Rv/Analytics/Trigger/Action/CaptureStart/PresetType.php +++ b/generated/Rv/Analytics/Trigger/ActionSlideDestination/ChangeSlideDestination.php @@ -3,32 +3,37 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action\CaptureStart; +namespace Rv\Analytics\Trigger\ActionSlideDestination; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Trigger.Action.CaptureStart.PresetType + * Protobuf type rv.analytics.trigger.ActionSlideDestination.ChangeSlideDestination */ -class PresetType +class ChangeSlideDestination { /** - * Generated from protobuf enum PRESET_TYPE_UNKNOWN = 0; + * Generated from protobuf enum UNKNOWN = 0; */ - const PRESET_TYPE_UNKNOWN = 0; + const UNKNOWN = 0; /** - * Generated from protobuf enum PRESET_TYPE_ACTIVE_SETTINGS = 1; + * Generated from protobuf enum NO_CHANGE = 1; */ - const PRESET_TYPE_ACTIVE_SETTINGS = 1; + const NO_CHANGE = 1; /** - * Generated from protobuf enum PRESET_TYPE_CAPTURE_PRESET = 2; + * Generated from protobuf enum STAGE_ONLY = 2; */ - const PRESET_TYPE_CAPTURE_PRESET = 2; + const STAGE_ONLY = 2; + /** + * Generated from protobuf enum STAGE_AUDIENCE = 3; + */ + const STAGE_AUDIENCE = 3; private static $valueToName = [ - self::PRESET_TYPE_UNKNOWN => 'PRESET_TYPE_UNKNOWN', - self::PRESET_TYPE_ACTIVE_SETTINGS => 'PRESET_TYPE_ACTIVE_SETTINGS', - self::PRESET_TYPE_CAPTURE_PRESET => 'PRESET_TYPE_CAPTURE_PRESET', + self::UNKNOWN => 'UNKNOWN', + self::NO_CHANGE => 'NO_CHANGE', + self::STAGE_ONLY => 'STAGE_ONLY', + self::STAGE_AUDIENCE => 'STAGE_AUDIENCE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/Action/Stage.php b/generated/Rv/Analytics/Trigger/ActionStage.php similarity index 68% rename from generated/Rv/Analytics/Trigger/Action/Stage.php rename to generated/Rv/Analytics/Trigger/ActionStage.php index 4657fe3..359efd4 100644 --- a/generated/Rv/Analytics/Trigger/Action/Stage.php +++ b/generated/Rv/Analytics/Trigger/ActionStage.php @@ -3,21 +3,21 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.Stage + * Generated from protobuf message rv.analytics.trigger.ActionStage */ -class Stage extends \Google\Protobuf\Internal\Message +class ActionStage extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field int32 layout_change_count = 1; + * Generated from protobuf field int32 layouts = 1; */ - protected $layout_change_count = 0; + protected $layouts = 0; /** * Generated from protobuf field int32 total_stage_screens = 2; */ @@ -29,7 +29,7 @@ class Stage extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type int $layout_change_count + * @type int $layouts * @type int $total_stage_screens * } */ @@ -39,23 +39,23 @@ class Stage extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 layout_change_count = 1; + * Generated from protobuf field int32 layouts = 1; * @return int */ - public function getLayoutChangeCount() + public function getLayouts() { - return $this->layout_change_count; + return $this->layouts; } /** - * Generated from protobuf field int32 layout_change_count = 1; + * Generated from protobuf field int32 layouts = 1; * @param int $var * @return $this */ - public function setLayoutChangeCount($var) + public function setLayouts($var) { GPBUtil::checkInt32($var); - $this->layout_change_count = $var; + $this->layouts = $var; return $this; } diff --git a/generated/Rv/Analytics/Trigger/Action/ClearLayer.php b/generated/Rv/Analytics/Trigger/ActionTimer.php similarity index 58% rename from generated/Rv/Analytics/Trigger/Action/ClearLayer.php rename to generated/Rv/Analytics/Trigger/ActionTimer.php index 85480b7..90a9c8d 100644 --- a/generated/Rv/Analytics/Trigger/Action/ClearLayer.php +++ b/generated/Rv/Analytics/Trigger/ActionTimer.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTrigger.proto -namespace Rv\Analytics\Trigger\Action; +namespace Rv\Analytics\Trigger; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.Action.ClearLayer + * Generated from protobuf message rv.analytics.trigger.ActionTimer */ -class ClearLayer extends \Google\Protobuf\Internal\Message +class ActionTimer extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Trigger.Action.ClearLayer.ClearLayerType type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionTimer.Type type = 1; */ protected $type = 0; @@ -34,7 +34,7 @@ class ClearLayer extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.ClearLayer.ClearLayerType type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionTimer.Type type = 1; * @return int */ public function getType() @@ -43,13 +43,13 @@ class ClearLayer extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Action.ClearLayer.ClearLayerType type = 1; + * Generated from protobuf field .rv.analytics.trigger.ActionTimer.Type type = 1; * @param int $var * @return $this */ public function setType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Action\ClearLayer\ClearLayerType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\ActionTimer\Type::class); $this->type = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/ActionTimer/Type.php b/generated/Rv/Analytics/Trigger/ActionTimer/Type.php new file mode 100644 index 0000000..9db3640 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/ActionTimer/Type.php @@ -0,0 +1,74 @@ +rv.analytics.trigger.ActionTimer.Type + */ +class Type +{ + /** + * Generated from protobuf enum UNKNOWN = 0; + */ + const UNKNOWN = 0; + /** + * Generated from protobuf enum START_SET_CONFIGURATION = 1; + */ + const START_SET_CONFIGURATION = 1; + /** + * Generated from protobuf enum START = 2; + */ + const START = 2; + /** + * Generated from protobuf enum STOP = 3; + */ + const STOP = 3; + /** + * Generated from protobuf enum RESET = 4; + */ + const RESET = 4; + /** + * Generated from protobuf enum STOP_SET_CONFIGURATION = 5; + */ + const STOP_SET_CONFIGURATION = 5; + /** + * Generated from protobuf enum INCREMENT = 6; + */ + const INCREMENT = 6; + + private static $valueToName = [ + self::UNKNOWN => 'UNKNOWN', + self::START_SET_CONFIGURATION => 'START_SET_CONFIGURATION', + self::START => 'START', + self::STOP => 'STOP', + self::RESET => 'RESET', + self::STOP_SET_CONFIGURATION => 'STOP_SET_CONFIGURATION', + self::INCREMENT => 'INCREMENT', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/Cue.php b/generated/Rv/Analytics/Trigger/Cue.php deleted file mode 100644 index e6fa1fe..0000000 --- a/generated/Rv/Analytics/Trigger/Cue.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.Trigger.Cue - */ -class Cue extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\Trigger\Cue\Slide $slide - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide slide = 1; - * @return \Rv\Analytics\Trigger\Cue\Slide|null - */ - public function getSlide() - { - return $this->readOneof(1); - } - - public function hasSlide() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide slide = 1; - * @param \Rv\Analytics\Trigger\Cue\Slide $var - * @return $this - */ - public function setSlide($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\Slide::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/Trigger/Cue/DestinationLayer.php b/generated/Rv/Analytics/Trigger/Cue/DestinationLayer.php new file mode 100644 index 0000000..f46f6e4 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Cue/DestinationLayer.php @@ -0,0 +1,74 @@ +rv.analytics.trigger.cue.DestinationLayer + */ +class DestinationLayer +{ + /** + * Generated from protobuf enum DESTINATION_LAYER_UNKNOWN = 0; + */ + const DESTINATION_LAYER_UNKNOWN = 0; + /** + * Generated from protobuf enum ANNOUNCEMENT = 1; + */ + const ANNOUNCEMENT = 1; + /** + * Generated from protobuf enum PRESENTATION = 2; + */ + const PRESENTATION = 2; + /** + * Generated from protobuf enum STAGE = 3; + */ + const STAGE = 3; + /** + * Generated from protobuf enum PROPS = 4; + */ + const PROPS = 4; + /** + * Generated from protobuf enum MESSAGES = 5; + */ + const MESSAGES = 5; + /** + * Generated from protobuf enum MASK = 6; + */ + const MASK = 6; + + private static $valueToName = [ + self::DESTINATION_LAYER_UNKNOWN => 'DESTINATION_LAYER_UNKNOWN', + self::ANNOUNCEMENT => 'ANNOUNCEMENT', + self::PRESENTATION => 'PRESENTATION', + self::STAGE => 'STAGE', + self::PROPS => 'PROPS', + self::MESSAGES => 'MESSAGES', + self::MASK => 'MASK', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide.php b/generated/Rv/Analytics/Trigger/Cue/Slide.php index b69d047..07e7d6c 100644 --- a/generated/Rv/Analytics/Trigger/Cue/Slide.php +++ b/generated/Rv/Analytics/Trigger/Cue/Slide.php @@ -1,7 +1,7 @@ rv.analytics.Trigger.Cue.Slide + * Generated from protobuf message rv.analytics.trigger.cue.Slide */ class Slide extends \Google\Protobuf\Internal\Message { - protected $Component; + /** + * Generated from protobuf field int32 object_count = 1; + */ + protected $object_count = 0; + /** + * Generated from protobuf field int32 scrolling_object_count = 2; + */ + protected $scrolling_object_count = 0; + /** + * Generated from protobuf field int32 background_fx_object_count = 3; + */ + protected $background_fx_object_count = 0; + /** + * Generated from protobuf field int32 action_count = 4; + */ + protected $action_count = 0; + /** + * Generated from protobuf field bool has_text_fx = 5; + */ + protected $has_text_fx = false; + /** + * Generated from protobuf field int32 media_text_fill_object_count = 6; + */ + protected $media_text_fill_object_count = 0; + /** + * Generated from protobuf field int32 cut_out_text_fill_object_count = 7; + */ + protected $cut_out_text_fill_object_count = 0; + /** + * Generated from protobuf field int32 background_blur_text_fill_object_count = 8; + */ + protected $background_blur_text_fill_object_count = 0; + /** + * Generated from protobuf field int32 background_invert_text_fill_object_count = 9; + */ + protected $background_invert_text_fill_object_count = 0; /** * Constructor. @@ -22,131 +57,218 @@ class Slide extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\Trigger\Cue\Slide\Trigger $trigger - * @type \Rv\Analytics\Trigger\Cue\Slide\ScrollingTextElement $scrolling_text_element - * @type \Rv\Analytics\Trigger\Cue\Slide\RSSFeedElement $rss_feed_element - * @type \Rv\Analytics\Trigger\Cue\Slide\FileFeedElement $file_feed_element + * @type int $object_count + * @type int $scrolling_object_count + * @type int $background_fx_object_count + * @type int $action_count + * @type bool $has_text_fx + * @type int $media_text_fill_object_count + * @type int $cut_out_text_fill_object_count + * @type int $background_blur_text_fill_object_count + * @type int $background_invert_text_fill_object_count * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); + \GPBMetadata\AnalyticsTriggerCue::initOnce(); parent::__construct($data); } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.Trigger trigger = 1; - * @return \Rv\Analytics\Trigger\Cue\Slide\Trigger|null + * Generated from protobuf field int32 object_count = 1; + * @return int */ - public function getTrigger() + public function getObjectCount() { - return $this->readOneof(1); - } - - public function hasTrigger() - { - return $this->hasOneof(1); + return $this->object_count; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.Trigger trigger = 1; - * @param \Rv\Analytics\Trigger\Cue\Slide\Trigger $var + * Generated from protobuf field int32 object_count = 1; + * @param int $var * @return $this */ - public function setTrigger($var) + public function setObjectCount($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\Slide\Trigger::class); - $this->writeOneof(1, $var); + GPBUtil::checkInt32($var); + $this->object_count = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement scrolling_text_element = 2; - * @return \Rv\Analytics\Trigger\Cue\Slide\ScrollingTextElement|null + * Generated from protobuf field int32 scrolling_object_count = 2; + * @return int */ - public function getScrollingTextElement() + public function getScrollingObjectCount() { - return $this->readOneof(2); - } - - public function hasScrollingTextElement() - { - return $this->hasOneof(2); + return $this->scrolling_object_count; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement scrolling_text_element = 2; - * @param \Rv\Analytics\Trigger\Cue\Slide\ScrollingTextElement $var + * Generated from protobuf field int32 scrolling_object_count = 2; + * @param int $var * @return $this */ - public function setScrollingTextElement($var) + public function setScrollingObjectCount($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\Slide\ScrollingTextElement::class); - $this->writeOneof(2, $var); + GPBUtil::checkInt32($var); + $this->scrolling_object_count = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.RSSFeedElement rss_feed_element = 3; - * @return \Rv\Analytics\Trigger\Cue\Slide\RSSFeedElement|null + * Generated from protobuf field int32 background_fx_object_count = 3; + * @return int */ - public function getRssFeedElement() + public function getBackgroundFxObjectCount() { - return $this->readOneof(3); - } - - public function hasRssFeedElement() - { - return $this->hasOneof(3); + return $this->background_fx_object_count; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.RSSFeedElement rss_feed_element = 3; - * @param \Rv\Analytics\Trigger\Cue\Slide\RSSFeedElement $var + * Generated from protobuf field int32 background_fx_object_count = 3; + * @param int $var * @return $this */ - public function setRssFeedElement($var) + public function setBackgroundFxObjectCount($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\Slide\RSSFeedElement::class); - $this->writeOneof(3, $var); + GPBUtil::checkInt32($var); + $this->background_fx_object_count = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.FileFeedElement file_feed_element = 4; - * @return \Rv\Analytics\Trigger\Cue\Slide\FileFeedElement|null + * Generated from protobuf field int32 action_count = 4; + * @return int */ - public function getFileFeedElement() + public function getActionCount() { - return $this->readOneof(4); - } - - public function hasFileFeedElement() - { - return $this->hasOneof(4); + return $this->action_count; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.FileFeedElement file_feed_element = 4; - * @param \Rv\Analytics\Trigger\Cue\Slide\FileFeedElement $var + * Generated from protobuf field int32 action_count = 4; + * @param int $var * @return $this */ - public function setFileFeedElement($var) + public function setActionCount($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Cue\Slide\FileFeedElement::class); - $this->writeOneof(4, $var); + GPBUtil::checkInt32($var); + $this->action_count = $var; return $this; } /** - * @return string + * Generated from protobuf field bool has_text_fx = 5; + * @return bool */ - public function getComponent() + public function getHasTextFx() { - return $this->whichOneof("Component"); + return $this->has_text_fx; + } + + /** + * Generated from protobuf field bool has_text_fx = 5; + * @param bool $var + * @return $this + */ + public function setHasTextFx($var) + { + GPBUtil::checkBool($var); + $this->has_text_fx = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 media_text_fill_object_count = 6; + * @return int + */ + public function getMediaTextFillObjectCount() + { + return $this->media_text_fill_object_count; + } + + /** + * Generated from protobuf field int32 media_text_fill_object_count = 6; + * @param int $var + * @return $this + */ + public function setMediaTextFillObjectCount($var) + { + GPBUtil::checkInt32($var); + $this->media_text_fill_object_count = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 cut_out_text_fill_object_count = 7; + * @return int + */ + public function getCutOutTextFillObjectCount() + { + return $this->cut_out_text_fill_object_count; + } + + /** + * Generated from protobuf field int32 cut_out_text_fill_object_count = 7; + * @param int $var + * @return $this + */ + public function setCutOutTextFillObjectCount($var) + { + GPBUtil::checkInt32($var); + $this->cut_out_text_fill_object_count = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 background_blur_text_fill_object_count = 8; + * @return int + */ + public function getBackgroundBlurTextFillObjectCount() + { + return $this->background_blur_text_fill_object_count; + } + + /** + * Generated from protobuf field int32 background_blur_text_fill_object_count = 8; + * @param int $var + * @return $this + */ + public function setBackgroundBlurTextFillObjectCount($var) + { + GPBUtil::checkInt32($var); + $this->background_blur_text_fill_object_count = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 background_invert_text_fill_object_count = 9; + * @return int + */ + public function getBackgroundInvertTextFillObjectCount() + { + return $this->background_invert_text_fill_object_count; + } + + /** + * Generated from protobuf field int32 background_invert_text_fill_object_count = 9; + * @param int $var + * @return $this + */ + public function setBackgroundInvertTextFillObjectCount($var) + { + GPBUtil::checkInt32($var); + $this->background_invert_text_fill_object_count = $var; + + return $this; } } diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/DestinationLayer.php b/generated/Rv/Analytics/Trigger/Cue/Slide/DestinationLayer.php deleted file mode 100644 index 697ef7a..0000000 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/DestinationLayer.php +++ /dev/null @@ -1,74 +0,0 @@ -rv.analytics.Trigger.Cue.Slide.DestinationLayer - */ -class DestinationLayer -{ - /** - * Generated from protobuf enum DESTINATION_LAYER_UNKNOWN = 0; - */ - const DESTINATION_LAYER_UNKNOWN = 0; - /** - * Generated from protobuf enum DESTINATION_LAYER_ANNOUNCEMENT = 1; - */ - const DESTINATION_LAYER_ANNOUNCEMENT = 1; - /** - * Generated from protobuf enum DESTINATION_LAYER_PRESENTATION = 2; - */ - const DESTINATION_LAYER_PRESENTATION = 2; - /** - * Generated from protobuf enum DESTINATION_LAYER_STAGE = 3; - */ - const DESTINATION_LAYER_STAGE = 3; - /** - * Generated from protobuf enum DESTINATION_LAYER_PROPS = 4; - */ - const DESTINATION_LAYER_PROPS = 4; - /** - * Generated from protobuf enum DESTINATION_LAYER_MESSAGES = 5; - */ - const DESTINATION_LAYER_MESSAGES = 5; - /** - * Generated from protobuf enum DESTINATION_LAYER_MASK = 6; - */ - const DESTINATION_LAYER_MASK = 6; - - private static $valueToName = [ - self::DESTINATION_LAYER_UNKNOWN => 'DESTINATION_LAYER_UNKNOWN', - self::DESTINATION_LAYER_ANNOUNCEMENT => 'DESTINATION_LAYER_ANNOUNCEMENT', - self::DESTINATION_LAYER_PRESENTATION => 'DESTINATION_LAYER_PRESENTATION', - self::DESTINATION_LAYER_STAGE => 'DESTINATION_LAYER_STAGE', - self::DESTINATION_LAYER_PROPS => 'DESTINATION_LAYER_PROPS', - self::DESTINATION_LAYER_MESSAGES => 'DESTINATION_LAYER_MESSAGES', - self::DESTINATION_LAYER_MASK => 'DESTINATION_LAYER_MASK', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/Trigger.php b/generated/Rv/Analytics/Trigger/Cue/Slide/Trigger.php deleted file mode 100644 index 6b6bb7f..0000000 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/Trigger.php +++ /dev/null @@ -1,275 +0,0 @@ -rv.analytics.Trigger.Cue.Slide.Trigger - */ -class Trigger extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field int32 object_count = 1; - */ - protected $object_count = 0; - /** - * Generated from protobuf field int32 scrolling_object_count = 2; - */ - protected $scrolling_object_count = 0; - /** - * Generated from protobuf field int32 background_fx_object_count = 3; - */ - protected $background_fx_object_count = 0; - /** - * Generated from protobuf field int32 action_count = 4; - */ - protected $action_count = 0; - /** - * Generated from protobuf field bool has_text_fx = 5; - */ - protected $has_text_fx = false; - /** - * Generated from protobuf field int32 media_text_fill_object_count = 6; - */ - protected $media_text_fill_object_count = 0; - /** - * Generated from protobuf field int32 cut_out_text_fill_object_count = 7; - */ - protected $cut_out_text_fill_object_count = 0; - /** - * Generated from protobuf field int32 background_blur_text_fill_object_count = 8; - */ - protected $background_blur_text_fill_object_count = 0; - /** - * Generated from protobuf field int32 background_invert_text_fill_object_count = 9; - */ - protected $background_invert_text_fill_object_count = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $object_count - * @type int $scrolling_object_count - * @type int $background_fx_object_count - * @type int $action_count - * @type bool $has_text_fx - * @type int $media_text_fill_object_count - * @type int $cut_out_text_fill_object_count - * @type int $background_blur_text_fill_object_count - * @type int $background_invert_text_fill_object_count - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field int32 object_count = 1; - * @return int - */ - public function getObjectCount() - { - return $this->object_count; - } - - /** - * Generated from protobuf field int32 object_count = 1; - * @param int $var - * @return $this - */ - public function setObjectCount($var) - { - GPBUtil::checkInt32($var); - $this->object_count = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 scrolling_object_count = 2; - * @return int - */ - public function getScrollingObjectCount() - { - return $this->scrolling_object_count; - } - - /** - * Generated from protobuf field int32 scrolling_object_count = 2; - * @param int $var - * @return $this - */ - public function setScrollingObjectCount($var) - { - GPBUtil::checkInt32($var); - $this->scrolling_object_count = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 background_fx_object_count = 3; - * @return int - */ - public function getBackgroundFxObjectCount() - { - return $this->background_fx_object_count; - } - - /** - * Generated from protobuf field int32 background_fx_object_count = 3; - * @param int $var - * @return $this - */ - public function setBackgroundFxObjectCount($var) - { - GPBUtil::checkInt32($var); - $this->background_fx_object_count = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 action_count = 4; - * @return int - */ - public function getActionCount() - { - return $this->action_count; - } - - /** - * Generated from protobuf field int32 action_count = 4; - * @param int $var - * @return $this - */ - public function setActionCount($var) - { - GPBUtil::checkInt32($var); - $this->action_count = $var; - - return $this; - } - - /** - * Generated from protobuf field bool has_text_fx = 5; - * @return bool - */ - public function getHasTextFx() - { - return $this->has_text_fx; - } - - /** - * Generated from protobuf field bool has_text_fx = 5; - * @param bool $var - * @return $this - */ - public function setHasTextFx($var) - { - GPBUtil::checkBool($var); - $this->has_text_fx = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 media_text_fill_object_count = 6; - * @return int - */ - public function getMediaTextFillObjectCount() - { - return $this->media_text_fill_object_count; - } - - /** - * Generated from protobuf field int32 media_text_fill_object_count = 6; - * @param int $var - * @return $this - */ - public function setMediaTextFillObjectCount($var) - { - GPBUtil::checkInt32($var); - $this->media_text_fill_object_count = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 cut_out_text_fill_object_count = 7; - * @return int - */ - public function getCutOutTextFillObjectCount() - { - return $this->cut_out_text_fill_object_count; - } - - /** - * Generated from protobuf field int32 cut_out_text_fill_object_count = 7; - * @param int $var - * @return $this - */ - public function setCutOutTextFillObjectCount($var) - { - GPBUtil::checkInt32($var); - $this->cut_out_text_fill_object_count = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 background_blur_text_fill_object_count = 8; - * @return int - */ - public function getBackgroundBlurTextFillObjectCount() - { - return $this->background_blur_text_fill_object_count; - } - - /** - * Generated from protobuf field int32 background_blur_text_fill_object_count = 8; - * @param int $var - * @return $this - */ - public function setBackgroundBlurTextFillObjectCount($var) - { - GPBUtil::checkInt32($var); - $this->background_blur_text_fill_object_count = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 background_invert_text_fill_object_count = 9; - * @return int - */ - public function getBackgroundInvertTextFillObjectCount() - { - return $this->background_invert_text_fill_object_count; - } - - /** - * Generated from protobuf field int32 background_invert_text_fill_object_count = 9; - * @param int $var - * @return $this - */ - public function setBackgroundInvertTextFillObjectCount($var) - { - GPBUtil::checkInt32($var); - $this->background_invert_text_fill_object_count = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/FileFeedElement.php b/generated/Rv/Analytics/Trigger/Cue/SlideFileFeedElement.php similarity index 54% rename from generated/Rv/Analytics/Trigger/Cue/Slide/FileFeedElement.php rename to generated/Rv/Analytics/Trigger/Cue/SlideFileFeedElement.php index 5ff4ac1..b08464b 100644 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/FileFeedElement.php +++ b/generated/Rv/Analytics/Trigger/Cue/SlideFileFeedElement.php @@ -1,21 +1,21 @@ rv.analytics.Trigger.Cue.Slide.FileFeedElement + * Generated from protobuf message rv.analytics.trigger.cue.SlideFileFeedElement */ -class FileFeedElement extends \Google\Protobuf\Internal\Message +class SlideFileFeedElement extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 1; */ protected $destination_layer = 0; @@ -29,12 +29,12 @@ class FileFeedElement extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); + \GPBMetadata\AnalyticsTriggerCue::initOnce(); parent::__construct($data); } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 1; * @return int */ public function getDestinationLayer() @@ -43,13 +43,13 @@ class FileFeedElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 1; * @param int $var * @return $this */ public function setDestinationLayer($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\Slide\DestinationLayer::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\DestinationLayer::class); $this->destination_layer = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/RSSFeedElement.php b/generated/Rv/Analytics/Trigger/Cue/SlideRssFeedElement.php similarity index 64% rename from generated/Rv/Analytics/Trigger/Cue/Slide/RSSFeedElement.php rename to generated/Rv/Analytics/Trigger/Cue/SlideRssFeedElement.php index 4b776e1..9bcef37 100644 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/RSSFeedElement.php +++ b/generated/Rv/Analytics/Trigger/Cue/SlideRssFeedElement.php @@ -1,21 +1,21 @@ rv.analytics.Trigger.Cue.Slide.RSSFeedElement + * Generated from protobuf message rv.analytics.trigger.cue.SlideRssFeedElement */ -class RSSFeedElement extends \Google\Protobuf\Internal\Message +class SlideRssFeedElement extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.RSSFeedElement.Content content = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideRssFeedElement.Content content = 1; */ protected $content = 0; /** @@ -23,7 +23,7 @@ class RSSFeedElement extends \Google\Protobuf\Internal\Message */ protected $is_delimiter_enabled = false; /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 3; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 3; */ protected $destination_layer = 0; @@ -39,12 +39,12 @@ class RSSFeedElement extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); + \GPBMetadata\AnalyticsTriggerCue::initOnce(); parent::__construct($data); } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.RSSFeedElement.Content content = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideRssFeedElement.Content content = 1; * @return int */ public function getContent() @@ -53,13 +53,13 @@ class RSSFeedElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.RSSFeedElement.Content content = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideRssFeedElement.Content content = 1; * @param int $var * @return $this */ public function setContent($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\Slide\RSSFeedElement\Content::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\SlideRssFeedElement\Content::class); $this->content = $var; return $this; @@ -88,7 +88,7 @@ class RSSFeedElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 3; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 3; * @return int */ public function getDestinationLayer() @@ -97,13 +97,13 @@ class RSSFeedElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 3; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 3; * @param int $var * @return $this */ public function setDestinationLayer($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\Slide\DestinationLayer::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\DestinationLayer::class); $this->destination_layer = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/RSSFeedElement/Content.php b/generated/Rv/Analytics/Trigger/Cue/SlideRssFeedElement/Content.php similarity index 65% rename from generated/Rv/Analytics/Trigger/Cue/Slide/RSSFeedElement/Content.php rename to generated/Rv/Analytics/Trigger/Cue/SlideRssFeedElement/Content.php index bc79ec8..e5a4129 100644 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/RSSFeedElement/Content.php +++ b/generated/Rv/Analytics/Trigger/Cue/SlideRssFeedElement/Content.php @@ -1,14 +1,14 @@ rv.analytics.Trigger.Cue.Slide.RSSFeedElement.Content + * Protobuf type rv.analytics.trigger.cue.SlideRssFeedElement.Content */ class Content { @@ -17,18 +17,18 @@ class Content */ const CONTENT_UNKNOWN = 0; /** - * Generated from protobuf enum CONTENT_TITLE = 1; + * Generated from protobuf enum TITLE = 1; */ - const CONTENT_TITLE = 1; + const TITLE = 1; /** - * Generated from protobuf enum CONTENT_TITLE_AND_DESCRIPTION = 2; + * Generated from protobuf enum TITLE_AND_DESCRIPTION = 2; */ - const CONTENT_TITLE_AND_DESCRIPTION = 2; + const TITLE_AND_DESCRIPTION = 2; private static $valueToName = [ self::CONTENT_UNKNOWN => 'CONTENT_UNKNOWN', - self::CONTENT_TITLE => 'CONTENT_TITLE', - self::CONTENT_TITLE_AND_DESCRIPTION => 'CONTENT_TITLE_AND_DESCRIPTION', + self::TITLE => 'TITLE', + self::TITLE_AND_DESCRIPTION => 'TITLE_AND_DESCRIPTION', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement.php b/generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement.php similarity index 58% rename from generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement.php rename to generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement.php index db22d79..a2c502e 100644 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement.php +++ b/generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement.php @@ -1,25 +1,25 @@ rv.analytics.Trigger.Cue.Slide.ScrollingTextElement + * Generated from protobuf message rv.analytics.trigger.cue.SlideScrollingTextElement */ -class ScrollingTextElement extends \Google\Protobuf\Internal\Message +class SlideScrollingTextElement extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Direction direction = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.Direction direction = 1; */ protected $direction = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.StartPosition start_position = 2; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.StartPosition start_position = 2; */ protected $start_position = 0; /** @@ -27,11 +27,11 @@ class ScrollingTextElement extends \Google\Protobuf\Internal\Message */ protected $is_repeat_enabled = false; /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Speed speed = 4; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.Speed speed = 4; */ protected $speed = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 5; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 5; */ protected $destination_layer = 0; @@ -49,12 +49,12 @@ class ScrollingTextElement extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTrigger::initOnce(); + \GPBMetadata\AnalyticsTriggerCue::initOnce(); parent::__construct($data); } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Direction direction = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.Direction direction = 1; * @return int */ public function getDirection() @@ -63,20 +63,20 @@ class ScrollingTextElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Direction direction = 1; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.Direction direction = 1; * @param int $var * @return $this */ public function setDirection($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\Slide\ScrollingTextElement\Direction::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\SlideScrollingTextElement\Direction::class); $this->direction = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.StartPosition start_position = 2; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.StartPosition start_position = 2; * @return int */ public function getStartPosition() @@ -85,13 +85,13 @@ class ScrollingTextElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.StartPosition start_position = 2; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.StartPosition start_position = 2; * @param int $var * @return $this */ public function setStartPosition($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\Slide\ScrollingTextElement\StartPosition::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\SlideScrollingTextElement\StartPosition::class); $this->start_position = $var; return $this; @@ -120,7 +120,7 @@ class ScrollingTextElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Speed speed = 4; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.Speed speed = 4; * @return int */ public function getSpeed() @@ -129,20 +129,20 @@ class ScrollingTextElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Speed speed = 4; + * Generated from protobuf field .rv.analytics.trigger.cue.SlideScrollingTextElement.Speed speed = 4; * @param int $var * @return $this */ public function setSpeed($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\Slide\ScrollingTextElement\Speed::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\SlideScrollingTextElement\Speed::class); $this->speed = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 5; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 5; * @return int */ public function getDestinationLayer() @@ -151,13 +151,13 @@ class ScrollingTextElement extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 5; + * Generated from protobuf field .rv.analytics.trigger.cue.DestinationLayer destination_layer = 5; * @param int $var * @return $this */ public function setDestinationLayer($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\Slide\DestinationLayer::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Cue\DestinationLayer::class); $this->destination_layer = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/Direction.php b/generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/Direction.php similarity index 57% rename from generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/Direction.php rename to generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/Direction.php index bd4c82c..8663e53 100644 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/Direction.php +++ b/generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/Direction.php @@ -1,14 +1,14 @@ rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Direction + * Protobuf type rv.analytics.trigger.cue.SlideScrollingTextElement.Direction */ class Direction { @@ -17,28 +17,28 @@ class Direction */ const DIRECTION_UNKNOWN = 0; /** - * Generated from protobuf enum DIRECTION_LEFT = 1; + * Generated from protobuf enum LEFT = 1; */ - const DIRECTION_LEFT = 1; + const LEFT = 1; /** - * Generated from protobuf enum DIRECTION_RIGHT = 2; + * Generated from protobuf enum RIGHT = 2; */ - const DIRECTION_RIGHT = 2; + const RIGHT = 2; /** - * Generated from protobuf enum DIRECTION_UP = 3; + * Generated from protobuf enum UP = 3; */ - const DIRECTION_UP = 3; + const UP = 3; /** - * Generated from protobuf enum DIRECTION_DOWN = 4; + * Generated from protobuf enum DOWN = 4; */ - const DIRECTION_DOWN = 4; + const DOWN = 4; private static $valueToName = [ self::DIRECTION_UNKNOWN => 'DIRECTION_UNKNOWN', - self::DIRECTION_LEFT => 'DIRECTION_LEFT', - self::DIRECTION_RIGHT => 'DIRECTION_RIGHT', - self::DIRECTION_UP => 'DIRECTION_UP', - self::DIRECTION_DOWN => 'DIRECTION_DOWN', + self::LEFT => 'LEFT', + self::RIGHT => 'RIGHT', + self::UP => 'UP', + self::DOWN => 'DOWN', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/Speed.php b/generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/Speed.php similarity index 54% rename from generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/Speed.php rename to generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/Speed.php index 6205c30..c815a55 100644 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/Speed.php +++ b/generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/Speed.php @@ -1,14 +1,14 @@ rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Speed + * Protobuf type rv.analytics.trigger.cue.SlideScrollingTextElement.Speed */ class Speed { @@ -17,33 +17,33 @@ class Speed */ const SPEED_UNKNOWN = 0; /** - * Generated from protobuf enum SPEED_VERY_SLOW = 1; + * Generated from protobuf enum VERY_SLOW = 1; */ - const SPEED_VERY_SLOW = 1; + const VERY_SLOW = 1; /** - * Generated from protobuf enum SPEED_SLOW = 2; + * Generated from protobuf enum SLOW = 2; */ - const SPEED_SLOW = 2; + const SLOW = 2; /** - * Generated from protobuf enum SPEED_MEDIUM = 3; + * Generated from protobuf enum MEDIUM = 3; */ - const SPEED_MEDIUM = 3; + const MEDIUM = 3; /** - * Generated from protobuf enum SPEED_FAST = 4; + * Generated from protobuf enum FAST = 4; */ - const SPEED_FAST = 4; + const FAST = 4; /** - * Generated from protobuf enum SPEED_VERY_FAST = 5; + * Generated from protobuf enum VERY_FAST = 5; */ - const SPEED_VERY_FAST = 5; + const VERY_FAST = 5; private static $valueToName = [ self::SPEED_UNKNOWN => 'SPEED_UNKNOWN', - self::SPEED_VERY_SLOW => 'SPEED_VERY_SLOW', - self::SPEED_SLOW => 'SPEED_SLOW', - self::SPEED_MEDIUM => 'SPEED_MEDIUM', - self::SPEED_FAST => 'SPEED_FAST', - self::SPEED_VERY_FAST => 'SPEED_VERY_FAST', + self::VERY_SLOW => 'VERY_SLOW', + self::SLOW => 'SLOW', + self::MEDIUM => 'MEDIUM', + self::FAST => 'FAST', + self::VERY_FAST => 'VERY_FAST', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/StartPosition.php b/generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/StartPosition.php similarity index 64% rename from generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/StartPosition.php rename to generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/StartPosition.php index 502d13a..2cf6a2c 100644 --- a/generated/Rv/Analytics/Trigger/Cue/Slide/ScrollingTextElement/StartPosition.php +++ b/generated/Rv/Analytics/Trigger/Cue/SlideScrollingTextElement/StartPosition.php @@ -1,14 +1,14 @@ rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.StartPosition + * Protobuf type rv.analytics.trigger.cue.SlideScrollingTextElement.StartPosition */ class StartPosition { @@ -17,18 +17,18 @@ class StartPosition */ const START_POSITION_UNKNOWN = 0; /** - * Generated from protobuf enum START_POSITION_AUTOMATIC = 1; + * Generated from protobuf enum AUTOMATIC = 1; */ - const START_POSITION_AUTOMATIC = 1; + const AUTOMATIC = 1; /** - * Generated from protobuf enum START_POSITION_OFF_SCREEN = 2; + * Generated from protobuf enum OFF_SCREEN = 2; */ - const START_POSITION_OFF_SCREEN = 2; + const OFF_SCREEN = 2; private static $valueToName = [ self::START_POSITION_UNKNOWN => 'START_POSITION_UNKNOWN', - self::START_POSITION_AUTOMATIC => 'START_POSITION_AUTOMATIC', - self::START_POSITION_OFF_SCREEN => 'START_POSITION_OFF_SCREEN', + self::AUTOMATIC => 'AUTOMATIC', + self::OFF_SCREEN => 'OFF_SCREEN', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/Media/AirCastAudio.php b/generated/Rv/Analytics/Trigger/Media/AirCastAudio.php new file mode 100644 index 0000000..a084db3 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/AirCastAudio.php @@ -0,0 +1,59 @@ +rv.analytics.trigger.media.AirCastAudio + */ +class AirCastAudio extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool password_enabled = 1; + */ + protected $password_enabled = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $password_enabled + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTriggerMedia::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool password_enabled = 1; + * @return bool + */ + public function getPasswordEnabled() + { + return $this->password_enabled; + } + + /** + * Generated from protobuf field bool password_enabled = 1; + * @param bool $var + * @return $this + */ + public function setPasswordEnabled($var) + { + GPBUtil::checkBool($var); + $this->password_enabled = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/Trigger/Media/AirCastVideo.php b/generated/Rv/Analytics/Trigger/Media/AirCastVideo.php new file mode 100644 index 0000000..708e419 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/AirCastVideo.php @@ -0,0 +1,59 @@ +rv.analytics.trigger.media.AirCastVideo + */ +class AirCastVideo extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool password_enabled = 1; + */ + protected $password_enabled = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $password_enabled + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTriggerMedia::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool password_enabled = 1; + * @return bool + */ + public function getPasswordEnabled() + { + return $this->password_enabled; + } + + /** + * Generated from protobuf field bool password_enabled = 1; + * @param bool $var + * @return $this + */ + public function setPasswordEnabled($var) + { + GPBUtil::checkBool($var); + $this->password_enabled = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Audio.php b/generated/Rv/Analytics/Trigger/Media/Audio.php similarity index 50% rename from generated/Rv/Analytics/TriggerMediaInformation/Audio.php rename to generated/Rv/Analytics/Trigger/Media/Audio.php index 54d9a5c..123f31a 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/Audio.php +++ b/generated/Rv/Analytics/Trigger/Media/Audio.php @@ -3,27 +3,27 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation; +namespace Rv\Analytics\Trigger\Media; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.TriggerMediaInformation.Audio + * Generated from protobuf message rv.analytics.trigger.media.Audio */ class Audio extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Audio.Behavior behavior = 1; + * Generated from protobuf field .rv.analytics.trigger.media.Audio.Behavior behavior = 1; */ protected $behavior = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Audio.PlaybackBehavior playback_behavior = 2; + * Generated from protobuf field .rv.analytics.trigger.media.Audio.PlaybackBehavior playback_behavior = 2; */ protected $playback_behavior = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 3; + * Generated from protobuf field .rv.analytics.trigger.media.Transition transition = 3; */ protected $transition = null; /** @@ -31,9 +31,13 @@ class Audio extends \Google\Protobuf\Internal\Message */ protected $audio_channel_count = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport transport = 5; + * Generated from protobuf field .rv.analytics.trigger.media.Transport transport = 5; */ protected $transport = null; + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 6; + */ + protected $source_type = 0; /** * Constructor. @@ -43,9 +47,10 @@ class Audio extends \Google\Protobuf\Internal\Message * * @type int $behavior * @type int $playback_behavior - * @type \Rv\Analytics\TriggerMediaInformation\Transition $transition + * @type \Rv\Analytics\Trigger\Media\Transition $transition * @type int $audio_channel_count - * @type \Rv\Analytics\TriggerMediaInformation\Transport $transport + * @type \Rv\Analytics\Trigger\Media\Transport $transport + * @type int $source_type * } */ public function __construct($data = NULL) { @@ -54,7 +59,7 @@ class Audio extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Audio.Behavior behavior = 1; + * Generated from protobuf field .rv.analytics.trigger.media.Audio.Behavior behavior = 1; * @return int */ public function getBehavior() @@ -63,20 +68,20 @@ class Audio extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Audio.Behavior behavior = 1; + * Generated from protobuf field .rv.analytics.trigger.media.Audio.Behavior behavior = 1; * @param int $var * @return $this */ public function setBehavior($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\Audio\Behavior::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\Audio\Behavior::class); $this->behavior = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Audio.PlaybackBehavior playback_behavior = 2; + * Generated from protobuf field .rv.analytics.trigger.media.Audio.PlaybackBehavior playback_behavior = 2; * @return int */ public function getPlaybackBehavior() @@ -85,21 +90,21 @@ class Audio extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Audio.PlaybackBehavior playback_behavior = 2; + * Generated from protobuf field .rv.analytics.trigger.media.Audio.PlaybackBehavior playback_behavior = 2; * @param int $var * @return $this */ public function setPlaybackBehavior($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\Audio\PlaybackBehavior::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\Audio\PlaybackBehavior::class); $this->playback_behavior = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 3; - * @return \Rv\Analytics\TriggerMediaInformation\Transition|null + * Generated from protobuf field .rv.analytics.trigger.media.Transition transition = 3; + * @return \Rv\Analytics\Trigger\Media\Transition|null */ public function getTransition() { @@ -117,13 +122,13 @@ class Audio extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 3; - * @param \Rv\Analytics\TriggerMediaInformation\Transition $var + * Generated from protobuf field .rv.analytics.trigger.media.Transition transition = 3; + * @param \Rv\Analytics\Trigger\Media\Transition $var * @return $this */ public function setTransition($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\Transition::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\Transition::class); $this->transition = $var; return $this; @@ -152,8 +157,8 @@ class Audio extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport transport = 5; - * @return \Rv\Analytics\TriggerMediaInformation\Transport|null + * Generated from protobuf field .rv.analytics.trigger.media.Transport transport = 5; + * @return \Rv\Analytics\Trigger\Media\Transport|null */ public function getTransport() { @@ -171,17 +176,39 @@ class Audio extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport transport = 5; - * @param \Rv\Analytics\TriggerMediaInformation\Transport $var + * Generated from protobuf field .rv.analytics.trigger.media.Transport transport = 5; + * @param \Rv\Analytics\Trigger\Media\Transport $var * @return $this */ public function setTransport($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\Transport::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\Transport::class); $this->transport = $var; return $this; } + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 6; + * @return int + */ + public function getSourceType() + { + return $this->source_type; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 6; + * @param int $var + * @return $this + */ + public function setSourceType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\SourceType::class); + $this->source_type = $var; + + return $this; + } + } diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Audio/Behavior.php b/generated/Rv/Analytics/Trigger/Media/Audio/Behavior.php similarity index 67% rename from generated/Rv/Analytics/TriggerMediaInformation/Audio/Behavior.php rename to generated/Rv/Analytics/Trigger/Media/Audio/Behavior.php index c888835..72117e8 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/Audio/Behavior.php +++ b/generated/Rv/Analytics/Trigger/Media/Audio/Behavior.php @@ -3,27 +3,27 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation\Audio; +namespace Rv\Analytics\Trigger\Media\Audio; use UnexpectedValueException; /** - * Protobuf type rv.analytics.TriggerMediaInformation.Audio.Behavior + * Protobuf type rv.analytics.trigger.media.Audio.Behavior */ class Behavior { /** - * Generated from protobuf enum BEHAVIOR_TUNE = 0; + * Generated from protobuf enum TUNE = 0; */ - const BEHAVIOR_TUNE = 0; + const TUNE = 0; /** - * Generated from protobuf enum BEHAVIOR_SOUND = 1; + * Generated from protobuf enum SOUND = 1; */ - const BEHAVIOR_SOUND = 1; + const SOUND = 1; private static $valueToName = [ - self::BEHAVIOR_TUNE => 'BEHAVIOR_TUNE', - self::BEHAVIOR_SOUND => 'BEHAVIOR_SOUND', + self::TUNE => 'TUNE', + self::SOUND => 'SOUND', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/Media/Audio/PlaybackBehavior.php b/generated/Rv/Analytics/Trigger/Media/Audio/PlaybackBehavior.php new file mode 100644 index 0000000..7793d1d --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/Audio/PlaybackBehavior.php @@ -0,0 +1,54 @@ +rv.analytics.trigger.media.Audio.PlaybackBehavior + */ +class PlaybackBehavior +{ + /** + * Generated from protobuf enum STOP = 0; + */ + const STOP = 0; + /** + * Generated from protobuf enum LOOP = 1; + */ + const LOOP = 1; + /** + * Generated from protobuf enum NEXT = 2; + */ + const NEXT = 2; + + private static $valueToName = [ + self::STOP => 'STOP', + self::LOOP => 'LOOP', + self::NEXT => 'NEXT', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/Media/CompletionTarget.php b/generated/Rv/Analytics/Trigger/Media/CompletionTarget.php new file mode 100644 index 0000000..504166b --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/CompletionTarget.php @@ -0,0 +1,64 @@ +rv.analytics.trigger.media.CompletionTarget + */ +class CompletionTarget +{ + /** + * Generated from protobuf enum NONE = 0; + */ + const NONE = 0; + /** + * Generated from protobuf enum NEXT = 1; + */ + const NEXT = 1; + /** + * Generated from protobuf enum RANDOM = 2; + */ + const RANDOM = 2; + /** + * Generated from protobuf enum CUE = 3; + */ + const CUE = 3; + /** + * Generated from protobuf enum FIRST = 4; + */ + const FIRST = 4; + + private static $valueToName = [ + self::NONE => 'NONE', + self::NEXT => 'NEXT', + self::RANDOM => 'RANDOM', + self::CUE => 'CUE', + self::FIRST => 'FIRST', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/Media/Image.php b/generated/Rv/Analytics/Trigger/Media/Image.php new file mode 100644 index 0000000..3f56ede --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/Image.php @@ -0,0 +1,123 @@ +rv.analytics.trigger.media.Image + */ +class Image extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 1; + */ + protected $visual_media = null; + /** + * Generated from protobuf field .rv.analytics.trigger.media.CompletionTarget completion_target = 2; + */ + protected $completion_target = 0; + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 3; + */ + protected $source_type = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Analytics\Trigger\Media\VisualMedia $visual_media + * @type int $completion_target + * @type int $source_type + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsTriggerMedia::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 1; + * @return \Rv\Analytics\Trigger\Media\VisualMedia|null + */ + public function getVisualMedia() + { + return $this->visual_media; + } + + public function hasVisualMedia() + { + return isset($this->visual_media); + } + + public function clearVisualMedia() + { + unset($this->visual_media); + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 1; + * @param \Rv\Analytics\Trigger\Media\VisualMedia $var + * @return $this + */ + public function setVisualMedia($var) + { + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\VisualMedia::class); + $this->visual_media = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.CompletionTarget completion_target = 2; + * @return int + */ + public function getCompletionTarget() + { + return $this->completion_target; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.CompletionTarget completion_target = 2; + * @param int $var + * @return $this + */ + public function setCompletionTarget($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\CompletionTarget::class); + $this->completion_target = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 3; + * @return int + */ + public function getSourceType() + { + return $this->source_type; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 3; + * @param int $var + * @return $this + */ + public function setSourceType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\SourceType::class); + $this->source_type = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/TriggerMediaInformation/SourceType.php b/generated/Rv/Analytics/Trigger/Media/SourceType.php similarity index 65% rename from generated/Rv/Analytics/TriggerMediaInformation/SourceType.php rename to generated/Rv/Analytics/Trigger/Media/SourceType.php index 17eeb98..39e30f3 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/SourceType.php +++ b/generated/Rv/Analytics/Trigger/Media/SourceType.php @@ -3,27 +3,27 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation; +namespace Rv\Analytics\Trigger\Media; use UnexpectedValueException; /** - * Protobuf type rv.analytics.TriggerMediaInformation.SourceType + * Protobuf type rv.analytics.trigger.media.SourceType */ class SourceType { /** - * Generated from protobuf enum SOURCE_TYPE_LOCAL = 0; + * Generated from protobuf enum LOCAL = 0; */ - const SOURCE_TYPE_LOCAL = 0; + const LOCAL = 0; /** - * Generated from protobuf enum SOURCE_TYPE_PROCONTENT = 1; + * Generated from protobuf enum PROCONTENT = 1; */ - const SOURCE_TYPE_PROCONTENT = 1; + const PROCONTENT = 1; private static $valueToName = [ - self::SOURCE_TYPE_LOCAL => 'SOURCE_TYPE_LOCAL', - self::SOURCE_TYPE_PROCONTENT => 'SOURCE_TYPE_PROCONTENT', + self::LOCAL => 'LOCAL', + self::PROCONTENT => 'PROCONTENT', ]; public static function name($value) diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Transition.php b/generated/Rv/Analytics/Trigger/Media/Transition.php similarity index 92% rename from generated/Rv/Analytics/TriggerMediaInformation/Transition.php rename to generated/Rv/Analytics/Trigger/Media/Transition.php index ae802eb..659de32 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/Transition.php +++ b/generated/Rv/Analytics/Trigger/Media/Transition.php @@ -3,14 +3,14 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation; +namespace Rv\Analytics\Trigger\Media; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.TriggerMediaInformation.Transition + * Generated from protobuf message rv.analytics.trigger.media.Transition */ class Transition extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Transport.php b/generated/Rv/Analytics/Trigger/Media/Transport.php similarity index 88% rename from generated/Rv/Analytics/TriggerMediaInformation/Transport.php rename to generated/Rv/Analytics/Trigger/Media/Transport.php index 2e62a57..4c5fa27 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/Transport.php +++ b/generated/Rv/Analytics/Trigger/Media/Transport.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation; +namespace Rv\Analytics\Trigger\Media; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.TriggerMediaInformation.Transport + * Generated from protobuf message rv.analytics.trigger.media.Transport */ class Transport extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport.DurationRange source_duration_range = 1; + * Generated from protobuf field .rv.analytics.trigger.media.Transport.DurationRange source_duration_range = 1; */ protected $source_duration_range = 0; /** @@ -64,7 +64,7 @@ class Transport extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport.DurationRange source_duration_range = 1; + * Generated from protobuf field .rv.analytics.trigger.media.Transport.DurationRange source_duration_range = 1; * @return int */ public function getSourceDurationRange() @@ -73,13 +73,13 @@ class Transport extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport.DurationRange source_duration_range = 1; + * Generated from protobuf field .rv.analytics.trigger.media.Transport.DurationRange source_duration_range = 1; * @param int $var * @return $this */ public function setSourceDurationRange($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\Transport\DurationRange::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\Transport\DurationRange::class); $this->source_duration_range = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/Media/Transport/DurationRange.php b/generated/Rv/Analytics/Trigger/Media/Transport/DurationRange.php new file mode 100644 index 0000000..0dab617 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/Transport/DurationRange.php @@ -0,0 +1,84 @@ +rv.analytics.trigger.media.Transport.DurationRange + */ +class DurationRange +{ + /** + * Generated from protobuf enum UNDER_10S = 0; + */ + const UNDER_10S = 0; + /** + * Generated from protobuf enum _10S_TO_30S = 1; + */ + const _10S_TO_30S = 1; + /** + * Generated from protobuf enum _30S_TO_60S = 2; + */ + const _30S_TO_60S = 2; + /** + * Generated from protobuf enum _1M_TO_5M = 3; + */ + const _1M_TO_5M = 3; + /** + * Generated from protobuf enum _5M_TO_10M = 4; + */ + const _5M_TO_10M = 4; + /** + * Generated from protobuf enum _10M_TO_30M = 5; + */ + const _10M_TO_30M = 5; + /** + * Generated from protobuf enum _30M_TO_60M = 6; + */ + const _30M_TO_60M = 6; + /** + * Generated from protobuf enum _1H_TO_2H = 7; + */ + const _1H_TO_2H = 7; + /** + * Generated from protobuf enum OVER_2H = 8; + */ + const OVER_2H = 8; + + private static $valueToName = [ + self::UNDER_10S => 'UNDER_10S', + self::_10S_TO_30S => '_10S_TO_30S', + self::_30S_TO_60S => '_30S_TO_60S', + self::_1M_TO_5M => '_1M_TO_5M', + self::_5M_TO_10M => '_5M_TO_10M', + self::_10M_TO_30M => '_10M_TO_30M', + self::_30M_TO_60M => '_30M_TO_60M', + self::_1H_TO_2H => '_1H_TO_2H', + self::OVER_2H => 'OVER_2H', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Video.php b/generated/Rv/Analytics/Trigger/Media/Video.php similarity index 63% rename from generated/Rv/Analytics/TriggerMediaInformation/Video.php rename to generated/Rv/Analytics/Trigger/Media/Video.php index ef79f3e..9e4b56c 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/Video.php +++ b/generated/Rv/Analytics/Trigger/Media/Video.php @@ -3,27 +3,27 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation; +namespace Rv\Analytics\Trigger\Media; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.TriggerMediaInformation.Video + * Generated from protobuf message rv.analytics.trigger.media.Video */ class Video extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 7; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 7; */ protected $visual_media = null; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Video.PlaybackBehavior playback_behavior = 8; + * Generated from protobuf field .rv.analytics.trigger.media.Video.PlaybackBehavior playback_behavior = 8; */ protected $playback_behavior = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.CompletionTarget completion_target = 9; + * Generated from protobuf field .rv.analytics.trigger.media.CompletionTarget completion_target = 9; */ protected $completion_target = 0; /** @@ -43,9 +43,13 @@ class Video extends \Google\Protobuf\Internal\Message */ protected $audio_channel_count = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport transport = 14; + * Generated from protobuf field .rv.analytics.trigger.media.Transport transport = 14; */ protected $transport = null; + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 15; + */ + protected $source_type = 0; /** * Constructor. @@ -53,14 +57,15 @@ class Video extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\TriggerMediaInformation\VisualMedia $visual_media + * @type \Rv\Analytics\Trigger\Media\VisualMedia $visual_media * @type int $playback_behavior * @type int $completion_target * @type bool $soft_loop_enabled * @type float $soft_loop_duration * @type float $frame_rate * @type int $audio_channel_count - * @type \Rv\Analytics\TriggerMediaInformation\Transport $transport + * @type \Rv\Analytics\Trigger\Media\Transport $transport + * @type int $source_type * } */ public function __construct($data = NULL) { @@ -69,8 +74,8 @@ class Video extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 7; - * @return \Rv\Analytics\TriggerMediaInformation\VisualMedia|null + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 7; + * @return \Rv\Analytics\Trigger\Media\VisualMedia|null */ public function getVisualMedia() { @@ -88,20 +93,20 @@ class Video extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 7; - * @param \Rv\Analytics\TriggerMediaInformation\VisualMedia $var + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 7; + * @param \Rv\Analytics\Trigger\Media\VisualMedia $var * @return $this */ public function setVisualMedia($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\VisualMedia::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\VisualMedia::class); $this->visual_media = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Video.PlaybackBehavior playback_behavior = 8; + * Generated from protobuf field .rv.analytics.trigger.media.Video.PlaybackBehavior playback_behavior = 8; * @return int */ public function getPlaybackBehavior() @@ -110,20 +115,20 @@ class Video extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Video.PlaybackBehavior playback_behavior = 8; + * Generated from protobuf field .rv.analytics.trigger.media.Video.PlaybackBehavior playback_behavior = 8; * @param int $var * @return $this */ public function setPlaybackBehavior($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\Video\PlaybackBehavior::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\Video\PlaybackBehavior::class); $this->playback_behavior = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.CompletionTarget completion_target = 9; + * Generated from protobuf field .rv.analytics.trigger.media.CompletionTarget completion_target = 9; * @return int */ public function getCompletionTarget() @@ -132,13 +137,13 @@ class Video extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.CompletionTarget completion_target = 9; + * Generated from protobuf field .rv.analytics.trigger.media.CompletionTarget completion_target = 9; * @param int $var * @return $this */ public function setCompletionTarget($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\CompletionTarget::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\CompletionTarget::class); $this->completion_target = $var; return $this; @@ -233,8 +238,8 @@ class Video extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport transport = 14; - * @return \Rv\Analytics\TriggerMediaInformation\Transport|null + * Generated from protobuf field .rv.analytics.trigger.media.Transport transport = 14; + * @return \Rv\Analytics\Trigger\Media\Transport|null */ public function getTransport() { @@ -252,17 +257,39 @@ class Video extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transport transport = 14; - * @param \Rv\Analytics\TriggerMediaInformation\Transport $var + * Generated from protobuf field .rv.analytics.trigger.media.Transport transport = 14; + * @param \Rv\Analytics\Trigger\Media\Transport $var * @return $this */ public function setTransport($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\Transport::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\Transport::class); $this->transport = $var; return $this; } + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 15; + * @return int + */ + public function getSourceType() + { + return $this->source_type; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 15; + * @param int $var + * @return $this + */ + public function setSourceType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\SourceType::class); + $this->source_type = $var; + + return $this; + } + } diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Audio/PlaybackBehavior.php b/generated/Rv/Analytics/Trigger/Media/Video/PlaybackBehavior.php similarity index 57% rename from generated/Rv/Analytics/TriggerMediaInformation/Audio/PlaybackBehavior.php rename to generated/Rv/Analytics/Trigger/Media/Video/PlaybackBehavior.php index 3bcd439..de800ea 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/Audio/PlaybackBehavior.php +++ b/generated/Rv/Analytics/Trigger/Media/Video/PlaybackBehavior.php @@ -3,32 +3,37 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation\Audio; +namespace Rv\Analytics\Trigger\Media\Video; use UnexpectedValueException; /** - * Protobuf type rv.analytics.TriggerMediaInformation.Audio.PlaybackBehavior + * Protobuf type rv.analytics.trigger.media.Video.PlaybackBehavior */ class PlaybackBehavior { /** - * Generated from protobuf enum PLAYBACK_BEHAVIOR_STOP = 0; + * Generated from protobuf enum STOP = 0; */ - const PLAYBACK_BEHAVIOR_STOP = 0; + const STOP = 0; /** - * Generated from protobuf enum PLAYBACK_BEHAVIOR_LOOP = 1; + * Generated from protobuf enum LOOP = 1; */ - const PLAYBACK_BEHAVIOR_LOOP = 1; + const LOOP = 1; /** - * Generated from protobuf enum PLAYBACK_BEHAVIOR_NEXT = 2; + * Generated from protobuf enum LOOP_FOR_PLAY_COUNT = 2; */ - const PLAYBACK_BEHAVIOR_NEXT = 2; + const LOOP_FOR_PLAY_COUNT = 2; + /** + * Generated from protobuf enum LOOP_FOR_TIME = 3; + */ + const LOOP_FOR_TIME = 3; private static $valueToName = [ - self::PLAYBACK_BEHAVIOR_STOP => 'PLAYBACK_BEHAVIOR_STOP', - self::PLAYBACK_BEHAVIOR_LOOP => 'PLAYBACK_BEHAVIOR_LOOP', - self::PLAYBACK_BEHAVIOR_NEXT => 'PLAYBACK_BEHAVIOR_NEXT', + self::STOP => 'STOP', + self::LOOP => 'LOOP', + self::LOOP_FOR_PLAY_COUNT => 'LOOP_FOR_PLAY_COUNT', + self::LOOP_FOR_TIME => 'LOOP_FOR_TIME', ]; public static function name($value) diff --git a/generated/Rv/Analytics/TriggerMediaInformation/LiveVideo.php b/generated/Rv/Analytics/Trigger/Media/VideoInput.php similarity index 60% rename from generated/Rv/Analytics/TriggerMediaInformation/LiveVideo.php rename to generated/Rv/Analytics/Trigger/Media/VideoInput.php index 747ff2e..5423d8b 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/LiveVideo.php +++ b/generated/Rv/Analytics/Trigger/Media/VideoInput.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation; +namespace Rv\Analytics\Trigger\Media; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.TriggerMediaInformation.LiveVideo + * Generated from protobuf message rv.analytics.trigger.media.VideoInput */ -class LiveVideo extends \Google\Protobuf\Internal\Message +class VideoInput extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 1; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 1; */ protected $visual_media = null; /** @@ -26,6 +26,10 @@ class LiveVideo extends \Google\Protobuf\Internal\Message * Generated from protobuf field uint32 audio_channel_count = 3; */ protected $audio_channel_count = 0; + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 4; + */ + protected $source_type = 0; /** * Constructor. @@ -33,9 +37,10 @@ class LiveVideo extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\TriggerMediaInformation\VisualMedia $visual_media + * @type \Rv\Analytics\Trigger\Media\VisualMedia $visual_media * @type float $frame_rate * @type int $audio_channel_count + * @type int $source_type * } */ public function __construct($data = NULL) { @@ -44,8 +49,8 @@ class LiveVideo extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 1; - * @return \Rv\Analytics\TriggerMediaInformation\VisualMedia|null + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 1; + * @return \Rv\Analytics\Trigger\Media\VisualMedia|null */ public function getVisualMedia() { @@ -63,13 +68,13 @@ class LiveVideo extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 1; - * @param \Rv\Analytics\TriggerMediaInformation\VisualMedia $var + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia visual_media = 1; + * @param \Rv\Analytics\Trigger\Media\VisualMedia $var * @return $this */ public function setVisualMedia($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\VisualMedia::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\VisualMedia::class); $this->visual_media = $var; return $this; @@ -119,5 +124,27 @@ class LiveVideo extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 4; + * @return int + */ + public function getSourceType() + { + return $this->source_type; + } + + /** + * Generated from protobuf field .rv.analytics.trigger.media.SourceType source_type = 4; + * @param int $var + * @return $this + */ + public function setSourceType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\SourceType::class); + $this->source_type = $var; + + return $this; + } + } diff --git a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia.php b/generated/Rv/Analytics/Trigger/Media/VisualMedia.php similarity index 56% rename from generated/Rv/Analytics/TriggerMediaInformation/VisualMedia.php rename to generated/Rv/Analytics/Trigger/Media/VisualMedia.php index 4e3c4b9..707d4d5 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia.php +++ b/generated/Rv/Analytics/Trigger/Media/VisualMedia.php @@ -3,35 +3,35 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation; +namespace Rv\Analytics\Trigger\Media; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.TriggerMediaInformation.VisualMedia + * Generated from protobuf message rv.analytics.trigger.media.VisualMedia */ class VisualMedia extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.Behavior behavior = 1; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.Behavior behavior = 1; */ protected $behavior = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.ScaleMode scale_mode = 2; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.ScaleMode scale_mode = 2; */ protected $scale_mode = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.FlipMode flip_mode = 3; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.FlipMode flip_mode = 3; */ protected $flip_mode = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.NativeRotation native_rotation = 4; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.NativeRotation native_rotation = 4; */ protected $native_rotation = 0; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.Size resolution = 5; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.Size resolution = 5; */ protected $resolution = null; /** @@ -43,7 +43,7 @@ class VisualMedia extends \Google\Protobuf\Internal\Message */ protected $has_effect_preset = false; /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 8; + * Generated from protobuf field .rv.analytics.trigger.media.Transition transition = 8; */ protected $transition = null; @@ -57,10 +57,10 @@ class VisualMedia extends \Google\Protobuf\Internal\Message * @type int $scale_mode * @type int $flip_mode * @type int $native_rotation - * @type \Rv\Analytics\TriggerMediaInformation\VisualMedia\Size $resolution + * @type \Rv\Analytics\Trigger\Media\VisualMedia\Size $resolution * @type int $enabled_effects_count * @type bool $has_effect_preset - * @type \Rv\Analytics\TriggerMediaInformation\Transition $transition + * @type \Rv\Analytics\Trigger\Media\Transition $transition * } */ public function __construct($data = NULL) { @@ -69,7 +69,7 @@ class VisualMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.Behavior behavior = 1; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.Behavior behavior = 1; * @return int */ public function getBehavior() @@ -78,20 +78,20 @@ class VisualMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.Behavior behavior = 1; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.Behavior behavior = 1; * @param int $var * @return $this */ public function setBehavior($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\VisualMedia\Behavior::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\VisualMedia\Behavior::class); $this->behavior = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.ScaleMode scale_mode = 2; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.ScaleMode scale_mode = 2; * @return int */ public function getScaleMode() @@ -100,20 +100,20 @@ class VisualMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.ScaleMode scale_mode = 2; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.ScaleMode scale_mode = 2; * @param int $var * @return $this */ public function setScaleMode($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\VisualMedia\ScaleMode::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\VisualMedia\ScaleMode::class); $this->scale_mode = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.FlipMode flip_mode = 3; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.FlipMode flip_mode = 3; * @return int */ public function getFlipMode() @@ -122,20 +122,20 @@ class VisualMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.FlipMode flip_mode = 3; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.FlipMode flip_mode = 3; * @param int $var * @return $this */ public function setFlipMode($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\VisualMedia\FlipMode::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\VisualMedia\FlipMode::class); $this->flip_mode = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.NativeRotation native_rotation = 4; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.NativeRotation native_rotation = 4; * @return int */ public function getNativeRotation() @@ -144,21 +144,21 @@ class VisualMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.NativeRotation native_rotation = 4; + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.NativeRotation native_rotation = 4; * @param int $var * @return $this */ public function setNativeRotation($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\VisualMedia\NativeRotation::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\Media\VisualMedia\NativeRotation::class); $this->native_rotation = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.Size resolution = 5; - * @return \Rv\Analytics\TriggerMediaInformation\VisualMedia\Size|null + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.Size resolution = 5; + * @return \Rv\Analytics\Trigger\Media\VisualMedia\Size|null */ public function getResolution() { @@ -176,13 +176,13 @@ class VisualMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia.Size resolution = 5; - * @param \Rv\Analytics\TriggerMediaInformation\VisualMedia\Size $var + * Generated from protobuf field .rv.analytics.trigger.media.VisualMedia.Size resolution = 5; + * @param \Rv\Analytics\Trigger\Media\VisualMedia\Size $var * @return $this */ public function setResolution($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\VisualMedia\Size::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\VisualMedia\Size::class); $this->resolution = $var; return $this; @@ -233,8 +233,8 @@ class VisualMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 8; - * @return \Rv\Analytics\TriggerMediaInformation\Transition|null + * Generated from protobuf field .rv.analytics.trigger.media.Transition transition = 8; + * @return \Rv\Analytics\Trigger\Media\Transition|null */ public function getTransition() { @@ -252,13 +252,13 @@ class VisualMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 8; - * @param \Rv\Analytics\TriggerMediaInformation\Transition $var + * Generated from protobuf field .rv.analytics.trigger.media.Transition transition = 8; + * @param \Rv\Analytics\Trigger\Media\Transition $var * @return $this */ public function setTransition($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\Transition::class); + GPBUtil::checkMessage($var, \Rv\Analytics\Trigger\Media\Transition::class); $this->transition = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/Media/VisualMedia/Behavior.php b/generated/Rv/Analytics/Trigger/Media/VisualMedia/Behavior.php new file mode 100644 index 0000000..39f572f --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/VisualMedia/Behavior.php @@ -0,0 +1,54 @@ +rv.analytics.trigger.media.VisualMedia.Behavior + */ +class Behavior +{ + /** + * Generated from protobuf enum BACKGROUND = 0; + */ + const BACKGROUND = 0; + /** + * Generated from protobuf enum FOREGROUND = 1; + */ + const FOREGROUND = 1; + /** + * Generated from protobuf enum VIDEO_INPUT = 2; + */ + const VIDEO_INPUT = 2; + + private static $valueToName = [ + self::BACKGROUND => 'BACKGROUND', + self::FOREGROUND => 'FOREGROUND', + self::VIDEO_INPUT => 'VIDEO_INPUT', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/Behavior.php b/generated/Rv/Analytics/Trigger/Media/VisualMedia/FlipMode.php similarity index 57% rename from generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/Behavior.php rename to generated/Rv/Analytics/Trigger/Media/VisualMedia/FlipMode.php index 9ba4636..bed77b0 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/Behavior.php +++ b/generated/Rv/Analytics/Trigger/Media/VisualMedia/FlipMode.php @@ -3,32 +3,37 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation\VisualMedia; +namespace Rv\Analytics\Trigger\Media\VisualMedia; use UnexpectedValueException; /** - * Protobuf type rv.analytics.TriggerMediaInformation.VisualMedia.Behavior + * Protobuf type rv.analytics.trigger.media.VisualMedia.FlipMode */ -class Behavior +class FlipMode { /** - * Generated from protobuf enum BEHAVIOR_BACKGROUND = 0; + * Generated from protobuf enum NONE = 0; */ - const BEHAVIOR_BACKGROUND = 0; + const NONE = 0; /** - * Generated from protobuf enum BEHAVIOR_FOREGROUND = 1; + * Generated from protobuf enum HORIZONTAL = 1; */ - const BEHAVIOR_FOREGROUND = 1; + const HORIZONTAL = 1; /** - * Generated from protobuf enum BEHAVIOR_VIDEO_INPUT = 2; + * Generated from protobuf enum VERTICAL = 2; */ - const BEHAVIOR_VIDEO_INPUT = 2; + const VERTICAL = 2; + /** + * Generated from protobuf enum BOTH = 3; + */ + const BOTH = 3; private static $valueToName = [ - self::BEHAVIOR_BACKGROUND => 'BEHAVIOR_BACKGROUND', - self::BEHAVIOR_FOREGROUND => 'BEHAVIOR_FOREGROUND', - self::BEHAVIOR_VIDEO_INPUT => 'BEHAVIOR_VIDEO_INPUT', + self::NONE => 'NONE', + self::HORIZONTAL => 'HORIZONTAL', + self::VERTICAL => 'VERTICAL', + self::BOTH => 'BOTH', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/Media/VisualMedia/NativeRotation.php b/generated/Rv/Analytics/Trigger/Media/VisualMedia/NativeRotation.php new file mode 100644 index 0000000..25575cd --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/VisualMedia/NativeRotation.php @@ -0,0 +1,59 @@ +rv.analytics.trigger.media.VisualMedia.NativeRotation + */ +class NativeRotation +{ + /** + * Generated from protobuf enum STANDARD = 0; + */ + const STANDARD = 0; + /** + * Generated from protobuf enum _90 = 90; + */ + const _90 = 90; + /** + * Generated from protobuf enum _180 = 180; + */ + const _180 = 180; + /** + * Generated from protobuf enum _270 = 270; + */ + const _270 = 270; + + private static $valueToName = [ + self::STANDARD => 'STANDARD', + self::_90 => '_90', + self::_180 => '_180', + self::_270 => '_270', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/Media/VisualMedia/ScaleMode.php b/generated/Rv/Analytics/Trigger/Media/VisualMedia/ScaleMode.php new file mode 100644 index 0000000..3633be7 --- /dev/null +++ b/generated/Rv/Analytics/Trigger/Media/VisualMedia/ScaleMode.php @@ -0,0 +1,59 @@ +rv.analytics.trigger.media.VisualMedia.ScaleMode + */ +class ScaleMode +{ + /** + * Generated from protobuf enum FIT = 0; + */ + const FIT = 0; + /** + * Generated from protobuf enum FILL = 1; + */ + const FILL = 1; + /** + * Generated from protobuf enum STRETCH = 2; + */ + const STRETCH = 2; + /** + * Generated from protobuf enum BLUR = 3; + */ + const BLUR = 3; + + private static $valueToName = [ + self::FIT => 'FIT', + self::FILL => 'FILL', + self::STRETCH => 'STRETCH', + self::BLUR => 'BLUR', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/Size.php b/generated/Rv/Analytics/Trigger/Media/VisualMedia/Size.php similarity index 91% rename from generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/Size.php rename to generated/Rv/Analytics/Trigger/Media/VisualMedia/Size.php index 25cf8ca..de07b11 100644 --- a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/Size.php +++ b/generated/Rv/Analytics/Trigger/Media/VisualMedia/Size.php @@ -3,14 +3,14 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsTriggerMedia.proto -namespace Rv\Analytics\TriggerMediaInformation\VisualMedia; +namespace Rv\Analytics\Trigger\Media\VisualMedia; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.TriggerMediaInformation.VisualMedia.Size + * Generated from protobuf message rv.analytics.trigger.media.VisualMedia.Size */ class Size extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Analytics/Trigger/TestPattern.php b/generated/Rv/Analytics/Trigger/TestPattern.php index abdafa8..4b3e643 100644 --- a/generated/Rv/Analytics/Trigger/TestPattern.php +++ b/generated/Rv/Analytics/Trigger/TestPattern.php @@ -10,16 +10,16 @@ use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.Trigger.TestPattern + * Generated from protobuf message rv.analytics.trigger.TestPattern */ class TestPattern extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.Trigger.TestPattern.TestPatternType test_pattern_type = 1; + * Generated from protobuf field .rv.analytics.trigger.TestPattern.Pattern pattern = 1; */ - protected $test_pattern_type = 0; + protected $pattern = 0; /** - * Generated from protobuf field .rv.analytics.Trigger.TestPattern.LogoType logo = 2; + * Generated from protobuf field .rv.analytics.trigger.TestPattern.Logo logo = 2; */ protected $logo = 0; @@ -29,7 +29,7 @@ class TestPattern extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type int $test_pattern_type + * @type int $pattern * @type int $logo * } */ @@ -39,29 +39,29 @@ class TestPattern extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.TestPattern.TestPatternType test_pattern_type = 1; + * Generated from protobuf field .rv.analytics.trigger.TestPattern.Pattern pattern = 1; * @return int */ - public function getTestPatternType() + public function getPattern() { - return $this->test_pattern_type; + return $this->pattern; } /** - * Generated from protobuf field .rv.analytics.Trigger.TestPattern.TestPatternType test_pattern_type = 1; + * Generated from protobuf field .rv.analytics.trigger.TestPattern.Pattern pattern = 1; * @param int $var * @return $this */ - public function setTestPatternType($var) + public function setPattern($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\TestPattern\TestPatternType::class); - $this->test_pattern_type = $var; + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\TestPattern\Pattern::class); + $this->pattern = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.Trigger.TestPattern.LogoType logo = 2; + * Generated from protobuf field .rv.analytics.trigger.TestPattern.Logo logo = 2; * @return int */ public function getLogo() @@ -70,13 +70,13 @@ class TestPattern extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.Trigger.TestPattern.LogoType logo = 2; + * Generated from protobuf field .rv.analytics.trigger.TestPattern.Logo logo = 2; * @param int $var * @return $this */ public function setLogo($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\TestPattern\LogoType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Trigger\TestPattern\Logo::class); $this->logo = $var; return $this; diff --git a/generated/Rv/Analytics/Trigger/TestPattern/LogoType.php b/generated/Rv/Analytics/Trigger/TestPattern/Logo.php similarity index 61% rename from generated/Rv/Analytics/Trigger/TestPattern/LogoType.php rename to generated/Rv/Analytics/Trigger/TestPattern/Logo.php index b3ff7b3..cb7be67 100644 --- a/generated/Rv/Analytics/Trigger/TestPattern/LogoType.php +++ b/generated/Rv/Analytics/Trigger/TestPattern/Logo.php @@ -8,27 +8,27 @@ namespace Rv\Analytics\Trigger\TestPattern; use UnexpectedValueException; /** - * Protobuf type rv.analytics.Trigger.TestPattern.LogoType + * Protobuf type rv.analytics.trigger.TestPattern.Logo */ -class LogoType +class Logo { /** - * Generated from protobuf enum LOGO_TYPE_NONE = 0; + * Generated from protobuf enum NONE = 0; */ - const LOGO_TYPE_NONE = 0; + const NONE = 0; /** - * Generated from protobuf enum LOGO_TYPE_PROPRESENTER = 1; + * Generated from protobuf enum PROPRESENTER = 1; */ - const LOGO_TYPE_PROPRESENTER = 1; + const PROPRESENTER = 1; /** - * Generated from protobuf enum LOGO_TYPE_CUSTOM = 2; + * Generated from protobuf enum CUSTOM = 2; */ - const LOGO_TYPE_CUSTOM = 2; + const CUSTOM = 2; private static $valueToName = [ - self::LOGO_TYPE_NONE => 'LOGO_TYPE_NONE', - self::LOGO_TYPE_PROPRESENTER => 'LOGO_TYPE_PROPRESENTER', - self::LOGO_TYPE_CUSTOM => 'LOGO_TYPE_CUSTOM', + self::NONE => 'NONE', + self::PROPRESENTER => 'PROPRESENTER', + self::CUSTOM => 'CUSTOM', ]; public static function name($value) diff --git a/generated/Rv/Analytics/Trigger/TestPattern/Pattern.php b/generated/Rv/Analytics/Trigger/TestPattern/Pattern.php new file mode 100644 index 0000000..ef2b6dc --- /dev/null +++ b/generated/Rv/Analytics/Trigger/TestPattern/Pattern.php @@ -0,0 +1,89 @@ +rv.analytics.trigger.TestPattern.Pattern + */ +class Pattern +{ + /** + * Generated from protobuf enum AUDIO_VIDEO_SYNC = 0; + */ + const AUDIO_VIDEO_SYNC = 0; + /** + * Generated from protobuf enum BLEND_GRID = 1; + */ + const BLEND_GRID = 1; + /** + * Generated from protobuf enum COLOR_BARS = 2; + */ + const COLOR_BARS = 2; + /** + * Generated from protobuf enum CUSTOM_COLORS = 3; + */ + const CUSTOM_COLORS = 3; + /** + * Generated from protobuf enum FOCUS = 4; + */ + const FOCUS = 4; + /** + * Generated from protobuf enum GRAY_SCALE = 5; + */ + const GRAY_SCALE = 5; + /** + * Generated from protobuf enum LINES = 6; + */ + const LINES = 6; + /** + * Generated from protobuf enum LOGO_BOUNCE = 7; + */ + const LOGO_BOUNCE = 7; + /** + * Generated from protobuf enum RADAR = 8; + */ + const RADAR = 8; + /** + * Generated from protobuf enum TEXT = 9; + */ + const TEXT = 9; + + private static $valueToName = [ + self::AUDIO_VIDEO_SYNC => 'AUDIO_VIDEO_SYNC', + self::BLEND_GRID => 'BLEND_GRID', + self::COLOR_BARS => 'COLOR_BARS', + self::CUSTOM_COLORS => 'CUSTOM_COLORS', + self::FOCUS => 'FOCUS', + self::GRAY_SCALE => 'GRAY_SCALE', + self::LINES => 'LINES', + self::LOGO_BOUNCE => 'LOGO_BOUNCE', + self::RADAR => 'RADAR', + self::TEXT => 'TEXT', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Trigger/TestPattern/TestPatternType.php b/generated/Rv/Analytics/Trigger/TestPattern/TestPatternType.php deleted file mode 100644 index 89ee645..0000000 --- a/generated/Rv/Analytics/Trigger/TestPattern/TestPatternType.php +++ /dev/null @@ -1,89 +0,0 @@ -rv.analytics.Trigger.TestPattern.TestPatternType - */ -class TestPatternType -{ - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_AUDIO_VIDEO_SYNC = 0; - */ - const TEST_PATTERN_TYPE_AUDIO_VIDEO_SYNC = 0; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_BLEND_GRID = 1; - */ - const TEST_PATTERN_TYPE_BLEND_GRID = 1; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_COLOR_BARS = 2; - */ - const TEST_PATTERN_TYPE_COLOR_BARS = 2; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_CUSTOM_COLORS = 3; - */ - const TEST_PATTERN_TYPE_CUSTOM_COLORS = 3; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_FOCUS = 4; - */ - const TEST_PATTERN_TYPE_FOCUS = 4; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_GRAY_SCALE = 5; - */ - const TEST_PATTERN_TYPE_GRAY_SCALE = 5; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_LINES = 6; - */ - const TEST_PATTERN_TYPE_LINES = 6; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_LOGO_BOUNCE = 7; - */ - const TEST_PATTERN_TYPE_LOGO_BOUNCE = 7; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_RADAR = 8; - */ - const TEST_PATTERN_TYPE_RADAR = 8; - /** - * Generated from protobuf enum TEST_PATTERN_TYPE_TEXT = 9; - */ - const TEST_PATTERN_TYPE_TEXT = 9; - - private static $valueToName = [ - self::TEST_PATTERN_TYPE_AUDIO_VIDEO_SYNC => 'TEST_PATTERN_TYPE_AUDIO_VIDEO_SYNC', - self::TEST_PATTERN_TYPE_BLEND_GRID => 'TEST_PATTERN_TYPE_BLEND_GRID', - self::TEST_PATTERN_TYPE_COLOR_BARS => 'TEST_PATTERN_TYPE_COLOR_BARS', - self::TEST_PATTERN_TYPE_CUSTOM_COLORS => 'TEST_PATTERN_TYPE_CUSTOM_COLORS', - self::TEST_PATTERN_TYPE_FOCUS => 'TEST_PATTERN_TYPE_FOCUS', - self::TEST_PATTERN_TYPE_GRAY_SCALE => 'TEST_PATTERN_TYPE_GRAY_SCALE', - self::TEST_PATTERN_TYPE_LINES => 'TEST_PATTERN_TYPE_LINES', - self::TEST_PATTERN_TYPE_LOGO_BOUNCE => 'TEST_PATTERN_TYPE_LOGO_BOUNCE', - self::TEST_PATTERN_TYPE_RADAR => 'TEST_PATTERN_TYPE_RADAR', - self::TEST_PATTERN_TYPE_TEXT => 'TEST_PATTERN_TYPE_TEXT', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/TriggerMediaInformation.php b/generated/Rv/Analytics/TriggerMediaInformation.php deleted file mode 100644 index 93879dc..0000000 --- a/generated/Rv/Analytics/TriggerMediaInformation.php +++ /dev/null @@ -1,180 +0,0 @@ -rv.analytics.TriggerMediaInformation - */ -class TriggerMediaInformation extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.SourceType source_type = 1; - */ - protected $source_type = 0; - protected $MediaType; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source_type - * @type \Rv\Analytics\TriggerMediaInformation\Video $video - * @type \Rv\Analytics\TriggerMediaInformation\Image $image - * @type \Rv\Analytics\TriggerMediaInformation\Audio $audio - * @type \Rv\Analytics\TriggerMediaInformation\LiveVideo $live_video - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTriggerMedia::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.SourceType source_type = 1; - * @return int - */ - public function getSourceType() - { - return $this->source_type; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.SourceType source_type = 1; - * @param int $var - * @return $this - */ - public function setSourceType($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\SourceType::class); - $this->source_type = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Video video = 2; - * @return \Rv\Analytics\TriggerMediaInformation\Video|null - */ - public function getVideo() - { - return $this->readOneof(2); - } - - public function hasVideo() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Video video = 2; - * @param \Rv\Analytics\TriggerMediaInformation\Video $var - * @return $this - */ - public function setVideo($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\Video::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Image image = 3; - * @return \Rv\Analytics\TriggerMediaInformation\Image|null - */ - public function getImage() - { - return $this->readOneof(3); - } - - public function hasImage() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Image image = 3; - * @param \Rv\Analytics\TriggerMediaInformation\Image $var - * @return $this - */ - public function setImage($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\Image::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Audio audio = 4; - * @return \Rv\Analytics\TriggerMediaInformation\Audio|null - */ - public function getAudio() - { - return $this->readOneof(4); - } - - public function hasAudio() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Audio audio = 4; - * @param \Rv\Analytics\TriggerMediaInformation\Audio $var - * @return $this - */ - public function setAudio($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\Audio::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.LiveVideo live_video = 5; - * @return \Rv\Analytics\TriggerMediaInformation\LiveVideo|null - */ - public function getLiveVideo() - { - return $this->readOneof(5); - } - - public function hasLiveVideo() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.LiveVideo live_video = 5; - * @param \Rv\Analytics\TriggerMediaInformation\LiveVideo $var - * @return $this - */ - public function setLiveVideo($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\LiveVideo::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * @return string - */ - public function getMediaType() - { - return $this->whichOneof("MediaType"); - } - -} - diff --git a/generated/Rv/Analytics/TriggerMediaInformation/CompletionTarget.php b/generated/Rv/Analytics/TriggerMediaInformation/CompletionTarget.php deleted file mode 100644 index 441f020..0000000 --- a/generated/Rv/Analytics/TriggerMediaInformation/CompletionTarget.php +++ /dev/null @@ -1,64 +0,0 @@ -rv.analytics.TriggerMediaInformation.CompletionTarget - */ -class CompletionTarget -{ - /** - * Generated from protobuf enum COMPLETION_TARGET_NONE = 0; - */ - const COMPLETION_TARGET_NONE = 0; - /** - * Generated from protobuf enum COMPLETION_TARGET_NEXT = 1; - */ - const COMPLETION_TARGET_NEXT = 1; - /** - * Generated from protobuf enum COMPLETION_TARGET_RANDOM = 2; - */ - const COMPLETION_TARGET_RANDOM = 2; - /** - * Generated from protobuf enum COMPLETION_TARGET_CUE = 3; - */ - const COMPLETION_TARGET_CUE = 3; - /** - * Generated from protobuf enum COMPLETION_TARGET_FIRST = 4; - */ - const COMPLETION_TARGET_FIRST = 4; - - private static $valueToName = [ - self::COMPLETION_TARGET_NONE => 'COMPLETION_TARGET_NONE', - self::COMPLETION_TARGET_NEXT => 'COMPLETION_TARGET_NEXT', - self::COMPLETION_TARGET_RANDOM => 'COMPLETION_TARGET_RANDOM', - self::COMPLETION_TARGET_CUE => 'COMPLETION_TARGET_CUE', - self::COMPLETION_TARGET_FIRST => 'COMPLETION_TARGET_FIRST', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Image.php b/generated/Rv/Analytics/TriggerMediaInformation/Image.php deleted file mode 100644 index 119fcd1..0000000 --- a/generated/Rv/Analytics/TriggerMediaInformation/Image.php +++ /dev/null @@ -1,133 +0,0 @@ -rv.analytics.TriggerMediaInformation.Image - */ -class Image extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 1; - */ - protected $visual_media = null; - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 2; - */ - protected $transition = null; - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.CompletionTarget completion_target = 3; - */ - protected $completion_target = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\TriggerMediaInformation\VisualMedia $visual_media - * @type \Rv\Analytics\TriggerMediaInformation\Transition $transition - * @type int $completion_target - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsTriggerMedia::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 1; - * @return \Rv\Analytics\TriggerMediaInformation\VisualMedia|null - */ - public function getVisualMedia() - { - return $this->visual_media; - } - - public function hasVisualMedia() - { - return isset($this->visual_media); - } - - public function clearVisualMedia() - { - unset($this->visual_media); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 1; - * @param \Rv\Analytics\TriggerMediaInformation\VisualMedia $var - * @return $this - */ - public function setVisualMedia($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\VisualMedia::class); - $this->visual_media = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 2; - * @return \Rv\Analytics\TriggerMediaInformation\Transition|null - */ - public function getTransition() - { - return $this->transition; - } - - public function hasTransition() - { - return isset($this->transition); - } - - public function clearTransition() - { - unset($this->transition); - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.Transition transition = 2; - * @param \Rv\Analytics\TriggerMediaInformation\Transition $var - * @return $this - */ - public function setTransition($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\TriggerMediaInformation\Transition::class); - $this->transition = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.CompletionTarget completion_target = 3; - * @return int - */ - public function getCompletionTarget() - { - return $this->completion_target; - } - - /** - * Generated from protobuf field .rv.analytics.TriggerMediaInformation.CompletionTarget completion_target = 3; - * @param int $var - * @return $this - */ - public function setCompletionTarget($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\TriggerMediaInformation\CompletionTarget::class); - $this->completion_target = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Transport/DurationRange.php b/generated/Rv/Analytics/TriggerMediaInformation/Transport/DurationRange.php deleted file mode 100644 index c246be9..0000000 --- a/generated/Rv/Analytics/TriggerMediaInformation/Transport/DurationRange.php +++ /dev/null @@ -1,84 +0,0 @@ -rv.analytics.TriggerMediaInformation.Transport.DurationRange - */ -class DurationRange -{ - /** - * Generated from protobuf enum DURATION_UNDER_10S = 0; - */ - const DURATION_UNDER_10S = 0; - /** - * Generated from protobuf enum DURATION_10S_TO_30S = 1; - */ - const DURATION_10S_TO_30S = 1; - /** - * Generated from protobuf enum DURATION_30S_TO_60S = 2; - */ - const DURATION_30S_TO_60S = 2; - /** - * Generated from protobuf enum DURATION_1M_TO_5M = 3; - */ - const DURATION_1M_TO_5M = 3; - /** - * Generated from protobuf enum DURATION_5M_TO_10M = 4; - */ - const DURATION_5M_TO_10M = 4; - /** - * Generated from protobuf enum DURATION_10M_TO_30M = 5; - */ - const DURATION_10M_TO_30M = 5; - /** - * Generated from protobuf enum DURATION_30M_TO_60M = 6; - */ - const DURATION_30M_TO_60M = 6; - /** - * Generated from protobuf enum DURATION_1H_TO_2H = 7; - */ - const DURATION_1H_TO_2H = 7; - /** - * Generated from protobuf enum DURATION_OVER_2H = 8; - */ - const DURATION_OVER_2H = 8; - - private static $valueToName = [ - self::DURATION_UNDER_10S => 'DURATION_UNDER_10S', - self::DURATION_10S_TO_30S => 'DURATION_10S_TO_30S', - self::DURATION_30S_TO_60S => 'DURATION_30S_TO_60S', - self::DURATION_1M_TO_5M => 'DURATION_1M_TO_5M', - self::DURATION_5M_TO_10M => 'DURATION_5M_TO_10M', - self::DURATION_10M_TO_30M => 'DURATION_10M_TO_30M', - self::DURATION_30M_TO_60M => 'DURATION_30M_TO_60M', - self::DURATION_1H_TO_2H => 'DURATION_1H_TO_2H', - self::DURATION_OVER_2H => 'DURATION_OVER_2H', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/TriggerMediaInformation/Video/PlaybackBehavior.php b/generated/Rv/Analytics/TriggerMediaInformation/Video/PlaybackBehavior.php deleted file mode 100644 index 4771997..0000000 --- a/generated/Rv/Analytics/TriggerMediaInformation/Video/PlaybackBehavior.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.TriggerMediaInformation.Video.PlaybackBehavior - */ -class PlaybackBehavior -{ - /** - * Generated from protobuf enum PLAYBACK_BEHAVIOR_STOP = 0; - */ - const PLAYBACK_BEHAVIOR_STOP = 0; - /** - * Generated from protobuf enum PLAYBACK_BEHAVIOR_LOOP = 1; - */ - const PLAYBACK_BEHAVIOR_LOOP = 1; - /** - * Generated from protobuf enum PLAYBACK_BEHAVIOR_LOOP_FOR_PLAY_COUNT = 2; - */ - const PLAYBACK_BEHAVIOR_LOOP_FOR_PLAY_COUNT = 2; - /** - * Generated from protobuf enum PLAYBACK_BEHAVIOR_LOOP_FOR_TIME = 3; - */ - const PLAYBACK_BEHAVIOR_LOOP_FOR_TIME = 3; - - private static $valueToName = [ - self::PLAYBACK_BEHAVIOR_STOP => 'PLAYBACK_BEHAVIOR_STOP', - self::PLAYBACK_BEHAVIOR_LOOP => 'PLAYBACK_BEHAVIOR_LOOP', - self::PLAYBACK_BEHAVIOR_LOOP_FOR_PLAY_COUNT => 'PLAYBACK_BEHAVIOR_LOOP_FOR_PLAY_COUNT', - self::PLAYBACK_BEHAVIOR_LOOP_FOR_TIME => 'PLAYBACK_BEHAVIOR_LOOP_FOR_TIME', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/FlipMode.php b/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/FlipMode.php deleted file mode 100644 index 0e97d38..0000000 --- a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/FlipMode.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.TriggerMediaInformation.VisualMedia.FlipMode - */ -class FlipMode -{ - /** - * Generated from protobuf enum FLIP_MODE_NONE = 0; - */ - const FLIP_MODE_NONE = 0; - /** - * Generated from protobuf enum FLIP_MODE_HORIZONTAL = 1; - */ - const FLIP_MODE_HORIZONTAL = 1; - /** - * Generated from protobuf enum FLIP_MODE_VERTICAL = 2; - */ - const FLIP_MODE_VERTICAL = 2; - /** - * Generated from protobuf enum FLIP_MODE_BOTH = 3; - */ - const FLIP_MODE_BOTH = 3; - - private static $valueToName = [ - self::FLIP_MODE_NONE => 'FLIP_MODE_NONE', - self::FLIP_MODE_HORIZONTAL => 'FLIP_MODE_HORIZONTAL', - self::FLIP_MODE_VERTICAL => 'FLIP_MODE_VERTICAL', - self::FLIP_MODE_BOTH => 'FLIP_MODE_BOTH', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/NativeRotation.php b/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/NativeRotation.php deleted file mode 100644 index 673d710..0000000 --- a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/NativeRotation.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.TriggerMediaInformation.VisualMedia.NativeRotation - */ -class NativeRotation -{ - /** - * Generated from protobuf enum NATIVE_ROTATION_STANDARD = 0; - */ - const NATIVE_ROTATION_STANDARD = 0; - /** - * Generated from protobuf enum NATIVE_ROTATION_90 = 90; - */ - const NATIVE_ROTATION_90 = 90; - /** - * Generated from protobuf enum NATIVE_ROTATION_180 = 180; - */ - const NATIVE_ROTATION_180 = 180; - /** - * Generated from protobuf enum NATIVE_ROTATION_270 = 270; - */ - const NATIVE_ROTATION_270 = 270; - - private static $valueToName = [ - self::NATIVE_ROTATION_STANDARD => 'NATIVE_ROTATION_STANDARD', - self::NATIVE_ROTATION_90 => 'NATIVE_ROTATION_90', - self::NATIVE_ROTATION_180 => 'NATIVE_ROTATION_180', - self::NATIVE_ROTATION_270 => 'NATIVE_ROTATION_270', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/ScaleMode.php b/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/ScaleMode.php deleted file mode 100644 index 4424e95..0000000 --- a/generated/Rv/Analytics/TriggerMediaInformation/VisualMedia/ScaleMode.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.TriggerMediaInformation.VisualMedia.ScaleMode - */ -class ScaleMode -{ - /** - * Generated from protobuf enum SCALE_MODE_FIT = 0; - */ - const SCALE_MODE_FIT = 0; - /** - * Generated from protobuf enum SCALE_MODE_FILL = 1; - */ - const SCALE_MODE_FILL = 1; - /** - * Generated from protobuf enum SCALE_MODE_STRETCH = 2; - */ - const SCALE_MODE_STRETCH = 2; - /** - * Generated from protobuf enum SCALE_MODE_BLUR = 3; - */ - const SCALE_MODE_BLUR = 3; - - private static $valueToName = [ - self::SCALE_MODE_FIT => 'SCALE_MODE_FIT', - self::SCALE_MODE_FILL => 'SCALE_MODE_FILL', - self::SCALE_MODE_STRETCH => 'SCALE_MODE_STRETCH', - self::SCALE_MODE_BLUR => 'SCALE_MODE_BLUR', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI.php b/generated/Rv/Analytics/UI.php deleted file mode 100644 index 820609f..0000000 --- a/generated/Rv/Analytics/UI.php +++ /dev/null @@ -1,629 +0,0 @@ -rv.analytics.UI - */ -class UI extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\QuickSearch $quick_search - * @type \Rv\Analytics\UI\Toolbar $toolbar - * @type \Rv\Analytics\UI\MainView $main_view - * @type \Rv\Analytics\UI\Looks $looks - * @type \Rv\Analytics\UI\ScreenConfiguration $screen_configuration - * @type \Rv\Analytics\UI\LowerRight $lower_right - * @type \Rv\Analytics\UI\TextInspector $text_inspector - * @type \Rv\Analytics\UI\Show $show - * @type \Rv\Analytics\UI\InAppStore $in_app_store - * @type \Rv\Analytics\UI\Editor $editor - * @type \Rv\Analytics\UI\WhatsNew $whats_new - * @type \Rv\Analytics\UI\ClearGroups $clear_groups - * @type \Rv\Analytics\UI\PreviewArea $preview_area - * @type \Rv\Analytics\UI\Placeholder $placeholder - * @type \Rv\Analytics\UI\PlanningCenterLive $planning_center_live - * @type \Rv\Analytics\UI\NetworkGroup $network_group - * @type \Rv\Analytics\UI\CCLI $ccli - * @type \Rv\Analytics\UI\Capture $capture - * @type \Rv\Analytics\UI\WelcomeToProPresenter $welcomeToProPresenter - * @type \Rv\Analytics\UI\TestPattern $test_pattern - * @type \Rv\Analytics\UI\Preferences $preferences - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch quick_search = 1; - * @return \Rv\Analytics\UI\QuickSearch|null - */ - public function getQuickSearch() - { - return $this->readOneof(1); - } - - public function hasQuickSearch() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch quick_search = 1; - * @param \Rv\Analytics\UI\QuickSearch $var - * @return $this - */ - public function setQuickSearch($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\QuickSearch::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar toolbar = 2; - * @return \Rv\Analytics\UI\Toolbar|null - */ - public function getToolbar() - { - return $this->readOneof(2); - } - - public function hasToolbar() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar toolbar = 2; - * @param \Rv\Analytics\UI\Toolbar $var - * @return $this - */ - public function setToolbar($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Toolbar::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView main_view = 3; - * @return \Rv\Analytics\UI\MainView|null - */ - public function getMainView() - { - return $this->readOneof(3); - } - - public function hasMainView() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView main_view = 3; - * @param \Rv\Analytics\UI\MainView $var - * @return $this - */ - public function setMainView($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Looks looks = 4; - * @return \Rv\Analytics\UI\Looks|null - */ - public function getLooks() - { - return $this->readOneof(4); - } - - public function hasLooks() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Looks looks = 4; - * @param \Rv\Analytics\UI\Looks $var - * @return $this - */ - public function setLooks($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Looks::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.ScreenConfiguration screen_configuration = 5; - * @return \Rv\Analytics\UI\ScreenConfiguration|null - */ - public function getScreenConfiguration() - { - return $this->readOneof(5); - } - - public function hasScreenConfiguration() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ScreenConfiguration screen_configuration = 5; - * @param \Rv\Analytics\UI\ScreenConfiguration $var - * @return $this - */ - public function setScreenConfiguration($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ScreenConfiguration::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight lower_right = 6; - * @return \Rv\Analytics\UI\LowerRight|null - */ - public function getLowerRight() - { - return $this->readOneof(6); - } - - public function hasLowerRight() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight lower_right = 6; - * @param \Rv\Analytics\UI\LowerRight $var - * @return $this - */ - public function setLowerRight($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector text_inspector = 7; - * @return \Rv\Analytics\UI\TextInspector|null - */ - public function getTextInspector() - { - return $this->readOneof(7); - } - - public function hasTextInspector() - { - return $this->hasOneof(7); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector text_inspector = 7; - * @param \Rv\Analytics\UI\TextInspector $var - * @return $this - */ - public function setTextInspector($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TextInspector::class); - $this->writeOneof(7, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Show show = 8; - * @return \Rv\Analytics\UI\Show|null - */ - public function getShow() - { - return $this->readOneof(8); - } - - public function hasShow() - { - return $this->hasOneof(8); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Show show = 8; - * @param \Rv\Analytics\UI\Show $var - * @return $this - */ - public function setShow($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Show::class); - $this->writeOneof(8, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.InAppStore in_app_store = 9; - * @return \Rv\Analytics\UI\InAppStore|null - */ - public function getInAppStore() - { - return $this->readOneof(9); - } - - public function hasInAppStore() - { - return $this->hasOneof(9); - } - - /** - * Generated from protobuf field .rv.analytics.UI.InAppStore in_app_store = 9; - * @param \Rv\Analytics\UI\InAppStore $var - * @return $this - */ - public function setInAppStore($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\InAppStore::class); - $this->writeOneof(9, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Editor editor = 10; - * @return \Rv\Analytics\UI\Editor|null - */ - public function getEditor() - { - return $this->readOneof(10); - } - - public function hasEditor() - { - return $this->hasOneof(10); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Editor editor = 10; - * @param \Rv\Analytics\UI\Editor $var - * @return $this - */ - public function setEditor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Editor::class); - $this->writeOneof(10, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WhatsNew whats_new = 11; - * @return \Rv\Analytics\UI\WhatsNew|null - */ - public function getWhatsNew() - { - return $this->readOneof(11); - } - - public function hasWhatsNew() - { - return $this->hasOneof(11); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WhatsNew whats_new = 11; - * @param \Rv\Analytics\UI\WhatsNew $var - * @return $this - */ - public function setWhatsNew($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WhatsNew::class); - $this->writeOneof(11, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups clear_groups = 12; - * @return \Rv\Analytics\UI\ClearGroups|null - */ - public function getClearGroups() - { - return $this->readOneof(12); - } - - public function hasClearGroups() - { - return $this->hasOneof(12); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups clear_groups = 12; - * @param \Rv\Analytics\UI\ClearGroups $var - * @return $this - */ - public function setClearGroups($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ClearGroups::class); - $this->writeOneof(12, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.PreviewArea preview_area = 13; - * @return \Rv\Analytics\UI\PreviewArea|null - */ - public function getPreviewArea() - { - return $this->readOneof(13); - } - - public function hasPreviewArea() - { - return $this->hasOneof(13); - } - - /** - * Generated from protobuf field .rv.analytics.UI.PreviewArea preview_area = 13; - * @param \Rv\Analytics\UI\PreviewArea $var - * @return $this - */ - public function setPreviewArea($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\PreviewArea::class); - $this->writeOneof(13, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Placeholder placeholder = 14; - * @return \Rv\Analytics\UI\Placeholder|null - */ - public function getPlaceholder() - { - return $this->readOneof(14); - } - - public function hasPlaceholder() - { - return $this->hasOneof(14); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Placeholder placeholder = 14; - * @param \Rv\Analytics\UI\Placeholder $var - * @return $this - */ - public function setPlaceholder($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Placeholder::class); - $this->writeOneof(14, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive planning_center_live = 15; - * @return \Rv\Analytics\UI\PlanningCenterLive|null - */ - public function getPlanningCenterLive() - { - return $this->readOneof(15); - } - - public function hasPlanningCenterLive() - { - return $this->hasOneof(15); - } - - /** - * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive planning_center_live = 15; - * @param \Rv\Analytics\UI\PlanningCenterLive $var - * @return $this - */ - public function setPlanningCenterLive($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\PlanningCenterLive::class); - $this->writeOneof(15, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup network_group = 16; - * @return \Rv\Analytics\UI\NetworkGroup|null - */ - public function getNetworkGroup() - { - return $this->readOneof(16); - } - - public function hasNetworkGroup() - { - return $this->hasOneof(16); - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup network_group = 16; - * @param \Rv\Analytics\UI\NetworkGroup $var - * @return $this - */ - public function setNetworkGroup($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\NetworkGroup::class); - $this->writeOneof(16, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI ccli = 17; - * @return \Rv\Analytics\UI\CCLI|null - */ - public function getCcli() - { - return $this->readOneof(17); - } - - public function hasCcli() - { - return $this->hasOneof(17); - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI ccli = 17; - * @param \Rv\Analytics\UI\CCLI $var - * @return $this - */ - public function setCcli($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\CCLI::class); - $this->writeOneof(17, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Capture capture = 18; - * @return \Rv\Analytics\UI\Capture|null - */ - public function getCapture() - { - return $this->readOneof(18); - } - - public function hasCapture() - { - return $this->hasOneof(18); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Capture capture = 18; - * @param \Rv\Analytics\UI\Capture $var - * @return $this - */ - public function setCapture($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Capture::class); - $this->writeOneof(18, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter welcomeToProPresenter = 19; - * @return \Rv\Analytics\UI\WelcomeToProPresenter|null - */ - public function getWelcomeToProPresenter() - { - return $this->readOneof(19); - } - - public function hasWelcomeToProPresenter() - { - return $this->hasOneof(19); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter welcomeToProPresenter = 19; - * @param \Rv\Analytics\UI\WelcomeToProPresenter $var - * @return $this - */ - public function setWelcomeToProPresenter($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter::class); - $this->writeOneof(19, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.TestPattern test_pattern = 20; - * @return \Rv\Analytics\UI\TestPattern|null - */ - public function getTestPattern() - { - return $this->readOneof(20); - } - - public function hasTestPattern() - { - return $this->hasOneof(20); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TestPattern test_pattern = 20; - * @param \Rv\Analytics\UI\TestPattern $var - * @return $this - */ - public function setTestPattern($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TestPattern::class); - $this->writeOneof(20, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Preferences preferences = 21; - * @return \Rv\Analytics\UI\Preferences|null - */ - public function getPreferences() - { - return $this->readOneof(21); - } - - public function hasPreferences() - { - return $this->hasOneof(21); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Preferences preferences = 21; - * @param \Rv\Analytics\UI\Preferences $var - * @return $this - */ - public function setPreferences($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Preferences::class); - $this->writeOneof(21, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/Bible/Trigger.php b/generated/Rv/Analytics/UI/BibleGenerateNext.php similarity index 60% rename from generated/Rv/Analytics/UI/MainView/Bible/Trigger.php rename to generated/Rv/Analytics/UI/BibleGenerateNext.php index 6c9723c..cb7b877 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/Trigger.php +++ b/generated/Rv/Analytics/UI/BibleGenerateNext.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.MainView.Bible.Trigger + * Generated from protobuf message rv.analytics.ui.BibleGenerateNext */ -class Trigger extends \Google\Protobuf\Internal\Message +class BibleGenerateNext extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; */ protected $location = 0; @@ -34,7 +34,7 @@ class Trigger extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; * @return int */ public function getLocation() @@ -43,13 +43,13 @@ class Trigger extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; * @param int $var * @return $this */ public function setLocation($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\Location::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\Location::class); $this->location = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/Bible/GenerateNext.php b/generated/Rv/Analytics/UI/BibleGeneratePrevious.php similarity index 60% rename from generated/Rv/Analytics/UI/MainView/Bible/GenerateNext.php rename to generated/Rv/Analytics/UI/BibleGeneratePrevious.php index 4d2e641..758db7c 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/GenerateNext.php +++ b/generated/Rv/Analytics/UI/BibleGeneratePrevious.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.MainView.Bible.GenerateNext + * Generated from protobuf message rv.analytics.ui.BibleGeneratePrevious */ -class GenerateNext extends \Google\Protobuf\Internal\Message +class BibleGeneratePrevious extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; */ protected $location = 0; @@ -34,7 +34,7 @@ class GenerateNext extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; * @return int */ public function getLocation() @@ -43,13 +43,13 @@ class GenerateNext extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; * @param int $var * @return $this */ public function setLocation($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\Location::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\Location::class); $this->location = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides.php b/generated/Rv/Analytics/UI/BibleGenerateSlides.php similarity index 77% rename from generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides.php rename to generated/Rv/Analytics/UI/BibleGenerateSlides.php index f94782b..12d7fd0 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides.php +++ b/generated/Rv/Analytics/UI/BibleGenerateSlides.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.MainView.Bible.GenerateSlides + * Generated from protobuf message rv.analytics.ui.BibleGenerateSlides */ -class GenerateSlides extends \Google\Protobuf\Internal\Message +class BibleGenerateSlides extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 translation_count = 1; @@ -23,11 +23,11 @@ class GenerateSlides extends \Google\Protobuf\Internal\Message */ protected $slide_count = 0; /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation verse_location = 3; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.TextBoxLocation verse_location = 3; */ protected $verse_location = 0; /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation reference_location = 4; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.TextBoxLocation reference_location = 4; */ protected $reference_location = 0; /** @@ -47,7 +47,7 @@ class GenerateSlides extends \Google\Protobuf\Internal\Message */ protected $preserve_font_color = false; /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.ReferenceType reference_style = 9; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.ReferenceType reference_style = 9; */ protected $reference_style = 0; @@ -118,7 +118,7 @@ class GenerateSlides extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation verse_location = 3; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.TextBoxLocation verse_location = 3; * @return int */ public function getVerseLocation() @@ -127,20 +127,20 @@ class GenerateSlides extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation verse_location = 3; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.TextBoxLocation verse_location = 3; * @param int $var * @return $this */ public function setVerseLocation($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\GenerateSlides\TextBoxLocation::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\BibleGenerateSlides\TextBoxLocation::class); $this->verse_location = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation reference_location = 4; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.TextBoxLocation reference_location = 4; * @return int */ public function getReferenceLocation() @@ -149,13 +149,13 @@ class GenerateSlides extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation reference_location = 4; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.TextBoxLocation reference_location = 4; * @param int $var * @return $this */ public function setReferenceLocation($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\GenerateSlides\TextBoxLocation::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\BibleGenerateSlides\TextBoxLocation::class); $this->reference_location = $var; return $this; @@ -250,7 +250,7 @@ class GenerateSlides extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.ReferenceType reference_style = 9; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.ReferenceType reference_style = 9; * @return int */ public function getReferenceStyle() @@ -259,13 +259,13 @@ class GenerateSlides extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides.ReferenceType reference_style = 9; + * Generated from protobuf field .rv.analytics.ui.BibleGenerateSlides.ReferenceType reference_style = 9; * @param int $var * @return $this */ public function setReferenceStyle($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\GenerateSlides\ReferenceType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\BibleGenerateSlides\ReferenceType::class); $this->reference_style = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides/ReferenceType.php b/generated/Rv/Analytics/UI/BibleGenerateSlides/ReferenceType.php similarity index 54% rename from generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides/ReferenceType.php rename to generated/Rv/Analytics/UI/BibleGenerateSlides/ReferenceType.php index c741703..82d148f 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides/ReferenceType.php +++ b/generated/Rv/Analytics/UI/BibleGenerateSlides/ReferenceType.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible\GenerateSlides; +namespace Rv\Analytics\Ui\BibleGenerateSlides; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.Bible.GenerateSlides.ReferenceType + * Protobuf type rv.analytics.ui.BibleGenerateSlides.ReferenceType */ class ReferenceType { @@ -17,28 +17,28 @@ class ReferenceType */ const REFERENCE_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum REFERENCE_TYPE_PASSAGE_NONE = 1; + * Generated from protobuf enum PASSAGE_NONE = 1; */ - const REFERENCE_TYPE_PASSAGE_NONE = 1; + const PASSAGE_NONE = 1; /** - * Generated from protobuf enum REFERENCE_TYPE_PASSAGE_EACH = 2; + * Generated from protobuf enum PASSAGE_EACH = 2; */ - const REFERENCE_TYPE_PASSAGE_EACH = 2; + const PASSAGE_EACH = 2; /** - * Generated from protobuf enum REFERENCE_TYPE_PASSAGE_LAST = 3; + * Generated from protobuf enum PASSAGE_LAST = 3; */ - const REFERENCE_TYPE_PASSAGE_LAST = 3; + const PASSAGE_LAST = 3; /** - * Generated from protobuf enum REFERENCE_TYPE_VERSE = 4; + * Generated from protobuf enum VERSE = 4; */ - const REFERENCE_TYPE_VERSE = 4; + const VERSE = 4; private static $valueToName = [ self::REFERENCE_TYPE_UNKNOWN => 'REFERENCE_TYPE_UNKNOWN', - self::REFERENCE_TYPE_PASSAGE_NONE => 'REFERENCE_TYPE_PASSAGE_NONE', - self::REFERENCE_TYPE_PASSAGE_EACH => 'REFERENCE_TYPE_PASSAGE_EACH', - self::REFERENCE_TYPE_PASSAGE_LAST => 'REFERENCE_TYPE_PASSAGE_LAST', - self::REFERENCE_TYPE_VERSE => 'REFERENCE_TYPE_VERSE', + self::PASSAGE_NONE => 'PASSAGE_NONE', + self::PASSAGE_EACH => 'PASSAGE_EACH', + self::PASSAGE_LAST => 'PASSAGE_LAST', + self::VERSE => 'VERSE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides/TextBoxLocation.php b/generated/Rv/Analytics/UI/BibleGenerateSlides/TextBoxLocation.php similarity index 60% rename from generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides/TextBoxLocation.php rename to generated/Rv/Analytics/UI/BibleGenerateSlides/TextBoxLocation.php index 685d246..312d23c 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/GenerateSlides/TextBoxLocation.php +++ b/generated/Rv/Analytics/UI/BibleGenerateSlides/TextBoxLocation.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible\GenerateSlides; +namespace Rv\Analytics\Ui\BibleGenerateSlides; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation + * Protobuf type rv.analytics.ui.BibleGenerateSlides.TextBoxLocation */ class TextBoxLocation { @@ -17,23 +17,23 @@ class TextBoxLocation */ const TEXT_BOX_LOCATION_UNKNOWN = 0; /** - * Generated from protobuf enum TEXT_BOX_LOCATION_NONE = 1; + * Generated from protobuf enum LOCATION_NONE = 1; */ - const TEXT_BOX_LOCATION_NONE = 1; + const LOCATION_NONE = 1; /** - * Generated from protobuf enum TEXT_BOX_LOCATION_TEXT_BOX = 2; + * Generated from protobuf enum LOCATION_TEXT_BOX = 2; */ - const TEXT_BOX_LOCATION_TEXT_BOX = 2; + const LOCATION_TEXT_BOX = 2; /** - * Generated from protobuf enum TEXT_BOX_LOCATION_WITH_VERSE = 3; + * Generated from protobuf enum LOCATION_WITH_VERSE = 3; */ - const TEXT_BOX_LOCATION_WITH_VERSE = 3; + const LOCATION_WITH_VERSE = 3; private static $valueToName = [ self::TEXT_BOX_LOCATION_UNKNOWN => 'TEXT_BOX_LOCATION_UNKNOWN', - self::TEXT_BOX_LOCATION_NONE => 'TEXT_BOX_LOCATION_NONE', - self::TEXT_BOX_LOCATION_TEXT_BOX => 'TEXT_BOX_LOCATION_TEXT_BOX', - self::TEXT_BOX_LOCATION_WITH_VERSE => 'TEXT_BOX_LOCATION_WITH_VERSE', + self::LOCATION_NONE => 'LOCATION_NONE', + self::LOCATION_TEXT_BOX => 'LOCATION_TEXT_BOX', + self::LOCATION_WITH_VERSE => 'LOCATION_WITH_VERSE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/MainView/Bible/BibleCount.php b/generated/Rv/Analytics/UI/BibleInstall.php similarity index 91% rename from generated/Rv/Analytics/UI/MainView/Bible/BibleCount.php rename to generated/Rv/Analytics/UI/BibleInstall.php index cee5e64..abad353 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/BibleCount.php +++ b/generated/Rv/Analytics/UI/BibleInstall.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.MainView.Bible.BibleCount + * Generated from protobuf message rv.analytics.ui.BibleInstall */ -class BibleCount extends \Google\Protobuf\Internal\Message +class BibleInstall extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 free_installed_count = 1; diff --git a/generated/Rv/Analytics/UI/MainView/Bible/GeneratePrevious.php b/generated/Rv/Analytics/UI/BibleLookup.php similarity index 60% rename from generated/Rv/Analytics/UI/MainView/Bible/GeneratePrevious.php rename to generated/Rv/Analytics/UI/BibleLookup.php index 02fc421..428401c 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/GeneratePrevious.php +++ b/generated/Rv/Analytics/UI/BibleLookup.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.MainView.Bible.GeneratePrevious + * Generated from protobuf message rv.analytics.ui.BibleLookup */ -class GeneratePrevious extends \Google\Protobuf\Internal\Message +class BibleLookup extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 2; + * Generated from protobuf field .rv.analytics.ui.BibleLookup.Location location = 1; */ protected $location = 0; @@ -34,7 +34,7 @@ class GeneratePrevious extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 2; + * Generated from protobuf field .rv.analytics.ui.BibleLookup.Location location = 1; * @return int */ public function getLocation() @@ -43,13 +43,13 @@ class GeneratePrevious extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Location location = 2; + * Generated from protobuf field .rv.analytics.ui.BibleLookup.Location location = 1; * @param int $var * @return $this */ public function setLocation($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\Location::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\BibleLookup\Location::class); $this->location = $var; return $this; diff --git a/generated/Rv/Analytics/UI/BibleLookup/Location.php b/generated/Rv/Analytics/UI/BibleLookup/Location.php new file mode 100644 index 0000000..2c255fc --- /dev/null +++ b/generated/Rv/Analytics/UI/BibleLookup/Location.php @@ -0,0 +1,74 @@ +rv.analytics.ui.BibleLookup.Location + */ +class Location +{ + /** + * Generated from protobuf enum LOCATION_UNKNOWN = 0; + */ + const LOCATION_UNKNOWN = 0; + /** + * Generated from protobuf enum TEXT_REFERENCE = 1; + */ + const TEXT_REFERENCE = 1; + /** + * Generated from protobuf enum MENU_BOOK = 2; + */ + const MENU_BOOK = 2; + /** + * Generated from protobuf enum MENU_CHAPTER = 3; + */ + const MENU_CHAPTER = 3; + /** + * Generated from protobuf enum MENU_VERSE = 4; + */ + const MENU_VERSE = 4; + /** + * Generated from protobuf enum TEXT_SEARCH_CHAPTER = 5; + */ + const TEXT_SEARCH_CHAPTER = 5; + /** + * Generated from protobuf enum TEXT_SEARCH_VERSE = 6; + */ + const TEXT_SEARCH_VERSE = 6; + + private static $valueToName = [ + self::LOCATION_UNKNOWN => 'LOCATION_UNKNOWN', + self::TEXT_REFERENCE => 'TEXT_REFERENCE', + self::MENU_BOOK => 'MENU_BOOK', + self::MENU_CHAPTER => 'MENU_CHAPTER', + self::MENU_VERSE => 'MENU_VERSE', + self::TEXT_SEARCH_CHAPTER => 'TEXT_SEARCH_CHAPTER', + self::TEXT_SEARCH_VERSE => 'TEXT_SEARCH_VERSE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/BibleRemove.php b/generated/Rv/Analytics/UI/BibleRemove.php new file mode 100644 index 0000000..23b20d1 --- /dev/null +++ b/generated/Rv/Analytics/UI/BibleRemove.php @@ -0,0 +1,86 @@ +rv.analytics.ui.BibleRemove + */ +class BibleRemove extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field int32 free_installed_count = 1; + */ + protected $free_installed_count = 0; + /** + * Generated from protobuf field int32 purchased_installed_count = 2; + */ + protected $purchased_installed_count = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $free_installed_count + * @type int $purchased_installed_count + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field int32 free_installed_count = 1; + * @return int + */ + public function getFreeInstalledCount() + { + return $this->free_installed_count; + } + + /** + * Generated from protobuf field int32 free_installed_count = 1; + * @param int $var + * @return $this + */ + public function setFreeInstalledCount($var) + { + GPBUtil::checkInt32($var); + $this->free_installed_count = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 purchased_installed_count = 2; + * @return int + */ + public function getPurchasedInstalledCount() + { + return $this->purchased_installed_count; + } + + /** + * Generated from protobuf field int32 purchased_installed_count = 2; + * @param int $var + * @return $this + */ + public function setPurchasedInstalledCount($var) + { + GPBUtil::checkInt32($var); + $this->purchased_installed_count = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/MainView/Bible/SaveSlides.php b/generated/Rv/Analytics/UI/BibleSaveSlides.php similarity index 57% rename from generated/Rv/Analytics/UI/MainView/Bible/SaveSlides.php rename to generated/Rv/Analytics/UI/BibleSaveSlides.php index 05e9f4e..861a73a 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/SaveSlides.php +++ b/generated/Rv/Analytics/UI/BibleSaveSlides.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.MainView.Bible.SaveSlides + * Generated from protobuf message rv.analytics.ui.BibleSaveSlides */ -class SaveSlides extends \Google\Protobuf\Internal\Message +class BibleSaveSlides extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination destination = 1; + * Generated from protobuf field .rv.analytics.ui.BibleSaveSlides.SlideDestination destination = 1; */ protected $destination = 0; @@ -34,7 +34,7 @@ class SaveSlides extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination destination = 1; + * Generated from protobuf field .rv.analytics.ui.BibleSaveSlides.SlideDestination destination = 1; * @return int */ public function getDestination() @@ -43,13 +43,13 @@ class SaveSlides extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination destination = 1; + * Generated from protobuf field .rv.analytics.ui.BibleSaveSlides.SlideDestination destination = 1; * @param int $var * @return $this */ public function setDestination($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\SaveSlides\SlideDestination::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\BibleSaveSlides\SlideDestination::class); $this->destination = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/Bible/SaveSlides/SlideDestination.php b/generated/Rv/Analytics/UI/BibleSaveSlides/SlideDestination.php similarity index 57% rename from generated/Rv/Analytics/UI/MainView/Bible/SaveSlides/SlideDestination.php rename to generated/Rv/Analytics/UI/BibleSaveSlides/SlideDestination.php index 6c401a0..50ee365 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/SaveSlides/SlideDestination.php +++ b/generated/Rv/Analytics/UI/BibleSaveSlides/SlideDestination.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible\SaveSlides; +namespace Rv\Analytics\Ui\BibleSaveSlides; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination + * Protobuf type rv.analytics.ui.BibleSaveSlides.SlideDestination */ class SlideDestination { @@ -17,23 +17,23 @@ class SlideDestination */ const SLIDE_DESTINATION_UNKNOWN = 0; /** - * Generated from protobuf enum SLIDE_DESTINATION_SAVE_TO_LIBRARY = 1; + * Generated from protobuf enum SAVE_TO_LIBRARY = 1; */ - const SLIDE_DESTINATION_SAVE_TO_LIBRARY = 1; + const SAVE_TO_LIBRARY = 1; /** - * Generated from protobuf enum SLIDE_DESTINATION_SAVE_TO_PLAYLIST = 2; + * Generated from protobuf enum SAVE_TO_PLAYLIST = 2; */ - const SLIDE_DESTINATION_SAVE_TO_PLAYLIST = 2; + const SAVE_TO_PLAYLIST = 2; /** - * Generated from protobuf enum SLIDE_DESTINATION_COPY_TO_PRESENTATION = 3; + * Generated from protobuf enum COPY_TO_PRESENTATION = 3; */ - const SLIDE_DESTINATION_COPY_TO_PRESENTATION = 3; + const COPY_TO_PRESENTATION = 3; private static $valueToName = [ self::SLIDE_DESTINATION_UNKNOWN => 'SLIDE_DESTINATION_UNKNOWN', - self::SLIDE_DESTINATION_SAVE_TO_LIBRARY => 'SLIDE_DESTINATION_SAVE_TO_LIBRARY', - self::SLIDE_DESTINATION_SAVE_TO_PLAYLIST => 'SLIDE_DESTINATION_SAVE_TO_PLAYLIST', - self::SLIDE_DESTINATION_COPY_TO_PRESENTATION => 'SLIDE_DESTINATION_COPY_TO_PRESENTATION', + self::SAVE_TO_LIBRARY => 'SAVE_TO_LIBRARY', + self::SAVE_TO_PLAYLIST => 'SAVE_TO_PLAYLIST', + self::COPY_TO_PRESENTATION => 'COPY_TO_PRESENTATION', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/BibleStartup.php b/generated/Rv/Analytics/UI/BibleStartup.php new file mode 100644 index 0000000..eb4d64d --- /dev/null +++ b/generated/Rv/Analytics/UI/BibleStartup.php @@ -0,0 +1,86 @@ +rv.analytics.ui.BibleStartup + */ +class BibleStartup extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field int32 free_installed_count = 1; + */ + protected $free_installed_count = 0; + /** + * Generated from protobuf field int32 purchased_installed_count = 2; + */ + protected $purchased_installed_count = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $free_installed_count + * @type int $purchased_installed_count + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field int32 free_installed_count = 1; + * @return int + */ + public function getFreeInstalledCount() + { + return $this->free_installed_count; + } + + /** + * Generated from protobuf field int32 free_installed_count = 1; + * @param int $var + * @return $this + */ + public function setFreeInstalledCount($var) + { + GPBUtil::checkInt32($var); + $this->free_installed_count = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 purchased_installed_count = 2; + * @return int + */ + public function getPurchasedInstalledCount() + { + return $this->purchased_installed_count; + } + + /** + * Generated from protobuf field int32 purchased_installed_count = 2; + * @param int $var + * @return $this + */ + public function setPurchasedInstalledCount($var) + { + GPBUtil::checkInt32($var); + $this->purchased_installed_count = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/MainView/Bible/Lookup.php b/generated/Rv/Analytics/UI/BibleTrigger.php similarity index 58% rename from generated/Rv/Analytics/UI/MainView/Bible/Lookup.php rename to generated/Rv/Analytics/UI/BibleTrigger.php index 66999d8..118a5e8 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/Lookup.php +++ b/generated/Rv/Analytics/UI/BibleTrigger.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.MainView.Bible.Lookup + * Generated from protobuf message rv.analytics.ui.BibleTrigger */ -class Lookup extends \Google\Protobuf\Internal\Message +class BibleTrigger extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Lookup.LookupLocation location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; */ protected $location = 0; @@ -34,7 +34,7 @@ class Lookup extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Lookup.LookupLocation location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; * @return int */ public function getLocation() @@ -43,13 +43,13 @@ class Lookup extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Lookup.LookupLocation location = 1; + * Generated from protobuf field .rv.analytics.ui.Location location = 1; * @param int $var * @return $this */ public function setLocation($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\Lookup\LookupLocation::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\Location::class); $this->location = $var; return $this; diff --git a/generated/Rv/Analytics/UI/CCLI.php b/generated/Rv/Analytics/UI/CCLI.php deleted file mode 100644 index 607cec3..0000000 --- a/generated/Rv/Analytics/UI/CCLI.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.CCLI - */ -class CCLI extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report report = 1; - */ - protected $report = null; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\CCLI\Report $report - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report report = 1; - * @return \Rv\Analytics\UI\CCLI\Report|null - */ - public function getReport() - { - return $this->report; - } - - public function hasReport() - { - return isset($this->report); - } - - public function clearReport() - { - unset($this->report); - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report report = 1; - * @param \Rv\Analytics\UI\CCLI\Report $var - * @return $this - */ - public function setReport($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\CCLI\Report::class); - $this->report = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/CCLI/Report.php b/generated/Rv/Analytics/UI/CCLI/Report.php deleted file mode 100644 index 70e6eef..0000000 --- a/generated/Rv/Analytics/UI/CCLI/Report.php +++ /dev/null @@ -1,125 +0,0 @@ -rv.analytics.UI.CCLI.Report - */ -class Report extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\CCLI\Report\Shown $shown - * @type \Rv\Analytics\UI\CCLI\Report\Reset $reset - * @type \Rv\Analytics\UI\CCLI\Report\Export $export - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report.Shown shown = 1; - * @return \Rv\Analytics\UI\CCLI\Report\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report.Shown shown = 1; - * @param \Rv\Analytics\UI\CCLI\Report\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\CCLI\Report\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report.Reset reset = 2; - * @return \Rv\Analytics\UI\CCLI\Report\Reset|null - */ - public function getReset() - { - return $this->readOneof(2); - } - - public function hasReset() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report.Reset reset = 2; - * @param \Rv\Analytics\UI\CCLI\Report\Reset $var - * @return $this - */ - public function setReset($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\CCLI\Report\Reset::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report.Export export = 3; - * @return \Rv\Analytics\UI\CCLI\Report\Export|null - */ - public function getExport() - { - return $this->readOneof(3); - } - - public function hasExport() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.CCLI.Report.Export export = 3; - * @param \Rv\Analytics\UI\CCLI\Report\Export $var - * @return $this - */ - public function setExport($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\CCLI\Report\Export::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Capture.php b/generated/Rv/Analytics/UI/Capture.php index e520d27..10f7237 100644 --- a/generated/Rv/Analytics/UI/Capture.php +++ b/generated/Rv/Analytics/UI/Capture.php @@ -3,18 +3,21 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Capture + * Generated from protobuf message rv.analytics.ui.Capture */ class Capture extends \Google\Protobuf\Internal\Message { - protected $Component; + /** + * Generated from protobuf field .rv.analytics.ui.Capture.Source source = 1; + */ + protected $source = 0; /** * Constructor. @@ -22,7 +25,7 @@ class Capture extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\UI\Capture\Shown $shown + * @type int $source * } */ public function __construct($data = NULL) { @@ -31,39 +34,26 @@ class Capture extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Capture.Shown shown = 1; - * @return \Rv\Analytics\UI\Capture\Shown|null + * Generated from protobuf field .rv.analytics.ui.Capture.Source source = 1; + * @return int */ - public function getShown() + public function getSource() { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); + return $this->source; } /** - * Generated from protobuf field .rv.analytics.UI.Capture.Shown shown = 1; - * @param \Rv\Analytics\UI\Capture\Shown $var + * Generated from protobuf field .rv.analytics.ui.Capture.Source source = 1; + * @param int $var * @return $this */ - public function setShown($var) + public function setSource($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Capture\Shown::class); - $this->writeOneof(1, $var); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\Capture\Source::class); + $this->source = $var; return $this; } - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - } diff --git a/generated/Rv/Analytics/UI/Capture/Shown/Source.php b/generated/Rv/Analytics/UI/Capture/Shown/Source.php deleted file mode 100644 index 186fe6c..0000000 --- a/generated/Rv/Analytics/UI/Capture/Shown/Source.php +++ /dev/null @@ -1,74 +0,0 @@ -rv.analytics.UI.Capture.Shown.Source - */ -class Source -{ - /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; - */ - const SOURCE_UNKNOWN = 0; - /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; - */ - const SOURCE_TOOLBAR = 1; - /** - * Generated from protobuf enum SOURCE_ACTION_POPOVER = 2; - */ - const SOURCE_ACTION_POPOVER = 2; - /** - * Generated from protobuf enum SOURCE_ACTION_CONTEXTUAL_MENU = 3; - */ - const SOURCE_ACTION_CONTEXTUAL_MENU = 3; - /** - * Generated from protobuf enum SOURCE_CALENDAR = 4; - */ - const SOURCE_CALENDAR = 4; - /** - * Generated from protobuf enum SOURCE_PREFERENCES_RESI = 5; - */ - const SOURCE_PREFERENCES_RESI = 5; - /** - * Generated from protobuf enum SOURCE_MAIN_MENU = 6; - */ - const SOURCE_MAIN_MENU = 6; - - private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_ACTION_POPOVER => 'SOURCE_ACTION_POPOVER', - self::SOURCE_ACTION_CONTEXTUAL_MENU => 'SOURCE_ACTION_CONTEXTUAL_MENU', - self::SOURCE_CALENDAR => 'SOURCE_CALENDAR', - self::SOURCE_PREFERENCES_RESI => 'SOURCE_PREFERENCES_RESI', - self::SOURCE_MAIN_MENU => 'SOURCE_MAIN_MENU', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/Placeholder/Link/Source.php b/generated/Rv/Analytics/UI/Capture/Source.php similarity index 53% rename from generated/Rv/Analytics/UI/Placeholder/Link/Source.php rename to generated/Rv/Analytics/UI/Capture/Source.php index a87c1d2..865374a 100644 --- a/generated/Rv/Analytics/UI/Placeholder/Link/Source.php +++ b/generated/Rv/Analytics/UI/Capture/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Placeholder\Link; +namespace Rv\Analytics\Ui\Capture; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.Placeholder.Link.Source + * Protobuf type rv.analytics.ui.Capture.Source */ class Source { @@ -17,33 +17,38 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_QUICK_SEARCH = 1; + * Generated from protobuf enum TOOLBAR = 1; */ - const SOURCE_QUICK_SEARCH = 1; + const TOOLBAR = 1; /** - * Generated from protobuf enum SOURCE_IMPORT_BUTTON = 2; + * Generated from protobuf enum ACTION_POPOVER = 2; */ - const SOURCE_IMPORT_BUTTON = 2; + const ACTION_POPOVER = 2; /** - * Generated from protobuf enum SOURCE_CREATE_BUTTON = 3; + * Generated from protobuf enum ACTION_CONTEXTUAL_MENU = 3; */ - const SOURCE_CREATE_BUTTON = 3; + const ACTION_CONTEXTUAL_MENU = 3; /** - * Generated from protobuf enum SOURCE_DRAG_DROP = 4; + * Generated from protobuf enum CALENDAR = 4; */ - const SOURCE_DRAG_DROP = 4; + const CALENDAR = 4; /** - * Generated from protobuf enum SOURCE_AUTOMATIC = 5; + * Generated from protobuf enum PREFERENCES_RESI = 5; */ - const SOURCE_AUTOMATIC = 5; + const PREFERENCES_RESI = 5; + /** + * Generated from protobuf enum MAIN_MENU = 6; + */ + const MAIN_MENU = 6; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_QUICK_SEARCH => 'SOURCE_QUICK_SEARCH', - self::SOURCE_IMPORT_BUTTON => 'SOURCE_IMPORT_BUTTON', - self::SOURCE_CREATE_BUTTON => 'SOURCE_CREATE_BUTTON', - self::SOURCE_DRAG_DROP => 'SOURCE_DRAG_DROP', - self::SOURCE_AUTOMATIC => 'SOURCE_AUTOMATIC', + self::TOOLBAR => 'TOOLBAR', + self::ACTION_POPOVER => 'ACTION_POPOVER', + self::ACTION_CONTEXTUAL_MENU => 'ACTION_CONTEXTUAL_MENU', + self::CALENDAR => 'CALENDAR', + self::PREFERENCES_RESI => 'PREFERENCES_RESI', + self::MAIN_MENU => 'MAIN_MENU', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/NetworkGroup/Add.php b/generated/Rv/Analytics/UI/CcliReportReset.php similarity index 76% rename from generated/Rv/Analytics/UI/NetworkGroup/Add.php rename to generated/Rv/Analytics/UI/CcliReportReset.php index 05e83d6..0572d3a 100644 --- a/generated/Rv/Analytics/UI/NetworkGroup/Add.php +++ b/generated/Rv/Analytics/UI/CcliReportReset.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\NetworkGroup; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.NetworkGroup.Add + * Generated from protobuf message rv.analytics.ui.CcliReportReset */ -class Add extends \Google\Protobuf\Internal\Message +class CcliReportReset extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Rv/Analytics/UI/NetworkGroup/Join.php b/generated/Rv/Analytics/UI/CcliReportShown.php similarity index 75% rename from generated/Rv/Analytics/UI/NetworkGroup/Join.php rename to generated/Rv/Analytics/UI/CcliReportShown.php index b30dcf4..d595d9f 100644 --- a/generated/Rv/Analytics/UI/NetworkGroup/Join.php +++ b/generated/Rv/Analytics/UI/CcliReportShown.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\NetworkGroup; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.NetworkGroup.Join + * Generated from protobuf message rv.analytics.ui.CcliReportShown */ -class Join extends \Google\Protobuf\Internal\Message +class CcliReportShown extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Rv/Analytics/UI/ClearGroups.php b/generated/Rv/Analytics/UI/ClearGroups.php index 6926ed2..cf5d321 100644 --- a/generated/Rv/Analytics/UI/ClearGroups.php +++ b/generated/Rv/Analytics/UI/ClearGroups.php @@ -3,18 +3,21 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.ClearGroups + * Generated from protobuf message rv.analytics.ui.ClearGroups */ class ClearGroups extends \Google\Protobuf\Internal\Message { - protected $Component; + /** + * Generated from protobuf field .rv.analytics.ui.ClearGroups.Source source = 1; + */ + protected $source = 0; /** * Constructor. @@ -22,10 +25,7 @@ class ClearGroups extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\UI\ClearGroups\Shown $shown - * @type \Rv\Analytics\UI\ClearGroups\Create $create - * @type \Rv\Analytics\UI\ClearGroups\Delete $delete - * @type \Rv\Analytics\UI\ClearGroups\Group $group + * @type int $source * } */ public function __construct($data = NULL) { @@ -34,120 +34,26 @@ class ClearGroups extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Shown shown = 1; - * @return \Rv\Analytics\UI\ClearGroups\Shown|null + * Generated from protobuf field .rv.analytics.ui.ClearGroups.Source source = 1; + * @return int */ - public function getShown() + public function getSource() { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); + return $this->source; } /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Shown shown = 1; - * @param \Rv\Analytics\UI\ClearGroups\Shown $var + * Generated from protobuf field .rv.analytics.ui.ClearGroups.Source source = 1; + * @param int $var * @return $this */ - public function setShown($var) + public function setSource($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ClearGroups\Shown::class); - $this->writeOneof(1, $var); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\ClearGroups\Source::class); + $this->source = $var; return $this; } - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Create create = 2; - * @return \Rv\Analytics\UI\ClearGroups\Create|null - */ - public function getCreate() - { - return $this->readOneof(2); - } - - public function hasCreate() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Create create = 2; - * @param \Rv\Analytics\UI\ClearGroups\Create $var - * @return $this - */ - public function setCreate($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ClearGroups\Create::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Delete delete = 3; - * @return \Rv\Analytics\UI\ClearGroups\Delete|null - */ - public function getDelete() - { - return $this->readOneof(3); - } - - public function hasDelete() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Delete delete = 3; - * @param \Rv\Analytics\UI\ClearGroups\Delete $var - * @return $this - */ - public function setDelete($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ClearGroups\Delete::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group group = 4; - * @return \Rv\Analytics\UI\ClearGroups\Group|null - */ - public function getGroup() - { - return $this->readOneof(4); - } - - public function hasGroup() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group group = 4; - * @param \Rv\Analytics\UI\ClearGroups\Group $var - * @return $this - */ - public function setGroup($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ClearGroups\Group::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - } diff --git a/generated/Rv/Analytics/UI/ClearGroups/Delete.php b/generated/Rv/Analytics/UI/ClearGroups/Delete.php deleted file mode 100644 index c35d85f..0000000 --- a/generated/Rv/Analytics/UI/ClearGroups/Delete.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.ClearGroups.Delete - */ -class Delete extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/ClearGroups/Group.php b/generated/Rv/Analytics/UI/ClearGroups/Group.php deleted file mode 100644 index 729f62b..0000000 --- a/generated/Rv/Analytics/UI/ClearGroups/Group.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.ClearGroups.Group - */ -class Group extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\ClearGroups\Group\ChangeVisibility $change_visibility - * @type \Rv\Analytics\UI\ClearGroups\Group\ChangeIcon $change_icon - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeVisibility change_visibility = 1; - * @return \Rv\Analytics\UI\ClearGroups\Group\ChangeVisibility|null - */ - public function getChangeVisibility() - { - return $this->readOneof(1); - } - - public function hasChangeVisibility() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeVisibility change_visibility = 1; - * @param \Rv\Analytics\UI\ClearGroups\Group\ChangeVisibility $var - * @return $this - */ - public function setChangeVisibility($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ClearGroups\Group\ChangeVisibility::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeIcon change_icon = 2; - * @return \Rv\Analytics\UI\ClearGroups\Group\ChangeIcon|null - */ - public function getChangeIcon() - { - return $this->readOneof(2); - } - - public function hasChangeIcon() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeIcon change_icon = 2; - * @param \Rv\Analytics\UI\ClearGroups\Group\ChangeIcon $var - * @return $this - */ - public function setChangeIcon($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ClearGroups\Group\ChangeIcon::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/ClearGroups/Shown/Source.php b/generated/Rv/Analytics/UI/ClearGroups/Shown/Source.php deleted file mode 100644 index 19fe72d..0000000 --- a/generated/Rv/Analytics/UI/ClearGroups/Shown/Source.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.ClearGroups.Shown.Source - */ -class Source -{ - /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; - */ - const SOURCE_UNKNOWN = 0; - /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 1; - */ - const SOURCE_APPLICATION_MENU = 1; - /** - * Generated from protobuf enum SOURCE_PREVIEW_MENU = 2; - */ - const SOURCE_PREVIEW_MENU = 2; - /** - * Generated from protobuf enum SOURCE_ACTION_MENU = 3; - */ - const SOURCE_ACTION_MENU = 3; - - private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_PREVIEW_MENU => 'SOURCE_PREVIEW_MENU', - self::SOURCE_ACTION_MENU => 'SOURCE_ACTION_MENU', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/Looks/Shown/Source.php b/generated/Rv/Analytics/UI/ClearGroups/Source.php similarity index 65% rename from generated/Rv/Analytics/UI/Looks/Shown/Source.php rename to generated/Rv/Analytics/UI/ClearGroups/Source.php index 5e09ed5..67b38db 100644 --- a/generated/Rv/Analytics/UI/Looks/Shown/Source.php +++ b/generated/Rv/Analytics/UI/ClearGroups/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Looks\Shown; +namespace Rv\Analytics\Ui\ClearGroups; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.Looks.Shown.Source + * Protobuf type rv.analytics.ui.ClearGroups.Source */ class Source { @@ -17,18 +17,23 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 1; + * Generated from protobuf enum APPLICATION_MENU = 1; */ - const SOURCE_APPLICATION_MENU = 1; + const APPLICATION_MENU = 1; /** - * Generated from protobuf enum SOURCE_PRESENTATION_VIEW = 2; + * Generated from protobuf enum PREVIEW_MENU = 2; */ - const SOURCE_PRESENTATION_VIEW = 2; + const PREVIEW_MENU = 2; + /** + * Generated from protobuf enum ACTION_MENU = 3; + */ + const ACTION_MENU = 3; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_PRESENTATION_VIEW => 'SOURCE_PRESENTATION_VIEW', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::PREVIEW_MENU => 'PREVIEW_MENU', + self::ACTION_MENU => 'ACTION_MENU', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/ClearGroups/Group/ChangeIcon.php b/generated/Rv/Analytics/UI/ClearGroupsChangeIcon.php similarity index 69% rename from generated/Rv/Analytics/UI/ClearGroups/Group/ChangeIcon.php rename to generated/Rv/Analytics/UI/ClearGroupsChangeIcon.php index 80e1e4e..36a8ef4 100644 --- a/generated/Rv/Analytics/UI/ClearGroups/Group/ChangeIcon.php +++ b/generated/Rv/Analytics/UI/ClearGroupsChangeIcon.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\ClearGroups\Group; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.ClearGroups.Group.ChangeIcon + * Generated from protobuf message rv.analytics.ui.ClearGroupsChangeIcon */ -class ChangeIcon extends \Google\Protobuf\Internal\Message +class ClearGroupsChangeIcon extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeIcon.IconType icon_type = 1; + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeIcon.IconType icon_type = 1; */ protected $icon_type = 0; /** @@ -39,7 +39,7 @@ class ChangeIcon extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeIcon.IconType icon_type = 1; + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeIcon.IconType icon_type = 1; * @return int */ public function getIconType() @@ -48,13 +48,13 @@ class ChangeIcon extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeIcon.IconType icon_type = 1; + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeIcon.IconType icon_type = 1; * @param int $var * @return $this */ public function setIconType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\ClearGroups\Group\ChangeIcon\IconType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\ClearGroupsChangeIcon\IconType::class); $this->icon_type = $var; return $this; diff --git a/generated/Rv/Analytics/UI/ClearGroups/Group/ChangeIcon/IconType.php b/generated/Rv/Analytics/UI/ClearGroupsChangeIcon/IconType.php similarity index 57% rename from generated/Rv/Analytics/UI/ClearGroups/Group/ChangeIcon/IconType.php rename to generated/Rv/Analytics/UI/ClearGroupsChangeIcon/IconType.php index b608751..a678f44 100644 --- a/generated/Rv/Analytics/UI/ClearGroups/Group/ChangeIcon/IconType.php +++ b/generated/Rv/Analytics/UI/ClearGroupsChangeIcon/IconType.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\ClearGroups\Group\ChangeIcon; +namespace Rv\Analytics\Ui\ClearGroupsChangeIcon; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.ClearGroups.Group.ChangeIcon.IconType + * Protobuf type rv.analytics.ui.ClearGroupsChangeIcon.IconType */ class IconType { @@ -17,18 +17,18 @@ class IconType */ const ICON_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum ICON_TYPE_DEFAULT = 1; + * Generated from protobuf enum DEFAULT = 1; */ - const ICON_TYPE_DEFAULT = 1; + const PBDEFAULT = 1; /** - * Generated from protobuf enum ICON_TYPE_CUSTOM = 2; + * Generated from protobuf enum CUSTOM = 2; */ - const ICON_TYPE_CUSTOM = 2; + const CUSTOM = 2; private static $valueToName = [ self::ICON_TYPE_UNKNOWN => 'ICON_TYPE_UNKNOWN', - self::ICON_TYPE_DEFAULT => 'ICON_TYPE_DEFAULT', - self::ICON_TYPE_CUSTOM => 'ICON_TYPE_CUSTOM', + self::PBDEFAULT => 'DEFAULT', + self::CUSTOM => 'CUSTOM', ]; public static function name($value) @@ -45,8 +45,12 @@ class IconType { $const = __CLASS__ . '::' . strtoupper($name); if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); + $pbconst = __CLASS__. '::PB' . strtoupper($name); + if (!defined($pbconst)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($pbconst); } return constant($const); } diff --git a/generated/Rv/Analytics/UI/ClearGroups/Group/ChangeVisibility.php b/generated/Rv/Analytics/UI/ClearGroupsChangeVisibility.php similarity index 56% rename from generated/Rv/Analytics/UI/ClearGroups/Group/ChangeVisibility.php rename to generated/Rv/Analytics/UI/ClearGroupsChangeVisibility.php index 769c144..f1ee304 100644 --- a/generated/Rv/Analytics/UI/ClearGroups/Group/ChangeVisibility.php +++ b/generated/Rv/Analytics/UI/ClearGroupsChangeVisibility.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\ClearGroups\Group; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.ClearGroups.Group.ChangeVisibility + * Generated from protobuf message rv.analytics.ui.ClearGroupsChangeVisibility */ -class ChangeVisibility extends \Google\Protobuf\Internal\Message +class ClearGroupsChangeVisibility extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeVisibility.Visibility visibility = 1; + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeVisibility.Visibility visibility = 1; */ protected $visibility = 0; @@ -34,7 +34,7 @@ class ChangeVisibility extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeVisibility.Visibility visibility = 1; + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeVisibility.Visibility visibility = 1; * @return int */ public function getVisibility() @@ -43,13 +43,13 @@ class ChangeVisibility extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Group.ChangeVisibility.Visibility visibility = 1; + * Generated from protobuf field .rv.analytics.ui.ClearGroupsChangeVisibility.Visibility visibility = 1; * @param int $var * @return $this */ public function setVisibility($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\ClearGroups\Group\ChangeVisibility\Visibility::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\ClearGroupsChangeVisibility\Visibility::class); $this->visibility = $var; return $this; diff --git a/generated/Rv/Analytics/UI/ClearGroups/Group/ChangeVisibility/Visibility.php b/generated/Rv/Analytics/UI/ClearGroupsChangeVisibility/Visibility.php similarity index 69% rename from generated/Rv/Analytics/UI/ClearGroups/Group/ChangeVisibility/Visibility.php rename to generated/Rv/Analytics/UI/ClearGroupsChangeVisibility/Visibility.php index 4d255a0..5d801df 100644 --- a/generated/Rv/Analytics/UI/ClearGroups/Group/ChangeVisibility/Visibility.php +++ b/generated/Rv/Analytics/UI/ClearGroupsChangeVisibility/Visibility.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\ClearGroups\Group\ChangeVisibility; +namespace Rv\Analytics\Ui\ClearGroupsChangeVisibility; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.ClearGroups.Group.ChangeVisibility.Visibility + * Protobuf type rv.analytics.ui.ClearGroupsChangeVisibility.Visibility */ class Visibility { @@ -17,18 +17,18 @@ class Visibility */ const VISIBILITY_UNKNOWN = 0; /** - * Generated from protobuf enum VISIBILITY_SHOWN = 1; + * Generated from protobuf enum SHOWN = 1; */ - const VISIBILITY_SHOWN = 1; + const SHOWN = 1; /** - * Generated from protobuf enum VISIBILITY_HIDDEN = 2; + * Generated from protobuf enum HIDDEN = 2; */ - const VISIBILITY_HIDDEN = 2; + const HIDDEN = 2; private static $valueToName = [ self::VISIBILITY_UNKNOWN => 'VISIBILITY_UNKNOWN', - self::VISIBILITY_SHOWN => 'VISIBILITY_SHOWN', - self::VISIBILITY_HIDDEN => 'VISIBILITY_HIDDEN', + self::SHOWN => 'SHOWN', + self::HIDDEN => 'HIDDEN', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/CCLI/Report/Shown.php b/generated/Rv/Analytics/UI/ClearGroupsCreate.php similarity index 75% rename from generated/Rv/Analytics/UI/CCLI/Report/Shown.php rename to generated/Rv/Analytics/UI/ClearGroupsCreate.php index 4aba582..d17602c 100644 --- a/generated/Rv/Analytics/UI/CCLI/Report/Shown.php +++ b/generated/Rv/Analytics/UI/ClearGroupsCreate.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\CCLI\Report; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.CCLI.Report.Shown + * Generated from protobuf message rv.analytics.ui.ClearGroupsCreate */ -class Shown extends \Google\Protobuf\Internal\Message +class ClearGroupsCreate extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Rv/Analytics/UI/CCLI/Report/Reset.php b/generated/Rv/Analytics/UI/ClearGroupsDelete.php similarity index 75% rename from generated/Rv/Analytics/UI/CCLI/Report/Reset.php rename to generated/Rv/Analytics/UI/ClearGroupsDelete.php index 84e2bd9..bdaabf8 100644 --- a/generated/Rv/Analytics/UI/CCLI/Report/Reset.php +++ b/generated/Rv/Analytics/UI/ClearGroupsDelete.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\CCLI\Report; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.CCLI.Report.Reset + * Generated from protobuf message rv.analytics.ui.ClearGroupsDelete */ -class Reset extends \Google\Protobuf\Internal\Message +class ClearGroupsDelete extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Rv/Analytics/UI/Editor.php b/generated/Rv/Analytics/UI/Editor.php deleted file mode 100644 index 1963248..0000000 --- a/generated/Rv/Analytics/UI/Editor.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.Editor - */ -class Editor extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Editor\Overlay $overlay - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay overlay = 1; - * @return \Rv\Analytics\UI\Editor\Overlay|null - */ - public function getOverlay() - { - return $this->readOneof(1); - } - - public function hasOverlay() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay overlay = 1; - * @param \Rv\Analytics\UI\Editor\Overlay $var - * @return $this - */ - public function setOverlay($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Editor\Overlay::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Editor/Overlay.php b/generated/Rv/Analytics/UI/Editor/Overlay.php deleted file mode 100644 index 38523db..0000000 --- a/generated/Rv/Analytics/UI/Editor/Overlay.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.Editor.Overlay - */ -class Overlay extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Editor\Overlay\Shown $shown - * @type \Rv\Analytics\UI\Editor\Overlay\Closed $closed - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Shown shown = 1; - * @return \Rv\Analytics\UI\Editor\Overlay\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Shown shown = 1; - * @param \Rv\Analytics\UI\Editor\Overlay\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Editor\Overlay\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Closed closed = 2; - * @return \Rv\Analytics\UI\Editor\Overlay\Closed|null - */ - public function getClosed() - { - return $this->readOneof(2); - } - - public function hasClosed() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Closed closed = 2; - * @param \Rv\Analytics\UI\Editor\Overlay\Closed $var - * @return $this - */ - public function setClosed($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Editor\Overlay\Closed::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Editor/Overlay/Closed/Source.php b/generated/Rv/Analytics/UI/Editor/Overlay/Closed/Source.php deleted file mode 100644 index 4f1679c..0000000 --- a/generated/Rv/Analytics/UI/Editor/Overlay/Closed/Source.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.Editor.Overlay.Closed.Source - */ -class Source -{ - /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; - */ - const SOURCE_UNKNOWN = 0; - /** - * Generated from protobuf enum SOURCE_CLICK_OFF_ELEMENT = 1; - */ - const SOURCE_CLICK_OFF_ELEMENT = 1; - /** - * Generated from protobuf enum SOURCE_ESCAPE_KEY = 2; - */ - const SOURCE_ESCAPE_KEY = 2; - /** - * Generated from protobuf enum SOURCE_CLOSE_BUTTON = 3; - */ - const SOURCE_CLOSE_BUTTON = 3; - - private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_CLICK_OFF_ELEMENT => 'SOURCE_CLICK_OFF_ELEMENT', - self::SOURCE_ESCAPE_KEY => 'SOURCE_ESCAPE_KEY', - self::SOURCE_CLOSE_BUTTON => 'SOURCE_CLOSE_BUTTON', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/Editor/Overlay/Shown/Source.php b/generated/Rv/Analytics/UI/Editor/Overlay/Shown/Source.php deleted file mode 100644 index ed11c9b..0000000 --- a/generated/Rv/Analytics/UI/Editor/Overlay/Shown/Source.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.Editor.Overlay.Shown.Source - */ -class Source -{ - /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; - */ - const SOURCE_UNKNOWN = 0; - /** - * Generated from protobuf enum SOURCE_DOUBLE_CLICK = 1; - */ - const SOURCE_DOUBLE_CLICK = 1; - /** - * Generated from protobuf enum SOURCE_CONTEXTUAL_MENU = 2; - */ - const SOURCE_CONTEXTUAL_MENU = 2; - /** - * Generated from protobuf enum SOURCE_PLUS_BUTTON_MENU = 3; - */ - const SOURCE_PLUS_BUTTON_MENU = 3; - - private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_DOUBLE_CLICK => 'SOURCE_DOUBLE_CLICK', - self::SOURCE_CONTEXTUAL_MENU => 'SOURCE_CONTEXTUAL_MENU', - self::SOURCE_PLUS_BUTTON_MENU => 'SOURCE_PLUS_BUTTON_MENU', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/MainView/Show/Shown.php b/generated/Rv/Analytics/UI/EditorOverlayClosed.php similarity index 60% rename from generated/Rv/Analytics/UI/MainView/Show/Shown.php rename to generated/Rv/Analytics/UI/EditorOverlayClosed.php index 9192855..75ddb09 100644 --- a/generated/Rv/Analytics/UI/MainView/Show/Shown.php +++ b/generated/Rv/Analytics/UI/EditorOverlayClosed.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Show; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.MainView.Show.Shown + * Generated from protobuf message rv.analytics.ui.EditorOverlayClosed */ -class Shown extends \Google\Protobuf\Internal\Message +class EditorOverlayClosed extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.MainView.Show.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.EditorOverlayClosed.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Show.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.EditorOverlayClosed.Source source = 1; * @return int */ public function getSource() @@ -43,13 +43,13 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.MainView.Show.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.EditorOverlayClosed.Source source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Show\Shown\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\EditorOverlayClosed\Source::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/Show/Shown/Source.php b/generated/Rv/Analytics/UI/EditorOverlayClosed/Source.php similarity index 65% rename from generated/Rv/Analytics/UI/MainView/Show/Shown/Source.php rename to generated/Rv/Analytics/UI/EditorOverlayClosed/Source.php index c4bb919..ce5530d 100644 --- a/generated/Rv/Analytics/UI/MainView/Show/Shown/Source.php +++ b/generated/Rv/Analytics/UI/EditorOverlayClosed/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Show\Shown; +namespace Rv\Analytics\Ui\EditorOverlayClosed; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.Show.Shown.Source + * Protobuf type rv.analytics.ui.EditorOverlayClosed.Source */ class Source { @@ -17,18 +17,23 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; + * Generated from protobuf enum CLICK_OFF_ELEMENT = 1; */ - const SOURCE_TOOLBAR = 1; + const CLICK_OFF_ELEMENT = 1; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 2; + * Generated from protobuf enum ESCAPE_KEY = 2; */ - const SOURCE_APPLICATION_MENU = 2; + const ESCAPE_KEY = 2; + /** + * Generated from protobuf enum CLOSE_BUTTON = 3; + */ + const CLOSE_BUTTON = 3; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', + self::CLICK_OFF_ELEMENT => 'CLICK_OFF_ELEMENT', + self::ESCAPE_KEY => 'ESCAPE_KEY', + self::CLOSE_BUTTON => 'CLOSE_BUTTON', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/QuickSearch/Search.php b/generated/Rv/Analytics/UI/EditorOverlayShown.php similarity index 60% rename from generated/Rv/Analytics/UI/QuickSearch/Search.php rename to generated/Rv/Analytics/UI/EditorOverlayShown.php index fa8bbbd..2133a6b 100644 --- a/generated/Rv/Analytics/UI/QuickSearch/Search.php +++ b/generated/Rv/Analytics/UI/EditorOverlayShown.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\QuickSearch; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.QuickSearch.Search + * Generated from protobuf message rv.analytics.ui.EditorOverlayShown */ -class Search extends \Google\Protobuf\Internal\Message +class EditorOverlayShown extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Search.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.EditorOverlayShown.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Search extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Search.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.EditorOverlayShown.Source source = 1; * @return int */ public function getSource() @@ -43,13 +43,13 @@ class Search extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Search.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.EditorOverlayShown.Source source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\QuickSearch\Search\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\EditorOverlayShown\Source::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/QuickSearch/Search/Source.php b/generated/Rv/Analytics/UI/EditorOverlayShown/Source.php similarity index 64% rename from generated/Rv/Analytics/UI/QuickSearch/Search/Source.php rename to generated/Rv/Analytics/UI/EditorOverlayShown/Source.php index ccaea7f..ccfc529 100644 --- a/generated/Rv/Analytics/UI/QuickSearch/Search/Source.php +++ b/generated/Rv/Analytics/UI/EditorOverlayShown/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\QuickSearch\Search; +namespace Rv\Analytics\Ui\EditorOverlayShown; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.QuickSearch.Search.Source + * Protobuf type rv.analytics.ui.EditorOverlayShown.Source */ class Source { @@ -17,23 +17,23 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_LIBRARY = 1; + * Generated from protobuf enum DOUBLE_CLICK = 1; */ - const SOURCE_LIBRARY = 1; + const DOUBLE_CLICK = 1; /** - * Generated from protobuf enum SOURCE_SONG_SELECT = 2; + * Generated from protobuf enum CONTEXTUAL_MENU = 2; */ - const SOURCE_SONG_SELECT = 2; + const CONTEXTUAL_MENU = 2; /** - * Generated from protobuf enum SOURCE_MULTI_TRACKS = 3; + * Generated from protobuf enum PLUS_BUTTON_MENU = 3; */ - const SOURCE_MULTI_TRACKS = 3; + const PLUS_BUTTON_MENU = 3; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_LIBRARY => 'SOURCE_LIBRARY', - self::SOURCE_SONG_SELECT => 'SOURCE_SONG_SELECT', - self::SOURCE_MULTI_TRACKS => 'SOURCE_MULTI_TRACKS', + self::DOUBLE_CLICK => 'DOUBLE_CLICK', + self::CONTEXTUAL_MENU => 'CONTEXTUAL_MENU', + self::PLUS_BUTTON_MENU => 'PLUS_BUTTON_MENU', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/InAppStore.php b/generated/Rv/Analytics/UI/InAppStore.php deleted file mode 100644 index 5899546..0000000 --- a/generated/Rv/Analytics/UI/InAppStore.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.InAppStore - */ -class InAppStore extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\InAppStore\Trial $trial - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial trial = 1; - * @return \Rv\Analytics\UI\InAppStore\Trial|null - */ - public function getTrial() - { - return $this->readOneof(1); - } - - public function hasTrial() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial trial = 1; - * @param \Rv\Analytics\UI\InAppStore\Trial $var - * @return $this - */ - public function setTrial($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\InAppStore\Trial::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/InAppStore/Trial.php b/generated/Rv/Analytics/UI/InAppStore/Trial.php deleted file mode 100644 index 06854e3..0000000 --- a/generated/Rv/Analytics/UI/InAppStore/Trial.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.InAppStore.Trial - */ -class Trial extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\InAppStore\Trial\Shown $shown - * @type \Rv\Analytics\UI\InAppStore\Trial\Complete $complete - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial.Shown shown = 1; - * @return \Rv\Analytics\UI\InAppStore\Trial\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial.Shown shown = 1; - * @param \Rv\Analytics\UI\InAppStore\Trial\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\InAppStore\Trial\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial.Complete complete = 2; - * @return \Rv\Analytics\UI\InAppStore\Trial\Complete|null - */ - public function getComplete() - { - return $this->readOneof(2); - } - - public function hasComplete() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.InAppStore.Trial.Complete complete = 2; - * @param \Rv\Analytics\UI\InAppStore\Trial\Complete $var - * @return $this - */ - public function setComplete($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\InAppStore\Trial\Complete::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/InAppStore/Trial/Shown.php b/generated/Rv/Analytics/UI/InAppStore/Trial/Shown.php deleted file mode 100644 index b71c026..0000000 --- a/generated/Rv/Analytics/UI/InAppStore/Trial/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.InAppStore.Trial.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/Bible/Location.php b/generated/Rv/Analytics/UI/Location.php similarity index 69% rename from generated/Rv/Analytics/UI/MainView/Bible/Location.php rename to generated/Rv/Analytics/UI/Location.php index cfdb2a9..0c30600 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/Location.php +++ b/generated/Rv/Analytics/UI/Location.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible; +namespace Rv\Analytics\Ui; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.Bible.Location + * Protobuf type rv.analytics.ui.Location */ class Location { @@ -17,18 +17,18 @@ class Location */ const LOCATION_UNKNOWN = 0; /** - * Generated from protobuf enum LOCATION_PRESENTATION = 1; + * Generated from protobuf enum PRESENTATION = 1; */ - const LOCATION_PRESENTATION = 1; + const PRESENTATION = 1; /** - * Generated from protobuf enum LOCATION_BIBLE_MODULE = 2; + * Generated from protobuf enum BIBLE_MODULE = 2; */ - const LOCATION_BIBLE_MODULE = 2; + const BIBLE_MODULE = 2; private static $valueToName = [ self::LOCATION_UNKNOWN => 'LOCATION_UNKNOWN', - self::LOCATION_PRESENTATION => 'LOCATION_PRESENTATION', - self::LOCATION_BIBLE_MODULE => 'LOCATION_BIBLE_MODULE', + self::PRESENTATION => 'PRESENTATION', + self::BIBLE_MODULE => 'BIBLE_MODULE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/Looks.php b/generated/Rv/Analytics/UI/Looks.php deleted file mode 100644 index 75940a9..0000000 --- a/generated/Rv/Analytics/UI/Looks.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.Looks - */ -class Looks extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Looks\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Looks.Shown shown = 1; - * @return \Rv\Analytics\UI\Looks\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Looks.Shown shown = 1; - * @param \Rv\Analytics\UI\Looks\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Looks\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight.php b/generated/Rv/Analytics/UI/LowerRight.php deleted file mode 100644 index 4f169f2..0000000 --- a/generated/Rv/Analytics/UI/LowerRight.php +++ /dev/null @@ -1,209 +0,0 @@ -rv.analytics.UI.LowerRight - */ -class LowerRight extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\LowerRight\Timers $timers - * @type \Rv\Analytics\UI\LowerRight\Messages $messages - * @type \Rv\Analytics\UI\LowerRight\Props $props - * @type \Rv\Analytics\UI\LowerRight\Stage $stage - * @type \Rv\Analytics\UI\LowerRight\AudioBin $audio_bin - * @type \Rv\Analytics\UI\LowerRight\Macros $macros - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers timers = 1; - * @return \Rv\Analytics\UI\LowerRight\Timers|null - */ - public function getTimers() - { - return $this->readOneof(1); - } - - public function hasTimers() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers timers = 1; - * @param \Rv\Analytics\UI\LowerRight\Timers $var - * @return $this - */ - public function setTimers($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Timers::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages messages = 2; - * @return \Rv\Analytics\UI\LowerRight\Messages|null - */ - public function getMessages() - { - return $this->readOneof(2); - } - - public function hasMessages() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages messages = 2; - * @param \Rv\Analytics\UI\LowerRight\Messages $var - * @return $this - */ - public function setMessages($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Messages::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props props = 3; - * @return \Rv\Analytics\UI\LowerRight\Props|null - */ - public function getProps() - { - return $this->readOneof(3); - } - - public function hasProps() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props props = 3; - * @param \Rv\Analytics\UI\LowerRight\Props $var - * @return $this - */ - public function setProps($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Props::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage stage = 4; - * @return \Rv\Analytics\UI\LowerRight\Stage|null - */ - public function getStage() - { - return $this->readOneof(4); - } - - public function hasStage() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage stage = 4; - * @param \Rv\Analytics\UI\LowerRight\Stage $var - * @return $this - */ - public function setStage($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Stage::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.AudioBin audio_bin = 5; - * @return \Rv\Analytics\UI\LowerRight\AudioBin|null - */ - public function getAudioBin() - { - return $this->readOneof(5); - } - - public function hasAudioBin() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.AudioBin audio_bin = 5; - * @param \Rv\Analytics\UI\LowerRight\AudioBin $var - * @return $this - */ - public function setAudioBin($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\AudioBin::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros macros = 6; - * @return \Rv\Analytics\UI\LowerRight\Macros|null - */ - public function getMacros() - { - return $this->readOneof(6); - } - - public function hasMacros() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros macros = 6; - * @param \Rv\Analytics\UI\LowerRight\Macros $var - * @return $this - */ - public function setMacros($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Macros::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/AudioBin.php b/generated/Rv/Analytics/UI/LowerRight/AudioBin.php deleted file mode 100644 index 1651a13..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/AudioBin.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.AudioBin - */ -class AudioBin extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Macros.php b/generated/Rv/Analytics/UI/LowerRight/Macros.php deleted file mode 100644 index cf18ac2..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Macros.php +++ /dev/null @@ -1,153 +0,0 @@ -rv.analytics.UI.LowerRight.Macros - */ -class Macros extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\LowerRight\Macros\Shown $shown - * @type \Rv\Analytics\UI\LowerRight\Macros\Trigger $trigger - * @type \Rv\Analytics\UI\LowerRight\Macros\Create $create - * @type \Rv\Analytics\UI\LowerRight\Macros\Delete $delete - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros.Shown shown = 1; - * @return \Rv\Analytics\UI\LowerRight\Macros\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros.Shown shown = 1; - * @param \Rv\Analytics\UI\LowerRight\Macros\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Macros\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros.Trigger trigger = 2; - * @return \Rv\Analytics\UI\LowerRight\Macros\Trigger|null - */ - public function getTrigger() - { - return $this->readOneof(2); - } - - public function hasTrigger() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros.Trigger trigger = 2; - * @param \Rv\Analytics\UI\LowerRight\Macros\Trigger $var - * @return $this - */ - public function setTrigger($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Macros\Trigger::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros.Create create = 3; - * @return \Rv\Analytics\UI\LowerRight\Macros\Create|null - */ - public function getCreate() - { - return $this->readOneof(3); - } - - public function hasCreate() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros.Create create = 3; - * @param \Rv\Analytics\UI\LowerRight\Macros\Create $var - * @return $this - */ - public function setCreate($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Macros\Create::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros.Delete delete = 4; - * @return \Rv\Analytics\UI\LowerRight\Macros\Delete|null - */ - public function getDelete() - { - return $this->readOneof(4); - } - - public function hasDelete() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Macros.Delete delete = 4; - * @param \Rv\Analytics\UI\LowerRight\Macros\Delete $var - * @return $this - */ - public function setDelete($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Macros\Delete::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Macros/Create.php b/generated/Rv/Analytics/UI/LowerRight/Macros/Create.php deleted file mode 100644 index f99296c..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Macros/Create.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Macros.Create - */ -class Create extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Macros/Delete.php b/generated/Rv/Analytics/UI/LowerRight/Macros/Delete.php deleted file mode 100644 index 2524a8e..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Macros/Delete.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Macros.Delete - */ -class Delete extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Macros/Shown.php b/generated/Rv/Analytics/UI/LowerRight/Macros/Shown.php deleted file mode 100644 index 9f2ec88..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Macros/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Macros.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Macros/Trigger.php b/generated/Rv/Analytics/UI/LowerRight/Macros/Trigger.php deleted file mode 100644 index eedb401..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Macros/Trigger.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Macros.Trigger - */ -class Trigger extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Messages.php b/generated/Rv/Analytics/UI/LowerRight/Messages.php deleted file mode 100644 index a1987f7..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Messages.php +++ /dev/null @@ -1,181 +0,0 @@ -rv.analytics.UI.LowerRight.Messages - */ -class Messages extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\LowerRight\Messages\Shown $shown - * @type \Rv\Analytics\UI\LowerRight\Messages\Edit $edit - * @type \Rv\Analytics\UI\LowerRight\Messages\State $state - * @type \Rv\Analytics\UI\LowerRight\Messages\Create $create - * @type \Rv\Analytics\UI\LowerRight\Messages\Delete $delete - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Shown shown = 1; - * @return \Rv\Analytics\UI\LowerRight\Messages\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Shown shown = 1; - * @param \Rv\Analytics\UI\LowerRight\Messages\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Messages\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Edit edit = 2; - * @return \Rv\Analytics\UI\LowerRight\Messages\Edit|null - */ - public function getEdit() - { - return $this->readOneof(2); - } - - public function hasEdit() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Edit edit = 2; - * @param \Rv\Analytics\UI\LowerRight\Messages\Edit $var - * @return $this - */ - public function setEdit($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Messages\Edit::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.State state = 3; - * @return \Rv\Analytics\UI\LowerRight\Messages\State|null - */ - public function getState() - { - return $this->readOneof(3); - } - - public function hasState() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.State state = 3; - * @param \Rv\Analytics\UI\LowerRight\Messages\State $var - * @return $this - */ - public function setState($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Messages\State::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Create create = 4; - * @return \Rv\Analytics\UI\LowerRight\Messages\Create|null - */ - public function getCreate() - { - return $this->readOneof(4); - } - - public function hasCreate() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Create create = 4; - * @param \Rv\Analytics\UI\LowerRight\Messages\Create $var - * @return $this - */ - public function setCreate($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Messages\Create::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Delete delete = 5; - * @return \Rv\Analytics\UI\LowerRight\Messages\Delete|null - */ - public function getDelete() - { - return $this->readOneof(5); - } - - public function hasDelete() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Delete delete = 5; - * @param \Rv\Analytics\UI\LowerRight\Messages\Delete $var - * @return $this - */ - public function setDelete($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Messages\Delete::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Messages/Create.php b/generated/Rv/Analytics/UI/LowerRight/Messages/Create.php deleted file mode 100644 index fb4036a..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Messages/Create.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Messages.Create - */ -class Create extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Messages/Delete.php b/generated/Rv/Analytics/UI/LowerRight/Messages/Delete.php deleted file mode 100644 index 85d319c..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Messages/Delete.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Messages.Delete - */ -class Delete extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Messages/Edit/Action.php b/generated/Rv/Analytics/UI/LowerRight/Messages/Edit/Action.php deleted file mode 100644 index bde58df..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Messages/Edit/Action.php +++ /dev/null @@ -1,79 +0,0 @@ -rv.analytics.UI.LowerRight.Messages.Edit.Action - */ -class Action -{ - /** - * Generated from protobuf enum ACTION_UNKNOWN = 0; - */ - const ACTION_UNKNOWN = 0; - /** - * Generated from protobuf enum ACTION_ADD_TEXT_TOKEN = 1; - */ - const ACTION_ADD_TEXT_TOKEN = 1; - /** - * Generated from protobuf enum ACTION_ADD_TIMER_TOKEN = 2; - */ - const ACTION_ADD_TIMER_TOKEN = 2; - /** - * Generated from protobuf enum ACTION_ADD_CUSTOM_TOKEN = 3; - */ - const ACTION_ADD_CUSTOM_TOKEN = 3; - /** - * Generated from protobuf enum ACTION_SET_THEME = 4; - */ - const ACTION_SET_THEME = 4; - /** - * Generated from protobuf enum ACTION_SET_TEXT = 5; - */ - const ACTION_SET_TEXT = 5; - /** - * Generated from protobuf enum ACTION_SET_WEB_NOTIFICATION = 6; - */ - const ACTION_SET_WEB_NOTIFICATION = 6; - /** - * Generated from protobuf enum ACTION_SET_DISMISS_BEHAVIOR = 7; - */ - const ACTION_SET_DISMISS_BEHAVIOR = 7; - - private static $valueToName = [ - self::ACTION_UNKNOWN => 'ACTION_UNKNOWN', - self::ACTION_ADD_TEXT_TOKEN => 'ACTION_ADD_TEXT_TOKEN', - self::ACTION_ADD_TIMER_TOKEN => 'ACTION_ADD_TIMER_TOKEN', - self::ACTION_ADD_CUSTOM_TOKEN => 'ACTION_ADD_CUSTOM_TOKEN', - self::ACTION_SET_THEME => 'ACTION_SET_THEME', - self::ACTION_SET_TEXT => 'ACTION_SET_TEXT', - self::ACTION_SET_WEB_NOTIFICATION => 'ACTION_SET_WEB_NOTIFICATION', - self::ACTION_SET_DISMISS_BEHAVIOR => 'ACTION_SET_DISMISS_BEHAVIOR', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Messages/Shown.php b/generated/Rv/Analytics/UI/LowerRight/Messages/Shown.php deleted file mode 100644 index d459b54..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Messages/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Messages.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Props.php b/generated/Rv/Analytics/UI/LowerRight/Props.php deleted file mode 100644 index 9867a48..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Props.php +++ /dev/null @@ -1,181 +0,0 @@ -rv.analytics.UI.LowerRight.Props - */ -class Props extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\LowerRight\Props\Shown $shown - * @type \Rv\Analytics\UI\LowerRight\Props\Transition $transition - * @type \Rv\Analytics\UI\LowerRight\Props\State $state - * @type \Rv\Analytics\UI\LowerRight\Props\Create $create - * @type \Rv\Analytics\UI\LowerRight\Props\Delete $delete - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.Shown shown = 1; - * @return \Rv\Analytics\UI\LowerRight\Props\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.Shown shown = 1; - * @param \Rv\Analytics\UI\LowerRight\Props\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Props\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.Transition transition = 2; - * @return \Rv\Analytics\UI\LowerRight\Props\Transition|null - */ - public function getTransition() - { - return $this->readOneof(2); - } - - public function hasTransition() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.Transition transition = 2; - * @param \Rv\Analytics\UI\LowerRight\Props\Transition $var - * @return $this - */ - public function setTransition($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Props\Transition::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.State state = 3; - * @return \Rv\Analytics\UI\LowerRight\Props\State|null - */ - public function getState() - { - return $this->readOneof(3); - } - - public function hasState() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.State state = 3; - * @param \Rv\Analytics\UI\LowerRight\Props\State $var - * @return $this - */ - public function setState($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Props\State::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.Create create = 4; - * @return \Rv\Analytics\UI\LowerRight\Props\Create|null - */ - public function getCreate() - { - return $this->readOneof(4); - } - - public function hasCreate() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.Create create = 4; - * @param \Rv\Analytics\UI\LowerRight\Props\Create $var - * @return $this - */ - public function setCreate($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Props\Create::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.Delete delete = 5; - * @return \Rv\Analytics\UI\LowerRight\Props\Delete|null - */ - public function getDelete() - { - return $this->readOneof(5); - } - - public function hasDelete() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.Delete delete = 5; - * @param \Rv\Analytics\UI\LowerRight\Props\Delete $var - * @return $this - */ - public function setDelete($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Props\Delete::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Props/Create.php b/generated/Rv/Analytics/UI/LowerRight/Props/Create.php deleted file mode 100644 index 5d63901..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Props/Create.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Props.Create - */ -class Create extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Props/Delete.php b/generated/Rv/Analytics/UI/LowerRight/Props/Delete.php deleted file mode 100644 index 8d0e788..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Props/Delete.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Props.Delete - */ -class Delete extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Props/Shown.php b/generated/Rv/Analytics/UI/LowerRight/Props/Shown.php deleted file mode 100644 index 77291e5..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Props/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Props.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Props/Transition.php b/generated/Rv/Analytics/UI/LowerRight/Props/Transition.php deleted file mode 100644 index 0f849a3..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Props/Transition.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Props.Transition - */ -class Transition extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Stage.php b/generated/Rv/Analytics/UI/LowerRight/Stage.php deleted file mode 100644 index c31008d..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Stage.php +++ /dev/null @@ -1,181 +0,0 @@ -rv.analytics.UI.LowerRight.Stage - */ -class Stage extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\LowerRight\Stage\Shown $shown - * @type \Rv\Analytics\UI\LowerRight\Stage\ChangeLayout $change_layout - * @type \Rv\Analytics\UI\LowerRight\Stage\MessageState $message_state - * @type \Rv\Analytics\UI\LowerRight\Stage\ConfigureScreens $configure_screens - * @type \Rv\Analytics\UI\LowerRight\Stage\EditLayouts $edit_layouts - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.Shown shown = 1; - * @return \Rv\Analytics\UI\LowerRight\Stage\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.Shown shown = 1; - * @param \Rv\Analytics\UI\LowerRight\Stage\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Stage\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.ChangeLayout change_layout = 2; - * @return \Rv\Analytics\UI\LowerRight\Stage\ChangeLayout|null - */ - public function getChangeLayout() - { - return $this->readOneof(2); - } - - public function hasChangeLayout() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.ChangeLayout change_layout = 2; - * @param \Rv\Analytics\UI\LowerRight\Stage\ChangeLayout $var - * @return $this - */ - public function setChangeLayout($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Stage\ChangeLayout::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.MessageState message_state = 3; - * @return \Rv\Analytics\UI\LowerRight\Stage\MessageState|null - */ - public function getMessageState() - { - return $this->readOneof(3); - } - - public function hasMessageState() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.MessageState message_state = 3; - * @param \Rv\Analytics\UI\LowerRight\Stage\MessageState $var - * @return $this - */ - public function setMessageState($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Stage\MessageState::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.ConfigureScreens configure_screens = 4; - * @return \Rv\Analytics\UI\LowerRight\Stage\ConfigureScreens|null - */ - public function getConfigureScreens() - { - return $this->readOneof(4); - } - - public function hasConfigureScreens() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.ConfigureScreens configure_screens = 4; - * @param \Rv\Analytics\UI\LowerRight\Stage\ConfigureScreens $var - * @return $this - */ - public function setConfigureScreens($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Stage\ConfigureScreens::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.EditLayouts edit_layouts = 5; - * @return \Rv\Analytics\UI\LowerRight\Stage\EditLayouts|null - */ - public function getEditLayouts() - { - return $this->readOneof(5); - } - - public function hasEditLayouts() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Stage.EditLayouts edit_layouts = 5; - * @param \Rv\Analytics\UI\LowerRight\Stage\EditLayouts $var - * @return $this - */ - public function setEditLayouts($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Stage\EditLayouts::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Stage/ChangeLayout.php b/generated/Rv/Analytics/UI/LowerRight/Stage/ChangeLayout.php deleted file mode 100644 index f22b7b5..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Stage/ChangeLayout.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Stage.ChangeLayout - */ -class ChangeLayout extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Stage/ConfigureScreens.php b/generated/Rv/Analytics/UI/LowerRight/Stage/ConfigureScreens.php deleted file mode 100644 index 25f72af..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Stage/ConfigureScreens.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Stage.ConfigureScreens - */ -class ConfigureScreens extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Stage/EditLayouts.php b/generated/Rv/Analytics/UI/LowerRight/Stage/EditLayouts.php deleted file mode 100644 index 11c83bc..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Stage/EditLayouts.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Stage.EditLayouts - */ -class EditLayouts extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Stage/Shown.php b/generated/Rv/Analytics/UI/LowerRight/Stage/Shown.php deleted file mode 100644 index f74e655..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Stage/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Stage.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers.php b/generated/Rv/Analytics/UI/LowerRight/Timers.php deleted file mode 100644 index 38eb7d3..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Timers.php +++ /dev/null @@ -1,209 +0,0 @@ -rv.analytics.UI.LowerRight.Timers - */ -class Timers extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\LowerRight\Timers\Shown $shown - * @type \Rv\Analytics\UI\LowerRight\Timers\Collapse $collapse - * @type \Rv\Analytics\UI\LowerRight\Timers\Edit $edit - * @type \Rv\Analytics\UI\LowerRight\Timers\State $state - * @type \Rv\Analytics\UI\LowerRight\Timers\Create $create - * @type \Rv\Analytics\UI\LowerRight\Timers\Delete $delete - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Shown shown = 1; - * @return \Rv\Analytics\UI\LowerRight\Timers\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Shown shown = 1; - * @param \Rv\Analytics\UI\LowerRight\Timers\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Timers\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Collapse collapse = 2; - * @return \Rv\Analytics\UI\LowerRight\Timers\Collapse|null - */ - public function getCollapse() - { - return $this->readOneof(2); - } - - public function hasCollapse() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Collapse collapse = 2; - * @param \Rv\Analytics\UI\LowerRight\Timers\Collapse $var - * @return $this - */ - public function setCollapse($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Timers\Collapse::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Edit edit = 3; - * @return \Rv\Analytics\UI\LowerRight\Timers\Edit|null - */ - public function getEdit() - { - return $this->readOneof(3); - } - - public function hasEdit() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Edit edit = 3; - * @param \Rv\Analytics\UI\LowerRight\Timers\Edit $var - * @return $this - */ - public function setEdit($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Timers\Edit::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.State state = 4; - * @return \Rv\Analytics\UI\LowerRight\Timers\State|null - */ - public function getState() - { - return $this->readOneof(4); - } - - public function hasState() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.State state = 4; - * @param \Rv\Analytics\UI\LowerRight\Timers\State $var - * @return $this - */ - public function setState($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Timers\State::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Create create = 5; - * @return \Rv\Analytics\UI\LowerRight\Timers\Create|null - */ - public function getCreate() - { - return $this->readOneof(5); - } - - public function hasCreate() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Create create = 5; - * @param \Rv\Analytics\UI\LowerRight\Timers\Create $var - * @return $this - */ - public function setCreate($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Timers\Create::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Delete delete = 6; - * @return \Rv\Analytics\UI\LowerRight\Timers\Delete|null - */ - public function getDelete() - { - return $this->readOneof(6); - } - - public function hasDelete() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Delete delete = 6; - * @param \Rv\Analytics\UI\LowerRight\Timers\Delete $var - * @return $this - */ - public function setDelete($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\LowerRight\Timers\Delete::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/Create.php b/generated/Rv/Analytics/UI/LowerRight/Timers/Create.php deleted file mode 100644 index 5c34f5f..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/Create.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Timers.Create - */ -class Create extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/Delete.php b/generated/Rv/Analytics/UI/LowerRight/Timers/Delete.php deleted file mode 100644 index ab4ad5f..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/Delete.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Timers.Delete - */ -class Delete extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/Shown.php b/generated/Rv/Analytics/UI/LowerRight/Timers/Shown.php deleted file mode 100644 index 5a9b345..0000000 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.LowerRight.Timers.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/LowerRightMacros.php b/generated/Rv/Analytics/UI/LowerRightMacros.php new file mode 100644 index 0000000..3c1719d --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightMacros.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightMacros + */ +class LowerRightMacros extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightMacrosCreate.php b/generated/Rv/Analytics/UI/LowerRightMacrosCreate.php new file mode 100644 index 0000000..c429593 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightMacrosCreate.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightMacrosCreate + */ +class LowerRightMacrosCreate extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightMacrosDelete.php b/generated/Rv/Analytics/UI/LowerRightMacrosDelete.php new file mode 100644 index 0000000..8813f67 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightMacrosDelete.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightMacrosDelete + */ +class LowerRightMacrosDelete extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightMacrosTrigger.php b/generated/Rv/Analytics/UI/LowerRightMacrosTrigger.php new file mode 100644 index 0000000..e7e3dbf --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightMacrosTrigger.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightMacrosTrigger + */ +class LowerRightMacrosTrigger extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/CCLI/Report/Export.php b/generated/Rv/Analytics/UI/LowerRightMessages.php similarity index 75% rename from generated/Rv/Analytics/UI/CCLI/Report/Export.php rename to generated/Rv/Analytics/UI/LowerRightMessages.php index 740a3f1..43e4386 100644 --- a/generated/Rv/Analytics/UI/CCLI/Report/Export.php +++ b/generated/Rv/Analytics/UI/LowerRightMessages.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\CCLI\Report; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.CCLI.Report.Export + * Generated from protobuf message rv.analytics.ui.LowerRightMessages */ -class Export extends \Google\Protobuf\Internal\Message +class LowerRightMessages extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Rv/Analytics/UI/LowerRightMessagesCreate.php b/generated/Rv/Analytics/UI/LowerRightMessagesCreate.php new file mode 100644 index 0000000..4d0ad7d --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightMessagesCreate.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightMessagesCreate + */ +class LowerRightMessagesCreate extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightMessagesDelete.php b/generated/Rv/Analytics/UI/LowerRightMessagesDelete.php new file mode 100644 index 0000000..bf77827 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightMessagesDelete.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightMessagesDelete + */ +class LowerRightMessagesDelete extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRight/Messages/Edit.php b/generated/Rv/Analytics/UI/LowerRightMessagesEdit.php similarity index 59% rename from generated/Rv/Analytics/UI/LowerRight/Messages/Edit.php rename to generated/Rv/Analytics/UI/LowerRightMessagesEdit.php index 6295c65..83d75e7 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Messages/Edit.php +++ b/generated/Rv/Analytics/UI/LowerRightMessagesEdit.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Messages; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.LowerRight.Messages.Edit + * Generated from protobuf message rv.analytics.ui.LowerRightMessagesEdit */ -class Edit extends \Google\Protobuf\Internal\Message +class LowerRightMessagesEdit extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Edit.Action action = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesEdit.Action action = 1; */ protected $action = 0; @@ -34,7 +34,7 @@ class Edit extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Edit.Action action = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesEdit.Action action = 1; * @return int */ public function getAction() @@ -43,13 +43,13 @@ class Edit extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.Edit.Action action = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesEdit.Action action = 1; * @param int $var * @return $this */ public function setAction($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\LowerRight\Messages\Edit\Action::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\LowerRightMessagesEdit\Action::class); $this->action = $var; return $this; diff --git a/generated/Rv/Analytics/UI/LowerRightMessagesEdit/Action.php b/generated/Rv/Analytics/UI/LowerRightMessagesEdit/Action.php new file mode 100644 index 0000000..a64a835 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightMessagesEdit/Action.php @@ -0,0 +1,79 @@ +rv.analytics.ui.LowerRightMessagesEdit.Action + */ +class Action +{ + /** + * Generated from protobuf enum ACTION_UNKNOWN = 0; + */ + const ACTION_UNKNOWN = 0; + /** + * Generated from protobuf enum ADD_TEXT_TOKEN = 1; + */ + const ADD_TEXT_TOKEN = 1; + /** + * Generated from protobuf enum ADD_TIMER_TOKEN = 2; + */ + const ADD_TIMER_TOKEN = 2; + /** + * Generated from protobuf enum ADD_CUSTOM_TOKEN = 3; + */ + const ADD_CUSTOM_TOKEN = 3; + /** + * Generated from protobuf enum SET_THEME = 4; + */ + const SET_THEME = 4; + /** + * Generated from protobuf enum SET_TEXT = 5; + */ + const SET_TEXT = 5; + /** + * Generated from protobuf enum SET_WEB_NOTIFICATION = 6; + */ + const SET_WEB_NOTIFICATION = 6; + /** + * Generated from protobuf enum SET_DISMISS_BEHAVIOR = 7; + */ + const SET_DISMISS_BEHAVIOR = 7; + + private static $valueToName = [ + self::ACTION_UNKNOWN => 'ACTION_UNKNOWN', + self::ADD_TEXT_TOKEN => 'ADD_TEXT_TOKEN', + self::ADD_TIMER_TOKEN => 'ADD_TIMER_TOKEN', + self::ADD_CUSTOM_TOKEN => 'ADD_CUSTOM_TOKEN', + self::SET_THEME => 'SET_THEME', + self::SET_TEXT => 'SET_TEXT', + self::SET_WEB_NOTIFICATION => 'SET_WEB_NOTIFICATION', + self::SET_DISMISS_BEHAVIOR => 'SET_DISMISS_BEHAVIOR', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/State.php b/generated/Rv/Analytics/UI/LowerRightMessagesState.php similarity index 59% rename from generated/Rv/Analytics/UI/LowerRight/Timers/State.php rename to generated/Rv/Analytics/UI/LowerRightMessagesState.php index 7a698bc..e3288ce 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/State.php +++ b/generated/Rv/Analytics/UI/LowerRightMessagesState.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Timers; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.LowerRight.Timers.State + * Generated from protobuf message rv.analytics.ui.LowerRightMessagesState */ -class State extends \Google\Protobuf\Internal\Message +class LowerRightMessagesState extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesState.State state = 1; */ protected $state = 0; @@ -34,7 +34,7 @@ class State extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesState.State state = 1; * @return int */ public function getState() @@ -43,13 +43,13 @@ class State extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightMessagesState.State state = 1; * @param int $var * @return $this */ public function setState($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\LowerRight\Timers\State\State::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\LowerRightMessagesState\State::class); $this->state = $var; return $this; diff --git a/generated/Rv/Analytics/UI/LowerRight/Props/State/State.php b/generated/Rv/Analytics/UI/LowerRightMessagesState/State.php similarity index 72% rename from generated/Rv/Analytics/UI/LowerRight/Props/State/State.php rename to generated/Rv/Analytics/UI/LowerRightMessagesState/State.php index 217209d..03b35d1 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Props/State/State.php +++ b/generated/Rv/Analytics/UI/LowerRightMessagesState/State.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Props\State; +namespace Rv\Analytics\Ui\LowerRightMessagesState; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.LowerRight.Props.State.State + * Protobuf type rv.analytics.ui.LowerRightMessagesState.State */ class State { @@ -17,18 +17,18 @@ class State */ const STATE_UNKNOWN = 0; /** - * Generated from protobuf enum STATE_SHOW = 1; + * Generated from protobuf enum SHOW = 1; */ - const STATE_SHOW = 1; + const SHOW = 1; /** - * Generated from protobuf enum STATE_CLEAR = 2; + * Generated from protobuf enum CLEAR = 2; */ - const STATE_CLEAR = 2; + const CLEAR = 2; private static $valueToName = [ self::STATE_UNKNOWN => 'STATE_UNKNOWN', - self::STATE_SHOW => 'STATE_SHOW', - self::STATE_CLEAR => 'STATE_CLEAR', + self::SHOW => 'SHOW', + self::CLEAR => 'CLEAR', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/LowerRightProps.php b/generated/Rv/Analytics/UI/LowerRightProps.php new file mode 100644 index 0000000..72036ea --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightProps.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightProps + */ +class LowerRightProps extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightPropsCreate.php b/generated/Rv/Analytics/UI/LowerRightPropsCreate.php new file mode 100644 index 0000000..8b251d5 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightPropsCreate.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightPropsCreate + */ +class LowerRightPropsCreate extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightPropsDelete.php b/generated/Rv/Analytics/UI/LowerRightPropsDelete.php new file mode 100644 index 0000000..1fec0d1 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightPropsDelete.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightPropsDelete + */ +class LowerRightPropsDelete extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRight/Props/State.php b/generated/Rv/Analytics/UI/LowerRightPropsState.php similarity index 59% rename from generated/Rv/Analytics/UI/LowerRight/Props/State.php rename to generated/Rv/Analytics/UI/LowerRightPropsState.php index 986d404..5e302b1 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Props/State.php +++ b/generated/Rv/Analytics/UI/LowerRightPropsState.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Props; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.LowerRight.Props.State + * Generated from protobuf message rv.analytics.ui.LowerRightPropsState */ -class State extends \Google\Protobuf\Internal\Message +class LowerRightPropsState extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsState.State state = 1; */ protected $state = 0; @@ -34,7 +34,7 @@ class State extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsState.State state = 1; * @return int */ public function getState() @@ -43,13 +43,13 @@ class State extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Props.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightPropsState.State state = 1; * @param int $var * @return $this */ public function setState($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\LowerRight\Props\State\State::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\LowerRightPropsState\State::class); $this->state = $var; return $this; diff --git a/generated/Rv/Analytics/UI/LowerRight/Messages/State/State.php b/generated/Rv/Analytics/UI/LowerRightPropsState/State.php similarity index 72% rename from generated/Rv/Analytics/UI/LowerRight/Messages/State/State.php rename to generated/Rv/Analytics/UI/LowerRightPropsState/State.php index fee6429..50a9e5a 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Messages/State/State.php +++ b/generated/Rv/Analytics/UI/LowerRightPropsState/State.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Messages\State; +namespace Rv\Analytics\Ui\LowerRightPropsState; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.LowerRight.Messages.State.State + * Protobuf type rv.analytics.ui.LowerRightPropsState.State */ class State { @@ -17,18 +17,18 @@ class State */ const STATE_UNKNOWN = 0; /** - * Generated from protobuf enum STATE_SHOW = 1; + * Generated from protobuf enum SHOW = 1; */ - const STATE_SHOW = 1; + const SHOW = 1; /** - * Generated from protobuf enum STATE_CLEAR = 2; + * Generated from protobuf enum CLEAR = 2; */ - const STATE_CLEAR = 2; + const CLEAR = 2; private static $valueToName = [ self::STATE_UNKNOWN => 'STATE_UNKNOWN', - self::STATE_SHOW => 'STATE_SHOW', - self::STATE_CLEAR => 'STATE_CLEAR', + self::SHOW => 'SHOW', + self::CLEAR => 'CLEAR', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/LowerRightPropsTransition.php b/generated/Rv/Analytics/UI/LowerRightPropsTransition.php new file mode 100644 index 0000000..094f02e --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightPropsTransition.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightPropsTransition + */ +class LowerRightPropsTransition extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightStage.php b/generated/Rv/Analytics/UI/LowerRightStage.php new file mode 100644 index 0000000..fd299f8 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightStage.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightStage + */ +class LowerRightStage extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightStageChangeLayout.php b/generated/Rv/Analytics/UI/LowerRightStageChangeLayout.php new file mode 100644 index 0000000..1ac3fcc --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightStageChangeLayout.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightStageChangeLayout + */ +class LowerRightStageChangeLayout extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightStageConfigureScreens.php b/generated/Rv/Analytics/UI/LowerRightStageConfigureScreens.php new file mode 100644 index 0000000..a4bf2e0 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightStageConfigureScreens.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightStageConfigureScreens + */ +class LowerRightStageConfigureScreens extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightStageEditLayouts.php b/generated/Rv/Analytics/UI/LowerRightStageEditLayouts.php new file mode 100644 index 0000000..c948c82 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightStageEditLayouts.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightStageEditLayouts + */ +class LowerRightStageEditLayouts extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightStageMessageState.php b/generated/Rv/Analytics/UI/LowerRightStageMessageState.php new file mode 100644 index 0000000..c716250 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightStageMessageState.php @@ -0,0 +1,59 @@ +rv.analytics.ui.LowerRightStageMessageState + */ +class LowerRightStageMessageState extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageMessageState.State state = 1; + */ + protected $state = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $state + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageMessageState.State state = 1; + * @return int + */ + public function getState() + { + return $this->state; + } + + /** + * Generated from protobuf field .rv.analytics.ui.LowerRightStageMessageState.State state = 1; + * @param int $var + * @return $this + */ + public function setState($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\LowerRightStageMessageState\State::class); + $this->state = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRight/Stage/MessageState/State.php b/generated/Rv/Analytics/UI/LowerRightStageMessageState/State.php similarity index 71% rename from generated/Rv/Analytics/UI/LowerRight/Stage/MessageState/State.php rename to generated/Rv/Analytics/UI/LowerRightStageMessageState/State.php index f2cb81d..7a41857 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Stage/MessageState/State.php +++ b/generated/Rv/Analytics/UI/LowerRightStageMessageState/State.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Stage\MessageState; +namespace Rv\Analytics\Ui\LowerRightStageMessageState; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.LowerRight.Stage.MessageState.State + * Protobuf type rv.analytics.ui.LowerRightStageMessageState.State */ class State { @@ -17,18 +17,18 @@ class State */ const STATE_UNKNOWN = 0; /** - * Generated from protobuf enum STATE_SHOW = 1; + * Generated from protobuf enum SHOW = 1; */ - const STATE_SHOW = 1; + const SHOW = 1; /** - * Generated from protobuf enum STATE_CLEAR = 2; + * Generated from protobuf enum CLEAR = 2; */ - const STATE_CLEAR = 2; + const CLEAR = 2; private static $valueToName = [ self::STATE_UNKNOWN => 'STATE_UNKNOWN', - self::STATE_SHOW => 'STATE_SHOW', - self::STATE_CLEAR => 'STATE_CLEAR', + self::SHOW => 'SHOW', + self::CLEAR => 'CLEAR', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/LowerRightTimers.php b/generated/Rv/Analytics/UI/LowerRightTimers.php new file mode 100644 index 0000000..b0d9641 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightTimers.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightTimers + */ +class LowerRightTimers extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRight/Messages/State.php b/generated/Rv/Analytics/UI/LowerRightTimersCollapse.php similarity index 59% rename from generated/Rv/Analytics/UI/LowerRight/Messages/State.php rename to generated/Rv/Analytics/UI/LowerRightTimersCollapse.php index d9689c1..7cb16d3 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Messages/State.php +++ b/generated/Rv/Analytics/UI/LowerRightTimersCollapse.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Messages; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.LowerRight.Messages.State + * Generated from protobuf message rv.analytics.ui.LowerRightTimersCollapse */ -class State extends \Google\Protobuf\Internal\Message +class LowerRightTimersCollapse extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersCollapse.State state = 1; */ protected $state = 0; @@ -34,7 +34,7 @@ class State extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersCollapse.State state = 1; * @return int */ public function getState() @@ -43,13 +43,13 @@ class State extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Messages.State.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersCollapse.State state = 1; * @param int $var * @return $this */ public function setState($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\LowerRight\Messages\State\State::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\LowerRightTimersCollapse\State::class); $this->state = $var; return $this; diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/Collapse/State.php b/generated/Rv/Analytics/UI/LowerRightTimersCollapse/State.php similarity index 70% rename from generated/Rv/Analytics/UI/LowerRight/Timers/Collapse/State.php rename to generated/Rv/Analytics/UI/LowerRightTimersCollapse/State.php index 06bc210..4d87b9d 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/Collapse/State.php +++ b/generated/Rv/Analytics/UI/LowerRightTimersCollapse/State.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Timers\Collapse; +namespace Rv\Analytics\Ui\LowerRightTimersCollapse; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.LowerRight.Timers.Collapse.State + * Protobuf type rv.analytics.ui.LowerRightTimersCollapse.State */ class State { @@ -17,18 +17,18 @@ class State */ const STATE_UNKNOWN = 0; /** - * Generated from protobuf enum STATE_COLLAPSED = 1; + * Generated from protobuf enum COLLAPSED = 1; */ - const STATE_COLLAPSED = 1; + const COLLAPSED = 1; /** - * Generated from protobuf enum STATE_EXPANDED = 2; + * Generated from protobuf enum EXPANDED = 2; */ - const STATE_EXPANDED = 2; + const EXPANDED = 2; private static $valueToName = [ self::STATE_UNKNOWN => 'STATE_UNKNOWN', - self::STATE_COLLAPSED => 'STATE_COLLAPSED', - self::STATE_EXPANDED => 'STATE_EXPANDED', + self::COLLAPSED => 'COLLAPSED', + self::EXPANDED => 'EXPANDED', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/LowerRightTimersCreate.php b/generated/Rv/Analytics/UI/LowerRightTimersCreate.php new file mode 100644 index 0000000..48fb4d0 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightTimersCreate.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightTimersCreate + */ +class LowerRightTimersCreate extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRightTimersDelete.php b/generated/Rv/Analytics/UI/LowerRightTimersDelete.php new file mode 100644 index 0000000..db1365c --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightTimersDelete.php @@ -0,0 +1,32 @@ +rv.analytics.ui.LowerRightTimersDelete + */ +class LowerRightTimersDelete extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/Edit.php b/generated/Rv/Analytics/UI/LowerRightTimersEdit.php similarity index 59% rename from generated/Rv/Analytics/UI/LowerRight/Timers/Edit.php rename to generated/Rv/Analytics/UI/LowerRightTimersEdit.php index 3c5f799..655cd1a 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/Edit.php +++ b/generated/Rv/Analytics/UI/LowerRightTimersEdit.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Timers; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.LowerRight.Timers.Edit + * Generated from protobuf message rv.analytics.ui.LowerRightTimersEdit */ -class Edit extends \Google\Protobuf\Internal\Message +class LowerRightTimersEdit extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Edit.Field field = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersEdit.Field field = 1; */ protected $field = 0; @@ -34,7 +34,7 @@ class Edit extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Edit.Field field = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersEdit.Field field = 1; * @return int */ public function getField() @@ -43,13 +43,13 @@ class Edit extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Edit.Field field = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersEdit.Field field = 1; * @param int $var * @return $this */ public function setField($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\LowerRight\Timers\Edit\Field::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\LowerRightTimersEdit\Field::class); $this->field = $var; return $this; diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/Edit/Field.php b/generated/Rv/Analytics/UI/LowerRightTimersEdit/Field.php similarity index 61% rename from generated/Rv/Analytics/UI/LowerRight/Timers/Edit/Field.php rename to generated/Rv/Analytics/UI/LowerRightTimersEdit/Field.php index 748b7a8..2f159e2 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/Edit/Field.php +++ b/generated/Rv/Analytics/UI/LowerRightTimersEdit/Field.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Timers\Edit; +namespace Rv\Analytics\Ui\LowerRightTimersEdit; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.LowerRight.Timers.Edit.Field + * Protobuf type rv.analytics.ui.LowerRightTimersEdit.Field */ class Field { @@ -17,28 +17,28 @@ class Field */ const FIELD_UNKNOWN = 0; /** - * Generated from protobuf enum FIELD_TYPE = 1; + * Generated from protobuf enum TYPE = 1; */ - const FIELD_TYPE = 1; + const TYPE = 1; /** - * Generated from protobuf enum FIELD_VALUE = 2; + * Generated from protobuf enum VALUE = 2; */ - const FIELD_VALUE = 2; + const VALUE = 2; /** - * Generated from protobuf enum FIELD_OVERRUN = 3; + * Generated from protobuf enum OVERRUN = 3; */ - const FIELD_OVERRUN = 3; + const OVERRUN = 3; /** - * Generated from protobuf enum FIELD_NAME = 4; + * Generated from protobuf enum NAME = 4; */ - const FIELD_NAME = 4; + const NAME = 4; private static $valueToName = [ self::FIELD_UNKNOWN => 'FIELD_UNKNOWN', - self::FIELD_TYPE => 'FIELD_TYPE', - self::FIELD_VALUE => 'FIELD_VALUE', - self::FIELD_OVERRUN => 'FIELD_OVERRUN', - self::FIELD_NAME => 'FIELD_NAME', + self::TYPE => 'TYPE', + self::VALUE => 'VALUE', + self::OVERRUN => 'OVERRUN', + self::NAME => 'NAME', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/Collapse.php b/generated/Rv/Analytics/UI/LowerRightTimersState.php similarity index 58% rename from generated/Rv/Analytics/UI/LowerRight/Timers/Collapse.php rename to generated/Rv/Analytics/UI/LowerRightTimersState.php index eeb0ef8..a827ff4 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/Collapse.php +++ b/generated/Rv/Analytics/UI/LowerRightTimersState.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Timers; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.LowerRight.Timers.Collapse + * Generated from protobuf message rv.analytics.ui.LowerRightTimersState */ -class Collapse extends \Google\Protobuf\Internal\Message +class LowerRightTimersState extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Collapse.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersState.State state = 1; */ protected $state = 0; @@ -34,7 +34,7 @@ class Collapse extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Collapse.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersState.State state = 1; * @return int */ public function getState() @@ -43,13 +43,13 @@ class Collapse extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.LowerRight.Timers.Collapse.State state = 1; + * Generated from protobuf field .rv.analytics.ui.LowerRightTimersState.State state = 1; * @param int $var * @return $this */ public function setState($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\LowerRight\Timers\Collapse\State::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\LowerRightTimersState\State::class); $this->state = $var; return $this; diff --git a/generated/Rv/Analytics/UI/LowerRightTimersState/State.php b/generated/Rv/Analytics/UI/LowerRightTimersState/State.php new file mode 100644 index 0000000..8d70756 --- /dev/null +++ b/generated/Rv/Analytics/UI/LowerRightTimersState/State.php @@ -0,0 +1,59 @@ +rv.analytics.ui.LowerRightTimersState.State + */ +class State +{ + /** + * Generated from protobuf enum STATE_UNKNOWN = 0; + */ + const STATE_UNKNOWN = 0; + /** + * Generated from protobuf enum START = 1; + */ + const START = 1; + /** + * Generated from protobuf enum STOP = 2; + */ + const STOP = 2; + /** + * Generated from protobuf enum RESET = 3; + */ + const RESET = 3; + + private static $valueToName = [ + self::STATE_UNKNOWN => 'STATE_UNKNOWN', + self::START => 'START', + self::STOP => 'STOP', + self::RESET => 'RESET', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/MainView.php b/generated/Rv/Analytics/UI/MainView.php deleted file mode 100644 index 48b7342..0000000 --- a/generated/Rv/Analytics/UI/MainView.php +++ /dev/null @@ -1,293 +0,0 @@ -rv.analytics.UI.MainView - */ -class MainView extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\Show $show - * @type \Rv\Analytics\UI\MainView\PresentationEditor $presentation_editor - * @type \Rv\Analytics\UI\MainView\ReflowEditor $reflow_editor - * @type \Rv\Analytics\UI\MainView\Bible $bible - * @type \Rv\Analytics\UI\MainView\StageEditor $stage_editor - * @type \Rv\Analytics\UI\MainView\ThemeEditor $theme_editor - * @type \Rv\Analytics\UI\MainView\CopyrightEditor $copyright_editor - * @type \Rv\Analytics\UI\MainView\PropsEditor $props_editor - * @type \Rv\Analytics\UI\MainView\MaskEditor $mask_editor - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Show show = 1; - * @return \Rv\Analytics\UI\MainView\Show|null - */ - public function getShow() - { - return $this->readOneof(1); - } - - public function hasShow() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Show show = 1; - * @param \Rv\Analytics\UI\MainView\Show $var - * @return $this - */ - public function setShow($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Show::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PresentationEditor presentation_editor = 2; - * @return \Rv\Analytics\UI\MainView\PresentationEditor|null - */ - public function getPresentationEditor() - { - return $this->readOneof(2); - } - - public function hasPresentationEditor() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PresentationEditor presentation_editor = 2; - * @param \Rv\Analytics\UI\MainView\PresentationEditor $var - * @return $this - */ - public function setPresentationEditor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\PresentationEditor::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ReflowEditor reflow_editor = 3; - * @return \Rv\Analytics\UI\MainView\ReflowEditor|null - */ - public function getReflowEditor() - { - return $this->readOneof(3); - } - - public function hasReflowEditor() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ReflowEditor reflow_editor = 3; - * @param \Rv\Analytics\UI\MainView\ReflowEditor $var - * @return $this - */ - public function setReflowEditor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\ReflowEditor::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible bible = 4; - * @return \Rv\Analytics\UI\MainView\Bible|null - */ - public function getBible() - { - return $this->readOneof(4); - } - - public function hasBible() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible bible = 4; - * @param \Rv\Analytics\UI\MainView\Bible $var - * @return $this - */ - public function setBible($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.StageEditor stage_editor = 5; - * @return \Rv\Analytics\UI\MainView\StageEditor|null - */ - public function getStageEditor() - { - return $this->readOneof(5); - } - - public function hasStageEditor() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.StageEditor stage_editor = 5; - * @param \Rv\Analytics\UI\MainView\StageEditor $var - * @return $this - */ - public function setStageEditor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\StageEditor::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ThemeEditor theme_editor = 6; - * @return \Rv\Analytics\UI\MainView\ThemeEditor|null - */ - public function getThemeEditor() - { - return $this->readOneof(6); - } - - public function hasThemeEditor() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ThemeEditor theme_editor = 6; - * @param \Rv\Analytics\UI\MainView\ThemeEditor $var - * @return $this - */ - public function setThemeEditor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\ThemeEditor::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.CopyrightEditor copyright_editor = 7; - * @return \Rv\Analytics\UI\MainView\CopyrightEditor|null - */ - public function getCopyrightEditor() - { - return $this->readOneof(7); - } - - public function hasCopyrightEditor() - { - return $this->hasOneof(7); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.CopyrightEditor copyright_editor = 7; - * @param \Rv\Analytics\UI\MainView\CopyrightEditor $var - * @return $this - */ - public function setCopyrightEditor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\CopyrightEditor::class); - $this->writeOneof(7, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PropsEditor props_editor = 8; - * @return \Rv\Analytics\UI\MainView\PropsEditor|null - */ - public function getPropsEditor() - { - return $this->readOneof(8); - } - - public function hasPropsEditor() - { - return $this->hasOneof(8); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PropsEditor props_editor = 8; - * @param \Rv\Analytics\UI\MainView\PropsEditor $var - * @return $this - */ - public function setPropsEditor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\PropsEditor::class); - $this->writeOneof(8, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.MaskEditor mask_editor = 9; - * @return \Rv\Analytics\UI\MainView\MaskEditor|null - */ - public function getMaskEditor() - { - return $this->readOneof(9); - } - - public function hasMaskEditor() - { - return $this->hasOneof(9); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.MaskEditor mask_editor = 9; - * @param \Rv\Analytics\UI\MainView\MaskEditor $var - * @return $this - */ - public function setMaskEditor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\MaskEditor::class); - $this->writeOneof(9, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/Bible.php b/generated/Rv/Analytics/UI/MainView/Bible.php deleted file mode 100644 index c71d146..0000000 --- a/generated/Rv/Analytics/UI/MainView/Bible.php +++ /dev/null @@ -1,321 +0,0 @@ -rv.analytics.UI.MainView.Bible - */ -class Bible extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\Bible\Shown $shown - * @type \Rv\Analytics\UI\MainView\Bible\Trigger $trigger - * @type \Rv\Analytics\UI\MainView\Bible\GenerateSlides $generate_slides - * @type \Rv\Analytics\UI\MainView\Bible\GenerateNext $generate_next - * @type \Rv\Analytics\UI\MainView\Bible\GeneratePrevious $generate_previous - * @type \Rv\Analytics\UI\MainView\Bible\SaveSlides $save_slides - * @type \Rv\Analytics\UI\MainView\Bible\Lookup $lookup - * @type \Rv\Analytics\UI\MainView\Bible\BibleCount $install - * @type \Rv\Analytics\UI\MainView\Bible\BibleCount $remove - * @type \Rv\Analytics\UI\MainView\Bible\BibleCount $startup - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\Bible\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\Bible\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Trigger trigger = 2; - * @return \Rv\Analytics\UI\MainView\Bible\Trigger|null - */ - public function getTrigger() - { - return $this->readOneof(2); - } - - public function hasTrigger() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Trigger trigger = 2; - * @param \Rv\Analytics\UI\MainView\Bible\Trigger $var - * @return $this - */ - public function setTrigger($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\Trigger::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides generate_slides = 3; - * @return \Rv\Analytics\UI\MainView\Bible\GenerateSlides|null - */ - public function getGenerateSlides() - { - return $this->readOneof(3); - } - - public function hasGenerateSlides() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateSlides generate_slides = 3; - * @param \Rv\Analytics\UI\MainView\Bible\GenerateSlides $var - * @return $this - */ - public function setGenerateSlides($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\GenerateSlides::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateNext generate_next = 4; - * @return \Rv\Analytics\UI\MainView\Bible\GenerateNext|null - */ - public function getGenerateNext() - { - return $this->readOneof(4); - } - - public function hasGenerateNext() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GenerateNext generate_next = 4; - * @param \Rv\Analytics\UI\MainView\Bible\GenerateNext $var - * @return $this - */ - public function setGenerateNext($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\GenerateNext::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GeneratePrevious generate_previous = 5; - * @return \Rv\Analytics\UI\MainView\Bible\GeneratePrevious|null - */ - public function getGeneratePrevious() - { - return $this->readOneof(5); - } - - public function hasGeneratePrevious() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.GeneratePrevious generate_previous = 5; - * @param \Rv\Analytics\UI\MainView\Bible\GeneratePrevious $var - * @return $this - */ - public function setGeneratePrevious($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\GeneratePrevious::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.SaveSlides save_slides = 6; - * @return \Rv\Analytics\UI\MainView\Bible\SaveSlides|null - */ - public function getSaveSlides() - { - return $this->readOneof(6); - } - - public function hasSaveSlides() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.SaveSlides save_slides = 6; - * @param \Rv\Analytics\UI\MainView\Bible\SaveSlides $var - * @return $this - */ - public function setSaveSlides($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\SaveSlides::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Lookup lookup = 7; - * @return \Rv\Analytics\UI\MainView\Bible\Lookup|null - */ - public function getLookup() - { - return $this->readOneof(7); - } - - public function hasLookup() - { - return $this->hasOneof(7); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Lookup lookup = 7; - * @param \Rv\Analytics\UI\MainView\Bible\Lookup $var - * @return $this - */ - public function setLookup($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\Lookup::class); - $this->writeOneof(7, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.BibleCount install = 8; - * @return \Rv\Analytics\UI\MainView\Bible\BibleCount|null - */ - public function getInstall() - { - return $this->readOneof(8); - } - - public function hasInstall() - { - return $this->hasOneof(8); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.BibleCount install = 8; - * @param \Rv\Analytics\UI\MainView\Bible\BibleCount $var - * @return $this - */ - public function setInstall($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\BibleCount::class); - $this->writeOneof(8, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.BibleCount remove = 9; - * @return \Rv\Analytics\UI\MainView\Bible\BibleCount|null - */ - public function getRemove() - { - return $this->readOneof(9); - } - - public function hasRemove() - { - return $this->hasOneof(9); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.BibleCount remove = 9; - * @param \Rv\Analytics\UI\MainView\Bible\BibleCount $var - * @return $this - */ - public function setRemove($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\BibleCount::class); - $this->writeOneof(9, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.BibleCount startup = 10; - * @return \Rv\Analytics\UI\MainView\Bible\BibleCount|null - */ - public function getStartup() - { - return $this->readOneof(10); - } - - public function hasStartup() - { - return $this->hasOneof(10); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.BibleCount startup = 10; - * @param \Rv\Analytics\UI\MainView\Bible\BibleCount $var - * @return $this - */ - public function setStartup($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Bible\BibleCount::class); - $this->writeOneof(10, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/Bible/Lookup/LookupLocation.php b/generated/Rv/Analytics/UI/MainView/Bible/Lookup/LookupLocation.php deleted file mode 100644 index d1e02c3..0000000 --- a/generated/Rv/Analytics/UI/MainView/Bible/Lookup/LookupLocation.php +++ /dev/null @@ -1,74 +0,0 @@ -rv.analytics.UI.MainView.Bible.Lookup.LookupLocation - */ -class LookupLocation -{ - /** - * Generated from protobuf enum LOOKUP_LOCATION_UNKNOWN = 0; - */ - const LOOKUP_LOCATION_UNKNOWN = 0; - /** - * Generated from protobuf enum LOOKUP_LOCATION_TEXT_REFERENCE = 1; - */ - const LOOKUP_LOCATION_TEXT_REFERENCE = 1; - /** - * Generated from protobuf enum LOOKUP_LOCATION_MENU_BOOK = 2; - */ - const LOOKUP_LOCATION_MENU_BOOK = 2; - /** - * Generated from protobuf enum LOOKUP_LOCATION_MENU_CHAPTER = 3; - */ - const LOOKUP_LOCATION_MENU_CHAPTER = 3; - /** - * Generated from protobuf enum LOOKUP_LOCATION_MENU_VERSE = 4; - */ - const LOOKUP_LOCATION_MENU_VERSE = 4; - /** - * Generated from protobuf enum LOOKUP_LOCATION_TEXT_SEARCH_CHAPTER = 5; - */ - const LOOKUP_LOCATION_TEXT_SEARCH_CHAPTER = 5; - /** - * Generated from protobuf enum LOOKUP_LOCATION_TEXT_SEARCH_VERSE = 6; - */ - const LOOKUP_LOCATION_TEXT_SEARCH_VERSE = 6; - - private static $valueToName = [ - self::LOOKUP_LOCATION_UNKNOWN => 'LOOKUP_LOCATION_UNKNOWN', - self::LOOKUP_LOCATION_TEXT_REFERENCE => 'LOOKUP_LOCATION_TEXT_REFERENCE', - self::LOOKUP_LOCATION_MENU_BOOK => 'LOOKUP_LOCATION_MENU_BOOK', - self::LOOKUP_LOCATION_MENU_CHAPTER => 'LOOKUP_LOCATION_MENU_CHAPTER', - self::LOOKUP_LOCATION_MENU_VERSE => 'LOOKUP_LOCATION_MENU_VERSE', - self::LOOKUP_LOCATION_TEXT_SEARCH_CHAPTER => 'LOOKUP_LOCATION_TEXT_SEARCH_CHAPTER', - self::LOOKUP_LOCATION_TEXT_SEARCH_VERSE => 'LOOKUP_LOCATION_TEXT_SEARCH_VERSE', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/MainView/Bible/Shown.php b/generated/Rv/Analytics/UI/MainView/Bible/Shown.php deleted file mode 100644 index ce982c5..0000000 --- a/generated/Rv/Analytics/UI/MainView/Bible/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.Bible.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Bible.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\Bible\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/CopyrightEditor.php b/generated/Rv/Analytics/UI/MainView/CopyrightEditor.php deleted file mode 100644 index cc05f14..0000000 --- a/generated/Rv/Analytics/UI/MainView/CopyrightEditor.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.MainView.CopyrightEditor - */ -class CopyrightEditor extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\CopyrightEditor\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.CopyrightEditor.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\CopyrightEditor\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.CopyrightEditor.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\CopyrightEditor\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\CopyrightEditor\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/CopyrightEditor/Shown.php b/generated/Rv/Analytics/UI/MainView/CopyrightEditor/Shown.php deleted file mode 100644 index afd4b8f..0000000 --- a/generated/Rv/Analytics/UI/MainView/CopyrightEditor/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.CopyrightEditor.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.MainView.CopyrightEditor.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.CopyrightEditor.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.CopyrightEditor.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\CopyrightEditor\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/MaskEditor.php b/generated/Rv/Analytics/UI/MainView/MaskEditor.php deleted file mode 100644 index 77c1ce0..0000000 --- a/generated/Rv/Analytics/UI/MainView/MaskEditor.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.MainView.MaskEditor - */ -class MaskEditor extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\MaskEditor\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.MaskEditor.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\MaskEditor\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.MaskEditor.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\MaskEditor\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\MaskEditor\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/MaskEditor/Shown.php b/generated/Rv/Analytics/UI/MainView/MaskEditor/Shown.php deleted file mode 100644 index 497bd05..0000000 --- a/generated/Rv/Analytics/UI/MainView/MaskEditor/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.MaskEditor.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.MainView.MaskEditor.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.MaskEditor.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.MaskEditor.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\MaskEditor\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/PresentationEditor.php b/generated/Rv/Analytics/UI/MainView/PresentationEditor.php deleted file mode 100644 index 3747017..0000000 --- a/generated/Rv/Analytics/UI/MainView/PresentationEditor.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.MainView.PresentationEditor - */ -class PresentationEditor extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\PresentationEditor\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PresentationEditor.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\PresentationEditor\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PresentationEditor.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\PresentationEditor\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\PresentationEditor\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/PresentationEditor/Shown.php b/generated/Rv/Analytics/UI/MainView/PresentationEditor/Shown.php deleted file mode 100644 index da3ead4..0000000 --- a/generated/Rv/Analytics/UI/MainView/PresentationEditor/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.PresentationEditor.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PresentationEditor.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PresentationEditor.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PresentationEditor.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\PresentationEditor\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/PropsEditor.php b/generated/Rv/Analytics/UI/MainView/PropsEditor.php deleted file mode 100644 index 2ce50e3..0000000 --- a/generated/Rv/Analytics/UI/MainView/PropsEditor.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.MainView.PropsEditor - */ -class PropsEditor extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\PropsEditor\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PropsEditor.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\PropsEditor\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PropsEditor.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\PropsEditor\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\PropsEditor\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/PropsEditor/Shown.php b/generated/Rv/Analytics/UI/MainView/PropsEditor/Shown.php deleted file mode 100644 index e4d6375..0000000 --- a/generated/Rv/Analytics/UI/MainView/PropsEditor/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.PropsEditor.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PropsEditor.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PropsEditor.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.PropsEditor.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\PropsEditor\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/ReflowEditor.php b/generated/Rv/Analytics/UI/MainView/ReflowEditor.php deleted file mode 100644 index db9043e..0000000 --- a/generated/Rv/Analytics/UI/MainView/ReflowEditor.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.MainView.ReflowEditor - */ -class ReflowEditor extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\ReflowEditor\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ReflowEditor.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\ReflowEditor\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ReflowEditor.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\ReflowEditor\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\ReflowEditor\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/ReflowEditor/Shown.php b/generated/Rv/Analytics/UI/MainView/ReflowEditor/Shown.php deleted file mode 100644 index 543d88e..0000000 --- a/generated/Rv/Analytics/UI/MainView/ReflowEditor/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.ReflowEditor.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ReflowEditor.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ReflowEditor.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ReflowEditor.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\ReflowEditor\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/ReflowEditor/Shown/Source.php b/generated/Rv/Analytics/UI/MainView/ReflowEditor/Shown/Source.php deleted file mode 100644 index f157cce..0000000 --- a/generated/Rv/Analytics/UI/MainView/ReflowEditor/Shown/Source.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.ReflowEditor.Shown.Source - */ -class Source -{ - /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; - */ - const SOURCE_UNKNOWN = 0; - /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; - */ - const SOURCE_TOOLBAR = 1; - /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 2; - */ - const SOURCE_APPLICATION_MENU = 2; - /** - * Generated from protobuf enum SOURCE_LIBRARY_CONTEXT_MENU = 3; - */ - const SOURCE_LIBRARY_CONTEXT_MENU = 3; - - private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_LIBRARY_CONTEXT_MENU => 'SOURCE_LIBRARY_CONTEXT_MENU', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/MainView/Show.php b/generated/Rv/Analytics/UI/MainView/Show.php deleted file mode 100644 index b497be1..0000000 --- a/generated/Rv/Analytics/UI/MainView/Show.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.MainView.Show - */ -class Show extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\Show\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Show.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\Show\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.Show.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\Show\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\Show\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/StageEditor.php b/generated/Rv/Analytics/UI/MainView/StageEditor.php deleted file mode 100644 index 4af04ee..0000000 --- a/generated/Rv/Analytics/UI/MainView/StageEditor.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.MainView.StageEditor - */ -class StageEditor extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\StageEditor\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.StageEditor.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\StageEditor\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.StageEditor.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\StageEditor\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\StageEditor\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/StageEditor/Shown.php b/generated/Rv/Analytics/UI/MainView/StageEditor/Shown.php deleted file mode 100644 index 25df2c0..0000000 --- a/generated/Rv/Analytics/UI/MainView/StageEditor/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.StageEditor.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.MainView.StageEditor.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.StageEditor.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.StageEditor.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\StageEditor\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/StageEditor/Shown/Source.php b/generated/Rv/Analytics/UI/MainView/StageEditor/Shown/Source.php deleted file mode 100644 index fb1ff1c..0000000 --- a/generated/Rv/Analytics/UI/MainView/StageEditor/Shown/Source.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.StageEditor.Shown.Source - */ -class Source -{ - /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; - */ - const SOURCE_UNKNOWN = 0; - /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; - */ - const SOURCE_TOOLBAR = 1; - /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 2; - */ - const SOURCE_APPLICATION_MENU = 2; - /** - * Generated from protobuf enum SOURCE_LOWER_RIGHT = 3; - */ - const SOURCE_LOWER_RIGHT = 3; - - private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_LOWER_RIGHT => 'SOURCE_LOWER_RIGHT', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/MainView/ThemeEditor.php b/generated/Rv/Analytics/UI/MainView/ThemeEditor.php deleted file mode 100644 index 605f5ea..0000000 --- a/generated/Rv/Analytics/UI/MainView/ThemeEditor.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.MainView.ThemeEditor - */ -class ThemeEditor extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\MainView\ThemeEditor\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ThemeEditor.Shown shown = 1; - * @return \Rv\Analytics\UI\MainView\ThemeEditor\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ThemeEditor.Shown shown = 1; - * @param \Rv\Analytics\UI\MainView\ThemeEditor\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\MainView\ThemeEditor\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/ThemeEditor/Shown.php b/generated/Rv/Analytics/UI/MainView/ThemeEditor/Shown.php deleted file mode 100644 index d2d5529..0000000 --- a/generated/Rv/Analytics/UI/MainView/ThemeEditor/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.MainView.ThemeEditor.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ThemeEditor.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ThemeEditor.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.MainView.ThemeEditor.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\MainView\ThemeEditor\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/MainView/ThemeEditor/Shown/Source.php b/generated/Rv/Analytics/UI/MainView/ThemeEditor/Shown/Source.php deleted file mode 100644 index c471e24..0000000 --- a/generated/Rv/Analytics/UI/MainView/ThemeEditor/Shown/Source.php +++ /dev/null @@ -1,54 +0,0 @@ -rv.analytics.UI.MainView.ThemeEditor.Shown.Source - */ -class Source -{ - /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; - */ - const SOURCE_UNKNOWN = 0; - /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; - */ - const SOURCE_TOOLBAR = 1; - /** - * Generated from protobuf enum SOURCE_THEME_CONTEXT_MENU = 2; - */ - const SOURCE_THEME_CONTEXT_MENU = 2; - - private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_THEME_CONTEXT_MENU => 'SOURCE_THEME_CONTEXT_MENU', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/Capture/Shown.php b/generated/Rv/Analytics/UI/MainViewBible.php similarity index 63% rename from generated/Rv/Analytics/UI/Capture/Shown.php rename to generated/Rv/Analytics/UI/MainViewBible.php index 100a661..4433b2f 100644 --- a/generated/Rv/Analytics/UI/Capture/Shown.php +++ b/generated/Rv/Analytics/UI/MainViewBible.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Capture; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Capture.Shown + * Generated from protobuf message rv.analytics.ui.MainViewBible */ -class Shown extends \Google\Protobuf\Internal\Message +class MainViewBible extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.Capture.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewBible.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Capture.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewBible.Source source = 1; * @return int */ public function getSource() @@ -43,13 +43,13 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Capture.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewBible.Source source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Capture\Shown\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewBible\Source::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/Show/SlideLabel/Change/Source.php b/generated/Rv/Analytics/UI/MainViewBible/Source.php similarity index 70% rename from generated/Rv/Analytics/UI/Show/SlideLabel/Change/Source.php rename to generated/Rv/Analytics/UI/MainViewBible/Source.php index 23702ed..54e8ae4 100644 --- a/generated/Rv/Analytics/UI/Show/SlideLabel/Change/Source.php +++ b/generated/Rv/Analytics/UI/MainViewBible/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Show\SlideLabel\Change; +namespace Rv\Analytics\Ui\MainViewBible; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.Show.SlideLabel.Change.Source + * Protobuf type rv.analytics.ui.MainViewBible.Source */ class Source { @@ -17,18 +17,18 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_CONTEXT_MENU = 1; + * Generated from protobuf enum TOOLBAR = 1; */ - const SOURCE_CONTEXT_MENU = 1; + const TOOLBAR = 1; /** - * Generated from protobuf enum SOURCE_POPOVER = 2; + * Generated from protobuf enum APPLICATION_MENU = 2; */ - const SOURCE_POPOVER = 2; + const APPLICATION_MENU = 2; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_CONTEXT_MENU => 'SOURCE_CONTEXT_MENU', - self::SOURCE_POPOVER => 'SOURCE_POPOVER', + self::TOOLBAR => 'TOOLBAR', + self::APPLICATION_MENU => 'APPLICATION_MENU', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/MainViewCopyrightEditor.php b/generated/Rv/Analytics/UI/MainViewCopyrightEditor.php new file mode 100644 index 0000000..fb929f4 --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewCopyrightEditor.php @@ -0,0 +1,59 @@ +rv.analytics.ui.MainViewCopyrightEditor + */ +class MainViewCopyrightEditor extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.MainViewCopyrightEditor.CopyrightSource source = 1; + */ + protected $source = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $source + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewCopyrightEditor.CopyrightSource source = 1; + * @return int + */ + public function getSource() + { + return $this->source; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewCopyrightEditor.CopyrightSource source = 1; + * @param int $var + * @return $this + */ + public function setSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewCopyrightEditor\CopyrightSource::class); + $this->source = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/MainViewCopyrightEditor/CopyrightSource.php b/generated/Rv/Analytics/UI/MainViewCopyrightEditor/CopyrightSource.php new file mode 100644 index 0000000..ae23ecd --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewCopyrightEditor/CopyrightSource.php @@ -0,0 +1,54 @@ +rv.analytics.ui.MainViewCopyrightEditor.CopyrightSource + */ +class CopyrightSource +{ + /** + * Generated from protobuf enum COPYRIGHT_SOURCE_UNKNOWN = 0; + */ + const COPYRIGHT_SOURCE_UNKNOWN = 0; + /** + * Generated from protobuf enum TOOLBAR = 1; + */ + const TOOLBAR = 1; + /** + * Generated from protobuf enum PREFERENCE = 2; + */ + const PREFERENCE = 2; + + private static $valueToName = [ + self::COPYRIGHT_SOURCE_UNKNOWN => 'COPYRIGHT_SOURCE_UNKNOWN', + self::TOOLBAR => 'TOOLBAR', + self::PREFERENCE => 'PREFERENCE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/MainViewMaskEditor.php b/generated/Rv/Analytics/UI/MainViewMaskEditor.php new file mode 100644 index 0000000..5ac6930 --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewMaskEditor.php @@ -0,0 +1,59 @@ +rv.analytics.ui.MainViewMaskEditor + */ +class MainViewMaskEditor extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.MainViewMaskEditor.MaskSource source = 1; + */ + protected $source = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $source + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewMaskEditor.MaskSource source = 1; + * @return int + */ + public function getSource() + { + return $this->source; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewMaskEditor.MaskSource source = 1; + * @param int $var + * @return $this + */ + public function setSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewMaskEditor\MaskSource::class); + $this->source = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/MainViewMaskEditor/MaskSource.php b/generated/Rv/Analytics/UI/MainViewMaskEditor/MaskSource.php new file mode 100644 index 0000000..97d7d9f --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewMaskEditor/MaskSource.php @@ -0,0 +1,54 @@ +rv.analytics.ui.MainViewMaskEditor.MaskSource + */ +class MaskSource +{ + /** + * Generated from protobuf enum MASK_SOURCE_UNKNOWN = 0; + */ + const MASK_SOURCE_UNKNOWN = 0; + /** + * Generated from protobuf enum TOOLBAR = 1; + */ + const TOOLBAR = 1; + /** + * Generated from protobuf enum LOOKS_WINDOW = 2; + */ + const LOOKS_WINDOW = 2; + + private static $valueToName = [ + self::MASK_SOURCE_UNKNOWN => 'MASK_SOURCE_UNKNOWN', + self::TOOLBAR => 'TOOLBAR', + self::LOOKS_WINDOW => 'LOOKS_WINDOW', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/MainViewPresentationEditor.php b/generated/Rv/Analytics/UI/MainViewPresentationEditor.php new file mode 100644 index 0000000..d9d9c4c --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewPresentationEditor.php @@ -0,0 +1,59 @@ +rv.analytics.ui.MainViewPresentationEditor + */ +class MainViewPresentationEditor extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.MainViewPresentationEditor.Source source = 1; + */ + protected $source = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $source + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewPresentationEditor.Source source = 1; + * @return int + */ + public function getSource() + { + return $this->source; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewPresentationEditor.Source source = 1; + * @param int $var + * @return $this + */ + public function setSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewPresentationEditor\Source::class); + $this->source = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/MainViewPresentationEditor/Source.php b/generated/Rv/Analytics/UI/MainViewPresentationEditor/Source.php new file mode 100644 index 0000000..73057dc --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewPresentationEditor/Source.php @@ -0,0 +1,59 @@ +rv.analytics.ui.MainViewPresentationEditor.Source + */ +class Source +{ + /** + * Generated from protobuf enum SOURCE_UNKNOWN = 0; + */ + const SOURCE_UNKNOWN = 0; + /** + * Generated from protobuf enum TOOLBAR = 1; + */ + const TOOLBAR = 1; + /** + * Generated from protobuf enum APPLICATION_MENU = 2; + */ + const APPLICATION_MENU = 2; + /** + * Generated from protobuf enum CONTEXT_MENU = 3; + */ + const CONTEXT_MENU = 3; + + private static $valueToName = [ + self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', + self::TOOLBAR => 'TOOLBAR', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::CONTEXT_MENU => 'CONTEXT_MENU', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/Editor/Overlay/Closed.php b/generated/Rv/Analytics/UI/MainViewPropsEditor.php similarity index 59% rename from generated/Rv/Analytics/UI/Editor/Overlay/Closed.php rename to generated/Rv/Analytics/UI/MainViewPropsEditor.php index dc371d8..89bfcaf 100644 --- a/generated/Rv/Analytics/UI/Editor/Overlay/Closed.php +++ b/generated/Rv/Analytics/UI/MainViewPropsEditor.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Editor\Overlay; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Editor.Overlay.Closed + * Generated from protobuf message rv.analytics.ui.MainViewPropsEditor */ -class Closed extends \Google\Protobuf\Internal\Message +class MainViewPropsEditor extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Closed.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewPropsEditor.PropsSource source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Closed extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Closed.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewPropsEditor.PropsSource source = 1; * @return int */ public function getSource() @@ -43,13 +43,13 @@ class Closed extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Closed.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewPropsEditor.PropsSource source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Editor\Overlay\Closed\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewPropsEditor\PropsSource::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainViewPropsEditor/PropsSource.php b/generated/Rv/Analytics/UI/MainViewPropsEditor/PropsSource.php new file mode 100644 index 0000000..335b57f --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewPropsEditor/PropsSource.php @@ -0,0 +1,54 @@ +rv.analytics.ui.MainViewPropsEditor.PropsSource + */ +class PropsSource +{ + /** + * Generated from protobuf enum PROPS_SOURCE_UNKNOWN = 0; + */ + const PROPS_SOURCE_UNKNOWN = 0; + /** + * Generated from protobuf enum TOOLBAR = 1; + */ + const TOOLBAR = 1; + /** + * Generated from protobuf enum LOWER_RIGHT = 2; + */ + const LOWER_RIGHT = 2; + + private static $valueToName = [ + self::PROPS_SOURCE_UNKNOWN => 'PROPS_SOURCE_UNKNOWN', + self::TOOLBAR => 'TOOLBAR', + self::LOWER_RIGHT => 'LOWER_RIGHT', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/Editor/Overlay/Shown.php b/generated/Rv/Analytics/UI/MainViewReflowEditor.php similarity index 60% rename from generated/Rv/Analytics/UI/Editor/Overlay/Shown.php rename to generated/Rv/Analytics/UI/MainViewReflowEditor.php index f8e2e05..92f3340 100644 --- a/generated/Rv/Analytics/UI/Editor/Overlay/Shown.php +++ b/generated/Rv/Analytics/UI/MainViewReflowEditor.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Editor\Overlay; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Editor.Overlay.Shown + * Generated from protobuf message rv.analytics.ui.MainViewReflowEditor */ -class Shown extends \Google\Protobuf\Internal\Message +class MainViewReflowEditor extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewReflowEditor.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewReflowEditor.Source source = 1; * @return int */ public function getSource() @@ -43,13 +43,13 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Editor.Overlay.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewReflowEditor.Source source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Editor\Overlay\Shown\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewReflowEditor\Source::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainViewReflowEditor/Source.php b/generated/Rv/Analytics/UI/MainViewReflowEditor/Source.php new file mode 100644 index 0000000..bccc6a4 --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewReflowEditor/Source.php @@ -0,0 +1,59 @@ +rv.analytics.ui.MainViewReflowEditor.Source + */ +class Source +{ + /** + * Generated from protobuf enum SOURCE_UNKNOWN = 0; + */ + const SOURCE_UNKNOWN = 0; + /** + * Generated from protobuf enum TOOLBAR = 1; + */ + const TOOLBAR = 1; + /** + * Generated from protobuf enum APPLICATION_MENU = 2; + */ + const APPLICATION_MENU = 2; + /** + * Generated from protobuf enum LIBRARY_CONTEXT_MENU = 3; + */ + const LIBRARY_CONTEXT_MENU = 3; + + private static $valueToName = [ + self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', + self::TOOLBAR => 'TOOLBAR', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::LIBRARY_CONTEXT_MENU => 'LIBRARY_CONTEXT_MENU', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/ClearGroups/Shown.php b/generated/Rv/Analytics/UI/MainViewShow.php similarity index 60% rename from generated/Rv/Analytics/UI/ClearGroups/Shown.php rename to generated/Rv/Analytics/UI/MainViewShow.php index 513e68c..f130bfb 100644 --- a/generated/Rv/Analytics/UI/ClearGroups/Shown.php +++ b/generated/Rv/Analytics/UI/MainViewShow.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\ClearGroups; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.ClearGroups.Shown + * Generated from protobuf message rv.analytics.ui.MainViewShow */ -class Shown extends \Google\Protobuf\Internal\Message +class MainViewShow extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewShow.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewShow.Source source = 1; * @return int */ public function getSource() @@ -43,13 +43,13 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.ClearGroups.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.MainViewShow.Source source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\ClearGroups\Shown\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewShow\Source::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/PropsEditor/Shown/Source.php b/generated/Rv/Analytics/UI/MainViewShow/Source.php similarity index 70% rename from generated/Rv/Analytics/UI/MainView/PropsEditor/Shown/Source.php rename to generated/Rv/Analytics/UI/MainViewShow/Source.php index 978b8fd..c847fa8 100644 --- a/generated/Rv/Analytics/UI/MainView/PropsEditor/Shown/Source.php +++ b/generated/Rv/Analytics/UI/MainViewShow/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\PropsEditor\Shown; +namespace Rv\Analytics\Ui\MainViewShow; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.PropsEditor.Shown.Source + * Protobuf type rv.analytics.ui.MainViewShow.Source */ class Source { @@ -17,18 +17,18 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; + * Generated from protobuf enum TOOLBAR = 1; */ - const SOURCE_TOOLBAR = 1; + const TOOLBAR = 1; /** - * Generated from protobuf enum SOURCE_LOWER_RIGHT = 2; + * Generated from protobuf enum APPLICATION_MENU = 2; */ - const SOURCE_LOWER_RIGHT = 2; + const APPLICATION_MENU = 2; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_LOWER_RIGHT => 'SOURCE_LOWER_RIGHT', + self::TOOLBAR => 'TOOLBAR', + self::APPLICATION_MENU => 'APPLICATION_MENU', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/MainViewStageEditor.php b/generated/Rv/Analytics/UI/MainViewStageEditor.php new file mode 100644 index 0000000..2bae004 --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewStageEditor.php @@ -0,0 +1,59 @@ +rv.analytics.ui.MainViewStageEditor + */ +class MainViewStageEditor extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.MainViewStageEditor.StageSource source = 1; + */ + protected $source = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $source + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewStageEditor.StageSource source = 1; + * @return int + */ + public function getSource() + { + return $this->source; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewStageEditor.StageSource source = 1; + * @param int $var + * @return $this + */ + public function setSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewStageEditor\StageSource::class); + $this->source = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/LowerRight/Timers/State/State.php b/generated/Rv/Analytics/UI/MainViewStageEditor/StageSource.php similarity index 55% rename from generated/Rv/Analytics/UI/LowerRight/Timers/State/State.php rename to generated/Rv/Analytics/UI/MainViewStageEditor/StageSource.php index 17ad109..23b5c00 100644 --- a/generated/Rv/Analytics/UI/LowerRight/Timers/State/State.php +++ b/generated/Rv/Analytics/UI/MainViewStageEditor/StageSource.php @@ -3,37 +3,37 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\LowerRight\Timers\State; +namespace Rv\Analytics\Ui\MainViewStageEditor; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.LowerRight.Timers.State.State + * Protobuf type rv.analytics.ui.MainViewStageEditor.StageSource */ -class State +class StageSource { /** - * Generated from protobuf enum STATE_UNKNOWN = 0; + * Generated from protobuf enum STAGE_SOURCE_UNKNOWN = 0; */ - const STATE_UNKNOWN = 0; + const STAGE_SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum STATE_START = 1; + * Generated from protobuf enum TOOLBAR = 1; */ - const STATE_START = 1; + const TOOLBAR = 1; /** - * Generated from protobuf enum STATE_STOP = 2; + * Generated from protobuf enum APPLICATION_MENU = 2; */ - const STATE_STOP = 2; + const APPLICATION_MENU = 2; /** - * Generated from protobuf enum STATE_RESET = 3; + * Generated from protobuf enum LOWER_RIGHT = 3; */ - const STATE_RESET = 3; + const LOWER_RIGHT = 3; private static $valueToName = [ - self::STATE_UNKNOWN => 'STATE_UNKNOWN', - self::STATE_START => 'STATE_START', - self::STATE_STOP => 'STATE_STOP', - self::STATE_RESET => 'STATE_RESET', + self::STAGE_SOURCE_UNKNOWN => 'STAGE_SOURCE_UNKNOWN', + self::TOOLBAR => 'TOOLBAR', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::LOWER_RIGHT => 'LOWER_RIGHT', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/MainViewThemeEditor.php b/generated/Rv/Analytics/UI/MainViewThemeEditor.php new file mode 100644 index 0000000..92473b0 --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewThemeEditor.php @@ -0,0 +1,59 @@ +rv.analytics.ui.MainViewThemeEditor + */ +class MainViewThemeEditor extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.MainViewThemeEditor.ThemeSource source = 1; + */ + protected $source = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $source + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewThemeEditor.ThemeSource source = 1; + * @return int + */ + public function getSource() + { + return $this->source; + } + + /** + * Generated from protobuf field .rv.analytics.ui.MainViewThemeEditor.ThemeSource source = 1; + * @param int $var + * @return $this + */ + public function setSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\MainViewThemeEditor\ThemeSource::class); + $this->source = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/MainViewThemeEditor/ThemeSource.php b/generated/Rv/Analytics/UI/MainViewThemeEditor/ThemeSource.php new file mode 100644 index 0000000..6487e7d --- /dev/null +++ b/generated/Rv/Analytics/UI/MainViewThemeEditor/ThemeSource.php @@ -0,0 +1,54 @@ +rv.analytics.ui.MainViewThemeEditor.ThemeSource + */ +class ThemeSource +{ + /** + * Generated from protobuf enum STAGE_SOURCE_UNKNOWN = 0; + */ + const STAGE_SOURCE_UNKNOWN = 0; + /** + * Generated from protobuf enum TOOLBAR = 1; + */ + const TOOLBAR = 1; + /** + * Generated from protobuf enum THEME_CONTEXT_MENU = 2; + */ + const THEME_CONTEXT_MENU = 2; + + private static $valueToName = [ + self::STAGE_SOURCE_UNKNOWN => 'STAGE_SOURCE_UNKNOWN', + self::TOOLBAR => 'TOOLBAR', + self::THEME_CONTEXT_MENU => 'THEME_CONTEXT_MENU', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/NetworkGroup.php b/generated/Rv/Analytics/UI/NetworkGroup.php deleted file mode 100644 index fd0c9b1..0000000 --- a/generated/Rv/Analytics/UI/NetworkGroup.php +++ /dev/null @@ -1,209 +0,0 @@ -rv.analytics.UI.NetworkGroup - */ -class NetworkGroup extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\NetworkGroup\Create $create - * @type \Rv\Analytics\UI\NetworkGroup\Add $add - * @type \Rv\Analytics\UI\NetworkGroup\Join $join - * @type \Rv\Analytics\UI\NetworkGroup\Invite $invite - * @type \Rv\Analytics\UI\NetworkGroup\Leave $leave - * @type \Rv\Analytics\UI\NetworkGroup\Remove $remove - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Create create = 1; - * @return \Rv\Analytics\UI\NetworkGroup\Create|null - */ - public function getCreate() - { - return $this->readOneof(1); - } - - public function hasCreate() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Create create = 1; - * @param \Rv\Analytics\UI\NetworkGroup\Create $var - * @return $this - */ - public function setCreate($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\NetworkGroup\Create::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Add add = 2; - * @return \Rv\Analytics\UI\NetworkGroup\Add|null - */ - public function getAdd() - { - return $this->readOneof(2); - } - - public function hasAdd() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Add add = 2; - * @param \Rv\Analytics\UI\NetworkGroup\Add $var - * @return $this - */ - public function setAdd($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\NetworkGroup\Add::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Join join = 3; - * @return \Rv\Analytics\UI\NetworkGroup\Join|null - */ - public function getJoin() - { - return $this->readOneof(3); - } - - public function hasJoin() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Join join = 3; - * @param \Rv\Analytics\UI\NetworkGroup\Join $var - * @return $this - */ - public function setJoin($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\NetworkGroup\Join::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Invite invite = 4; - * @return \Rv\Analytics\UI\NetworkGroup\Invite|null - */ - public function getInvite() - { - return $this->readOneof(4); - } - - public function hasInvite() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Invite invite = 4; - * @param \Rv\Analytics\UI\NetworkGroup\Invite $var - * @return $this - */ - public function setInvite($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\NetworkGroup\Invite::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Leave leave = 5; - * @return \Rv\Analytics\UI\NetworkGroup\Leave|null - */ - public function getLeave() - { - return $this->readOneof(5); - } - - public function hasLeave() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Leave leave = 5; - * @param \Rv\Analytics\UI\NetworkGroup\Leave $var - * @return $this - */ - public function setLeave($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\NetworkGroup\Leave::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Remove remove = 6; - * @return \Rv\Analytics\UI\NetworkGroup\Remove|null - */ - public function getRemove() - { - return $this->readOneof(6); - } - - public function hasRemove() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.UI.NetworkGroup.Remove remove = 6; - * @param \Rv\Analytics\UI\NetworkGroup\Remove $var - * @return $this - */ - public function setRemove($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\NetworkGroup\Remove::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/NetworkGroup/Create.php b/generated/Rv/Analytics/UI/NetworkGroup/Create.php deleted file mode 100644 index 966b91d..0000000 --- a/generated/Rv/Analytics/UI/NetworkGroup/Create.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.NetworkGroup.Create - */ -class Create extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/NetworkGroup/Invite.php b/generated/Rv/Analytics/UI/NetworkGroup/Invite.php deleted file mode 100644 index 54d2060..0000000 --- a/generated/Rv/Analytics/UI/NetworkGroup/Invite.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.NetworkGroup.Invite - */ -class Invite extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field bool did_accept = 1; - */ - protected $did_accept = false; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type bool $did_accept - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field bool did_accept = 1; - * @return bool - */ - public function getDidAccept() - { - return $this->did_accept; - } - - /** - * Generated from protobuf field bool did_accept = 1; - * @param bool $var - * @return $this - */ - public function setDidAccept($var) - { - GPBUtil::checkBool($var); - $this->did_accept = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/NetworkGroup/Leave.php b/generated/Rv/Analytics/UI/NetworkGroup/Leave.php deleted file mode 100644 index 2c3edb7..0000000 --- a/generated/Rv/Analytics/UI/NetworkGroup/Leave.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.NetworkGroup.Leave - */ -class Leave extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/NetworkGroup/Remove.php b/generated/Rv/Analytics/UI/NetworkGroup/Remove.php deleted file mode 100644 index 8b21674..0000000 --- a/generated/Rv/Analytics/UI/NetworkGroup/Remove.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.NetworkGroup.Remove - */ -class Remove extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/NetworkGroupAdd.php b/generated/Rv/Analytics/UI/NetworkGroupAdd.php new file mode 100644 index 0000000..e713eea --- /dev/null +++ b/generated/Rv/Analytics/UI/NetworkGroupAdd.php @@ -0,0 +1,32 @@ +rv.analytics.ui.NetworkGroupAdd + */ +class NetworkGroupAdd extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/NetworkGroupLeave.php b/generated/Rv/Analytics/UI/NetworkGroupLeave.php new file mode 100644 index 0000000..3a54ffa --- /dev/null +++ b/generated/Rv/Analytics/UI/NetworkGroupLeave.php @@ -0,0 +1,32 @@ +rv.analytics.ui.NetworkGroupLeave + */ +class NetworkGroupLeave extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/ClearGroups/Create.php b/generated/Rv/Analytics/UI/NetworkGroupRemove.php similarity index 75% rename from generated/Rv/Analytics/UI/ClearGroups/Create.php rename to generated/Rv/Analytics/UI/NetworkGroupRemove.php index b09b910..df5f936 100644 --- a/generated/Rv/Analytics/UI/ClearGroups/Create.php +++ b/generated/Rv/Analytics/UI/NetworkGroupRemove.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\ClearGroups; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.ClearGroups.Create + * Generated from protobuf message rv.analytics.ui.NetworkGroupRemove */ -class Create extends \Google\Protobuf\Internal\Message +class NetworkGroupRemove extends \Google\Protobuf\Internal\Message { /** diff --git a/generated/Rv/Analytics/UI/Placeholder.php b/generated/Rv/Analytics/UI/Placeholder.php deleted file mode 100644 index 9ea7405..0000000 --- a/generated/Rv/Analytics/UI/Placeholder.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.Placeholder - */ -class Placeholder extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Placeholder\Link $link - * @type \Rv\Analytics\UI\Placeholder\Unlink $unlink - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Link link = 1; - * @return \Rv\Analytics\UI\Placeholder\Link|null - */ - public function getLink() - { - return $this->readOneof(1); - } - - public function hasLink() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Link link = 1; - * @param \Rv\Analytics\UI\Placeholder\Link $var - * @return $this - */ - public function setLink($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Placeholder\Link::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Unlink unlink = 2; - * @return \Rv\Analytics\UI\Placeholder\Unlink|null - */ - public function getUnlink() - { - return $this->readOneof(2); - } - - public function hasUnlink() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Unlink unlink = 2; - * @param \Rv\Analytics\UI\Placeholder\Unlink $var - * @return $this - */ - public function setUnlink($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Placeholder\Unlink::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Placeholder/Unlink.php b/generated/Rv/Analytics/UI/Placeholder/Unlink.php deleted file mode 100644 index 28461d4..0000000 --- a/generated/Rv/Analytics/UI/Placeholder/Unlink.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.Placeholder.Unlink - */ -class Unlink extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/Placeholder/Link.php b/generated/Rv/Analytics/UI/PlaceholderLink.php similarity index 56% rename from generated/Rv/Analytics/UI/Placeholder/Link.php rename to generated/Rv/Analytics/UI/PlaceholderLink.php index ea7b92a..009f75b 100644 --- a/generated/Rv/Analytics/UI/Placeholder/Link.php +++ b/generated/Rv/Analytics/UI/PlaceholderLink.php @@ -3,23 +3,23 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Placeholder; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Placeholder.Link + * Generated from protobuf message rv.analytics.ui.PlaceholderLink */ -class Link extends \Google\Protobuf\Internal\Message +class PlaceholderLink extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Link.Type link_type = 1; + * Generated from protobuf field .rv.analytics.ui.PlaceholderLink.Type link_type = 1; */ protected $link_type = 0; /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Link.Source link_source = 2; + * Generated from protobuf field .rv.analytics.ui.PlaceholderLink.Source link_source = 2; */ protected $link_source = 0; @@ -39,7 +39,7 @@ class Link extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Link.Type link_type = 1; + * Generated from protobuf field .rv.analytics.ui.PlaceholderLink.Type link_type = 1; * @return int */ public function getLinkType() @@ -48,20 +48,20 @@ class Link extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Link.Type link_type = 1; + * Generated from protobuf field .rv.analytics.ui.PlaceholderLink.Type link_type = 1; * @param int $var * @return $this */ public function setLinkType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Placeholder\Link\Type::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\PlaceholderLink\Type::class); $this->link_type = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Link.Source link_source = 2; + * Generated from protobuf field .rv.analytics.ui.PlaceholderLink.Source link_source = 2; * @return int */ public function getLinkSource() @@ -70,13 +70,13 @@ class Link extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Placeholder.Link.Source link_source = 2; + * Generated from protobuf field .rv.analytics.ui.PlaceholderLink.Source link_source = 2; * @param int $var * @return $this */ public function setLinkSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Placeholder\Link\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\PlaceholderLink\Source::class); $this->link_source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/PresentationEditor/Shown/Source.php b/generated/Rv/Analytics/UI/PlaceholderLink/Source.php similarity index 56% rename from generated/Rv/Analytics/UI/MainView/PresentationEditor/Shown/Source.php rename to generated/Rv/Analytics/UI/PlaceholderLink/Source.php index aa70419..adba1d4 100644 --- a/generated/Rv/Analytics/UI/MainView/PresentationEditor/Shown/Source.php +++ b/generated/Rv/Analytics/UI/PlaceholderLink/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\PresentationEditor\Shown; +namespace Rv\Analytics\Ui\PlaceholderLink; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.PresentationEditor.Shown.Source + * Protobuf type rv.analytics.ui.PlaceholderLink.Source */ class Source { @@ -17,23 +17,33 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; + * Generated from protobuf enum QUICK_SEARCH = 1; */ - const SOURCE_TOOLBAR = 1; + const QUICK_SEARCH = 1; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 2; + * Generated from protobuf enum IMPORT_BUTTON = 2; */ - const SOURCE_APPLICATION_MENU = 2; + const IMPORT_BUTTON = 2; /** - * Generated from protobuf enum SOURCE_CONTEXT_MENU = 3; + * Generated from protobuf enum CREATE_BUTTON = 3; */ - const SOURCE_CONTEXT_MENU = 3; + const CREATE_BUTTON = 3; + /** + * Generated from protobuf enum DRAG_DROP = 4; + */ + const DRAG_DROP = 4; + /** + * Generated from protobuf enum AUTOMATIC = 5; + */ + const AUTOMATIC = 5; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_CONTEXT_MENU => 'SOURCE_CONTEXT_MENU', + self::QUICK_SEARCH => 'QUICK_SEARCH', + self::IMPORT_BUTTON => 'IMPORT_BUTTON', + self::CREATE_BUTTON => 'CREATE_BUTTON', + self::DRAG_DROP => 'DRAG_DROP', + self::AUTOMATIC => 'AUTOMATIC', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/Placeholder/Link/Type.php b/generated/Rv/Analytics/UI/PlaceholderLink/Type.php similarity index 63% rename from generated/Rv/Analytics/UI/Placeholder/Link/Type.php rename to generated/Rv/Analytics/UI/PlaceholderLink/Type.php index c3eff33..a461755 100644 --- a/generated/Rv/Analytics/UI/Placeholder/Link/Type.php +++ b/generated/Rv/Analytics/UI/PlaceholderLink/Type.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Placeholder\Link; +namespace Rv\Analytics\Ui\PlaceholderLink; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.Placeholder.Link.Type + * Protobuf type rv.analytics.ui.PlaceholderLink.Type */ class Type { @@ -17,23 +17,23 @@ class Type */ const TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum TYPE_PRESENTATION = 1; + * Generated from protobuf enum PRESENTATION = 1; */ - const TYPE_PRESENTATION = 1; + const PRESENTATION = 1; /** - * Generated from protobuf enum TYPE_MEDIA = 2; + * Generated from protobuf enum MEDIA = 2; */ - const TYPE_MEDIA = 2; + const MEDIA = 2; /** - * Generated from protobuf enum TYPE_EXTERNAL_PRESENTATION = 3; + * Generated from protobuf enum EXTERNAL_PRESENTATION = 3; */ - const TYPE_EXTERNAL_PRESENTATION = 3; + const EXTERNAL_PRESENTATION = 3; private static $valueToName = [ self::TYPE_UNKNOWN => 'TYPE_UNKNOWN', - self::TYPE_PRESENTATION => 'TYPE_PRESENTATION', - self::TYPE_MEDIA => 'TYPE_MEDIA', - self::TYPE_EXTERNAL_PRESENTATION => 'TYPE_EXTERNAL_PRESENTATION', + self::PRESENTATION => 'PRESENTATION', + self::MEDIA => 'MEDIA', + self::EXTERNAL_PRESENTATION => 'EXTERNAL_PRESENTATION', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/PlaceholderUnlink.php b/generated/Rv/Analytics/UI/PlaceholderUnlink.php new file mode 100644 index 0000000..e510e05 --- /dev/null +++ b/generated/Rv/Analytics/UI/PlaceholderUnlink.php @@ -0,0 +1,32 @@ +rv.analytics.ui.PlaceholderUnlink + */ +class PlaceholderUnlink extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/PlanningCenterLive.php b/generated/Rv/Analytics/UI/PlanningCenterLive.php index 01e7b1a..e68c3bb 100644 --- a/generated/Rv/Analytics/UI/PlanningCenterLive.php +++ b/generated/Rv/Analytics/UI/PlanningCenterLive.php @@ -3,18 +3,21 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.PlanningCenterLive + * Generated from protobuf message rv.analytics.ui.PlanningCenterLive */ class PlanningCenterLive extends \Google\Protobuf\Internal\Message { - protected $Component; + /** + * Generated from protobuf field .rv.analytics.ui.PlanningCenterLive.WindowType window_type = 1; + */ + protected $window_type = 0; /** * Constructor. @@ -22,7 +25,7 @@ class PlanningCenterLive extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\UI\PlanningCenterLive\Shown $shown + * @type int $window_type * } */ public function __construct($data = NULL) { @@ -31,39 +34,26 @@ class PlanningCenterLive extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive.Shown shown = 1; - * @return \Rv\Analytics\UI\PlanningCenterLive\Shown|null + * Generated from protobuf field .rv.analytics.ui.PlanningCenterLive.WindowType window_type = 1; + * @return int */ - public function getShown() + public function getWindowType() { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); + return $this->window_type; } /** - * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive.Shown shown = 1; - * @param \Rv\Analytics\UI\PlanningCenterLive\Shown $var + * Generated from protobuf field .rv.analytics.ui.PlanningCenterLive.WindowType window_type = 1; + * @param int $var * @return $this */ - public function setShown($var) + public function setWindowType($var) { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\PlanningCenterLive\Shown::class); - $this->writeOneof(1, $var); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\PlanningCenterLive\WindowType::class); + $this->window_type = $var; return $this; } - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - } diff --git a/generated/Rv/Analytics/UI/PlanningCenterLive/Shown.php b/generated/Rv/Analytics/UI/PlanningCenterLive/Shown.php deleted file mode 100644 index 1d314a7..0000000 --- a/generated/Rv/Analytics/UI/PlanningCenterLive/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.PlanningCenterLive.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive.Shown.WindowType window_type = 1; - */ - protected $window_type = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $window_type - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive.Shown.WindowType window_type = 1; - * @return int - */ - public function getWindowType() - { - return $this->window_type; - } - - /** - * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive.Shown.WindowType window_type = 1; - * @param int $var - * @return $this - */ - public function setWindowType($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\PlanningCenterLive\Shown\WindowType::class); - $this->window_type = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/PlanningCenterLive/Shown/WindowType.php b/generated/Rv/Analytics/UI/PlanningCenterLive/WindowType.php similarity index 69% rename from generated/Rv/Analytics/UI/PlanningCenterLive/Shown/WindowType.php rename to generated/Rv/Analytics/UI/PlanningCenterLive/WindowType.php index 26327cb..735f32a 100644 --- a/generated/Rv/Analytics/UI/PlanningCenterLive/Shown/WindowType.php +++ b/generated/Rv/Analytics/UI/PlanningCenterLive/WindowType.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\PlanningCenterLive\Shown; +namespace Rv\Analytics\Ui\PlanningCenterLive; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.PlanningCenterLive.Shown.WindowType + * Protobuf type rv.analytics.ui.PlanningCenterLive.WindowType */ class WindowType { @@ -17,18 +17,18 @@ class WindowType */ const WINDOW_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum WINDOW_TYPE_DOCKED = 1; + * Generated from protobuf enum DOCKED = 1; */ - const WINDOW_TYPE_DOCKED = 1; + const DOCKED = 1; /** - * Generated from protobuf enum WINDOW_TYPE_FLOATING = 2; + * Generated from protobuf enum FLOATING = 2; */ - const WINDOW_TYPE_FLOATING = 2; + const FLOATING = 2; private static $valueToName = [ self::WINDOW_TYPE_UNKNOWN => 'WINDOW_TYPE_UNKNOWN', - self::WINDOW_TYPE_DOCKED => 'WINDOW_TYPE_DOCKED', - self::WINDOW_TYPE_FLOATING => 'WINDOW_TYPE_FLOATING', + self::DOCKED => 'DOCKED', + self::FLOATING => 'FLOATING', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/Preferences.php b/generated/Rv/Analytics/UI/Preferences.php deleted file mode 100644 index ec61a22..0000000 --- a/generated/Rv/Analytics/UI/Preferences.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.Preferences - */ -class Preferences extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Preferences\CustomLogo $custom_logo - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Preferences.CustomLogo custom_logo = 1; - * @return \Rv\Analytics\UI\Preferences\CustomLogo|null - */ - public function getCustomLogo() - { - return $this->readOneof(1); - } - - public function hasCustomLogo() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Preferences.CustomLogo custom_logo = 1; - * @param \Rv\Analytics\UI\Preferences\CustomLogo $var - * @return $this - */ - public function setCustomLogo($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Preferences\CustomLogo::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/PreviewArea.php b/generated/Rv/Analytics/UI/PreviewArea.php deleted file mode 100644 index e88f51b..0000000 --- a/generated/Rv/Analytics/UI/PreviewArea.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.PreviewArea - */ -class PreviewArea extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\PreviewArea\ClearGroups $clear_groups - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.PreviewArea.ClearGroups clear_groups = 1; - * @return \Rv\Analytics\UI\PreviewArea\ClearGroups|null - */ - public function getClearGroups() - { - return $this->readOneof(1); - } - - public function hasClearGroups() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.PreviewArea.ClearGroups clear_groups = 1; - * @param \Rv\Analytics\UI\PreviewArea\ClearGroups $var - * @return $this - */ - public function setClearGroups($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\PreviewArea\ClearGroups::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/PreviewArea/ClearGroups.php b/generated/Rv/Analytics/UI/PreviewArea/ClearGroups.php deleted file mode 100644 index 10744a2..0000000 --- a/generated/Rv/Analytics/UI/PreviewArea/ClearGroups.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.PreviewArea.ClearGroups - */ -class ClearGroups extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\PreviewArea\ClearGroups\Trigger $trigger - * @type \Rv\Analytics\UI\PreviewArea\ClearGroups\Changed $changed - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.PreviewArea.ClearGroups.Trigger trigger = 1; - * @return \Rv\Analytics\UI\PreviewArea\ClearGroups\Trigger|null - */ - public function getTrigger() - { - return $this->readOneof(1); - } - - public function hasTrigger() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.PreviewArea.ClearGroups.Trigger trigger = 1; - * @param \Rv\Analytics\UI\PreviewArea\ClearGroups\Trigger $var - * @return $this - */ - public function setTrigger($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\PreviewArea\ClearGroups\Trigger::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.PreviewArea.ClearGroups.Changed changed = 2; - * @return \Rv\Analytics\UI\PreviewArea\ClearGroups\Changed|null - */ - public function getChanged() - { - return $this->readOneof(2); - } - - public function hasChanged() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.PreviewArea.ClearGroups.Changed changed = 2; - * @param \Rv\Analytics\UI\PreviewArea\ClearGroups\Changed $var - * @return $this - */ - public function setChanged($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\PreviewArea\ClearGroups\Changed::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/PreviewArea/ClearGroups/Trigger.php b/generated/Rv/Analytics/UI/PreviewArea/ClearGroups/Trigger.php deleted file mode 100644 index d5f3731..0000000 --- a/generated/Rv/Analytics/UI/PreviewArea/ClearGroups/Trigger.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.PreviewArea.ClearGroups.Trigger - */ -class Trigger extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/PreviewArea/ClearGroups/Changed.php b/generated/Rv/Analytics/UI/PreviewAreaClearGroupsChanged.php similarity index 84% rename from generated/Rv/Analytics/UI/PreviewArea/ClearGroups/Changed.php rename to generated/Rv/Analytics/UI/PreviewAreaClearGroupsChanged.php index 3e9fe37..479ff55 100644 --- a/generated/Rv/Analytics/UI/PreviewArea/ClearGroups/Changed.php +++ b/generated/Rv/Analytics/UI/PreviewAreaClearGroupsChanged.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\PreviewArea\ClearGroups; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.PreviewArea.ClearGroups.Changed + * Generated from protobuf message rv.analytics.ui.PreviewAreaClearGroupsChanged */ -class Changed extends \Google\Protobuf\Internal\Message +class PreviewAreaClearGroupsChanged extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 count = 1; diff --git a/generated/Rv/Analytics/UI/PreviewAreaClearGroupsTrigger.php b/generated/Rv/Analytics/UI/PreviewAreaClearGroupsTrigger.php new file mode 100644 index 0000000..8061533 --- /dev/null +++ b/generated/Rv/Analytics/UI/PreviewAreaClearGroupsTrigger.php @@ -0,0 +1,32 @@ +rv.analytics.ui.PreviewAreaClearGroupsTrigger + */ +class PreviewAreaClearGroupsTrigger extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/QuickSearch.php b/generated/Rv/Analytics/UI/QuickSearch.php deleted file mode 100644 index 46e2424..0000000 --- a/generated/Rv/Analytics/UI/QuickSearch.php +++ /dev/null @@ -1,125 +0,0 @@ -rv.analytics.UI.QuickSearch - */ -class QuickSearch extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\QuickSearch\Shown $shown - * @type \Rv\Analytics\UI\QuickSearch\Search $search - * @type \Rv\Analytics\UI\QuickSearch\OpenItems $open_items - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Shown shown = 1; - * @return \Rv\Analytics\UI\QuickSearch\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Shown shown = 1; - * @param \Rv\Analytics\UI\QuickSearch\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\QuickSearch\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Search search = 2; - * @return \Rv\Analytics\UI\QuickSearch\Search|null - */ - public function getSearch() - { - return $this->readOneof(2); - } - - public function hasSearch() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Search search = 2; - * @param \Rv\Analytics\UI\QuickSearch\Search $var - * @return $this - */ - public function setSearch($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\QuickSearch\Search::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.OpenItems open_items = 3; - * @return \Rv\Analytics\UI\QuickSearch\OpenItems|null - */ - public function getOpenItems() - { - return $this->readOneof(3); - } - - public function hasOpenItems() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.OpenItems open_items = 3; - * @param \Rv\Analytics\UI\QuickSearch\OpenItems $var - * @return $this - */ - public function setOpenItems($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\QuickSearch\OpenItems::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/QuickSearch/OpenItems/Source.php b/generated/Rv/Analytics/UI/QuickSearch/OpenItems/Source.php deleted file mode 100644 index ae36db3..0000000 --- a/generated/Rv/Analytics/UI/QuickSearch/OpenItems/Source.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.QuickSearch.OpenItems.Source - */ -class Source -{ - /** - * Generated from protobuf enum SOURCE_UNKNOWN = 0; - */ - const SOURCE_UNKNOWN = 0; - /** - * Generated from protobuf enum SOURCE_LIBRARY = 1; - */ - const SOURCE_LIBRARY = 1; - /** - * Generated from protobuf enum SOURCE_SONG_SELECT = 2; - */ - const SOURCE_SONG_SELECT = 2; - /** - * Generated from protobuf enum SOURCE_MULTI_TRACKS = 3; - */ - const SOURCE_MULTI_TRACKS = 3; - - private static $valueToName = [ - self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_LIBRARY => 'SOURCE_LIBRARY', - self::SOURCE_SONG_SELECT => 'SOURCE_SONG_SELECT', - self::SOURCE_MULTI_TRACKS => 'SOURCE_MULTI_TRACKS', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/QuickSearch/OpenItems.php b/generated/Rv/Analytics/UI/QuickSearchOpenItems.php similarity index 64% rename from generated/Rv/Analytics/UI/QuickSearch/OpenItems.php rename to generated/Rv/Analytics/UI/QuickSearchOpenItems.php index 971e7c5..dc26a98 100644 --- a/generated/Rv/Analytics/UI/QuickSearch/OpenItems.php +++ b/generated/Rv/Analytics/UI/QuickSearchOpenItems.php @@ -3,23 +3,23 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\QuickSearch; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.QuickSearch.OpenItems + * Generated from protobuf message rv.analytics.ui.QuickSearchOpenItems */ -class OpenItems extends \Google\Protobuf\Internal\Message +class QuickSearchOpenItems extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.OpenItems.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.QuickSearchOpenItems.Source source = 1; */ protected $source = 0; /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.OpenItems.Style style = 2; + * Generated from protobuf field .rv.analytics.ui.QuickSearchOpenItems.Style style = 2; */ protected $style = 0; /** @@ -44,7 +44,7 @@ class OpenItems extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.OpenItems.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.QuickSearchOpenItems.Source source = 1; * @return int */ public function getSource() @@ -53,20 +53,20 @@ class OpenItems extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.OpenItems.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.QuickSearchOpenItems.Source source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\QuickSearch\OpenItems\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\QuickSearchOpenItems\Source::class); $this->source = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.OpenItems.Style style = 2; + * Generated from protobuf field .rv.analytics.ui.QuickSearchOpenItems.Style style = 2; * @return int */ public function getStyle() @@ -75,13 +75,13 @@ class OpenItems extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.OpenItems.Style style = 2; + * Generated from protobuf field .rv.analytics.ui.QuickSearchOpenItems.Style style = 2; * @param int $var * @return $this */ public function setStyle($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\QuickSearch\OpenItems\Style::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\QuickSearchOpenItems\Style::class); $this->style = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/CopyrightEditor/Shown/Source.php b/generated/Rv/Analytics/UI/QuickSearchOpenItems/Source.php similarity index 66% rename from generated/Rv/Analytics/UI/MainView/CopyrightEditor/Shown/Source.php rename to generated/Rv/Analytics/UI/QuickSearchOpenItems/Source.php index b1dd93f..13af139 100644 --- a/generated/Rv/Analytics/UI/MainView/CopyrightEditor/Shown/Source.php +++ b/generated/Rv/Analytics/UI/QuickSearchOpenItems/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\CopyrightEditor\Shown; +namespace Rv\Analytics\Ui\QuickSearchOpenItems; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.CopyrightEditor.Shown.Source + * Protobuf type rv.analytics.ui.QuickSearchOpenItems.Source */ class Source { @@ -17,18 +17,23 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; + * Generated from protobuf enum LIBRARY = 1; */ - const SOURCE_TOOLBAR = 1; + const LIBRARY = 1; /** - * Generated from protobuf enum SOURCE_PREFERENCE = 2; + * Generated from protobuf enum SONG_SELECT = 2; */ - const SOURCE_PREFERENCE = 2; + const SONG_SELECT = 2; + /** + * Generated from protobuf enum MULTI_TRACKS = 3; + */ + const MULTI_TRACKS = 3; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_PREFERENCE => 'SOURCE_PREFERENCE', + self::LIBRARY => 'LIBRARY', + self::SONG_SELECT => 'SONG_SELECT', + self::MULTI_TRACKS => 'MULTI_TRACKS', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/QuickSearch/OpenItems/Style.php b/generated/Rv/Analytics/UI/QuickSearchOpenItems/Style.php similarity index 72% rename from generated/Rv/Analytics/UI/QuickSearch/OpenItems/Style.php rename to generated/Rv/Analytics/UI/QuickSearchOpenItems/Style.php index 1928c63..63b3ccf 100644 --- a/generated/Rv/Analytics/UI/QuickSearch/OpenItems/Style.php +++ b/generated/Rv/Analytics/UI/QuickSearchOpenItems/Style.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\QuickSearch\OpenItems; +namespace Rv\Analytics\Ui\QuickSearchOpenItems; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.QuickSearch.OpenItems.Style + * Protobuf type rv.analytics.ui.QuickSearchOpenItems.Style */ class Style { @@ -21,19 +21,19 @@ class Style */ const STYLE_RETURN_KEY = 1; /** - * Generated from protobuf enum STYLE_COMMAND_RETURN_KEY = 2; + * Generated from protobuf enum COMMAND_RETURN_KEY = 2; */ - const STYLE_COMMAND_RETURN_KEY = 2; + const COMMAND_RETURN_KEY = 2; /** - * Generated from protobuf enum STYLE_DRAG_DROP = 3; + * Generated from protobuf enum DRAG_DROP = 3; */ - const STYLE_DRAG_DROP = 3; + const DRAG_DROP = 3; private static $valueToName = [ self::STYLE_UNKNOWN => 'STYLE_UNKNOWN', self::STYLE_RETURN_KEY => 'STYLE_RETURN_KEY', - self::STYLE_COMMAND_RETURN_KEY => 'STYLE_COMMAND_RETURN_KEY', - self::STYLE_DRAG_DROP => 'STYLE_DRAG_DROP', + self::COMMAND_RETURN_KEY => 'COMMAND_RETURN_KEY', + self::DRAG_DROP => 'DRAG_DROP', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/QuickSearch/Shown.php b/generated/Rv/Analytics/UI/QuickSearchSearch.php similarity index 60% rename from generated/Rv/Analytics/UI/QuickSearch/Shown.php rename to generated/Rv/Analytics/UI/QuickSearchSearch.php index e3fb9fb..47348fe 100644 --- a/generated/Rv/Analytics/UI/QuickSearch/Shown.php +++ b/generated/Rv/Analytics/UI/QuickSearchSearch.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\QuickSearch; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.QuickSearch.Shown + * Generated from protobuf message rv.analytics.ui.QuickSearchSearch */ -class Shown extends \Google\Protobuf\Internal\Message +class QuickSearchSearch extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.QuickSearchSearch.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.QuickSearchSearch.Source source = 1; * @return int */ public function getSource() @@ -43,13 +43,13 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.QuickSearch.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.QuickSearchSearch.Source source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\QuickSearch\Shown\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\QuickSearchSearch\Source::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/ScreenConfiguration/Shown/Source.php b/generated/Rv/Analytics/UI/QuickSearchSearch/Source.php similarity index 66% rename from generated/Rv/Analytics/UI/ScreenConfiguration/Shown/Source.php rename to generated/Rv/Analytics/UI/QuickSearchSearch/Source.php index d03df4c..9cf7915 100644 --- a/generated/Rv/Analytics/UI/ScreenConfiguration/Shown/Source.php +++ b/generated/Rv/Analytics/UI/QuickSearchSearch/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\ScreenConfiguration\Shown; +namespace Rv\Analytics\Ui\QuickSearchSearch; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.ScreenConfiguration.Shown.Source + * Protobuf type rv.analytics.ui.QuickSearchSearch.Source */ class Source { @@ -17,18 +17,23 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 1; + * Generated from protobuf enum LIBRARY = 1; */ - const SOURCE_APPLICATION_MENU = 1; + const LIBRARY = 1; /** - * Generated from protobuf enum SOURCE_STAGE = 2; + * Generated from protobuf enum SONG_SELECT = 2; */ - const SOURCE_STAGE = 2; + const SONG_SELECT = 2; + /** + * Generated from protobuf enum MULTI_TRACKS = 3; + */ + const MULTI_TRACKS = 3; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_STAGE => 'SOURCE_STAGE', + self::LIBRARY => 'LIBRARY', + self::SONG_SELECT => 'SONG_SELECT', + self::MULTI_TRACKS => 'MULTI_TRACKS', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/QuickSearchShown.php b/generated/Rv/Analytics/UI/QuickSearchShown.php new file mode 100644 index 0000000..999c511 --- /dev/null +++ b/generated/Rv/Analytics/UI/QuickSearchShown.php @@ -0,0 +1,59 @@ +rv.analytics.ui.QuickSearchShown + */ +class QuickSearchShown extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchShown.Source source = 1; + */ + protected $source = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $source + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchShown.Source source = 1; + * @return int + */ + public function getSource() + { + return $this->source; + } + + /** + * Generated from protobuf field .rv.analytics.ui.QuickSearchShown.Source source = 1; + * @param int $var + * @return $this + */ + public function setSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\QuickSearchShown\Source::class); + $this->source = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/MainView/MaskEditor/Shown/Source.php b/generated/Rv/Analytics/UI/QuickSearchShown/Source.php similarity index 65% rename from generated/Rv/Analytics/UI/MainView/MaskEditor/Shown/Source.php rename to generated/Rv/Analytics/UI/QuickSearchShown/Source.php index f360d2b..2e81cdc 100644 --- a/generated/Rv/Analytics/UI/MainView/MaskEditor/Shown/Source.php +++ b/generated/Rv/Analytics/UI/QuickSearchShown/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\MaskEditor\Shown; +namespace Rv\Analytics\Ui\QuickSearchShown; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.MaskEditor.Shown.Source + * Protobuf type rv.analytics.ui.QuickSearchShown.Source */ class Source { @@ -17,18 +17,23 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; + * Generated from protobuf enum APPLICATION_MENU = 1; */ - const SOURCE_TOOLBAR = 1; + const APPLICATION_MENU = 1; /** - * Generated from protobuf enum SOURCE_LOOKS_WINDOW = 2; + * Generated from protobuf enum TOOLBAR = 2; */ - const SOURCE_LOOKS_WINDOW = 2; + const TOOLBAR = 2; + /** + * Generated from protobuf enum UNLINKED_HEADER = 3; + */ + const UNLINKED_HEADER = 3; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_LOOKS_WINDOW => 'SOURCE_LOOKS_WINDOW', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::TOOLBAR => 'TOOLBAR', + self::UNLINKED_HEADER => 'UNLINKED_HEADER', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/ScreenConfiguration.php b/generated/Rv/Analytics/UI/ScreenConfiguration.php deleted file mode 100644 index 3300d3e..0000000 --- a/generated/Rv/Analytics/UI/ScreenConfiguration.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.ScreenConfiguration - */ -class ScreenConfiguration extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\ScreenConfiguration\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ScreenConfiguration.Shown shown = 1; - * @return \Rv\Analytics\UI\ScreenConfiguration\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ScreenConfiguration.Shown shown = 1; - * @param \Rv\Analytics\UI\ScreenConfiguration\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\ScreenConfiguration\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/ScreenConfiguration/Shown.php b/generated/Rv/Analytics/UI/ScreenConfiguration/Shown.php deleted file mode 100644 index 644f88c..0000000 --- a/generated/Rv/Analytics/UI/ScreenConfiguration/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.ScreenConfiguration.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.ScreenConfiguration.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.ScreenConfiguration.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.ScreenConfiguration.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\ScreenConfiguration\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/TextInspector/SelectionMode.php b/generated/Rv/Analytics/UI/SelectionMode.php similarity index 70% rename from generated/Rv/Analytics/UI/TextInspector/SelectionMode.php rename to generated/Rv/Analytics/UI/SelectionMode.php index 438d5f3..e8cbd3c 100644 --- a/generated/Rv/Analytics/UI/TextInspector/SelectionMode.php +++ b/generated/Rv/Analytics/UI/SelectionMode.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TextInspector; +namespace Rv\Analytics\Ui; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.TextInspector.SelectionMode + * Protobuf type rv.analytics.ui.SelectionMode */ class SelectionMode { @@ -17,18 +17,18 @@ class SelectionMode */ const SELECTION_MODE_UNKNOWN = 0; /** - * Generated from protobuf enum SELECTION_MODE_OBJECT = 1; + * Generated from protobuf enum OBJECT = 1; */ - const SELECTION_MODE_OBJECT = 1; + const OBJECT = 1; /** - * Generated from protobuf enum SELECTION_MODE_RANGE = 2; + * Generated from protobuf enum RANGE = 2; */ - const SELECTION_MODE_RANGE = 2; + const RANGE = 2; private static $valueToName = [ self::SELECTION_MODE_UNKNOWN => 'SELECTION_MODE_UNKNOWN', - self::SELECTION_MODE_OBJECT => 'SELECTION_MODE_OBJECT', - self::SELECTION_MODE_RANGE => 'SELECTION_MODE_RANGE', + self::OBJECT => 'OBJECT', + self::RANGE => 'RANGE', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/Preferences/CustomLogo.php b/generated/Rv/Analytics/UI/SettingsCustomLogo.php similarity index 86% rename from generated/Rv/Analytics/UI/Preferences/CustomLogo.php rename to generated/Rv/Analytics/UI/SettingsCustomLogo.php index d46dcb8..0d36d05 100644 --- a/generated/Rv/Analytics/UI/Preferences/CustomLogo.php +++ b/generated/Rv/Analytics/UI/SettingsCustomLogo.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Preferences; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Preferences.CustomLogo + * Generated from protobuf message rv.analytics.ui.SettingsCustomLogo */ -class CustomLogo extends \Google\Protobuf\Internal\Message +class SettingsCustomLogo extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool has_logo = 1; diff --git a/generated/Rv/Analytics/UI/Show.php b/generated/Rv/Analytics/UI/Show.php deleted file mode 100644 index 24a75e0..0000000 --- a/generated/Rv/Analytics/UI/Show.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.Show - */ -class Show extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Show\SlideLabel $slide_label - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel slide_label = 1; - * @return \Rv\Analytics\UI\Show\SlideLabel|null - */ - public function getSlideLabel() - { - return $this->readOneof(1); - } - - public function hasSlideLabel() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel slide_label = 1; - * @param \Rv\Analytics\UI\Show\SlideLabel $var - * @return $this - */ - public function setSlideLabel($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Show\SlideLabel::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Show/SlideLabel.php b/generated/Rv/Analytics/UI/Show/SlideLabel.php deleted file mode 100644 index 5719198..0000000 --- a/generated/Rv/Analytics/UI/Show/SlideLabel.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.Show.SlideLabel - */ -class SlideLabel extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Show\SlideLabel\Shown $shown - * @type \Rv\Analytics\UI\Show\SlideLabel\Change $change - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel.Shown shown = 1; - * @return \Rv\Analytics\UI\Show\SlideLabel\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel.Shown shown = 1; - * @param \Rv\Analytics\UI\Show\SlideLabel\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Show\SlideLabel\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel.Change change = 2; - * @return \Rv\Analytics\UI\Show\SlideLabel\Change|null - */ - public function getChange() - { - return $this->readOneof(2); - } - - public function hasChange() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel.Change change = 2; - * @param \Rv\Analytics\UI\Show\SlideLabel\Change $var - * @return $this - */ - public function setChange($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Show\SlideLabel\Change::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Show/SlideLabel/Shown.php b/generated/Rv/Analytics/UI/Show/SlideLabel/Shown.php deleted file mode 100644 index d15a32a..0000000 --- a/generated/Rv/Analytics/UI/Show/SlideLabel/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.Show.SlideLabel.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/ShowSlideLabel.php b/generated/Rv/Analytics/UI/ShowSlideLabel.php new file mode 100644 index 0000000..27e95bc --- /dev/null +++ b/generated/Rv/Analytics/UI/ShowSlideLabel.php @@ -0,0 +1,32 @@ +rv.analytics.ui.ShowSlideLabel + */ +class ShowSlideLabel extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/Show/SlideLabel/Change.php b/generated/Rv/Analytics/UI/ShowSlideLabelChange.php similarity index 72% rename from generated/Rv/Analytics/UI/Show/SlideLabel/Change.php rename to generated/Rv/Analytics/UI/ShowSlideLabelChange.php index bf76934..c775cfd 100644 --- a/generated/Rv/Analytics/UI/Show/SlideLabel/Change.php +++ b/generated/Rv/Analytics/UI/ShowSlideLabelChange.php @@ -3,23 +3,23 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Show\SlideLabel; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Show.SlideLabel.Change + * Generated from protobuf message rv.analytics.ui.ShowSlideLabelChange */ -class Change extends \Google\Protobuf\Internal\Message +class ShowSlideLabelChange extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 number_of_slides = 1; */ protected $number_of_slides = 0; /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel.Change.Source source = 2; + * Generated from protobuf field .rv.analytics.ui.ShowSlideLabelChange.Source source = 2; */ protected $source = 0; @@ -61,7 +61,7 @@ class Change extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel.Change.Source source = 2; + * Generated from protobuf field .rv.analytics.ui.ShowSlideLabelChange.Source source = 2; * @return int */ public function getSource() @@ -70,13 +70,13 @@ class Change extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Show.SlideLabel.Change.Source source = 2; + * Generated from protobuf field .rv.analytics.ui.ShowSlideLabelChange.Source source = 2; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Show\SlideLabel\Change\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\ShowSlideLabelChange\Source::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/MainView/Bible/Shown/Source.php b/generated/Rv/Analytics/UI/ShowSlideLabelChange/Source.php similarity index 70% rename from generated/Rv/Analytics/UI/MainView/Bible/Shown/Source.php rename to generated/Rv/Analytics/UI/ShowSlideLabelChange/Source.php index f935b7f..dd57ec2 100644 --- a/generated/Rv/Analytics/UI/MainView/Bible/Shown/Source.php +++ b/generated/Rv/Analytics/UI/ShowSlideLabelChange/Source.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\MainView\Bible\Shown; +namespace Rv\Analytics\Ui\ShowSlideLabelChange; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.MainView.Bible.Shown.Source + * Protobuf type rv.analytics.ui.ShowSlideLabelChange.Source */ class Source { @@ -17,18 +17,18 @@ class Source */ const SOURCE_UNKNOWN = 0; /** - * Generated from protobuf enum SOURCE_TOOLBAR = 1; + * Generated from protobuf enum CONTEXT_MENU = 1; */ - const SOURCE_TOOLBAR = 1; + const CONTEXT_MENU = 1; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 2; + * Generated from protobuf enum POPOVER = 2; */ - const SOURCE_APPLICATION_MENU = 2; + const POPOVER = 2; private static $valueToName = [ self::SOURCE_UNKNOWN => 'SOURCE_UNKNOWN', - self::SOURCE_TOOLBAR => 'SOURCE_TOOLBAR', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', + self::CONTEXT_MENU => 'CONTEXT_MENU', + self::POPOVER => 'POPOVER', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/TestPattern.php b/generated/Rv/Analytics/UI/TestPattern.php deleted file mode 100644 index 5f12c86..0000000 --- a/generated/Rv/Analytics/UI/TestPattern.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.TestPattern - */ -class TestPattern extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\TestPattern\Shown $shown - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TestPattern.Shown shown = 1; - * @return \Rv\Analytics\UI\TestPattern\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TestPattern.Shown shown = 1; - * @param \Rv\Analytics\UI\TestPattern\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TestPattern\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/TestPattern/Shown.php b/generated/Rv/Analytics/UI/TestPattern/Shown.php deleted file mode 100644 index e903d42..0000000 --- a/generated/Rv/Analytics/UI/TestPattern/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.TestPattern.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.TestPattern.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TestPattern.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.TestPattern.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\TestPattern\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/TestPatterns.php b/generated/Rv/Analytics/UI/TestPatterns.php new file mode 100644 index 0000000..3cdf022 --- /dev/null +++ b/generated/Rv/Analytics/UI/TestPatterns.php @@ -0,0 +1,59 @@ +rv.analytics.ui.TestPatterns + */ +class TestPatterns extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.TestPatterns.Source source = 1; + */ + protected $source = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $source + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.TestPatterns.Source source = 1; + * @return int + */ + public function getSource() + { + return $this->source; + } + + /** + * Generated from protobuf field .rv.analytics.ui.TestPatterns.Source source = 1; + * @param int $var + * @return $this + */ + public function setSource($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\TestPatterns\Source::class); + $this->source = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Shown/Source.php b/generated/Rv/Analytics/UI/TestPatterns/Source.php similarity index 64% rename from generated/Rv/Analytics/UI/WelcomeToProPresenter/Shown/Source.php rename to generated/Rv/Analytics/UI/TestPatterns/Source.php index e85805a..2a32ac5 100644 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Shown/Source.php +++ b/generated/Rv/Analytics/UI/TestPatterns/Source.php @@ -3,27 +3,27 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\WelcomeToProPresenter\Shown; +namespace Rv\Analytics\Ui\TestPatterns; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.WelcomeToProPresenter.Shown.Source + * Protobuf type rv.analytics.ui.TestPatterns.Source */ class Source { /** - * Generated from protobuf enum SOURCE_FIRST_LAUNCH = 0; + * Generated from protobuf enum APPLICATION_MENU = 0; */ - const SOURCE_FIRST_LAUNCH = 0; + const APPLICATION_MENU = 0; /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 1; + * Generated from protobuf enum SCREEN_CONFIGURATION = 1; */ - const SOURCE_APPLICATION_MENU = 1; + const SCREEN_CONFIGURATION = 1; private static $valueToName = [ - self::SOURCE_FIRST_LAUNCH => 'SOURCE_FIRST_LAUNCH', - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', + self::APPLICATION_MENU => 'APPLICATION_MENU', + self::SCREEN_CONFIGURATION => 'SCREEN_CONFIGURATION', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/TextInspector.php b/generated/Rv/Analytics/UI/TextInspector.php index e8294f5..e62414e 100644 --- a/generated/Rv/Analytics/UI/TextInspector.php +++ b/generated/Rv/Analytics/UI/TextInspector.php @@ -3,18 +3,17 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.TextInspector + * Generated from protobuf message rv.analytics.ui.TextInspector */ class TextInspector extends \Google\Protobuf\Internal\Message { - protected $Component; /** * Constructor. @@ -22,12 +21,6 @@ class TextInspector extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type \Rv\Analytics\UI\TextInspector\Shown $shown - * @type \Rv\Analytics\UI\TextInspector\Foreground $foreground - * @type \Rv\Analytics\UI\TextInspector\UnderlineColor $underline_color - * @type \Rv\Analytics\UI\TextInspector\BackgroundColor $background_color - * @type \Rv\Analytics\UI\TextInspector\ScrollingText $scrolling_text - * @type \Rv\Analytics\UI\TextInspector\LineTransform $line_transform * } */ public function __construct($data = NULL) { @@ -35,175 +28,5 @@ class TextInspector extends \Google\Protobuf\Internal\Message parent::__construct($data); } - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.Shown shown = 1; - * @return \Rv\Analytics\UI\TextInspector\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.Shown shown = 1; - * @param \Rv\Analytics\UI\TextInspector\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TextInspector\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.Foreground foreground = 2; - * @return \Rv\Analytics\UI\TextInspector\Foreground|null - */ - public function getForeground() - { - return $this->readOneof(2); - } - - public function hasForeground() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.Foreground foreground = 2; - * @param \Rv\Analytics\UI\TextInspector\Foreground $var - * @return $this - */ - public function setForeground($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TextInspector\Foreground::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.UnderlineColor underline_color = 3; - * @return \Rv\Analytics\UI\TextInspector\UnderlineColor|null - */ - public function getUnderlineColor() - { - return $this->readOneof(3); - } - - public function hasUnderlineColor() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.UnderlineColor underline_color = 3; - * @param \Rv\Analytics\UI\TextInspector\UnderlineColor $var - * @return $this - */ - public function setUnderlineColor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TextInspector\UnderlineColor::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.BackgroundColor background_color = 4; - * @return \Rv\Analytics\UI\TextInspector\BackgroundColor|null - */ - public function getBackgroundColor() - { - return $this->readOneof(4); - } - - public function hasBackgroundColor() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.BackgroundColor background_color = 4; - * @param \Rv\Analytics\UI\TextInspector\BackgroundColor $var - * @return $this - */ - public function setBackgroundColor($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TextInspector\BackgroundColor::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.ScrollingText scrolling_text = 5; - * @return \Rv\Analytics\UI\TextInspector\ScrollingText|null - */ - public function getScrollingText() - { - return $this->readOneof(5); - } - - public function hasScrollingText() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.ScrollingText scrolling_text = 5; - * @param \Rv\Analytics\UI\TextInspector\ScrollingText $var - * @return $this - */ - public function setScrollingText($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TextInspector\ScrollingText::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.LineTransform line_transform = 6; - * @return \Rv\Analytics\UI\TextInspector\LineTransform|null - */ - public function getLineTransform() - { - return $this->readOneof(6); - } - - public function hasLineTransform() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.LineTransform line_transform = 6; - * @param \Rv\Analytics\UI\TextInspector\LineTransform $var - * @return $this - */ - public function setLineTransform($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TextInspector\LineTransform::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - } diff --git a/generated/Rv/Analytics/UI/TextInspector/LineTransform/TransformType.php b/generated/Rv/Analytics/UI/TextInspector/LineTransform/TransformType.php deleted file mode 100644 index 4ed4bd5..0000000 --- a/generated/Rv/Analytics/UI/TextInspector/LineTransform/TransformType.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.TextInspector.LineTransform.TransformType - */ -class TransformType -{ - /** - * Generated from protobuf enum TRANSFORM_TYPE_UNKNOWN = 0; - */ - const TRANSFORM_TYPE_UNKNOWN = 0; - /** - * Generated from protobuf enum TRANSFORM_TYPE_NONE = 1; - */ - const TRANSFORM_TYPE_NONE = 1; - /** - * Generated from protobuf enum TRANSFORM_TYPE_REMOVE_LINE_RETURNS = 2; - */ - const TRANSFORM_TYPE_REMOVE_LINE_RETURNS = 2; - /** - * Generated from protobuf enum TRANSFORM_TYPE_REPLACE_LINE_RETURNS = 3; - */ - const TRANSFORM_TYPE_REPLACE_LINE_RETURNS = 3; - /** - * Generated from protobuf enum TRANSFORM_TYPE_ONE_WORD_PER_LINE = 4; - */ - const TRANSFORM_TYPE_ONE_WORD_PER_LINE = 4; - /** - * Generated from protobuf enum TRANSFORM_TYPE_ONE_CHARACTER_PER_LINE = 5; - */ - const TRANSFORM_TYPE_ONE_CHARACTER_PER_LINE = 5; - - private static $valueToName = [ - self::TRANSFORM_TYPE_UNKNOWN => 'TRANSFORM_TYPE_UNKNOWN', - self::TRANSFORM_TYPE_NONE => 'TRANSFORM_TYPE_NONE', - self::TRANSFORM_TYPE_REMOVE_LINE_RETURNS => 'TRANSFORM_TYPE_REMOVE_LINE_RETURNS', - self::TRANSFORM_TYPE_REPLACE_LINE_RETURNS => 'TRANSFORM_TYPE_REPLACE_LINE_RETURNS', - self::TRANSFORM_TYPE_ONE_WORD_PER_LINE => 'TRANSFORM_TYPE_ONE_WORD_PER_LINE', - self::TRANSFORM_TYPE_ONE_CHARACTER_PER_LINE => 'TRANSFORM_TYPE_ONE_CHARACTER_PER_LINE', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/TextInspector/ScrollingText.php b/generated/Rv/Analytics/UI/TextInspector/ScrollingText.php deleted file mode 100644 index 0d546c2..0000000 --- a/generated/Rv/Analytics/UI/TextInspector/ScrollingText.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.TextInspector.ScrollingText - */ -class ScrollingText extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\TextInspector\ScrollingText\Enable $enable - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.ScrollingText.Enable enable = 1; - * @return \Rv\Analytics\UI\TextInspector\ScrollingText\Enable|null - */ - public function getEnable() - { - return $this->readOneof(1); - } - - public function hasEnable() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.ScrollingText.Enable enable = 1; - * @param \Rv\Analytics\UI\TextInspector\ScrollingText\Enable $var - * @return $this - */ - public function setEnable($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\TextInspector\ScrollingText\Enable::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/TextInspector/Shown.php b/generated/Rv/Analytics/UI/TextInspector/Shown.php deleted file mode 100644 index b91c529..0000000 --- a/generated/Rv/Analytics/UI/TextInspector/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.TextInspector.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/TextInspector/BackgroundColor.php b/generated/Rv/Analytics/UI/TextInspectorBackgroundColor.php similarity index 54% rename from generated/Rv/Analytics/UI/TextInspector/BackgroundColor.php rename to generated/Rv/Analytics/UI/TextInspectorBackgroundColor.php index 6c46273..c4a0f7b 100644 --- a/generated/Rv/Analytics/UI/TextInspector/BackgroundColor.php +++ b/generated/Rv/Analytics/UI/TextInspectorBackgroundColor.php @@ -3,23 +3,23 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TextInspector; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.TextInspector.BackgroundColor + * Generated from protobuf message rv.analytics.ui.TextInspectorBackgroundColor */ -class BackgroundColor extends \Google\Protobuf\Internal\Message +class TextInspectorBackgroundColor extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.BackgroundColor.ColorType color_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorBackgroundColor.ColorType color_type = 1; */ protected $color_type = 0; /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; */ protected $selection_mode = 0; @@ -39,7 +39,7 @@ class BackgroundColor extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.BackgroundColor.ColorType color_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorBackgroundColor.ColorType color_type = 1; * @return int */ public function getColorType() @@ -48,20 +48,20 @@ class BackgroundColor extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.BackgroundColor.ColorType color_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorBackgroundColor.ColorType color_type = 1; * @param int $var * @return $this */ public function setColorType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\TextInspector\BackgroundColor\ColorType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\TextInspectorBackgroundColor\ColorType::class); $this->color_type = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; * @return int */ public function getSelectionMode() @@ -70,13 +70,13 @@ class BackgroundColor extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; * @param int $var * @return $this */ public function setSelectionMode($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\TextInspector\SelectionMode::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\SelectionMode::class); $this->selection_mode = $var; return $this; diff --git a/generated/Rv/Analytics/UI/TextInspector/BackgroundColor/ColorType.php b/generated/Rv/Analytics/UI/TextInspectorBackgroundColor/ColorType.php similarity index 69% rename from generated/Rv/Analytics/UI/TextInspector/BackgroundColor/ColorType.php rename to generated/Rv/Analytics/UI/TextInspectorBackgroundColor/ColorType.php index 0de9b93..b68a78d 100644 --- a/generated/Rv/Analytics/UI/TextInspector/BackgroundColor/ColorType.php +++ b/generated/Rv/Analytics/UI/TextInspectorBackgroundColor/ColorType.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TextInspector\BackgroundColor; +namespace Rv\Analytics\Ui\TextInspectorBackgroundColor; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.TextInspector.BackgroundColor.ColorType + * Protobuf type rv.analytics.ui.TextInspectorBackgroundColor.ColorType */ class ColorType { @@ -17,18 +17,18 @@ class ColorType */ const COLOR_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum COLOR_TYPE_CLEAR = 1; + * Generated from protobuf enum CLEAR = 1; */ - const COLOR_TYPE_CLEAR = 1; + const CLEAR = 1; /** - * Generated from protobuf enum COLOR_TYPE_OTHER = 2; + * Generated from protobuf enum OTHER = 2; */ - const COLOR_TYPE_OTHER = 2; + const OTHER = 2; private static $valueToName = [ self::COLOR_TYPE_UNKNOWN => 'COLOR_TYPE_UNKNOWN', - self::COLOR_TYPE_CLEAR => 'COLOR_TYPE_CLEAR', - self::COLOR_TYPE_OTHER => 'COLOR_TYPE_OTHER', + self::CLEAR => 'CLEAR', + self::OTHER => 'OTHER', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/TextInspector/Foreground.php b/generated/Rv/Analytics/UI/TextInspectorForeground.php similarity index 55% rename from generated/Rv/Analytics/UI/TextInspector/Foreground.php rename to generated/Rv/Analytics/UI/TextInspectorForeground.php index 1290296..8886d5e 100644 --- a/generated/Rv/Analytics/UI/TextInspector/Foreground.php +++ b/generated/Rv/Analytics/UI/TextInspectorForeground.php @@ -3,23 +3,23 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TextInspector; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.TextInspector.Foreground + * Generated from protobuf message rv.analytics.ui.TextInspectorForeground */ -class Foreground extends \Google\Protobuf\Internal\Message +class TextInspectorForeground extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.Foreground.FillType fill_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorForeground.FillType fill_type = 1; */ protected $fill_type = 0; /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; */ protected $selection_mode = 0; @@ -39,7 +39,7 @@ class Foreground extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.Foreground.FillType fill_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorForeground.FillType fill_type = 1; * @return int */ public function getFillType() @@ -48,20 +48,20 @@ class Foreground extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.Foreground.FillType fill_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorForeground.FillType fill_type = 1; * @param int $var * @return $this */ public function setFillType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\TextInspector\Foreground\FillType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\TextInspectorForeground\FillType::class); $this->fill_type = $var; return $this; } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; * @return int */ public function getSelectionMode() @@ -70,13 +70,13 @@ class Foreground extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; * @param int $var * @return $this */ public function setSelectionMode($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\TextInspector\SelectionMode::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\SelectionMode::class); $this->selection_mode = $var; return $this; diff --git a/generated/Rv/Analytics/UI/TextInspector/Foreground/FillType.php b/generated/Rv/Analytics/UI/TextInspectorForeground/FillType.php similarity index 70% rename from generated/Rv/Analytics/UI/TextInspector/Foreground/FillType.php rename to generated/Rv/Analytics/UI/TextInspectorForeground/FillType.php index f08b55d..561aaab 100644 --- a/generated/Rv/Analytics/UI/TextInspector/Foreground/FillType.php +++ b/generated/Rv/Analytics/UI/TextInspectorForeground/FillType.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TextInspector\Foreground; +namespace Rv\Analytics\Ui\TextInspectorForeground; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.TextInspector.Foreground.FillType + * Protobuf type rv.analytics.ui.TextInspectorForeground.FillType */ class FillType { @@ -17,18 +17,18 @@ class FillType */ const FILL_TYPE_UNKNOWN = 0; /** - * Generated from protobuf enum FILL_TYPE_SOLID = 1; + * Generated from protobuf enum SOLID = 1; */ - const FILL_TYPE_SOLID = 1; + const SOLID = 1; /** - * Generated from protobuf enum FILL_TYPE_GRADIENT = 2; + * Generated from protobuf enum GRADIENT = 2; */ - const FILL_TYPE_GRADIENT = 2; + const GRADIENT = 2; private static $valueToName = [ self::FILL_TYPE_UNKNOWN => 'FILL_TYPE_UNKNOWN', - self::FILL_TYPE_SOLID => 'FILL_TYPE_SOLID', - self::FILL_TYPE_GRADIENT => 'FILL_TYPE_GRADIENT', + self::SOLID => 'SOLID', + self::GRADIENT => 'GRADIENT', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/TextInspector/LineTransform.php b/generated/Rv/Analytics/UI/TextInspectorLineTransform.php similarity index 57% rename from generated/Rv/Analytics/UI/TextInspector/LineTransform.php rename to generated/Rv/Analytics/UI/TextInspectorLineTransform.php index 7d389b4..82fd15b 100644 --- a/generated/Rv/Analytics/UI/TextInspector/LineTransform.php +++ b/generated/Rv/Analytics/UI/TextInspectorLineTransform.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TextInspector; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.TextInspector.LineTransform + * Generated from protobuf message rv.analytics.ui.TextInspectorLineTransform */ -class LineTransform extends \Google\Protobuf\Internal\Message +class TextInspectorLineTransform extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.LineTransform.TransformType transform_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorLineTransform.TransformType transform_type = 1; */ protected $transform_type = 0; @@ -34,7 +34,7 @@ class LineTransform extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.LineTransform.TransformType transform_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorLineTransform.TransformType transform_type = 1; * @return int */ public function getTransformType() @@ -43,13 +43,13 @@ class LineTransform extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.LineTransform.TransformType transform_type = 1; + * Generated from protobuf field .rv.analytics.ui.TextInspectorLineTransform.TransformType transform_type = 1; * @param int $var * @return $this */ public function setTransformType($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\TextInspector\LineTransform\TransformType::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\TextInspectorLineTransform\TransformType::class); $this->transform_type = $var; return $this; diff --git a/generated/Rv/Analytics/UI/TextInspectorLineTransform/TransformType.php b/generated/Rv/Analytics/UI/TextInspectorLineTransform/TransformType.php new file mode 100644 index 0000000..b0c32d7 --- /dev/null +++ b/generated/Rv/Analytics/UI/TextInspectorLineTransform/TransformType.php @@ -0,0 +1,69 @@ +rv.analytics.ui.TextInspectorLineTransform.TransformType + */ +class TransformType +{ + /** + * Generated from protobuf enum TRANSFORM_TYPE_UNKNOWN = 0; + */ + const TRANSFORM_TYPE_UNKNOWN = 0; + /** + * Generated from protobuf enum NONE = 1; + */ + const NONE = 1; + /** + * Generated from protobuf enum REMOVE_LINE_RETURNS = 2; + */ + const REMOVE_LINE_RETURNS = 2; + /** + * Generated from protobuf enum REPLACE_LINE_RETURNS = 3; + */ + const REPLACE_LINE_RETURNS = 3; + /** + * Generated from protobuf enum ONE_WORD_PER_LINE = 4; + */ + const ONE_WORD_PER_LINE = 4; + /** + * Generated from protobuf enum ONE_CHARACTER_PER_LINE = 5; + */ + const ONE_CHARACTER_PER_LINE = 5; + + private static $valueToName = [ + self::TRANSFORM_TYPE_UNKNOWN => 'TRANSFORM_TYPE_UNKNOWN', + self::NONE => 'NONE', + self::REMOVE_LINE_RETURNS => 'REMOVE_LINE_RETURNS', + self::REPLACE_LINE_RETURNS => 'REPLACE_LINE_RETURNS', + self::ONE_WORD_PER_LINE => 'ONE_WORD_PER_LINE', + self::ONE_CHARACTER_PER_LINE => 'ONE_CHARACTER_PER_LINE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/UI/TextInspector/ScrollingText/Enable.php b/generated/Rv/Analytics/UI/TextInspectorScrollingText.php similarity index 84% rename from generated/Rv/Analytics/UI/TextInspector/ScrollingText/Enable.php rename to generated/Rv/Analytics/UI/TextInspectorScrollingText.php index 27cb2f5..90b146c 100644 --- a/generated/Rv/Analytics/UI/TextInspector/ScrollingText/Enable.php +++ b/generated/Rv/Analytics/UI/TextInspectorScrollingText.php @@ -3,16 +3,16 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TextInspector\ScrollingText; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.TextInspector.ScrollingText.Enable + * Generated from protobuf message rv.analytics.ui.TextInspectorScrollingText */ -class Enable extends \Google\Protobuf\Internal\Message +class TextInspectorScrollingText extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool enabled = 1; diff --git a/generated/Rv/Analytics/UI/TextInspector/UnderlineColor.php b/generated/Rv/Analytics/UI/TextInspectorUnderlineColor.php similarity index 71% rename from generated/Rv/Analytics/UI/TextInspector/UnderlineColor.php rename to generated/Rv/Analytics/UI/TextInspectorUnderlineColor.php index e785d88..3f92b39 100644 --- a/generated/Rv/Analytics/UI/TextInspector/UnderlineColor.php +++ b/generated/Rv/Analytics/UI/TextInspectorUnderlineColor.php @@ -3,23 +3,23 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TextInspector; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.TextInspector.UnderlineColor + * Generated from protobuf message rv.analytics.ui.TextInspectorUnderlineColor */ -class UnderlineColor extends \Google\Protobuf\Internal\Message +class TextInspectorUnderlineColor extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool is_enabled = 1; */ protected $is_enabled = false; /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; */ protected $selection_mode = 0; @@ -61,7 +61,7 @@ class UnderlineColor extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; * @return int */ public function getSelectionMode() @@ -70,13 +70,13 @@ class UnderlineColor extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; + * Generated from protobuf field .rv.analytics.ui.SelectionMode selection_mode = 2; * @param int $var * @return $this */ public function setSelectionMode($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\TextInspector\SelectionMode::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\SelectionMode::class); $this->selection_mode = $var; return $this; diff --git a/generated/Rv/Analytics/UI/Toolbar.php b/generated/Rv/Analytics/UI/Toolbar.php deleted file mode 100644 index a7d2d24..0000000 --- a/generated/Rv/Analytics/UI/Toolbar.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.Toolbar - */ -class Toolbar extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Toolbar\TextStyle $text_style - * @type \Rv\Analytics\UI\Toolbar\Theme $theme - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle text_style = 1; - * @return \Rv\Analytics\UI\Toolbar\TextStyle|null - */ - public function getTextStyle() - { - return $this->readOneof(1); - } - - public function hasTextStyle() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle text_style = 1; - * @param \Rv\Analytics\UI\Toolbar\TextStyle $var - * @return $this - */ - public function setTextStyle($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Toolbar\TextStyle::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme theme = 2; - * @return \Rv\Analytics\UI\Toolbar\Theme|null - */ - public function getTheme() - { - return $this->readOneof(2); - } - - public function hasTheme() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme theme = 2; - * @param \Rv\Analytics\UI\Toolbar\Theme $var - * @return $this - */ - public function setTheme($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Toolbar\Theme::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Toolbar/TextStyle.php b/generated/Rv/Analytics/UI/Toolbar/TextStyle.php deleted file mode 100644 index 147a7d3..0000000 --- a/generated/Rv/Analytics/UI/Toolbar/TextStyle.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.Toolbar.TextStyle - */ -class TextStyle extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Toolbar\TextStyle\Shown $shown - * @type \Rv\Analytics\UI\Toolbar\TextStyle\Change $change - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Shown shown = 1; - * @return \Rv\Analytics\UI\Toolbar\TextStyle\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Shown shown = 1; - * @param \Rv\Analytics\UI\Toolbar\TextStyle\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Toolbar\TextStyle\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Change change = 2; - * @return \Rv\Analytics\UI\Toolbar\TextStyle\Change|null - */ - public function getChange() - { - return $this->readOneof(2); - } - - public function hasChange() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Change change = 2; - * @param \Rv\Analytics\UI\Toolbar\TextStyle\Change $var - * @return $this - */ - public function setChange($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Toolbar\TextStyle\Change::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change.php b/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change.php deleted file mode 100644 index 92fe1db..0000000 --- a/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change.php +++ /dev/null @@ -1,86 +0,0 @@ -rv.analytics.UI.Toolbar.TextStyle.Change - */ -class Change extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Change.Property property = 1; - */ - protected $property = 0; - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Change.Target target = 2; - */ - protected $target = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $property - * @type int $target - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Change.Property property = 1; - * @return int - */ - public function getProperty() - { - return $this->property; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Change.Property property = 1; - * @param int $var - * @return $this - */ - public function setProperty($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Toolbar\TextStyle\Change\Property::class); - $this->property = $var; - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Change.Target target = 2; - * @return int - */ - public function getTarget() - { - return $this->target; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.TextStyle.Change.Target target = 2; - * @param int $var - * @return $this - */ - public function setTarget($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Toolbar\TextStyle\Change\Target::class); - $this->target = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change/Property.php b/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change/Property.php deleted file mode 100644 index 80a63a3..0000000 --- a/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change/Property.php +++ /dev/null @@ -1,124 +0,0 @@ -rv.analytics.UI.Toolbar.TextStyle.Change.Property - */ -class Property -{ - /** - * Generated from protobuf enum PROPERTY_UNKNOWN = 0; - */ - const PROPERTY_UNKNOWN = 0; - /** - * Generated from protobuf enum PROPERTY_FONT_TYPEFACE = 1; - */ - const PROPERTY_FONT_TYPEFACE = 1; - /** - * Generated from protobuf enum PROPERTY_FONT_WEIGHT = 2; - */ - const PROPERTY_FONT_WEIGHT = 2; - /** - * Generated from protobuf enum PROPERTY_FONT_CAPITALIZATION = 3; - */ - const PROPERTY_FONT_CAPITALIZATION = 3; - /** - * Generated from protobuf enum PROPERTY_FONT_SIZE = 4; - */ - const PROPERTY_FONT_SIZE = 4; - /** - * Generated from protobuf enum PROPERTY_FONT_COLOR = 5; - */ - const PROPERTY_FONT_COLOR = 5; - /** - * Generated from protobuf enum PROPERTY_HORIZONTAL_ALIGNMENT = 6; - */ - const PROPERTY_HORIZONTAL_ALIGNMENT = 6; - /** - * Generated from protobuf enum PROPERTY_VERTICAL_ALIGNMENT = 7; - */ - const PROPERTY_VERTICAL_ALIGNMENT = 7; - /** - * Generated from protobuf enum PROPERTY_STROKE_ENABLE = 8; - */ - const PROPERTY_STROKE_ENABLE = 8; - /** - * Generated from protobuf enum PROPERTY_STROKE_WIDTH = 9; - */ - const PROPERTY_STROKE_WIDTH = 9; - /** - * Generated from protobuf enum PROPERTY_STROKE_COLOR = 10; - */ - const PROPERTY_STROKE_COLOR = 10; - /** - * Generated from protobuf enum PROPERTY_SHADOW_ENABLE = 11; - */ - const PROPERTY_SHADOW_ENABLE = 11; - /** - * Generated from protobuf enum PROPERTY_SHADOW_BLUR = 12; - */ - const PROPERTY_SHADOW_BLUR = 12; - /** - * Generated from protobuf enum PROPERTY_SHADOW_OPACITY = 13; - */ - const PROPERTY_SHADOW_OPACITY = 13; - /** - * Generated from protobuf enum PROPERTY_SHADOW_COLOR = 14; - */ - const PROPERTY_SHADOW_COLOR = 14; - /** - * Generated from protobuf enum PROPERTY_SHADOW_ANGLE = 15; - */ - const PROPERTY_SHADOW_ANGLE = 15; - /** - * Generated from protobuf enum PROPERTY_SHADOW_OFFSET = 16; - */ - const PROPERTY_SHADOW_OFFSET = 16; - - private static $valueToName = [ - self::PROPERTY_UNKNOWN => 'PROPERTY_UNKNOWN', - self::PROPERTY_FONT_TYPEFACE => 'PROPERTY_FONT_TYPEFACE', - self::PROPERTY_FONT_WEIGHT => 'PROPERTY_FONT_WEIGHT', - self::PROPERTY_FONT_CAPITALIZATION => 'PROPERTY_FONT_CAPITALIZATION', - self::PROPERTY_FONT_SIZE => 'PROPERTY_FONT_SIZE', - self::PROPERTY_FONT_COLOR => 'PROPERTY_FONT_COLOR', - self::PROPERTY_HORIZONTAL_ALIGNMENT => 'PROPERTY_HORIZONTAL_ALIGNMENT', - self::PROPERTY_VERTICAL_ALIGNMENT => 'PROPERTY_VERTICAL_ALIGNMENT', - self::PROPERTY_STROKE_ENABLE => 'PROPERTY_STROKE_ENABLE', - self::PROPERTY_STROKE_WIDTH => 'PROPERTY_STROKE_WIDTH', - self::PROPERTY_STROKE_COLOR => 'PROPERTY_STROKE_COLOR', - self::PROPERTY_SHADOW_ENABLE => 'PROPERTY_SHADOW_ENABLE', - self::PROPERTY_SHADOW_BLUR => 'PROPERTY_SHADOW_BLUR', - self::PROPERTY_SHADOW_OPACITY => 'PROPERTY_SHADOW_OPACITY', - self::PROPERTY_SHADOW_COLOR => 'PROPERTY_SHADOW_COLOR', - self::PROPERTY_SHADOW_ANGLE => 'PROPERTY_SHADOW_ANGLE', - self::PROPERTY_SHADOW_OFFSET => 'PROPERTY_SHADOW_OFFSET', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change/Target.php b/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change/Target.php deleted file mode 100644 index 124dce9..0000000 --- a/generated/Rv/Analytics/UI/Toolbar/TextStyle/Change/Target.php +++ /dev/null @@ -1,54 +0,0 @@ -rv.analytics.UI.Toolbar.TextStyle.Change.Target - */ -class Target -{ - /** - * Generated from protobuf enum TARGET_UNKNOWN = 0; - */ - const TARGET_UNKNOWN = 0; - /** - * Generated from protobuf enum TARGET_SLIDE_SELECTION = 1; - */ - const TARGET_SLIDE_SELECTION = 1; - /** - * Generated from protobuf enum TARGET_PRESENTATION_SELECTION = 2; - */ - const TARGET_PRESENTATION_SELECTION = 2; - - private static $valueToName = [ - self::TARGET_UNKNOWN => 'TARGET_UNKNOWN', - self::TARGET_SLIDE_SELECTION => 'TARGET_SLIDE_SELECTION', - self::TARGET_PRESENTATION_SELECTION => 'TARGET_PRESENTATION_SELECTION', - ]; - - public static function name($value) - { - if (!isset(self::$valueToName[$value])) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no name defined for value %s', __CLASS__, $value)); - } - return self::$valueToName[$value]; - } - - - public static function value($name) - { - $const = __CLASS__ . '::' . strtoupper($name); - if (!defined($const)) { - throw new UnexpectedValueException(sprintf( - 'Enum %s has no value defined for name %s', __CLASS__, $name)); - } - return constant($const); - } -} - diff --git a/generated/Rv/Analytics/UI/Toolbar/TextStyle/Shown.php b/generated/Rv/Analytics/UI/Toolbar/TextStyle/Shown.php deleted file mode 100644 index 1b4a7a1..0000000 --- a/generated/Rv/Analytics/UI/Toolbar/TextStyle/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.Toolbar.TextStyle.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/Toolbar/Theme.php b/generated/Rv/Analytics/UI/Toolbar/Theme.php deleted file mode 100644 index 9e9ff0a..0000000 --- a/generated/Rv/Analytics/UI/Toolbar/Theme.php +++ /dev/null @@ -1,97 +0,0 @@ -rv.analytics.UI.Toolbar.Theme - */ -class Theme extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\Toolbar\Theme\Shown $shown - * @type \Rv\Analytics\UI\Toolbar\Theme\Applied $applied - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme.Shown shown = 1; - * @return \Rv\Analytics\UI\Toolbar\Theme\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme.Shown shown = 1; - * @param \Rv\Analytics\UI\Toolbar\Theme\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Toolbar\Theme\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme.Applied applied = 2; - * @return \Rv\Analytics\UI\Toolbar\Theme\Applied|null - */ - public function getApplied() - { - return $this->readOneof(2); - } - - public function hasApplied() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme.Applied applied = 2; - * @param \Rv\Analytics\UI\Toolbar\Theme\Applied $var - * @return $this - */ - public function setApplied($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\Toolbar\Theme\Applied::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/Toolbar/Theme/Shown.php b/generated/Rv/Analytics/UI/Toolbar/Theme/Shown.php deleted file mode 100644 index 1685a75..0000000 --- a/generated/Rv/Analytics/UI/Toolbar/Theme/Shown.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.Toolbar.Theme.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/Toolbar/Theme/Applied.php b/generated/Rv/Analytics/UI/ToolbarThemeApplication.php similarity index 59% rename from generated/Rv/Analytics/UI/Toolbar/Theme/Applied.php rename to generated/Rv/Analytics/UI/ToolbarThemeApplication.php index 75addd6..97c9bf0 100644 --- a/generated/Rv/Analytics/UI/Toolbar/Theme/Applied.php +++ b/generated/Rv/Analytics/UI/ToolbarThemeApplication.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Toolbar\Theme; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Toolbar.Theme.Applied + * Generated from protobuf message rv.analytics.ui.ToolbarThemeApplication */ -class Applied extends \Google\Protobuf\Internal\Message +class ToolbarThemeApplication extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme.Applied.Target target = 1; + * Generated from protobuf field .rv.analytics.ui.ToolbarThemeApplication.Target target = 1; */ protected $target = 0; @@ -34,7 +34,7 @@ class Applied extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme.Applied.Target target = 1; + * Generated from protobuf field .rv.analytics.ui.ToolbarThemeApplication.Target target = 1; * @return int */ public function getTarget() @@ -43,13 +43,13 @@ class Applied extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Toolbar.Theme.Applied.Target target = 1; + * Generated from protobuf field .rv.analytics.ui.ToolbarThemeApplication.Target target = 1; * @param int $var * @return $this */ public function setTarget($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Toolbar\Theme\Applied\Target::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\ToolbarThemeApplication\Target::class); $this->target = $var; return $this; diff --git a/generated/Rv/Analytics/UI/Toolbar/Theme/Applied/Target.php b/generated/Rv/Analytics/UI/ToolbarThemeApplication/Target.php similarity index 67% rename from generated/Rv/Analytics/UI/Toolbar/Theme/Applied/Target.php rename to generated/Rv/Analytics/UI/ToolbarThemeApplication/Target.php index 8335f5c..9c2eeae 100644 --- a/generated/Rv/Analytics/UI/Toolbar/Theme/Applied/Target.php +++ b/generated/Rv/Analytics/UI/ToolbarThemeApplication/Target.php @@ -3,12 +3,12 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Toolbar\Theme\Applied; +namespace Rv\Analytics\Ui\ToolbarThemeApplication; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.Toolbar.Theme.Applied.Target + * Protobuf type rv.analytics.ui.ToolbarThemeApplication.Target */ class Target { @@ -17,18 +17,18 @@ class Target */ const TARGET_UNKNOWN = 0; /** - * Generated from protobuf enum TARGET_SLIDE_SELECTION = 1; + * Generated from protobuf enum SLIDE_SELECTION = 1; */ - const TARGET_SLIDE_SELECTION = 1; + const SLIDE_SELECTION = 1; /** - * Generated from protobuf enum TARGET_PRESENTATION_SELECTION = 2; + * Generated from protobuf enum PRESENTATION_SELECTION = 2; */ - const TARGET_PRESENTATION_SELECTION = 2; + const PRESENTATION_SELECTION = 2; private static $valueToName = [ self::TARGET_UNKNOWN => 'TARGET_UNKNOWN', - self::TARGET_SLIDE_SELECTION => 'TARGET_SLIDE_SELECTION', - self::TARGET_PRESENTATION_SELECTION => 'TARGET_PRESENTATION_SELECTION', + self::SLIDE_SELECTION => 'SLIDE_SELECTION', + self::PRESENTATION_SELECTION => 'PRESENTATION_SELECTION', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/ToolbarThemeShown.php b/generated/Rv/Analytics/UI/ToolbarThemeShown.php new file mode 100644 index 0000000..7ada909 --- /dev/null +++ b/generated/Rv/Analytics/UI/ToolbarThemeShown.php @@ -0,0 +1,32 @@ +rv.analytics.ui.ToolbarThemeShown + */ +class ToolbarThemeShown extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/Looks/Shown.php b/generated/Rv/Analytics/UI/Welcome.php similarity index 62% rename from generated/Rv/Analytics/UI/Looks/Shown.php rename to generated/Rv/Analytics/UI/Welcome.php index cf57f69..5a4ba1d 100644 --- a/generated/Rv/Analytics/UI/Looks/Shown.php +++ b/generated/Rv/Analytics/UI/Welcome.php @@ -3,19 +3,19 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\Looks; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.Looks.Shown + * Generated from protobuf message rv.analytics.ui.Welcome */ -class Shown extends \Google\Protobuf\Internal\Message +class Welcome extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field .rv.analytics.UI.Looks.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.Welcome.Source source = 1; */ protected $source = 0; @@ -34,7 +34,7 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Looks.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.Welcome.Source source = 1; * @return int */ public function getSource() @@ -43,13 +43,13 @@ class Shown extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.analytics.UI.Looks.Shown.Source source = 1; + * Generated from protobuf field .rv.analytics.ui.Welcome.Source source = 1; * @param int $var * @return $this */ public function setSource($var) { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\Looks\Shown\Source::class); + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\Welcome\Source::class); $this->source = $var; return $this; diff --git a/generated/Rv/Analytics/UI/TestPattern/Shown/Source.php b/generated/Rv/Analytics/UI/Welcome/Source.php similarity index 64% rename from generated/Rv/Analytics/UI/TestPattern/Shown/Source.php rename to generated/Rv/Analytics/UI/Welcome/Source.php index a5c97ec..a0d05dd 100644 --- a/generated/Rv/Analytics/UI/TestPattern/Shown/Source.php +++ b/generated/Rv/Analytics/UI/Welcome/Source.php @@ -3,27 +3,27 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\TestPattern\Shown; +namespace Rv\Analytics\Ui\Welcome; use UnexpectedValueException; /** - * Protobuf type rv.analytics.UI.TestPattern.Shown.Source + * Protobuf type rv.analytics.ui.Welcome.Source */ class Source { /** - * Generated from protobuf enum SOURCE_APPLICATION_MENU = 0; + * Generated from protobuf enum FIRST_LAUNCH = 0; */ - const SOURCE_APPLICATION_MENU = 0; + const FIRST_LAUNCH = 0; /** - * Generated from protobuf enum SOURCE_SCREEN_CONFIGURATION = 1; + * Generated from protobuf enum APPLICATION_MENU = 1; */ - const SOURCE_SCREEN_CONFIGURATION = 1; + const APPLICATION_MENU = 1; private static $valueToName = [ - self::SOURCE_APPLICATION_MENU => 'SOURCE_APPLICATION_MENU', - self::SOURCE_SCREEN_CONFIGURATION => 'SOURCE_SCREEN_CONFIGURATION', + self::FIRST_LAUNCH => 'FIRST_LAUNCH', + self::APPLICATION_MENU => 'APPLICATION_MENU', ]; public static function name($value) diff --git a/generated/Rv/Analytics/UI/WelcomeBlog.php b/generated/Rv/Analytics/UI/WelcomeBlog.php new file mode 100644 index 0000000..9abf82f --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeBlog.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeBlog + */ +class WelcomeBlog extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeDownloadSampleContent.php b/generated/Rv/Analytics/UI/WelcomeDownloadSampleContent.php new file mode 100644 index 0000000..06ad50e --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeDownloadSampleContent.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeDownloadSampleContent + */ +class WelcomeDownloadSampleContent extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeFacebook.php b/generated/Rv/Analytics/UI/WelcomeFacebook.php new file mode 100644 index 0000000..a371b52 --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeFacebook.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeFacebook + */ +class WelcomeFacebook extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeInstagram.php b/generated/Rv/Analytics/UI/WelcomeInstagram.php new file mode 100644 index 0000000..b1c338d --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeInstagram.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeInstagram + */ +class WelcomeInstagram extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeKnowledgeBase.php b/generated/Rv/Analytics/UI/WelcomeKnowledgeBase.php new file mode 100644 index 0000000..7f98e2d --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeKnowledgeBase.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeKnowledgeBase + */ +class WelcomeKnowledgeBase extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeMigration.php b/generated/Rv/Analytics/UI/WelcomeMigration.php new file mode 100644 index 0000000..6efe1d1 --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeMigration.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeMigration + */ +class WelcomeMigration extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeScreenConfigurationHelp.php b/generated/Rv/Analytics/UI/WelcomeScreenConfigurationHelp.php new file mode 100644 index 0000000..dc277fd --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeScreenConfigurationHelp.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeScreenConfigurationHelp + */ +class WelcomeScreenConfigurationHelp extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter.php deleted file mode 100644 index 76b9bbf..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter.php +++ /dev/null @@ -1,321 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter - */ -class WelcomeToProPresenter extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\WelcomeToProPresenter\Shown $shown - * @type \Rv\Analytics\UI\WelcomeToProPresenter\Migration $migration - * @type \Rv\Analytics\UI\WelcomeToProPresenter\ScreenConfigurationHelp $screen_configuration_help - * @type \Rv\Analytics\UI\WelcomeToProPresenter\DownloadSampleContent $download_sample_content - * @type \Rv\Analytics\UI\WelcomeToProPresenter\UserGroup $user_group - * @type \Rv\Analytics\UI\WelcomeToProPresenter\Tutorials $tutorials - * @type \Rv\Analytics\UI\WelcomeToProPresenter\KnowledgeBase $knowledge_base - * @type \Rv\Analytics\UI\WelcomeToProPresenter\Blog $blog - * @type \Rv\Analytics\UI\WelcomeToProPresenter\Instagram $instagram - * @type \Rv\Analytics\UI\WelcomeToProPresenter\Facebook $facebook - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Shown shown = 1; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\Shown|null - */ - public function getShown() - { - return $this->readOneof(1); - } - - public function hasShown() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Shown shown = 1; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\Shown $var - * @return $this - */ - public function setShown($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\Shown::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Migration migration = 2; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\Migration|null - */ - public function getMigration() - { - return $this->readOneof(2); - } - - public function hasMigration() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Migration migration = 2; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\Migration $var - * @return $this - */ - public function setMigration($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\Migration::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.ScreenConfigurationHelp screen_configuration_help = 3; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\ScreenConfigurationHelp|null - */ - public function getScreenConfigurationHelp() - { - return $this->readOneof(3); - } - - public function hasScreenConfigurationHelp() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.ScreenConfigurationHelp screen_configuration_help = 3; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\ScreenConfigurationHelp $var - * @return $this - */ - public function setScreenConfigurationHelp($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\ScreenConfigurationHelp::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.DownloadSampleContent download_sample_content = 4; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\DownloadSampleContent|null - */ - public function getDownloadSampleContent() - { - return $this->readOneof(4); - } - - public function hasDownloadSampleContent() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.DownloadSampleContent download_sample_content = 4; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\DownloadSampleContent $var - * @return $this - */ - public function setDownloadSampleContent($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\DownloadSampleContent::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.UserGroup user_group = 5; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\UserGroup|null - */ - public function getUserGroup() - { - return $this->readOneof(5); - } - - public function hasUserGroup() - { - return $this->hasOneof(5); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.UserGroup user_group = 5; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\UserGroup $var - * @return $this - */ - public function setUserGroup($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\UserGroup::class); - $this->writeOneof(5, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Tutorials tutorials = 6; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\Tutorials|null - */ - public function getTutorials() - { - return $this->readOneof(6); - } - - public function hasTutorials() - { - return $this->hasOneof(6); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Tutorials tutorials = 6; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\Tutorials $var - * @return $this - */ - public function setTutorials($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\Tutorials::class); - $this->writeOneof(6, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.KnowledgeBase knowledge_base = 7; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\KnowledgeBase|null - */ - public function getKnowledgeBase() - { - return $this->readOneof(7); - } - - public function hasKnowledgeBase() - { - return $this->hasOneof(7); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.KnowledgeBase knowledge_base = 7; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\KnowledgeBase $var - * @return $this - */ - public function setKnowledgeBase($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\KnowledgeBase::class); - $this->writeOneof(7, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Blog blog = 8; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\Blog|null - */ - public function getBlog() - { - return $this->readOneof(8); - } - - public function hasBlog() - { - return $this->hasOneof(8); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Blog blog = 8; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\Blog $var - * @return $this - */ - public function setBlog($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\Blog::class); - $this->writeOneof(8, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Instagram instagram = 9; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\Instagram|null - */ - public function getInstagram() - { - return $this->readOneof(9); - } - - public function hasInstagram() - { - return $this->hasOneof(9); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Instagram instagram = 9; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\Instagram $var - * @return $this - */ - public function setInstagram($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\Instagram::class); - $this->writeOneof(9, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Facebook facebook = 10; - * @return \Rv\Analytics\UI\WelcomeToProPresenter\Facebook|null - */ - public function getFacebook() - { - return $this->readOneof(10); - } - - public function hasFacebook() - { - return $this->hasOneof(10); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Facebook facebook = 10; - * @param \Rv\Analytics\UI\WelcomeToProPresenter\Facebook $var - * @return $this - */ - public function setFacebook($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WelcomeToProPresenter\Facebook::class); - $this->writeOneof(10, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Blog.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/Blog.php deleted file mode 100644 index 6336f4d..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Blog.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.Blog - */ -class Blog extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/DownloadSampleContent.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/DownloadSampleContent.php deleted file mode 100644 index 018d13c..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/DownloadSampleContent.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.DownloadSampleContent - */ -class DownloadSampleContent extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Facebook.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/Facebook.php deleted file mode 100644 index ee6c9e0..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Facebook.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.Facebook - */ -class Facebook extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Instagram.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/Instagram.php deleted file mode 100644 index 6388965..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Instagram.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.Instagram - */ -class Instagram extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/KnowledgeBase.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/KnowledgeBase.php deleted file mode 100644 index 333432c..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/KnowledgeBase.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.KnowledgeBase - */ -class KnowledgeBase extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Migration.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/Migration.php deleted file mode 100644 index c4069b3..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Migration.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.Migration - */ -class Migration extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/ScreenConfigurationHelp.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/ScreenConfigurationHelp.php deleted file mode 100644 index ec3158c..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/ScreenConfigurationHelp.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.ScreenConfigurationHelp - */ -class ScreenConfigurationHelp extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Shown.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/Shown.php deleted file mode 100644 index c6863eb..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Shown.php +++ /dev/null @@ -1,59 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.Shown - */ -class Shown extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Shown.Source source = 1; - */ - protected $source = 0; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type int $source - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Shown.Source source = 1; - * @return int - */ - public function getSource() - { - return $this->source; - } - - /** - * Generated from protobuf field .rv.analytics.UI.WelcomeToProPresenter.Shown.Source source = 1; - * @param int $var - * @return $this - */ - public function setSource($var) - { - GPBUtil::checkEnum($var, \Rv\Analytics\UI\WelcomeToProPresenter\Shown\Source::class); - $this->source = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Tutorials.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/Tutorials.php deleted file mode 100644 index c74585e..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/Tutorials.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.Tutorials - */ -class Tutorials extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeToProPresenter/UserGroup.php b/generated/Rv/Analytics/UI/WelcomeToProPresenter/UserGroup.php deleted file mode 100644 index 890457e..0000000 --- a/generated/Rv/Analytics/UI/WelcomeToProPresenter/UserGroup.php +++ /dev/null @@ -1,32 +0,0 @@ -rv.analytics.UI.WelcomeToProPresenter.UserGroup - */ -class UserGroup extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - -} - diff --git a/generated/Rv/Analytics/UI/WelcomeTutorials.php b/generated/Rv/Analytics/UI/WelcomeTutorials.php new file mode 100644 index 0000000..ee159a9 --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeTutorials.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeTutorials + */ +class WelcomeTutorials extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WelcomeUserGroup.php b/generated/Rv/Analytics/UI/WelcomeUserGroup.php new file mode 100644 index 0000000..aec2ea0 --- /dev/null +++ b/generated/Rv/Analytics/UI/WelcomeUserGroup.php @@ -0,0 +1,32 @@ +rv.analytics.ui.WelcomeUserGroup + */ +class WelcomeUserGroup extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Analytics/UI/WhatsNew.php b/generated/Rv/Analytics/UI/WhatsNew.php deleted file mode 100644 index 5ba2e56..0000000 --- a/generated/Rv/Analytics/UI/WhatsNew.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.analytics.UI.WhatsNew - */ -class WhatsNew extends \Google\Protobuf\Internal\Message -{ - protected $Component; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Analytics\UI\WhatsNew\Viewed $viewed - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\AnalyticsUI::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WhatsNew.Viewed viewed = 1; - * @return \Rv\Analytics\UI\WhatsNew\Viewed|null - */ - public function getViewed() - { - return $this->readOneof(1); - } - - public function hasViewed() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.analytics.UI.WhatsNew.Viewed viewed = 1; - * @param \Rv\Analytics\UI\WhatsNew\Viewed $var - * @return $this - */ - public function setViewed($var) - { - GPBUtil::checkMessage($var, \Rv\Analytics\UI\WhatsNew\Viewed::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * @return string - */ - public function getComponent() - { - return $this->whichOneof("Component"); - } - -} - diff --git a/generated/Rv/Analytics/UI/WhatsNew/Viewed.php b/generated/Rv/Analytics/UI/WhatsNewViewed.php similarity index 60% rename from generated/Rv/Analytics/UI/WhatsNew/Viewed.php rename to generated/Rv/Analytics/UI/WhatsNewViewed.php index a71f54e..abee9aa 100644 --- a/generated/Rv/Analytics/UI/WhatsNew/Viewed.php +++ b/generated/Rv/Analytics/UI/WhatsNewViewed.php @@ -3,27 +3,23 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: analyticsUI.proto -namespace Rv\Analytics\UI\WhatsNew; +namespace Rv\Analytics\Ui; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.analytics.UI.WhatsNew.Viewed + * Generated from protobuf message rv.analytics.ui.WhatsNewViewed */ -class Viewed extends \Google\Protobuf\Internal\Message +class WhatsNewViewed extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field string version = 1; */ protected $version = ''; /** - * Generated from protobuf field string resource_name = 2; - */ - protected $resource_name = ''; - /** - * Generated from protobuf field int32 view_time = 3; + * Generated from protobuf field int32 view_time = 2; */ protected $view_time = 0; @@ -34,7 +30,6 @@ class Viewed extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $version - * @type string $resource_name * @type int $view_time * } */ @@ -66,29 +61,7 @@ class Viewed extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field string resource_name = 2; - * @return string - */ - public function getResourceName() - { - return $this->resource_name; - } - - /** - * Generated from protobuf field string resource_name = 2; - * @param string $var - * @return $this - */ - public function setResourceName($var) - { - GPBUtil::checkString($var, True); - $this->resource_name = $var; - - return $this; - } - - /** - * Generated from protobuf field int32 view_time = 3; + * Generated from protobuf field int32 view_time = 2; * @return int */ public function getViewTime() @@ -97,7 +70,7 @@ class Viewed extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field int32 view_time = 3; + * Generated from protobuf field int32 view_time = 2; * @param int $var * @return $this */ diff --git a/generated/Rv/Analytics/UI/WindowedOutputCreated.php b/generated/Rv/Analytics/UI/WindowedOutputCreated.php new file mode 100644 index 0000000..f3de29c --- /dev/null +++ b/generated/Rv/Analytics/UI/WindowedOutputCreated.php @@ -0,0 +1,86 @@ +rv.analytics.ui.WindowedOutputCreated + */ +class WindowedOutputCreated extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.analytics.ui.WindowedOutputCreated.ScreenType screen_type = 1; + */ + protected $screen_type = 0; + /** + * Generated from protobuf field int32 num_active_windowed_outputs = 2; + */ + protected $num_active_windowed_outputs = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $screen_type + * @type int $num_active_windowed_outputs + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AnalyticsUI::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.analytics.ui.WindowedOutputCreated.ScreenType screen_type = 1; + * @return int + */ + public function getScreenType() + { + return $this->screen_type; + } + + /** + * Generated from protobuf field .rv.analytics.ui.WindowedOutputCreated.ScreenType screen_type = 1; + * @param int $var + * @return $this + */ + public function setScreenType($var) + { + GPBUtil::checkEnum($var, \Rv\Analytics\Ui\WindowedOutputCreated\ScreenType::class); + $this->screen_type = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 num_active_windowed_outputs = 2; + * @return int + */ + public function getNumActiveWindowedOutputs() + { + return $this->num_active_windowed_outputs; + } + + /** + * Generated from protobuf field int32 num_active_windowed_outputs = 2; + * @param int $var + * @return $this + */ + public function setNumActiveWindowedOutputs($var) + { + GPBUtil::checkInt32($var); + $this->num_active_windowed_outputs = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Analytics/UI/WindowedOutputCreated/ScreenType.php b/generated/Rv/Analytics/UI/WindowedOutputCreated/ScreenType.php new file mode 100644 index 0000000..48ea9a8 --- /dev/null +++ b/generated/Rv/Analytics/UI/WindowedOutputCreated/ScreenType.php @@ -0,0 +1,49 @@ +rv.analytics.ui.WindowedOutputCreated.ScreenType + */ +class ScreenType +{ + /** + * Generated from protobuf enum AUDIENCE = 0; + */ + const AUDIENCE = 0; + /** + * Generated from protobuf enum STAGE = 1; + */ + const STAGE = 1; + + private static $valueToName = [ + self::AUDIENCE => 'AUDIENCE', + self::STAGE => 'STAGE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Data/API_v1_Macro.php b/generated/Rv/Data/API_v1_Macro.php index c1e57a7..b713ae5 100644 --- a/generated/Rv/Data/API_v1_Macro.php +++ b/generated/Rv/Data/API_v1_Macro.php @@ -26,6 +26,10 @@ class API_v1_Macro extends \Google\Protobuf\Internal\Message * Generated from protobuf field string image_type = 3; */ protected $image_type = ''; + /** + * Generated from protobuf field repeated .rv.data.API_v1_MacroAction actions = 4; + */ + private $actions; /** * Constructor. @@ -36,6 +40,7 @@ class API_v1_Macro extends \Google\Protobuf\Internal\Message * @type \Rv\Data\API_v1_Identifier $id * @type \Rv\Data\API_v1_Color $color * @type string $image_type + * @type array<\Rv\Data\API_v1_MacroAction>|\Google\Protobuf\Internal\RepeatedField $actions * } */ public function __construct($data = NULL) { @@ -129,5 +134,27 @@ class API_v1_Macro extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field repeated .rv.data.API_v1_MacroAction actions = 4; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getActions() + { + return $this->actions; + } + + /** + * Generated from protobuf field repeated .rv.data.API_v1_MacroAction actions = 4; + * @param array<\Rv\Data\API_v1_MacroAction>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setActions($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\API_v1_MacroAction::class); + $this->actions = $arr; + + return $this; + } + } diff --git a/generated/Rv/Data/API_v1_MacroAction.php b/generated/Rv/Data/API_v1_MacroAction.php new file mode 100644 index 0000000..04df413 --- /dev/null +++ b/generated/Rv/Data/API_v1_MacroAction.php @@ -0,0 +1,59 @@ +rv.data.API_v1_MacroAction + */ +class API_v1_MacroAction extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string type = 1; + */ + protected $type = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $type + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Macro::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string type = 1; + * @return string + */ + public function getType() + { + return $this->type; + } + + /** + * Generated from protobuf field string type = 1; + * @param string $var + * @return $this + */ + public function setType($var) + { + GPBUtil::checkString($var, True); + $this->type = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Message/API_v1_MessageToken.php b/generated/Rv/Data/API_v1_Message/API_v1_MessageToken.php index 4ec7253..0a08c91 100644 --- a/generated/Rv/Data/API_v1_Message/API_v1_MessageToken.php +++ b/generated/Rv/Data/API_v1_Message/API_v1_MessageToken.php @@ -15,7 +15,11 @@ use Google\Protobuf\Internal\GPBUtil; class API_v1_MessageToken extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field string name = 1; + * Generated from protobuf field string uuid = 1; + */ + protected $uuid = ''; + /** + * Generated from protobuf field string name = 2; */ protected $name = ''; protected $TokenType; @@ -26,6 +30,7 @@ class API_v1_MessageToken extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * + * @type string $uuid * @type string $name * @type \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TextToken $text * @type \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TimerToken $timer @@ -38,7 +43,29 @@ class API_v1_MessageToken extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field string name = 1; + * Generated from protobuf field string uuid = 1; + * @return string + */ + public function getUuid() + { + return $this->uuid; + } + + /** + * Generated from protobuf field string uuid = 1; + * @param string $var + * @return $this + */ + public function setUuid($var) + { + GPBUtil::checkString($var, True); + $this->uuid = $var; + + return $this; + } + + /** + * Generated from protobuf field string name = 2; * @return string */ public function getName() @@ -47,7 +74,7 @@ class API_v1_MessageToken extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field string name = 1; + * Generated from protobuf field string name = 2; * @param string $var * @return $this */ @@ -60,82 +87,82 @@ class API_v1_MessageToken extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TextToken text = 2; + * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TextToken text = 3; * @return \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TextToken|null */ public function getText() { - return $this->readOneof(2); + return $this->readOneof(3); } public function hasText() { - return $this->hasOneof(2); + return $this->hasOneof(3); } /** - * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TextToken text = 2; + * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TextToken text = 3; * @param \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TextToken $var * @return $this */ public function setText($var) { GPBUtil::checkMessage($var, \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TextToken::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TimerToken timer = 3; - * @return \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TimerToken|null - */ - public function getTimer() - { - return $this->readOneof(3); - } - - public function hasTimer() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TimerToken timer = 3; - * @param \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TimerToken $var - * @return $this - */ - public function setTimer($var) - { - GPBUtil::checkMessage($var, \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TimerToken::class); $this->writeOneof(3, $var); return $this; } /** - * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken clock = 4; - * @return \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_ClockToken|null + * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TimerToken timer = 4; + * @return \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TimerToken|null */ - public function getClock() + public function getTimer() { return $this->readOneof(4); } - public function hasClock() + public function hasTimer() { return $this->hasOneof(4); } /** - * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken clock = 4; + * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TimerToken timer = 4; + * @param \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TimerToken $var + * @return $this + */ + public function setTimer($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_TimerToken::class); + $this->writeOneof(4, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken clock = 5; + * @return \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_ClockToken|null + */ + public function getClock() + { + return $this->readOneof(5); + } + + public function hasClock() + { + return $this->hasOneof(5); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken clock = 5; * @param \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_ClockToken $var * @return $this */ public function setClock($var) { GPBUtil::checkMessage($var, \Rv\Data\API_v1_Message\API_v1_MessageToken\API_v1_ClockToken::class); - $this->writeOneof(4, $var); + $this->writeOneof(5, $var); return $this; } diff --git a/generated/Rv/Data/API_v1_Message_Request/TriggerMessage.php b/generated/Rv/Data/API_v1_Message_Request/TriggerMessage.php index 1b364fa..f03b8ea 100644 --- a/generated/Rv/Data/API_v1_Message_Request/TriggerMessage.php +++ b/generated/Rv/Data/API_v1_Message_Request/TriggerMessage.php @@ -22,6 +22,10 @@ class TriggerMessage extends \Google\Protobuf\Internal\Message * Generated from protobuf field repeated .rv.data.API_v1_Message.API_v1_MessageToken tokens = 2; */ private $tokens; + /** + * Generated from protobuf field bool requires_confirmation = 3; + */ + protected $requires_confirmation = false; /** * Constructor. @@ -31,6 +35,7 @@ class TriggerMessage extends \Google\Protobuf\Internal\Message * * @type string $id * @type array<\Rv\Data\API_v1_Message\API_v1_MessageToken>|\Google\Protobuf\Internal\RepeatedField $tokens + * @type bool $requires_confirmation * } */ public function __construct($data = NULL) { @@ -82,5 +87,27 @@ class TriggerMessage extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field bool requires_confirmation = 3; + * @return bool + */ + public function getRequiresConfirmation() + { + return $this->requires_confirmation; + } + + /** + * Generated from protobuf field bool requires_confirmation = 3; + * @param bool $var + * @return $this + */ + public function setRequiresConfirmation($var) + { + GPBUtil::checkBool($var); + $this->requires_confirmation = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/API_v1_PlaylistPresentationItem.php b/generated/Rv/Data/API_v1_PlaylistPresentationItem.php index e7c4cd0..45b5ff7 100644 --- a/generated/Rv/Data/API_v1_PlaylistPresentationItem.php +++ b/generated/Rv/Data/API_v1_PlaylistPresentationItem.php @@ -18,6 +18,10 @@ class API_v1_PlaylistPresentationItem extends \Google\Protobuf\Internal\Message * Generated from protobuf field string presentation_uuid = 1; */ protected $presentation_uuid = ''; + /** + * Generated from protobuf field string arrangement_name = 2; + */ + protected $arrangement_name = ''; /** * Constructor. @@ -26,6 +30,7 @@ class API_v1_PlaylistPresentationItem extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $presentation_uuid + * @type string $arrangement_name * } */ public function __construct($data = NULL) { @@ -55,5 +60,27 @@ class API_v1_PlaylistPresentationItem extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field string arrangement_name = 2; + * @return string + */ + public function getArrangementName() + { + return $this->arrangement_name; + } + + /** + * Generated from protobuf field string arrangement_name = 2; + * @param string $var + * @return $this + */ + public function setArrangementName($var) + { + GPBUtil::checkString($var, True); + $this->arrangement_name = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/API_v1_PropCollection.php b/generated/Rv/Data/API_v1_PropCollection.php new file mode 100644 index 0000000..8473961 --- /dev/null +++ b/generated/Rv/Data/API_v1_PropCollection.php @@ -0,0 +1,123 @@ +rv.data.API_v1_PropCollection + */ +class API_v1_PropCollection extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.API_v1_Identifier id = 1; + */ + protected $id = null; + /** + * Generated from protobuf field repeated .rv.data.API_v1_PropData props = 2; + */ + private $props; + /** + * Generated from protobuf field bool single_prop_enabled = 3; + */ + protected $single_prop_enabled = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\API_v1_Identifier $id + * @type array<\Rv\Data\API_v1_PropData>|\Google\Protobuf\Internal\RepeatedField $props + * @type bool $single_prop_enabled + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Identifier id = 1; + * @return \Rv\Data\API_v1_Identifier|null + */ + public function getId() + { + return $this->id; + } + + public function hasId() + { + return isset($this->id); + } + + public function clearId() + { + unset($this->id); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Identifier id = 1; + * @param \Rv\Data\API_v1_Identifier $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Identifier::class); + $this->id = $var; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.API_v1_PropData props = 2; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getProps() + { + return $this->props; + } + + /** + * Generated from protobuf field repeated .rv.data.API_v1_PropData props = 2; + * @param array<\Rv\Data\API_v1_PropData>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setProps($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\API_v1_PropData::class); + $this->props = $arr; + + return $this; + } + + /** + * Generated from protobuf field bool single_prop_enabled = 3; + * @return bool + */ + public function getSinglePropEnabled() + { + return $this->single_prop_enabled; + } + + /** + * Generated from protobuf field bool single_prop_enabled = 3; + * @param bool $var + * @return $this + */ + public function setSinglePropEnabled($var) + { + GPBUtil::checkBool($var); + $this->single_prop_enabled = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_PropData.php b/generated/Rv/Data/API_v1_PropData.php index 5ee629c..66224d0 100644 --- a/generated/Rv/Data/API_v1_PropData.php +++ b/generated/Rv/Data/API_v1_PropData.php @@ -22,6 +22,18 @@ class API_v1_PropData extends \Google\Protobuf\Internal\Message * Generated from protobuf field bool is_active = 2; */ protected $is_active = false; + /** + * Generated from protobuf field bool auto_clear_enabled = 3; + */ + protected $auto_clear_enabled = false; + /** + * Generated from protobuf field double auto_clear_duration = 4; + */ + protected $auto_clear_duration = 0.0; + /** + * Generated from protobuf field .rv.data.API_v1_Transition transition = 5; + */ + protected $transition = null; /** * Constructor. @@ -31,6 +43,9 @@ class API_v1_PropData extends \Google\Protobuf\Internal\Message * * @type \Rv\Data\API_v1_Identifier $id * @type bool $is_active + * @type bool $auto_clear_enabled + * @type float $auto_clear_duration + * @type \Rv\Data\API_v1_Transition $transition * } */ public function __construct($data = NULL) { @@ -92,5 +107,81 @@ class API_v1_PropData extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field bool auto_clear_enabled = 3; + * @return bool + */ + public function getAutoClearEnabled() + { + return $this->auto_clear_enabled; + } + + /** + * Generated from protobuf field bool auto_clear_enabled = 3; + * @param bool $var + * @return $this + */ + public function setAutoClearEnabled($var) + { + GPBUtil::checkBool($var); + $this->auto_clear_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field double auto_clear_duration = 4; + * @return float + */ + public function getAutoClearDuration() + { + return $this->auto_clear_duration; + } + + /** + * Generated from protobuf field double auto_clear_duration = 4; + * @param float $var + * @return $this + */ + public function setAutoClearDuration($var) + { + GPBUtil::checkDouble($var); + $this->auto_clear_duration = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Transition transition = 5; + * @return \Rv\Data\API_v1_Transition|null + */ + public function getTransition() + { + return $this->transition; + } + + public function hasTransition() + { + return isset($this->transition); + } + + public function clearTransition() + { + unset($this->transition); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Transition transition = 5; + * @param \Rv\Data\API_v1_Transition $var + * @return $this + */ + public function setTransition($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Transition::class); + $this->transition = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/API_v1_Prop_Request.php b/generated/Rv/Data/API_v1_Prop_Request.php index e400b0d..bd62d83 100644 --- a/generated/Rv/Data/API_v1_Prop_Request.php +++ b/generated/Rv/Data/API_v1_Prop_Request.php @@ -24,10 +24,18 @@ class API_v1_Prop_Request extends \Google\Protobuf\Internal\Message * * @type \Rv\Data\API_v1_Prop_Request\Props $props * @type \Rv\Data\API_v1_Prop_Request\GetProp $get_prop + * @type \Rv\Data\API_v1_Prop_Request\PutProp $put_prop * @type \Rv\Data\API_v1_Prop_Request\DeleteProp $delete_prop * @type \Rv\Data\API_v1_Prop_Request\TriggerProp $trigger_prop * @type \Rv\Data\API_v1_Prop_Request\ClearProp $clear_prop * @type \Rv\Data\API_v1_Prop_Request\GetThumbnail $get_thumbnail + * @type \Rv\Data\API_v1_Prop_Request\GetPropCollections $get_prop_collections + * @type \Rv\Data\API_v1_Prop_Request\GetPropCollection $get_prop_collection + * @type \Rv\Data\API_v1_Prop_Request\PostPropCollections $post_prop_collections + * @type \Rv\Data\API_v1_Prop_Request\PutPropCollection $put_prop_collection + * @type \Rv\Data\API_v1_Prop_Request\DeletePropCollection $delete_prop_collection + * @type \Rv\Data\API_v1_Prop_Request\PauseProp $pause_prop + * @type \Rv\Data\API_v1_Prop_Request\ResumeProp $resume_prop * } */ public function __construct($data = NULL) { @@ -90,109 +98,325 @@ class API_v1_Prop_Request extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Request.DeleteProp delete_prop = 3; - * @return \Rv\Data\API_v1_Prop_Request\DeleteProp|null + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PutProp put_prop = 3; + * @return \Rv\Data\API_v1_Prop_Request\PutProp|null */ - public function getDeleteProp() + public function getPutProp() { return $this->readOneof(3); } - public function hasDeleteProp() + public function hasPutProp() { return $this->hasOneof(3); } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Request.DeleteProp delete_prop = 3; - * @param \Rv\Data\API_v1_Prop_Request\DeleteProp $var + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PutProp put_prop = 3; + * @param \Rv\Data\API_v1_Prop_Request\PutProp $var * @return $this */ - public function setDeleteProp($var) + public function setPutProp($var) { - GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\DeleteProp::class); + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\PutProp::class); $this->writeOneof(3, $var); return $this; } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Request.TriggerProp trigger_prop = 4; - * @return \Rv\Data\API_v1_Prop_Request\TriggerProp|null + * Generated from protobuf field .rv.data.API_v1_Prop_Request.DeleteProp delete_prop = 4; + * @return \Rv\Data\API_v1_Prop_Request\DeleteProp|null */ - public function getTriggerProp() + public function getDeleteProp() { return $this->readOneof(4); } - public function hasTriggerProp() + public function hasDeleteProp() { return $this->hasOneof(4); } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Request.TriggerProp trigger_prop = 4; - * @param \Rv\Data\API_v1_Prop_Request\TriggerProp $var + * Generated from protobuf field .rv.data.API_v1_Prop_Request.DeleteProp delete_prop = 4; + * @param \Rv\Data\API_v1_Prop_Request\DeleteProp $var * @return $this */ - public function setTriggerProp($var) + public function setDeleteProp($var) { - GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\TriggerProp::class); + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\DeleteProp::class); $this->writeOneof(4, $var); return $this; } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Request.ClearProp clear_prop = 5; - * @return \Rv\Data\API_v1_Prop_Request\ClearProp|null + * Generated from protobuf field .rv.data.API_v1_Prop_Request.TriggerProp trigger_prop = 5; + * @return \Rv\Data\API_v1_Prop_Request\TriggerProp|null */ - public function getClearProp() + public function getTriggerProp() { return $this->readOneof(5); } - public function hasClearProp() + public function hasTriggerProp() { return $this->hasOneof(5); } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Request.ClearProp clear_prop = 5; - * @param \Rv\Data\API_v1_Prop_Request\ClearProp $var + * Generated from protobuf field .rv.data.API_v1_Prop_Request.TriggerProp trigger_prop = 5; + * @param \Rv\Data\API_v1_Prop_Request\TriggerProp $var * @return $this */ - public function setClearProp($var) + public function setTriggerProp($var) { - GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\ClearProp::class); + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\TriggerProp::class); $this->writeOneof(5, $var); return $this; } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Request.GetThumbnail get_thumbnail = 6; - * @return \Rv\Data\API_v1_Prop_Request\GetThumbnail|null + * Generated from protobuf field .rv.data.API_v1_Prop_Request.ClearProp clear_prop = 6; + * @return \Rv\Data\API_v1_Prop_Request\ClearProp|null */ - public function getGetThumbnail() + public function getClearProp() { return $this->readOneof(6); } - public function hasGetThumbnail() + public function hasClearProp() { return $this->hasOneof(6); } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Request.GetThumbnail get_thumbnail = 6; + * Generated from protobuf field .rv.data.API_v1_Prop_Request.ClearProp clear_prop = 6; + * @param \Rv\Data\API_v1_Prop_Request\ClearProp $var + * @return $this + */ + public function setClearProp($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\ClearProp::class); + $this->writeOneof(6, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.GetThumbnail get_thumbnail = 7; + * @return \Rv\Data\API_v1_Prop_Request\GetThumbnail|null + */ + public function getGetThumbnail() + { + return $this->readOneof(7); + } + + public function hasGetThumbnail() + { + return $this->hasOneof(7); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.GetThumbnail get_thumbnail = 7; * @param \Rv\Data\API_v1_Prop_Request\GetThumbnail $var * @return $this */ public function setGetThumbnail($var) { GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\GetThumbnail::class); - $this->writeOneof(6, $var); + $this->writeOneof(7, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.GetPropCollections get_prop_collections = 8; + * @return \Rv\Data\API_v1_Prop_Request\GetPropCollections|null + */ + public function getGetPropCollections() + { + return $this->readOneof(8); + } + + public function hasGetPropCollections() + { + return $this->hasOneof(8); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.GetPropCollections get_prop_collections = 8; + * @param \Rv\Data\API_v1_Prop_Request\GetPropCollections $var + * @return $this + */ + public function setGetPropCollections($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\GetPropCollections::class); + $this->writeOneof(8, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.GetPropCollection get_prop_collection = 9; + * @return \Rv\Data\API_v1_Prop_Request\GetPropCollection|null + */ + public function getGetPropCollection() + { + return $this->readOneof(9); + } + + public function hasGetPropCollection() + { + return $this->hasOneof(9); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.GetPropCollection get_prop_collection = 9; + * @param \Rv\Data\API_v1_Prop_Request\GetPropCollection $var + * @return $this + */ + public function setGetPropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\GetPropCollection::class); + $this->writeOneof(9, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PostPropCollections post_prop_collections = 10; + * @return \Rv\Data\API_v1_Prop_Request\PostPropCollections|null + */ + public function getPostPropCollections() + { + return $this->readOneof(10); + } + + public function hasPostPropCollections() + { + return $this->hasOneof(10); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PostPropCollections post_prop_collections = 10; + * @param \Rv\Data\API_v1_Prop_Request\PostPropCollections $var + * @return $this + */ + public function setPostPropCollections($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\PostPropCollections::class); + $this->writeOneof(10, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PutPropCollection put_prop_collection = 11; + * @return \Rv\Data\API_v1_Prop_Request\PutPropCollection|null + */ + public function getPutPropCollection() + { + return $this->readOneof(11); + } + + public function hasPutPropCollection() + { + return $this->hasOneof(11); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PutPropCollection put_prop_collection = 11; + * @param \Rv\Data\API_v1_Prop_Request\PutPropCollection $var + * @return $this + */ + public function setPutPropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\PutPropCollection::class); + $this->writeOneof(11, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.DeletePropCollection delete_prop_collection = 12; + * @return \Rv\Data\API_v1_Prop_Request\DeletePropCollection|null + */ + public function getDeletePropCollection() + { + return $this->readOneof(12); + } + + public function hasDeletePropCollection() + { + return $this->hasOneof(12); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.DeletePropCollection delete_prop_collection = 12; + * @param \Rv\Data\API_v1_Prop_Request\DeletePropCollection $var + * @return $this + */ + public function setDeletePropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\DeletePropCollection::class); + $this->writeOneof(12, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PauseProp pause_prop = 13; + * @return \Rv\Data\API_v1_Prop_Request\PauseProp|null + */ + public function getPauseProp() + { + return $this->readOneof(13); + } + + public function hasPauseProp() + { + return $this->hasOneof(13); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PauseProp pause_prop = 13; + * @param \Rv\Data\API_v1_Prop_Request\PauseProp $var + * @return $this + */ + public function setPauseProp($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\PauseProp::class); + $this->writeOneof(13, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.ResumeProp resume_prop = 14; + * @return \Rv\Data\API_v1_Prop_Request\ResumeProp|null + */ + public function getResumeProp() + { + return $this->readOneof(14); + } + + public function hasResumeProp() + { + return $this->hasOneof(14); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.ResumeProp resume_prop = 14; + * @param \Rv\Data\API_v1_Prop_Request\ResumeProp $var + * @return $this + */ + public function setResumeProp($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\ResumeProp::class); + $this->writeOneof(14, $var); return $this; } diff --git a/generated/Rv/Data/API_v1_Prop_Request/DeletePropCollection.php b/generated/Rv/Data/API_v1_Prop_Request/DeletePropCollection.php new file mode 100644 index 0000000..aec8b10 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/DeletePropCollection.php @@ -0,0 +1,59 @@ +rv.data.API_v1_Prop_Request.DeletePropCollection + */ +class DeletePropCollection extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string id = 1; + */ + protected $id = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $id + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string id = 1; + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * Generated from protobuf field string id = 1; + * @param string $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkString($var, True); + $this->id = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Request/GetPropCollection.php b/generated/Rv/Data/API_v1_Prop_Request/GetPropCollection.php new file mode 100644 index 0000000..3915527 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/GetPropCollection.php @@ -0,0 +1,59 @@ +rv.data.API_v1_Prop_Request.GetPropCollection + */ +class GetPropCollection extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string id = 1; + */ + protected $id = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $id + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string id = 1; + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * Generated from protobuf field string id = 1; + * @param string $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkString($var, True); + $this->id = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Request/GetPropCollections.php b/generated/Rv/Data/API_v1_Prop_Request/GetPropCollections.php new file mode 100644 index 0000000..a155fe6 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/GetPropCollections.php @@ -0,0 +1,32 @@ +rv.data.API_v1_Prop_Request.GetPropCollections + */ +class GetPropCollections extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Request/PauseProp.php b/generated/Rv/Data/API_v1_Prop_Request/PauseProp.php new file mode 100644 index 0000000..d8576fc --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/PauseProp.php @@ -0,0 +1,59 @@ +rv.data.API_v1_Prop_Request.PauseProp + */ +class PauseProp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string id = 1; + */ + protected $id = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $id + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string id = 1; + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * Generated from protobuf field string id = 1; + * @param string $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkString($var, True); + $this->id = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Request/PostPropCollections.php b/generated/Rv/Data/API_v1_Prop_Request/PostPropCollections.php new file mode 100644 index 0000000..cdd2a3e --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/PostPropCollections.php @@ -0,0 +1,59 @@ +rv.data.API_v1_Prop_Request.PostPropCollections + */ +class PostPropCollections extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string name = 1; + */ + protected $name = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $name + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string name = 1; + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Generated from protobuf field string name = 1; + * @param string $var + * @return $this + */ + public function setName($var) + { + GPBUtil::checkString($var, True); + $this->name = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Request/PutProp.php b/generated/Rv/Data/API_v1_Prop_Request/PutProp.php new file mode 100644 index 0000000..6bd8526 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/PutProp.php @@ -0,0 +1,123 @@ +rv.data.API_v1_Prop_Request.PutProp + */ +class PutProp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string id = 1; + */ + protected $id = ''; + /** + * Generated from protobuf field string name_change = 2; + */ + protected $name_change = ''; + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PutProp.AutoClearChange auto_clear_change = 3; + */ + protected $auto_clear_change = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $id + * @type string $name_change + * @type \Rv\Data\API_v1_Prop_Request\PutProp\AutoClearChange $auto_clear_change + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string id = 1; + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * Generated from protobuf field string id = 1; + * @param string $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkString($var, True); + $this->id = $var; + + return $this; + } + + /** + * Generated from protobuf field string name_change = 2; + * @return string + */ + public function getNameChange() + { + return $this->name_change; + } + + /** + * Generated from protobuf field string name_change = 2; + * @param string $var + * @return $this + */ + public function setNameChange($var) + { + GPBUtil::checkString($var, True); + $this->name_change = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PutProp.AutoClearChange auto_clear_change = 3; + * @return \Rv\Data\API_v1_Prop_Request\PutProp\AutoClearChange|null + */ + public function getAutoClearChange() + { + return $this->auto_clear_change; + } + + public function hasAutoClearChange() + { + return isset($this->auto_clear_change); + } + + public function clearAutoClearChange() + { + unset($this->auto_clear_change); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Request.PutProp.AutoClearChange auto_clear_change = 3; + * @param \Rv\Data\API_v1_Prop_Request\PutProp\AutoClearChange $var + * @return $this + */ + public function setAutoClearChange($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Request\PutProp\AutoClearChange::class); + $this->auto_clear_change = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Request/PutProp/AutoClearChange.php b/generated/Rv/Data/API_v1_Prop_Request/PutProp/AutoClearChange.php new file mode 100644 index 0000000..e5b4e1b --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/PutProp/AutoClearChange.php @@ -0,0 +1,86 @@ +rv.data.API_v1_Prop_Request.PutProp.AutoClearChange + */ +class AutoClearChange extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool auto_clear_enabled = 1; + */ + protected $auto_clear_enabled = false; + /** + * Generated from protobuf field double auto_clear_duration = 2; + */ + protected $auto_clear_duration = 0.0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $auto_clear_enabled + * @type float $auto_clear_duration + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool auto_clear_enabled = 1; + * @return bool + */ + public function getAutoClearEnabled() + { + return $this->auto_clear_enabled; + } + + /** + * Generated from protobuf field bool auto_clear_enabled = 1; + * @param bool $var + * @return $this + */ + public function setAutoClearEnabled($var) + { + GPBUtil::checkBool($var); + $this->auto_clear_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field double auto_clear_duration = 2; + * @return float + */ + public function getAutoClearDuration() + { + return $this->auto_clear_duration; + } + + /** + * Generated from protobuf field double auto_clear_duration = 2; + * @param float $var + * @return $this + */ + public function setAutoClearDuration($var) + { + GPBUtil::checkDouble($var); + $this->auto_clear_duration = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Request/PutPropCollection.php b/generated/Rv/Data/API_v1_Prop_Request/PutPropCollection.php new file mode 100644 index 0000000..4e3323b --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/PutPropCollection.php @@ -0,0 +1,96 @@ +rv.data.API_v1_Prop_Request.PutPropCollection + */ +class PutPropCollection extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string id = 1; + */ + protected $id = ''; + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection changes = 2; + */ + protected $changes = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $id + * @type \Rv\Data\API_v1_PropCollection $changes + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string id = 1; + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * Generated from protobuf field string id = 1; + * @param string $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkString($var, True); + $this->id = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection changes = 2; + * @return \Rv\Data\API_v1_PropCollection|null + */ + public function getChanges() + { + return $this->changes; + } + + public function hasChanges() + { + return isset($this->changes); + } + + public function clearChanges() + { + unset($this->changes); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection changes = 2; + * @param \Rv\Data\API_v1_PropCollection $var + * @return $this + */ + public function setChanges($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_PropCollection::class); + $this->changes = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Request/ResumeProp.php b/generated/Rv/Data/API_v1_Prop_Request/ResumeProp.php new file mode 100644 index 0000000..91503a3 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Request/ResumeProp.php @@ -0,0 +1,59 @@ +rv.data.API_v1_Prop_Request.ResumeProp + */ +class ResumeProp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string id = 1; + */ + protected $id = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $id + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string id = 1; + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * Generated from protobuf field string id = 1; + * @param string $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkString($var, True); + $this->id = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response.php b/generated/Rv/Data/API_v1_Prop_Response.php index c688c49..6b28b2b 100644 --- a/generated/Rv/Data/API_v1_Prop_Response.php +++ b/generated/Rv/Data/API_v1_Prop_Response.php @@ -24,10 +24,18 @@ class API_v1_Prop_Response extends \Google\Protobuf\Internal\Message * * @type \Rv\Data\API_v1_Prop_Response\Props $props * @type \Rv\Data\API_v1_Prop_Response\GetProp $get_prop + * @type \Rv\Data\API_v1_Prop_Response\PutProp $put_prop * @type \Rv\Data\API_v1_Prop_Response\DeleteProp $delete_prop * @type \Rv\Data\API_v1_Prop_Response\TriggerProp $trigger_prop * @type \Rv\Data\API_v1_Prop_Response\ClearProp $clear_prop * @type \Rv\Data\API_v1_Prop_Response\GetThumbnail $get_thumbnail + * @type \Rv\Data\API_v1_Prop_Response\GetPropCollections $get_prop_collections + * @type \Rv\Data\API_v1_Prop_Response\GetPropCollection $get_prop_collection + * @type \Rv\Data\API_v1_Prop_Response\PostPropCollections $post_prop_collections + * @type \Rv\Data\API_v1_Prop_Response\PutPropCollection $put_prop_collection + * @type \Rv\Data\API_v1_Prop_Response\DeletePropCollection $delete_prop_collection + * @type \Rv\Data\API_v1_Prop_Response\PauseProp $pause_prop + * @type \Rv\Data\API_v1_Prop_Response\ResumeProp $resume_prop * } */ public function __construct($data = NULL) { @@ -90,109 +98,325 @@ class API_v1_Prop_Response extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Response.DeleteProp delete_prop = 3; - * @return \Rv\Data\API_v1_Prop_Response\DeleteProp|null + * Generated from protobuf field .rv.data.API_v1_Prop_Response.PutProp put_prop = 3; + * @return \Rv\Data\API_v1_Prop_Response\PutProp|null */ - public function getDeleteProp() + public function getPutProp() { return $this->readOneof(3); } - public function hasDeleteProp() + public function hasPutProp() { return $this->hasOneof(3); } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Response.DeleteProp delete_prop = 3; - * @param \Rv\Data\API_v1_Prop_Response\DeleteProp $var + * Generated from protobuf field .rv.data.API_v1_Prop_Response.PutProp put_prop = 3; + * @param \Rv\Data\API_v1_Prop_Response\PutProp $var * @return $this */ - public function setDeleteProp($var) + public function setPutProp($var) { - GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\DeleteProp::class); + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\PutProp::class); $this->writeOneof(3, $var); return $this; } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Response.TriggerProp trigger_prop = 4; - * @return \Rv\Data\API_v1_Prop_Response\TriggerProp|null + * Generated from protobuf field .rv.data.API_v1_Prop_Response.DeleteProp delete_prop = 4; + * @return \Rv\Data\API_v1_Prop_Response\DeleteProp|null */ - public function getTriggerProp() + public function getDeleteProp() { return $this->readOneof(4); } - public function hasTriggerProp() + public function hasDeleteProp() { return $this->hasOneof(4); } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Response.TriggerProp trigger_prop = 4; - * @param \Rv\Data\API_v1_Prop_Response\TriggerProp $var + * Generated from protobuf field .rv.data.API_v1_Prop_Response.DeleteProp delete_prop = 4; + * @param \Rv\Data\API_v1_Prop_Response\DeleteProp $var * @return $this */ - public function setTriggerProp($var) + public function setDeleteProp($var) { - GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\TriggerProp::class); + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\DeleteProp::class); $this->writeOneof(4, $var); return $this; } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Response.ClearProp clear_prop = 5; - * @return \Rv\Data\API_v1_Prop_Response\ClearProp|null + * Generated from protobuf field .rv.data.API_v1_Prop_Response.TriggerProp trigger_prop = 5; + * @return \Rv\Data\API_v1_Prop_Response\TriggerProp|null */ - public function getClearProp() + public function getTriggerProp() { return $this->readOneof(5); } - public function hasClearProp() + public function hasTriggerProp() { return $this->hasOneof(5); } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Response.ClearProp clear_prop = 5; - * @param \Rv\Data\API_v1_Prop_Response\ClearProp $var + * Generated from protobuf field .rv.data.API_v1_Prop_Response.TriggerProp trigger_prop = 5; + * @param \Rv\Data\API_v1_Prop_Response\TriggerProp $var * @return $this */ - public function setClearProp($var) + public function setTriggerProp($var) { - GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\ClearProp::class); + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\TriggerProp::class); $this->writeOneof(5, $var); return $this; } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetThumbnail get_thumbnail = 6; - * @return \Rv\Data\API_v1_Prop_Response\GetThumbnail|null + * Generated from protobuf field .rv.data.API_v1_Prop_Response.ClearProp clear_prop = 6; + * @return \Rv\Data\API_v1_Prop_Response\ClearProp|null */ - public function getGetThumbnail() + public function getClearProp() { return $this->readOneof(6); } - public function hasGetThumbnail() + public function hasClearProp() { return $this->hasOneof(6); } /** - * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetThumbnail get_thumbnail = 6; + * Generated from protobuf field .rv.data.API_v1_Prop_Response.ClearProp clear_prop = 6; + * @param \Rv\Data\API_v1_Prop_Response\ClearProp $var + * @return $this + */ + public function setClearProp($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\ClearProp::class); + $this->writeOneof(6, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetThumbnail get_thumbnail = 7; + * @return \Rv\Data\API_v1_Prop_Response\GetThumbnail|null + */ + public function getGetThumbnail() + { + return $this->readOneof(7); + } + + public function hasGetThumbnail() + { + return $this->hasOneof(7); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetThumbnail get_thumbnail = 7; * @param \Rv\Data\API_v1_Prop_Response\GetThumbnail $var * @return $this */ public function setGetThumbnail($var) { GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\GetThumbnail::class); - $this->writeOneof(6, $var); + $this->writeOneof(7, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetPropCollections get_prop_collections = 8; + * @return \Rv\Data\API_v1_Prop_Response\GetPropCollections|null + */ + public function getGetPropCollections() + { + return $this->readOneof(8); + } + + public function hasGetPropCollections() + { + return $this->hasOneof(8); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetPropCollections get_prop_collections = 8; + * @param \Rv\Data\API_v1_Prop_Response\GetPropCollections $var + * @return $this + */ + public function setGetPropCollections($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\GetPropCollections::class); + $this->writeOneof(8, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetPropCollection get_prop_collection = 9; + * @return \Rv\Data\API_v1_Prop_Response\GetPropCollection|null + */ + public function getGetPropCollection() + { + return $this->readOneof(9); + } + + public function hasGetPropCollection() + { + return $this->hasOneof(9); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetPropCollection get_prop_collection = 9; + * @param \Rv\Data\API_v1_Prop_Response\GetPropCollection $var + * @return $this + */ + public function setGetPropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\GetPropCollection::class); + $this->writeOneof(9, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.PostPropCollections post_prop_collections = 10; + * @return \Rv\Data\API_v1_Prop_Response\PostPropCollections|null + */ + public function getPostPropCollections() + { + return $this->readOneof(10); + } + + public function hasPostPropCollections() + { + return $this->hasOneof(10); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.PostPropCollections post_prop_collections = 10; + * @param \Rv\Data\API_v1_Prop_Response\PostPropCollections $var + * @return $this + */ + public function setPostPropCollections($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\PostPropCollections::class); + $this->writeOneof(10, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.PutPropCollection put_prop_collection = 11; + * @return \Rv\Data\API_v1_Prop_Response\PutPropCollection|null + */ + public function getPutPropCollection() + { + return $this->readOneof(11); + } + + public function hasPutPropCollection() + { + return $this->hasOneof(11); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.PutPropCollection put_prop_collection = 11; + * @param \Rv\Data\API_v1_Prop_Response\PutPropCollection $var + * @return $this + */ + public function setPutPropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\PutPropCollection::class); + $this->writeOneof(11, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.DeletePropCollection delete_prop_collection = 12; + * @return \Rv\Data\API_v1_Prop_Response\DeletePropCollection|null + */ + public function getDeletePropCollection() + { + return $this->readOneof(12); + } + + public function hasDeletePropCollection() + { + return $this->hasOneof(12); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.DeletePropCollection delete_prop_collection = 12; + * @param \Rv\Data\API_v1_Prop_Response\DeletePropCollection $var + * @return $this + */ + public function setDeletePropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\DeletePropCollection::class); + $this->writeOneof(12, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.PauseProp pause_prop = 13; + * @return \Rv\Data\API_v1_Prop_Response\PauseProp|null + */ + public function getPauseProp() + { + return $this->readOneof(13); + } + + public function hasPauseProp() + { + return $this->hasOneof(13); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.PauseProp pause_prop = 13; + * @param \Rv\Data\API_v1_Prop_Response\PauseProp $var + * @return $this + */ + public function setPauseProp($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\PauseProp::class); + $this->writeOneof(13, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.ResumeProp resume_prop = 14; + * @return \Rv\Data\API_v1_Prop_Response\ResumeProp|null + */ + public function getResumeProp() + { + return $this->readOneof(14); + } + + public function hasResumeProp() + { + return $this->hasOneof(14); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.ResumeProp resume_prop = 14; + * @param \Rv\Data\API_v1_Prop_Response\ResumeProp $var + * @return $this + */ + public function setResumeProp($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\ResumeProp::class); + $this->writeOneof(14, $var); return $this; } diff --git a/generated/Rv/Data/API_v1_Prop_Response/DeletePropCollection.php b/generated/Rv/Data/API_v1_Prop_Response/DeletePropCollection.php new file mode 100644 index 0000000..9b6b71d --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/DeletePropCollection.php @@ -0,0 +1,32 @@ +rv.data.API_v1_Prop_Response.DeletePropCollection + */ +class DeletePropCollection extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response/GetPropCollection.php b/generated/Rv/Data/API_v1_Prop_Response/GetPropCollection.php new file mode 100644 index 0000000..0bd026f --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/GetPropCollection.php @@ -0,0 +1,69 @@ +rv.data.API_v1_Prop_Response.GetPropCollection + */ +class GetPropCollection extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + */ + protected $prop_collection = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\API_v1_PropCollection $prop_collection + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + * @return \Rv\Data\API_v1_PropCollection|null + */ + public function getPropCollection() + { + return $this->prop_collection; + } + + public function hasPropCollection() + { + return isset($this->prop_collection); + } + + public function clearPropCollection() + { + unset($this->prop_collection); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + * @param \Rv\Data\API_v1_PropCollection $var + * @return $this + */ + public function setPropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_PropCollection::class); + $this->prop_collection = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response/GetPropCollections.php b/generated/Rv/Data/API_v1_Prop_Response/GetPropCollections.php new file mode 100644 index 0000000..3182a78 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/GetPropCollections.php @@ -0,0 +1,69 @@ +rv.data.API_v1_Prop_Response.GetPropCollections + */ +class GetPropCollections extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetPropCollections.Collections prop_collections = 1; + */ + protected $prop_collections = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\API_v1_Prop_Response\GetPropCollections\Collections $prop_collections + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetPropCollections.Collections prop_collections = 1; + * @return \Rv\Data\API_v1_Prop_Response\GetPropCollections\Collections|null + */ + public function getPropCollections() + { + return $this->prop_collections; + } + + public function hasPropCollections() + { + return isset($this->prop_collections); + } + + public function clearPropCollections() + { + unset($this->prop_collections); + } + + /** + * Generated from protobuf field .rv.data.API_v1_Prop_Response.GetPropCollections.Collections prop_collections = 1; + * @param \Rv\Data\API_v1_Prop_Response\GetPropCollections\Collections $var + * @return $this + */ + public function setPropCollections($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_Prop_Response\GetPropCollections\Collections::class); + $this->prop_collections = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response/GetPropCollections/Collections.php b/generated/Rv/Data/API_v1_Prop_Response/GetPropCollections/Collections.php new file mode 100644 index 0000000..b777f5b --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/GetPropCollections/Collections.php @@ -0,0 +1,59 @@ +rv.data.API_v1_Prop_Response.GetPropCollections.Collections + */ +class Collections extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field repeated .rv.data.API_v1_PropCollection collections = 1; + */ + private $collections; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type array<\Rv\Data\API_v1_PropCollection>|\Google\Protobuf\Internal\RepeatedField $collections + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field repeated .rv.data.API_v1_PropCollection collections = 1; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getCollections() + { + return $this->collections; + } + + /** + * Generated from protobuf field repeated .rv.data.API_v1_PropCollection collections = 1; + * @param array<\Rv\Data\API_v1_PropCollection>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setCollections($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\API_v1_PropCollection::class); + $this->collections = $arr; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response/PauseProp.php b/generated/Rv/Data/API_v1_Prop_Response/PauseProp.php new file mode 100644 index 0000000..d3fe7af --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/PauseProp.php @@ -0,0 +1,32 @@ +rv.data.API_v1_Prop_Response.PauseProp + */ +class PauseProp extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response/PostPropCollections.php b/generated/Rv/Data/API_v1_Prop_Response/PostPropCollections.php new file mode 100644 index 0000000..bc8e731 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/PostPropCollections.php @@ -0,0 +1,69 @@ +rv.data.API_v1_Prop_Response.PostPropCollections + */ +class PostPropCollections extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + */ + protected $prop_collection = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\API_v1_PropCollection $prop_collection + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + * @return \Rv\Data\API_v1_PropCollection|null + */ + public function getPropCollection() + { + return $this->prop_collection; + } + + public function hasPropCollection() + { + return isset($this->prop_collection); + } + + public function clearPropCollection() + { + unset($this->prop_collection); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + * @param \Rv\Data\API_v1_PropCollection $var + * @return $this + */ + public function setPropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_PropCollection::class); + $this->prop_collection = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response/PutProp.php b/generated/Rv/Data/API_v1_Prop_Response/PutProp.php new file mode 100644 index 0000000..b1ba141 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/PutProp.php @@ -0,0 +1,69 @@ +rv.data.API_v1_Prop_Response.PutProp + */ +class PutProp extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.API_v1_PropData prop = 1; + */ + protected $prop = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\API_v1_PropData $prop + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropData prop = 1; + * @return \Rv\Data\API_v1_PropData|null + */ + public function getProp() + { + return $this->prop; + } + + public function hasProp() + { + return isset($this->prop); + } + + public function clearProp() + { + unset($this->prop); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropData prop = 1; + * @param \Rv\Data\API_v1_PropData $var + * @return $this + */ + public function setProp($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_PropData::class); + $this->prop = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response/PutPropCollection.php b/generated/Rv/Data/API_v1_Prop_Response/PutPropCollection.php new file mode 100644 index 0000000..1dd63e8 --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/PutPropCollection.php @@ -0,0 +1,69 @@ +rv.data.API_v1_Prop_Response.PutPropCollection + */ +class PutPropCollection extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + */ + protected $prop_collection = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\API_v1_PropCollection $prop_collection + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + * @return \Rv\Data\API_v1_PropCollection|null + */ + public function getPropCollection() + { + return $this->prop_collection; + } + + public function hasPropCollection() + { + return isset($this->prop_collection); + } + + public function clearPropCollection() + { + unset($this->prop_collection); + } + + /** + * Generated from protobuf field .rv.data.API_v1_PropCollection prop_collection = 1; + * @param \Rv\Data\API_v1_PropCollection $var + * @return $this + */ + public function setPropCollection($var) + { + GPBUtil::checkMessage($var, \Rv\Data\API_v1_PropCollection::class); + $this->prop_collection = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Prop_Response/ResumeProp.php b/generated/Rv/Data/API_v1_Prop_Response/ResumeProp.php new file mode 100644 index 0000000..8127a2f --- /dev/null +++ b/generated/Rv/Data/API_v1_Prop_Response/ResumeProp.php @@ -0,0 +1,32 @@ +rv.data.API_v1_Prop_Response.ResumeProp + */ +class ResumeProp extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Data/API_v1_Transition.php b/generated/Rv/Data/API_v1_Transition.php new file mode 100644 index 0000000..c49fa73 --- /dev/null +++ b/generated/Rv/Data/API_v1_Transition.php @@ -0,0 +1,113 @@ +rv.data.API_v1_Transition + */ +class API_v1_Transition extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string uuid = 1; + */ + protected $uuid = ''; + /** + * Generated from protobuf field string name = 2; + */ + protected $name = ''; + /** + * Generated from protobuf field double duration = 3; + */ + protected $duration = 0.0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $uuid + * @type string $name + * @type float $duration + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApiV1Prop::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string uuid = 1; + * @return string + */ + public function getUuid() + { + return $this->uuid; + } + + /** + * Generated from protobuf field string uuid = 1; + * @param string $var + * @return $this + */ + public function setUuid($var) + { + GPBUtil::checkString($var, True); + $this->uuid = $var; + + return $this; + } + + /** + * Generated from protobuf field string name = 2; + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Generated from protobuf field string name = 2; + * @param string $var + * @return $this + */ + public function setName($var) + { + GPBUtil::checkString($var, True); + $this->name = $var; + + return $this; + } + + /** + * Generated from protobuf field double duration = 3; + * @return float + */ + public function getDuration() + { + return $this->duration; + } + + /** + * Generated from protobuf field double duration = 3; + * @param float $var + * @return $this + */ + public function setDuration($var) + { + GPBUtil::checkDouble($var); + $this->duration = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/API_v1_Transport_Response/GetCurrentMedia.php b/generated/Rv/Data/API_v1_Transport_Response/GetCurrentMedia.php index a41324d..eaab23f 100644 --- a/generated/Rv/Data/API_v1_Transport_Response/GetCurrentMedia.php +++ b/generated/Rv/Data/API_v1_Transport_Response/GetCurrentMedia.php @@ -19,9 +19,9 @@ class GetCurrentMedia extends \Google\Protobuf\Internal\Message */ protected $is_playing = false; /** - * Generated from protobuf field .rv.data.UUID uuid = 2; + * Generated from protobuf field string uuid = 2; */ - protected $uuid = null; + protected $uuid = ''; /** * Generated from protobuf field string name = 3; */ @@ -46,7 +46,7 @@ class GetCurrentMedia extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type bool $is_playing - * @type \Rv\Data\UUID $uuid + * @type string $uuid * @type string $name * @type string $artist * @type bool $audio_only @@ -81,32 +81,22 @@ class GetCurrentMedia extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.UUID uuid = 2; - * @return \Rv\Data\UUID|null + * Generated from protobuf field string uuid = 2; + * @return string */ public function getUuid() { return $this->uuid; } - public function hasUuid() - { - return isset($this->uuid); - } - - public function clearUuid() - { - unset($this->uuid); - } - /** - * Generated from protobuf field .rv.data.UUID uuid = 2; - * @param \Rv\Data\UUID $var + * Generated from protobuf field string uuid = 2; + * @param string $var * @return $this */ public function setUuid($var) { - GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + GPBUtil::checkString($var, True); $this->uuid = $var; return $this; diff --git a/generated/Rv/Data/Action/PropType.php b/generated/Rv/Data/Action/PropType.php index ca2ce3e..721e51b 100644 --- a/generated/Rv/Data/Action/PropType.php +++ b/generated/Rv/Data/Action/PropType.php @@ -18,6 +18,7 @@ class PropType extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.CollectionElementType identification = 3; */ protected $identification = null; + protected $TriggerType; /** * Constructor. @@ -26,6 +27,8 @@ class PropType extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type \Rv\Data\CollectionElementType $identification + * @type \Rv\Data\Action\PropType\PropTrigger $trigger + * @type \Rv\Data\Action\PropType\PropClear $clear * } */ public function __construct($data = NULL) { @@ -65,5 +68,67 @@ class PropType extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.Action.PropType.PropTrigger trigger = 4; + * @return \Rv\Data\Action\PropType\PropTrigger|null + */ + public function getTrigger() + { + return $this->readOneof(4); + } + + public function hasTrigger() + { + return $this->hasOneof(4); + } + + /** + * Generated from protobuf field .rv.data.Action.PropType.PropTrigger trigger = 4; + * @param \Rv\Data\Action\PropType\PropTrigger $var + * @return $this + */ + public function setTrigger($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Action\PropType\PropTrigger::class); + $this->writeOneof(4, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Action.PropType.PropClear clear = 5; + * @return \Rv\Data\Action\PropType\PropClear|null + */ + public function getClear() + { + return $this->readOneof(5); + } + + public function hasClear() + { + return $this->hasOneof(5); + } + + /** + * Generated from protobuf field .rv.data.Action.PropType.PropClear clear = 5; + * @param \Rv\Data\Action\PropType\PropClear $var + * @return $this + */ + public function setClear($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Action\PropType\PropClear::class); + $this->writeOneof(5, $var); + + return $this; + } + + /** + * @return string + */ + public function getTriggerType() + { + return $this->whichOneof("TriggerType"); + } + } diff --git a/generated/Rv/Analytics/MultiTracks.php b/generated/Rv/Data/Action/PropType/PropClear.php similarity index 65% rename from generated/Rv/Analytics/MultiTracks.php rename to generated/Rv/Data/Action/PropType/PropClear.php index 6dbf4d4..5090130 100644 --- a/generated/Rv/Analytics/MultiTracks.php +++ b/generated/Rv/Data/Action/PropType/PropClear.php @@ -1,18 +1,18 @@ rv.analytics.MultiTracks + * Generated from protobuf message rv.data.Action.PropType.PropClear */ -class MultiTracks extends \Google\Protobuf\Internal\Message +class PropClear extends \Google\Protobuf\Internal\Message { /** @@ -24,7 +24,7 @@ class MultiTracks extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsMultiTracks::initOnce(); + \GPBMetadata\Action::initOnce(); parent::__construct($data); } diff --git a/generated/Rv/Data/Action/PropType/PropTrigger.php b/generated/Rv/Data/Action/PropType/PropTrigger.php new file mode 100644 index 0000000..b260120 --- /dev/null +++ b/generated/Rv/Data/Action/PropType/PropTrigger.php @@ -0,0 +1,113 @@ +rv.data.Action.PropType.PropTrigger + */ +class PropTrigger extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool auto_clear_enabled = 1; + */ + protected $auto_clear_enabled = false; + /** + * Generated from protobuf field bool auto_clear_follows_prop_duration = 2; + */ + protected $auto_clear_follows_prop_duration = false; + /** + * Generated from protobuf field double auto_clear_duration = 3; + */ + protected $auto_clear_duration = 0.0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $auto_clear_enabled + * @type bool $auto_clear_follows_prop_duration + * @type float $auto_clear_duration + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Action::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool auto_clear_enabled = 1; + * @return bool + */ + public function getAutoClearEnabled() + { + return $this->auto_clear_enabled; + } + + /** + * Generated from protobuf field bool auto_clear_enabled = 1; + * @param bool $var + * @return $this + */ + public function setAutoClearEnabled($var) + { + GPBUtil::checkBool($var); + $this->auto_clear_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field bool auto_clear_follows_prop_duration = 2; + * @return bool + */ + public function getAutoClearFollowsPropDuration() + { + return $this->auto_clear_follows_prop_duration; + } + + /** + * Generated from protobuf field bool auto_clear_follows_prop_duration = 2; + * @param bool $var + * @return $this + */ + public function setAutoClearFollowsPropDuration($var) + { + GPBUtil::checkBool($var); + $this->auto_clear_follows_prop_duration = $var; + + return $this; + } + + /** + * Generated from protobuf field double auto_clear_duration = 3; + * @return float + */ + public function getAutoClearDuration() + { + return $this->auto_clear_duration; + } + + /** + * Generated from protobuf field double auto_clear_duration = 3; + * @param float $var + * @return $this + */ + public function setAutoClearDuration($var) + { + GPBUtil::checkDouble($var); + $this->auto_clear_duration = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/AdvertisementGroup.php b/generated/Rv/Data/AdvertisementGroup.php new file mode 100644 index 0000000..26678d5 --- /dev/null +++ b/generated/Rv/Data/AdvertisementGroup.php @@ -0,0 +1,187 @@ +rv.data.AdvertisementGroup + */ +class AdvertisementGroup extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.UUID id = 1; + */ + protected $id = null; + /** + * Generated from protobuf field string name = 2; + */ + protected $name = ''; + /** + * Generated from protobuf field .rv.data.URL url = 3; + */ + protected $url = null; + /** + * Generated from protobuf field int32 start_index = 4; + */ + protected $start_index = 0; + /** + * Generated from protobuf field double duration = 5; + */ + protected $duration = 0.0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\UUID $id + * @type string $name + * @type \Rv\Data\URL $url + * @type int $start_index + * @type float $duration + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\AdvertisementGroup::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.UUID id = 1; + * @return \Rv\Data\UUID|null + */ + public function getId() + { + return $this->id; + } + + public function hasId() + { + return isset($this->id); + } + + public function clearId() + { + unset($this->id); + } + + /** + * Generated from protobuf field .rv.data.UUID id = 1; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setId($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->id = $var; + + return $this; + } + + /** + * Generated from protobuf field string name = 2; + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Generated from protobuf field string name = 2; + * @param string $var + * @return $this + */ + public function setName($var) + { + GPBUtil::checkString($var, True); + $this->name = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.URL url = 3; + * @return \Rv\Data\URL|null + */ + public function getUrl() + { + return $this->url; + } + + public function hasUrl() + { + return isset($this->url); + } + + public function clearUrl() + { + unset($this->url); + } + + /** + * Generated from protobuf field .rv.data.URL url = 3; + * @param \Rv\Data\URL $var + * @return $this + */ + public function setUrl($var) + { + GPBUtil::checkMessage($var, \Rv\Data\URL::class); + $this->url = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 start_index = 4; + * @return int + */ + public function getStartIndex() + { + return $this->start_index; + } + + /** + * Generated from protobuf field int32 start_index = 4; + * @param int $var + * @return $this + */ + public function setStartIndex($var) + { + GPBUtil::checkInt32($var); + $this->start_index = $var; + + return $this; + } + + /** + * Generated from protobuf field double duration = 5; + * @return float + */ + public function getDuration() + { + return $this->duration; + } + + /** + * Generated from protobuf field double duration = 5; + * @param float $var + * @return $this + */ + public function setDuration($var) + { + GPBUtil::checkDouble($var); + $this->duration = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/AirplayConfiguration.php b/generated/Rv/Data/AirplayConfiguration.php new file mode 100644 index 0000000..c84a7db --- /dev/null +++ b/generated/Rv/Data/AirplayConfiguration.php @@ -0,0 +1,194 @@ +rv.data.AirplayConfiguration + */ +class AirplayConfiguration extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool enable = 1; + */ + protected $enable = false; + /** + * Generated from protobuf field string fairplay_path = 2; + */ + protected $fairplay_path = ''; + /** + * Generated from protobuf field string service_name = 3; + */ + protected $service_name = ''; + /** + * Generated from protobuf field string password = 4; + */ + protected $password = ''; + /** + * Generated from protobuf field bool password_enabled = 5; + */ + protected $password_enabled = false; + /** + * Generated from protobuf field string uuid = 6; + */ + protected $uuid = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $enable + * @type string $fairplay_path + * @type string $service_name + * @type string $password + * @type bool $password_enabled + * @type string $uuid + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProApi::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool enable = 1; + * @return bool + */ + public function getEnable() + { + return $this->enable; + } + + /** + * Generated from protobuf field bool enable = 1; + * @param bool $var + * @return $this + */ + public function setEnable($var) + { + GPBUtil::checkBool($var); + $this->enable = $var; + + return $this; + } + + /** + * Generated from protobuf field string fairplay_path = 2; + * @return string + */ + public function getFairplayPath() + { + return $this->fairplay_path; + } + + /** + * Generated from protobuf field string fairplay_path = 2; + * @param string $var + * @return $this + */ + public function setFairplayPath($var) + { + GPBUtil::checkString($var, True); + $this->fairplay_path = $var; + + return $this; + } + + /** + * Generated from protobuf field string service_name = 3; + * @return string + */ + public function getServiceName() + { + return $this->service_name; + } + + /** + * Generated from protobuf field string service_name = 3; + * @param string $var + * @return $this + */ + public function setServiceName($var) + { + GPBUtil::checkString($var, True); + $this->service_name = $var; + + return $this; + } + + /** + * Generated from protobuf field string password = 4; + * @return string + */ + public function getPassword() + { + return $this->password; + } + + /** + * Generated from protobuf field string password = 4; + * @param string $var + * @return $this + */ + public function setPassword($var) + { + GPBUtil::checkString($var, True); + $this->password = $var; + + return $this; + } + + /** + * Generated from protobuf field bool password_enabled = 5; + * @return bool + */ + public function getPasswordEnabled() + { + return $this->password_enabled; + } + + /** + * Generated from protobuf field bool password_enabled = 5; + * @param bool $var + * @return $this + */ + public function setPasswordEnabled($var) + { + GPBUtil::checkBool($var); + $this->password_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field string uuid = 6; + * @return string + */ + public function getUuid() + { + return $this->uuid; + } + + /** + * Generated from protobuf field string uuid = 6; + * @param string $var + * @return $this + */ + public function setUuid($var) + { + GPBUtil::checkString($var, True); + $this->uuid = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/CoreDataStateDump.php b/generated/Rv/Data/CoreDataStateDump.php deleted file mode 100644 index 5d09661..0000000 --- a/generated/Rv/Data/CoreDataStateDump.php +++ /dev/null @@ -1,69 +0,0 @@ -rv.data.CoreDataStateDump - */ -class CoreDataStateDump extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field .rv.data.MacrosDocument macros = 1; - */ - protected $macros = null; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Data\MacrosDocument $macros - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\ProCore::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.data.MacrosDocument macros = 1; - * @return \Rv\Data\MacrosDocument|null - */ - public function getMacros() - { - return $this->macros; - } - - public function hasMacros() - { - return isset($this->macros); - } - - public function clearMacros() - { - unset($this->macros); - } - - /** - * Generated from protobuf field .rv.data.MacrosDocument macros = 1; - * @param \Rv\Data\MacrosDocument $var - * @return $this - */ - public function setMacros($var) - { - GPBUtil::checkMessage($var, \Rv\Data\MacrosDocument::class); - $this->macros = $var; - - return $this; - } - -} - diff --git a/generated/Rv/Data/GetMediaThumbnail.php b/generated/Rv/Data/GetMediaThumbnail.php new file mode 100644 index 0000000..54f7edc --- /dev/null +++ b/generated/Rv/Data/GetMediaThumbnail.php @@ -0,0 +1,151 @@ +rv.data.GetMediaThumbnail + */ +class GetMediaThumbnail extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field int32 width_hint = 3; + */ + protected $width_hint = 0; + /** + * Generated from protobuf field int32 height_hint = 4; + */ + protected $height_hint = 0; + protected $MediaType; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $width_hint + * @type int $height_hint + * @type \Rv\Data\Media $media + * @type \Rv\Data\Action $action + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field int32 width_hint = 3; + * @return int + */ + public function getWidthHint() + { + return $this->width_hint; + } + + /** + * Generated from protobuf field int32 width_hint = 3; + * @param int $var + * @return $this + */ + public function setWidthHint($var) + { + GPBUtil::checkInt32($var); + $this->width_hint = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 height_hint = 4; + * @return int + */ + public function getHeightHint() + { + return $this->height_hint; + } + + /** + * Generated from protobuf field int32 height_hint = 4; + * @param int $var + * @return $this + */ + public function setHeightHint($var) + { + GPBUtil::checkInt32($var); + $this->height_hint = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Media media = 1; + * @return \Rv\Data\Media|null + */ + public function getMedia() + { + return $this->readOneof(1); + } + + public function hasMedia() + { + return $this->hasOneof(1); + } + + /** + * Generated from protobuf field .rv.data.Media media = 1; + * @param \Rv\Data\Media $var + * @return $this + */ + public function setMedia($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Media::class); + $this->writeOneof(1, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Action action = 2; + * @return \Rv\Data\Action|null + */ + public function getAction() + { + return $this->readOneof(2); + } + + public function hasAction() + { + return $this->hasOneof(2); + } + + /** + * Generated from protobuf field .rv.data.Action action = 2; + * @param \Rv\Data\Action $var + * @return $this + */ + public function setAction($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Action::class); + $this->writeOneof(2, $var); + + return $this; + } + + /** + * @return string + */ + public function getMediaType() + { + return $this->whichOneof("MediaType"); + } + +} + diff --git a/generated/Rv/Data/Graphics/Text.php b/generated/Rv/Data/Graphics/Text.php index e98bb75..2fbff57 100644 --- a/generated/Rv/Data/Graphics/Text.php +++ b/generated/Rv/Data/Graphics/Text.php @@ -54,6 +54,10 @@ class Text extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.Graphics.Text.ChordPro chord_pro = 12; */ protected $chord_pro = null; + /** + * Generated from protobuf field repeated .rv.data.Graphics.Text.AlternateText alternate_texts = 13; + */ + private $alternate_texts; /** * Constructor. @@ -71,6 +75,7 @@ class Text extends \Google\Protobuf\Internal\Message * @type int $transform * @type string $transformDelimiter * @type \Rv\Data\Graphics\Text\ChordPro $chord_pro + * @type array<\Rv\Data\Graphics\Text\AlternateText>|\Google\Protobuf\Internal\RepeatedField $alternate_texts * } */ public function __construct($data = NULL) { @@ -338,5 +343,27 @@ class Text extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field repeated .rv.data.Graphics.Text.AlternateText alternate_texts = 13; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getAlternateTexts() + { + return $this->alternate_texts; + } + + /** + * Generated from protobuf field repeated .rv.data.Graphics.Text.AlternateText alternate_texts = 13; + * @param array<\Rv\Data\Graphics\Text\AlternateText>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setAlternateTexts($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\Graphics\Text\AlternateText::class); + $this->alternate_texts = $arr; + + return $this; + } + } diff --git a/generated/Rv/Data/Graphics/Text/AlternateText.php b/generated/Rv/Data/Graphics/Text/AlternateText.php new file mode 100644 index 0000000..f24da81 --- /dev/null +++ b/generated/Rv/Data/Graphics/Text/AlternateText.php @@ -0,0 +1,96 @@ +rv.data.Graphics.Text.AlternateText + */ +class AlternateText extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string key = 1; + */ + protected $key = ''; + protected $ContentType; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $key + * @type string $plain_text + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\GraphicsData::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string key = 1; + * @return string + */ + public function getKey() + { + return $this->key; + } + + /** + * Generated from protobuf field string key = 1; + * @param string $var + * @return $this + */ + public function setKey($var) + { + GPBUtil::checkString($var, True); + $this->key = $var; + + return $this; + } + + /** + * Generated from protobuf field string plain_text = 2; + * @return string + */ + public function getPlainText() + { + return $this->readOneof(2); + } + + public function hasPlainText() + { + return $this->hasOneof(2); + } + + /** + * Generated from protobuf field string plain_text = 2; + * @param string $var + * @return $this + */ + public function setPlainText($var) + { + GPBUtil::checkString($var, True); + $this->writeOneof(2, $var); + + return $this; + } + + /** + * @return string + */ + public function getContentType() + { + return $this->whichOneof("ContentType"); + } + +} + diff --git a/generated/Rv/Data/Graphics/Text/Attributes.php b/generated/Rv/Data/Graphics/Text/Attributes.php index faa75a7..f324fc8 100644 --- a/generated/Rv/Data/Graphics/Text/Attributes.php +++ b/generated/Rv/Data/Graphics/Text/Attributes.php @@ -66,6 +66,10 @@ class Attributes extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.Color background_color = 15; */ protected $background_color = null; + /** + * Generated from protobuf field .rv.data.Graphics.Text.Attributes.LigatureStyle ligature_style = 19; + */ + protected $ligature_style = 0; protected $fill; /** @@ -87,6 +91,7 @@ class Attributes extends \Google\Protobuf\Internal\Message * @type \Rv\Data\Color $stroke_color * @type array<\Rv\Data\Graphics\Text\Attributes\CustomAttribute>|\Google\Protobuf\Internal\RepeatedField $custom_attributes * @type \Rv\Data\Color $background_color + * @type int $ligature_style * @type \Rv\Data\Color $text_solid_fill * @type \Rv\Data\Graphics\Text\GradientFill $text_gradient_fill * @type \Rv\Data\Graphics\Text\CutOutFill $cut_out_fill @@ -465,6 +470,28 @@ class Attributes extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.Graphics.Text.Attributes.LigatureStyle ligature_style = 19; + * @return int + */ + public function getLigatureStyle() + { + return $this->ligature_style; + } + + /** + * Generated from protobuf field .rv.data.Graphics.Text.Attributes.LigatureStyle ligature_style = 19; + * @param int $var + * @return $this + */ + public function setLigatureStyle($var) + { + GPBUtil::checkEnum($var, \Rv\Data\Graphics\Text\Attributes\LigatureStyle::class); + $this->ligature_style = $var; + + return $this; + } + /** * Generated from protobuf field .rv.data.Color text_solid_fill = 3; * @return \Rv\Data\Color|null diff --git a/generated/Rv/Data/Graphics/Text/Attributes/CharacterSizeMode.php b/generated/Rv/Data/Graphics/Text/Attributes/CharacterSizeMode.php new file mode 100644 index 0000000..91a4734 --- /dev/null +++ b/generated/Rv/Data/Graphics/Text/Attributes/CharacterSizeMode.php @@ -0,0 +1,54 @@ +rv.data.Graphics.Text.Attributes.CharacterSizeMode + */ +class CharacterSizeMode +{ + /** + * Generated from protobuf enum CHARACTER_SIZE_MODE_NORMAL = 0; + */ + const CHARACTER_SIZE_MODE_NORMAL = 0; + /** + * Generated from protobuf enum CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_HEIGHT = 1; + */ + const CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_HEIGHT = 1; + /** + * Generated from protobuf enum CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_WIDTH = 2; + */ + const CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_WIDTH = 2; + + private static $valueToName = [ + self::CHARACTER_SIZE_MODE_NORMAL => 'CHARACTER_SIZE_MODE_NORMAL', + self::CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_HEIGHT => 'CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_HEIGHT', + self::CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_WIDTH => 'CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_WIDTH', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Data/Graphics/Text/Attributes/CustomAttribute.php b/generated/Rv/Data/Graphics/Text/Attributes/CustomAttribute.php index d6d1803..fd88bf5 100644 --- a/generated/Rv/Data/Graphics/Text/Attributes/CustomAttribute.php +++ b/generated/Rv/Data/Graphics/Text/Attributes/CustomAttribute.php @@ -36,6 +36,7 @@ class CustomAttribute extends \Google\Protobuf\Internal\Message * @type \Rv\Data\Graphics\Text\CutOutFill $cut_out_fill * @type \Rv\Data\Graphics\Text\MediaFill $media_fill * @type \Rv\Data\Graphics\BackgroundEffect $background_effect + * @type int $character_size_mode * } */ public function __construct($data = NULL) { @@ -318,6 +319,33 @@ class CustomAttribute extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.Graphics.Text.Attributes.CharacterSizeMode character_size_mode = 11; + * @return int + */ + public function getCharacterSizeMode() + { + return $this->readOneof(11); + } + + public function hasCharacterSizeMode() + { + return $this->hasOneof(11); + } + + /** + * Generated from protobuf field .rv.data.Graphics.Text.Attributes.CharacterSizeMode character_size_mode = 11; + * @param int $var + * @return $this + */ + public function setCharacterSizeMode($var) + { + GPBUtil::checkEnum($var, \Rv\Data\Graphics\Text\Attributes\CharacterSizeMode::class); + $this->writeOneof(11, $var); + + return $this; + } + /** * @return string */ diff --git a/generated/Rv/Data/Graphics/Text/Attributes/LigatureStyle.php b/generated/Rv/Data/Graphics/Text/Attributes/LigatureStyle.php new file mode 100644 index 0000000..3f54ea0 --- /dev/null +++ b/generated/Rv/Data/Graphics/Text/Attributes/LigatureStyle.php @@ -0,0 +1,49 @@ +rv.data.Graphics.Text.Attributes.LigatureStyle + */ +class LigatureStyle +{ + /** + * Generated from protobuf enum LIGATURE_STYLE_DEFAULT = 0; + */ + const LIGATURE_STYLE_DEFAULT = 0; + /** + * Generated from protobuf enum LIGATURE_STYLE_NONE = 1; + */ + const LIGATURE_STYLE_NONE = 1; + + private static $valueToName = [ + self::LIGATURE_STYLE_DEFAULT => 'LIGATURE_STYLE_DEFAULT', + self::LIGATURE_STYLE_NONE => 'LIGATURE_STYLE_NONE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Analytics/Startup/Resi.php b/generated/Rv/Data/InputStatusCallback.php similarity index 50% rename from generated/Rv/Analytics/Startup/Resi.php rename to generated/Rv/Data/InputStatusCallback.php index af2d777..58998f1 100644 --- a/generated/Rv/Analytics/Startup/Resi.php +++ b/generated/Rv/Data/InputStatusCallback.php @@ -1,23 +1,23 @@ rv.analytics.Startup.Resi + * Generated from protobuf message rv.data.InputStatusCallback */ -class Resi extends \Google\Protobuf\Internal\Message +class InputStatusCallback extends \Google\Protobuf\Internal\Message { /** - * Generated from protobuf field bool logged_in = 1; + * Generated from protobuf field bool enable = 1; */ - protected $logged_in = false; + protected $enable = false; /** * Constructor. @@ -25,32 +25,32 @@ class Resi extends \Google\Protobuf\Internal\Message * @param array $data { * Optional. Data for populating the Message object. * - * @type bool $logged_in + * @type bool $enable * } */ public function __construct($data = NULL) { - \GPBMetadata\AnalyticsStartup::initOnce(); + \GPBMetadata\ProCore::initOnce(); parent::__construct($data); } /** - * Generated from protobuf field bool logged_in = 1; + * Generated from protobuf field bool enable = 1; * @return bool */ - public function getLoggedIn() + public function getEnable() { - return $this->logged_in; + return $this->enable; } /** - * Generated from protobuf field bool logged_in = 1; + * Generated from protobuf field bool enable = 1; * @param bool $var * @return $this */ - public function setLoggedIn($var) + public function setEnable($var) { GPBUtil::checkBool($var); - $this->logged_in = $var; + $this->enable = $var; return $this; } diff --git a/generated/Rv/Data/LeaveBreadcrumb.php b/generated/Rv/Data/LeaveBreadcrumb.php new file mode 100644 index 0000000..be4642e --- /dev/null +++ b/generated/Rv/Data/LeaveBreadcrumb.php @@ -0,0 +1,113 @@ +rv.data.LeaveBreadcrumb + */ +class LeaveBreadcrumb extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.LeaveBreadcrumb.Type type = 1; + */ + protected $type = 0; + /** + * Generated from protobuf field string description = 2; + */ + protected $description = ''; + /** + * Generated from protobuf field repeated .rv.data.LeaveBreadcrumb.MetadataEntry metadata = 3; + */ + private $metadata; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $type + * @type string $description + * @type array<\Rv\Data\LeaveBreadcrumb\MetadataEntry>|\Google\Protobuf\Internal\RepeatedField $metadata + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.LeaveBreadcrumb.Type type = 1; + * @return int + */ + public function getType() + { + return $this->type; + } + + /** + * Generated from protobuf field .rv.data.LeaveBreadcrumb.Type type = 1; + * @param int $var + * @return $this + */ + public function setType($var) + { + GPBUtil::checkEnum($var, \Rv\Data\LeaveBreadcrumb\Type::class); + $this->type = $var; + + return $this; + } + + /** + * Generated from protobuf field string description = 2; + * @return string + */ + public function getDescription() + { + return $this->description; + } + + /** + * Generated from protobuf field string description = 2; + * @param string $var + * @return $this + */ + public function setDescription($var) + { + GPBUtil::checkString($var, True); + $this->description = $var; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.LeaveBreadcrumb.MetadataEntry metadata = 3; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getMetadata() + { + return $this->metadata; + } + + /** + * Generated from protobuf field repeated .rv.data.LeaveBreadcrumb.MetadataEntry metadata = 3; + * @param array<\Rv\Data\LeaveBreadcrumb\MetadataEntry>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setMetadata($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\LeaveBreadcrumb\MetadataEntry::class); + $this->metadata = $arr; + + return $this; + } + +} + diff --git a/generated/Rv/Data/LeaveBreadcrumb/MetadataEntry.php b/generated/Rv/Data/LeaveBreadcrumb/MetadataEntry.php new file mode 100644 index 0000000..31bbdc7 --- /dev/null +++ b/generated/Rv/Data/LeaveBreadcrumb/MetadataEntry.php @@ -0,0 +1,86 @@ +rv.data.LeaveBreadcrumb.MetadataEntry + */ +class MetadataEntry extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string key = 1; + */ + protected $key = ''; + /** + * Generated from protobuf field string value = 2; + */ + protected $value = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $key + * @type string $value + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string key = 1; + * @return string + */ + public function getKey() + { + return $this->key; + } + + /** + * Generated from protobuf field string key = 1; + * @param string $var + * @return $this + */ + public function setKey($var) + { + GPBUtil::checkString($var, True); + $this->key = $var; + + return $this; + } + + /** + * Generated from protobuf field string value = 2; + * @return string + */ + public function getValue() + { + return $this->value; + } + + /** + * Generated from protobuf field string value = 2; + * @param string $var + * @return $this + */ + public function setValue($var) + { + GPBUtil::checkString($var, True); + $this->value = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/LeaveBreadcrumb/Type.php b/generated/Rv/Data/LeaveBreadcrumb/Type.php new file mode 100644 index 0000000..7a2453e --- /dev/null +++ b/generated/Rv/Data/LeaveBreadcrumb/Type.php @@ -0,0 +1,79 @@ +rv.data.LeaveBreadcrumb.Type + */ +class Type +{ + /** + * Generated from protobuf enum Navigation = 0; + */ + const Navigation = 0; + /** + * Generated from protobuf enum Request = 1; + */ + const Request = 1; + /** + * Generated from protobuf enum Process = 2; + */ + const Process = 2; + /** + * Generated from protobuf enum Log = 3; + */ + const Log = 3; + /** + * Generated from protobuf enum User = 4; + */ + const User = 4; + /** + * Generated from protobuf enum State = 5; + */ + const State = 5; + /** + * Generated from protobuf enum Error = 6; + */ + const Error = 6; + /** + * Generated from protobuf enum Manual = 7; + */ + const Manual = 7; + + private static $valueToName = [ + self::Navigation => 'Navigation', + self::Request => 'Request', + self::Process => 'Process', + self::Log => 'Log', + self::User => 'User', + self::State => 'State', + self::Error => 'Error', + self::Manual => 'Manual', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Data/MacrosDocument/MacroCollection.php b/generated/Rv/Data/MacrosDocument/MacroCollection.php index ce83cd0..6536077 100644 --- a/generated/Rv/Data/MacrosDocument/MacroCollection.php +++ b/generated/Rv/Data/MacrosDocument/MacroCollection.php @@ -26,6 +26,10 @@ class MacroCollection extends \Google\Protobuf\Internal\Message * Generated from protobuf field repeated .rv.data.MacrosDocument.MacroCollection.Item items = 3; */ private $items; + /** + * Generated from protobuf field repeated .rv.data.MacrosDocument.Macro macros = 4; + */ + private $macros; /** * Constructor. @@ -36,6 +40,7 @@ class MacroCollection extends \Google\Protobuf\Internal\Message * @type \Rv\Data\UUID $uuid * @type string $name * @type array<\Rv\Data\MacrosDocument\MacroCollection\Item>|\Google\Protobuf\Internal\RepeatedField $items + * @type array<\Rv\Data\MacrosDocument\Macro>|\Google\Protobuf\Internal\RepeatedField $macros * } */ public function __construct($data = NULL) { @@ -119,5 +124,27 @@ class MacroCollection extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field repeated .rv.data.MacrosDocument.Macro macros = 4; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getMacros() + { + return $this->macros; + } + + /** + * Generated from protobuf field repeated .rv.data.MacrosDocument.Macro macros = 4; + * @param array<\Rv\Data\MacrosDocument\Macro>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setMacros($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\MacrosDocument\Macro::class); + $this->macros = $arr; + + return $this; + } + } diff --git a/generated/Rv/Data/Media/VideoDevice.php b/generated/Rv/Data/Media/VideoDevice.php index 14bc16d..57009e2 100644 --- a/generated/Rv/Data/Media/VideoDevice.php +++ b/generated/Rv/Data/Media/VideoDevice.php @@ -38,6 +38,10 @@ class VideoDevice extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.DigitalAudio.Device.Routing audio_routing = 6; */ protected $audio_routing = null; + /** + * Generated from protobuf field .rv.data.Media.VideoDevice.AirCast aircast = 7; + */ + protected $aircast = null; /** * Constructor. @@ -51,6 +55,7 @@ class VideoDevice extends \Google\Protobuf\Internal\Message * @type string $model_id * @type int $format_index * @type \Rv\Data\DigitalAudio\Device\Routing $audio_routing + * @type \Rv\Data\Media\VideoDevice\AirCast $aircast * } */ public function __construct($data = NULL) { @@ -200,5 +205,37 @@ class VideoDevice extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.Media.VideoDevice.AirCast aircast = 7; + * @return \Rv\Data\Media\VideoDevice\AirCast|null + */ + public function getAircast() + { + return $this->aircast; + } + + public function hasAircast() + { + return isset($this->aircast); + } + + public function clearAircast() + { + unset($this->aircast); + } + + /** + * Generated from protobuf field .rv.data.Media.VideoDevice.AirCast aircast = 7; + * @param \Rv\Data\Media\VideoDevice\AirCast $var + * @return $this + */ + public function setAircast($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Media\VideoDevice\AirCast::class); + $this->aircast = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/Media/VideoDevice/AirCast.php b/generated/Rv/Data/Media/VideoDevice/AirCast.php new file mode 100644 index 0000000..9ed0e4a --- /dev/null +++ b/generated/Rv/Data/Media/VideoDevice/AirCast.php @@ -0,0 +1,113 @@ +rv.data.Media.VideoDevice.AirCast + */ +class AirCast extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string service_name = 1; + */ + protected $service_name = ''; + /** + * Generated from protobuf field string password = 2; + */ + protected $password = ''; + /** + * Generated from protobuf field bool password_enabled = 3; + */ + protected $password_enabled = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $service_name + * @type string $password + * @type bool $password_enabled + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\GraphicsData::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string service_name = 1; + * @return string + */ + public function getServiceName() + { + return $this->service_name; + } + + /** + * Generated from protobuf field string service_name = 1; + * @param string $var + * @return $this + */ + public function setServiceName($var) + { + GPBUtil::checkString($var, True); + $this->service_name = $var; + + return $this; + } + + /** + * Generated from protobuf field string password = 2; + * @return string + */ + public function getPassword() + { + return $this->password; + } + + /** + * Generated from protobuf field string password = 2; + * @param string $var + * @return $this + */ + public function setPassword($var) + { + GPBUtil::checkString($var, True); + $this->password = $var; + + return $this; + } + + /** + * Generated from protobuf field bool password_enabled = 3; + * @return bool + */ + public function getPasswordEnabled() + { + return $this->password_enabled; + } + + /** + * Generated from protobuf field bool password_enabled = 3; + * @param bool $var + * @return $this + */ + public function setPasswordEnabled($var) + { + GPBUtil::checkBool($var); + $this->password_enabled = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/Media/VideoDevice/Type.php b/generated/Rv/Data/Media/VideoDevice/Type.php index 0437cc9..fb35826 100644 --- a/generated/Rv/Data/Media/VideoDevice/Type.php +++ b/generated/Rv/Data/Media/VideoDevice/Type.php @@ -44,6 +44,10 @@ class Type * Generated from protobuf enum TYPE_BLUEFISH = 7; */ const TYPE_BLUEFISH = 7; + /** + * Generated from protobuf enum TYPE_AIRCAST = 8; + */ + const TYPE_AIRCAST = 8; private static $valueToName = [ self::TYPE_GENERIC => 'TYPE_GENERIC', @@ -54,6 +58,7 @@ class Type self::TYPE_SYPHON => 'TYPE_SYPHON', self::TYPE_NDI => 'TYPE_NDI', self::TYPE_BLUEFISH => 'TYPE_BLUEFISH', + self::TYPE_AIRCAST => 'TYPE_AIRCAST', ]; public static function name($value) diff --git a/generated/Rv/Data/MediaAssetTriggered.php b/generated/Rv/Data/MediaAssetTriggered.php new file mode 100644 index 0000000..08d18fe --- /dev/null +++ b/generated/Rv/Data/MediaAssetTriggered.php @@ -0,0 +1,69 @@ +rv.data.MediaAssetTriggered + */ +class MediaAssetTriggered extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.UUID media_uuid = 1; + */ + protected $media_uuid = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\UUID $media_uuid + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.UUID media_uuid = 1; + * @return \Rv\Data\UUID|null + */ + public function getMediaUuid() + { + return $this->media_uuid; + } + + public function hasMediaUuid() + { + return isset($this->media_uuid); + } + + public function clearMediaUuid() + { + unset($this->media_uuid); + } + + /** + * Generated from protobuf field .rv.data.UUID media_uuid = 1; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setMediaUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->media_uuid = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/MediaMetadataRequestInfo.php b/generated/Rv/Data/MediaMetadataRequestInfo.php index e87d96b..a57a1cb 100644 --- a/generated/Rv/Data/MediaMetadataRequestInfo.php +++ b/generated/Rv/Data/MediaMetadataRequestInfo.php @@ -1,7 +1,7 @@ .rv.data.AlphaType alpha_type = 10; */ protected $alpha_type = 0; + /** + * Generated from protobuf field .rv.data.MediaMetadataRequestInfo.BufferFormat buffer_format = 11; + */ + protected $buffer_format = 0; /** * Constructor. @@ -71,10 +75,11 @@ class MediaMetadataRequestInfo extends \Google\Protobuf\Internal\Message * @type bool $flipped_horizontally * @type bool $flipped_vertically * @type int $alpha_type + * @type int $buffer_format * } */ public function __construct($data = NULL) { - \GPBMetadata\ProCore::initOnce(); + \GPBMetadata\MediaMetadata::initOnce(); parent::__construct($data); } @@ -308,5 +313,27 @@ class MediaMetadataRequestInfo extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.MediaMetadataRequestInfo.BufferFormat buffer_format = 11; + * @return int + */ + public function getBufferFormat() + { + return $this->buffer_format; + } + + /** + * Generated from protobuf field .rv.data.MediaMetadataRequestInfo.BufferFormat buffer_format = 11; + * @param int $var + * @return $this + */ + public function setBufferFormat($var) + { + GPBUtil::checkEnum($var, \Rv\Data\MediaMetadataRequestInfo\BufferFormat::class); + $this->buffer_format = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/MediaMetadataRequestInfo/BufferFormat.php b/generated/Rv/Data/MediaMetadataRequestInfo/BufferFormat.php new file mode 100644 index 0000000..de5d97c --- /dev/null +++ b/generated/Rv/Data/MediaMetadataRequestInfo/BufferFormat.php @@ -0,0 +1,54 @@ +rv.data.MediaMetadataRequestInfo.BufferFormat + */ +class BufferFormat +{ + /** + * Generated from protobuf enum BUFFER_FORMAT_RAW = 0; + */ + const BUFFER_FORMAT_RAW = 0; + /** + * Generated from protobuf enum BUFFER_FORMAT_PNG = 1; + */ + const BUFFER_FORMAT_PNG = 1; + /** + * Generated from protobuf enum BUFFER_FORMAT_NONE = 2; + */ + const BUFFER_FORMAT_NONE = 2; + + private static $valueToName = [ + self::BUFFER_FORMAT_RAW => 'BUFFER_FORMAT_RAW', + self::BUFFER_FORMAT_PNG => 'BUFFER_FORMAT_PNG', + self::BUFFER_FORMAT_NONE => 'BUFFER_FORMAT_NONE', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Data/MediaMetadataRequestResponse.php b/generated/Rv/Data/MediaMetadataRequestResponse.php index 67c590f..33b4ab5 100644 --- a/generated/Rv/Data/MediaMetadataRequestResponse.php +++ b/generated/Rv/Data/MediaMetadataRequestResponse.php @@ -1,7 +1,7 @@ uint32 height = 2; */ protected $height = 0; + /** + * Generated from protobuf field uint64 size = 3; + */ + protected $size = 0; /** * Constructor. @@ -31,10 +35,11 @@ class BitmapInfo extends \Google\Protobuf\Internal\Message * * @type int $width * @type int $height + * @type int|string $size * } */ public function __construct($data = NULL) { - \GPBMetadata\ProCore::initOnce(); + \GPBMetadata\MediaMetadata::initOnce(); parent::__construct($data); } @@ -82,5 +87,27 @@ class BitmapInfo extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field uint64 size = 3; + * @return int|string + */ + public function getSize() + { + return $this->size; + } + + /** + * Generated from protobuf field uint64 size = 3; + * @param int|string $var + * @return $this + */ + public function setSize($var) + { + GPBUtil::checkUint64($var); + $this->size = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/MediaMetadataRequestResponse/Metadata.php b/generated/Rv/Data/MediaMetadataRequestResponse/Metadata.php index dcfca47..d07f6b6 100644 --- a/generated/Rv/Data/MediaMetadataRequestResponse/Metadata.php +++ b/generated/Rv/Data/MediaMetadataRequestResponse/Metadata.php @@ -1,7 +1,7 @@ rv.data.MediaPreview + */ +class MediaPreview extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.Action action = 1; + */ + protected $action = null; + /** + * Generated from protobuf field .rv.data.Media media = 2; + */ + protected $media = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\Action $action + * @type \Rv\Data\Media $media + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Rv2D::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.Action action = 1; + * @return \Rv\Data\Action|null + */ + public function getAction() + { + return $this->action; + } + + public function hasAction() + { + return isset($this->action); + } + + public function clearAction() + { + unset($this->action); + } + + /** + * Generated from protobuf field .rv.data.Action action = 1; + * @param \Rv\Data\Action $var + * @return $this + */ + public function setAction($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Action::class); + $this->action = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Media media = 2; + * @return \Rv\Data\Media|null + */ + public function getMedia() + { + return $this->media; + } + + public function hasMedia() + { + return isset($this->media); + } + + public function clearMedia() + { + unset($this->media); + } + + /** + * Generated from protobuf field .rv.data.Media media = 2; + * @param \Rv\Data\Media $var + * @return $this + */ + public function setMedia($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Media::class); + $this->media = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/MediaThumbnail.php b/generated/Rv/Data/MediaThumbnail.php new file mode 100644 index 0000000..93ed717 --- /dev/null +++ b/generated/Rv/Data/MediaThumbnail.php @@ -0,0 +1,140 @@ +rv.data.MediaThumbnail + */ +class MediaThumbnail extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field int32 width = 1; + */ + protected $width = 0; + /** + * Generated from protobuf field int32 height = 2; + */ + protected $height = 0; + /** + * Generated from protobuf field bytes data = 3; + */ + protected $data = ''; + /** + * Generated from protobuf field uint64 stride = 4; + */ + protected $stride = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $width + * @type int $height + * @type string $data + * @type int|string $stride + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field int32 width = 1; + * @return int + */ + public function getWidth() + { + return $this->width; + } + + /** + * Generated from protobuf field int32 width = 1; + * @param int $var + * @return $this + */ + public function setWidth($var) + { + GPBUtil::checkInt32($var); + $this->width = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 height = 2; + * @return int + */ + public function getHeight() + { + return $this->height; + } + + /** + * Generated from protobuf field int32 height = 2; + * @param int $var + * @return $this + */ + public function setHeight($var) + { + GPBUtil::checkInt32($var); + $this->height = $var; + + return $this; + } + + /** + * Generated from protobuf field bytes data = 3; + * @return string + */ + public function getData() + { + return $this->data; + } + + /** + * Generated from protobuf field bytes data = 3; + * @param string $var + * @return $this + */ + public function setData($var) + { + GPBUtil::checkString($var, False); + $this->data = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 stride = 4; + * @return int|string + */ + public function getStride() + { + return $this->stride; + } + + /** + * Generated from protobuf field uint64 stride = 4; + * @param int|string $var + * @return $this + */ + public function setStride($var) + { + GPBUtil::checkUint64($var); + $this->stride = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/NetworkAPI/Action/API_Prop/ClearProp.php b/generated/Rv/Data/NetworkAPI/Action/API_Prop/ClearProp.php index b2f33b4..32db53e 100644 --- a/generated/Rv/Data/NetworkAPI/Action/API_Prop/ClearProp.php +++ b/generated/Rv/Data/NetworkAPI/Action/API_Prop/ClearProp.php @@ -18,6 +18,10 @@ class ClearProp extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.NetworkAPI.IndexOrNameIdentifier identifier = 1; */ protected $identifier = null; + /** + * Generated from protobuf field repeated .rv.data.NetworkAPI.IndexOrNameIdentifier index_path_components = 2; + */ + private $index_path_components; /** * Constructor. @@ -26,6 +30,7 @@ class ClearProp extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type \Rv\Data\NetworkAPI\IndexOrNameIdentifier $identifier + * @type array<\Rv\Data\NetworkAPI\IndexOrNameIdentifier>|\Google\Protobuf\Internal\RepeatedField $index_path_components * } */ public function __construct($data = NULL) { @@ -65,5 +70,27 @@ class ClearProp extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field repeated .rv.data.NetworkAPI.IndexOrNameIdentifier index_path_components = 2; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getIndexPathComponents() + { + return $this->index_path_components; + } + + /** + * Generated from protobuf field repeated .rv.data.NetworkAPI.IndexOrNameIdentifier index_path_components = 2; + * @param array<\Rv\Data\NetworkAPI\IndexOrNameIdentifier>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setIndexPathComponents($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\NetworkAPI\IndexOrNameIdentifier::class); + $this->index_path_components = $arr; + + return $this; + } + } diff --git a/generated/Rv/Data/NetworkAPI/Action/API_Prop/TriggerProp.php b/generated/Rv/Data/NetworkAPI/Action/API_Prop/TriggerProp.php index acbd277..4889bbb 100644 --- a/generated/Rv/Data/NetworkAPI/Action/API_Prop/TriggerProp.php +++ b/generated/Rv/Data/NetworkAPI/Action/API_Prop/TriggerProp.php @@ -18,6 +18,10 @@ class TriggerProp extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.NetworkAPI.IndexOrNameIdentifier identifier = 1; */ protected $identifier = null; + /** + * Generated from protobuf field repeated .rv.data.NetworkAPI.IndexOrNameIdentifier index_path_components = 2; + */ + private $index_path_components; /** * Constructor. @@ -26,6 +30,7 @@ class TriggerProp extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type \Rv\Data\NetworkAPI\IndexOrNameIdentifier $identifier + * @type array<\Rv\Data\NetworkAPI\IndexOrNameIdentifier>|\Google\Protobuf\Internal\RepeatedField $index_path_components * } */ public function __construct($data = NULL) { @@ -65,5 +70,27 @@ class TriggerProp extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field repeated .rv.data.NetworkAPI.IndexOrNameIdentifier index_path_components = 2; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getIndexPathComponents() + { + return $this->index_path_components; + } + + /** + * Generated from protobuf field repeated .rv.data.NetworkAPI.IndexOrNameIdentifier index_path_components = 2; + * @param array<\Rv\Data\NetworkAPI\IndexOrNameIdentifier>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setIndexPathComponents($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\NetworkAPI\IndexOrNameIdentifier::class); + $this->index_path_components = $arr; + + return $this; + } + } diff --git a/generated/Rv/Data/PCOData.php b/generated/Rv/Data/PCOData.php new file mode 100644 index 0000000..afb4b5c --- /dev/null +++ b/generated/Rv/Data/PCOData.php @@ -0,0 +1,86 @@ +rv.data.PCOData + */ +class PCOData extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string service_type_id = 2; + */ + protected $service_type_id = ''; + /** + * Generated from protobuf field string plan_id = 3; + */ + protected $plan_id = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $service_type_id + * @type string $plan_id + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string service_type_id = 2; + * @return string + */ + public function getServiceTypeId() + { + return $this->service_type_id; + } + + /** + * Generated from protobuf field string service_type_id = 2; + * @param string $var + * @return $this + */ + public function setServiceTypeId($var) + { + GPBUtil::checkString($var, True); + $this->service_type_id = $var; + + return $this; + } + + /** + * Generated from protobuf field string plan_id = 3; + * @return string + */ + public function getPlanId() + { + return $this->plan_id; + } + + /** + * Generated from protobuf field string plan_id = 3; + * @param string $var + * @return $this + */ + public function setPlanId($var) + { + GPBUtil::checkString($var, True); + $this->plan_id = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/ProApiNetworkConfiguration.php b/generated/Rv/Data/ProApiNetworkConfiguration.php index 1d713ae..d2f4bfc 100644 --- a/generated/Rv/Data/ProApiNetworkConfiguration.php +++ b/generated/Rv/Data/ProApiNetworkConfiguration.php @@ -70,6 +70,10 @@ class ProApiNetworkConfiguration extends \Google\Protobuf\Internal\Message * Generated from protobuf field bool tcp_stream_enable = 14; */ protected $tcp_stream_enable = false; + /** + * Generated from protobuf field .rv.data.AirplayConfiguration airplay = 15; + */ + protected $airplay = null; /** * Constructor. @@ -91,6 +95,7 @@ class ProApiNetworkConfiguration extends \Google\Protobuf\Internal\Message * @type string $web_resource_root * @type int $tcp_stream_port * @type bool $tcp_stream_enable + * @type \Rv\Data\AirplayConfiguration $airplay * } */ public function __construct($data = NULL) { @@ -406,5 +411,37 @@ class ProApiNetworkConfiguration extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.AirplayConfiguration airplay = 15; + * @return \Rv\Data\AirplayConfiguration|null + */ + public function getAirplay() + { + return $this->airplay; + } + + public function hasAirplay() + { + return isset($this->airplay); + } + + public function clearAirplay() + { + unset($this->airplay); + } + + /** + * Generated from protobuf field .rv.data.AirplayConfiguration airplay = 15; + * @param \Rv\Data\AirplayConfiguration $var + * @return $this + */ + public function setAirplay($var) + { + GPBUtil::checkMessage($var, \Rv\Data\AirplayConfiguration::class); + $this->airplay = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/ProScoreboardWorkspace.php b/generated/Rv/Data/ProScoreboardWorkspace.php new file mode 100644 index 0000000..ba9913d --- /dev/null +++ b/generated/Rv/Data/ProScoreboardWorkspace.php @@ -0,0 +1,268 @@ +rv.data.ProScoreboardWorkspace + */ +class ProScoreboardWorkspace extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field repeated .rv.data.ProPresenterScreen pro_screens = 1; + */ + private $pro_screens; + /** + * Generated from protobuf field repeated .rv.data.VideoInput videoInputs = 2; + */ + private $videoInputs; + /** + * Generated from protobuf field .rv.data.Recording.SettingsDocument record_settings = 3; + */ + protected $record_settings = null; + /** + * Generated from protobuf field .rv.data.DigitalAudio.Setup digital_audio_setup = 4; + */ + protected $digital_audio_setup = null; + /** + * Generated from protobuf field repeated .rv.data.AudioInput audio_inputs = 5; + */ + private $audio_inputs; + /** + * Generated from protobuf field double audio_input_transition_time = 6; + */ + protected $audio_input_transition_time = 0.0; + /** + * Generated from protobuf field repeated .rv.data.Zone zones = 7; + */ + private $zones; + /** + * Generated from protobuf field repeated .rv.data.AdvertisementGroup advertisements = 8; + */ + private $advertisements; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type array<\Rv\Data\ProPresenterScreen>|\Google\Protobuf\Internal\RepeatedField $pro_screens + * @type array<\Rv\Data\VideoInput>|\Google\Protobuf\Internal\RepeatedField $videoInputs + * @type \Rv\Data\Recording\SettingsDocument $record_settings + * @type \Rv\Data\DigitalAudio\Setup $digital_audio_setup + * @type array<\Rv\Data\AudioInput>|\Google\Protobuf\Internal\RepeatedField $audio_inputs + * @type float $audio_input_transition_time + * @type array<\Rv\Data\Zone>|\Google\Protobuf\Internal\RepeatedField $zones + * @type array<\Rv\Data\AdvertisementGroup>|\Google\Protobuf\Internal\RepeatedField $advertisements + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\PsbWorkspace::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field repeated .rv.data.ProPresenterScreen pro_screens = 1; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getProScreens() + { + return $this->pro_screens; + } + + /** + * Generated from protobuf field repeated .rv.data.ProPresenterScreen pro_screens = 1; + * @param array<\Rv\Data\ProPresenterScreen>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setProScreens($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\ProPresenterScreen::class); + $this->pro_screens = $arr; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.VideoInput videoInputs = 2; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getVideoInputs() + { + return $this->videoInputs; + } + + /** + * Generated from protobuf field repeated .rv.data.VideoInput videoInputs = 2; + * @param array<\Rv\Data\VideoInput>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setVideoInputs($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\VideoInput::class); + $this->videoInputs = $arr; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Recording.SettingsDocument record_settings = 3; + * @return \Rv\Data\Recording\SettingsDocument|null + */ + public function getRecordSettings() + { + return $this->record_settings; + } + + public function hasRecordSettings() + { + return isset($this->record_settings); + } + + public function clearRecordSettings() + { + unset($this->record_settings); + } + + /** + * Generated from protobuf field .rv.data.Recording.SettingsDocument record_settings = 3; + * @param \Rv\Data\Recording\SettingsDocument $var + * @return $this + */ + public function setRecordSettings($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Recording\SettingsDocument::class); + $this->record_settings = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.DigitalAudio.Setup digital_audio_setup = 4; + * @return \Rv\Data\DigitalAudio\Setup|null + */ + public function getDigitalAudioSetup() + { + return $this->digital_audio_setup; + } + + public function hasDigitalAudioSetup() + { + return isset($this->digital_audio_setup); + } + + public function clearDigitalAudioSetup() + { + unset($this->digital_audio_setup); + } + + /** + * Generated from protobuf field .rv.data.DigitalAudio.Setup digital_audio_setup = 4; + * @param \Rv\Data\DigitalAudio\Setup $var + * @return $this + */ + public function setDigitalAudioSetup($var) + { + GPBUtil::checkMessage($var, \Rv\Data\DigitalAudio\Setup::class); + $this->digital_audio_setup = $var; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.AudioInput audio_inputs = 5; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getAudioInputs() + { + return $this->audio_inputs; + } + + /** + * Generated from protobuf field repeated .rv.data.AudioInput audio_inputs = 5; + * @param array<\Rv\Data\AudioInput>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setAudioInputs($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\AudioInput::class); + $this->audio_inputs = $arr; + + return $this; + } + + /** + * Generated from protobuf field double audio_input_transition_time = 6; + * @return float + */ + public function getAudioInputTransitionTime() + { + return $this->audio_input_transition_time; + } + + /** + * Generated from protobuf field double audio_input_transition_time = 6; + * @param float $var + * @return $this + */ + public function setAudioInputTransitionTime($var) + { + GPBUtil::checkDouble($var); + $this->audio_input_transition_time = $var; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.Zone zones = 7; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getZones() + { + return $this->zones; + } + + /** + * Generated from protobuf field repeated .rv.data.Zone zones = 7; + * @param array<\Rv\Data\Zone>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setZones($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\Zone::class); + $this->zones = $arr; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.AdvertisementGroup advertisements = 8; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getAdvertisements() + { + return $this->advertisements; + } + + /** + * Generated from protobuf field repeated .rv.data.AdvertisementGroup advertisements = 8; + * @param array<\Rv\Data\AdvertisementGroup>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setAdvertisements($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\AdvertisementGroup::class); + $this->advertisements = $arr; + + return $this; + } + +} + diff --git a/generated/Rv/Data/PropDocument.php b/generated/Rv/Data/PropDocument.php index 37b174d..514ee48 100644 --- a/generated/Rv/Data/PropDocument.php +++ b/generated/Rv/Data/PropDocument.php @@ -26,6 +26,10 @@ class PropDocument extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.Transition transition = 3; */ protected $transition = null; + /** + * Generated from protobuf field repeated .rv.data.PropDocument.PropCollection prop_collections = 4; + */ + private $prop_collections; /** * Constructor. @@ -36,6 +40,7 @@ class PropDocument extends \Google\Protobuf\Internal\Message * @type \Rv\Data\ApplicationInfo $application_info * @type array<\Rv\Data\Cue>|\Google\Protobuf\Internal\RepeatedField $cues * @type \Rv\Data\Transition $transition + * @type array<\Rv\Data\PropDocument\PropCollection>|\Google\Protobuf\Internal\RepeatedField $prop_collections * } */ public function __construct($data = NULL) { @@ -129,5 +134,27 @@ class PropDocument extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field repeated .rv.data.PropDocument.PropCollection prop_collections = 4; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getPropCollections() + { + return $this->prop_collections; + } + + /** + * Generated from protobuf field repeated .rv.data.PropDocument.PropCollection prop_collections = 4; + * @param array<\Rv\Data\PropDocument\PropCollection>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setPropCollections($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\PropDocument\PropCollection::class); + $this->prop_collections = $arr; + + return $this; + } + } diff --git a/generated/Rv/Data/PropDocument/PropCollection.php b/generated/Rv/Data/PropDocument/PropCollection.php new file mode 100644 index 0000000..4890833 --- /dev/null +++ b/generated/Rv/Data/PropDocument/PropCollection.php @@ -0,0 +1,177 @@ +rv.data.PropDocument.PropCollection + */ +class PropCollection extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + */ + protected $uuid = null; + /** + * Generated from protobuf field string name = 2; + */ + protected $name = ''; + /** + * Generated from protobuf field repeated .rv.data.PropDocument.PropCollection.Item items = 3; + */ + private $items; + /** + * Generated from protobuf field bool single_prop_enabled = 4; + */ + protected $single_prop_enabled = false; + /** + * Generated from protobuf field repeated .rv.data.Cue cues = 5; + */ + private $cues; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\UUID $uuid + * @type string $name + * @type array<\Rv\Data\PropDocument\PropCollection\Item>|\Google\Protobuf\Internal\RepeatedField $items + * @type bool $single_prop_enabled + * @type array<\Rv\Data\Cue>|\Google\Protobuf\Internal\RepeatedField $cues + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\PropDocument::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + * @return \Rv\Data\UUID|null + */ + public function getUuid() + { + return $this->uuid; + } + + public function hasUuid() + { + return isset($this->uuid); + } + + public function clearUuid() + { + unset($this->uuid); + } + + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->uuid = $var; + + return $this; + } + + /** + * Generated from protobuf field string name = 2; + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Generated from protobuf field string name = 2; + * @param string $var + * @return $this + */ + public function setName($var) + { + GPBUtil::checkString($var, True); + $this->name = $var; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.PropDocument.PropCollection.Item items = 3; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getItems() + { + return $this->items; + } + + /** + * Generated from protobuf field repeated .rv.data.PropDocument.PropCollection.Item items = 3; + * @param array<\Rv\Data\PropDocument\PropCollection\Item>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setItems($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\PropDocument\PropCollection\Item::class); + $this->items = $arr; + + return $this; + } + + /** + * Generated from protobuf field bool single_prop_enabled = 4; + * @return bool + */ + public function getSinglePropEnabled() + { + return $this->single_prop_enabled; + } + + /** + * Generated from protobuf field bool single_prop_enabled = 4; + * @param bool $var + * @return $this + */ + public function setSinglePropEnabled($var) + { + GPBUtil::checkBool($var); + $this->single_prop_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.Cue cues = 5; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getCues() + { + return $this->cues; + } + + /** + * Generated from protobuf field repeated .rv.data.Cue cues = 5; + * @param array<\Rv\Data\Cue>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setCues($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\Cue::class); + $this->cues = $arr; + + return $this; + } + +} + diff --git a/generated/Rv/Data/PropDocument/PropCollection/Item.php b/generated/Rv/Data/PropDocument/PropCollection/Item.php new file mode 100644 index 0000000..f4ebf4c --- /dev/null +++ b/generated/Rv/Data/PropDocument/PropCollection/Item.php @@ -0,0 +1,69 @@ +rv.data.PropDocument.PropCollection.Item + */ +class Item extends \Google\Protobuf\Internal\Message +{ + protected $ItemType; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\UUID $prop_cue_uuid + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\PropDocument::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.UUID prop_cue_uuid = 1; + * @return \Rv\Data\UUID|null + */ + public function getPropCueUuid() + { + return $this->readOneof(1); + } + + public function hasPropCueUuid() + { + return $this->hasOneof(1); + } + + /** + * Generated from protobuf field .rv.data.UUID prop_cue_uuid = 1; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setPropCueUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->writeOneof(1, $var); + + return $this; + } + + /** + * @return string + */ + public function getItemType() + { + return $this->whichOneof("ItemType"); + } + +} + diff --git a/generated/Rv/Data/PropPauseRequest.php b/generated/Rv/Data/PropPauseRequest.php new file mode 100644 index 0000000..83f1c77 --- /dev/null +++ b/generated/Rv/Data/PropPauseRequest.php @@ -0,0 +1,162 @@ +rv.data.PropPauseRequest + */ +class PropPauseRequest extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.UUID prop_id = 1; + */ + protected $prop_id = null; + protected $RequestType; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\UUID $prop_id + * @type \Rv\Data\PropPauseRequest\Pause $pause + * @type \Rv\Data\PropPauseRequest\Resume $resume + * @type \Rv\Data\PropPauseRequest\Status $status + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.UUID prop_id = 1; + * @return \Rv\Data\UUID|null + */ + public function getPropId() + { + return $this->prop_id; + } + + public function hasPropId() + { + return isset($this->prop_id); + } + + public function clearPropId() + { + unset($this->prop_id); + } + + /** + * Generated from protobuf field .rv.data.UUID prop_id = 1; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setPropId($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->prop_id = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.PropPauseRequest.Pause pause = 2; + * @return \Rv\Data\PropPauseRequest\Pause|null + */ + public function getPause() + { + return $this->readOneof(2); + } + + public function hasPause() + { + return $this->hasOneof(2); + } + + /** + * Generated from protobuf field .rv.data.PropPauseRequest.Pause pause = 2; + * @param \Rv\Data\PropPauseRequest\Pause $var + * @return $this + */ + public function setPause($var) + { + GPBUtil::checkMessage($var, \Rv\Data\PropPauseRequest\Pause::class); + $this->writeOneof(2, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.PropPauseRequest.Resume resume = 3; + * @return \Rv\Data\PropPauseRequest\Resume|null + */ + public function getResume() + { + return $this->readOneof(3); + } + + public function hasResume() + { + return $this->hasOneof(3); + } + + /** + * Generated from protobuf field .rv.data.PropPauseRequest.Resume resume = 3; + * @param \Rv\Data\PropPauseRequest\Resume $var + * @return $this + */ + public function setResume($var) + { + GPBUtil::checkMessage($var, \Rv\Data\PropPauseRequest\Resume::class); + $this->writeOneof(3, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.PropPauseRequest.Status status = 4; + * @return \Rv\Data\PropPauseRequest\Status|null + */ + public function getStatus() + { + return $this->readOneof(4); + } + + public function hasStatus() + { + return $this->hasOneof(4); + } + + /** + * Generated from protobuf field .rv.data.PropPauseRequest.Status status = 4; + * @param \Rv\Data\PropPauseRequest\Status $var + * @return $this + */ + public function setStatus($var) + { + GPBUtil::checkMessage($var, \Rv\Data\PropPauseRequest\Status::class); + $this->writeOneof(4, $var); + + return $this; + } + + /** + * @return string + */ + public function getRequestType() + { + return $this->whichOneof("RequestType"); + } + +} + diff --git a/generated/Rv/Data/PropPauseRequest/Pause.php b/generated/Rv/Data/PropPauseRequest/Pause.php new file mode 100644 index 0000000..83bfea5 --- /dev/null +++ b/generated/Rv/Data/PropPauseRequest/Pause.php @@ -0,0 +1,32 @@ +rv.data.PropPauseRequest.Pause + */ +class Pause extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Data/PropPauseRequest/Resume.php b/generated/Rv/Data/PropPauseRequest/Resume.php new file mode 100644 index 0000000..5e44075 --- /dev/null +++ b/generated/Rv/Data/PropPauseRequest/Resume.php @@ -0,0 +1,32 @@ +rv.data.PropPauseRequest.Resume + */ +class Resume extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Data/PropPauseRequest/Status.php b/generated/Rv/Data/PropPauseRequest/Status.php new file mode 100644 index 0000000..00bd07c --- /dev/null +++ b/generated/Rv/Data/PropPauseRequest/Status.php @@ -0,0 +1,32 @@ +rv.data.PropPauseRequest.Status + */ +class Status extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + +} + diff --git a/generated/Rv/Data/PropPauseResponse.php b/generated/Rv/Data/PropPauseResponse.php new file mode 100644 index 0000000..fdbfa45 --- /dev/null +++ b/generated/Rv/Data/PropPauseResponse.php @@ -0,0 +1,106 @@ +rv.data.PropPauseResponse + */ +class PropPauseResponse extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.UUID prop_id = 1; + */ + protected $prop_id = null; + protected $ResponseType; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\UUID $prop_id + * @type \Rv\Data\PropPauseResponse\Status $status + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.UUID prop_id = 1; + * @return \Rv\Data\UUID|null + */ + public function getPropId() + { + return $this->prop_id; + } + + public function hasPropId() + { + return isset($this->prop_id); + } + + public function clearPropId() + { + unset($this->prop_id); + } + + /** + * Generated from protobuf field .rv.data.UUID prop_id = 1; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setPropId($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->prop_id = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.PropPauseResponse.Status status = 2; + * @return \Rv\Data\PropPauseResponse\Status|null + */ + public function getStatus() + { + return $this->readOneof(2); + } + + public function hasStatus() + { + return $this->hasOneof(2); + } + + /** + * Generated from protobuf field .rv.data.PropPauseResponse.Status status = 2; + * @param \Rv\Data\PropPauseResponse\Status $var + * @return $this + */ + public function setStatus($var) + { + GPBUtil::checkMessage($var, \Rv\Data\PropPauseResponse\Status::class); + $this->writeOneof(2, $var); + + return $this; + } + + /** + * @return string + */ + public function getResponseType() + { + return $this->whichOneof("ResponseType"); + } + +} + diff --git a/generated/Rv/Data/PropPauseResponse/Status.php b/generated/Rv/Data/PropPauseResponse/Status.php new file mode 100644 index 0000000..a355ae0 --- /dev/null +++ b/generated/Rv/Data/PropPauseResponse/Status.php @@ -0,0 +1,140 @@ +rv.data.PropPauseResponse.Status + */ +class Status extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool paused = 1; + */ + protected $paused = false; + /** + * Generated from protobuf field double time_remaining = 2; + */ + protected $time_remaining = 0.0; + /** + * Generated from protobuf field double percentage_complete = 3; + */ + protected $percentage_complete = 0.0; + /** + * Generated from protobuf field double total_time = 4; + */ + protected $total_time = 0.0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $paused + * @type float $time_remaining + * @type float $percentage_complete + * @type float $total_time + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool paused = 1; + * @return bool + */ + public function getPaused() + { + return $this->paused; + } + + /** + * Generated from protobuf field bool paused = 1; + * @param bool $var + * @return $this + */ + public function setPaused($var) + { + GPBUtil::checkBool($var); + $this->paused = $var; + + return $this; + } + + /** + * Generated from protobuf field double time_remaining = 2; + * @return float + */ + public function getTimeRemaining() + { + return $this->time_remaining; + } + + /** + * Generated from protobuf field double time_remaining = 2; + * @param float $var + * @return $this + */ + public function setTimeRemaining($var) + { + GPBUtil::checkDouble($var); + $this->time_remaining = $var; + + return $this; + } + + /** + * Generated from protobuf field double percentage_complete = 3; + * @return float + */ + public function getPercentageComplete() + { + return $this->percentage_complete; + } + + /** + * Generated from protobuf field double percentage_complete = 3; + * @param float $var + * @return $this + */ + public function setPercentageComplete($var) + { + GPBUtil::checkDouble($var); + $this->percentage_complete = $var; + + return $this; + } + + /** + * Generated from protobuf field double total_time = 4; + * @return float + */ + public function getTotalTime() + { + return $this->total_time; + } + + /** + * Generated from protobuf field double total_time = 4; + * @param float $var + * @return $this + */ + public function setTotalTime($var) + { + GPBUtil::checkDouble($var); + $this->total_time = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/PropSlide.php b/generated/Rv/Data/PropSlide.php index 3b71da8..d9d22d3 100644 --- a/generated/Rv/Data/PropSlide.php +++ b/generated/Rv/Data/PropSlide.php @@ -22,6 +22,14 @@ class PropSlide extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.Transition transition = 2; */ protected $transition = null; + /** + * Generated from protobuf field bool auto_clear_enabled = 3; + */ + protected $auto_clear_enabled = false; + /** + * Generated from protobuf field double auto_clear_duration = 4; + */ + protected $auto_clear_duration = 0.0; /** * Constructor. @@ -31,6 +39,8 @@ class PropSlide extends \Google\Protobuf\Internal\Message * * @type \Rv\Data\Slide $base_slide * @type \Rv\Data\Transition $transition + * @type bool $auto_clear_enabled + * @type float $auto_clear_duration * } */ public function __construct($data = NULL) { @@ -102,5 +112,49 @@ class PropSlide extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field bool auto_clear_enabled = 3; + * @return bool + */ + public function getAutoClearEnabled() + { + return $this->auto_clear_enabled; + } + + /** + * Generated from protobuf field bool auto_clear_enabled = 3; + * @param bool $var + * @return $this + */ + public function setAutoClearEnabled($var) + { + GPBUtil::checkBool($var); + $this->auto_clear_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field double auto_clear_duration = 4; + * @return float + */ + public function getAutoClearDuration() + { + return $this->auto_clear_duration; + } + + /** + * Generated from protobuf field double auto_clear_duration = 4; + * @param float $var + * @return $this + */ + public function setAutoClearDuration($var) + { + GPBUtil::checkDouble($var); + $this->auto_clear_duration = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/RenderLayer.php b/generated/Rv/Data/RenderLayer.php new file mode 100644 index 0000000..010c709 --- /dev/null +++ b/generated/Rv/Data/RenderLayer.php @@ -0,0 +1,437 @@ +rv.data.RenderLayer + */ +class RenderLayer extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.Graphics.Rect bounds = 9; + */ + protected $bounds = null; + /** + * Generated from protobuf field .rv.data.Graphics.Element.FlipMode flip_mode = 10; + */ + protected $flip_mode = 0; + /** + * Generated from protobuf field double rotation = 11; + */ + protected $rotation = 0.0; + /** + * Generated from protobuf field int32 build_index = 12; + */ + protected $build_index = 0; + /** + * Generated from protobuf field bool build_out = 13; + */ + protected $build_out = false; + /** + * Generated from protobuf field int32 build_out_index = 14; + */ + protected $build_out_index = 0; + protected $LayerType; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\Graphics\Rect $bounds + * @type int $flip_mode + * @type float $rotation + * @type int $build_index + * @type bool $build_out + * @type int $build_out_index + * @type \Rv\Data\RenderLayer\Composite $composite + * @type \Rv\Data\Media $media + * @type \Rv\Data\Graphics\Text\CutOutFill $cut_out + * @type \Rv\Data\Graphics\BackgroundEffect $background_effect + * @type \Rv\Data\Slide\Element\DataLink\OutputScreen $output_screen + * @type \Rv\Data\RenderLayer\Scrolling $scrolling + * @type \Rv\Data\Slide\Element\DataLink\SlideImage $slide_image + * @type \Rv\Data\Slide\Element\DataLink\Zone $zone + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Rv2D::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.Graphics.Rect bounds = 9; + * @return \Rv\Data\Graphics\Rect|null + */ + public function getBounds() + { + return $this->bounds; + } + + public function hasBounds() + { + return isset($this->bounds); + } + + public function clearBounds() + { + unset($this->bounds); + } + + /** + * Generated from protobuf field .rv.data.Graphics.Rect bounds = 9; + * @param \Rv\Data\Graphics\Rect $var + * @return $this + */ + public function setBounds($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Graphics\Rect::class); + $this->bounds = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Graphics.Element.FlipMode flip_mode = 10; + * @return int + */ + public function getFlipMode() + { + return $this->flip_mode; + } + + /** + * Generated from protobuf field .rv.data.Graphics.Element.FlipMode flip_mode = 10; + * @param int $var + * @return $this + */ + public function setFlipMode($var) + { + GPBUtil::checkEnum($var, \Rv\Data\Graphics\Element\FlipMode::class); + $this->flip_mode = $var; + + return $this; + } + + /** + * Generated from protobuf field double rotation = 11; + * @return float + */ + public function getRotation() + { + return $this->rotation; + } + + /** + * Generated from protobuf field double rotation = 11; + * @param float $var + * @return $this + */ + public function setRotation($var) + { + GPBUtil::checkDouble($var); + $this->rotation = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 build_index = 12; + * @return int + */ + public function getBuildIndex() + { + return $this->build_index; + } + + /** + * Generated from protobuf field int32 build_index = 12; + * @param int $var + * @return $this + */ + public function setBuildIndex($var) + { + GPBUtil::checkInt32($var); + $this->build_index = $var; + + return $this; + } + + /** + * Generated from protobuf field bool build_out = 13; + * @return bool + */ + public function getBuildOut() + { + return $this->build_out; + } + + /** + * Generated from protobuf field bool build_out = 13; + * @param bool $var + * @return $this + */ + public function setBuildOut($var) + { + GPBUtil::checkBool($var); + $this->build_out = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 build_out_index = 14; + * @return int + */ + public function getBuildOutIndex() + { + return $this->build_out_index; + } + + /** + * Generated from protobuf field int32 build_out_index = 14; + * @param int $var + * @return $this + */ + public function setBuildOutIndex($var) + { + GPBUtil::checkInt32($var); + $this->build_out_index = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.RenderLayer.Composite composite = 1; + * @return \Rv\Data\RenderLayer\Composite|null + */ + public function getComposite() + { + return $this->readOneof(1); + } + + public function hasComposite() + { + return $this->hasOneof(1); + } + + /** + * Generated from protobuf field .rv.data.RenderLayer.Composite composite = 1; + * @param \Rv\Data\RenderLayer\Composite $var + * @return $this + */ + public function setComposite($var) + { + GPBUtil::checkMessage($var, \Rv\Data\RenderLayer\Composite::class); + $this->writeOneof(1, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Media media = 2; + * @return \Rv\Data\Media|null + */ + public function getMedia() + { + return $this->readOneof(2); + } + + public function hasMedia() + { + return $this->hasOneof(2); + } + + /** + * Generated from protobuf field .rv.data.Media media = 2; + * @param \Rv\Data\Media $var + * @return $this + */ + public function setMedia($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Media::class); + $this->writeOneof(2, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Graphics.Text.CutOutFill cut_out = 3; + * @return \Rv\Data\Graphics\Text\CutOutFill|null + */ + public function getCutOut() + { + return $this->readOneof(3); + } + + public function hasCutOut() + { + return $this->hasOneof(3); + } + + /** + * Generated from protobuf field .rv.data.Graphics.Text.CutOutFill cut_out = 3; + * @param \Rv\Data\Graphics\Text\CutOutFill $var + * @return $this + */ + public function setCutOut($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Graphics\Text\CutOutFill::class); + $this->writeOneof(3, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Graphics.BackgroundEffect background_effect = 4; + * @return \Rv\Data\Graphics\BackgroundEffect|null + */ + public function getBackgroundEffect() + { + return $this->readOneof(4); + } + + public function hasBackgroundEffect() + { + return $this->hasOneof(4); + } + + /** + * Generated from protobuf field .rv.data.Graphics.BackgroundEffect background_effect = 4; + * @param \Rv\Data\Graphics\BackgroundEffect $var + * @return $this + */ + public function setBackgroundEffect($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Graphics\BackgroundEffect::class); + $this->writeOneof(4, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.OutputScreen output_screen = 5; + * @return \Rv\Data\Slide\Element\DataLink\OutputScreen|null + */ + public function getOutputScreen() + { + return $this->readOneof(5); + } + + public function hasOutputScreen() + { + return $this->hasOneof(5); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.OutputScreen output_screen = 5; + * @param \Rv\Data\Slide\Element\DataLink\OutputScreen $var + * @return $this + */ + public function setOutputScreen($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Slide\Element\DataLink\OutputScreen::class); + $this->writeOneof(5, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.RenderLayer.Scrolling scrolling = 6; + * @return \Rv\Data\RenderLayer\Scrolling|null + */ + public function getScrolling() + { + return $this->readOneof(6); + } + + public function hasScrolling() + { + return $this->hasOneof(6); + } + + /** + * Generated from protobuf field .rv.data.RenderLayer.Scrolling scrolling = 6; + * @param \Rv\Data\RenderLayer\Scrolling $var + * @return $this + */ + public function setScrolling($var) + { + GPBUtil::checkMessage($var, \Rv\Data\RenderLayer\Scrolling::class); + $this->writeOneof(6, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.SlideImage slide_image = 7; + * @return \Rv\Data\Slide\Element\DataLink\SlideImage|null + */ + public function getSlideImage() + { + return $this->readOneof(7); + } + + public function hasSlideImage() + { + return $this->hasOneof(7); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.SlideImage slide_image = 7; + * @param \Rv\Data\Slide\Element\DataLink\SlideImage $var + * @return $this + */ + public function setSlideImage($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Slide\Element\DataLink\SlideImage::class); + $this->writeOneof(7, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.Zone zone = 8; + * @return \Rv\Data\Slide\Element\DataLink\Zone|null + */ + public function getZone() + { + return $this->readOneof(8); + } + + public function hasZone() + { + return $this->hasOneof(8); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.Zone zone = 8; + * @param \Rv\Data\Slide\Element\DataLink\Zone $var + * @return $this + */ + public function setZone($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Slide\Element\DataLink\Zone::class); + $this->writeOneof(8, $var); + + return $this; + } + + /** + * @return string + */ + public function getLayerType() + { + return $this->whichOneof("LayerType"); + } + +} + diff --git a/generated/Rv/Data/TextLayer/Composite.php b/generated/Rv/Data/RenderLayer/Composite.php similarity index 84% rename from generated/Rv/Data/TextLayer/Composite.php rename to generated/Rv/Data/RenderLayer/Composite.php index ee8e178..bcc898b 100644 --- a/generated/Rv/Data/TextLayer/Composite.php +++ b/generated/Rv/Data/RenderLayer/Composite.php @@ -3,14 +3,14 @@ # NO CHECKED-IN PROTOBUF GENCODE # source: rv2d.proto -namespace Rv\Data\TextLayer; +namespace Rv\Data\RenderLayer; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** - * Generated from protobuf message rv.data.TextLayer.Composite + * Generated from protobuf message rv.data.RenderLayer.Composite */ class Composite extends \Google\Protobuf\Internal\Message { diff --git a/generated/Rv/Data/RenderLayer/Scrolling.php b/generated/Rv/Data/RenderLayer/Scrolling.php new file mode 100644 index 0000000..ba2a731 --- /dev/null +++ b/generated/Rv/Data/RenderLayer/Scrolling.php @@ -0,0 +1,59 @@ +rv.data.RenderLayer.Scrolling + */ +class Scrolling extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field int32 segment_size = 1; + */ + protected $segment_size = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type int $segment_size + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Rv2D::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field int32 segment_size = 1; + * @return int + */ + public function getSegmentSize() + { + return $this->segment_size; + } + + /** + * Generated from protobuf field int32 segment_size = 1; + * @param int $var + * @return $this + */ + public function setSegmentSize($var) + { + GPBUtil::checkInt32($var); + $this->segment_size = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/RequestWebFillTokenAndCookies.php b/generated/Rv/Data/RequestWebFillTokenAndCookies.php new file mode 100644 index 0000000..39888cf --- /dev/null +++ b/generated/Rv/Data/RequestWebFillTokenAndCookies.php @@ -0,0 +1,86 @@ +rv.data.RequestWebFillTokenAndCookies + */ +class RequestWebFillTokenAndCookies extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool refresh_first = 1; + */ + protected $refresh_first = false; + /** + * Generated from protobuf field string link = 2; + */ + protected $link = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $refresh_first + * @type string $link + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool refresh_first = 1; + * @return bool + */ + public function getRefreshFirst() + { + return $this->refresh_first; + } + + /** + * Generated from protobuf field bool refresh_first = 1; + * @param bool $var + * @return $this + */ + public function setRefreshFirst($var) + { + GPBUtil::checkBool($var); + $this->refresh_first = $var; + + return $this; + } + + /** + * Generated from protobuf field string link = 2; + * @return string + */ + public function getLink() + { + return $this->link; + } + + /** + * Generated from protobuf field string link = 2; + * @param string $var + * @return $this + */ + public function setLink($var) + { + GPBUtil::checkString($var, True); + $this->link = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/ResolvedFeatureFlags.php b/generated/Rv/Data/ResolvedFeatureFlags.php new file mode 100644 index 0000000..d58f5b9 --- /dev/null +++ b/generated/Rv/Data/ResolvedFeatureFlags.php @@ -0,0 +1,248 @@ +rv.data.ResolvedFeatureFlags + */ +class ResolvedFeatureFlags extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field bool content_store_staging_enabled = 1; + */ + protected $content_store_staging_enabled = false; + /** + * Generated from protobuf field bool staging_api_endpoint_enabled = 8; + */ + protected $staging_api_endpoint_enabled = false; + /** + * Generated from protobuf field bool pro_content_staging_enabled = 10; + */ + protected $pro_content_staging_enabled = false; + /** + * Generated from protobuf field bool core_networkapi_playlist = 11; + */ + protected $core_networkapi_playlist = false; + /** + * Generated from protobuf field bool core_networkapi_presentation = 12; + */ + protected $core_networkapi_presentation = false; + /** + * Generated from protobuf field bool endpoint_version_1_1_enabled = 13; + */ + protected $endpoint_version_1_1_enabled = false; + /** + * Generated from protobuf field bool core_client_sync = 15; + */ + protected $core_client_sync = false; + /** + * Generated from protobuf field bool in_app_notifications_enabled = 16; + */ + protected $in_app_notifications_enabled = false; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type bool $content_store_staging_enabled + * @type bool $staging_api_endpoint_enabled + * @type bool $pro_content_staging_enabled + * @type bool $core_networkapi_playlist + * @type bool $core_networkapi_presentation + * @type bool $endpoint_version_1_1_enabled + * @type bool $core_client_sync + * @type bool $in_app_notifications_enabled + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCoreFeatureFlags::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field bool content_store_staging_enabled = 1; + * @return bool + */ + public function getContentStoreStagingEnabled() + { + return $this->content_store_staging_enabled; + } + + /** + * Generated from protobuf field bool content_store_staging_enabled = 1; + * @param bool $var + * @return $this + */ + public function setContentStoreStagingEnabled($var) + { + GPBUtil::checkBool($var); + $this->content_store_staging_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field bool staging_api_endpoint_enabled = 8; + * @return bool + */ + public function getStagingApiEndpointEnabled() + { + return $this->staging_api_endpoint_enabled; + } + + /** + * Generated from protobuf field bool staging_api_endpoint_enabled = 8; + * @param bool $var + * @return $this + */ + public function setStagingApiEndpointEnabled($var) + { + GPBUtil::checkBool($var); + $this->staging_api_endpoint_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field bool pro_content_staging_enabled = 10; + * @return bool + */ + public function getProContentStagingEnabled() + { + return $this->pro_content_staging_enabled; + } + + /** + * Generated from protobuf field bool pro_content_staging_enabled = 10; + * @param bool $var + * @return $this + */ + public function setProContentStagingEnabled($var) + { + GPBUtil::checkBool($var); + $this->pro_content_staging_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field bool core_networkapi_playlist = 11; + * @return bool + */ + public function getCoreNetworkapiPlaylist() + { + return $this->core_networkapi_playlist; + } + + /** + * Generated from protobuf field bool core_networkapi_playlist = 11; + * @param bool $var + * @return $this + */ + public function setCoreNetworkapiPlaylist($var) + { + GPBUtil::checkBool($var); + $this->core_networkapi_playlist = $var; + + return $this; + } + + /** + * Generated from protobuf field bool core_networkapi_presentation = 12; + * @return bool + */ + public function getCoreNetworkapiPresentation() + { + return $this->core_networkapi_presentation; + } + + /** + * Generated from protobuf field bool core_networkapi_presentation = 12; + * @param bool $var + * @return $this + */ + public function setCoreNetworkapiPresentation($var) + { + GPBUtil::checkBool($var); + $this->core_networkapi_presentation = $var; + + return $this; + } + + /** + * Generated from protobuf field bool endpoint_version_1_1_enabled = 13; + * @return bool + */ + public function getEndpointVersion11Enabled() + { + return $this->endpoint_version_1_1_enabled; + } + + /** + * Generated from protobuf field bool endpoint_version_1_1_enabled = 13; + * @param bool $var + * @return $this + */ + public function setEndpointVersion11Enabled($var) + { + GPBUtil::checkBool($var); + $this->endpoint_version_1_1_enabled = $var; + + return $this; + } + + /** + * Generated from protobuf field bool core_client_sync = 15; + * @return bool + */ + public function getCoreClientSync() + { + return $this->core_client_sync; + } + + /** + * Generated from protobuf field bool core_client_sync = 15; + * @param bool $var + * @return $this + */ + public function setCoreClientSync($var) + { + GPBUtil::checkBool($var); + $this->core_client_sync = $var; + + return $this; + } + + /** + * Generated from protobuf field bool in_app_notifications_enabled = 16; + * @return bool + */ + public function getInAppNotificationsEnabled() + { + return $this->in_app_notifications_enabled; + } + + /** + * Generated from protobuf field bool in_app_notifications_enabled = 16; + * @param bool $var + * @return $this + */ + public function setInAppNotificationsEnabled($var) + { + GPBUtil::checkBool($var); + $this->in_app_notifications_enabled = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/SendData.php b/generated/Rv/Data/SendData.php index 1b31224..f970806 100644 --- a/generated/Rv/Data/SendData.php +++ b/generated/Rv/Data/SendData.php @@ -46,7 +46,6 @@ class SendData extends \Google\Protobuf\Internal\Message * @type \Rv\Data\Transition $global_background_transition * @type \Rv\Data\Transition $global_messages_transition * @type \Rv\Data\Transition $global_foreground_transition - * @type \Rv\Data\Transition $global_bible_transition * @type \Rv\Data\Transition $global_props_transition * @type \Rv\Data\Transition $global_audio_transition * @type \Rv\Data\Preferences $preferences @@ -59,6 +58,15 @@ class SendData extends \Google\Protobuf\Internal\Message * @type \Rv\Data\GenericEvent $debug_trigger_data_dump * @type \Rv\Data\PlaylistDocument $library_playlist_doc * @type \Rv\Data\UUID $audio_playlist_focus_uuid + * @type \Rv\Data\UUID $media_playlist_focus_uuid + * @type \Rv\Data\UUID $library_playlist_focus_uuid + * @type \Rv\Data\UUID $library_playlist_item_focus_uuid + * @type \Rv\Data\PropPauseRequest $prop_pause + * @type \Rv\Data\MediaThumbnail $media_thumbnail + * @type \Rv\Data\PCOData $pco_data + * @type \Rv\Data\WebFillTokenAndCookies $webfill_token_and_cookies + * @type \Rv\Data\ProScoreboardWorkspace $psb_workspace + * @type \Rv\Data\InputStatusCallback $input_status_callback * } */ public function __construct($data = NULL) { @@ -602,25 +610,25 @@ class SendData extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.Transition global_bible_transition = 21; + * Generated from protobuf field .rv.data.Transition global_props_transition = 21; * @return \Rv\Data\Transition|null */ - public function getGlobalBibleTransition() + public function getGlobalPropsTransition() { return $this->readOneof(21); } - public function hasGlobalBibleTransition() + public function hasGlobalPropsTransition() { return $this->hasOneof(21); } /** - * Generated from protobuf field .rv.data.Transition global_bible_transition = 21; + * Generated from protobuf field .rv.data.Transition global_props_transition = 21; * @param \Rv\Data\Transition $var * @return $this */ - public function setGlobalBibleTransition($var) + public function setGlobalPropsTransition($var) { GPBUtil::checkMessage($var, \Rv\Data\Transition::class); $this->writeOneof(21, $var); @@ -629,25 +637,25 @@ class SendData extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.Transition global_props_transition = 22; + * Generated from protobuf field .rv.data.Transition global_audio_transition = 22; * @return \Rv\Data\Transition|null */ - public function getGlobalPropsTransition() + public function getGlobalAudioTransition() { return $this->readOneof(22); } - public function hasGlobalPropsTransition() + public function hasGlobalAudioTransition() { return $this->hasOneof(22); } /** - * Generated from protobuf field .rv.data.Transition global_props_transition = 22; + * Generated from protobuf field .rv.data.Transition global_audio_transition = 22; * @param \Rv\Data\Transition $var * @return $this */ - public function setGlobalPropsTransition($var) + public function setGlobalAudioTransition($var) { GPBUtil::checkMessage($var, \Rv\Data\Transition::class); $this->writeOneof(22, $var); @@ -656,133 +664,133 @@ class SendData extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.Transition global_audio_transition = 23; - * @return \Rv\Data\Transition|null + * Generated from protobuf field .rv.data.Preferences preferences = 23; + * @return \Rv\Data\Preferences|null */ - public function getGlobalAudioTransition() + public function getPreferences() { return $this->readOneof(23); } - public function hasGlobalAudioTransition() + public function hasPreferences() { return $this->hasOneof(23); } /** - * Generated from protobuf field .rv.data.Transition global_audio_transition = 23; - * @param \Rv\Data\Transition $var - * @return $this - */ - public function setGlobalAudioTransition($var) - { - GPBUtil::checkMessage($var, \Rv\Data\Transition::class); - $this->writeOneof(23, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.data.Preferences preferences = 24; - * @return \Rv\Data\Preferences|null - */ - public function getPreferences() - { - return $this->readOneof(24); - } - - public function hasPreferences() - { - return $this->hasOneof(24); - } - - /** - * Generated from protobuf field .rv.data.Preferences preferences = 24; + * Generated from protobuf field .rv.data.Preferences preferences = 23; * @param \Rv\Data\Preferences $var * @return $this */ public function setPreferences($var) { GPBUtil::checkMessage($var, \Rv\Data\Preferences::class); - $this->writeOneof(24, $var); + $this->writeOneof(23, $var); return $this; } /** - * Generated from protobuf field .rv.data.TestPatternRequest test_pattern = 25; + * Generated from protobuf field .rv.data.TestPatternRequest test_pattern = 24; * @return \Rv\Data\TestPatternRequest|null */ public function getTestPattern() { - return $this->readOneof(25); + return $this->readOneof(24); } public function hasTestPattern() { - return $this->hasOneof(25); + return $this->hasOneof(24); } /** - * Generated from protobuf field .rv.data.TestPatternRequest test_pattern = 25; + * Generated from protobuf field .rv.data.TestPatternRequest test_pattern = 24; * @param \Rv\Data\TestPatternRequest $var * @return $this */ public function setTestPattern($var) { GPBUtil::checkMessage($var, \Rv\Data\TestPatternRequest::class); - $this->writeOneof(25, $var); + $this->writeOneof(24, $var); return $this; } /** - * Generated from protobuf field .rv.data.GenericEvent startup_complete = 26; + * Generated from protobuf field .rv.data.GenericEvent startup_complete = 25; * @return \Rv\Data\GenericEvent|null */ public function getStartupComplete() { - return $this->readOneof(26); + return $this->readOneof(25); } public function hasStartupComplete() { - return $this->hasOneof(26); + return $this->hasOneof(25); } /** - * Generated from protobuf field .rv.data.GenericEvent startup_complete = 26; + * Generated from protobuf field .rv.data.GenericEvent startup_complete = 25; * @param \Rv\Data\GenericEvent $var * @return $this */ public function setStartupComplete($var) { GPBUtil::checkMessage($var, \Rv\Data\GenericEvent::class); + $this->writeOneof(25, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.PlaylistDocument visual_playlist_doc = 26; + * @return \Rv\Data\PlaylistDocument|null + */ + public function getVisualPlaylistDoc() + { + return $this->readOneof(26); + } + + public function hasVisualPlaylistDoc() + { + return $this->hasOneof(26); + } + + /** + * Generated from protobuf field .rv.data.PlaylistDocument visual_playlist_doc = 26; + * @param \Rv\Data\PlaylistDocument $var + * @return $this + */ + public function setVisualPlaylistDoc($var) + { + GPBUtil::checkMessage($var, \Rv\Data\PlaylistDocument::class); $this->writeOneof(26, $var); return $this; } /** - * Generated from protobuf field .rv.data.PlaylistDocument visual_playlist_doc = 27; + * Generated from protobuf field .rv.data.PlaylistDocument audio_playlist_doc = 27; * @return \Rv\Data\PlaylistDocument|null */ - public function getVisualPlaylistDoc() + public function getAudioPlaylistDoc() { return $this->readOneof(27); } - public function hasVisualPlaylistDoc() + public function hasAudioPlaylistDoc() { return $this->hasOneof(27); } /** - * Generated from protobuf field .rv.data.PlaylistDocument visual_playlist_doc = 27; + * Generated from protobuf field .rv.data.PlaylistDocument audio_playlist_doc = 27; * @param \Rv\Data\PlaylistDocument $var * @return $this */ - public function setVisualPlaylistDoc($var) + public function setAudioPlaylistDoc($var) { GPBUtil::checkMessage($var, \Rv\Data\PlaylistDocument::class); $this->writeOneof(27, $var); @@ -791,160 +799,160 @@ class SendData extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.PlaylistDocument audio_playlist_doc = 28; - * @return \Rv\Data\PlaylistDocument|null + * Generated from protobuf field .rv.data.GenericEvent kill_watchdog = 28; + * @return \Rv\Data\GenericEvent|null */ - public function getAudioPlaylistDoc() + public function getKillWatchdog() { return $this->readOneof(28); } - public function hasAudioPlaylistDoc() + public function hasKillWatchdog() { return $this->hasOneof(28); } /** - * Generated from protobuf field .rv.data.PlaylistDocument audio_playlist_doc = 28; - * @param \Rv\Data\PlaylistDocument $var - * @return $this - */ - public function setAudioPlaylistDoc($var) - { - GPBUtil::checkMessage($var, \Rv\Data\PlaylistDocument::class); - $this->writeOneof(28, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.data.GenericEvent kill_watchdog = 29; - * @return \Rv\Data\GenericEvent|null - */ - public function getKillWatchdog() - { - return $this->readOneof(29); - } - - public function hasKillWatchdog() - { - return $this->hasOneof(29); - } - - /** - * Generated from protobuf field .rv.data.GenericEvent kill_watchdog = 29; + * Generated from protobuf field .rv.data.GenericEvent kill_watchdog = 28; * @param \Rv\Data\GenericEvent $var * @return $this */ public function setKillWatchdog($var) { GPBUtil::checkMessage($var, \Rv\Data\GenericEvent::class); - $this->writeOneof(29, $var); + $this->writeOneof(28, $var); return $this; } /** - * Generated from protobuf field .rv.data.MacroIcons macro_icons = 30; + * Generated from protobuf field .rv.data.MacroIcons macro_icons = 29; * @return \Rv\Data\MacroIcons|null */ public function getMacroIcons() { - return $this->readOneof(30); + return $this->readOneof(29); } public function hasMacroIcons() { - return $this->hasOneof(30); + return $this->hasOneof(29); } /** - * Generated from protobuf field .rv.data.MacroIcons macro_icons = 30; + * Generated from protobuf field .rv.data.MacroIcons macro_icons = 29; * @param \Rv\Data\MacroIcons $var * @return $this */ public function setMacroIcons($var) { GPBUtil::checkMessage($var, \Rv\Data\MacroIcons::class); - $this->writeOneof(30, $var); + $this->writeOneof(29, $var); return $this; } /** - * Generated from protobuf field .rv.data.GenericEvent debug_trigger_data_dump = 31; + * Generated from protobuf field .rv.data.GenericEvent debug_trigger_data_dump = 30; * @return \Rv\Data\GenericEvent|null */ public function getDebugTriggerDataDump() { - return $this->readOneof(31); + return $this->readOneof(30); } public function hasDebugTriggerDataDump() { - return $this->hasOneof(31); + return $this->hasOneof(30); } /** - * Generated from protobuf field .rv.data.GenericEvent debug_trigger_data_dump = 31; + * Generated from protobuf field .rv.data.GenericEvent debug_trigger_data_dump = 30; * @param \Rv\Data\GenericEvent $var * @return $this */ public function setDebugTriggerDataDump($var) { GPBUtil::checkMessage($var, \Rv\Data\GenericEvent::class); - $this->writeOneof(31, $var); + $this->writeOneof(30, $var); return $this; } /** - * Generated from protobuf field .rv.data.PlaylistDocument library_playlist_doc = 32; + * Generated from protobuf field .rv.data.PlaylistDocument library_playlist_doc = 31; * @return \Rv\Data\PlaylistDocument|null */ public function getLibraryPlaylistDoc() { - return $this->readOneof(32); + return $this->readOneof(31); } public function hasLibraryPlaylistDoc() { - return $this->hasOneof(32); + return $this->hasOneof(31); } /** - * Generated from protobuf field .rv.data.PlaylistDocument library_playlist_doc = 32; + * Generated from protobuf field .rv.data.PlaylistDocument library_playlist_doc = 31; * @param \Rv\Data\PlaylistDocument $var * @return $this */ public function setLibraryPlaylistDoc($var) { GPBUtil::checkMessage($var, \Rv\Data\PlaylistDocument::class); - $this->writeOneof(32, $var); + $this->writeOneof(31, $var); return $this; } /** - * Generated from protobuf field .rv.data.UUID audio_playlist_focus_uuid = 33; + * Generated from protobuf field .rv.data.UUID audio_playlist_focus_uuid = 32; * @return \Rv\Data\UUID|null */ public function getAudioPlaylistFocusUuid() { - return $this->readOneof(33); + return $this->readOneof(32); } public function hasAudioPlaylistFocusUuid() { - return $this->hasOneof(33); + return $this->hasOneof(32); } /** - * Generated from protobuf field .rv.data.UUID audio_playlist_focus_uuid = 33; + * Generated from protobuf field .rv.data.UUID audio_playlist_focus_uuid = 32; * @param \Rv\Data\UUID $var * @return $this */ public function setAudioPlaylistFocusUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->writeOneof(32, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.UUID media_playlist_focus_uuid = 33; + * @return \Rv\Data\UUID|null + */ + public function getMediaPlaylistFocusUuid() + { + return $this->readOneof(33); + } + + public function hasMediaPlaylistFocusUuid() + { + return $this->hasOneof(33); + } + + /** + * Generated from protobuf field .rv.data.UUID media_playlist_focus_uuid = 33; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setMediaPlaylistFocusUuid($var) { GPBUtil::checkMessage($var, \Rv\Data\UUID::class); $this->writeOneof(33, $var); @@ -952,6 +960,222 @@ class SendData extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.UUID library_playlist_focus_uuid = 34; + * @return \Rv\Data\UUID|null + */ + public function getLibraryPlaylistFocusUuid() + { + return $this->readOneof(34); + } + + public function hasLibraryPlaylistFocusUuid() + { + return $this->hasOneof(34); + } + + /** + * Generated from protobuf field .rv.data.UUID library_playlist_focus_uuid = 34; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setLibraryPlaylistFocusUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->writeOneof(34, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.UUID library_playlist_item_focus_uuid = 35; + * @return \Rv\Data\UUID|null + */ + public function getLibraryPlaylistItemFocusUuid() + { + return $this->readOneof(35); + } + + public function hasLibraryPlaylistItemFocusUuid() + { + return $this->hasOneof(35); + } + + /** + * Generated from protobuf field .rv.data.UUID library_playlist_item_focus_uuid = 35; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setLibraryPlaylistItemFocusUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->writeOneof(35, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.PropPauseRequest prop_pause = 36; + * @return \Rv\Data\PropPauseRequest|null + */ + public function getPropPause() + { + return $this->readOneof(36); + } + + public function hasPropPause() + { + return $this->hasOneof(36); + } + + /** + * Generated from protobuf field .rv.data.PropPauseRequest prop_pause = 36; + * @param \Rv\Data\PropPauseRequest $var + * @return $this + */ + public function setPropPause($var) + { + GPBUtil::checkMessage($var, \Rv\Data\PropPauseRequest::class); + $this->writeOneof(36, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.MediaThumbnail media_thumbnail = 37; + * @return \Rv\Data\MediaThumbnail|null + */ + public function getMediaThumbnail() + { + return $this->readOneof(37); + } + + public function hasMediaThumbnail() + { + return $this->hasOneof(37); + } + + /** + * Generated from protobuf field .rv.data.MediaThumbnail media_thumbnail = 37; + * @param \Rv\Data\MediaThumbnail $var + * @return $this + */ + public function setMediaThumbnail($var) + { + GPBUtil::checkMessage($var, \Rv\Data\MediaThumbnail::class); + $this->writeOneof(37, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.PCOData pco_data = 38; + * @return \Rv\Data\PCOData|null + */ + public function getPcoData() + { + return $this->readOneof(38); + } + + public function hasPcoData() + { + return $this->hasOneof(38); + } + + /** + * Generated from protobuf field .rv.data.PCOData pco_data = 38; + * @param \Rv\Data\PCOData $var + * @return $this + */ + public function setPcoData($var) + { + GPBUtil::checkMessage($var, \Rv\Data\PCOData::class); + $this->writeOneof(38, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.WebFillTokenAndCookies webfill_token_and_cookies = 39; + * @return \Rv\Data\WebFillTokenAndCookies|null + */ + public function getWebfillTokenAndCookies() + { + return $this->readOneof(39); + } + + public function hasWebfillTokenAndCookies() + { + return $this->hasOneof(39); + } + + /** + * Generated from protobuf field .rv.data.WebFillTokenAndCookies webfill_token_and_cookies = 39; + * @param \Rv\Data\WebFillTokenAndCookies $var + * @return $this + */ + public function setWebfillTokenAndCookies($var) + { + GPBUtil::checkMessage($var, \Rv\Data\WebFillTokenAndCookies::class); + $this->writeOneof(39, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.ProScoreboardWorkspace psb_workspace = 40; + * @return \Rv\Data\ProScoreboardWorkspace|null + */ + public function getPsbWorkspace() + { + return $this->readOneof(40); + } + + public function hasPsbWorkspace() + { + return $this->hasOneof(40); + } + + /** + * Generated from protobuf field .rv.data.ProScoreboardWorkspace psb_workspace = 40; + * @param \Rv\Data\ProScoreboardWorkspace $var + * @return $this + */ + public function setPsbWorkspace($var) + { + GPBUtil::checkMessage($var, \Rv\Data\ProScoreboardWorkspace::class); + $this->writeOneof(40, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.InputStatusCallback input_status_callback = 41; + * @return \Rv\Data\InputStatusCallback|null + */ + public function getInputStatusCallback() + { + return $this->readOneof(41); + } + + public function hasInputStatusCallback() + { + return $this->hasOneof(41); + } + + /** + * Generated from protobuf field .rv.data.InputStatusCallback input_status_callback = 41; + * @param \Rv\Data\InputStatusCallback $var + * @return $this + */ + public function setInputStatusCallback($var) + { + GPBUtil::checkMessage($var, \Rv\Data\InputStatusCallback::class); + $this->writeOneof(41, $var); + + return $this; + } + /** * @return string */ diff --git a/generated/Rv/Data/SendDataResponse.php b/generated/Rv/Data/SendDataResponse.php index 9ce602c..222fed3 100644 --- a/generated/Rv/Data/SendDataResponse.php +++ b/generated/Rv/Data/SendDataResponse.php @@ -32,9 +32,17 @@ class SendDataResponse extends \Google\Protobuf\Internal\Message * @type \Rv\Data\CaptureActionRequest $capture_action_request * @type \Rv\Data\TestPatternResponse $test_pattern * @type \Rv\Data\HandledException $handled_exception - * @type \Rv\Data\CoreDataStateDump $test_state_dump * @type \Rv\Data\UUID $audio_playlist_focus_uuid - * @type \Rv\Data\UUID $audio_playlist_item_triggered_uuid + * @type \Rv\Data\UUID $media_playlist_focus_uuid + * @type \Rv\Data\UUID $library_playlist_focus_uuid + * @type \Rv\Data\UUID $library_playlist_item_focus_uuid + * @type \Rv\Data\PropPauseResponse $prop_pause + * @type \Rv\Data\ShowMessage $show_message + * @type \Rv\Data\GenericEvent $hide_message + * @type \Rv\Data\GetMediaThumbnail $get_media_thumbnail + * @type \Rv\Data\RequestWebFillTokenAndCookies $request_webfill_token_and_cookies + * @type \Rv\Data\MediaAssetTriggered $media_asset_triggered + * @type \Rv\Data\LeaveBreadcrumb $leave_breadcrumb * } */ public function __construct($data = NULL) { @@ -199,33 +207,6 @@ class SendDataResponse extends \Google\Protobuf\Internal\Message return $this; } - /** - * Generated from protobuf field .rv.data.CoreDataStateDump test_state_dump = 7; - * @return \Rv\Data\CoreDataStateDump|null - */ - public function getTestStateDump() - { - return $this->readOneof(7); - } - - public function hasTestStateDump() - { - return $this->hasOneof(7); - } - - /** - * Generated from protobuf field .rv.data.CoreDataStateDump test_state_dump = 7; - * @param \Rv\Data\CoreDataStateDump $var - * @return $this - */ - public function setTestStateDump($var) - { - GPBUtil::checkMessage($var, \Rv\Data\CoreDataStateDump::class); - $this->writeOneof(7, $var); - - return $this; - } - /** * Generated from protobuf field .rv.data.UUID audio_playlist_focus_uuid = 8; * @return \Rv\Data\UUID|null @@ -254,25 +235,25 @@ class SendDataResponse extends \Google\Protobuf\Internal\Message } /** - * Generated from protobuf field .rv.data.UUID audio_playlist_item_triggered_uuid = 9; + * Generated from protobuf field .rv.data.UUID media_playlist_focus_uuid = 9; * @return \Rv\Data\UUID|null */ - public function getAudioPlaylistItemTriggeredUuid() + public function getMediaPlaylistFocusUuid() { return $this->readOneof(9); } - public function hasAudioPlaylistItemTriggeredUuid() + public function hasMediaPlaylistFocusUuid() { return $this->hasOneof(9); } /** - * Generated from protobuf field .rv.data.UUID audio_playlist_item_triggered_uuid = 9; + * Generated from protobuf field .rv.data.UUID media_playlist_focus_uuid = 9; * @param \Rv\Data\UUID $var * @return $this */ - public function setAudioPlaylistItemTriggeredUuid($var) + public function setMediaPlaylistFocusUuid($var) { GPBUtil::checkMessage($var, \Rv\Data\UUID::class); $this->writeOneof(9, $var); @@ -280,6 +261,249 @@ class SendDataResponse extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.UUID library_playlist_focus_uuid = 10; + * @return \Rv\Data\UUID|null + */ + public function getLibraryPlaylistFocusUuid() + { + return $this->readOneof(10); + } + + public function hasLibraryPlaylistFocusUuid() + { + return $this->hasOneof(10); + } + + /** + * Generated from protobuf field .rv.data.UUID library_playlist_focus_uuid = 10; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setLibraryPlaylistFocusUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->writeOneof(10, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.UUID library_playlist_item_focus_uuid = 11; + * @return \Rv\Data\UUID|null + */ + public function getLibraryPlaylistItemFocusUuid() + { + return $this->readOneof(11); + } + + public function hasLibraryPlaylistItemFocusUuid() + { + return $this->hasOneof(11); + } + + /** + * Generated from protobuf field .rv.data.UUID library_playlist_item_focus_uuid = 11; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setLibraryPlaylistItemFocusUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->writeOneof(11, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.PropPauseResponse prop_pause = 12; + * @return \Rv\Data\PropPauseResponse|null + */ + public function getPropPause() + { + return $this->readOneof(12); + } + + public function hasPropPause() + { + return $this->hasOneof(12); + } + + /** + * Generated from protobuf field .rv.data.PropPauseResponse prop_pause = 12; + * @param \Rv\Data\PropPauseResponse $var + * @return $this + */ + public function setPropPause($var) + { + GPBUtil::checkMessage($var, \Rv\Data\PropPauseResponse::class); + $this->writeOneof(12, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.ShowMessage show_message = 13; + * @return \Rv\Data\ShowMessage|null + */ + public function getShowMessage() + { + return $this->readOneof(13); + } + + public function hasShowMessage() + { + return $this->hasOneof(13); + } + + /** + * Generated from protobuf field .rv.data.ShowMessage show_message = 13; + * @param \Rv\Data\ShowMessage $var + * @return $this + */ + public function setShowMessage($var) + { + GPBUtil::checkMessage($var, \Rv\Data\ShowMessage::class); + $this->writeOneof(13, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.GenericEvent hide_message = 14; + * @return \Rv\Data\GenericEvent|null + */ + public function getHideMessage() + { + return $this->readOneof(14); + } + + public function hasHideMessage() + { + return $this->hasOneof(14); + } + + /** + * Generated from protobuf field .rv.data.GenericEvent hide_message = 14; + * @param \Rv\Data\GenericEvent $var + * @return $this + */ + public function setHideMessage($var) + { + GPBUtil::checkMessage($var, \Rv\Data\GenericEvent::class); + $this->writeOneof(14, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.GetMediaThumbnail get_media_thumbnail = 15; + * @return \Rv\Data\GetMediaThumbnail|null + */ + public function getGetMediaThumbnail() + { + return $this->readOneof(15); + } + + public function hasGetMediaThumbnail() + { + return $this->hasOneof(15); + } + + /** + * Generated from protobuf field .rv.data.GetMediaThumbnail get_media_thumbnail = 15; + * @param \Rv\Data\GetMediaThumbnail $var + * @return $this + */ + public function setGetMediaThumbnail($var) + { + GPBUtil::checkMessage($var, \Rv\Data\GetMediaThumbnail::class); + $this->writeOneof(15, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.RequestWebFillTokenAndCookies request_webfill_token_and_cookies = 16; + * @return \Rv\Data\RequestWebFillTokenAndCookies|null + */ + public function getRequestWebfillTokenAndCookies() + { + return $this->readOneof(16); + } + + public function hasRequestWebfillTokenAndCookies() + { + return $this->hasOneof(16); + } + + /** + * Generated from protobuf field .rv.data.RequestWebFillTokenAndCookies request_webfill_token_and_cookies = 16; + * @param \Rv\Data\RequestWebFillTokenAndCookies $var + * @return $this + */ + public function setRequestWebfillTokenAndCookies($var) + { + GPBUtil::checkMessage($var, \Rv\Data\RequestWebFillTokenAndCookies::class); + $this->writeOneof(16, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.MediaAssetTriggered media_asset_triggered = 17; + * @return \Rv\Data\MediaAssetTriggered|null + */ + public function getMediaAssetTriggered() + { + return $this->readOneof(17); + } + + public function hasMediaAssetTriggered() + { + return $this->hasOneof(17); + } + + /** + * Generated from protobuf field .rv.data.MediaAssetTriggered media_asset_triggered = 17; + * @param \Rv\Data\MediaAssetTriggered $var + * @return $this + */ + public function setMediaAssetTriggered($var) + { + GPBUtil::checkMessage($var, \Rv\Data\MediaAssetTriggered::class); + $this->writeOneof(17, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.LeaveBreadcrumb leave_breadcrumb = 18; + * @return \Rv\Data\LeaveBreadcrumb|null + */ + public function getLeaveBreadcrumb() + { + return $this->readOneof(18); + } + + public function hasLeaveBreadcrumb() + { + return $this->hasOneof(18); + } + + /** + * Generated from protobuf field .rv.data.LeaveBreadcrumb leave_breadcrumb = 18; + * @param \Rv\Data\LeaveBreadcrumb $var + * @return $this + */ + public function setLeaveBreadcrumb($var) + { + GPBUtil::checkMessage($var, \Rv\Data\LeaveBreadcrumb::class); + $this->writeOneof(18, $var); + + return $this; + } + /** * @return string */ diff --git a/generated/Rv/Data/ShowMessage.php b/generated/Rv/Data/ShowMessage.php new file mode 100644 index 0000000..4f15803 --- /dev/null +++ b/generated/Rv/Data/ShowMessage.php @@ -0,0 +1,59 @@ +rv.data.ShowMessage + */ +class ShowMessage extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string message = 1; + */ + protected $message = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $message + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string message = 1; + * @return string + */ + public function getMessage() + { + return $this->message; + } + + /** + * Generated from protobuf field string message = 1; + * @param string $var + * @return $this + */ + public function setMessage($var) + { + GPBUtil::checkString($var, True); + $this->message = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/Slide/Element/DataLink.php b/generated/Rv/Data/Slide/Element/DataLink.php index e95774e..3fe2378 100644 --- a/generated/Rv/Data/Slide/Element/DataLink.php +++ b/generated/Rv/Data/Slide/Element/DataLink.php @@ -55,6 +55,10 @@ class DataLink extends \Google\Protobuf\Internal\Message * @type \Rv\Data\Slide\Element\DataLink\PlaybackMarkerIdentifier $playback_marker_color * @type \Rv\Data\Slide\Element\DataLink\TimecodeText $timecode_text * @type \Rv\Data\Slide\Element\DataLink\TimecodeStatus $timecode_status + * @type \Rv\Data\Message $message_text + * @type \Rv\Data\Slide\Element\DataLink\KeyValueText $key_value_text + * @type \Rv\Data\Slide\Element\DataLink\KeyValueFill $key_value_fill + * @type \Rv\Data\Slide\Element\DataLink\Zone $zone * } */ public function __construct($data = NULL) { @@ -953,6 +957,114 @@ class DataLink extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.Message message_text = 35; + * @return \Rv\Data\Message|null + */ + public function getMessageText() + { + return $this->readOneof(35); + } + + public function hasMessageText() + { + return $this->hasOneof(35); + } + + /** + * Generated from protobuf field .rv.data.Message message_text = 35; + * @param \Rv\Data\Message $var + * @return $this + */ + public function setMessageText($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Message::class); + $this->writeOneof(35, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.KeyValueText key_value_text = 36; + * @return \Rv\Data\Slide\Element\DataLink\KeyValueText|null + */ + public function getKeyValueText() + { + return $this->readOneof(36); + } + + public function hasKeyValueText() + { + return $this->hasOneof(36); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.KeyValueText key_value_text = 36; + * @param \Rv\Data\Slide\Element\DataLink\KeyValueText $var + * @return $this + */ + public function setKeyValueText($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Slide\Element\DataLink\KeyValueText::class); + $this->writeOneof(36, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.KeyValueFill key_value_fill = 37; + * @return \Rv\Data\Slide\Element\DataLink\KeyValueFill|null + */ + public function getKeyValueFill() + { + return $this->readOneof(37); + } + + public function hasKeyValueFill() + { + return $this->hasOneof(37); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.KeyValueFill key_value_fill = 37; + * @param \Rv\Data\Slide\Element\DataLink\KeyValueFill $var + * @return $this + */ + public function setKeyValueFill($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Slide\Element\DataLink\KeyValueFill::class); + $this->writeOneof(37, $var); + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.Zone zone = 38; + * @return \Rv\Data\Slide\Element\DataLink\Zone|null + */ + public function getZone() + { + return $this->readOneof(38); + } + + public function hasZone() + { + return $this->hasOneof(38); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element.DataLink.Zone zone = 38; + * @param \Rv\Data\Slide\Element\DataLink\Zone $var + * @return $this + */ + public function setZone($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Slide\Element\DataLink\Zone::class); + $this->writeOneof(38, $var); + + return $this; + } + /** * @return string */ diff --git a/generated/Rv/Data/Slide/Element/DataLink/KeyValueFill.php b/generated/Rv/Data/Slide/Element/DataLink/KeyValueFill.php new file mode 100644 index 0000000..200ac76 --- /dev/null +++ b/generated/Rv/Data/Slide/Element/DataLink/KeyValueFill.php @@ -0,0 +1,59 @@ +rv.data.Slide.Element.DataLink.KeyValueFill + */ +class KeyValueFill extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string key = 1; + */ + protected $key = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $key + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Slide::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string key = 1; + * @return string + */ + public function getKey() + { + return $this->key; + } + + /** + * Generated from protobuf field string key = 1; + * @param string $var + * @return $this + */ + public function setKey($var) + { + GPBUtil::checkString($var, True); + $this->key = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/Slide/Element/DataLink/KeyValueText.php b/generated/Rv/Data/Slide/Element/DataLink/KeyValueText.php new file mode 100644 index 0000000..b9842a7 --- /dev/null +++ b/generated/Rv/Data/Slide/Element/DataLink/KeyValueText.php @@ -0,0 +1,59 @@ +rv.data.Slide.Element.DataLink.KeyValueText + */ +class KeyValueText extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string key = 1; + */ + protected $key = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $key + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Slide::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string key = 1; + * @return string + */ + public function getKey() + { + return $this->key; + } + + /** + * Generated from protobuf field string key = 1; + * @param string $var + * @return $this + */ + public function setKey($var) + { + GPBUtil::checkString($var, True); + $this->key = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/Slide/Element/DataLink/Zone.php b/generated/Rv/Data/Slide/Element/DataLink/Zone.php new file mode 100644 index 0000000..44559fe --- /dev/null +++ b/generated/Rv/Data/Slide/Element/DataLink/Zone.php @@ -0,0 +1,96 @@ +rv.data.Slide.Element.DataLink.Zone + */ +class Zone extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + */ + protected $uuid = null; + /** + * Generated from protobuf field string name = 2; + */ + protected $name = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\UUID $uuid + * @type string $name + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Slide::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + * @return \Rv\Data\UUID|null + */ + public function getUuid() + { + return $this->uuid; + } + + public function hasUuid() + { + return isset($this->uuid); + } + + public function clearUuid() + { + unset($this->uuid); + } + + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->uuid = $var; + + return $this; + } + + /** + * Generated from protobuf field string name = 2; + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Generated from protobuf field string name = 2; + * @param string $var + * @return $this + */ + public function setName($var) + { + GPBUtil::checkString($var, True); + $this->name = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/SlideElement.php b/generated/Rv/Data/SlideElement.php new file mode 100644 index 0000000..db38be4 --- /dev/null +++ b/generated/Rv/Data/SlideElement.php @@ -0,0 +1,197 @@ +rv.data.SlideElement + */ +class SlideElement extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.Slide.Element element = 1; + */ + protected $element = null; + /** + * Generated from protobuf field int32 build_index = 2; + */ + protected $build_index = 0; + /** + * Generated from protobuf field .rv.data.MusicKeyScale base_key = 3; + */ + protected $base_key = null; + /** + * Generated from protobuf field .rv.data.MusicKeyScale target_key = 4; + */ + protected $target_key = null; + /** + * Generated from protobuf field repeated .rv.data.WebFillTokenAndCookies.Cookie cookies = 5; + */ + private $cookies; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\Slide\Element $element + * @type int $build_index + * @type \Rv\Data\MusicKeyScale $base_key + * @type \Rv\Data\MusicKeyScale $target_key + * @type array<\Rv\Data\WebFillTokenAndCookies\Cookie>|\Google\Protobuf\Internal\RepeatedField $cookies + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Rv2D::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element element = 1; + * @return \Rv\Data\Slide\Element|null + */ + public function getElement() + { + return $this->element; + } + + public function hasElement() + { + return isset($this->element); + } + + public function clearElement() + { + unset($this->element); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element element = 1; + * @param \Rv\Data\Slide\Element $var + * @return $this + */ + public function setElement($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Slide\Element::class); + $this->element = $var; + + return $this; + } + + /** + * Generated from protobuf field int32 build_index = 2; + * @return int + */ + public function getBuildIndex() + { + return $this->build_index; + } + + /** + * Generated from protobuf field int32 build_index = 2; + * @param int $var + * @return $this + */ + public function setBuildIndex($var) + { + GPBUtil::checkInt32($var); + $this->build_index = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.MusicKeyScale base_key = 3; + * @return \Rv\Data\MusicKeyScale|null + */ + public function getBaseKey() + { + return $this->base_key; + } + + public function hasBaseKey() + { + return isset($this->base_key); + } + + public function clearBaseKey() + { + unset($this->base_key); + } + + /** + * Generated from protobuf field .rv.data.MusicKeyScale base_key = 3; + * @param \Rv\Data\MusicKeyScale $var + * @return $this + */ + public function setBaseKey($var) + { + GPBUtil::checkMessage($var, \Rv\Data\MusicKeyScale::class); + $this->base_key = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.MusicKeyScale target_key = 4; + * @return \Rv\Data\MusicKeyScale|null + */ + public function getTargetKey() + { + return $this->target_key; + } + + public function hasTargetKey() + { + return isset($this->target_key); + } + + public function clearTargetKey() + { + unset($this->target_key); + } + + /** + * Generated from protobuf field .rv.data.MusicKeyScale target_key = 4; + * @param \Rv\Data\MusicKeyScale $var + * @return $this + */ + public function setTargetKey($var) + { + GPBUtil::checkMessage($var, \Rv\Data\MusicKeyScale::class); + $this->target_key = $var; + + return $this; + } + + /** + * Generated from protobuf field repeated .rv.data.WebFillTokenAndCookies.Cookie cookies = 5; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getCookies() + { + return $this->cookies; + } + + /** + * Generated from protobuf field repeated .rv.data.WebFillTokenAndCookies.Cookie cookies = 5; + * @param array<\Rv\Data\WebFillTokenAndCookies\Cookie>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setCookies($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\WebFillTokenAndCookies\Cookie::class); + $this->cookies = $arr; + + return $this; + } + +} + diff --git a/generated/Rv/Data/SlidePreview.php b/generated/Rv/Data/SlidePreview.php new file mode 100644 index 0000000..5a70e65 --- /dev/null +++ b/generated/Rv/Data/SlidePreview.php @@ -0,0 +1,143 @@ +rv.data.SlidePreview + */ +class SlidePreview extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.Cue cue = 1; + */ + protected $cue = null; + /** + * Generated from protobuf field .rv.data.Slide.Element element = 2; + */ + protected $element = null; + /** + * Generated from protobuf field .rv.data.Color background = 3; + */ + protected $background = null; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\Cue $cue + * @type \Rv\Data\Slide\Element $element + * @type \Rv\Data\Color $background + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Rv2D::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.Cue cue = 1; + * @return \Rv\Data\Cue|null + */ + public function getCue() + { + return $this->cue; + } + + public function hasCue() + { + return isset($this->cue); + } + + public function clearCue() + { + unset($this->cue); + } + + /** + * Generated from protobuf field .rv.data.Cue cue = 1; + * @param \Rv\Data\Cue $var + * @return $this + */ + public function setCue($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Cue::class); + $this->cue = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Slide.Element element = 2; + * @return \Rv\Data\Slide\Element|null + */ + public function getElement() + { + return $this->element; + } + + public function hasElement() + { + return isset($this->element); + } + + public function clearElement() + { + unset($this->element); + } + + /** + * Generated from protobuf field .rv.data.Slide.Element element = 2; + * @param \Rv\Data\Slide\Element $var + * @return $this + */ + public function setElement($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Slide\Element::class); + $this->element = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.Color background = 3; + * @return \Rv\Data\Color|null + */ + public function getBackground() + { + return $this->background; + } + + public function hasBackground() + { + return isset($this->background); + } + + public function clearBackground() + { + unset($this->background); + } + + /** + * Generated from protobuf field .rv.data.Color background = 3; + * @param \Rv\Data\Color $var + * @return $this + */ + public function setBackground($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Color::class); + $this->background = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/TextLayer.php b/generated/Rv/Data/TextLayer.php deleted file mode 100644 index 574b589..0000000 --- a/generated/Rv/Data/TextLayer.php +++ /dev/null @@ -1,153 +0,0 @@ -rv.data.TextLayer - */ -class TextLayer extends \Google\Protobuf\Internal\Message -{ - protected $LayerType; - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * @type \Rv\Data\TextLayer\Composite $composite - * @type \Rv\Data\Media $media - * @type \Rv\Data\Graphics\Text\CutOutFill $cut_out - * @type \Rv\Data\Graphics\BackgroundEffect $background_effect - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Rv2D::initOnce(); - parent::__construct($data); - } - - /** - * Generated from protobuf field .rv.data.TextLayer.Composite composite = 1; - * @return \Rv\Data\TextLayer\Composite|null - */ - public function getComposite() - { - return $this->readOneof(1); - } - - public function hasComposite() - { - return $this->hasOneof(1); - } - - /** - * Generated from protobuf field .rv.data.TextLayer.Composite composite = 1; - * @param \Rv\Data\TextLayer\Composite $var - * @return $this - */ - public function setComposite($var) - { - GPBUtil::checkMessage($var, \Rv\Data\TextLayer\Composite::class); - $this->writeOneof(1, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.data.Media media = 2; - * @return \Rv\Data\Media|null - */ - public function getMedia() - { - return $this->readOneof(2); - } - - public function hasMedia() - { - return $this->hasOneof(2); - } - - /** - * Generated from protobuf field .rv.data.Media media = 2; - * @param \Rv\Data\Media $var - * @return $this - */ - public function setMedia($var) - { - GPBUtil::checkMessage($var, \Rv\Data\Media::class); - $this->writeOneof(2, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.data.Graphics.Text.CutOutFill cut_out = 3; - * @return \Rv\Data\Graphics\Text\CutOutFill|null - */ - public function getCutOut() - { - return $this->readOneof(3); - } - - public function hasCutOut() - { - return $this->hasOneof(3); - } - - /** - * Generated from protobuf field .rv.data.Graphics.Text.CutOutFill cut_out = 3; - * @param \Rv\Data\Graphics\Text\CutOutFill $var - * @return $this - */ - public function setCutOut($var) - { - GPBUtil::checkMessage($var, \Rv\Data\Graphics\Text\CutOutFill::class); - $this->writeOneof(3, $var); - - return $this; - } - - /** - * Generated from protobuf field .rv.data.Graphics.BackgroundEffect background_effect = 4; - * @return \Rv\Data\Graphics\BackgroundEffect|null - */ - public function getBackgroundEffect() - { - return $this->readOneof(4); - } - - public function hasBackgroundEffect() - { - return $this->hasOneof(4); - } - - /** - * Generated from protobuf field .rv.data.Graphics.BackgroundEffect background_effect = 4; - * @param \Rv\Data\Graphics\BackgroundEffect $var - * @return $this - */ - public function setBackgroundEffect($var) - { - GPBUtil::checkMessage($var, \Rv\Data\Graphics\BackgroundEffect::class); - $this->writeOneof(4, $var); - - return $this; - } - - /** - * @return string - */ - public function getLayerType() - { - return $this->whichOneof("LayerType"); - } - -} - diff --git a/generated/Rv/Data/TimedPlayback/Sequence.php b/generated/Rv/Data/TimedPlayback/Sequence.php index ae20ee5..4e27464 100644 --- a/generated/Rv/Data/TimedPlayback/Sequence.php +++ b/generated/Rv/Data/TimedPlayback/Sequence.php @@ -26,6 +26,10 @@ class Sequence extends \Google\Protobuf\Internal\Message * Generated from protobuf field .rv.data.Presentation presentation = 3; */ protected $presentation = null; + /** + * Generated from protobuf field .rv.data.Playlist playlist = 4; + */ + protected $playlist = null; /** * Constructor. @@ -36,6 +40,7 @@ class Sequence extends \Google\Protobuf\Internal\Message * @type array<\Rv\Data\TimedPlayback\Sequence\SequenceItem>|\Google\Protobuf\Internal\RepeatedField $sequence * @type int $content_destination * @type \Rv\Data\Presentation $presentation + * @type \Rv\Data\Playlist $playlist * } */ public function __construct($data = NULL) { @@ -119,5 +124,37 @@ class Sequence extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field .rv.data.Playlist playlist = 4; + * @return \Rv\Data\Playlist|null + */ + public function getPlaylist() + { + return $this->playlist; + } + + public function hasPlaylist() + { + return isset($this->playlist); + } + + public function clearPlaylist() + { + unset($this->playlist); + } + + /** + * Generated from protobuf field .rv.data.Playlist playlist = 4; + * @param \Rv\Data\Playlist $var + * @return $this + */ + public function setPlaylist($var) + { + GPBUtil::checkMessage($var, \Rv\Data\Playlist::class); + $this->playlist = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/TimerRuntimeState.php b/generated/Rv/Data/TimerRuntimeState.php index e62d640..4ea3419 100644 --- a/generated/Rv/Data/TimerRuntimeState.php +++ b/generated/Rv/Data/TimerRuntimeState.php @@ -42,6 +42,10 @@ class TimerRuntimeState extends \Google\Protobuf\Internal\Message * Generated from protobuf field double current_time = 7; */ protected $current_time = 0.0; + /** + * Generated from protobuf field bool has_started = 8; + */ + protected $has_started = false; /** * Constructor. @@ -56,6 +60,7 @@ class TimerRuntimeState extends \Google\Protobuf\Internal\Message * @type bool $has_overrun * @type int $state * @type float $current_time + * @type bool $has_started * } */ public function __construct($data = NULL) { @@ -237,5 +242,27 @@ class TimerRuntimeState extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field bool has_started = 8; + * @return bool + */ + public function getHasStarted() + { + return $this->has_started; + } + + /** + * Generated from protobuf field bool has_started = 8; + * @param bool $var + * @return $this + */ + public function setHasStarted($var) + { + GPBUtil::checkBool($var); + $this->has_started = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/TriggerTransferRenderState/SlideState.php b/generated/Rv/Data/TriggerTransferRenderState/SlideState.php index 8b16735..6b801f6 100644 --- a/generated/Rv/Data/TriggerTransferRenderState/SlideState.php +++ b/generated/Rv/Data/TriggerTransferRenderState/SlideState.php @@ -46,6 +46,14 @@ class SlideState extends \Google\Protobuf\Internal\Message * Generated from protobuf field int32 current_playlist_index = 8; */ protected $current_playlist_index = 0; + /** + * Generated from protobuf field bool is_current_position = 9; + */ + protected $is_current_position = false; + /** + * Generated from protobuf field .rv.data.TriggerTransferRenderState.SlideState.TriggerSource trigger_source = 10; + */ + protected $trigger_source = 0; /** * Constructor. @@ -61,6 +69,8 @@ class SlideState extends \Google\Protobuf\Internal\Message * @type \Rv\Data\TriggerTransferRenderState\TimelineState $timeline_state * @type int $current_cue_index * @type int $current_playlist_index + * @type bool $is_current_position + * @type int $trigger_source * } */ public function __construct($data = NULL) { @@ -304,5 +314,49 @@ class SlideState extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field bool is_current_position = 9; + * @return bool + */ + public function getIsCurrentPosition() + { + return $this->is_current_position; + } + + /** + * Generated from protobuf field bool is_current_position = 9; + * @param bool $var + * @return $this + */ + public function setIsCurrentPosition($var) + { + GPBUtil::checkBool($var); + $this->is_current_position = $var; + + return $this; + } + + /** + * Generated from protobuf field .rv.data.TriggerTransferRenderState.SlideState.TriggerSource trigger_source = 10; + * @return int + */ + public function getTriggerSource() + { + return $this->trigger_source; + } + + /** + * Generated from protobuf field .rv.data.TriggerTransferRenderState.SlideState.TriggerSource trigger_source = 10; + * @param int $var + * @return $this + */ + public function setTriggerSource($var) + { + GPBUtil::checkEnum($var, \Rv\Data\TriggerTransferRenderState\SlideState\TriggerSource::class); + $this->trigger_source = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/TriggerTransferRenderState/SlideState/TriggerSource.php b/generated/Rv/Data/TriggerTransferRenderState/SlideState/TriggerSource.php new file mode 100644 index 0000000..8b03687 --- /dev/null +++ b/generated/Rv/Data/TriggerTransferRenderState/SlideState/TriggerSource.php @@ -0,0 +1,54 @@ +rv.data.TriggerTransferRenderState.SlideState.TriggerSource + */ +class TriggerSource +{ + /** + * Generated from protobuf enum Normal = 0; + */ + const Normal = 0; + /** + * Generated from protobuf enum Timeline = 1; + */ + const Timeline = 1; + /** + * Generated from protobuf enum Editor = 2; + */ + const Editor = 2; + + private static $valueToName = [ + self::Normal => 'Normal', + self::Timeline => 'Timeline', + self::Editor => 'Editor', + ]; + + public static function name($value) + { + if (!isset(self::$valueToName[$value])) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no name defined for value %s', __CLASS__, $value)); + } + return self::$valueToName[$value]; + } + + + public static function value($name) + { + $const = __CLASS__ . '::' . strtoupper($name); + if (!defined($const)) { + throw new UnexpectedValueException(sprintf( + 'Enum %s has no value defined for name %s', __CLASS__, $name)); + } + return constant($const); + } +} + diff --git a/generated/Rv/Data/TriggerTransferRenderState/TimecodeState.php b/generated/Rv/Data/TriggerTransferRenderState/TimecodeState.php index 385de53..7c9ac77 100644 --- a/generated/Rv/Data/TriggerTransferRenderState/TimecodeState.php +++ b/generated/Rv/Data/TriggerTransferRenderState/TimecodeState.php @@ -22,6 +22,10 @@ class TimecodeState extends \Google\Protobuf\Internal\Message * Generated from protobuf field float time = 2; */ protected $time = 0.0; + /** + * Generated from protobuf field float fps = 3; + */ + protected $fps = 0.0; /** * Constructor. @@ -31,6 +35,7 @@ class TimecodeState extends \Google\Protobuf\Internal\Message * * @type int $status * @type float $time + * @type float $fps * } */ public function __construct($data = NULL) { @@ -82,5 +87,27 @@ class TimecodeState extends \Google\Protobuf\Internal\Message return $this; } + /** + * Generated from protobuf field float fps = 3; + * @return float + */ + public function getFps() + { + return $this->fps; + } + + /** + * Generated from protobuf field float fps = 3; + * @param float $var + * @return $this + */ + public function setFps($var) + { + GPBUtil::checkFloat($var); + $this->fps = $var; + + return $this; + } + } diff --git a/generated/Rv/Data/TriggerTransferRenderState/TimecodeState/Status.php b/generated/Rv/Data/TriggerTransferRenderState/TimecodeState/Status.php index 91737e2..70f841c 100644 --- a/generated/Rv/Data/TriggerTransferRenderState/TimecodeState/Status.php +++ b/generated/Rv/Data/TriggerTransferRenderState/TimecodeState/Status.php @@ -24,11 +24,16 @@ class Status * Generated from protobuf enum Error = 2; */ const Error = 2; + /** + * Generated from protobuf enum Discontinuity = 3; + */ + const Discontinuity = 3; private static $valueToName = [ self::Stopped => 'Stopped', self::Playing => 'Playing', self::Error => 'Error', + self::Discontinuity => 'Discontinuity', ]; public static function name($value) diff --git a/generated/Rv/Data/WebFillTokenAndCookies.php b/generated/Rv/Data/WebFillTokenAndCookies.php new file mode 100644 index 0000000..f91c533 --- /dev/null +++ b/generated/Rv/Data/WebFillTokenAndCookies.php @@ -0,0 +1,86 @@ +rv.data.WebFillTokenAndCookies + */ +class WebFillTokenAndCookies extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field repeated .rv.data.WebFillTokenAndCookies.Cookie cookies = 1; + */ + private $cookies; + /** + * Generated from protobuf field string token = 2; + */ + protected $token = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type array<\Rv\Data\WebFillTokenAndCookies\Cookie>|\Google\Protobuf\Internal\RepeatedField $cookies + * @type string $token + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field repeated .rv.data.WebFillTokenAndCookies.Cookie cookies = 1; + * @return \Google\Protobuf\Internal\RepeatedField + */ + public function getCookies() + { + return $this->cookies; + } + + /** + * Generated from protobuf field repeated .rv.data.WebFillTokenAndCookies.Cookie cookies = 1; + * @param array<\Rv\Data\WebFillTokenAndCookies\Cookie>|\Google\Protobuf\Internal\RepeatedField $var + * @return $this + */ + public function setCookies($var) + { + $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Rv\Data\WebFillTokenAndCookies\Cookie::class); + $this->cookies = $arr; + + return $this; + } + + /** + * Generated from protobuf field string token = 2; + * @return string + */ + public function getToken() + { + return $this->token; + } + + /** + * Generated from protobuf field string token = 2; + * @param string $var + * @return $this + */ + public function setToken($var) + { + GPBUtil::checkString($var, True); + $this->token = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/WebFillTokenAndCookies/Cookie.php b/generated/Rv/Data/WebFillTokenAndCookies/Cookie.php new file mode 100644 index 0000000..bfaeb01 --- /dev/null +++ b/generated/Rv/Data/WebFillTokenAndCookies/Cookie.php @@ -0,0 +1,140 @@ +rv.data.WebFillTokenAndCookies.Cookie + */ +class Cookie extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field string name = 1; + */ + protected $name = ''; + /** + * Generated from protobuf field string value = 2; + */ + protected $value = ''; + /** + * Generated from protobuf field string domain = 3; + */ + protected $domain = ''; + /** + * Generated from protobuf field uint64 expiry = 4; + */ + protected $expiry = 0; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type string $name + * @type string $value + * @type string $domain + * @type int|string $expiry + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\ProCore::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field string name = 1; + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Generated from protobuf field string name = 1; + * @param string $var + * @return $this + */ + public function setName($var) + { + GPBUtil::checkString($var, True); + $this->name = $var; + + return $this; + } + + /** + * Generated from protobuf field string value = 2; + * @return string + */ + public function getValue() + { + return $this->value; + } + + /** + * Generated from protobuf field string value = 2; + * @param string $var + * @return $this + */ + public function setValue($var) + { + GPBUtil::checkString($var, True); + $this->value = $var; + + return $this; + } + + /** + * Generated from protobuf field string domain = 3; + * @return string + */ + public function getDomain() + { + return $this->domain; + } + + /** + * Generated from protobuf field string domain = 3; + * @param string $var + * @return $this + */ + public function setDomain($var) + { + GPBUtil::checkString($var, True); + $this->domain = $var; + + return $this; + } + + /** + * Generated from protobuf field uint64 expiry = 4; + * @return int|string + */ + public function getExpiry() + { + return $this->expiry; + } + + /** + * Generated from protobuf field uint64 expiry = 4; + * @param int|string $var + * @return $this + */ + public function setExpiry($var) + { + GPBUtil::checkUint64($var); + $this->expiry = $var; + + return $this; + } + +} + diff --git a/generated/Rv/Data/Zone.php b/generated/Rv/Data/Zone.php new file mode 100644 index 0000000..e23173f --- /dev/null +++ b/generated/Rv/Data/Zone.php @@ -0,0 +1,123 @@ +rv.data.Zone + */ +class Zone extends \Google\Protobuf\Internal\Message +{ + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + */ + protected $uuid = null; + /** + * Generated from protobuf field string name = 2; + */ + protected $name = ''; + /** + * Generated from protobuf field string hex_color = 3; + */ + protected $hex_color = ''; + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * @type \Rv\Data\UUID $uuid + * @type string $name + * @type string $hex_color + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Zone::initOnce(); + parent::__construct($data); + } + + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + * @return \Rv\Data\UUID|null + */ + public function getUuid() + { + return $this->uuid; + } + + public function hasUuid() + { + return isset($this->uuid); + } + + public function clearUuid() + { + unset($this->uuid); + } + + /** + * Generated from protobuf field .rv.data.UUID uuid = 1; + * @param \Rv\Data\UUID $var + * @return $this + */ + public function setUuid($var) + { + GPBUtil::checkMessage($var, \Rv\Data\UUID::class); + $this->uuid = $var; + + return $this; + } + + /** + * Generated from protobuf field string name = 2; + * @return string + */ + public function getName() + { + return $this->name; + } + + /** + * Generated from protobuf field string name = 2; + * @param string $var + * @return $this + */ + public function setName($var) + { + GPBUtil::checkString($var, True); + $this->name = $var; + + return $this; + } + + /** + * Generated from protobuf field string hex_color = 3; + * @return string + */ + public function getHexColor() + { + return $this->hex_color; + } + + /** + * Generated from protobuf field string hex_color = 3; + * @param string $var + * @return $this + */ + public function setHexColor($var) + { + GPBUtil::checkString($var, True); + $this->hex_color = $var; + + return $this; + } + +} + diff --git a/proto/action.proto b/proto/action.proto index 051eeb1..3043996 100755 --- a/proto/action.proto +++ b/proto/action.proto @@ -9,6 +9,7 @@ option swift_prefix = "RVData_"; import "background.proto"; import "collectionElementType.proto"; import "color.proto"; +import "customOptions.proto"; import "effects.proto"; import "graphicsData.proto"; import "input.proto"; @@ -241,7 +242,20 @@ message Action { message PropType { reserved 1; reserved 2; + message PropTrigger { + bool auto_clear_enabled = 1; + bool auto_clear_follows_prop_duration = 2; + double auto_clear_duration = 3; + } + + message PropClear { + } + .rv.data.CollectionElementType identification = 3; + oneof TriggerType { + .rv.data.Action.PropType.PropTrigger trigger = 4; + .rv.data.Action.PropType.PropClear clear = 5; + } } message MaskType { diff --git a/proto/advertisementGroup.proto b/proto/advertisementGroup.proto new file mode 100644 index 0000000..f18da62 --- /dev/null +++ b/proto/advertisementGroup.proto @@ -0,0 +1,19 @@ +syntax = "proto3"; + +package rv.data; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; +option swift_prefix = "RVData_"; + +import "url.proto"; +import "uuid.proto"; + +message AdvertisementGroup { + .rv.data.UUID id = 1; + string name = 2; + .rv.data.URL url = 3; + int32 start_index = 4; + double duration = 5; +} + diff --git a/proto/analyticsApi.proto b/proto/analyticsApi.proto index cf14bc6..e3715a1 100755 --- a/proto/analyticsApi.proto +++ b/proto/analyticsApi.proto @@ -1,17 +1,11 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.api; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.API"; +option swift_prefix = "Analytics_API_"; -message API { - message MessageReceived { - } - - oneof APIType { - .rv.analytics.API.MessageReceived message_received = 1; - } +message MessageReceived { } diff --git a/proto/analyticsCreate.proto b/proto/analyticsCreate.proto index 04298f3..8d4e7df 100755 --- a/proto/analyticsCreate.proto +++ b/proto/analyticsCreate.proto @@ -1,66 +1,57 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.create; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Create"; +option swift_prefix = "Analytics_Create_"; -message Create { - message Library { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_APPLICATION_MENU = 1; - SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; - } - - .rv.analytics.Create.Library.Source source = 1; +message Library { + enum Source { + UNKNOWN = 0; + APPLICATION_MENU = 1; + LIBRARY_OUTLINE_ADD_BUTTON = 2; } - message Playlist { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_APPLICATION_MENU = 1; - SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; - } - - enum Type { - TYPE_UNKNOWN = 0; - TYPE_PRESENTATION = 1; - TYPE_PLANNING_CENTER = 2; - TYPE_FOLDER = 3; - TYPE_TEMPLATE_PLAYLIST = 4; - } - - .rv.analytics.Create.Playlist.Source source = 1; - .rv.analytics.Create.Playlist.Type type = 2; - } - - message Presentation { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_APPLICATION_MENU = 1; - SOURCE_LIBRARY_OUTLINE_ADD_BUTTON = 2; - SOURCE_DETAIL_ADD_BUTTON = 3; - SOURCE_UNLINKED_HEADER = 4; - } - - .rv.analytics.Create.Presentation.Source source = 1; - } - - message TemplatePlaylist { - int32 total_item_count = 1; - int32 header_count = 2; - int32 placeholder_count = 3; - int32 presentation_count = 4; - int32 media_count = 5; - } - - oneof Component { - .rv.analytics.Create.Library library = 1; - .rv.analytics.Create.Playlist playlist = 2; - .rv.analytics.Create.Presentation presentation = 3; - .rv.analytics.Create.TemplatePlaylist template_playlist = 4; - } + .rv.analytics.create.Library.Source source = 1; +} + +message Playlist { + enum Source { + SOURCE_UNKNOWN = 0; + APPLICATION_MENU = 1; + LIBRARY_OUTLINE_ADD_BUTTON = 2; + } + + enum Type { + TYPE_UNKNOWN = 0; + PRESENTATION = 1; + PLANNING_CENTER = 2; + FOLDER = 3; + TEMPLATE_PLAYLIST = 4; + } + + .rv.analytics.create.Playlist.Source source = 1; + .rv.analytics.create.Playlist.Type type = 2; +} + +message Presentation { + enum Source { + UNKNOWN = 0; + APPLICATION_MENU = 1; + LIBRARY_OUTLINE_ADD_BUTTON = 2; + DETAIL_ADD_BUTTON = 3; + UNLINKED_HEADER = 4; + } + + .rv.analytics.create.Presentation.Source source = 1; +} + +message TemplatePlaylist { + int32 total_item_count = 1; + int32 header_count = 2; + int32 placeholder_count = 3; + int32 presentation_count = 4; + int32 media_count = 5; } diff --git a/proto/analyticsEdit.proto b/proto/analyticsEdit.proto new file mode 100644 index 0000000..9ef825c --- /dev/null +++ b/proto/analyticsEdit.proto @@ -0,0 +1,19 @@ +syntax = "proto3"; + +package rv.analytics.edit; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Edit"; +option swift_prefix = "Analytics_Edit_"; + +message Presentation { + enum ChangeType { + EDIT = 0; + UNDO = 1; + REDO = 2; + } + + .rv.analytics.edit.Presentation.ChangeType changeType = 1; + string uuid = 3; +} + diff --git a/proto/analyticsEvent.proto b/proto/analyticsEvent.proto index 0fe7105..4ce40f0 100755 --- a/proto/analyticsEvent.proto +++ b/proto/analyticsEvent.proto @@ -7,9 +7,11 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; option swift_prefix = "Analytics_"; import "analyticsApi.proto"; -import "analyticsCapture.proto"; import "analyticsCreate.proto"; +import "analyticsEdit.proto"; import "analyticsImport.proto"; +import "analyticsMediaManagement.proto"; +import "analyticsMultiTracks.proto"; import "analyticsPlaybackMarker.proto"; import "analyticsProContent.proto"; import "analyticsStartup.proto"; @@ -17,26 +19,206 @@ import "analyticsSync.proto"; import "analyticsTimecode.proto"; import "analyticsTimeline.proto"; import "analyticsTrigger.proto"; +import "analyticsTriggerCue.proto"; +import "analyticsTriggerMedia.proto"; import "analyticsUI.proto"; -import "analyticsUpdate.proto"; -import "analyticsWHMStore.proto"; +import "analyticsTrackedEvents.proto"; +import "analyticsPowerPoint.proto"; message Event { oneof Interaction { - .rv.analytics.UI ui = 1; - .rv.analytics.Startup startup = 2; - .rv.analytics.Trigger trigger = 3; - .rv.analytics.Create create = 4; - .rv.analytics.Import import = 5; - .rv.analytics.Timeline timeline = 6; - .rv.analytics.Sync sync = 7; - .rv.analytics.API api = 8; - .rv.analytics.Timecode timecode = 9; - .rv.analytics.PlaybackMarker playback_marker = 10; - .rv.analytics.Update update = 11; - .rv.analytics.WHMStore whm_store = 12; - .rv.analytics.ProContent proContent = 13; - .rv.analytics.Capture capture = 14; + .rv.analytics.api.MessageReceived api_message_received = 1; + .rv.analytics.create.Library create_library = 2; + .rv.analytics.create.Playlist create_playlist = 3; + .rv.analytics.create.Presentation create_presentation = 4; + .rv.analytics.create.TemplatePlaylist create_from_template_playlist = 5; + .rv.analytics.edit.Presentation edit_presentation = 6; + .rv.analytics.import.SongSelect import_songselect = 7; + .rv.analytics.multitracks.Import import_multitracks = 8; + .rv.analytics.procontent.MediaBinView procontent_mediabin_view = 9; + .rv.analytics.procontent.Download procontent_download = 10; + .rv.analytics.procontent.DownloadRetry procontent_download_retry = 11; + .rv.analytics.playbackmarker.CreateMarker playback_marker = 12; + .rv.analytics.startup.Looks startup_looks = 13; + .rv.analytics.startup.Summary startup_screen_configuration = 14; + .rv.analytics.startup.Output startup_screen_configuration_screen = 15; + .rv.analytics.startup.Single startup_screen_configuration_single_screen = 16; + .rv.analytics.startup.Mirrored startup_screen_configuration_mirrored_screen = 17; + .rv.analytics.startup.EdgeBlend startup_screen_configuration_edge_blend_screen = 18; + .rv.analytics.startup.Grouped startup_screen_configuration_grouped_screen = 19; + .rv.analytics.startup.Preferences startup_preferences = 20; + .rv.analytics.startup.SongSelect startup_songselect = 21; + .rv.analytics.startup.Content startup_content = 22; + .rv.analytics.startup.Themes startup_themes = 23; + .rv.analytics.startup.Macro startup_macro = 24; + .rv.analytics.startup.ClearGroup startup_clear_group = 25; + .rv.analytics.startup.KeyMapping startup_key_mapping = 26; + .rv.analytics.multitracks.Startup startup_multitracks = 27; + .rv.analytics.startup.NetworkLink startup_network_link = 28; + .rv.analytics.startup.Capture startup_capture = 29; + .rv.analytics.startup.Versioning startup_versioning = 30; + .rv.analytics.startup.DiskUsage startup_disk_usage = 31; + .rv.analytics.startup.Interface startup_interface = 32; + .rv.analytics.sync.Local sync_local = 33; + .rv.analytics.timecode.Activate timecode_activate = 34; + .rv.analytics.timecode.Startup timecode_startup = 35; + .rv.analytics.timeline.Action timeline_action = 36; + .rv.analytics.timeline.RecordCue timeline_record_cue = 37; + .rv.analytics.timeline.CueTrigger timeline_cue_trigger = 38; + .rv.analytics.trackedevents.ApplicationLaunch application_launch = 50; + .rv.analytics.trackedevents.VideoInputTriggered video_input_triggered = 51; + .rv.analytics.trackedevents.VideoInputCustomMap video_input_custom_map = 52; + .rv.analytics.trackedevents.VideoInputStartUp video_input_start_up = 53; + .rv.analytics.trackedevents.VideoInputThumbnailUpdate video_input_thumbnail_update = 54; + .rv.analytics.trackedevents.AudioInputAutoOnChange audio_input_auto_on_change = 55; + .rv.analytics.trackedevents.AudioSettingsSdiNdiActive audio_settings_sdi_ndi_active = 56; + .rv.analytics.trackedevents.AudioSettingsCustomMap audio_settings_custom_map = 57; + .rv.analytics.trackedevents.AudioInputModeSelection audio_input_mode_selection = 58; + .rv.analytics.trackedevents.AudioInputAutoOnStartup audio_input_auto_on_startup = 59; + .rv.analytics.trackedevents.AudioSettingsSdiNdiState audio_settings_sdi_ndi_state = 60; + .rv.analytics.trackedevents.AudioInputStartUp audio_input_start_up = 61; + .rv.analytics.trackedevents.CueTriggered cue_triggered = 62; + .rv.analytics.trackedevents.InputAudioMonitoring input_audio_monitoring = 63; + .rv.analytics.trackedevents.ResiStartUp resi_start_up = 64; + .rv.analytics.trackedevents.ResiLoginChange resi_login_change = 65; + .rv.analytics.trackedevents.RemoteStreamStart remote_stream_start = 66; + .rv.analytics.trackedevents.RemoteStreamStop remote_stream_stop = 67; + .rv.analytics.trackedevents.StartCaptureDisk start_capture_disk = 68; + .rv.analytics.trackedevents.StartCaptureRtmp start_capture_rtmp = 69; + .rv.analytics.trackedevents.StartCaptureResi start_capture_resi = 70; + .rv.analytics.trackedevents.StopCapture stop_capture = 71; + .rv.analytics.trackedevents.GenericEvent analytic_reset = 72; + .rv.analytics.trackedevents.Print print = 73; + .rv.analytics.trackedevents.Device device = 74; + .rv.analytics.trackedevents.Downgrade downgrade = 75; + .rv.analytics.trackedevents.CCLIReport ccli_report = 76; + .rv.analytics.trackedevents.TransitionWindow transition_window = 77; + .rv.analytics.trackedevents.EditorObjectAdded editor_object_added = 78; + .rv.analytics.trackedevents.DataIdDuplicated data_id_duplicated = 79; + .rv.analytics.trackedevents.ForceQuit force_quit = 80; + .rv.analytics.trackedevents.MediaCleanupSize media_cleanup_size = 81; + .rv.analytics.trackedevents.NetworkApp network_app = 82; + .rv.analytics.trigger.ActionCaptureStart trigger_action_capture_start = 100; + .rv.analytics.trigger.ActionCaptureStop trigger_action_capture_stop = 101; + .rv.analytics.trigger.ActionClear trigger_action_clear = 102; + .rv.analytics.trigger.ActionClearGroup trigger_action_clear_group = 103; + .rv.analytics.trigger.ActionCommunications trigger_action_communications = 104; + .rv.analytics.trigger.ActionLook trigger_action_look = 105; + .rv.analytics.trigger.ActionMacro trigger_action_macro = 106; + .rv.analytics.trigger.ActionMessage trigger_action_message = 107; + .rv.analytics.trigger.ActionProp trigger_action_prop = 108; + .rv.analytics.trigger.ActionSlideDestination trigger_action_slide_destination = 109; + .rv.analytics.trigger.ActionStage trigger_action_stage = 110; + .rv.analytics.trigger.ActionTimer trigger_action_timer = 111; + .rv.analytics.trigger.media.Audio trigger_media_audio = 112; + .rv.analytics.trigger.media.Image trigger_media_image = 113; + .rv.analytics.trigger.media.VideoInput trigger_media_video_input = 114; + .rv.analytics.trigger.media.Video trigger_media_video = 115; + .rv.analytics.trigger.cue.Slide trigger_cue_slide = 116; + .rv.analytics.trigger.cue.SlideFileFeedElement trigger_cue_slide_file_feed_element = 117; + .rv.analytics.trigger.cue.SlideRssFeedElement trigger_cue_slide_rss_feed_element = 118; + .rv.analytics.trigger.cue.SlideScrollingTextElement trigger_cue_slide_scrolling_text_element = 119; + .rv.analytics.trigger.TestPattern trigger_test_pattern = 120; + .rv.analytics.trigger.media.AirCastVideo trigger_media_aircast_video = 121; + .rv.analytics.trigger.media.AirCastAudio trigger_media_aircast_audio = 122; + .rv.analytics.trigger.media.AirCastVideo aircast_video_input_configured = 123; + .rv.analytics.trigger.media.AirCastAudio aircast_audio_input_configured = 124; + .rv.analytics.mediamanagement.InstallationComplete media_management_installation_complete = 140; + .rv.analytics.mediamanagement.BootstrappingComplete media_management_bootstrapping_complete = 141; + .rv.analytics.mediamanagement.MessageFailure media_management_message_failure = 142; + .rv.analytics.mediamanagement.UnexpectedlyNotRunning media_management_unexpectedly_not_running = 143; + .rv.analytics.mediamanagement.ConnectionChanged media_management_connection_changed = 144; + .rv.analytics.mediamanagement.AddedMediaReference media_management_added_media_reference = 145; + .rv.analytics.mediamanagement.NotResponding media_management_not_responding = 146; + .rv.analytics.ui.QuickSearchShown ui_quicksearch = 200; + .rv.analytics.ui.QuickSearchSearch ui_quicksearch_search = 201; + .rv.analytics.ui.QuickSearchOpenItems ui_quicksearch_openitems = 202; + .rv.analytics.ui.ToolbarThemeShown ui_toolbar_theme = 203; + .rv.analytics.ui.ToolbarThemeApplication ui_toolbar_theme_application = 204; + .rv.analytics.ui.MainViewShow ui_mainview_show = 205; + .rv.analytics.ui.MainViewPresentationEditor ui_mainview_presentation_editor = 206; + .rv.analytics.ui.MainViewReflowEditor ui_mainview_reflow = 207; + .rv.analytics.ui.MainViewBible ui_mainview_bible = 208; + .rv.analytics.ui.BibleTrigger bible_trigger = 209; + .rv.analytics.ui.BibleGenerateSlides bible_generate_slides = 210; + .rv.analytics.ui.BibleGenerateNext bible_generate_next = 211; + .rv.analytics.ui.BibleGenerateNext bible_generate_previous = 212; + .rv.analytics.ui.BibleSaveSlides bible_save_slides = 213; + .rv.analytics.ui.BibleLookup bible_lookup = 214; + .rv.analytics.ui.BibleStartup bible_startup = 215; + .rv.analytics.ui.BibleRemove bible_remove = 216; + .rv.analytics.ui.BibleInstall bible_install = 217; + .rv.analytics.ui.MainViewMaskEditor ui_mainview_mask_editor = 218; + .rv.analytics.ui.MainViewStageEditor ui_mainview_stage_editor = 219; + .rv.analytics.ui.MainViewThemeEditor ui_mainview_theme_editor = 220; + .rv.analytics.ui.MainViewCopyrightEditor ui_mainview_copyright_editor = 221; + .rv.analytics.ui.MainViewPropsEditor ui_mainview_props_editor = 222; + .rv.analytics.ui.LowerRightTimers ui_lowerright_timers = 223; + .rv.analytics.ui.LowerRightTimersCollapse ui_lowerright_timers_collapse = 224; + .rv.analytics.ui.LowerRightTimersEdit ui_lowerright_timers_edit = 225; + .rv.analytics.ui.LowerRightTimersState ui_lowerright_timers_state = 226; + .rv.analytics.ui.LowerRightTimersCreate ui_lowerright_timers_create = 227; + .rv.analytics.ui.LowerRightTimersDelete ui_lowerright_timers_delete = 228; + .rv.analytics.ui.LowerRightMessages ui_lowerright_messages = 229; + .rv.analytics.ui.LowerRightMessagesEdit ui_lowerright_messages_edit = 230; + .rv.analytics.ui.LowerRightMessagesState ui_lowerright_messages_state = 231; + .rv.analytics.ui.LowerRightMessagesCreate ui_lowerright_messages_create = 232; + .rv.analytics.ui.LowerRightMessagesDelete ui_lowerright_messages_delete = 233; + .rv.analytics.ui.LowerRightProps ui_lowerright_props = 234; + .rv.analytics.ui.LowerRightPropsTransition ui_lowerright_props_transition = 235; + .rv.analytics.ui.LowerRightPropsCreate ui_lowerright_props_create = 236; + .rv.analytics.ui.LowerRightPropsDelete ui_lowerright_props_delete = 237; + .rv.analytics.ui.LowerRightPropsState ui_lowerright_props_state = 238; + .rv.analytics.ui.LowerRightStage ui_lowerright_stage = 239; + .rv.analytics.ui.LowerRightStageChangeLayout ui_lowerright_stage_changelayout = 240; + .rv.analytics.ui.LowerRightStageMessageState ui_lowerright_stage_messagestate = 241; + .rv.analytics.ui.LowerRightStageConfigureScreens ui_lowerright_stage_configurescreens = 242; + .rv.analytics.ui.LowerRightStageEditLayouts ui_lowerright_stage_editlayouts = 243; + .rv.analytics.ui.LowerRightMacros ui_lowerright_macros = 244; + .rv.analytics.ui.LowerRightMacrosTrigger ui_lowerright_macros_trigger = 245; + .rv.analytics.ui.LowerRightMacrosCreate ui_lowerright_macros_create = 246; + .rv.analytics.ui.LowerRightMacrosDelete ui_lowerright_macros_delete = 247; + .rv.analytics.ui.TextInspector ui_textinspector = 248; + .rv.analytics.ui.TextInspectorScrollingText ui_textinspector_scrolling_text = 249; + .rv.analytics.ui.TextInspectorForeground ui_textinspector_foreground = 250; + .rv.analytics.ui.TextInspectorUnderlineColor ui_textinspector_underline_color = 251; + .rv.analytics.ui.TextInspectorBackgroundColor ui_textinspector_background_color = 252; + .rv.analytics.ui.TextInspectorLineTransform ui_textinspector_line_transform = 253; + .rv.analytics.ui.ShowSlideLabel ui_show_slide_label = 254; + .rv.analytics.ui.ShowSlideLabelChange ui_show_slide_label_change = 255; + .rv.analytics.ui.EditorOverlayShown ui_editor_overlay_shown = 258; + .rv.analytics.ui.EditorOverlayClosed ui_editor_overlay_closed = 259; + .rv.analytics.ui.WhatsNewViewed ui_whats_new_viewed = 260; + .rv.analytics.ui.ClearGroups ui_clear_groups = 261; + .rv.analytics.ui.ClearGroupsCreate ui_clear_groups_create = 262; + .rv.analytics.ui.ClearGroupsDelete ui_clear_groups_delete = 263; + .rv.analytics.ui.ClearGroupsChangeVisibility ui_clear_groups_change_visibility = 264; + .rv.analytics.ui.ClearGroupsChangeIcon ui_clear_groups_change_icon = 265; + .rv.analytics.ui.PreviewAreaClearGroupsTrigger ui_preview_area_clear_groups_trigger = 266; + .rv.analytics.ui.PreviewAreaClearGroupsChanged ui_preview_area_clear_groups_changed = 267; + .rv.analytics.ui.PlaceholderLink ui_placeholder_link = 268; + .rv.analytics.ui.PlaceholderUnlink ui_placeholder_unlink = 269; + .rv.analytics.ui.PlanningCenterLive ui_planningCenterLive = 270; + .rv.analytics.ui.NetworkGroupAdd ui_networkgroup_add = 271; + .rv.analytics.ui.NetworkGroupRemove ui_networkgroup_remove = 272; + .rv.analytics.ui.NetworkGroupLeave ui_networkgroup_leave = 283; + .rv.analytics.ui.CcliReportReset ui_ccli_report_reset = 273; + .rv.analytics.ui.CcliReportShown ui_ccli_report_shown = 274; + .rv.analytics.ui.Capture ui_capture_shown = 275; + .rv.analytics.ui.Welcome ui_welcome = 276; + .rv.analytics.ui.WelcomeScreenConfigurationHelp ui_welcome_screen_configuration_help = 277; + .rv.analytics.ui.WelcomeDownloadSampleContent ui_welcome_download_sample_content = 278; + .rv.analytics.ui.WelcomeUserGroup ui_welcome_user_group = 279; + .rv.analytics.ui.WelcomeTutorials ui_welcome_tutorials = 280; + .rv.analytics.ui.WelcomeKnowledgeBase ui_welcome_knowlegdeBase = 284; + .rv.analytics.ui.WelcomeBlog ui_welcome_blog = 285; + .rv.analytics.ui.WelcomeFacebook ui_welcome_facebook = 286; + .rv.analytics.ui.WelcomeInstagram ui_welcome_instagram = 287; + .rv.analytics.ui.WelcomeMigration ui_welcome_migration = 288; + .rv.analytics.ui.TestPatterns ui_testPatterns = 281; + .rv.analytics.ui.SettingsCustomLogo ui_settings_customLogo = 282; + .rv.analytics.ui.WindowedOutputCreated ui_windowed_output_created = 289; + .rv.analytics.powerpoint.ImportPowerPoint import_powerpoint = 290; } } diff --git a/proto/analyticsImport.proto b/proto/analyticsImport.proto index 805ffc8..1f12659 100755 --- a/proto/analyticsImport.proto +++ b/proto/analyticsImport.proto @@ -1,31 +1,25 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.import; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Import"; +option swift_prefix = "Analytics_Import_"; import "analyticsMultiTracks.proto"; -message Import { - message SongSelect { - enum LineDelimiter { - LINE_DELIMITER_UNKNOWN = 0; - LINE_DELIMITER_LINE_BREAK = 1; - LINE_DELIMITER_PARAGRAPH_BREAK = 2; - } - - int32 template_slide_text_element_count = 1; - bool import_into_playlist = 2; - .rv.analytics.Import.SongSelect.LineDelimiter line_delimiter = 3; - int32 line_delimiter_count = 4; - bool did_open_edit_view = 5; +message SongSelect { + enum LineDelimiter { + UNKNOWN = 0; + LINE_BREAK = 1; + PARAGRAPH_BREAK = 2; } - oneof Component { - .rv.analytics.Import.SongSelect song_select = 1; - .rv.analytics.MultiTracks.Import multitracks = 2; - } + int32 template_slide_text_element_count = 1; + bool import_into_playlist = 2; + .rv.analytics.import.SongSelect.LineDelimiter line_delimiter = 3; + int32 line_delimiter_count = 4; + bool did_open_edit_view = 5; + .rv.analytics.multitracks.Import multitracks = 6; } diff --git a/proto/analyticsMediaManagement.proto b/proto/analyticsMediaManagement.proto new file mode 100644 index 0000000..e8b5256 --- /dev/null +++ b/proto/analyticsMediaManagement.proto @@ -0,0 +1,60 @@ +syntax = "proto3"; + +package rv.analytics.mediamanagement; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.MediaManagement"; +option swift_prefix = "Analytics_MediaManagement_"; + +message InstallationComplete { + message Success { + } + + message Failure { + string error = 1; + } + + oneof state { + .rv.analytics.mediamanagement.InstallationComplete.Success success = 1; + .rv.analytics.mediamanagement.InstallationComplete.Failure failure = 2; + } +} + +message BootstrappingComplete { + message Success { + } + + message Failure { + string error = 1; + } + + oneof state { + .rv.analytics.mediamanagement.BootstrappingComplete.Success success = 1; + .rv.analytics.mediamanagement.BootstrappingComplete.Failure failure = 2; + } +} + +message MessageFailure { + string error = 1; +} + +message UnexpectedlyNotRunning { +} + +message ConnectionChanged { + enum State { + STATE_CONNECTED = 0; + STATE_DISCONNECTED = 1; + } + + .rv.analytics.mediamanagement.ConnectionChanged.State state = 1; +} + +message AddedMediaReference { + int32 width = 1; + int32 height = 2; +} + +message NotResponding { +} + diff --git a/proto/analyticsMultiTracks.proto b/proto/analyticsMultiTracks.proto index 817a388..6c58943 100755 --- a/proto/analyticsMultiTracks.proto +++ b/proto/analyticsMultiTracks.proto @@ -1,32 +1,26 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.multitracks; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; - -message MultiTracks { - message Account { - enum Status { - STATUS_DISABLED = 0; - STATUS_CANCELLED = 1; - STATUS_ACTIVE = 2; - } - - .rv.analytics.MultiTracks.Account.Status chart_pro = 1; - .rv.analytics.MultiTracks.Account.Status propresenter_addon = 2; - } - - message Startup { - .rv.analytics.MultiTracks.Account account = 1; - } - - message Import { - .rv.analytics.MultiTracks.Account account = 1; - bool charts_automation = 2; - int32 lines = 3; - } +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.MultiTracks"; +option swift_prefix = "Analytics_MultiTracks_"; +message Startup { + .rv.analytics.multitracks.Status chart_pro = 1; + .rv.analytics.multitracks.Status propresenter_addon = 2; +} + +message Import { + .rv.analytics.multitracks.Status chart_pro = 1; + .rv.analytics.multitracks.Status propresenter_addon = 2; + bool charts_automation = 3; + int32 lines = 4; +} + +enum Status { + DISABLED = 0; + CANCELLED = 1; + ACTIVE = 2; } diff --git a/proto/analyticsPlaybackMarker.proto b/proto/analyticsPlaybackMarker.proto index b39d136..b2e1870 100755 --- a/proto/analyticsPlaybackMarker.proto +++ b/proto/analyticsPlaybackMarker.proto @@ -1,23 +1,18 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.playbackmarker; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.PlaybackMarker"; +option swift_prefix = "Analytics_PlaybackMarker_"; -message PlaybackMarker { - message CreateMarker { - enum Location { - LOCATION_INSPECTOR = 0; - LOCATION_SIDEBAR = 1; - } - - .rv.analytics.PlaybackMarker.CreateMarker.Location location = 1; +message CreateMarker { + enum Location { + INSPECTOR = 0; + SIDEBAR = 1; + UNKNOWN = 2; } - oneof Event { - .rv.analytics.PlaybackMarker.CreateMarker create = 1; - } + .rv.analytics.playbackmarker.CreateMarker.Location location = 1; } diff --git a/proto/analyticsPowerPoint.proto b/proto/analyticsPowerPoint.proto new file mode 100644 index 0000000..b3cccdc --- /dev/null +++ b/proto/analyticsPowerPoint.proto @@ -0,0 +1,24 @@ +syntax = "proto3"; + +package rv.analytics.powerpoint; + +option cc_enable_arenas = true; +option swift_prefix = "Analytics_PowerPoint_"; + +message ImportPowerPoint { + .rv.analytics.powerpoint.ImportType type = 1; + .rv.analytics.powerpoint.ImportFormat format = 2; +} + +enum ImportType { + SLIDES_AS_IMAGES = 0; + TEXT_ONLY = 1; + TEXT_AND_IMAGES = 2; +} + +enum ImportFormat { + UNKOWN = 0; + PPT = 1; + PPTX = 2; +} + diff --git a/proto/analyticsProContent.proto b/proto/analyticsProContent.proto index 684c358..e2c8298 100755 --- a/proto/analyticsProContent.proto +++ b/proto/analyticsProContent.proto @@ -1,22 +1,17 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.procontent; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.ProContent"; +option swift_prefix = "Analytics_ProContent_"; -message ProContent { - message ViewMediaBin { - } - - message Download { - bool is_retry = 1; - } - - oneof Event { - .rv.analytics.ProContent.ViewMediaBin media_bin = 1; - .rv.analytics.ProContent.Download download = 2; - } +message MediaBinView { +} + +message Download { +} + +message DownloadRetry { } diff --git a/proto/analyticsStartup.proto b/proto/analyticsStartup.proto index dbeb1e7..0d04b08 100755 --- a/proto/analyticsStartup.proto +++ b/proto/analyticsStartup.proto @@ -1,334 +1,257 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.startup; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Startup"; +option swift_prefix = "Analytics_Startup_"; -import "analyticsMultiTracks.proto"; - -message Startup { - message Looks { - int32 number_presets = 1; - } - - message ScreenConfiguration { - message Summary { - int32 total_screens = 1; - int32 audience_screen_count = 2; - int32 stage_screen_count = 3; - } - - message Output { - enum ProScreenType { - PRO_SCREEN_TYPE_UNKNOWN = 0; - PRO_SCREEN_TYPE_SINGLE = 1; - PRO_SCREEN_TYPE_MIRRORED = 2; - PRO_SCREEN_TYPE_EDGE_BLEND = 3; - PRO_SCREEN_TYPE_GROUPED = 4; - } - - enum OutputType { - OUTPUT_TYPE_UNKNOWN = 0; - OUTPUT_TYPE_SDI = 1; - OUTPUT_TYPE_NDI = 2; - OUTPUT_TYPE_SYPHON = 3; - OUTPUT_TYPE_SYSTEM = 4; - OUTPUT_TYPE_PLACEHOLDER = 5; - OUTPUT_TYPE_DVI = 6; - } - - enum Alignment { - ALIGNMENT_UNKNOWN = 0; - ALIGNMENT_FULL = 1; - ALIGNMENT_2X1 = 2; - ALIGNMENT_3X1 = 3; - ALIGNMENT_2X2 = 4; - ALIGNMENT_CUSTOM = 5; - } - - .rv.analytics.Startup.ScreenConfiguration.Output.ProScreenType proscreen_type = 1; - .rv.analytics.Startup.ScreenConfiguration.Output.OutputType output_type = 2; - bool color_correction_enabled = 3; - bool corner_pin_enabled = 4; - .rv.analytics.Startup.ScreenConfiguration.Output.Alignment alignment = 6; - int32 width = 7; - int32 height = 8; - .rv.analytics.Startup.ScreenConfiguration.Screen screen = 9; - } - - message Single { - .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; - bool screen_color_enabled = 2; - } - - message Mirrored { - .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; - bool screen_color_enabled = 2; - int32 count = 3; - } - - message EdgeBlend { - .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; - bool screen_color_enabled = 2; - int32 count = 3; - } - - message Grouped { - .rv.analytics.Startup.ScreenConfiguration.ScreenType screen_type = 1; - bool screen_color_enabled = 2; - int32 columns = 3; - int32 rows = 4; - } - - message Screen { - enum AlphaKeyMode { - ALPHA_KEY_MODE_NONE = 0; - ALPHA_KEY_MODE_PREMULTIPLIED = 1; - ALPHA_KEY_MODE_STRAIGHT = 2; - } - - enum AlphaDevice { - ALPHA_DEVICE_NONE = 0; - ALPHA_DEVICE_SELF = 1; - ALPHA_DEVICE_OTHER = 2; - } - - .rv.analytics.Startup.ScreenConfiguration.Screen.AlphaKeyMode alpha_key_mode = 1; - .rv.analytics.Startup.ScreenConfiguration.Screen.AlphaDevice alpha_device = 2; - } - - enum ScreenType { - SCREEN_TYPE_UNKNOWN = 0; - SCREEN_TYPE_AUDIENCE = 1; - SCREEN_TYPE_STAGE = 2; - } - - oneof Component { - .rv.analytics.Startup.ScreenConfiguration.Summary summary = 1; - .rv.analytics.Startup.ScreenConfiguration.Output output = 2; - .rv.analytics.Startup.ScreenConfiguration.Single single = 3; - .rv.analytics.Startup.ScreenConfiguration.Mirrored mirrored = 4; - .rv.analytics.Startup.ScreenConfiguration.EdgeBlend edge_blend = 5; - .rv.analytics.Startup.ScreenConfiguration.Grouped grouped = 6; - } - } - - message Preferences { - enum CopyrightStyle { - COPYRIGHT_STYLE_UNKNOWN = 0; - COPYRIGHT_STYLE_FIRST = 1; - COPYRIGHT_STYLE_LAST = 2; - COPYRIGHT_STYLE_FIRST_AND_LAST = 3; - COPYRIGHT_STYLE_ALL_SLIDES = 4; - } - - enum RenderMode { - RENDER_MODE_UNKNOWN = 0; - RENDER_MODE_OPENGL = 1; - RENDER_MODE_METAL = 2; - RENDER_MODE_DIRECTX = 3; - } - - enum UpdateChannel { - UPDATE_CHANNEL_UNKNOWN = 0; - UPDATE_CHANNEL_RELEASE = 1; - UPDATE_CHANNEL_BETA = 2; - } - - bool house_of_worship = 1; - bool has_custom_logo = 2; - bool copyright_enabled = 3; - .rv.analytics.Startup.Preferences.CopyrightStyle copyright_style = 4; - bool copyright_has_license = 5; - .rv.analytics.Startup.Preferences.RenderMode render_mode = 6; - bool suppress_auto_start = 7; - bool manage_media_automatically = 8; - bool search_paths_relink = 9; - .rv.analytics.Startup.Preferences.UpdateChannel update_channel = 10; - } - - message Screens { - bool show_screens_launch = 1; - bool show_performance_on_screen = 2; - bool ignore_background_colors = 3; - bool show_keynote_ppt_screens = 4; - } - - message PlanningCenter { - bool logged_in = 1; - bool auto_update = 2; - bool match_songs = 3; - bool show_history = 4; - bool make_arrangements = 5; - bool auto_upload = 6; - bool auto_download = 7; - } - - message SongSelect { - bool logged_in = 1; - } - - message Audio { - enum AudioDevice { - AUDIO_DEVICE_UNKNOWN = 0; - AUDIO_DEVICE_MAIN = 1; - AUDIO_DEVICE_SYSTEM = 2; - AUDIO_DEVICE_OTHER = 3; - AUDIO_DEVICE_NONE = 4; - } - - enum InspectorRouting { - INSPECTOR_ROUTING_UNKNOWN = 0; - INSPECTOR_ROUTING_DEFAULT = 1; - INSPECTOR_ROUTING_CUSTOM = 2; - } - - enum AudioRouting { - AUDIO_ROUTING_UNKNOWN = 0; - AUDIO_ROUTING_DEFAULT = 1; - AUDIO_ROUTING_CUSTOM = 2; - } - - int32 bus_count = 1; - .rv.analytics.Startup.Audio.AudioDevice inspector_device = 2; - .rv.analytics.Startup.Audio.InspectorRouting inspector_routing = 3; - .rv.analytics.Startup.Audio.AudioDevice main_device = 4; - .rv.analytics.Startup.Audio.AudioRouting main_routing = 5; - int32 main_delay = 6; - bool sdi_ndi = 7; - .rv.analytics.Startup.Audio.AudioRouting sdi_ndi_routing = 8; - int32 sdi_ndi_delay = 9; - } - - message Communications { - int32 total_device_count = 1; - } - - message Resi { - bool logged_in = 1; - } - - message Interface { - enum SplitViewState { - SPLIT_VIEW_STATE_UNKNOWN = 0; - SPLIT_VIEW_STATE_COLLAPSED = 1; - SPLIT_VIEW_STATE_EXPANDED = 2; - } - - enum PresentationViewStyle { - PRESENTATION_VIEW_STYLE_UNKNOWN = 0; - PRESENTATION_VIEW_STYLE_GRID = 1; - PRESENTATION_VIEW_STYLE_EASY = 2; - PRESENTATION_VIEW_STYLE_TABLE = 3; - } - - enum MediaBinViewStyle { - MEDIA_BIN_VIEW_STYLE_UNKNOWN = 0; - MEDIA_BIN_VIEW_STYLE_GRID = 1; - MEDIA_BIN_VIEW_STYLE_TABLE = 2; - } - - .rv.analytics.Startup.Interface.SplitViewState library_outline = 1; - .rv.analytics.Startup.Interface.SplitViewState media_outline = 2; - .rv.analytics.Startup.Interface.SplitViewState audio_outline = 3; - bool continuous_playlist = 4; - .rv.analytics.Startup.Interface.SplitViewState media_bin = 5; - .rv.analytics.Startup.Interface.PresentationViewStyle presentation_view_style = 6; - int32 presentation_grid_column_count = 7; - int32 presentation_table_column_count = 8; - .rv.analytics.Startup.Interface.MediaBinViewStyle media_bin_view_style = 9; - int32 media_bin_grid_column_count = 10; - int32 media_bin_table_column_count = 11; - string presentation_transition = 12; - string media_transition = 13; - bool audio_shuffle = 14; - } - - message Content { - int32 library_count = 1; - int32 library_playlist_count = 2; - int32 library_playlist_folder_count = 3; - int32 library_playlist_max_depth = 4; - int32 media_bin_total_playlist_count = 5; - int32 media_bin_playlist_folder_count = 6; - int32 media_bin_playlist_max_depth = 7; - int32 media_bin_normal_playlist_count = 8; - int32 media_bin_smart_playlist_count = 9; - int32 media_bin_video_input_count = 10; - int32 audio_bin_playlist_count = 11; - int32 audio_bin_playlist_folder_count = 12; - int32 audio_bin_playlist_max_depth = 13; - int32 timer_count = 14; - int32 messages_count = 15; - int32 props_count = 16; - int32 stage_layout_count = 17; - int32 macros_count = 18; - int32 macros_collections_count = 19; - int32 macros_custom_icons = 20; - bool ubiquitous_show_directory = 21; - } - - message Themes { - int32 theme_count = 1; - int32 theme_folder_count = 2; - int32 theme_folder_max_depth = 3; - int32 theme_slides_count = 4; - } - - message Macro { - int32 trigger_on_startup_count = 1; - } - - message ClearGroup { - int32 clear_group_count = 1; - int32 hidden_clear_group_count = 2; - int32 default_icon_count = 3; - int32 custom_icon_count = 4; - int32 icon_tint_count = 5; - } - - message KeyMapping { - int32 total_mapped = 1; - int32 clear_groups = 2; - int32 groups = 3; - int32 macros = 4; - int32 props = 5; - int32 menus = 6; - } - - message NetworkLink { - bool enabled = 1; - uint32 member_count = 2; - } - - message Capture { - int32 presets_count = 1; - int32 disk_presets_count = 2; - int32 rtmp_presets_count = 3; - int32 resi_presets_count = 4; - } - - oneof Component { - .rv.analytics.Startup.Looks looks = 1; - .rv.analytics.Startup.ScreenConfiguration screen_configuration = 2; - .rv.analytics.Startup.Preferences preferences = 3; - .rv.analytics.Startup.Screens screens = 4; - .rv.analytics.Startup.PlanningCenter planning_center = 5; - .rv.analytics.Startup.SongSelect song_select = 6; - .rv.analytics.Startup.Audio audio = 7; - .rv.analytics.Startup.Communications communications = 8; - .rv.analytics.Startup.Resi resi = 9; - .rv.analytics.Startup.Interface interface = 10; - .rv.analytics.Startup.Content content = 11; - .rv.analytics.Startup.Themes themes = 12; - .rv.analytics.Startup.Macro macro = 13; - .rv.analytics.Startup.ClearGroup clear_group = 14; - .rv.analytics.Startup.KeyMapping key_mapping = 15; - .rv.analytics.MultiTracks.Startup multitracks = 16; - .rv.analytics.Startup.NetworkLink network_link = 17; - .rv.analytics.Startup.Capture capture = 18; - } +message Looks { + int32 number_presets = 1; +} + +message Summary { + int32 total_screens = 1; + int32 audience_screen_count = 2; + int32 stage_screen_count = 3; +} + +message Output { + enum ProScreenType { + PRO_SCREEN_TYPE_UNKNOWN = 0; + SINGLE = 1; + MIRRORED = 2; + EDGE_BLEND = 3; + GROUPED = 4; + } + + enum OutputType { + OUTPUT_TYPE_UNKNOWN = 0; + SDI = 1; + NDI = 2; + SYPHON = 3; + SYSTEM = 4; + PLACEHOLDER = 5; + DVI = 6; + } + + enum Alignment { + ALIGNMENT_UNKNOWN = 0; + FULL = 1; + _2X1 = 2; + _3X1 = 3; + _2X2 = 4; + CUSTOM = 5; + } + + enum AlphaKeyMode { + ALPHA_KEY_MODE_NONE = 0; + PREMULTIPLIED = 1; + STRAIGHT = 2; + } + + enum AlphaDevice { + ALPHA_DEVICE_NONE = 0; + SELF = 1; + OTHER = 2; + } + + .rv.analytics.startup.Output.ProScreenType proscreen_type = 1; + .rv.analytics.startup.Output.OutputType output_type = 2; + bool color_correction_enabled = 3; + bool corner_pin_enabled = 4; + .rv.analytics.startup.Output.Alignment alignment = 5; + int32 width = 6; + int32 height = 7; + .rv.analytics.startup.Output.AlphaKeyMode alpha_key_mode = 8; + .rv.analytics.startup.Output.AlphaDevice alpha_device = 9; +} + +message Single { + .rv.analytics.startup.ScreenType screen_type = 1; + bool screen_color_enabled = 2; +} + +message Mirrored { + .rv.analytics.startup.ScreenType screen_type = 1; + bool screen_color_enabled = 2; + int32 count = 3; +} + +message EdgeBlend { + .rv.analytics.startup.ScreenType screen_type = 1; + bool screen_color_enabled = 2; + int32 count = 3; +} + +message Grouped { + .rv.analytics.startup.ScreenType screen_type = 1; + bool screen_color_enabled = 2; + int32 columns = 3; + int32 rows = 4; +} + +message Preferences { + enum CopyrightStyle { + COPYRIGHT_STYLE_UNKNOWN = 0; + FIRST = 1; + LAST = 2; + FIRST_AND_LAST = 3; + ALL_SLIDES = 4; + } + + enum RenderMode { + RENDER_MODE_UNKNOWN = 0; + OPENGL = 1; + METAL = 2; + DIRECTX = 3; + } + + enum UpdateChannel { + UPDATE_CHANNEL_UNKNOWN = 0; + RELEASE = 1; + BETA = 2; + } + + bool house_of_worship = 1; + bool has_custom_logo = 2; + bool copyright_enabled = 3; + .rv.analytics.startup.Preferences.CopyrightStyle copyright_style = 4; + bool copyright_has_license = 5; + .rv.analytics.startup.Preferences.RenderMode render_mode = 6; + bool suppress_auto_start = 7; + bool manage_media_automatically = 8; + bool search_paths_relink = 9; + .rv.analytics.startup.Preferences.UpdateChannel update_channel = 10; +} + +message Screens { + bool show_screens_launch = 1; + bool show_performance_on_screen = 2; + bool ignore_background_colors = 3; + bool show_keynote_ppt_screens = 4; +} + +message SongSelect { + bool logged_in = 1; +} + +message Content { + int32 library_count = 1; + int32 library_playlist_count = 2; + int32 library_playlist_folder_count = 3; + int32 library_playlist_max_depth = 4; + int32 media_bin_total_playlist_count = 5; + int32 media_bin_playlist_folder_count = 6; + int32 media_bin_playlist_max_depth = 7; + int32 media_bin_normal_playlist_count = 8; + int32 media_bin_smart_playlist_count = 9; + int32 media_bin_video_input_count = 10; + int32 audio_bin_playlist_count = 11; + int32 audio_bin_playlist_folder_count = 12; + int32 audio_bin_playlist_max_depth = 13; + int32 timer_count = 14; + int32 messages_count = 15; + int32 props_count = 16; + int32 props_auto_clear_count = 17; + int32 prop_collections_count = 18; + int32 prop_collections_single_prop_enabled_count = 19; + int32 stage_layout_count = 20; + int32 macros_count = 21; + int32 macros_collections_count = 22; + int32 macros_custom_icons = 23; + bool ubiquitous_show_directory = 24; +} + +message Themes { + int32 theme_count = 1; + int32 theme_folder_count = 2; + int32 theme_folder_max_depth = 3; + int32 theme_slides_count = 4; +} + +message Macro { + int32 trigger_on_startup_count = 1; +} + +message ClearGroup { + int32 clear_group_count = 1; + int32 hidden_clear_group_count = 2; + int32 default_icon_count = 3; + int32 custom_icon_count = 4; + int32 icon_tint_count = 5; +} + +message KeyMapping { + int32 total_mapped = 1; + int32 clear_groups = 2; + int32 groups = 3; + int32 macros = 4; + int32 props = 5; + int32 menus = 6; +} + +message NetworkLink { + bool enabled = 1; + uint32 member_count = 2; +} + +message Capture { + int32 presets_count = 1; + int32 disk_presets_count = 2; + int32 rtmp_presets_count = 3; + int32 resi_presets_count = 4; +} + +message Versioning { + string highest_version = 1; +} + +message DiskUsage { + uint64 bytes_of_show_files = 1; + uint64 bytes_of_media_asset_files = 2; + uint64 number_of_media_asset_files = 3; + uint64 bytes_of_unmanaged_media_asset_files = 4; +} + +message Interface { + enum SplitViewState { + SPLIT_VIEW_STATE_UNKNOWN = 0; + SPLIT_VIEW_STATE_COLLAPSED = 1; + SPLIT_VIEW_STATE_EXPANDED = 2; + } + + enum PresentationViewStyle { + PRESENTATION_VIEW_STYLE_UNKNOWN = 0; + PRESENTATION_VIEW_STYLE_GRID = 1; + PRESENTATION_VIEW_STYLE_EASY = 2; + PRESENTATION_VIEW_STYLE_TABLE = 3; + } + + enum MediaBinViewStyle { + MEDIA_BIN_VIEW_STYLE_UNKNOWN = 0; + MEDIA_BIN_VIEW_STYLE_GRID = 1; + MEDIA_BIN_VIEW_STYLE_TABLE = 2; + } + + .rv.analytics.startup.Interface.SplitViewState library_outline = 1; + .rv.analytics.startup.Interface.SplitViewState media_outline = 2; + .rv.analytics.startup.Interface.SplitViewState audio_outline = 3; + bool continuous_playlist = 4; + .rv.analytics.startup.Interface.SplitViewState media_bin = 5; + .rv.analytics.startup.Interface.PresentationViewStyle presentation_view_style = 6; + int32 presentation_grid_column_count = 7; + .rv.analytics.startup.Interface.MediaBinViewStyle media_bin_view_style = 8; + int32 media_bin_grid_column_count = 9; + int32 media_bin_table_column_count = 10; + string presentation_transition = 11; + string media_transition = 12; + bool audio_shuffle = 13; +} + +enum ScreenType { + SCREEN_TYPE_UNKNOWN = 0; + AUDIENCE = 1; + STAGE = 2; } diff --git a/proto/analyticsSync.proto b/proto/analyticsSync.proto index 45f660f..e33062b 100755 --- a/proto/analyticsSync.proto +++ b/proto/analyticsSync.proto @@ -1,29 +1,23 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.sync; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Sync"; +option swift_prefix = "Analytics_Sync_"; -message Sync { - message Local { - enum SyncType { - SYNC_TYPE_UP = 0; - SYNC_TYPE_DOWN = 1; - } - - .rv.analytics.Sync.Local.SyncType sync_type = 1; - bool include_library = 2; - bool include_media = 3; - bool include_playlists = 4; - bool include_themes = 5; - bool include_support_files = 6; - bool replace_files = 7; +message Local { + enum Type { + UP = 0; + DOWN = 1; } - oneof SyncType { - .rv.analytics.Sync.Local local = 1; - } + .rv.analytics.sync.Local.Type sync_type = 1; + bool include_library = 2; + bool include_media = 3; + bool include_playlists = 4; + bool include_themes = 5; + bool include_support_files = 6; + bool replace_files = 7; } diff --git a/proto/analyticsTimecode.proto b/proto/analyticsTimecode.proto index e631ff7..360211d 100755 --- a/proto/analyticsTimecode.proto +++ b/proto/analyticsTimecode.proto @@ -1,27 +1,20 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.timecode; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Timecode"; +option swift_prefix = "Analytics_Timecode_"; -message Timecode { - message Startup { - bool is_input_configured = 1; - bool is_enabled = 2; - bool is_playlist_selected = 3; - } - - message Activate { - int32 playlist_item_count = 1; - int32 cue_count = 2; - bool is_startup = 3; - } - - oneof Event { - .rv.analytics.Timecode.Startup startup = 1; - .rv.analytics.Timecode.Activate activate = 2; - } +message Startup { + bool is_input_configured = 1; + bool is_enabled = 2; + bool is_playlist_selected = 3; +} + +message Activate { + int32 playlist_item_count = 1; + int32 cue_count = 2; + bool is_startup = 3; } diff --git a/proto/analyticsTimeline.proto b/proto/analyticsTimeline.proto index 480d5ef..202575e 100755 --- a/proto/analyticsTimeline.proto +++ b/proto/analyticsTimeline.proto @@ -1,46 +1,38 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.timeline; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Timeline"; +option swift_prefix = "Analytics_Timeline_"; -message Timeline { - message TriggerCue { - enum TriggerType { - TRIGGER_TYPE_SLIDE = 0; - TRIGGER_TYPE_MEDIA = 1; - TRIGGER_TYPE_AUDIO = 2; - TRIGGER_TYPE_ACTION = 3; - } - - enum TimingSource { - TIMING_SOURCE_INTERNAL = 0; - TIMING_SOURCE_SMPTE = 1; - } - - .rv.analytics.Timeline.TriggerCue.TriggerType trigger_type = 1; - .rv.analytics.Timeline.TriggerCue.TimingSource timing_source = 2; +message Action { + enum ActionType { + PLAY = 0; + STOP = 1; + RESET = 2; } - message Action { - enum ActionType { - ACTION_TYPE_PLAY = 0; - ACTION_TYPE_STOP = 1; - ACTION_TYPE_RESET = 2; - } - - .rv.analytics.Timeline.Action.ActionType action_type = 1; - } - - message RecordCue { - } - - oneof Event { - .rv.analytics.Timeline.TriggerCue trigger_cue = 1; - .rv.analytics.Timeline.Action action = 2; - .rv.analytics.Timeline.RecordCue record_cue = 3; - } + .rv.analytics.timeline.Action.ActionType action_type = 1; +} + +message RecordCue { +} + +message CueTrigger { + enum TriggerType { + SLIDE = 0; + MEDIA = 1; + AUDIO = 2; + ACTION = 3; + } + + enum TimingSource { + INTERNAL = 0; + SMPTE = 1; + } + + .rv.analytics.timeline.CueTrigger.TriggerType trigger_type = 1; + .rv.analytics.timeline.CueTrigger.TimingSource timing_source = 2; } diff --git a/proto/analyticsTrackedEvents.proto b/proto/analyticsTrackedEvents.proto new file mode 100644 index 0000000..b20ab34 --- /dev/null +++ b/proto/analyticsTrackedEvents.proto @@ -0,0 +1,330 @@ +syntax = "proto3"; + +package rv.analytics.trackedevents; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.TrackedEvents"; +option swift_prefix = "Analytics_TrackedEvents_"; + +message GenericEvent { +} + +message ApplicationLaunch { + enum Channel { + BETA = 0; + RELEASE = 1; + } + + enum Platform { + WINDOWS = 0; + MACOS = 1; + } + + string hardware_id = 1; + .rv.analytics.trackedevents.ApplicationLaunch.Channel channel = 2; + .rv.analytics.trackedevents.ApplicationLaunch.Platform platform = 3; + string app_version = 4; + string os_version = 5; + string build_number = 6; + string location = 7; + string language = 8; + string hardware_model = 9; + uint64 physical_memory = 10; + string video_controller = 11; + uint64 video_controller_ram = 12; + string blackmagic_desktop_version = 13; +} + +message VideoInputTriggered { + enum AudioSource { + NONE = 0; + SELF = 1; + OTHER = 2; + } + + .rv.analytics.trackedevents.VideoInputTriggered.AudioSource audio_source = 1; +} + +message VideoInputCustomMap { + bool value = 1; +} + +message VideoInputStartUp { + uint32 input_count = 1; +} + +message VideoInputThumbnailUpdate { + enum UpdateType { + CAPTURE = 0; + DISK = 1; + RESET = 2; + } + + .rv.analytics.trackedevents.VideoInputThumbnailUpdate.UpdateType type = 1; +} + +message AudioInputAutoOnChange { + uint32 input_count = 1; +} + +message AudioSettingsSdiNdiActive { + bool value = 1; +} + +message AudioSettingsCustomMap { + bool value = 1; +} + +message AudioInputModeSelection { + enum ModeType { + ON = 0; + OFF = 1; + AUTOOFF = 2; + AUTOON = 3; + } + + .rv.analytics.trackedevents.AudioInputModeSelection.ModeType mode_type = 1; +} + +message AudioInputAutoOnStartup { + uint32 input_count = 1; +} + +message AudioSettingsSdiNdiState { + uint32 bus_count = 1; +} + +message AudioInputStartUp { + uint32 total_input_count = 1; + uint32 on_input_count = 2; + uint32 off_input_count = 3; + uint32 auto_on_input_count = 4; + uint32 auto_off_input_count = 5; +} + +message CueTriggered { + double trigger_delay = 1; +} + +message InputAudioMonitoring { + enum InputType { + AUDIO = 0; + VIDEO = 1; + } + + .rv.analytics.trackedevents.InputAudioMonitoring.InputType type = 1; +} + +message ResiStartUp { +} + +message ResiLoginChange { + enum LoginState { + LOGGEDIN = 0; + LOGGEDOUT = 1; + } + + .rv.analytics.trackedevents.ResiLoginChange.LoginState state = 1; +} + +message RemoteStreamStart { + enum StartResult { + SUCCESS = 0; + FAILED = 1; + USERCANCELED = 2; + } + + .rv.analytics.trackedevents.RemoteStreamStart.StartResult result = 1; +} + +message RemoteStreamStop { + bool success = 1; +} + +message StartCaptureDisk { + .rv.analytics.trackedevents.Codec codec = 1; + uint32 resolution_width = 2; + uint32 resolution_height = 3; + .rv.analytics.trackedevents.FrameRate frame_rate = 4; + bool stream_started = 5; + uint32 video_bitrate = 6; +} + +message StartCaptureRtmp { + .rv.analytics.trackedevents.Codec codec = 1; + uint32 resolution_width = 2; + uint32 resolution_height = 3; + .rv.analytics.trackedevents.FrameRate frame_rate = 4; + bool stream_started = 5; + uint32 video_bitrate = 6; +} + +message StartCaptureResi { + .rv.analytics.trackedevents.Codec codec = 1; + uint32 resolution_width = 2; + uint32 resolution_height = 3; + .rv.analytics.trackedevents.FrameRate frame_rate = 4; + bool stream_started = 5; + uint32 video_bitrate = 6; +} + +message StopCapture { + double duration = 1; + int32 dropped_frames = 2; + double percent_dropped_frames = 3; +} + +message Print { + enum PrintMode { + THUMBNAIL = 0; + OUTLINE = 1; + } + + uint32 document_count = 1; + .rv.analytics.trackedevents.Print.PrintMode mode = 2; + bool include_metadata = 3; + bool include_presentation_notes = 4; + bool include_currentDate = 5; + bool include_slide_labels = 6; + bool include_slide_notes = 7; + bool include_disabled_slides = 8; + uint32 number_columns = 9; + string print_to_device = 10; +} + +message Device { + string protocol = 1; + string device_name = 2; + string device_protocol = 3; +} + +message Downgrade { + enum FromVersionType { + FROM_VERSION_TYPE_UNKNOWN = 0; + FROM_VERSION_TYPE_BETA = 1; + FROM_VERSION_TYPE_RELEASE = 2; + } + + .rv.analytics.trackedevents.Downgrade.FromVersionType from_version_type = 1; +} + +message CCLIReport { + enum Action { + REPORT_WINDOW_OPENED = 0; + REPORT_CLEARED = 1; + REPORT_EXPORTED = 2; + } + + .rv.analytics.trackedevents.CCLIReport.Action action = 1; +} + +message TransitionWindow { + uint32 duration_seconds = 1; +} + +message EditorObjectAdded { + enum FromInsertionSource { + EDITOR_TOOLBAR = 0; + EDITOR_MAIN_MENU = 1; + EDITOR_HOTKEY = 2; + EDITOR_COPY_PASTE = 3; + } + + enum InsertedType { + EDITOR_TEXT = 0; + EDITOR_SHAPE = 1; + EDITOR_CUSTOM_SHAPE = 2; + EDITOR_MEDIA = 3; + EDITOR_VIDEO_INPUT = 4; + EDITOR_WEB = 5; + EDITOR_CURRENT_SLIDE = 6; + EDITOR_NEXT_SLIDE = 7; + EDITOR_SCREEN_PREVIEW = 8; + EDITOR_TIMER = 9; + EDITOR_SYSTEM_CLOCK = 10; + EDITOR_VIDEO_COUNTDOWN = 11; + EDITOR_AUDIO_COUNTDOWN = 12; + EDITOR_PLAYBACK_MARKER = 13; + EDITOR_CHORD_CHART = 14; + EDITOR_STAGE_MESSAGE = 15; + EDITOR_PLANNING_CENTER_LIVE = 16; + EDITOR_TIMECODE = 17; + EDITOR_GROUP = 18; + EDITOR_LABEL = 19; + EDITOR_CAPTURE_STATUS = 20; + } + + .rv.analytics.trackedevents.EditorObjectAdded.FromInsertionSource from_insertion_source = 1; + .rv.analytics.trackedevents.EditorObjectAdded.InsertedType inserted_type = 2; +} + +message DataIdDuplicated { + enum DataType { + DATA_TYPE_PRESENTATION = 0; + DATA_TYPE_MEDIA = 1; + } + + .rv.analytics.trackedevents.DataIdDuplicated.DataType Type = 1; + int32 number_duplicates = 2; +} + +message ForceQuit { + enum Reason { + UNKNOWN = 0; + HOSTS_FILE = 1; + SYSTEM_TIME_SKEW = 2; + INVALID_WATERMARK = 3; + PIRATED_SOFTWARE = 4; + METAL_UNAVAILABLE = 5; + UBIQUITY_DOWNLOAD_ABORTED = 6; + CORE_RUST_CONTROLLER_FAILURE = 7; + } + + .rv.analytics.trackedevents.ForceQuit.Reason reason = 1; +} + +message MediaCleanupSize { + uint64 bytes_of_media_files_cleaned_up = 1; +} + +message NetworkApp { + enum AppID { + UNKNOWN = 0; + PROREMOTE = 1; + PROSTAGE = 2; + } + + .rv.analytics.trackedevents.NetworkApp.AppID app_id = 1; + string device_id = 2; +} + +enum Codec { + H264 = 0; + H264SOFTWARE = 1; + H265 = 2; + H265SOFTWARE = 3; + PRORES422PROXY = 4; + PRORES422LT = 5; + PRORES422 = 6; + PRORES422HQ = 7; + PRORES4444 = 8; + PRORES4444XQ = 9; + HAP = 10; + HAPALPHA = 11; + NOTCH = 12; + AUTOMATIC = 13; + HAPQ = 14; + HAPQALPHA = 15; +} + +enum FrameRate { + UNSPECIFIED = 0; + _24FPS = 1; + _25FPS = 2; + _2997FPS = 3; + _30FPS = 4; + _50FPS = 5; + _5994FPS = 6; + _60FPS = 7; +} + diff --git a/proto/analyticsTrigger.proto b/proto/analyticsTrigger.proto index ced3239..bc5470b 100755 --- a/proto/analyticsTrigger.proto +++ b/proto/analyticsTrigger.proto @@ -1,270 +1,162 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.trigger; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Trigger"; +option swift_prefix = "Analytics_Trigger_"; -import "analyticsTriggerMedia.proto"; - -message Trigger { - message Cue { - message Slide { - message Trigger { - int32 object_count = 1; - int32 scrolling_object_count = 2; - int32 background_fx_object_count = 3; - int32 action_count = 4; - bool has_text_fx = 5; - int32 media_text_fill_object_count = 6; - int32 cut_out_text_fill_object_count = 7; - int32 background_blur_text_fill_object_count = 8; - int32 background_invert_text_fill_object_count = 9; - } - - message ScrollingTextElement { - enum Direction { - DIRECTION_UNKNOWN = 0; - DIRECTION_LEFT = 1; - DIRECTION_RIGHT = 2; - DIRECTION_UP = 3; - DIRECTION_DOWN = 4; - } - - enum StartPosition { - START_POSITION_UNKNOWN = 0; - START_POSITION_AUTOMATIC = 1; - START_POSITION_OFF_SCREEN = 2; - } - - enum Speed { - SPEED_UNKNOWN = 0; - SPEED_VERY_SLOW = 1; - SPEED_SLOW = 2; - SPEED_MEDIUM = 3; - SPEED_FAST = 4; - SPEED_VERY_FAST = 5; - } - - .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Direction direction = 1; - .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.StartPosition start_position = 2; - bool is_repeat_enabled = 3; - .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement.Speed speed = 4; - .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 5; - } - - message RSSFeedElement { - enum Content { - CONTENT_UNKNOWN = 0; - CONTENT_TITLE = 1; - CONTENT_TITLE_AND_DESCRIPTION = 2; - } - - .rv.analytics.Trigger.Cue.Slide.RSSFeedElement.Content content = 1; - bool is_delimiter_enabled = 2; - .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 3; - } - - message FileFeedElement { - .rv.analytics.Trigger.Cue.Slide.DestinationLayer destination_layer = 1; - } - - enum DestinationLayer { - DESTINATION_LAYER_UNKNOWN = 0; - DESTINATION_LAYER_ANNOUNCEMENT = 1; - DESTINATION_LAYER_PRESENTATION = 2; - DESTINATION_LAYER_STAGE = 3; - DESTINATION_LAYER_PROPS = 4; - DESTINATION_LAYER_MESSAGES = 5; - DESTINATION_LAYER_MASK = 6; - } - - oneof Component { - .rv.analytics.Trigger.Cue.Slide.Trigger trigger = 1; - .rv.analytics.Trigger.Cue.Slide.ScrollingTextElement scrolling_text_element = 2; - .rv.analytics.Trigger.Cue.Slide.RSSFeedElement rss_feed_element = 3; - .rv.analytics.Trigger.Cue.Slide.FileFeedElement file_feed_element = 4; - } - } - - oneof Component { - .rv.analytics.Trigger.Cue.Slide slide = 1; - } +message ActionCaptureStart { + enum PresetType { + UNKNOWN = 0; + ACTIVE_SETTINGS = 1; + CAPTURE_PRESET = 2; } - message Action { - message ClearLayer { - enum ClearLayerType { - CLEAR_LAYER_TYPE_UNKNOWN = 0; - CLEAR_LAYER_TYPE_AUDIO = 1; - CLEAR_LAYER_TYPE_MESSAGES = 2; - CLEAR_LAYER_TYPE_PROPS = 3; - CLEAR_LAYER_TYPE_ANNOUNCEMENTS = 4; - CLEAR_LAYER_TYPE_SLIDE = 5; - CLEAR_LAYER_TYPE_MEDIA = 6; - CLEAR_LAYER_TYPE_VIDEO_INPUT = 7; - CLEAR_LAYER_TYPE_CLEAR_TO_LOGO = 8; - CLEAR_LAYER_TYPE_CLEAR_GROUP = 9; - } - - .rv.analytics.Trigger.Action.ClearLayer.ClearLayerType type = 1; - } - - message MediaBinPlaylist { - } - - message AudioBinPlaylist { - } - - message Stage { - int32 layout_change_count = 1; - int32 total_stage_screens = 2; - } - - message SlideDestination { - enum ChangeSlideDestination { - CHANGE_SLIDE_DESTINATION_UNKNOWN = 0; - CHANGE_SLIDE_DESTINATION_NO_CHANGE = 1; - CHANGE_SLIDE_DESTINATION_STAGE_ONLY = 2; - CHANGE_SLIDE_DESTINATION_STAGE_AUDIENCE = 3; - } - - .rv.analytics.Trigger.Action.SlideDestination.ChangeSlideDestination change_slide_destination = 1; - } - - message Timer { - enum Type { - TYPE_UNKNOWN = 0; - TYPE_START_SET_CONFIGURATION = 1; - TYPE_START = 2; - TYPE_STOP = 3; - TYPE_RESET = 4; - TYPE_STOP_SET_CONFIGURATION = 5; - TYPE_INCREMENT = 6; - } - - .rv.analytics.Trigger.Action.Timer.Type type = 1; - } - - message Prop { - string transition = 1; - } - - message Look { - enum Setting { - SETTING_NONE = 0; - SETTING_SOME = 1; - SETTING_ALL = 2; - } - - int32 total_screen_count = 1; - .rv.analytics.Trigger.Action.Look.Setting mask = 2; - .rv.analytics.Trigger.Action.Look.Setting messages = 3; - .rv.analytics.Trigger.Action.Look.Setting props = 4; - .rv.analytics.Trigger.Action.Look.Setting announcements = 5; - .rv.analytics.Trigger.Action.Look.Setting presentation_theme = 6; - .rv.analytics.Trigger.Action.Look.Setting slide = 7; - .rv.analytics.Trigger.Action.Look.Setting media = 8; - .rv.analytics.Trigger.Action.Look.Setting video_input = 9; - } - - message Message { - int32 token_count = 1; - int32 text_token_count = 2; - int32 timer_token_count = 3; - int32 clock_token_count = 4; - int32 showing_count = 5; - } - - message Communications { - } - - message Macro { - int32 action_count = 1; - int32 cue_action_count = 2; - int32 total_action_count = 3; - } - - message ClearGroup { - bool layer_audio = 1; - bool layer_messages = 2; - bool layer_props = 3; - bool layer_announcement = 4; - bool layer_slide = 5; - bool layer_media = 6; - bool layer_video_input = 7; - } - - message CaptureStart { - enum PresetType { - PRESET_TYPE_UNKNOWN = 0; - PRESET_TYPE_ACTIVE_SETTINGS = 1; - PRESET_TYPE_CAPTURE_PRESET = 2; - } - - .rv.analytics.Trigger.Action.CaptureStart.PresetType preset_type = 1; - } - - message CaptureStop { - bool confirm_before_stopping = 1; - } - - oneof Component { - .rv.analytics.Trigger.Action.ClearLayer clear = 1; - .rv.analytics.TriggerMediaInformation media = 2; - .rv.analytics.Trigger.Action.MediaBinPlaylist media_bin_playlist = 3; - .rv.analytics.Trigger.Action.AudioBinPlaylist audio_bin_playlist = 4; - .rv.analytics.Trigger.Action.Stage stage = 5; - .rv.analytics.Trigger.Action.Timer timer = 6; - .rv.analytics.Trigger.Action.Prop prop = 7; - .rv.analytics.Trigger.Action.Look look = 8; - .rv.analytics.Trigger.Action.Message message = 9; - .rv.analytics.Trigger.Action.Communications communications = 10; - .rv.analytics.Trigger.Action.SlideDestination slide_destination = 11; - .rv.analytics.Trigger.Action.Macro macro = 12; - .rv.analytics.Trigger.Action.ClearGroup clear_group = 13; - .rv.analytics.Trigger.Action.CaptureStart capture_start = 14; - .rv.analytics.Trigger.Action.CaptureStop capture_stop = 15; - } - } - - message MediaBin { - } - - message AudioBin { - } - - message TestPattern { - enum TestPatternType { - TEST_PATTERN_TYPE_AUDIO_VIDEO_SYNC = 0; - TEST_PATTERN_TYPE_BLEND_GRID = 1; - TEST_PATTERN_TYPE_COLOR_BARS = 2; - TEST_PATTERN_TYPE_CUSTOM_COLORS = 3; - TEST_PATTERN_TYPE_FOCUS = 4; - TEST_PATTERN_TYPE_GRAY_SCALE = 5; - TEST_PATTERN_TYPE_LINES = 6; - TEST_PATTERN_TYPE_LOGO_BOUNCE = 7; - TEST_PATTERN_TYPE_RADAR = 8; - TEST_PATTERN_TYPE_TEXT = 9; - } - - enum LogoType { - LOGO_TYPE_NONE = 0; - LOGO_TYPE_PROPRESENTER = 1; - LOGO_TYPE_CUSTOM = 2; - } - - .rv.analytics.Trigger.TestPattern.TestPatternType test_pattern_type = 1; - .rv.analytics.Trigger.TestPattern.LogoType logo = 2; - } - - oneof Component { - .rv.analytics.Trigger.Cue cue = 1; - .rv.analytics.Trigger.Action action = 2; - .rv.analytics.Trigger.MediaBin media_bin = 3; - .rv.analytics.Trigger.AudioBin audio_bin = 4; - .rv.analytics.Trigger.TestPattern test_pattern = 5; - } + .rv.analytics.trigger.ActionCaptureStart.PresetType preset_type = 1; +} + +message ActionCaptureStop { + bool confirm_before_stopping = 1; +} + +message ActionClear { + enum Type { + UNKNOWN = 0; + AUDIO = 1; + MESSAGES = 2; + PROPS = 3; + ANNOUNCEMENTS = 4; + SLIDE = 5; + MEDIA = 6; + VIDEO_INPUT = 7; + CLEAR_TO_LOGO = 8; + CLEAR_GROUP = 9; + } + + .rv.analytics.trigger.ActionClear.Type type = 1; +} + +message ActionClearGroup { + bool layer_audio = 1; + bool layer_messages = 2; + bool layer_props = 3; + bool layer_announcement = 4; + bool layer_slide = 5; + bool layer_media = 6; + bool layer_video_input = 7; +} + +message ActionCommunications { +} + +message ActionLook { + enum Setting { + NONE = 0; + SOME = 1; + ALL = 2; + } + + int32 total_screen_count = 1; + .rv.analytics.trigger.ActionLook.Setting mask = 2; + .rv.analytics.trigger.ActionLook.Setting messages = 3; + .rv.analytics.trigger.ActionLook.Setting props = 4; + .rv.analytics.trigger.ActionLook.Setting announcements = 5; + .rv.analytics.trigger.ActionLook.Setting presentation_theme = 6; + .rv.analytics.trigger.ActionLook.Setting slide = 7; + .rv.analytics.trigger.ActionLook.Setting media = 8; + .rv.analytics.trigger.ActionLook.Setting video_input = 9; +} + +message ActionMacro { + int32 action_count = 1; + int32 cue_action_count = 2; + int32 total_action_count = 3; +} + +message ActionMessage { + int32 token_count = 1; + int32 text_token_count = 2; + int32 timer_token_count = 3; + int32 clock_token_count = 4; + int32 showing_count = 5; +} + +message ActionProp { + enum Type { + TYPE_UNKNOWN = 0; + TRIGGER = 1; + CLEAR = 2; + TRIGGER_FROM_PROP_BIN = 3; + } + + enum AutoClear { + UNKNOWN = 0; + DEFAULT_DISABLED = 1; + DEFAULT_ENABLED = 2; + DISABLED = 3; + ENABLED = 4; + DISABLED_OVERRIDE = 5; + ENABLED_OVERRIDE = 6; + CLEAR_ACTION = 7; + } + + string transition = 1; + .rv.analytics.trigger.ActionProp.Type type = 2; + .rv.analytics.trigger.ActionProp.AutoClear auto_clear = 3; +} + +message ActionSlideDestination { + enum ChangeSlideDestination { + UNKNOWN = 0; + NO_CHANGE = 1; + STAGE_ONLY = 2; + STAGE_AUDIENCE = 3; + } + + .rv.analytics.trigger.ActionSlideDestination.ChangeSlideDestination change_slide_destination = 1; +} + +message ActionStage { + int32 layouts = 1; + int32 total_stage_screens = 2; +} + +message ActionTimer { + enum Type { + UNKNOWN = 0; + START_SET_CONFIGURATION = 1; + START = 2; + STOP = 3; + RESET = 4; + STOP_SET_CONFIGURATION = 5; + INCREMENT = 6; + } + + .rv.analytics.trigger.ActionTimer.Type type = 1; +} + +message TestPattern { + enum Pattern { + AUDIO_VIDEO_SYNC = 0; + BLEND_GRID = 1; + COLOR_BARS = 2; + CUSTOM_COLORS = 3; + FOCUS = 4; + GRAY_SCALE = 5; + LINES = 6; + LOGO_BOUNCE = 7; + RADAR = 8; + TEXT = 9; + } + + enum Logo { + NONE = 0; + PROPRESENTER = 1; + CUSTOM = 2; + } + + .rv.analytics.trigger.TestPattern.Pattern pattern = 1; + .rv.analytics.trigger.TestPattern.Logo logo = 2; } diff --git a/proto/analyticsTriggerCue.proto b/proto/analyticsTriggerCue.proto new file mode 100644 index 0000000..6a44403 --- /dev/null +++ b/proto/analyticsTriggerCue.proto @@ -0,0 +1,77 @@ +syntax = "proto3"; + +package rv.analytics.trigger.cue; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Trigger.Cue"; +option swift_prefix = "Analytics_Trgger_Cue_"; + +message Slide { + int32 object_count = 1; + int32 scrolling_object_count = 2; + int32 background_fx_object_count = 3; + int32 action_count = 4; + bool has_text_fx = 5; + int32 media_text_fill_object_count = 6; + int32 cut_out_text_fill_object_count = 7; + int32 background_blur_text_fill_object_count = 8; + int32 background_invert_text_fill_object_count = 9; +} + +message SlideFileFeedElement { + .rv.analytics.trigger.cue.DestinationLayer destination_layer = 1; +} + +message SlideRssFeedElement { + enum Content { + CONTENT_UNKNOWN = 0; + TITLE = 1; + TITLE_AND_DESCRIPTION = 2; + } + + .rv.analytics.trigger.cue.SlideRssFeedElement.Content content = 1; + bool is_delimiter_enabled = 2; + .rv.analytics.trigger.cue.DestinationLayer destination_layer = 3; +} + +message SlideScrollingTextElement { + enum Direction { + DIRECTION_UNKNOWN = 0; + LEFT = 1; + RIGHT = 2; + UP = 3; + DOWN = 4; + } + + enum StartPosition { + START_POSITION_UNKNOWN = 0; + AUTOMATIC = 1; + OFF_SCREEN = 2; + } + + enum Speed { + SPEED_UNKNOWN = 0; + VERY_SLOW = 1; + SLOW = 2; + MEDIUM = 3; + FAST = 4; + VERY_FAST = 5; + } + + .rv.analytics.trigger.cue.SlideScrollingTextElement.Direction direction = 1; + .rv.analytics.trigger.cue.SlideScrollingTextElement.StartPosition start_position = 2; + bool is_repeat_enabled = 3; + .rv.analytics.trigger.cue.SlideScrollingTextElement.Speed speed = 4; + .rv.analytics.trigger.cue.DestinationLayer destination_layer = 5; +} + +enum DestinationLayer { + DESTINATION_LAYER_UNKNOWN = 0; + ANNOUNCEMENT = 1; + PRESENTATION = 2; + STAGE = 3; + PROPS = 4; + MESSAGES = 5; + MASK = 6; +} + diff --git a/proto/analyticsTriggerMedia.proto b/proto/analyticsTriggerMedia.proto index c4c6e8a..add48d3 100755 --- a/proto/analyticsTriggerMedia.proto +++ b/proto/analyticsTriggerMedia.proto @@ -1,150 +1,151 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.trigger.media; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.Trigger.Media"; +option swift_prefix = "Analytics_Trigger_Media_"; -message TriggerMediaInformation { - message Transition { - bool is_default = 1; - string name = 2; - } - - message VisualMedia { - message Size { - uint32 width = 1; - uint32 height = 2; - } - - enum Behavior { - BEHAVIOR_BACKGROUND = 0; - BEHAVIOR_FOREGROUND = 1; - BEHAVIOR_VIDEO_INPUT = 2; - } - - enum ScaleMode { - SCALE_MODE_FIT = 0; - SCALE_MODE_FILL = 1; - SCALE_MODE_STRETCH = 2; - SCALE_MODE_BLUR = 3; - } - - enum FlipMode { - FLIP_MODE_NONE = 0; - FLIP_MODE_HORIZONTAL = 1; - FLIP_MODE_VERTICAL = 2; - FLIP_MODE_BOTH = 3; - } - - enum NativeRotation { - NATIVE_ROTATION_STANDARD = 0; - NATIVE_ROTATION_90 = 90; - NATIVE_ROTATION_180 = 180; - NATIVE_ROTATION_270 = 270; - } - - .rv.analytics.TriggerMediaInformation.VisualMedia.Behavior behavior = 1; - .rv.analytics.TriggerMediaInformation.VisualMedia.ScaleMode scale_mode = 2; - .rv.analytics.TriggerMediaInformation.VisualMedia.FlipMode flip_mode = 3; - .rv.analytics.TriggerMediaInformation.VisualMedia.NativeRotation native_rotation = 4; - .rv.analytics.TriggerMediaInformation.VisualMedia.Size resolution = 5; - uint32 enabled_effects_count = 6; - bool has_effect_preset = 7; - .rv.analytics.TriggerMediaInformation.Transition transition = 8; - } - - message Transport { - enum DurationRange { - DURATION_UNDER_10S = 0; - DURATION_10S_TO_30S = 1; - DURATION_30S_TO_60S = 2; - DURATION_1M_TO_5M = 3; - DURATION_5M_TO_10M = 4; - DURATION_10M_TO_30M = 5; - DURATION_30M_TO_60M = 6; - DURATION_1H_TO_2H = 7; - DURATION_OVER_2H = 8; - } - - .rv.analytics.TriggerMediaInformation.Transport.DurationRange source_duration_range = 1; - bool has_audio_ramp_in = 2; - bool has_audio_ramp_out = 3; - bool has_in_point = 4; - bool has_out_point = 5; - double play_rate = 6; - uint32 playback_marker_count = 7; - } - - message Video { - enum PlaybackBehavior { - PLAYBACK_BEHAVIOR_STOP = 0; - PLAYBACK_BEHAVIOR_LOOP = 1; - PLAYBACK_BEHAVIOR_LOOP_FOR_PLAY_COUNT = 2; - PLAYBACK_BEHAVIOR_LOOP_FOR_TIME = 3; - } - - .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 7; - .rv.analytics.TriggerMediaInformation.Video.PlaybackBehavior playback_behavior = 8; - .rv.analytics.TriggerMediaInformation.CompletionTarget completion_target = 9; - bool soft_loop_enabled = 10; - double soft_loop_duration = 11; - double frame_rate = 12; - uint32 audio_channel_count = 13; - .rv.analytics.TriggerMediaInformation.Transport transport = 14; - } - - message Audio { - enum Behavior { - BEHAVIOR_TUNE = 0; - BEHAVIOR_SOUND = 1; - } - - enum PlaybackBehavior { - PLAYBACK_BEHAVIOR_STOP = 0; - PLAYBACK_BEHAVIOR_LOOP = 1; - PLAYBACK_BEHAVIOR_NEXT = 2; - } - - .rv.analytics.TriggerMediaInformation.Audio.Behavior behavior = 1; - .rv.analytics.TriggerMediaInformation.Audio.PlaybackBehavior playback_behavior = 2; - .rv.analytics.TriggerMediaInformation.Transition transition = 3; - uint32 audio_channel_count = 4; - .rv.analytics.TriggerMediaInformation.Transport transport = 5; - } - - message Image { - .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 1; - .rv.analytics.TriggerMediaInformation.Transition transition = 2; - .rv.analytics.TriggerMediaInformation.CompletionTarget completion_target = 3; - } - - message LiveVideo { - .rv.analytics.TriggerMediaInformation.VisualMedia visual_media = 1; - double frame_rate = 2; - uint32 audio_channel_count = 3; - } - - enum CompletionTarget { - COMPLETION_TARGET_NONE = 0; - COMPLETION_TARGET_NEXT = 1; - COMPLETION_TARGET_RANDOM = 2; - COMPLETION_TARGET_CUE = 3; - COMPLETION_TARGET_FIRST = 4; - } - - enum SourceType { - SOURCE_TYPE_LOCAL = 0; - SOURCE_TYPE_PROCONTENT = 1; - } - - .rv.analytics.TriggerMediaInformation.SourceType source_type = 1; - oneof MediaType { - .rv.analytics.TriggerMediaInformation.Video video = 2; - .rv.analytics.TriggerMediaInformation.Image image = 3; - .rv.analytics.TriggerMediaInformation.Audio audio = 4; - .rv.analytics.TriggerMediaInformation.LiveVideo live_video = 5; - } +message Transition { + bool is_default = 1; + string name = 2; +} + +message VisualMedia { + message Size { + uint32 width = 1; + uint32 height = 2; + } + + enum Behavior { + BACKGROUND = 0; + FOREGROUND = 1; + VIDEO_INPUT = 2; + } + + enum ScaleMode { + FIT = 0; + FILL = 1; + STRETCH = 2; + BLUR = 3; + } + + enum FlipMode { + NONE = 0; + HORIZONTAL = 1; + VERTICAL = 2; + BOTH = 3; + } + + enum NativeRotation { + STANDARD = 0; + _90 = 90; + _180 = 180; + _270 = 270; + } + + .rv.analytics.trigger.media.VisualMedia.Behavior behavior = 1; + .rv.analytics.trigger.media.VisualMedia.ScaleMode scale_mode = 2; + .rv.analytics.trigger.media.VisualMedia.FlipMode flip_mode = 3; + .rv.analytics.trigger.media.VisualMedia.NativeRotation native_rotation = 4; + .rv.analytics.trigger.media.VisualMedia.Size resolution = 5; + uint32 enabled_effects_count = 6; + bool has_effect_preset = 7; + .rv.analytics.trigger.media.Transition transition = 8; +} + +message Transport { + enum DurationRange { + UNDER_10S = 0; + _10S_TO_30S = 1; + _30S_TO_60S = 2; + _1M_TO_5M = 3; + _5M_TO_10M = 4; + _10M_TO_30M = 5; + _30M_TO_60M = 6; + _1H_TO_2H = 7; + OVER_2H = 8; + } + + .rv.analytics.trigger.media.Transport.DurationRange source_duration_range = 1; + bool has_audio_ramp_in = 2; + bool has_audio_ramp_out = 3; + bool has_in_point = 4; + bool has_out_point = 5; + double play_rate = 6; + uint32 playback_marker_count = 7; +} + +message Video { + enum PlaybackBehavior { + STOP = 0; + LOOP = 1; + LOOP_FOR_PLAY_COUNT = 2; + LOOP_FOR_TIME = 3; + } + + .rv.analytics.trigger.media.VisualMedia visual_media = 7; + .rv.analytics.trigger.media.Video.PlaybackBehavior playback_behavior = 8; + .rv.analytics.trigger.media.CompletionTarget completion_target = 9; + bool soft_loop_enabled = 10; + double soft_loop_duration = 11; + double frame_rate = 12; + uint32 audio_channel_count = 13; + .rv.analytics.trigger.media.Transport transport = 14; + .rv.analytics.trigger.media.SourceType source_type = 15; +} + +message Audio { + enum Behavior { + TUNE = 0; + SOUND = 1; + } + + enum PlaybackBehavior { + STOP = 0; + LOOP = 1; + NEXT = 2; + } + + .rv.analytics.trigger.media.Audio.Behavior behavior = 1; + .rv.analytics.trigger.media.Audio.PlaybackBehavior playback_behavior = 2; + .rv.analytics.trigger.media.Transition transition = 3; + uint32 audio_channel_count = 4; + .rv.analytics.trigger.media.Transport transport = 5; + .rv.analytics.trigger.media.SourceType source_type = 6; +} + +message Image { + .rv.analytics.trigger.media.VisualMedia visual_media = 1; + .rv.analytics.trigger.media.CompletionTarget completion_target = 2; + .rv.analytics.trigger.media.SourceType source_type = 3; +} + +message VideoInput { + .rv.analytics.trigger.media.VisualMedia visual_media = 1; + double frame_rate = 2; + uint32 audio_channel_count = 3; + .rv.analytics.trigger.media.SourceType source_type = 4; +} + +message AirCastVideo { + bool password_enabled = 1; +} + +message AirCastAudio { + bool password_enabled = 1; +} + +enum CompletionTarget { + NONE = 0; + NEXT = 1; + RANDOM = 2; + CUE = 3; + FIRST = 4; +} + +enum SourceType { + LOCAL = 0; + PROCONTENT = 1; } diff --git a/proto/analyticsUI.proto b/proto/analyticsUI.proto index 927f05b..7c3a570 100755 --- a/proto/analyticsUI.proto +++ b/proto/analyticsUI.proto @@ -1,1063 +1,634 @@ syntax = "proto3"; -package rv.analytics; +package rv.analytics.ui; option cc_enable_arenas = true; -option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics"; -option swift_prefix = "Analytics_"; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData.Analytics.UI"; +option swift_prefix = "Analytics_UI_"; -message UI { - message QuickSearch { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_APPLICATION_MENU = 1; - SOURCE_TOOLBAR = 2; - SOURCE_UNLINKED_HEADER = 3; - } - - .rv.analytics.UI.QuickSearch.Shown.Source source = 1; - } - - message Search { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_LIBRARY = 1; - SOURCE_SONG_SELECT = 2; - SOURCE_MULTI_TRACKS = 3; - } - - .rv.analytics.UI.QuickSearch.Search.Source source = 1; - } - - message OpenItems { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_LIBRARY = 1; - SOURCE_SONG_SELECT = 2; - SOURCE_MULTI_TRACKS = 3; - } - - enum Style { - STYLE_UNKNOWN = 0; - STYLE_RETURN_KEY = 1; - STYLE_COMMAND_RETURN_KEY = 2; - STYLE_DRAG_DROP = 3; - } - - .rv.analytics.UI.QuickSearch.OpenItems.Source source = 1; - .rv.analytics.UI.QuickSearch.OpenItems.Style style = 2; - int32 count = 3; - } - - oneof Component { - .rv.analytics.UI.QuickSearch.Shown shown = 1; - .rv.analytics.UI.QuickSearch.Search search = 2; - .rv.analytics.UI.QuickSearch.OpenItems open_items = 3; - } +message QuickSearchShown { + enum Source { + SOURCE_UNKNOWN = 0; + APPLICATION_MENU = 1; + TOOLBAR = 2; + UNLINKED_HEADER = 3; } - message Toolbar { - message TextStyle { - message Shown { - } - - message Change { - enum Property { - PROPERTY_UNKNOWN = 0; - PROPERTY_FONT_TYPEFACE = 1; - PROPERTY_FONT_WEIGHT = 2; - PROPERTY_FONT_CAPITALIZATION = 3; - PROPERTY_FONT_SIZE = 4; - PROPERTY_FONT_COLOR = 5; - PROPERTY_HORIZONTAL_ALIGNMENT = 6; - PROPERTY_VERTICAL_ALIGNMENT = 7; - PROPERTY_STROKE_ENABLE = 8; - PROPERTY_STROKE_WIDTH = 9; - PROPERTY_STROKE_COLOR = 10; - PROPERTY_SHADOW_ENABLE = 11; - PROPERTY_SHADOW_BLUR = 12; - PROPERTY_SHADOW_OPACITY = 13; - PROPERTY_SHADOW_COLOR = 14; - PROPERTY_SHADOW_ANGLE = 15; - PROPERTY_SHADOW_OFFSET = 16; - } - - enum Target { - TARGET_UNKNOWN = 0; - TARGET_SLIDE_SELECTION = 1; - TARGET_PRESENTATION_SELECTION = 2; - } - - .rv.analytics.UI.Toolbar.TextStyle.Change.Property property = 1; - .rv.analytics.UI.Toolbar.TextStyle.Change.Target target = 2; - } - - oneof Component { - .rv.analytics.UI.Toolbar.TextStyle.Shown shown = 1; - .rv.analytics.UI.Toolbar.TextStyle.Change change = 2; - } - } - - message Theme { - message Shown { - } - - message Applied { - enum Target { - TARGET_UNKNOWN = 0; - TARGET_SLIDE_SELECTION = 1; - TARGET_PRESENTATION_SELECTION = 2; - } - - .rv.analytics.UI.Toolbar.Theme.Applied.Target target = 1; - } - - oneof Component { - .rv.analytics.UI.Toolbar.Theme.Shown shown = 1; - .rv.analytics.UI.Toolbar.Theme.Applied applied = 2; - } - } - - oneof Component { - .rv.analytics.UI.Toolbar.TextStyle text_style = 1; - .rv.analytics.UI.Toolbar.Theme theme = 2; - } - } - - message MainView { - message Show { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_APPLICATION_MENU = 2; - } - - .rv.analytics.UI.MainView.Show.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.MainView.Show.Shown shown = 1; - } - } - - message PresentationEditor { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_APPLICATION_MENU = 2; - SOURCE_CONTEXT_MENU = 3; - } - - .rv.analytics.UI.MainView.PresentationEditor.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.MainView.PresentationEditor.Shown shown = 1; - } - } - - message ReflowEditor { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_APPLICATION_MENU = 2; - SOURCE_LIBRARY_CONTEXT_MENU = 3; - } - - .rv.analytics.UI.MainView.ReflowEditor.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.MainView.ReflowEditor.Shown shown = 1; - } - } - - message Bible { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_APPLICATION_MENU = 2; - } - - .rv.analytics.UI.MainView.Bible.Shown.Source source = 1; - } - - message Trigger { - .rv.analytics.UI.MainView.Bible.Location location = 1; - } - - message GenerateSlides { - enum TextBoxLocation { - TEXT_BOX_LOCATION_UNKNOWN = 0; - TEXT_BOX_LOCATION_NONE = 1; - TEXT_BOX_LOCATION_TEXT_BOX = 2; - TEXT_BOX_LOCATION_WITH_VERSE = 3; - } - - enum ReferenceType { - REFERENCE_TYPE_UNKNOWN = 0; - REFERENCE_TYPE_PASSAGE_NONE = 1; - REFERENCE_TYPE_PASSAGE_EACH = 2; - REFERENCE_TYPE_PASSAGE_LAST = 3; - REFERENCE_TYPE_VERSE = 4; - } - - int32 translation_count = 1; - int32 slide_count = 2; - .rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation verse_location = 3; - .rv.analytics.UI.MainView.Bible.GenerateSlides.TextBoxLocation reference_location = 4; - bool show_verse_numbers = 5; - bool break_new_verse = 6; - bool display_translation = 7; - bool preserve_font_color = 8; - .rv.analytics.UI.MainView.Bible.GenerateSlides.ReferenceType reference_style = 9; - } - - message GenerateNext { - .rv.analytics.UI.MainView.Bible.Location location = 1; - } - - message GeneratePrevious { - .rv.analytics.UI.MainView.Bible.Location location = 2; - } - - message SaveSlides { - enum SlideDestination { - SLIDE_DESTINATION_UNKNOWN = 0; - SLIDE_DESTINATION_SAVE_TO_LIBRARY = 1; - SLIDE_DESTINATION_SAVE_TO_PLAYLIST = 2; - SLIDE_DESTINATION_COPY_TO_PRESENTATION = 3; - } - - .rv.analytics.UI.MainView.Bible.SaveSlides.SlideDestination destination = 1; - } - - message Lookup { - enum LookupLocation { - LOOKUP_LOCATION_UNKNOWN = 0; - LOOKUP_LOCATION_TEXT_REFERENCE = 1; - LOOKUP_LOCATION_MENU_BOOK = 2; - LOOKUP_LOCATION_MENU_CHAPTER = 3; - LOOKUP_LOCATION_MENU_VERSE = 4; - LOOKUP_LOCATION_TEXT_SEARCH_CHAPTER = 5; - LOOKUP_LOCATION_TEXT_SEARCH_VERSE = 6; - } - - .rv.analytics.UI.MainView.Bible.Lookup.LookupLocation location = 1; - } - - message BibleCount { - int32 free_installed_count = 1; - int32 purchased_installed_count = 2; - } - - enum Location { - LOCATION_UNKNOWN = 0; - LOCATION_PRESENTATION = 1; - LOCATION_BIBLE_MODULE = 2; - } - - oneof Component { - .rv.analytics.UI.MainView.Bible.Shown shown = 1; - .rv.analytics.UI.MainView.Bible.Trigger trigger = 2; - .rv.analytics.UI.MainView.Bible.GenerateSlides generate_slides = 3; - .rv.analytics.UI.MainView.Bible.GenerateNext generate_next = 4; - .rv.analytics.UI.MainView.Bible.GeneratePrevious generate_previous = 5; - .rv.analytics.UI.MainView.Bible.SaveSlides save_slides = 6; - .rv.analytics.UI.MainView.Bible.Lookup lookup = 7; - .rv.analytics.UI.MainView.Bible.BibleCount install = 8; - .rv.analytics.UI.MainView.Bible.BibleCount remove = 9; - .rv.analytics.UI.MainView.Bible.BibleCount startup = 10; - } - } - - message StageEditor { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_APPLICATION_MENU = 2; - SOURCE_LOWER_RIGHT = 3; - } - - .rv.analytics.UI.MainView.StageEditor.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.MainView.StageEditor.Shown shown = 1; - } - } - - message ThemeEditor { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_THEME_CONTEXT_MENU = 2; - } - - .rv.analytics.UI.MainView.ThemeEditor.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.MainView.ThemeEditor.Shown shown = 1; - } - } - - message CopyrightEditor { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_PREFERENCE = 2; - } - - .rv.analytics.UI.MainView.CopyrightEditor.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.MainView.CopyrightEditor.Shown shown = 1; - } - } - - message PropsEditor { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_LOWER_RIGHT = 2; - } - - .rv.analytics.UI.MainView.PropsEditor.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.MainView.PropsEditor.Shown shown = 1; - } - } - - message MaskEditor { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_LOOKS_WINDOW = 2; - } - - .rv.analytics.UI.MainView.MaskEditor.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.MainView.MaskEditor.Shown shown = 1; - } - } - - oneof Component { - .rv.analytics.UI.MainView.Show show = 1; - .rv.analytics.UI.MainView.PresentationEditor presentation_editor = 2; - .rv.analytics.UI.MainView.ReflowEditor reflow_editor = 3; - .rv.analytics.UI.MainView.Bible bible = 4; - .rv.analytics.UI.MainView.StageEditor stage_editor = 5; - .rv.analytics.UI.MainView.ThemeEditor theme_editor = 6; - .rv.analytics.UI.MainView.CopyrightEditor copyright_editor = 7; - .rv.analytics.UI.MainView.PropsEditor props_editor = 8; - .rv.analytics.UI.MainView.MaskEditor mask_editor = 9; - } - } - - message Looks { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_APPLICATION_MENU = 1; - SOURCE_PRESENTATION_VIEW = 2; - } - - .rv.analytics.UI.Looks.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.Looks.Shown shown = 1; - } - } - - message ScreenConfiguration { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_APPLICATION_MENU = 1; - SOURCE_STAGE = 2; - } - - .rv.analytics.UI.ScreenConfiguration.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.ScreenConfiguration.Shown shown = 1; - } - } - - message LowerRight { - message Timers { - message Shown { - } - - message Collapse { - enum State { - STATE_UNKNOWN = 0; - STATE_COLLAPSED = 1; - STATE_EXPANDED = 2; - } - - .rv.analytics.UI.LowerRight.Timers.Collapse.State state = 1; - } - - message Edit { - enum Field { - FIELD_UNKNOWN = 0; - FIELD_TYPE = 1; - FIELD_VALUE = 2; - FIELD_OVERRUN = 3; - FIELD_NAME = 4; - } - - .rv.analytics.UI.LowerRight.Timers.Edit.Field field = 1; - } - - message State { - enum State { - STATE_UNKNOWN = 0; - STATE_START = 1; - STATE_STOP = 2; - STATE_RESET = 3; - } - - .rv.analytics.UI.LowerRight.Timers.State.State state = 1; - } - - message Create { - } - - message Delete { - } - - oneof Component { - .rv.analytics.UI.LowerRight.Timers.Shown shown = 1; - .rv.analytics.UI.LowerRight.Timers.Collapse collapse = 2; - .rv.analytics.UI.LowerRight.Timers.Edit edit = 3; - .rv.analytics.UI.LowerRight.Timers.State state = 4; - .rv.analytics.UI.LowerRight.Timers.Create create = 5; - .rv.analytics.UI.LowerRight.Timers.Delete delete = 6; - } - } - - message Messages { - message Shown { - } - - message Edit { - enum Action { - ACTION_UNKNOWN = 0; - ACTION_ADD_TEXT_TOKEN = 1; - ACTION_ADD_TIMER_TOKEN = 2; - ACTION_ADD_CUSTOM_TOKEN = 3; - ACTION_SET_THEME = 4; - ACTION_SET_TEXT = 5; - ACTION_SET_WEB_NOTIFICATION = 6; - ACTION_SET_DISMISS_BEHAVIOR = 7; - } - - .rv.analytics.UI.LowerRight.Messages.Edit.Action action = 1; - } - - message State { - enum State { - STATE_UNKNOWN = 0; - STATE_SHOW = 1; - STATE_CLEAR = 2; - } - - .rv.analytics.UI.LowerRight.Messages.State.State state = 1; - } - - message Create { - } - - message Delete { - } - - oneof Component { - .rv.analytics.UI.LowerRight.Messages.Shown shown = 1; - .rv.analytics.UI.LowerRight.Messages.Edit edit = 2; - .rv.analytics.UI.LowerRight.Messages.State state = 3; - .rv.analytics.UI.LowerRight.Messages.Create create = 4; - .rv.analytics.UI.LowerRight.Messages.Delete delete = 5; - } - } - - message Props { - message Shown { - } - - message Transition { - } - - message State { - enum State { - STATE_UNKNOWN = 0; - STATE_SHOW = 1; - STATE_CLEAR = 2; - } - - .rv.analytics.UI.LowerRight.Props.State.State state = 1; - } - - message Create { - } - - message Delete { - } - - oneof Component { - .rv.analytics.UI.LowerRight.Props.Shown shown = 1; - .rv.analytics.UI.LowerRight.Props.Transition transition = 2; - .rv.analytics.UI.LowerRight.Props.State state = 3; - .rv.analytics.UI.LowerRight.Props.Create create = 4; - .rv.analytics.UI.LowerRight.Props.Delete delete = 5; - } - } - - message Stage { - message Shown { - } - - message ChangeLayout { - } - - message MessageState { - enum State { - STATE_UNKNOWN = 0; - STATE_SHOW = 1; - STATE_CLEAR = 2; - } - - .rv.analytics.UI.LowerRight.Stage.MessageState.State state = 1; - } - - message ConfigureScreens { - } - - message EditLayouts { - } - - oneof Component { - .rv.analytics.UI.LowerRight.Stage.Shown shown = 1; - .rv.analytics.UI.LowerRight.Stage.ChangeLayout change_layout = 2; - .rv.analytics.UI.LowerRight.Stage.MessageState message_state = 3; - .rv.analytics.UI.LowerRight.Stage.ConfigureScreens configure_screens = 4; - .rv.analytics.UI.LowerRight.Stage.EditLayouts edit_layouts = 5; - } - } - - message AudioBin { - } - - message Macros { - message Shown { - } - - message Trigger { - } - - message Create { - } - - message Delete { - } - - oneof Component { - .rv.analytics.UI.LowerRight.Macros.Shown shown = 1; - .rv.analytics.UI.LowerRight.Macros.Trigger trigger = 2; - .rv.analytics.UI.LowerRight.Macros.Create create = 3; - .rv.analytics.UI.LowerRight.Macros.Delete delete = 4; - } - } - - oneof Component { - .rv.analytics.UI.LowerRight.Timers timers = 1; - .rv.analytics.UI.LowerRight.Messages messages = 2; - .rv.analytics.UI.LowerRight.Props props = 3; - .rv.analytics.UI.LowerRight.Stage stage = 4; - .rv.analytics.UI.LowerRight.AudioBin audio_bin = 5; - .rv.analytics.UI.LowerRight.Macros macros = 6; - } - } - - message TextInspector { - message Shown { - } - - message Foreground { - enum FillType { - FILL_TYPE_UNKNOWN = 0; - FILL_TYPE_SOLID = 1; - FILL_TYPE_GRADIENT = 2; - } - - .rv.analytics.UI.TextInspector.Foreground.FillType fill_type = 1; - .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; - } - - message UnderlineColor { - bool is_enabled = 1; - .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; - } - - message BackgroundColor { - enum ColorType { - COLOR_TYPE_UNKNOWN = 0; - COLOR_TYPE_CLEAR = 1; - COLOR_TYPE_OTHER = 2; - } - - .rv.analytics.UI.TextInspector.BackgroundColor.ColorType color_type = 1; - .rv.analytics.UI.TextInspector.SelectionMode selection_mode = 2; - } - - message ScrollingText { - message Enable { - bool enabled = 1; - } - - oneof Component { - .rv.analytics.UI.TextInspector.ScrollingText.Enable enable = 1; - } - } - - message LineTransform { - enum TransformType { - TRANSFORM_TYPE_UNKNOWN = 0; - TRANSFORM_TYPE_NONE = 1; - TRANSFORM_TYPE_REMOVE_LINE_RETURNS = 2; - TRANSFORM_TYPE_REPLACE_LINE_RETURNS = 3; - TRANSFORM_TYPE_ONE_WORD_PER_LINE = 4; - TRANSFORM_TYPE_ONE_CHARACTER_PER_LINE = 5; - } - - .rv.analytics.UI.TextInspector.LineTransform.TransformType transform_type = 1; - } - - enum SelectionMode { - SELECTION_MODE_UNKNOWN = 0; - SELECTION_MODE_OBJECT = 1; - SELECTION_MODE_RANGE = 2; - } - - oneof Component { - .rv.analytics.UI.TextInspector.Shown shown = 1; - .rv.analytics.UI.TextInspector.Foreground foreground = 2; - .rv.analytics.UI.TextInspector.UnderlineColor underline_color = 3; - .rv.analytics.UI.TextInspector.BackgroundColor background_color = 4; - .rv.analytics.UI.TextInspector.ScrollingText scrolling_text = 5; - .rv.analytics.UI.TextInspector.LineTransform line_transform = 6; - } - } - - message Show { - message SlideLabel { - message Shown { - } - - message Change { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_CONTEXT_MENU = 1; - SOURCE_POPOVER = 2; - } - - int32 number_of_slides = 1; - .rv.analytics.UI.Show.SlideLabel.Change.Source source = 2; - } - - oneof Component { - .rv.analytics.UI.Show.SlideLabel.Shown shown = 1; - .rv.analytics.UI.Show.SlideLabel.Change change = 2; - } - } - - oneof Component { - .rv.analytics.UI.Show.SlideLabel slide_label = 1; - } - } - - message InAppStore { - message Trial { - message Shown { - } - - message Complete { - enum Result { - RESULT_UNKNOWN = 0; - RESULT_SUCCESS = 1; - RESULT_EARLY_EXIT = 2; - } - - .rv.analytics.UI.InAppStore.Trial.Complete.Result result = 1; - } - - oneof Component { - .rv.analytics.UI.InAppStore.Trial.Shown shown = 1; - .rv.analytics.UI.InAppStore.Trial.Complete complete = 2; - } - } - - oneof Component { - .rv.analytics.UI.InAppStore.Trial trial = 1; - } - } - - message Editor { - message Overlay { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_DOUBLE_CLICK = 1; - SOURCE_CONTEXTUAL_MENU = 2; - SOURCE_PLUS_BUTTON_MENU = 3; - } - - .rv.analytics.UI.Editor.Overlay.Shown.Source source = 1; - } - - message Closed { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_CLICK_OFF_ELEMENT = 1; - SOURCE_ESCAPE_KEY = 2; - SOURCE_CLOSE_BUTTON = 3; - } - - .rv.analytics.UI.Editor.Overlay.Closed.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.Editor.Overlay.Shown shown = 1; - .rv.analytics.UI.Editor.Overlay.Closed closed = 2; - } - } - - oneof Component { - .rv.analytics.UI.Editor.Overlay overlay = 1; - } - } - - message WhatsNew { - message Viewed { - string version = 1; - string resource_name = 2; - int32 view_time = 3; - } - - oneof Component { - .rv.analytics.UI.WhatsNew.Viewed viewed = 1; - } - } - - message ClearGroups { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_APPLICATION_MENU = 1; - SOURCE_PREVIEW_MENU = 2; - SOURCE_ACTION_MENU = 3; - } - - .rv.analytics.UI.ClearGroups.Shown.Source source = 1; - } - - message Create { - } - - message Delete { - } - - message Group { - message ChangeVisibility { - enum Visibility { - VISIBILITY_UNKNOWN = 0; - VISIBILITY_SHOWN = 1; - VISIBILITY_HIDDEN = 2; - } - - .rv.analytics.UI.ClearGroups.Group.ChangeVisibility.Visibility visibility = 1; - } - - message ChangeIcon { - enum IconType { - ICON_TYPE_UNKNOWN = 0; - ICON_TYPE_DEFAULT = 1; - ICON_TYPE_CUSTOM = 2; - } - - .rv.analytics.UI.ClearGroups.Group.ChangeIcon.IconType icon_type = 1; - bool is_tinted = 2; - } - - oneof Component { - .rv.analytics.UI.ClearGroups.Group.ChangeVisibility change_visibility = 1; - .rv.analytics.UI.ClearGroups.Group.ChangeIcon change_icon = 2; - } - } - - oneof Component { - .rv.analytics.UI.ClearGroups.Shown shown = 1; - .rv.analytics.UI.ClearGroups.Create create = 2; - .rv.analytics.UI.ClearGroups.Delete delete = 3; - .rv.analytics.UI.ClearGroups.Group group = 4; - } - } - - message PreviewArea { - message ClearGroups { - message Trigger { - } - - message Changed { - int32 count = 1; - } - - oneof Component { - .rv.analytics.UI.PreviewArea.ClearGroups.Trigger trigger = 1; - .rv.analytics.UI.PreviewArea.ClearGroups.Changed changed = 2; - } - } - - oneof Component { - .rv.analytics.UI.PreviewArea.ClearGroups clear_groups = 1; - } - } - - message Placeholder { - message Link { - enum Type { - TYPE_UNKNOWN = 0; - TYPE_PRESENTATION = 1; - TYPE_MEDIA = 2; - TYPE_EXTERNAL_PRESENTATION = 3; - } - - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_QUICK_SEARCH = 1; - SOURCE_IMPORT_BUTTON = 2; - SOURCE_CREATE_BUTTON = 3; - SOURCE_DRAG_DROP = 4; - SOURCE_AUTOMATIC = 5; - } - - .rv.analytics.UI.Placeholder.Link.Type link_type = 1; - .rv.analytics.UI.Placeholder.Link.Source link_source = 2; - } - - message Unlink { - } - - oneof Component { - .rv.analytics.UI.Placeholder.Link link = 1; - .rv.analytics.UI.Placeholder.Unlink unlink = 2; - } - } - - message PlanningCenterLive { - message Shown { - enum WindowType { - WINDOW_TYPE_UNKNOWN = 0; - WINDOW_TYPE_DOCKED = 1; - WINDOW_TYPE_FLOATING = 2; - } - - .rv.analytics.UI.PlanningCenterLive.Shown.WindowType window_type = 1; - } - - oneof Component { - .rv.analytics.UI.PlanningCenterLive.Shown shown = 1; - } - } - - message NetworkGroup { - message Create { - } - - message Add { - } - - message Join { - } - - message Invite { - bool did_accept = 1; - } - - message Leave { - } - - message Remove { - } - - oneof Component { - .rv.analytics.UI.NetworkGroup.Create create = 1; - .rv.analytics.UI.NetworkGroup.Add add = 2; - .rv.analytics.UI.NetworkGroup.Join join = 3; - .rv.analytics.UI.NetworkGroup.Invite invite = 4; - .rv.analytics.UI.NetworkGroup.Leave leave = 5; - .rv.analytics.UI.NetworkGroup.Remove remove = 6; - } - } - - message CCLI { - message Report { - message Shown { - } - - message Reset { - } - - message Export { - } - - oneof Component { - .rv.analytics.UI.CCLI.Report.Shown shown = 1; - .rv.analytics.UI.CCLI.Report.Reset reset = 2; - .rv.analytics.UI.CCLI.Report.Export export = 3; - } - } - - .rv.analytics.UI.CCLI.Report report = 1; - } - - message Capture { - message Shown { - enum Source { - SOURCE_UNKNOWN = 0; - SOURCE_TOOLBAR = 1; - SOURCE_ACTION_POPOVER = 2; - SOURCE_ACTION_CONTEXTUAL_MENU = 3; - SOURCE_CALENDAR = 4; - SOURCE_PREFERENCES_RESI = 5; - SOURCE_MAIN_MENU = 6; - } - - .rv.analytics.UI.Capture.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.Capture.Shown shown = 1; - } - } - - message WelcomeToProPresenter { - message Shown { - enum Source { - SOURCE_FIRST_LAUNCH = 0; - SOURCE_APPLICATION_MENU = 1; - } - - .rv.analytics.UI.WelcomeToProPresenter.Shown.Source source = 1; - } - - message Migration { - } - - message ScreenConfigurationHelp { - } - - message DownloadSampleContent { - } - - message UserGroup { - } - - message Tutorials { - } - - message KnowledgeBase { - } - - message Blog { - } - - message Instagram { - } - - message Facebook { - } - - oneof Component { - .rv.analytics.UI.WelcomeToProPresenter.Shown shown = 1; - .rv.analytics.UI.WelcomeToProPresenter.Migration migration = 2; - .rv.analytics.UI.WelcomeToProPresenter.ScreenConfigurationHelp screen_configuration_help = 3; - .rv.analytics.UI.WelcomeToProPresenter.DownloadSampleContent download_sample_content = 4; - .rv.analytics.UI.WelcomeToProPresenter.UserGroup user_group = 5; - .rv.analytics.UI.WelcomeToProPresenter.Tutorials tutorials = 6; - .rv.analytics.UI.WelcomeToProPresenter.KnowledgeBase knowledge_base = 7; - .rv.analytics.UI.WelcomeToProPresenter.Blog blog = 8; - .rv.analytics.UI.WelcomeToProPresenter.Instagram instagram = 9; - .rv.analytics.UI.WelcomeToProPresenter.Facebook facebook = 10; - } - } - - message TestPattern { - message Shown { - enum Source { - SOURCE_APPLICATION_MENU = 0; - SOURCE_SCREEN_CONFIGURATION = 1; - } - - .rv.analytics.UI.TestPattern.Shown.Source source = 1; - } - - oneof Component { - .rv.analytics.UI.TestPattern.Shown shown = 1; - } - } - - message Preferences { - message CustomLogo { - bool has_logo = 1; - } - - oneof Component { - .rv.analytics.UI.Preferences.CustomLogo custom_logo = 1; - } - } - - oneof Component { - .rv.analytics.UI.QuickSearch quick_search = 1; - .rv.analytics.UI.Toolbar toolbar = 2; - .rv.analytics.UI.MainView main_view = 3; - .rv.analytics.UI.Looks looks = 4; - .rv.analytics.UI.ScreenConfiguration screen_configuration = 5; - .rv.analytics.UI.LowerRight lower_right = 6; - .rv.analytics.UI.TextInspector text_inspector = 7; - .rv.analytics.UI.Show show = 8; - .rv.analytics.UI.InAppStore in_app_store = 9; - .rv.analytics.UI.Editor editor = 10; - .rv.analytics.UI.WhatsNew whats_new = 11; - .rv.analytics.UI.ClearGroups clear_groups = 12; - .rv.analytics.UI.PreviewArea preview_area = 13; - .rv.analytics.UI.Placeholder placeholder = 14; - .rv.analytics.UI.PlanningCenterLive planning_center_live = 15; - .rv.analytics.UI.NetworkGroup network_group = 16; - .rv.analytics.UI.CCLI ccli = 17; - .rv.analytics.UI.Capture capture = 18; - .rv.analytics.UI.WelcomeToProPresenter welcomeToProPresenter = 19; - .rv.analytics.UI.TestPattern test_pattern = 20; - .rv.analytics.UI.Preferences preferences = 21; - } + .rv.analytics.ui.QuickSearchShown.Source source = 1; +} + +message QuickSearchSearch { + enum Source { + SOURCE_UNKNOWN = 0; + LIBRARY = 1; + SONG_SELECT = 2; + MULTI_TRACKS = 3; + } + + .rv.analytics.ui.QuickSearchSearch.Source source = 1; +} + +message QuickSearchOpenItems { + enum Source { + SOURCE_UNKNOWN = 0; + LIBRARY = 1; + SONG_SELECT = 2; + MULTI_TRACKS = 3; + } + + enum Style { + STYLE_UNKNOWN = 0; + STYLE_RETURN_KEY = 1; + COMMAND_RETURN_KEY = 2; + DRAG_DROP = 3; + } + + .rv.analytics.ui.QuickSearchOpenItems.Source source = 1; + .rv.analytics.ui.QuickSearchOpenItems.Style style = 2; + int32 count = 3; +} + +message ToolbarThemeShown { +} + +message ToolbarThemeApplication { + enum Target { + TARGET_UNKNOWN = 0; + SLIDE_SELECTION = 1; + PRESENTATION_SELECTION = 2; + } + + .rv.analytics.ui.ToolbarThemeApplication.Target target = 1; +} + +message MainViewShow { + enum Source { + SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + APPLICATION_MENU = 2; + } + + .rv.analytics.ui.MainViewShow.Source source = 1; +} + +message MainViewPresentationEditor { + enum Source { + SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + APPLICATION_MENU = 2; + CONTEXT_MENU = 3; + } + + .rv.analytics.ui.MainViewPresentationEditor.Source source = 1; +} + +message MainViewReflowEditor { + enum Source { + SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + APPLICATION_MENU = 2; + LIBRARY_CONTEXT_MENU = 3; + } + + .rv.analytics.ui.MainViewReflowEditor.Source source = 1; +} + +message MainViewBible { + enum Source { + SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + APPLICATION_MENU = 2; + } + + .rv.analytics.ui.MainViewBible.Source source = 1; +} + +message BibleTrigger { + .rv.analytics.ui.Location location = 1; +} + +message BibleGenerateSlides { + enum TextBoxLocation { + TEXT_BOX_LOCATION_UNKNOWN = 0; + LOCATION_NONE = 1; + LOCATION_TEXT_BOX = 2; + LOCATION_WITH_VERSE = 3; + } + + enum ReferenceType { + REFERENCE_TYPE_UNKNOWN = 0; + PASSAGE_NONE = 1; + PASSAGE_EACH = 2; + PASSAGE_LAST = 3; + VERSE = 4; + } + + int32 translation_count = 1; + int32 slide_count = 2; + .rv.analytics.ui.BibleGenerateSlides.TextBoxLocation verse_location = 3; + .rv.analytics.ui.BibleGenerateSlides.TextBoxLocation reference_location = 4; + bool show_verse_numbers = 5; + bool break_new_verse = 6; + bool display_translation = 7; + bool preserve_font_color = 8; + .rv.analytics.ui.BibleGenerateSlides.ReferenceType reference_style = 9; +} + +message BibleGenerateNext { + .rv.analytics.ui.Location location = 1; +} + +message BibleGeneratePrevious { + .rv.analytics.ui.Location location = 1; +} + +message BibleSaveSlides { + enum SlideDestination { + SLIDE_DESTINATION_UNKNOWN = 0; + SAVE_TO_LIBRARY = 1; + SAVE_TO_PLAYLIST = 2; + COPY_TO_PRESENTATION = 3; + } + + .rv.analytics.ui.BibleSaveSlides.SlideDestination destination = 1; +} + +message BibleLookup { + enum Location { + LOCATION_UNKNOWN = 0; + TEXT_REFERENCE = 1; + MENU_BOOK = 2; + MENU_CHAPTER = 3; + MENU_VERSE = 4; + TEXT_SEARCH_CHAPTER = 5; + TEXT_SEARCH_VERSE = 6; + } + + .rv.analytics.ui.BibleLookup.Location location = 1; +} + +message BibleInstall { + int32 free_installed_count = 1; + int32 purchased_installed_count = 2; +} + +message BibleRemove { + int32 free_installed_count = 1; + int32 purchased_installed_count = 2; +} + +message BibleStartup { + int32 free_installed_count = 1; + int32 purchased_installed_count = 2; +} + +message MainViewMaskEditor { + enum MaskSource { + MASK_SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + LOOKS_WINDOW = 2; + } + + .rv.analytics.ui.MainViewMaskEditor.MaskSource source = 1; +} + +message MainViewStageEditor { + enum StageSource { + STAGE_SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + APPLICATION_MENU = 2; + LOWER_RIGHT = 3; + } + + .rv.analytics.ui.MainViewStageEditor.StageSource source = 1; +} + +message MainViewThemeEditor { + enum ThemeSource { + STAGE_SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + THEME_CONTEXT_MENU = 2; + } + + .rv.analytics.ui.MainViewThemeEditor.ThemeSource source = 1; +} + +message MainViewCopyrightEditor { + enum CopyrightSource { + COPYRIGHT_SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + PREFERENCE = 2; + } + + .rv.analytics.ui.MainViewCopyrightEditor.CopyrightSource source = 1; +} + +message MainViewPropsEditor { + enum PropsSource { + PROPS_SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + LOWER_RIGHT = 2; + } + + .rv.analytics.ui.MainViewPropsEditor.PropsSource source = 1; +} + +message LowerRightTimers { +} + +message LowerRightTimersCollapse { + enum State { + STATE_UNKNOWN = 0; + COLLAPSED = 1; + EXPANDED = 2; + } + + .rv.analytics.ui.LowerRightTimersCollapse.State state = 1; +} + +message LowerRightTimersEdit { + enum Field { + FIELD_UNKNOWN = 0; + TYPE = 1; + VALUE = 2; + OVERRUN = 3; + NAME = 4; + } + + .rv.analytics.ui.LowerRightTimersEdit.Field field = 1; +} + +message LowerRightTimersState { + enum State { + STATE_UNKNOWN = 0; + START = 1; + STOP = 2; + RESET = 3; + } + + .rv.analytics.ui.LowerRightTimersState.State state = 1; +} + +message LowerRightTimersCreate { +} + +message LowerRightTimersDelete { +} + +message LowerRightMessages { +} + +message LowerRightMessagesEdit { + enum Action { + ACTION_UNKNOWN = 0; + ADD_TEXT_TOKEN = 1; + ADD_TIMER_TOKEN = 2; + ADD_CUSTOM_TOKEN = 3; + SET_THEME = 4; + SET_TEXT = 5; + SET_WEB_NOTIFICATION = 6; + SET_DISMISS_BEHAVIOR = 7; + } + + .rv.analytics.ui.LowerRightMessagesEdit.Action action = 1; +} + +message LowerRightMessagesState { + enum State { + STATE_UNKNOWN = 0; + SHOW = 1; + CLEAR = 2; + } + + .rv.analytics.ui.LowerRightMessagesState.State state = 1; +} + +message LowerRightMessagesCreate { +} + +message LowerRightMessagesDelete { +} + +message LowerRightProps { +} + +message LowerRightPropsTransition { +} + +message LowerRightPropsCreate { +} + +message LowerRightPropsDelete { +} + +message LowerRightPropsState { + enum State { + STATE_UNKNOWN = 0; + SHOW = 1; + CLEAR = 2; + } + + .rv.analytics.ui.LowerRightPropsState.State state = 1; +} + +message LowerRightStage { +} + +message LowerRightStageChangeLayout { +} + +message LowerRightStageConfigureScreens { +} + +message LowerRightStageEditLayouts { +} + +message LowerRightStageMessageState { + enum State { + STATE_UNKNOWN = 0; + SHOW = 1; + CLEAR = 2; + } + + .rv.analytics.ui.LowerRightStageMessageState.State state = 1; +} + +message LowerRightMacros { +} + +message LowerRightMacrosTrigger { +} + +message LowerRightMacrosCreate { +} + +message LowerRightMacrosDelete { +} + +message TextInspector { +} + +message TextInspectorScrollingText { + bool enabled = 1; +} + +message TextInspectorForeground { + enum FillType { + FILL_TYPE_UNKNOWN = 0; + SOLID = 1; + GRADIENT = 2; + } + + .rv.analytics.ui.TextInspectorForeground.FillType fill_type = 1; + .rv.analytics.ui.SelectionMode selection_mode = 2; +} + +message TextInspectorUnderlineColor { + bool is_enabled = 1; + .rv.analytics.ui.SelectionMode selection_mode = 2; +} + +message TextInspectorBackgroundColor { + enum ColorType { + COLOR_TYPE_UNKNOWN = 0; + CLEAR = 1; + OTHER = 2; + } + + .rv.analytics.ui.TextInspectorBackgroundColor.ColorType color_type = 1; + .rv.analytics.ui.SelectionMode selection_mode = 2; +} + +message TextInspectorLineTransform { + enum TransformType { + TRANSFORM_TYPE_UNKNOWN = 0; + NONE = 1; + REMOVE_LINE_RETURNS = 2; + REPLACE_LINE_RETURNS = 3; + ONE_WORD_PER_LINE = 4; + ONE_CHARACTER_PER_LINE = 5; + } + + .rv.analytics.ui.TextInspectorLineTransform.TransformType transform_type = 1; +} + +message ShowSlideLabel { +} + +message ShowSlideLabelChange { + enum Source { + SOURCE_UNKNOWN = 0; + CONTEXT_MENU = 1; + POPOVER = 2; + } + + int32 number_of_slides = 1; + .rv.analytics.ui.ShowSlideLabelChange.Source source = 2; +} + +message EditorOverlayShown { + enum Source { + SOURCE_UNKNOWN = 0; + DOUBLE_CLICK = 1; + CONTEXTUAL_MENU = 2; + PLUS_BUTTON_MENU = 3; + } + + .rv.analytics.ui.EditorOverlayShown.Source source = 1; +} + +message EditorOverlayClosed { + enum Source { + SOURCE_UNKNOWN = 0; + CLICK_OFF_ELEMENT = 1; + ESCAPE_KEY = 2; + CLOSE_BUTTON = 3; + } + + .rv.analytics.ui.EditorOverlayClosed.Source source = 1; +} + +message WhatsNewViewed { + string version = 1; + int32 view_time = 2; +} + +message ClearGroups { + enum Source { + SOURCE_UNKNOWN = 0; + APPLICATION_MENU = 1; + PREVIEW_MENU = 2; + ACTION_MENU = 3; + } + + .rv.analytics.ui.ClearGroups.Source source = 1; +} + +message ClearGroupsCreate { +} + +message ClearGroupsDelete { +} + +message ClearGroupsChangeVisibility { + enum Visibility { + VISIBILITY_UNKNOWN = 0; + SHOWN = 1; + HIDDEN = 2; + } + + .rv.analytics.ui.ClearGroupsChangeVisibility.Visibility visibility = 1; +} + +message ClearGroupsChangeIcon { + enum IconType { + ICON_TYPE_UNKNOWN = 0; + DEFAULT = 1; + CUSTOM = 2; + } + + .rv.analytics.ui.ClearGroupsChangeIcon.IconType icon_type = 1; + bool is_tinted = 2; +} + +message PreviewAreaClearGroupsTrigger { +} + +message PreviewAreaClearGroupsChanged { + int32 count = 1; +} + +message PlaceholderLink { + enum Type { + TYPE_UNKNOWN = 0; + PRESENTATION = 1; + MEDIA = 2; + EXTERNAL_PRESENTATION = 3; + } + + enum Source { + SOURCE_UNKNOWN = 0; + QUICK_SEARCH = 1; + IMPORT_BUTTON = 2; + CREATE_BUTTON = 3; + DRAG_DROP = 4; + AUTOMATIC = 5; + } + + .rv.analytics.ui.PlaceholderLink.Type link_type = 1; + .rv.analytics.ui.PlaceholderLink.Source link_source = 2; +} + +message PlaceholderUnlink { +} + +message PlanningCenterLive { + enum WindowType { + WINDOW_TYPE_UNKNOWN = 0; + DOCKED = 1; + FLOATING = 2; + } + + .rv.analytics.ui.PlanningCenterLive.WindowType window_type = 1; +} + +message NetworkGroupAdd { +} + +message NetworkGroupRemove { +} + +message NetworkGroupLeave { +} + +message CcliReportReset { +} + +message CcliReportShown { +} + +message Capture { + enum Source { + SOURCE_UNKNOWN = 0; + TOOLBAR = 1; + ACTION_POPOVER = 2; + ACTION_CONTEXTUAL_MENU = 3; + CALENDAR = 4; + PREFERENCES_RESI = 5; + MAIN_MENU = 6; + } + + .rv.analytics.ui.Capture.Source source = 1; +} + +message Welcome { + enum Source { + FIRST_LAUNCH = 0; + APPLICATION_MENU = 1; + } + + .rv.analytics.ui.Welcome.Source source = 1; +} + +message WelcomeScreenConfigurationHelp { +} + +message WelcomeDownloadSampleContent { +} + +message WelcomeUserGroup { +} + +message WelcomeTutorials { +} + +message WelcomeKnowledgeBase { +} + +message WelcomeBlog { +} + +message WelcomeInstagram { +} + +message WelcomeFacebook { +} + +message WelcomeMigration { +} + +message TestPatterns { + enum Source { + APPLICATION_MENU = 0; + SCREEN_CONFIGURATION = 1; + } + + .rv.analytics.ui.TestPatterns.Source source = 1; +} + +message SettingsCustomLogo { + bool has_logo = 1; +} + +message WindowedOutputCreated { + enum ScreenType { + AUDIENCE = 0; + STAGE = 1; + } + + .rv.analytics.ui.WindowedOutputCreated.ScreenType screen_type = 1; + int32 num_active_windowed_outputs = 2; +} + +enum Location { + LOCATION_UNKNOWN = 0; + PRESENTATION = 1; + BIBLE_MODULE = 2; +} + +enum SelectionMode { + SELECTION_MODE_UNKNOWN = 0; + OBJECT = 1; + RANGE = 2; } diff --git a/proto/clearGroups.proto b/proto/clearGroups.proto index 1be8b0f..b6a699b 100755 --- a/proto/clearGroups.proto +++ b/proto/clearGroups.proto @@ -9,6 +9,7 @@ option swift_prefix = "RVData_"; import "action.proto"; import "applicationInfo.proto"; import "color.proto"; +import "customOptions.proto"; import "uuid.proto"; message ClearGroupsDocument { diff --git a/proto/collectionElementType.proto b/proto/collectionElementType.proto index adcddaf..94a111f 100755 --- a/proto/collectionElementType.proto +++ b/proto/collectionElementType.proto @@ -6,6 +6,7 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; import "uuid.proto"; message CollectionElementType { diff --git a/proto/color.proto b/proto/color.proto index d0dfa23..a989b5d 100755 --- a/proto/color.proto +++ b/proto/color.proto @@ -6,6 +6,8 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; + message Color { float red = 1; float green = 2; diff --git a/proto/cue.proto b/proto/cue.proto index 47b67f9..b2e07fd 100755 --- a/proto/cue.proto +++ b/proto/cue.proto @@ -7,6 +7,7 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; import "action.proto"; +import "customOptions.proto"; import "hotKey.proto"; import "url.proto"; import "uuid.proto"; diff --git a/proto/customOptions.proto b/proto/customOptions.proto new file mode 100644 index 0000000..1b4661a --- /dev/null +++ b/proto/customOptions.proto @@ -0,0 +1,6 @@ +syntax = "proto3"; + +package rv.data; + +import "google/protobuf/descriptor.proto"; + diff --git a/proto/effects.proto b/proto/effects.proto index 30b0a3a..0324da4 100755 --- a/proto/effects.proto +++ b/proto/effects.proto @@ -7,6 +7,7 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; import "color.proto"; +import "customOptions.proto"; import "uuid.proto"; message Effect { diff --git a/proto/fileProperties.proto b/proto/fileProperties.proto index 6a3e07b..2c53ef4 100755 --- a/proto/fileProperties.proto +++ b/proto/fileProperties.proto @@ -6,6 +6,7 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; import "url.proto"; message FileProperties { diff --git a/proto/font.proto b/proto/font.proto index 56408f4..6565a3f 100755 --- a/proto/font.proto +++ b/proto/font.proto @@ -6,6 +6,8 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; + message Font { reserved 3; reserved 5; diff --git a/proto/google/protobuf/any.proto b/proto/google/protobuf/any.proto new file mode 100644 index 0000000..1997c7e --- /dev/null +++ b/proto/google/protobuf/any.proto @@ -0,0 +1,16 @@ +syntax = "proto3"; + +package google.protobuf; + +option java_package = "com.google.protobuf"; +option java_outer_classname = "AnyProto"; +option java_multiple_files = true; +option go_package = "google.golang.org/protobuf/types/known/anypb"; +option objc_class_prefix = "GPB"; +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; + +message Any { + string type_url = 1; + bytes value = 2; +} + diff --git a/proto/google/protobuf/source_context.proto b/proto/google/protobuf/source_context.proto new file mode 100644 index 0000000..9c737b6 --- /dev/null +++ b/proto/google/protobuf/source_context.proto @@ -0,0 +1,15 @@ +syntax = "proto3"; + +package google.protobuf; + +option java_package = "com.google.protobuf"; +option java_outer_classname = "SourceContextProto"; +option java_multiple_files = true; +option go_package = "google.golang.org/protobuf/types/known/sourcecontextpb"; +option objc_class_prefix = "GPB"; +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; + +message SourceContext { + string file_name = 1; +} + diff --git a/proto/google/protobuf/type.proto b/proto/google/protobuf/type.proto new file mode 100644 index 0000000..e5df2b2 --- /dev/null +++ b/proto/google/protobuf/type.proto @@ -0,0 +1,90 @@ +syntax = "proto3"; + +package google.protobuf; + +option java_package = "com.google.protobuf"; +option java_outer_classname = "TypeProto"; +option java_multiple_files = true; +option go_package = "google.golang.org/protobuf/types/known/typepb"; +option cc_enable_arenas = true; +option objc_class_prefix = "GPB"; +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; + +import "google/protobuf/any.proto"; +import "google/protobuf/source_context.proto"; + +message Type { + string name = 1; + repeated .google.protobuf.Field fields = 2; + repeated string oneofs = 3; + repeated .google.protobuf.Option options = 4; + .google.protobuf.SourceContext source_context = 5; + .google.protobuf.Syntax syntax = 6; +} + +message Field { + enum Kind { + TYPE_UNKNOWN = 0; + TYPE_DOUBLE = 1; + TYPE_FLOAT = 2; + TYPE_INT64 = 3; + TYPE_UINT64 = 4; + TYPE_INT32 = 5; + TYPE_FIXED64 = 6; + TYPE_FIXED32 = 7; + TYPE_BOOL = 8; + TYPE_STRING = 9; + TYPE_GROUP = 10; + TYPE_MESSAGE = 11; + TYPE_BYTES = 12; + TYPE_UINT32 = 13; + TYPE_ENUM = 14; + TYPE_SFIXED32 = 15; + TYPE_SFIXED64 = 16; + TYPE_SINT32 = 17; + TYPE_SINT64 = 18; + } + + enum Cardinality { + CARDINALITY_UNKNOWN = 0; + CARDINALITY_OPTIONAL = 1; + CARDINALITY_REQUIRED = 2; + CARDINALITY_REPEATED = 3; + } + + .google.protobuf.Field.Kind kind = 1; + .google.protobuf.Field.Cardinality cardinality = 2; + int32 number = 3; + string name = 4; + string type_url = 6; + int32 oneof_index = 7; + bool packed = 8; + repeated .google.protobuf.Option options = 9; + string json_name = 10; + string default_value = 11; +} + +message Enum { + string name = 1; + repeated .google.protobuf.EnumValue enumvalue = 2; + repeated .google.protobuf.Option options = 3; + .google.protobuf.SourceContext source_context = 4; + .google.protobuf.Syntax syntax = 5; +} + +message EnumValue { + string name = 1; + int32 number = 2; + repeated .google.protobuf.Option options = 3; +} + +message Option { + string name = 1; + .google.protobuf.Any value = 2; +} + +enum Syntax { + SYNTAX_PROTO2 = 0; + SYNTAX_PROTO3 = 1; +} + diff --git a/proto/graphicsData.proto b/proto/graphicsData.proto index 5d2ef1b..0fa5f05 100755 --- a/proto/graphicsData.proto +++ b/proto/graphicsData.proto @@ -8,6 +8,7 @@ option swift_prefix = "RVData_"; import "alphaType.proto"; import "color.proto"; +import "customOptions.proto"; import "digitalAudio.proto"; import "effects.proto"; import "fileProperties.proto"; @@ -331,6 +332,7 @@ message Graphics { .rv.data.Graphics.Text.CutOutFill cut_out_fill = 8; .rv.data.Graphics.Text.MediaFill media_fill = 9; .rv.data.Graphics.BackgroundEffect background_effect = 10; + .rv.data.Graphics.Text.Attributes.CharacterSizeMode character_size_mode = 11; } } @@ -350,6 +352,17 @@ message Graphics { ALIGNMENT_NATURAL = 4; } + enum CharacterSizeMode { + CHARACTER_SIZE_MODE_NORMAL = 0; + CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_HEIGHT = 1; + CHARACTER_SIZE_MODE_SCALED_BY_DOCUMENT_WIDTH = 2; + } + + enum LigatureStyle { + LIGATURE_STYLE_DEFAULT = 0; + LIGATURE_STYLE_NONE = 1; + } + .rv.data.Font font = 1; .rv.data.Graphics.Text.Attributes.Capitalization capitalization = 2; .rv.data.Graphics.Text.Attributes.Underline underline_style = 4; @@ -363,6 +376,7 @@ message Graphics { .rv.data.Color stroke_color = 12; repeated .rv.data.Graphics.Text.Attributes.CustomAttribute custom_attributes = 13; .rv.data.Color background_color = 15; + .rv.data.Graphics.Text.Attributes.LigatureStyle ligature_style = 19; oneof fill { .rv.data.Color text_solid_fill = 3; .rv.data.Graphics.Text.GradientFill text_gradient_fill = 14; @@ -372,6 +386,13 @@ message Graphics { } } + message AlternateText { + string key = 1; + oneof ContentType { + string plain_text = 2; + } + } + enum VerticalAlignment { VERTICAL_ALIGNMENT_TOP = 0; VERTICAL_ALIGNMENT_MIDDLE = 1; @@ -404,6 +425,7 @@ message Graphics { .rv.data.Graphics.Text.Transform transform = 10; string transformDelimiter = 11; .rv.data.Graphics.Text.ChordPro chord_pro = 12; + repeated .rv.data.Graphics.Text.AlternateText alternate_texts = 13; } } @@ -418,6 +440,12 @@ message Media { } message VideoDevice { + message AirCast { + string service_name = 1; + string password = 2; + bool password_enabled = 3; + } + enum Type { TYPE_GENERIC = 0; TYPE_DIRECTSHOW = 1; @@ -427,6 +455,7 @@ message Media { TYPE_SYPHON = 5; TYPE_NDI = 6; TYPE_BLUEFISH = 7; + TYPE_AIRCAST = 8; } .rv.data.Media.VideoDevice.Type type = 1; @@ -435,6 +464,7 @@ message Media { string model_id = 4; uint32 format_index = 5; .rv.data.DigitalAudio.Device.Routing audio_routing = 6; + .rv.data.Media.VideoDevice.AirCast aircast = 7; } message AudioDevice { diff --git a/proto/groups.proto b/proto/groups.proto index 796b299..da3cfcb 100755 --- a/proto/groups.proto +++ b/proto/groups.proto @@ -7,6 +7,7 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; import "color.proto"; +import "customOptions.proto"; import "hotKey.proto"; import "uuid.proto"; diff --git a/proto/hotKey.proto b/proto/hotKey.proto index 3cd0a9f..2f03dab 100755 --- a/proto/hotKey.proto +++ b/proto/hotKey.proto @@ -6,6 +6,8 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; + message HotKey { .rv.data.KeyCode code = 1; string control_identifier = 2; diff --git a/proto/intRange.proto b/proto/intRange.proto index 0731f08..27b4856 100755 --- a/proto/intRange.proto +++ b/proto/intRange.proto @@ -6,6 +6,8 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; + message IntRange { int32 start = 1; int32 end = 2; diff --git a/proto/macros.proto b/proto/macros.proto index ceac123..f983b87 100755 --- a/proto/macros.proto +++ b/proto/macros.proto @@ -9,6 +9,7 @@ option swift_prefix = "RVData_"; import "action.proto"; import "applicationInfo.proto"; import "color.proto"; +import "customOptions.proto"; import "uuid.proto"; message MacrosDocument { @@ -98,6 +99,7 @@ message MacrosDocument { .rv.data.UUID uuid = 1; string name = 2; repeated .rv.data.MacrosDocument.MacroCollection.Item items = 3; + repeated .rv.data.MacrosDocument.Macro macros = 4; } .rv.data.ApplicationInfo application_info = 1; diff --git a/proto/mediaMetadata.proto b/proto/mediaMetadata.proto new file mode 100644 index 0000000..24c8d4f --- /dev/null +++ b/proto/mediaMetadata.proto @@ -0,0 +1,64 @@ +syntax = "proto3"; + +package rv.data; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; +option swift_prefix = "RVData_"; + +import "effects.proto"; +import "graphicsData.proto"; +import "alphaType.proto"; + +message MediaMetadataRequestInfo { + enum BufferFormat { + BUFFER_FORMAT_RAW = 0; + BUFFER_FORMAT_PNG = 1; + BUFFER_FORMAT_NONE = 2; + } + + string file_path = 1; + float time = 2; + uint32 width = 3; + uint32 height = 4; + repeated .rv.data.Effect effects = 5; + .rv.data.Graphics.EdgeInsets crop_insets = 6; + .rv.data.Media.DrawingProperties.NativeRotationType native_rotation = 7; + bool flipped_horizontally = 8; + bool flipped_vertically = 9; + .rv.data.AlphaType alpha_type = 10; + .rv.data.MediaMetadataRequestInfo.BufferFormat buffer_format = 11; +} + +message MediaMetadataRequestResponse { + message Metadata { + enum ContentType { + CONTENT_TYPE_UNKNOWN = 0; + CONTENT_TYPE_AUDIO = 1; + CONTENT_TYPE_IMAGE = 2; + CONTENT_TYPE_VIDEO = 3; + } + + uint32 width = 1; + uint32 height = 2; + float fps = 3; + float duration = 4; + uint32 number_audio_channels = 5; + string codec = 6; + string artist = 7; + string title = 8; + float rotation = 9; + .rv.data.MediaMetadataRequestResponse.Metadata.ContentType content_type = 10; + bool has_alpha_channel = 11; + } + + message BitmapInfo { + uint32 width = 1; + uint32 height = 2; + uint64 size = 3; + } + + .rv.data.MediaMetadataRequestResponse.Metadata metadata = 1; + .rv.data.MediaMetadataRequestResponse.BitmapInfo generated_bitmap_info = 2; +} + diff --git a/proto/messages.proto b/proto/messages.proto index 1b88cd4..884ea12 100755 --- a/proto/messages.proto +++ b/proto/messages.proto @@ -7,6 +7,7 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; import "applicationInfo.proto"; +import "customOptions.proto"; import "templateIdentification.proto"; import "timers.proto"; import "uuid.proto"; diff --git a/proto/presentation.proto b/proto/presentation.proto index 9d59dcb..ff8eeaf 100755 --- a/proto/presentation.proto +++ b/proto/presentation.proto @@ -10,6 +10,7 @@ import "action.proto"; import "applicationInfo.proto"; import "background.proto"; import "cue.proto"; +import "customOptions.proto"; import "effects.proto"; import "groups.proto"; import "intRange.proto"; diff --git a/proto/presentationSlide.proto b/proto/presentationSlide.proto index 066f398..ab7534e 100755 --- a/proto/presentationSlide.proto +++ b/proto/presentationSlide.proto @@ -7,6 +7,7 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; import "alignmentGuide.proto"; +import "customOptions.proto"; import "effects.proto"; import "graphicsData.proto"; import "slide.proto"; diff --git a/proto/proApi.proto b/proto/proApi.proto index eb4da97..602e290 100755 --- a/proto/proApi.proto +++ b/proto/proApi.proto @@ -30,6 +30,15 @@ message ProApiOut { } } +message AirplayConfiguration { + bool enable = 1; + string fairplay_path = 2; + string service_name = 3; + string password = 4; + bool password_enabled = 5; + string uuid = 6; +} + message ProApiNetworkConfiguration { bool enable_network = 1; uint32 port = 2; @@ -45,6 +54,7 @@ message ProApiNetworkConfiguration { string web_resource_root = 12; uint32 tcp_stream_port = 13; bool tcp_stream_enable = 14; + .rv.data.AirplayConfiguration airplay = 15; } message ProLink { @@ -509,10 +519,12 @@ message NetworkAPI { message API_Prop { message TriggerProp { .rv.data.NetworkAPI.IndexOrNameIdentifier identifier = 1; + repeated .rv.data.NetworkAPI.IndexOrNameIdentifier index_path_components = 2; } message ClearProp { .rv.data.NetworkAPI.IndexOrNameIdentifier identifier = 1; + repeated .rv.data.NetworkAPI.IndexOrNameIdentifier index_path_components = 2; } oneof PropAction { diff --git a/proto/proApiV1Macro.proto b/proto/proApiV1Macro.proto index 3682166..eadd81f 100755 --- a/proto/proApiV1Macro.proto +++ b/proto/proApiV1Macro.proto @@ -13,6 +13,11 @@ message API_v1_Macro { .rv.data.API_v1_Identifier id = 1; .rv.data.API_v1_Color color = 2; string image_type = 3; + repeated .rv.data.API_v1_MacroAction actions = 4; +} + +message API_v1_MacroAction { + string type = 1; } message API_v1_Macro_Collection { diff --git a/proto/proApiV1Message.proto b/proto/proApiV1Message.proto index 2b04506..0486d3a 100755 --- a/proto/proApiV1Message.proto +++ b/proto/proApiV1Message.proto @@ -40,11 +40,12 @@ message API_v1_Message { bool is_24_hours = 3; } - string name = 1; + string uuid = 1; + string name = 2; oneof TokenType { - .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TextToken text = 2; - .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TimerToken timer = 3; - .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken clock = 4; + .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TextToken text = 3; + .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_TimerToken timer = 4; + .rv.data.API_v1_Message.API_v1_MessageToken.API_v1_ClockToken clock = 5; } } @@ -79,6 +80,7 @@ message API_v1_Message_Request { message TriggerMessage { string id = 1; repeated .rv.data.API_v1_Message.API_v1_MessageToken tokens = 2; + bool requires_confirmation = 3; } message ClearMessage { diff --git a/proto/proApiV1PresentationPlaylistItem.proto b/proto/proApiV1PresentationPlaylistItem.proto index 2991ea7..c9acd3f 100755 --- a/proto/proApiV1PresentationPlaylistItem.proto +++ b/proto/proApiV1PresentationPlaylistItem.proto @@ -8,5 +8,6 @@ option swift_prefix = "RVData_"; message API_v1_PlaylistPresentationItem { string presentation_uuid = 1; + string arrangement_name = 2; } diff --git a/proto/proApiV1Prop.proto b/proto/proApiV1Prop.proto index 3be18fc..d8d9cc5 100755 --- a/proto/proApiV1Prop.proto +++ b/proto/proApiV1Prop.proto @@ -8,9 +8,24 @@ option swift_prefix = "RVData_"; import "proApiV1Identifier.proto"; +message API_v1_Transition { + string uuid = 1; + string name = 2; + double duration = 3; +} + message API_v1_PropData { .rv.data.API_v1_Identifier id = 1; bool is_active = 2; + bool auto_clear_enabled = 3; + double auto_clear_duration = 4; + .rv.data.API_v1_Transition transition = 5; +} + +message API_v1_PropCollection { + .rv.data.API_v1_Identifier id = 1; + repeated .rv.data.API_v1_PropData props = 2; + bool single_prop_enabled = 3; } message API_v1_Prop_Request { @@ -21,6 +36,17 @@ message API_v1_Prop_Request { string id = 1; } + message PutProp { + message AutoClearChange { + bool auto_clear_enabled = 1; + double auto_clear_duration = 2; + } + + string id = 1; + string name_change = 2; + .rv.data.API_v1_Prop_Request.PutProp.AutoClearChange auto_clear_change = 3; + } + message DeleteProp { string id = 1; } @@ -33,18 +59,54 @@ message API_v1_Prop_Request { string id = 1; } + message PauseProp { + string id = 1; + } + + message ResumeProp { + string id = 1; + } + message GetThumbnail { string id = 1; int32 quality = 2; } + message GetPropCollections { + } + + message GetPropCollection { + string id = 1; + } + + message PostPropCollections { + string name = 1; + } + + message PutPropCollection { + string id = 1; + .rv.data.API_v1_PropCollection changes = 2; + } + + message DeletePropCollection { + string id = 1; + } + oneof Request { .rv.data.API_v1_Prop_Request.Props props = 1; .rv.data.API_v1_Prop_Request.GetProp get_prop = 2; - .rv.data.API_v1_Prop_Request.DeleteProp delete_prop = 3; - .rv.data.API_v1_Prop_Request.TriggerProp trigger_prop = 4; - .rv.data.API_v1_Prop_Request.ClearProp clear_prop = 5; - .rv.data.API_v1_Prop_Request.GetThumbnail get_thumbnail = 6; + .rv.data.API_v1_Prop_Request.PutProp put_prop = 3; + .rv.data.API_v1_Prop_Request.DeleteProp delete_prop = 4; + .rv.data.API_v1_Prop_Request.TriggerProp trigger_prop = 5; + .rv.data.API_v1_Prop_Request.ClearProp clear_prop = 6; + .rv.data.API_v1_Prop_Request.GetThumbnail get_thumbnail = 7; + .rv.data.API_v1_Prop_Request.GetPropCollections get_prop_collections = 8; + .rv.data.API_v1_Prop_Request.GetPropCollection get_prop_collection = 9; + .rv.data.API_v1_Prop_Request.PostPropCollections post_prop_collections = 10; + .rv.data.API_v1_Prop_Request.PutPropCollection put_prop_collection = 11; + .rv.data.API_v1_Prop_Request.DeletePropCollection delete_prop_collection = 12; + .rv.data.API_v1_Prop_Request.PauseProp pause_prop = 13; + .rv.data.API_v1_Prop_Request.ResumeProp resume_prop = 14; } } @@ -57,6 +119,10 @@ message API_v1_Prop_Response { .rv.data.API_v1_PropData prop = 1; } + message PutProp { + .rv.data.API_v1_PropData prop = 1; + } + message DeleteProp { } @@ -66,17 +132,54 @@ message API_v1_Prop_Response { message ClearProp { } + message PauseProp { + } + + message ResumeProp { + } + message GetThumbnail { bytes data = 1; } + message GetPropCollections { + message Collections { + repeated .rv.data.API_v1_PropCollection collections = 1; + } + + .rv.data.API_v1_Prop_Response.GetPropCollections.Collections prop_collections = 1; + } + + message GetPropCollection { + .rv.data.API_v1_PropCollection prop_collection = 1; + } + + message PostPropCollections { + .rv.data.API_v1_PropCollection prop_collection = 1; + } + + message PutPropCollection { + .rv.data.API_v1_PropCollection prop_collection = 1; + } + + message DeletePropCollection { + } + oneof Response { .rv.data.API_v1_Prop_Response.Props props = 1; .rv.data.API_v1_Prop_Response.GetProp get_prop = 2; - .rv.data.API_v1_Prop_Response.DeleteProp delete_prop = 3; - .rv.data.API_v1_Prop_Response.TriggerProp trigger_prop = 4; - .rv.data.API_v1_Prop_Response.ClearProp clear_prop = 5; - .rv.data.API_v1_Prop_Response.GetThumbnail get_thumbnail = 6; + .rv.data.API_v1_Prop_Response.PutProp put_prop = 3; + .rv.data.API_v1_Prop_Response.DeleteProp delete_prop = 4; + .rv.data.API_v1_Prop_Response.TriggerProp trigger_prop = 5; + .rv.data.API_v1_Prop_Response.ClearProp clear_prop = 6; + .rv.data.API_v1_Prop_Response.GetThumbnail get_thumbnail = 7; + .rv.data.API_v1_Prop_Response.GetPropCollections get_prop_collections = 8; + .rv.data.API_v1_Prop_Response.GetPropCollection get_prop_collection = 9; + .rv.data.API_v1_Prop_Response.PostPropCollections post_prop_collections = 10; + .rv.data.API_v1_Prop_Response.PutPropCollection put_prop_collection = 11; + .rv.data.API_v1_Prop_Response.DeletePropCollection delete_prop_collection = 12; + .rv.data.API_v1_Prop_Response.PauseProp pause_prop = 13; + .rv.data.API_v1_Prop_Response.ResumeProp resume_prop = 14; } } diff --git a/proto/proApiV1Transport.proto b/proto/proApiV1Transport.proto index 8a1d8a1..7991587 100755 --- a/proto/proApiV1Transport.proto +++ b/proto/proApiV1Transport.proto @@ -7,7 +7,6 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; import "proApiV1LayerType.proto"; -import "uuid.proto"; message API_v1_Transport_Request { message Play { @@ -100,7 +99,7 @@ message API_v1_Transport_Response { message GetCurrentMedia { bool is_playing = 1; - .rv.data.UUID uuid = 2; + string uuid = 2; string name = 3; string artist = 4; bool audio_only = 5; diff --git a/proto/proCore.proto b/proto/proCore.proto index 2f041cd..2c622ee 100755 --- a/proto/proCore.proto +++ b/proto/proCore.proto @@ -28,55 +28,12 @@ import "timers.proto"; import "url.proto"; import "uuid.proto"; import "proworkspace.proto"; +import "psbWorkspace.proto"; import "digitalAudio.proto"; import "proAudienceLook.proto"; import "proMask.proto"; import "timedPlayback.proto"; -message MediaMetadataRequestInfo { - string file_path = 1; - float time = 2; - uint32 width = 3; - uint32 height = 4; - repeated .rv.data.Effect effects = 5; - .rv.data.Graphics.EdgeInsets crop_insets = 6; - .rv.data.Media.DrawingProperties.NativeRotationType native_rotation = 7; - bool flipped_horizontally = 8; - bool flipped_vertically = 9; - .rv.data.AlphaType alpha_type = 10; -} - -message MediaMetadataRequestResponse { - message Metadata { - enum ContentType { - CONTENT_TYPE_UNKNOWN = 0; - CONTENT_TYPE_AUDIO = 1; - CONTENT_TYPE_IMAGE = 2; - CONTENT_TYPE_VIDEO = 3; - } - - uint32 width = 1; - uint32 height = 2; - float fps = 3; - float duration = 4; - uint32 number_audio_channels = 5; - string codec = 6; - string artist = 7; - string title = 8; - float rotation = 9; - .rv.data.MediaMetadataRequestResponse.Metadata.ContentType content_type = 10; - bool has_alpha_channel = 11; - } - - message BitmapInfo { - uint32 width = 1; - uint32 height = 2; - } - - .rv.data.MediaMetadataRequestResponse.Metadata metadata = 1; - .rv.data.MediaMetadataRequestResponse.BitmapInfo generated_bitmap_info = 2; -} - message NetworkIdentifier { message IndexOrName { oneof Component { @@ -385,9 +342,55 @@ message MacroIcons { repeated .rv.data.MacroIcons.MacroIcon icons = 1; } +message PropPauseRequest { + message Pause { + } + + message Resume { + } + + message Status { + } + + .rv.data.UUID prop_id = 1; + oneof RequestType { + .rv.data.PropPauseRequest.Pause pause = 2; + .rv.data.PropPauseRequest.Resume resume = 3; + .rv.data.PropPauseRequest.Status status = 4; + } +} + message GenericEvent { } +message MediaThumbnail { + int32 width = 1; + int32 height = 2; + bytes data = 3; + uint64 stride = 4; +} + +message PCOData { + string service_type_id = 2; + string plan_id = 3; +} + +message WebFillTokenAndCookies { + message Cookie { + string name = 1; + string value = 2; + string domain = 3; + uint64 expiry = 4; + } + + repeated .rv.data.WebFillTokenAndCookies.Cookie cookies = 1; + string token = 2; +} + +message InputStatusCallback { + bool enable = 1; +} + message SendData { int32 message_id = 1; oneof MessageType { @@ -410,19 +413,27 @@ message SendData { .rv.data.Transition global_background_transition = 18; .rv.data.Transition global_messages_transition = 19; .rv.data.Transition global_foreground_transition = 20; - .rv.data.Transition global_bible_transition = 21; - .rv.data.Transition global_props_transition = 22; - .rv.data.Transition global_audio_transition = 23; - .rv.data.Preferences preferences = 24; - .rv.data.TestPatternRequest test_pattern = 25; - .rv.data.GenericEvent startup_complete = 26; - .rv.data.PlaylistDocument visual_playlist_doc = 27; - .rv.data.PlaylistDocument audio_playlist_doc = 28; - .rv.data.GenericEvent kill_watchdog = 29; - .rv.data.MacroIcons macro_icons = 30; - .rv.data.GenericEvent debug_trigger_data_dump = 31; - .rv.data.PlaylistDocument library_playlist_doc = 32; - .rv.data.UUID audio_playlist_focus_uuid = 33; + .rv.data.Transition global_props_transition = 21; + .rv.data.Transition global_audio_transition = 22; + .rv.data.Preferences preferences = 23; + .rv.data.TestPatternRequest test_pattern = 24; + .rv.data.GenericEvent startup_complete = 25; + .rv.data.PlaylistDocument visual_playlist_doc = 26; + .rv.data.PlaylistDocument audio_playlist_doc = 27; + .rv.data.GenericEvent kill_watchdog = 28; + .rv.data.MacroIcons macro_icons = 29; + .rv.data.GenericEvent debug_trigger_data_dump = 30; + .rv.data.PlaylistDocument library_playlist_doc = 31; + .rv.data.UUID audio_playlist_focus_uuid = 32; + .rv.data.UUID media_playlist_focus_uuid = 33; + .rv.data.UUID library_playlist_focus_uuid = 34; + .rv.data.UUID library_playlist_item_focus_uuid = 35; + .rv.data.PropPauseRequest prop_pause = 36; + .rv.data.MediaThumbnail media_thumbnail = 37; + .rv.data.PCOData pco_data = 38; + .rv.data.WebFillTokenAndCookies webfill_token_and_cookies = 39; + .rv.data.ProScoreboardWorkspace psb_workspace = 40; + .rv.data.InputStatusCallback input_status_callback = 41; } } @@ -442,6 +453,7 @@ message TimerRuntimeState { bool has_overrun = 5; .rv.data.TimerRuntimeState.ResourceState state = 6; double current_time = 7; + bool has_started = 8; } message TimerStateUpdate { @@ -453,11 +465,66 @@ message HandledException { string description = 1; } -message CoreDataStateDump { - .rv.data.MacrosDocument macros = 1; +message LeaveBreadcrumb { + message MetadataEntry { + string key = 1; + string value = 2; + } + + enum Type { + Navigation = 0; + Request = 1; + Process = 2; + Log = 3; + User = 4; + State = 5; + Error = 6; + Manual = 7; + } + + .rv.data.LeaveBreadcrumb.Type type = 1; + string description = 2; + repeated .rv.data.LeaveBreadcrumb.MetadataEntry metadata = 3; +} + +message PropPauseResponse { + message Status { + bool paused = 1; + double time_remaining = 2; + double percentage_complete = 3; + double total_time = 4; + } + + .rv.data.UUID prop_id = 1; + oneof ResponseType { + .rv.data.PropPauseResponse.Status status = 2; + } +} + +message ShowMessage { + string message = 1; +} + +message GetMediaThumbnail { + int32 width_hint = 3; + int32 height_hint = 4; + oneof MediaType { + .rv.data.Media media = 1; + .rv.data.Action action = 2; + } +} + +message RequestWebFillTokenAndCookies { + bool refresh_first = 1; + string link = 2; +} + +message MediaAssetTriggered { + .rv.data.UUID media_uuid = 1; } message SendDataResponse { + reserved 7; int32 message_id = 1; oneof MessageType { .rv.data.ValidateEncoderResponse validate_encoder_response = 2; @@ -465,9 +532,17 @@ message SendDataResponse { .rv.data.CaptureActionRequest capture_action_request = 4; .rv.data.TestPatternResponse test_pattern = 5; .rv.data.HandledException handled_exception = 6; - .rv.data.CoreDataStateDump test_state_dump = 7; .rv.data.UUID audio_playlist_focus_uuid = 8; - .rv.data.UUID audio_playlist_item_triggered_uuid = 9; + .rv.data.UUID media_playlist_focus_uuid = 9; + .rv.data.UUID library_playlist_focus_uuid = 10; + .rv.data.UUID library_playlist_item_focus_uuid = 11; + .rv.data.PropPauseResponse prop_pause = 12; + .rv.data.ShowMessage show_message = 13; + .rv.data.GenericEvent hide_message = 14; + .rv.data.GetMediaThumbnail get_media_thumbnail = 15; + .rv.data.RequestWebFillTokenAndCookies request_webfill_token_and_cookies = 16; + .rv.data.MediaAssetTriggered media_asset_triggered = 17; + .rv.data.LeaveBreadcrumb leave_breadcrumb = 18; } } @@ -514,6 +589,12 @@ message TriggerTransferRenderState { } message SlideState { + enum TriggerSource { + Normal = 0; + Timeline = 1; + Editor = 2; + } + .rv.data.Presentation presentation = 1; .rv.data.Playlist playlist = 2; .rv.data.UUID current_cue = 3; @@ -522,6 +603,8 @@ message TriggerTransferRenderState { .rv.data.TriggerTransferRenderState.TimelineState timeline_state = 6; int32 current_cue_index = 7; int32 current_playlist_index = 8; + bool is_current_position = 9; + .rv.data.TriggerTransferRenderState.SlideState.TriggerSource trigger_source = 10; } message TimecodeState { @@ -529,10 +612,12 @@ message TriggerTransferRenderState { Stopped = 0; Playing = 1; Error = 2; + Discontinuity = 3; } .rv.data.TriggerTransferRenderState.TimecodeState.Status status = 1; float time = 2; + float fps = 3; } .rv.data.Slide slide = 1; diff --git a/proto/proCoreFeatureFlags.proto b/proto/proCoreFeatureFlags.proto new file mode 100644 index 0000000..3c33094 --- /dev/null +++ b/proto/proCoreFeatureFlags.proto @@ -0,0 +1,27 @@ +syntax = "proto3"; + +package rv.data; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; +option swift_prefix = "RVData_"; + +message ResolvedFeatureFlags { + reserved 2; + reserved 3; + reserved 4; + reserved 5; + reserved 6; + reserved 7; + reserved 9; + reserved 14; + bool content_store_staging_enabled = 1; + bool staging_api_endpoint_enabled = 8; + bool pro_content_staging_enabled = 10; + bool core_networkapi_playlist = 11; + bool core_networkapi_presentation = 12; + bool endpoint_version_1_1_enabled = 13; + bool core_client_sync = 15; + bool in_app_notifications_enabled = 16; +} + diff --git a/proto/propDocument.proto b/proto/propDocument.proto index 92ea37b..95d93cb 100755 --- a/proto/propDocument.proto +++ b/proto/propDocument.proto @@ -8,11 +8,28 @@ option swift_prefix = "RVData_"; import "applicationInfo.proto"; import "cue.proto"; +import "customOptions.proto"; import "effects.proto"; +import "uuid.proto"; message PropDocument { + message PropCollection { + message Item { + oneof ItemType { + .rv.data.UUID prop_cue_uuid = 1; + } + } + + .rv.data.UUID uuid = 1; + string name = 2; + repeated .rv.data.PropDocument.PropCollection.Item items = 3; + bool single_prop_enabled = 4; + repeated .rv.data.Cue cues = 5; + } + .rv.data.ApplicationInfo application_info = 1; repeated .rv.data.Cue cues = 2; .rv.data.Transition transition = 3; + repeated .rv.data.PropDocument.PropCollection prop_collections = 4; } diff --git a/proto/propSlide.proto b/proto/propSlide.proto index e374047..7de066b 100755 --- a/proto/propSlide.proto +++ b/proto/propSlide.proto @@ -6,11 +6,14 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; import "slide.proto"; import "effects.proto"; message PropSlide { .rv.data.Slide base_slide = 1; .rv.data.Transition transition = 2; + bool auto_clear_enabled = 3; + double auto_clear_duration = 4; } diff --git a/proto/psbWorkspace.proto b/proto/psbWorkspace.proto new file mode 100644 index 0000000..a6fdc02 --- /dev/null +++ b/proto/psbWorkspace.proto @@ -0,0 +1,26 @@ +syntax = "proto3"; + +package rv.data; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; +option swift_prefix = "RVData_"; + +import "advertisementGroup.proto"; +import "digitalAudio.proto"; +import "input.proto"; +import "proscreen.proto"; +import "recording.proto"; +import "zone.proto"; + +message ProScoreboardWorkspace { + repeated .rv.data.ProPresenterScreen pro_screens = 1; + repeated .rv.data.VideoInput videoInputs = 2; + .rv.data.Recording.SettingsDocument record_settings = 3; + .rv.data.DigitalAudio.Setup digital_audio_setup = 4; + repeated .rv.data.AudioInput audio_inputs = 5; + double audio_input_transition_time = 6; + repeated .rv.data.Zone zones = 7; + repeated .rv.data.AdvertisementGroup advertisements = 8; +} + diff --git a/proto/registration.proto b/proto/registration.proto index 9bf9e5f..caa2493 100755 --- a/proto/registration.proto +++ b/proto/registration.proto @@ -10,45 +10,47 @@ message Request { .registration.core.Register register = 1; .registration.core.Unregister unregister = 2; .registration.core.ChangeSeatType change_seat_type = 3; - .registration.core.GetFreeBibles get_free_bibles = 4; - .registration.core.GetPurchasedBibles get_purchased_bibles = 5; - .registration.core.ActivateBible activate_bible = 6; - .registration.core.DeactivateBible deactivate_bible = 7; - .registration.core.DownloadBible download_bible = 8; - .registration.core.RegistrationData registration_data = 9; - .registration.core.ProductInformation product_information = 10; - .registration.core.GetAvailableVersion get_upgrades_available = 11; - .registration.core.GetAvailableVersion get_downgrade_available = 12; - .registration.core.DownloadNewVersion download_new_version = 13; - .registration.core.Refresh refresh = 14; - .registration.core.ActivateLink activate_link = 15; - .registration.core.UpdateToken update_token = 16; - .registration.core.OldTokenData old_token_data = 17; + .registration.core.GetBibles get_bibles = 4; + .registration.core.ActivateBible activate_bible = 5; + .registration.core.DeactivateBible deactivate_bible = 6; + .registration.core.DownloadBible download_bible = 7; + .registration.core.RegistrationData registration_data = 8; + .registration.core.ProductInformation product_information = 9; + .registration.core.GetAvailableVersion get_upgrades_available = 10; + .registration.core.GetAvailableVersion get_downgrade_available = 11; + .registration.core.DownloadNewVersion download_new_version = 12; + .registration.core.Refresh refresh = 13; + .registration.core.ActivateLink activate_link = 14; + .registration.core.UpdateToken update_token = 15; + .registration.core.OldTokenData old_token_data = 16; + .registration.core.Signout signout = 17; + .registration.core.GetActivateCode get_activate_code = 18; + .registration.core.NotificationData notification_data = 19; + .registration.core.MarkNotificationsRead markNotificationsRead = 20; } } message Callback { oneof callback { .registration.core.SetWatermark set_watermark = 1; - .registration.core.DeactivationComplete deactivation_complete = 2; - .registration.core.FreeBibles free_bibles = 3; - .registration.core.PurchasedBibles purchased_bibles = 4; - .registration.core.BibleActivationComplete bible_activation_complete = 5; - .registration.core.BibleDeactivationComplete bible_deactivation_complete = 6; - .registration.core.BibleDownloadProgress bible_download_progress = 7; - .registration.core.HardExit hard_exit = 8; - .registration.core.ReadRegistrationData read_registration_data = 9; - .registration.core.WriteRegistrationData write_registration_data = 10; - .registration.core.GetProductInformation get_product_information = 11; - .registration.core.Log log = 12; - .registration.core.UpgradesAvailable upgrades_available = 13; - .registration.core.DowngradeAvailable downgrade_available = 14; - .registration.core.DownloadProgress download_progress = 15; - .registration.core.Alerts alerts = 16; - .registration.core.ShowExpirationDialog show_expiration_dialog = 17; - .registration.core.ReadOldToken read_old_token = 18; - .registration.core.Token token = 19; - .registration.core.VerificationComplete verification_complete = 20; + .registration.core.BibleDownloadProgress bible_download_progress = 2; + .registration.core.HardExit hard_exit = 3; + .registration.core.ReadRegistrationData read_registration_data = 4; + .registration.core.WriteRegistrationData write_registration_data = 5; + .registration.core.GetProductInformation get_product_information = 6; + .registration.core.Log log = 7; + .registration.core.UpgradesAvailable upgrades_available = 8; + .registration.core.DowngradeAvailable downgrade_available = 9; + .registration.core.DownloadProgress download_progress = 10; + .registration.core.Alerts alerts = 11; + .registration.core.ShowExpirationDialog show_expiration_dialog = 12; + .registration.core.ReadOldToken read_old_token = 13; + .registration.core.VerificationComplete verification_complete = 14; + .registration.core.SetClientInfo set_client_info = 15; + .registration.core.ActivateCodeComplete get_activate_code_complete = 16; + .registration.core.ReadNotificationData read_notification_data = 17; + .registration.core.WriteNotificationData write_notification_data = 18; + .registration.core.NotificationCallback notification_callback = 19; } } @@ -67,15 +69,15 @@ message ActivateLink { message Unregister { } +message Signout { +} + message ChangeSeatType { .registration.core.SeatType seat_type = 1; .registration.core.UpdateChannel channel = 2; } -message GetFreeBibles { -} - -message GetPurchasedBibles { +message GetBibles { } message ActivateBible { @@ -109,6 +111,7 @@ message GetAvailableVersion { bool include_notes = 1; string channel = 2; string format = 3; + bool user_initiated = 4; } message DownloadNewVersion { @@ -133,22 +136,24 @@ message Token { .registration.core.TokenMetadata token_metadata = 1; } +message GetActivateCode { + string seat_bucket_id = 1; + string organization_uuid = 2; +} + +message NotificationData { + bytes data = 1; +} + +message MarkNotificationsRead { + repeated string id = 1; +} + message SetWatermark { bool is_registered = 1; bool active_seat = 2; } -message ActivationComplete { - .registration.core.Status result = 1; - .registration.core.RegistrationInfo registration_info = 2; - .registration.core.Seats available_seats = 3; - .registration.core.Seats total_seats = 4; -} - -message DeactivationComplete { - .registration.core.Status result = 1; -} - message ChangeSeatTypeComplete { .registration.core.Status result = 1; .registration.core.Seats available_seats = 2; @@ -156,29 +161,6 @@ message ChangeSeatTypeComplete { .registration.core.SeatType seat_type = 4; } -message FreeBibles { - .registration.core.Status status = 1; - repeated .registration.core.Bible bibles = 2; -} - -message PurchasedBibles { - .registration.core.Status status = 1; - repeated .registration.core.PurchasedBible bibles = 2; -} - -message BibleActivationComplete { - .registration.core.Status status = 1; - string bible_id = 2; - string download_link = 3; - repeated .registration.core.PurchasedBible bibles = 4; -} - -message BibleDeactivationComplete { - .registration.core.Status status = 1; - string bible_id = 2; - repeated .registration.core.PurchasedBible bibles = 3; -} - message BibleDownloadProgress { .registration.core.Status status = 1; bool complete = 2; @@ -186,6 +168,7 @@ message BibleDownloadProgress { string bible_id = 4; string file_name = 5; string download_link = 6; + .registration.core.ClientAlertMessage client_alert = 7; } message HardExit { @@ -230,18 +213,21 @@ message UpgradesAvailable { string active_channel = 3; string release_notes = 4; repeated .registration.core.BuildInformation upgrades = 5; + .registration.core.ClientAlertMessage client_alert = 6; } message DowngradeAvailable { .registration.core.Status status = 1; .registration.core.BuildInformation downgrade = 2; string release_notes = 3; + .registration.core.ClientAlertMessage client_alert = 4; } message DownloadProgress { .registration.core.Status status = 1; bool complete = 2; float progress = 3; + .registration.core.ClientAlertMessage client_alert = 4; } message Alerts { @@ -252,13 +238,6 @@ message ShowExpirationDialog { int32 days = 1; } -message LicenseInfo { - .registration.core.RegistrationInfo registration_info = 1; - .registration.core.Seats available_seats = 2; - .registration.core.Seats total_seats = 3; - bool legacy = 4; -} - message VerificationComplete { .registration.core.Status result = 1; .registration.core.LicenseInfo license = 2; @@ -267,6 +246,41 @@ message VerificationComplete { .registration.core.SubscriptionInfo subscription_info = 5; .registration.core.PopupAlertMessage alert = 6; .registration.core.BannerMessage banner = 7; + .registration.core.ClientAlertMessage client_alert = 8; + bool fully_launched = 9; +} + +message SetClientInfo { + int32 client_id = 1; + string client_secret = 2; +} + +message ActivateCodeComplete { + message Error { + string error = 1; + string description = 2; + } + + message Success { + string activation_code = 2; + int64 expiration = 3; + } + + oneof status { + .registration.core.ActivateCodeComplete.Error error = 1; + .registration.core.ActivateCodeComplete.Success success = 2; + } +} + +message ReadNotificationData { +} + +message WriteNotificationData { + bytes data = 1; +} + +message NotificationCallback { + repeated .registration.core.Notification notifications = 2; } message Seats { @@ -297,6 +311,13 @@ message PurchasedBible { .registration.core.LicensingInfo licensing_info = 2; } +message LicenseInfo { + .registration.core.RegistrationInfo registration_info = 1; + .registration.core.Seats available_seats = 2; + .registration.core.Seats total_seats = 3; + bool legacy = 4; +} + message LicensingInfo { int32 available_copies = 1; int32 total_copies = 2; @@ -368,9 +389,24 @@ message Bibles { repeated .registration.core.PurchasedBible purchased_bibles = 2; } -message FeatureFlags { - bool use_staging = 1; - bool use_subscription = 2; +message Notification { + string id = 1; + string header = 2; + string body = 3; + string url = 4; + string url_display_text = 5; + uint64 created_at = 6; + uint64 expires_at = 7; + bool is_read = 8; +} + +message Notifications { + repeated .registration.core.Notification notifications = 1; +} + +message NotificationDataStore { + repeated .registration.core.Notification notifications = 1; + repeated string read_ids = 2; } enum Status { @@ -389,7 +425,11 @@ enum Status { NetworkError = 12; IOError = 13; NotInitialized = 14; - UnknownError = 15; + TokenExpired = 15; + TokenInvalid = 16; + ActivationCodeExpired = 17; + ActivationCodeInvalid = 18; + UnknownError = 19; } enum SeatType { @@ -435,10 +475,14 @@ enum ProContentLicenseType { enum PopupAlertMessage { NoPopupAlert = 0; - Activation = 1; - ActivationNoSeat = 2; - NotSignedIn = 3; - SignedInNoSubscription = 4; + SeatActivated = 1; + NoSeatActivated = 2; + NoLicenseActivated = 3; + LegacyLicenseProContentActivated = 4; + FirstLaunchLegacyLicense = 5; + FullySignedOut = 6; + FirstLaunchSignedInNoSubscriptionNoLicense = 7; + FirstLaunchSignedInNoSubscriptionLegacyLicense = 8; } enum BannerMessage { @@ -446,3 +490,27 @@ enum BannerMessage { ActivateProPresenter = 1; } +enum ClientAlertMessage { + NoAlert = 0; + ExpiredLicenseLegacy = 1; + ExpiredSubscription = 2; + InvalidLicense = 3; + NoSeatsLegacy = 4; + NoSeatsSubscription = 5; + SeatDeactivatedSubscription = 6; + TimeDiscrepancyAlert = 7; + NoNetwork = 8; + NoBibleCopies = 9; + BibleMissingAlert = 10; + BibleNotPurchasedLegacy = 11; + BibleNotPurchasedSubscription = 12; + UnsuccessfulBibleActivationLegacy = 13; + UnsuccessfulBibleActivationSubscription = 14; + IOErrorAlert = 15; + CodeExpiredAlert = 16; + CodeInvalidAlert = 17; + UnsuccessfulActivation = 18; + DeviceSignedOutSubscription = 19; + UnknownAlert = 20; +} + diff --git a/proto/rv2d.proto b/proto/rv2d.proto index 8baaf73..9c61fe3 100755 --- a/proto/rv2d.proto +++ b/proto/rv2d.proto @@ -6,7 +6,13 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "action.proto"; +import "color.proto"; +import "cue.proto"; import "graphicsData.proto"; +import "musicKeyScale.proto"; +import "proCore.proto"; +import "slide.proto"; message IdentificationOverlay { message Output { @@ -36,15 +42,48 @@ message LayerIdentificationOverlay { string layer_name = 2; } -message TextLayer { +message RenderLayer { message Composite { } + message Scrolling { + int32 segment_size = 1; + } + + .rv.data.Graphics.Rect bounds = 9; + .rv.data.Graphics.Element.FlipMode flip_mode = 10; + double rotation = 11; + int32 build_index = 12; + bool build_out = 13; + int32 build_out_index = 14; oneof LayerType { - .rv.data.TextLayer.Composite composite = 1; + .rv.data.RenderLayer.Composite composite = 1; .rv.data.Media media = 2; .rv.data.Graphics.Text.CutOutFill cut_out = 3; .rv.data.Graphics.BackgroundEffect background_effect = 4; + .rv.data.Slide.Element.DataLink.OutputScreen output_screen = 5; + .rv.data.RenderLayer.Scrolling scrolling = 6; + .rv.data.Slide.Element.DataLink.SlideImage slide_image = 7; + .rv.data.Slide.Element.DataLink.Zone zone = 8; } } +message SlideElement { + .rv.data.Slide.Element element = 1; + int32 build_index = 2; + .rv.data.MusicKeyScale base_key = 3; + .rv.data.MusicKeyScale target_key = 4; + repeated .rv.data.WebFillTokenAndCookies.Cookie cookies = 5; +} + +message SlidePreview { + .rv.data.Cue cue = 1; + .rv.data.Slide.Element element = 2; + .rv.data.Color background = 3; +} + +message MediaPreview { + .rv.data.Action action = 1; + .rv.data.Media media = 2; +} + diff --git a/proto/rvtimestamp.proto b/proto/rvtimestamp.proto index a7f75f5..9451470 100755 --- a/proto/rvtimestamp.proto +++ b/proto/rvtimestamp.proto @@ -6,6 +6,8 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; + message Timestamp { int64 seconds = 1; int32 nanos = 2; diff --git a/proto/slide.proto b/proto/slide.proto index 5aef9b8..1b5d385 100755 --- a/proto/slide.proto +++ b/proto/slide.proto @@ -8,11 +8,13 @@ option swift_prefix = "RVData_"; import "alignmentGuide.proto"; import "color.proto"; +import "customOptions.proto"; import "effects.proto"; import "graphicsData.proto"; import "timers.proto"; import "url.proto"; import "uuid.proto"; +import "messages.proto"; message Slide { message Element { @@ -409,6 +411,19 @@ message Slide { message TimecodeStatus { } + message KeyValueText { + string key = 1; + } + + message KeyValueFill { + string key = 1; + } + + message Zone { + .rv.data.UUID uuid = 1; + string name = 2; + } + enum SlideSourceType { SLIDE_SOURCE_TYPE_CURRENT_SLIDE = 0; SLIDE_SOURCE_TYPE_NEXT_SLIDE = 1; @@ -459,6 +474,10 @@ message Slide { .rv.data.Slide.Element.DataLink.PlaybackMarkerIdentifier playback_marker_color = 32; .rv.data.Slide.Element.DataLink.TimecodeText timecode_text = 33; .rv.data.Slide.Element.DataLink.TimecodeStatus timecode_status = 34; + .rv.data.Message message_text = 35; + .rv.data.Slide.Element.DataLink.KeyValueText key_value_text = 36; + .rv.data.Slide.Element.DataLink.KeyValueFill key_value_fill = 37; + .rv.data.Slide.Element.DataLink.Zone zone = 38; } } diff --git a/proto/templateIdentification.proto b/proto/templateIdentification.proto index 23b06c0..1f589d4 100755 --- a/proto/templateIdentification.proto +++ b/proto/templateIdentification.proto @@ -6,6 +6,7 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; import "uuid.proto"; message TemplateIdentification { diff --git a/proto/testPattern.proto b/proto/testPattern.proto index f15b4b0..a46e72c 100755 --- a/proto/testPattern.proto +++ b/proto/testPattern.proto @@ -7,6 +7,7 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; import "color.proto"; +import "customOptions.proto"; import "font.proto"; import "uuid.proto"; import "url.proto"; diff --git a/proto/timedPlayback.proto b/proto/timedPlayback.proto index d563250..0654e50 100755 --- a/proto/timedPlayback.proto +++ b/proto/timedPlayback.proto @@ -9,6 +9,7 @@ option swift_prefix = "RVData_"; import "action.proto"; import "cue.proto"; import "presentation.proto"; +import "playlist.proto"; import "uuid.proto"; message TriggerSource { @@ -47,6 +48,7 @@ message TimedPlayback { repeated .rv.data.TimedPlayback.Sequence.SequenceItem sequence = 1; .rv.data.Action.ContentDestination content_destination = 2; .rv.data.Presentation presentation = 3; + .rv.data.Playlist playlist = 4; } message Timing { diff --git a/proto/timers.proto b/proto/timers.proto index c7f984e..36b5cec 100755 --- a/proto/timers.proto +++ b/proto/timers.proto @@ -7,6 +7,7 @@ option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; import "applicationInfo.proto"; +import "customOptions.proto"; import "uuid.proto"; message Clock { diff --git a/proto/url.proto b/proto/url.proto index edfdb92..361ba85 100755 --- a/proto/url.proto +++ b/proto/url.proto @@ -6,6 +6,8 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; + message URL { message LocalRelativePath { enum Root { diff --git a/proto/uuid.proto b/proto/uuid.proto index f4b8749..37b7bfc 100755 --- a/proto/uuid.proto +++ b/proto/uuid.proto @@ -6,6 +6,8 @@ option cc_enable_arenas = true; option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; option swift_prefix = "RVData_"; +import "customOptions.proto"; + message UUID { string string = 1; } diff --git a/proto/zone.proto b/proto/zone.proto new file mode 100644 index 0000000..e210516 --- /dev/null +++ b/proto/zone.proto @@ -0,0 +1,16 @@ +syntax = "proto3"; + +package rv.data; + +option cc_enable_arenas = true; +option csharp_namespace = "Pro.SerializationInterop.RVProtoData"; +option swift_prefix = "RVData_"; + +import "uuid.proto"; + +message Zone { + .rv.data.UUID uuid = 1; + string name = 2; + string hex_color = 3; +} +