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.
This commit is contained in:
parent
0d63abbe35
commit
8e80a8af88
3
LICENSE
3
LICENSE
|
|
@ -26,4 +26,5 @@ SOFTWARE.
|
||||||
|
|
||||||
This project bundles `.proto` files derived from
|
This project bundles `.proto` files derived from
|
||||||
[greyshirtguy/ProPresenter7-Proto](https://github.com/greyshirtguy/ProPresenter7-Proto)
|
[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.
|
||||||
|
|
|
||||||
|
|
@ -410,7 +410,7 @@ Looking for something specific? Use the keyword index: [doc/keywords.md](doc/key
|
||||||
├── bin/ # 18 CLI tools (parse-*.php scripts)
|
├── bin/ # 18 CLI tools (parse-*.php scripts)
|
||||||
├── src/ # PHP source (wrappers, readers, writers, generators)
|
├── src/ # PHP source (wrappers, readers, writers, generators)
|
||||||
├── generated/ # Auto-generated protobuf PHP classes (Rv\Data\…)
|
├── 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)
|
├── tests/ # PHPUnit test suite (369 tests)
|
||||||
├── doc/
|
├── doc/
|
||||||
│ ├── INDEX.md # Documentation entry point
|
│ ├── INDEX.md # Documentation entry point
|
||||||
|
|
@ -510,7 +510,7 @@ Contributions are welcome! Please:
|
||||||
|
|
||||||
This project is released under the [MIT License](LICENSE).
|
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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
**Version:** 1.0
|
**Version:** 1.0
|
||||||
**Target Audience:** AI agents, automated parsers, developers
|
**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)
|
- **Container Format:** Standard ZIP archive (PKZIP 2.0+, default deflate compression)
|
||||||
- **Binary Format:** Protocol Buffers (Google protobuf v3) for the embedded `.pro` file
|
- **Binary Format:** Protocol Buffers (Google protobuf v3) for the embedded `.pro` file
|
||||||
- **Top-level Message:** `rv.data.Presentation` (defined in `presentation.proto`)
|
- **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
|
- **Predecessor:** Pro6 `.pro6x` format
|
||||||
|
|
||||||
### Container Structure
|
### Container Structure
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
**Version:** 1.0
|
**Version:** 1.0
|
||||||
**Target Audience:** AI agents, automated parsers, developers
|
**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)
|
- **Compression:** Store only (no deflate compression)
|
||||||
- **Binary Format:** Protocol Buffers (Google protobuf v3)
|
- **Binary Format:** Protocol Buffers (Google protobuf v3)
|
||||||
- **Top-level Message:** `rv.data.Playlist` (defined in `playlist.proto`)
|
- **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
|
### Container Structure
|
||||||
- **Archive Type:** ZIP64 with store compression (compression method 0)
|
- **Archive Type:** ZIP64 with store compression (compression method 0)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
**Version:** 1.1
|
**Version:** 1.1
|
||||||
**Target Audience:** AI agents, automated parsers, developers
|
**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`
|
- **Extension:** `.pro`
|
||||||
- **Binary Format:** Protocol Buffers (Google protobuf v3)
|
- **Binary Format:** Protocol Buffers (Google protobuf v3)
|
||||||
- **Top-level Message:** `rv.data.Presentation` (defined in `presentation.proto`)
|
- **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
|
### Known Limitations
|
||||||
- **Binary Fidelity:** Round-trip decode→encode fails on all reference files. Proto definitions are incomplete; unknown fields are lost during serialization.
|
- **Binary Fidelity:** Round-trip decode→encode fails on all reference files. Proto definitions are incomplete; unknown fields are lost during serialization.
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,10 @@
|
||||||
## Decisions Made
|
## Decisions Made
|
||||||
|
|
||||||
### Proto Version Choice
|
### Proto Version Choice
|
||||||
- **Decision**: Use greyshirtguy/ProPresenter7-Proto v7.16.2
|
- **Decision**: Use greyshirtguy/ProPresenter7-Proto, Proto 19beta (dumped from ProPresenter v19 beta build 318767123)
|
||||||
- **Reason**: Field numbers match Test.pro raw decode perfectly
|
- **Reason**: Latest available proto schema; field numbers compatible with our reference files; covers new ProPresenter 19 features
|
||||||
- **Source**: Metis analysis + typed decode validation in T2
|
- **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
|
### RTF Handling
|
||||||
- **Getters**: Plain text only (via RtfExtractor)
|
- **Getters**: Plain text only (via RtfExtractor)
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
27
generated/GPBMetadata/AdvertisementGroup.php
Normal file
27
generated/GPBMetadata/AdvertisementGroup.php
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: advertisementGroup.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class AdvertisementGroup
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
\GPBMetadata\Url::initOnce();
|
||||||
|
\GPBMetadata\Uuid::initOnce();
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ class AnalyticsApi
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ class AnalyticsCreate
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
25
generated/GPBMetadata/AnalyticsEdit.php
Normal file
25
generated/GPBMetadata/AnalyticsEdit.php
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: analyticsEdit.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class AnalyticsEdit
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -17,7 +17,7 @@ class AnalyticsImport
|
||||||
}
|
}
|
||||||
\GPBMetadata\AnalyticsMultiTracks::initOnce();
|
\GPBMetadata\AnalyticsMultiTracks::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
25
generated/GPBMetadata/AnalyticsMediaManagement.php
Normal file
25
generated/GPBMetadata/AnalyticsMediaManagement.php
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: analyticsMediaManagement.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class AnalyticsMediaManagement
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ class AnalyticsMultiTracks
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ class AnalyticsPlaybackMarker
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
25
generated/GPBMetadata/AnalyticsPowerPoint.php
Normal file
25
generated/GPBMetadata/AnalyticsPowerPoint.php
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: analyticsPowerPoint.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class AnalyticsPowerPoint
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ class AnalyticsProContent
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -16,7 +16,7 @@ class AnalyticsSync
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ class AnalyticsTimecode
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ class AnalyticsTimeline
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
25
generated/GPBMetadata/AnalyticsTrackedEvents.php
Normal file
25
generated/GPBMetadata/AnalyticsTrackedEvents.php
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
generated/GPBMetadata/AnalyticsTriggerCue.php
Normal file
25
generated/GPBMetadata/AnalyticsTriggerCue.php
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: analyticsTriggerCue.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class AnalyticsTriggerCue
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -18,9 +18,10 @@ class ClearGroups
|
||||||
\GPBMetadata\Action::initOnce();
|
\GPBMetadata\Action::initOnce();
|
||||||
\GPBMetadata\ApplicationInfo::initOnce();
|
\GPBMetadata\ApplicationInfo::initOnce();
|
||||||
\GPBMetadata\Color::initOnce();
|
\GPBMetadata\Color::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,10 @@ class CollectionElementType
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ class Color
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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"
|
"\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);
|
, true);
|
||||||
|
|
|
||||||
|
|
@ -16,11 +16,12 @@ class Cue
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
\GPBMetadata\Action::initOnce();
|
\GPBMetadata\Action::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\HotKey::initOnce();
|
\GPBMetadata\HotKey::initOnce();
|
||||||
\GPBMetadata\Url::initOnce();
|
\GPBMetadata\Url::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
25
generated/GPBMetadata/CustomOptions.php
Normal file
25
generated/GPBMetadata/CustomOptions.php
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: customOptions.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class CustomOptions
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$pool->internalAddGeneratedFile(
|
||||||
|
"\x0AH\x0A\x13customOptions.proto\x12\x07rv.data\x1A google/protobuf/descriptor.protob\x06proto3"
|
||||||
|
, true);
|
||||||
|
|
||||||
|
static::$is_initialized = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -16,9 +16,10 @@ class Effects
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
\GPBMetadata\Color::initOnce();
|
\GPBMetadata\Color::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,10 @@ class FileProperties
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Url::initOnce();
|
\GPBMetadata\Url::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ class Font
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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"
|
"\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);
|
, true);
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -16,10 +16,11 @@ class Groups
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
\GPBMetadata\Color::initOnce();
|
\GPBMetadata\Color::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\HotKey::initOnce();
|
\GPBMetadata\HotKey::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ class HotKey
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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"
|
"\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);
|
, true);
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ class IntRange
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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"
|
"\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);
|
, true);
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,10 @@ class Macros
|
||||||
\GPBMetadata\Action::initOnce();
|
\GPBMetadata\Action::initOnce();
|
||||||
\GPBMetadata\ApplicationInfo::initOnce();
|
\GPBMetadata\ApplicationInfo::initOnce();
|
||||||
\GPBMetadata\Color::initOnce();
|
\GPBMetadata\Color::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
28
generated/GPBMetadata/MediaMetadata.php
Normal file
28
generated/GPBMetadata/MediaMetadata.php
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: mediaMetadata.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class MediaMetadata
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
\GPBMetadata\Effects::initOnce();
|
||||||
|
\GPBMetadata\GraphicsData::initOnce();
|
||||||
|
\GPBMetadata\AlphaType::initOnce();
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -16,11 +16,12 @@ class Messages
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
\GPBMetadata\ApplicationInfo::initOnce();
|
\GPBMetadata\ApplicationInfo::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\TemplateIdentification::initOnce();
|
\GPBMetadata\TemplateIdentification::initOnce();
|
||||||
\GPBMetadata\Timers::initOnce();
|
\GPBMetadata\Timers::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ class Presentation
|
||||||
\GPBMetadata\ApplicationInfo::initOnce();
|
\GPBMetadata\ApplicationInfo::initOnce();
|
||||||
\GPBMetadata\Background::initOnce();
|
\GPBMetadata\Background::initOnce();
|
||||||
\GPBMetadata\Cue::initOnce();
|
\GPBMetadata\Cue::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Effects::initOnce();
|
\GPBMetadata\Effects::initOnce();
|
||||||
\GPBMetadata\Groups::initOnce();
|
\GPBMetadata\Groups::initOnce();
|
||||||
\GPBMetadata\IntRange::initOnce();
|
\GPBMetadata\IntRange::initOnce();
|
||||||
|
|
@ -27,7 +28,7 @@ class Presentation
|
||||||
\GPBMetadata\Url::initOnce();
|
\GPBMetadata\Url::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -16,12 +16,13 @@ class PresentationSlide
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
\GPBMetadata\AlignmentGuide::initOnce();
|
\GPBMetadata\AlignmentGuide::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Effects::initOnce();
|
\GPBMetadata\Effects::initOnce();
|
||||||
\GPBMetadata\GraphicsData::initOnce();
|
\GPBMetadata\GraphicsData::initOnce();
|
||||||
\GPBMetadata\Slide::initOnce();
|
\GPBMetadata\Slide::initOnce();
|
||||||
\GPBMetadata\Url::initOnce();
|
\GPBMetadata\Url::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -18,7 +18,7 @@ class ProApiV1Message
|
||||||
\GPBMetadata\ProApiV1Identifier::initOnce();
|
\GPBMetadata\ProApiV1Identifier::initOnce();
|
||||||
\GPBMetadata\ProApiV1Timer::initOnce();
|
\GPBMetadata\ProApiV1Timer::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ class ProApiV1PresentationPlaylistItem
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -16,9 +16,8 @@ class ProApiV1Transport
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
\GPBMetadata\ProApiV1LayerType::initOnce();
|
\GPBMetadata\ProApiV1LayerType::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
25
generated/GPBMetadata/ProCoreFeatureFlags.php
Normal file
25
generated/GPBMetadata/ProCoreFeatureFlags.php
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: proCoreFeatureFlags.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class ProCoreFeatureFlags
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -17,9 +17,11 @@ class PropDocument
|
||||||
}
|
}
|
||||||
\GPBMetadata\ApplicationInfo::initOnce();
|
\GPBMetadata\ApplicationInfo::initOnce();
|
||||||
\GPBMetadata\Cue::initOnce();
|
\GPBMetadata\Cue::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Effects::initOnce();
|
\GPBMetadata\Effects::initOnce();
|
||||||
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,11 @@ class PropSlide
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Slide::initOnce();
|
\GPBMetadata\Slide::initOnce();
|
||||||
\GPBMetadata\Effects::initOnce();
|
\GPBMetadata\Effects::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
31
generated/GPBMetadata/PsbWorkspace.php
Normal file
31
generated/GPBMetadata/PsbWorkspace.php
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: psbWorkspace.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class PsbWorkspace
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
\GPBMetadata\AdvertisementGroup::initOnce();
|
||||||
|
\GPBMetadata\DigitalAudio::initOnce();
|
||||||
|
\GPBMetadata\Input::initOnce();
|
||||||
|
\GPBMetadata\Proscreen::initOnce();
|
||||||
|
\GPBMetadata\Recording::initOnce();
|
||||||
|
\GPBMetadata\Zone::initOnce();
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -15,9 +15,15 @@ class Rv2D
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\Action::initOnce();
|
||||||
|
\GPBMetadata\Color::initOnce();
|
||||||
|
\GPBMetadata\Cue::initOnce();
|
||||||
\GPBMetadata\GraphicsData::initOnce();
|
\GPBMetadata\GraphicsData::initOnce();
|
||||||
|
\GPBMetadata\MusicKeyScale::initOnce();
|
||||||
|
\GPBMetadata\ProCore::initOnce();
|
||||||
|
\GPBMetadata\Slide::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ class Rvtimestamp
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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"
|
"\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);
|
, true);
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -15,9 +15,10 @@ class TemplateIdentification
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -18,9 +18,10 @@ class TimedPlayback
|
||||||
\GPBMetadata\Action::initOnce();
|
\GPBMetadata\Action::initOnce();
|
||||||
\GPBMetadata\Cue::initOnce();
|
\GPBMetadata\Cue::initOnce();
|
||||||
\GPBMetadata\Presentation::initOnce();
|
\GPBMetadata\Presentation::initOnce();
|
||||||
|
\GPBMetadata\Playlist::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -16,9 +16,10 @@ class Timers
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
\GPBMetadata\ApplicationInfo::initOnce();
|
\GPBMetadata\ApplicationInfo::initOnce();
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
\GPBMetadata\Uuid::initOnce();
|
\GPBMetadata\Uuid::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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);
|
, true);
|
||||||
|
|
||||||
static::$is_initialized = true;
|
static::$is_initialized = true;
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ class Url
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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"
|
"\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);
|
, true);
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ class Uuid
|
||||||
if (static::$is_initialized == true) {
|
if (static::$is_initialized == true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
\GPBMetadata\CustomOptions::initOnce();
|
||||||
$pool->internalAddGeneratedFile(
|
$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"
|
"\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);
|
, true);
|
||||||
|
|
|
||||||
26
generated/GPBMetadata/Zone.php
Normal file
26
generated/GPBMetadata/Zone.php
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: zone.proto
|
||||||
|
|
||||||
|
namespace GPBMetadata;
|
||||||
|
|
||||||
|
class Zone
|
||||||
|
{
|
||||||
|
public static $is_initialized = false;
|
||||||
|
|
||||||
|
public static function initOnce() {
|
||||||
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||||
|
|
||||||
|
if (static::$is_initialized == true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
\GPBMetadata\Uuid::initOnce();
|
||||||
|
$pool->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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
97
generated/Registration/Core/ActivateCodeComplete.php
Normal file
97
generated/Registration/Core/ActivateCodeComplete.php
Normal file
|
|
@ -0,0 +1,97 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.ActivateCodeComplete</code>
|
||||||
|
*/
|
||||||
|
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 <code>.registration.core.ActivateCodeComplete.Error error = 1;</code>
|
||||||
|
* @return \Registration\Core\ActivateCodeComplete\Error|null
|
||||||
|
*/
|
||||||
|
public function getError()
|
||||||
|
{
|
||||||
|
return $this->readOneof(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasError()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ActivateCodeComplete.Error error = 1;</code>
|
||||||
|
* @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 <code>.registration.core.ActivateCodeComplete.Success success = 2;</code>
|
||||||
|
* @return \Registration\Core\ActivateCodeComplete\Success|null
|
||||||
|
*/
|
||||||
|
public function getSuccess()
|
||||||
|
{
|
||||||
|
return $this->readOneof(2);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasSuccess()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ActivateCodeComplete.Success success = 2;</code>
|
||||||
|
* @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");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
86
generated/Registration/Core/ActivateCodeComplete/Error.php
Normal file
86
generated/Registration/Core/ActivateCodeComplete/Error.php
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core\ActivateCodeComplete;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.ActivateCodeComplete.Error</code>
|
||||||
|
*/
|
||||||
|
class Error extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string error = 1;</code>
|
||||||
|
*/
|
||||||
|
protected $error = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string description = 2;</code>
|
||||||
|
*/
|
||||||
|
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 <code>string error = 1;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getError()
|
||||||
|
{
|
||||||
|
return $this->error;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string error = 1;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setError($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->error = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string description = 2;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getDescription()
|
||||||
|
{
|
||||||
|
return $this->description;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string description = 2;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setDescription($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->description = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
86
generated/Registration/Core/ActivateCodeComplete/Success.php
Normal file
86
generated/Registration/Core/ActivateCodeComplete/Success.php
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core\ActivateCodeComplete;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.ActivateCodeComplete.Success</code>
|
||||||
|
*/
|
||||||
|
class Success extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string activation_code = 2;</code>
|
||||||
|
*/
|
||||||
|
protected $activation_code = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>int64 expiration = 3;</code>
|
||||||
|
*/
|
||||||
|
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 <code>string activation_code = 2;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getActivationCode()
|
||||||
|
{
|
||||||
|
return $this->activation_code;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string activation_code = 2;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setActivationCode($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->activation_code = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>int64 expiration = 3;</code>
|
||||||
|
* @return int|string
|
||||||
|
*/
|
||||||
|
public function getExpiration()
|
||||||
|
{
|
||||||
|
return $this->expiration;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>int64 expiration = 3;</code>
|
||||||
|
* @param int|string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setExpiration($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkInt64($var);
|
||||||
|
$this->expiration = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1,170 +0,0 @@
|
||||||
<?php
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
# source: registration.proto
|
|
||||||
|
|
||||||
namespace Registration\Core;
|
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf message <code>registration.core.ActivationComplete</code>
|
|
||||||
*/
|
|
||||||
class ActivationComplete extends \Google\Protobuf\Internal\Message
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status result = 1;</code>
|
|
||||||
*/
|
|
||||||
protected $result = 0;
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.RegistrationInfo registration_info = 2;</code>
|
|
||||||
*/
|
|
||||||
protected $registration_info = null;
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Seats available_seats = 3;</code>
|
|
||||||
*/
|
|
||||||
protected $available_seats = null;
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Seats total_seats = 4;</code>
|
|
||||||
*/
|
|
||||||
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 <code>.registration.core.Status result = 1;</code>
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public function getResult()
|
|
||||||
{
|
|
||||||
return $this->result;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status result = 1;</code>
|
|
||||||
* @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 <code>.registration.core.RegistrationInfo registration_info = 2;</code>
|
|
||||||
* @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 <code>.registration.core.RegistrationInfo registration_info = 2;</code>
|
|
||||||
* @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 <code>.registration.core.Seats available_seats = 3;</code>
|
|
||||||
* @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 <code>.registration.core.Seats available_seats = 3;</code>
|
|
||||||
* @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 <code>.registration.core.Seats total_seats = 4;</code>
|
|
||||||
* @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 <code>.registration.core.Seats total_seats = 4;</code>
|
|
||||||
* @param \Registration\Core\Seats $var
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function setTotalSeats($var)
|
|
||||||
{
|
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\Seats::class);
|
|
||||||
$this->total_seats = $var;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,140 +0,0 @@
|
||||||
<?php
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
# source: registration.proto
|
|
||||||
|
|
||||||
namespace Registration\Core;
|
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf message <code>registration.core.BibleActivationComplete</code>
|
|
||||||
*/
|
|
||||||
class BibleActivationComplete extends \Google\Protobuf\Internal\Message
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status status = 1;</code>
|
|
||||||
*/
|
|
||||||
protected $status = 0;
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>string bible_id = 2;</code>
|
|
||||||
*/
|
|
||||||
protected $bible_id = '';
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>string download_link = 3;</code>
|
|
||||||
*/
|
|
||||||
protected $download_link = '';
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.PurchasedBible bibles = 4;</code>
|
|
||||||
*/
|
|
||||||
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 <code>.registration.core.Status status = 1;</code>
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public function getStatus()
|
|
||||||
{
|
|
||||||
return $this->status;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status status = 1;</code>
|
|
||||||
* @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 <code>string bible_id = 2;</code>
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getBibleId()
|
|
||||||
{
|
|
||||||
return $this->bible_id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>string bible_id = 2;</code>
|
|
||||||
* @param string $var
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function setBibleId($var)
|
|
||||||
{
|
|
||||||
GPBUtil::checkString($var, True);
|
|
||||||
$this->bible_id = $var;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>string download_link = 3;</code>
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getDownloadLink()
|
|
||||||
{
|
|
||||||
return $this->download_link;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>string download_link = 3;</code>
|
|
||||||
* @param string $var
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function setDownloadLink($var)
|
|
||||||
{
|
|
||||||
GPBUtil::checkString($var, True);
|
|
||||||
$this->download_link = $var;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.PurchasedBible bibles = 4;</code>
|
|
||||||
* @return \Google\Protobuf\Internal\RepeatedField
|
|
||||||
*/
|
|
||||||
public function getBibles()
|
|
||||||
{
|
|
||||||
return $this->bibles;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.PurchasedBible bibles = 4;</code>
|
|
||||||
* @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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,113 +0,0 @@
|
||||||
<?php
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
# source: registration.proto
|
|
||||||
|
|
||||||
namespace Registration\Core;
|
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf message <code>registration.core.BibleDeactivationComplete</code>
|
|
||||||
*/
|
|
||||||
class BibleDeactivationComplete extends \Google\Protobuf\Internal\Message
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status status = 1;</code>
|
|
||||||
*/
|
|
||||||
protected $status = 0;
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>string bible_id = 2;</code>
|
|
||||||
*/
|
|
||||||
protected $bible_id = '';
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.PurchasedBible bibles = 3;</code>
|
|
||||||
*/
|
|
||||||
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 <code>.registration.core.Status status = 1;</code>
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public function getStatus()
|
|
||||||
{
|
|
||||||
return $this->status;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status status = 1;</code>
|
|
||||||
* @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 <code>string bible_id = 2;</code>
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getBibleId()
|
|
||||||
{
|
|
||||||
return $this->bible_id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>string bible_id = 2;</code>
|
|
||||||
* @param string $var
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function setBibleId($var)
|
|
||||||
{
|
|
||||||
GPBUtil::checkString($var, True);
|
|
||||||
$this->bible_id = $var;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.PurchasedBible bibles = 3;</code>
|
|
||||||
* @return \Google\Protobuf\Internal\RepeatedField
|
|
||||||
*/
|
|
||||||
public function getBibles()
|
|
||||||
{
|
|
||||||
return $this->bibles;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.PurchasedBible bibles = 3;</code>
|
|
||||||
* @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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -38,6 +38,10 @@ class BibleDownloadProgress extends \Google\Protobuf\Internal\Message
|
||||||
* Generated from protobuf field <code>string download_link = 6;</code>
|
* Generated from protobuf field <code>string download_link = 6;</code>
|
||||||
*/
|
*/
|
||||||
protected $download_link = '';
|
protected $download_link = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 7;</code>
|
||||||
|
*/
|
||||||
|
protected $client_alert = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
@ -51,6 +55,7 @@ class BibleDownloadProgress extends \Google\Protobuf\Internal\Message
|
||||||
* @type string $bible_id
|
* @type string $bible_id
|
||||||
* @type string $file_name
|
* @type string $file_name
|
||||||
* @type string $download_link
|
* @type string $download_link
|
||||||
|
* @type int $client_alert
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
public function __construct($data = NULL) {
|
public function __construct($data = NULL) {
|
||||||
|
|
@ -190,5 +195,27 @@ class BibleDownloadProgress extends \Google\Protobuf\Internal\Message
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 7;</code>
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getClientAlert()
|
||||||
|
{
|
||||||
|
return $this->client_alert;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 7;</code>
|
||||||
|
* @param int $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setClientAlert($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class);
|
||||||
|
$this->client_alert = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,11 +23,6 @@ class Callback extends \Google\Protobuf\Internal\Message
|
||||||
* Optional. Data for populating the Message object.
|
* Optional. Data for populating the Message object.
|
||||||
*
|
*
|
||||||
* @type \Registration\Core\SetWatermark $set_watermark
|
* @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\BibleDownloadProgress $bible_download_progress
|
||||||
* @type \Registration\Core\HardExit $hard_exit
|
* @type \Registration\Core\HardExit $hard_exit
|
||||||
* @type \Registration\Core\ReadRegistrationData $read_registration_data
|
* @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\Alerts $alerts
|
||||||
* @type \Registration\Core\ShowExpirationDialog $show_expiration_dialog
|
* @type \Registration\Core\ShowExpirationDialog $show_expiration_dialog
|
||||||
* @type \Registration\Core\ReadOldToken $read_old_token
|
* @type \Registration\Core\ReadOldToken $read_old_token
|
||||||
* @type \Registration\Core\Token $token
|
|
||||||
* @type \Registration\Core\VerificationComplete $verification_complete
|
* @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) {
|
public function __construct($data = NULL) {
|
||||||
|
|
@ -77,514 +76,487 @@ class Callback extends \Google\Protobuf\Internal\Message
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DeactivationComplete deactivation_complete = 2;</code>
|
* Generated from protobuf field <code>.registration.core.BibleDownloadProgress bible_download_progress = 2;</code>
|
||||||
* @return \Registration\Core\DeactivationComplete|null
|
* @return \Registration\Core\BibleDownloadProgress|null
|
||||||
*/
|
*/
|
||||||
public function getDeactivationComplete()
|
public function getBibleDownloadProgress()
|
||||||
{
|
{
|
||||||
return $this->readOneof(2);
|
return $this->readOneof(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasDeactivationComplete()
|
public function hasBibleDownloadProgress()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(2);
|
return $this->hasOneof(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DeactivationComplete deactivation_complete = 2;</code>
|
* Generated from protobuf field <code>.registration.core.BibleDownloadProgress bible_download_progress = 2;</code>
|
||||||
* @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 <code>.registration.core.FreeBibles free_bibles = 3;</code>
|
|
||||||
* @return \Registration\Core\FreeBibles|null
|
|
||||||
*/
|
|
||||||
public function getFreeBibles()
|
|
||||||
{
|
|
||||||
return $this->readOneof(3);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasFreeBibles()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(3);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.FreeBibles free_bibles = 3;</code>
|
|
||||||
* @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 <code>.registration.core.PurchasedBibles purchased_bibles = 4;</code>
|
|
||||||
* @return \Registration\Core\PurchasedBibles|null
|
|
||||||
*/
|
|
||||||
public function getPurchasedBibles()
|
|
||||||
{
|
|
||||||
return $this->readOneof(4);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasPurchasedBibles()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(4);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.PurchasedBibles purchased_bibles = 4;</code>
|
|
||||||
* @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 <code>.registration.core.BibleActivationComplete bible_activation_complete = 5;</code>
|
|
||||||
* @return \Registration\Core\BibleActivationComplete|null
|
|
||||||
*/
|
|
||||||
public function getBibleActivationComplete()
|
|
||||||
{
|
|
||||||
return $this->readOneof(5);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasBibleActivationComplete()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(5);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.BibleActivationComplete bible_activation_complete = 5;</code>
|
|
||||||
* @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 <code>.registration.core.BibleDeactivationComplete bible_deactivation_complete = 6;</code>
|
|
||||||
* @return \Registration\Core\BibleDeactivationComplete|null
|
|
||||||
*/
|
|
||||||
public function getBibleDeactivationComplete()
|
|
||||||
{
|
|
||||||
return $this->readOneof(6);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasBibleDeactivationComplete()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(6);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.BibleDeactivationComplete bible_deactivation_complete = 6;</code>
|
|
||||||
* @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 <code>.registration.core.BibleDownloadProgress bible_download_progress = 7;</code>
|
|
||||||
* @return \Registration\Core\BibleDownloadProgress|null
|
|
||||||
*/
|
|
||||||
public function getBibleDownloadProgress()
|
|
||||||
{
|
|
||||||
return $this->readOneof(7);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasBibleDownloadProgress()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(7);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.BibleDownloadProgress bible_download_progress = 7;</code>
|
|
||||||
* @param \Registration\Core\BibleDownloadProgress $var
|
* @param \Registration\Core\BibleDownloadProgress $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setBibleDownloadProgress($var)
|
public function setBibleDownloadProgress($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\BibleDownloadProgress::class);
|
GPBUtil::checkMessage($var, \Registration\Core\BibleDownloadProgress::class);
|
||||||
$this->writeOneof(7, $var);
|
$this->writeOneof(2, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.HardExit hard_exit = 8;</code>
|
* Generated from protobuf field <code>.registration.core.HardExit hard_exit = 3;</code>
|
||||||
* @return \Registration\Core\HardExit|null
|
* @return \Registration\Core\HardExit|null
|
||||||
*/
|
*/
|
||||||
public function getHardExit()
|
public function getHardExit()
|
||||||
{
|
{
|
||||||
return $this->readOneof(8);
|
return $this->readOneof(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasHardExit()
|
public function hasHardExit()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(8);
|
return $this->hasOneof(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.HardExit hard_exit = 8;</code>
|
* Generated from protobuf field <code>.registration.core.HardExit hard_exit = 3;</code>
|
||||||
* @param \Registration\Core\HardExit $var
|
* @param \Registration\Core\HardExit $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setHardExit($var)
|
public function setHardExit($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\HardExit::class);
|
GPBUtil::checkMessage($var, \Registration\Core\HardExit::class);
|
||||||
$this->writeOneof(8, $var);
|
$this->writeOneof(3, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ReadRegistrationData read_registration_data = 9;</code>
|
* Generated from protobuf field <code>.registration.core.ReadRegistrationData read_registration_data = 4;</code>
|
||||||
* @return \Registration\Core\ReadRegistrationData|null
|
* @return \Registration\Core\ReadRegistrationData|null
|
||||||
*/
|
*/
|
||||||
public function getReadRegistrationData()
|
public function getReadRegistrationData()
|
||||||
{
|
{
|
||||||
return $this->readOneof(9);
|
return $this->readOneof(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasReadRegistrationData()
|
public function hasReadRegistrationData()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(9);
|
return $this->hasOneof(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ReadRegistrationData read_registration_data = 9;</code>
|
* Generated from protobuf field <code>.registration.core.ReadRegistrationData read_registration_data = 4;</code>
|
||||||
* @param \Registration\Core\ReadRegistrationData $var
|
* @param \Registration\Core\ReadRegistrationData $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setReadRegistrationData($var)
|
public function setReadRegistrationData($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\ReadRegistrationData::class);
|
GPBUtil::checkMessage($var, \Registration\Core\ReadRegistrationData::class);
|
||||||
$this->writeOneof(9, $var);
|
$this->writeOneof(4, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.WriteRegistrationData write_registration_data = 10;</code>
|
* Generated from protobuf field <code>.registration.core.WriteRegistrationData write_registration_data = 5;</code>
|
||||||
* @return \Registration\Core\WriteRegistrationData|null
|
* @return \Registration\Core\WriteRegistrationData|null
|
||||||
*/
|
*/
|
||||||
public function getWriteRegistrationData()
|
public function getWriteRegistrationData()
|
||||||
{
|
{
|
||||||
return $this->readOneof(10);
|
return $this->readOneof(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasWriteRegistrationData()
|
public function hasWriteRegistrationData()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(10);
|
return $this->hasOneof(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.WriteRegistrationData write_registration_data = 10;</code>
|
* Generated from protobuf field <code>.registration.core.WriteRegistrationData write_registration_data = 5;</code>
|
||||||
* @param \Registration\Core\WriteRegistrationData $var
|
* @param \Registration\Core\WriteRegistrationData $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setWriteRegistrationData($var)
|
public function setWriteRegistrationData($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\WriteRegistrationData::class);
|
GPBUtil::checkMessage($var, \Registration\Core\WriteRegistrationData::class);
|
||||||
$this->writeOneof(10, $var);
|
$this->writeOneof(5, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetProductInformation get_product_information = 11;</code>
|
* Generated from protobuf field <code>.registration.core.GetProductInformation get_product_information = 6;</code>
|
||||||
* @return \Registration\Core\GetProductInformation|null
|
* @return \Registration\Core\GetProductInformation|null
|
||||||
*/
|
*/
|
||||||
public function getGetProductInformation()
|
public function getGetProductInformation()
|
||||||
{
|
{
|
||||||
return $this->readOneof(11);
|
return $this->readOneof(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasGetProductInformation()
|
public function hasGetProductInformation()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(11);
|
return $this->hasOneof(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetProductInformation get_product_information = 11;</code>
|
* Generated from protobuf field <code>.registration.core.GetProductInformation get_product_information = 6;</code>
|
||||||
* @param \Registration\Core\GetProductInformation $var
|
* @param \Registration\Core\GetProductInformation $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setGetProductInformation($var)
|
public function setGetProductInformation($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\GetProductInformation::class);
|
GPBUtil::checkMessage($var, \Registration\Core\GetProductInformation::class);
|
||||||
$this->writeOneof(11, $var);
|
$this->writeOneof(6, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.Log log = 12;</code>
|
* Generated from protobuf field <code>.registration.core.Log log = 7;</code>
|
||||||
* @return \Registration\Core\Log|null
|
* @return \Registration\Core\Log|null
|
||||||
*/
|
*/
|
||||||
public function getLog()
|
public function getLog()
|
||||||
{
|
{
|
||||||
return $this->readOneof(12);
|
return $this->readOneof(7);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasLog()
|
public function hasLog()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(12);
|
return $this->hasOneof(7);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.Log log = 12;</code>
|
* Generated from protobuf field <code>.registration.core.Log log = 7;</code>
|
||||||
* @param \Registration\Core\Log $var
|
* @param \Registration\Core\Log $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setLog($var)
|
public function setLog($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\Log::class);
|
GPBUtil::checkMessage($var, \Registration\Core\Log::class);
|
||||||
$this->writeOneof(12, $var);
|
$this->writeOneof(7, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.UpgradesAvailable upgrades_available = 13;</code>
|
* Generated from protobuf field <code>.registration.core.UpgradesAvailable upgrades_available = 8;</code>
|
||||||
* @return \Registration\Core\UpgradesAvailable|null
|
* @return \Registration\Core\UpgradesAvailable|null
|
||||||
*/
|
*/
|
||||||
public function getUpgradesAvailable()
|
public function getUpgradesAvailable()
|
||||||
{
|
{
|
||||||
return $this->readOneof(13);
|
return $this->readOneof(8);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasUpgradesAvailable()
|
public function hasUpgradesAvailable()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(13);
|
return $this->hasOneof(8);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.UpgradesAvailable upgrades_available = 13;</code>
|
* Generated from protobuf field <code>.registration.core.UpgradesAvailable upgrades_available = 8;</code>
|
||||||
* @param \Registration\Core\UpgradesAvailable $var
|
* @param \Registration\Core\UpgradesAvailable $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setUpgradesAvailable($var)
|
public function setUpgradesAvailable($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\UpgradesAvailable::class);
|
GPBUtil::checkMessage($var, \Registration\Core\UpgradesAvailable::class);
|
||||||
$this->writeOneof(13, $var);
|
$this->writeOneof(8, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DowngradeAvailable downgrade_available = 14;</code>
|
* Generated from protobuf field <code>.registration.core.DowngradeAvailable downgrade_available = 9;</code>
|
||||||
* @return \Registration\Core\DowngradeAvailable|null
|
* @return \Registration\Core\DowngradeAvailable|null
|
||||||
*/
|
*/
|
||||||
public function getDowngradeAvailable()
|
public function getDowngradeAvailable()
|
||||||
{
|
{
|
||||||
return $this->readOneof(14);
|
return $this->readOneof(9);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasDowngradeAvailable()
|
public function hasDowngradeAvailable()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(14);
|
return $this->hasOneof(9);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DowngradeAvailable downgrade_available = 14;</code>
|
* Generated from protobuf field <code>.registration.core.DowngradeAvailable downgrade_available = 9;</code>
|
||||||
* @param \Registration\Core\DowngradeAvailable $var
|
* @param \Registration\Core\DowngradeAvailable $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setDowngradeAvailable($var)
|
public function setDowngradeAvailable($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\DowngradeAvailable::class);
|
GPBUtil::checkMessage($var, \Registration\Core\DowngradeAvailable::class);
|
||||||
$this->writeOneof(14, $var);
|
$this->writeOneof(9, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DownloadProgress download_progress = 15;</code>
|
* Generated from protobuf field <code>.registration.core.DownloadProgress download_progress = 10;</code>
|
||||||
* @return \Registration\Core\DownloadProgress|null
|
* @return \Registration\Core\DownloadProgress|null
|
||||||
*/
|
*/
|
||||||
public function getDownloadProgress()
|
public function getDownloadProgress()
|
||||||
{
|
{
|
||||||
return $this->readOneof(15);
|
return $this->readOneof(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasDownloadProgress()
|
public function hasDownloadProgress()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(15);
|
return $this->hasOneof(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DownloadProgress download_progress = 15;</code>
|
* Generated from protobuf field <code>.registration.core.DownloadProgress download_progress = 10;</code>
|
||||||
* @param \Registration\Core\DownloadProgress $var
|
* @param \Registration\Core\DownloadProgress $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setDownloadProgress($var)
|
public function setDownloadProgress($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\DownloadProgress::class);
|
GPBUtil::checkMessage($var, \Registration\Core\DownloadProgress::class);
|
||||||
$this->writeOneof(15, $var);
|
$this->writeOneof(10, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.Alerts alerts = 16;</code>
|
* Generated from protobuf field <code>.registration.core.Alerts alerts = 11;</code>
|
||||||
* @return \Registration\Core\Alerts|null
|
* @return \Registration\Core\Alerts|null
|
||||||
*/
|
*/
|
||||||
public function getAlerts()
|
public function getAlerts()
|
||||||
{
|
{
|
||||||
return $this->readOneof(16);
|
return $this->readOneof(11);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasAlerts()
|
public function hasAlerts()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(16);
|
return $this->hasOneof(11);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.Alerts alerts = 16;</code>
|
* Generated from protobuf field <code>.registration.core.Alerts alerts = 11;</code>
|
||||||
* @param \Registration\Core\Alerts $var
|
* @param \Registration\Core\Alerts $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setAlerts($var)
|
public function setAlerts($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\Alerts::class);
|
GPBUtil::checkMessage($var, \Registration\Core\Alerts::class);
|
||||||
$this->writeOneof(16, $var);
|
$this->writeOneof(11, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ShowExpirationDialog show_expiration_dialog = 17;</code>
|
* Generated from protobuf field <code>.registration.core.ShowExpirationDialog show_expiration_dialog = 12;</code>
|
||||||
* @return \Registration\Core\ShowExpirationDialog|null
|
* @return \Registration\Core\ShowExpirationDialog|null
|
||||||
*/
|
*/
|
||||||
public function getShowExpirationDialog()
|
public function getShowExpirationDialog()
|
||||||
{
|
{
|
||||||
return $this->readOneof(17);
|
return $this->readOneof(12);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasShowExpirationDialog()
|
public function hasShowExpirationDialog()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(17);
|
return $this->hasOneof(12);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ShowExpirationDialog show_expiration_dialog = 17;</code>
|
* Generated from protobuf field <code>.registration.core.ShowExpirationDialog show_expiration_dialog = 12;</code>
|
||||||
* @param \Registration\Core\ShowExpirationDialog $var
|
* @param \Registration\Core\ShowExpirationDialog $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setShowExpirationDialog($var)
|
public function setShowExpirationDialog($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\ShowExpirationDialog::class);
|
GPBUtil::checkMessage($var, \Registration\Core\ShowExpirationDialog::class);
|
||||||
$this->writeOneof(17, $var);
|
$this->writeOneof(12, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ReadOldToken read_old_token = 18;</code>
|
* Generated from protobuf field <code>.registration.core.ReadOldToken read_old_token = 13;</code>
|
||||||
* @return \Registration\Core\ReadOldToken|null
|
* @return \Registration\Core\ReadOldToken|null
|
||||||
*/
|
*/
|
||||||
public function getReadOldToken()
|
public function getReadOldToken()
|
||||||
{
|
{
|
||||||
return $this->readOneof(18);
|
return $this->readOneof(13);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasReadOldToken()
|
public function hasReadOldToken()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(18);
|
return $this->hasOneof(13);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ReadOldToken read_old_token = 18;</code>
|
* Generated from protobuf field <code>.registration.core.ReadOldToken read_old_token = 13;</code>
|
||||||
* @param \Registration\Core\ReadOldToken $var
|
* @param \Registration\Core\ReadOldToken $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setReadOldToken($var)
|
public function setReadOldToken($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\ReadOldToken::class);
|
GPBUtil::checkMessage($var, \Registration\Core\ReadOldToken::class);
|
||||||
$this->writeOneof(18, $var);
|
$this->writeOneof(13, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.Token token = 19;</code>
|
* Generated from protobuf field <code>.registration.core.VerificationComplete verification_complete = 14;</code>
|
||||||
* @return \Registration\Core\Token|null
|
|
||||||
*/
|
|
||||||
public function getToken()
|
|
||||||
{
|
|
||||||
return $this->readOneof(19);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasToken()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(19);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Token token = 19;</code>
|
|
||||||
* @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 <code>.registration.core.VerificationComplete verification_complete = 20;</code>
|
|
||||||
* @return \Registration\Core\VerificationComplete|null
|
* @return \Registration\Core\VerificationComplete|null
|
||||||
*/
|
*/
|
||||||
public function getVerificationComplete()
|
public function getVerificationComplete()
|
||||||
{
|
{
|
||||||
return $this->readOneof(20);
|
return $this->readOneof(14);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasVerificationComplete()
|
public function hasVerificationComplete()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(20);
|
return $this->hasOneof(14);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.VerificationComplete verification_complete = 20;</code>
|
* Generated from protobuf field <code>.registration.core.VerificationComplete verification_complete = 14;</code>
|
||||||
* @param \Registration\Core\VerificationComplete $var
|
* @param \Registration\Core\VerificationComplete $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setVerificationComplete($var)
|
public function setVerificationComplete($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\VerificationComplete::class);
|
GPBUtil::checkMessage($var, \Registration\Core\VerificationComplete::class);
|
||||||
$this->writeOneof(20, $var);
|
$this->writeOneof(14, $var);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.SetClientInfo set_client_info = 15;</code>
|
||||||
|
* @return \Registration\Core\SetClientInfo|null
|
||||||
|
*/
|
||||||
|
public function getSetClientInfo()
|
||||||
|
{
|
||||||
|
return $this->readOneof(15);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasSetClientInfo()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(15);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.SetClientInfo set_client_info = 15;</code>
|
||||||
|
* @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 <code>.registration.core.ActivateCodeComplete get_activate_code_complete = 16;</code>
|
||||||
|
* @return \Registration\Core\ActivateCodeComplete|null
|
||||||
|
*/
|
||||||
|
public function getGetActivateCodeComplete()
|
||||||
|
{
|
||||||
|
return $this->readOneof(16);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasGetActivateCodeComplete()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(16);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ActivateCodeComplete get_activate_code_complete = 16;</code>
|
||||||
|
* @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 <code>.registration.core.ReadNotificationData read_notification_data = 17;</code>
|
||||||
|
* @return \Registration\Core\ReadNotificationData|null
|
||||||
|
*/
|
||||||
|
public function getReadNotificationData()
|
||||||
|
{
|
||||||
|
return $this->readOneof(17);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasReadNotificationData()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(17);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ReadNotificationData read_notification_data = 17;</code>
|
||||||
|
* @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 <code>.registration.core.WriteNotificationData write_notification_data = 18;</code>
|
||||||
|
* @return \Registration\Core\WriteNotificationData|null
|
||||||
|
*/
|
||||||
|
public function getWriteNotificationData()
|
||||||
|
{
|
||||||
|
return $this->readOneof(18);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasWriteNotificationData()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(18);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.WriteNotificationData write_notification_data = 18;</code>
|
||||||
|
* @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 <code>.registration.core.NotificationCallback notification_callback = 19;</code>
|
||||||
|
* @return \Registration\Core\NotificationCallback|null
|
||||||
|
*/
|
||||||
|
public function getNotificationCallback()
|
||||||
|
{
|
||||||
|
return $this->readOneof(19);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasNotificationCallback()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(19);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.NotificationCallback notification_callback = 19;</code>
|
||||||
|
* @param \Registration\Core\NotificationCallback $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setNotificationCallback($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkMessage($var, \Registration\Core\NotificationCallback::class);
|
||||||
|
$this->writeOneof(19, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
144
generated/Registration/Core/ClientAlertMessage.php
Normal file
144
generated/Registration/Core/ClientAlertMessage.php
Normal file
|
|
@ -0,0 +1,144 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use UnexpectedValueException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Protobuf type <code>registration.core.ClientAlertMessage</code>
|
||||||
|
*/
|
||||||
|
class ClientAlertMessage
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>NoAlert = 0;</code>
|
||||||
|
*/
|
||||||
|
const NoAlert = 0;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>ExpiredLicenseLegacy = 1;</code>
|
||||||
|
*/
|
||||||
|
const ExpiredLicenseLegacy = 1;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>ExpiredSubscription = 2;</code>
|
||||||
|
*/
|
||||||
|
const ExpiredSubscription = 2;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>InvalidLicense = 3;</code>
|
||||||
|
*/
|
||||||
|
const InvalidLicense = 3;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>NoSeatsLegacy = 4;</code>
|
||||||
|
*/
|
||||||
|
const NoSeatsLegacy = 4;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>NoSeatsSubscription = 5;</code>
|
||||||
|
*/
|
||||||
|
const NoSeatsSubscription = 5;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>SeatDeactivatedSubscription = 6;</code>
|
||||||
|
*/
|
||||||
|
const SeatDeactivatedSubscription = 6;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>TimeDiscrepancyAlert = 7;</code>
|
||||||
|
*/
|
||||||
|
const TimeDiscrepancyAlert = 7;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>NoNetwork = 8;</code>
|
||||||
|
*/
|
||||||
|
const NoNetwork = 8;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>NoBibleCopies = 9;</code>
|
||||||
|
*/
|
||||||
|
const NoBibleCopies = 9;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>BibleMissingAlert = 10;</code>
|
||||||
|
*/
|
||||||
|
const BibleMissingAlert = 10;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>BibleNotPurchasedLegacy = 11;</code>
|
||||||
|
*/
|
||||||
|
const BibleNotPurchasedLegacy = 11;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>BibleNotPurchasedSubscription = 12;</code>
|
||||||
|
*/
|
||||||
|
const BibleNotPurchasedSubscription = 12;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>UnsuccessfulBibleActivationLegacy = 13;</code>
|
||||||
|
*/
|
||||||
|
const UnsuccessfulBibleActivationLegacy = 13;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>UnsuccessfulBibleActivationSubscription = 14;</code>
|
||||||
|
*/
|
||||||
|
const UnsuccessfulBibleActivationSubscription = 14;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>IOErrorAlert = 15;</code>
|
||||||
|
*/
|
||||||
|
const IOErrorAlert = 15;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>CodeExpiredAlert = 16;</code>
|
||||||
|
*/
|
||||||
|
const CodeExpiredAlert = 16;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>CodeInvalidAlert = 17;</code>
|
||||||
|
*/
|
||||||
|
const CodeInvalidAlert = 17;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>UnsuccessfulActivation = 18;</code>
|
||||||
|
*/
|
||||||
|
const UnsuccessfulActivation = 18;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>DeviceSignedOutSubscription = 19;</code>
|
||||||
|
*/
|
||||||
|
const DeviceSignedOutSubscription = 19;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>UnknownAlert = 20;</code>
|
||||||
|
*/
|
||||||
|
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1,59 +0,0 @@
|
||||||
<?php
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
# source: registration.proto
|
|
||||||
|
|
||||||
namespace Registration\Core;
|
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf message <code>registration.core.DeactivationComplete</code>
|
|
||||||
*/
|
|
||||||
class DeactivationComplete extends \Google\Protobuf\Internal\Message
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status result = 1;</code>
|
|
||||||
*/
|
|
||||||
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 <code>.registration.core.Status result = 1;</code>
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public function getResult()
|
|
||||||
{
|
|
||||||
return $this->result;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status result = 1;</code>
|
|
||||||
* @param int $var
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function setResult($var)
|
|
||||||
{
|
|
||||||
GPBUtil::checkEnum($var, \Registration\Core\Status::class);
|
|
||||||
$this->result = $var;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -26,6 +26,10 @@ class DowngradeAvailable extends \Google\Protobuf\Internal\Message
|
||||||
* Generated from protobuf field <code>string release_notes = 3;</code>
|
* Generated from protobuf field <code>string release_notes = 3;</code>
|
||||||
*/
|
*/
|
||||||
protected $release_notes = '';
|
protected $release_notes = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 4;</code>
|
||||||
|
*/
|
||||||
|
protected $client_alert = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
@ -36,6 +40,7 @@ class DowngradeAvailable extends \Google\Protobuf\Internal\Message
|
||||||
* @type int $status
|
* @type int $status
|
||||||
* @type \Registration\Core\BuildInformation $downgrade
|
* @type \Registration\Core\BuildInformation $downgrade
|
||||||
* @type string $release_notes
|
* @type string $release_notes
|
||||||
|
* @type int $client_alert
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
public function __construct($data = NULL) {
|
public function __construct($data = NULL) {
|
||||||
|
|
@ -119,5 +124,27 @@ class DowngradeAvailable extends \Google\Protobuf\Internal\Message
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 4;</code>
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getClientAlert()
|
||||||
|
{
|
||||||
|
return $this->client_alert;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 4;</code>
|
||||||
|
* @param int $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setClientAlert($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class);
|
||||||
|
$this->client_alert = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,10 @@ class DownloadProgress extends \Google\Protobuf\Internal\Message
|
||||||
* Generated from protobuf field <code>float progress = 3;</code>
|
* Generated from protobuf field <code>float progress = 3;</code>
|
||||||
*/
|
*/
|
||||||
protected $progress = 0.0;
|
protected $progress = 0.0;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 4;</code>
|
||||||
|
*/
|
||||||
|
protected $client_alert = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
@ -36,6 +40,7 @@ class DownloadProgress extends \Google\Protobuf\Internal\Message
|
||||||
* @type int $status
|
* @type int $status
|
||||||
* @type bool $complete
|
* @type bool $complete
|
||||||
* @type float $progress
|
* @type float $progress
|
||||||
|
* @type int $client_alert
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
public function __construct($data = NULL) {
|
public function __construct($data = NULL) {
|
||||||
|
|
@ -109,5 +114,27 @@ class DownloadProgress extends \Google\Protobuf\Internal\Message
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 4;</code>
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getClientAlert()
|
||||||
|
{
|
||||||
|
return $this->client_alert;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 4;</code>
|
||||||
|
* @param int $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setClientAlert($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class);
|
||||||
|
$this->client_alert = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,86 +0,0 @@
|
||||||
<?php
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
# source: registration.proto
|
|
||||||
|
|
||||||
namespace Registration\Core;
|
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf message <code>registration.core.FeatureFlags</code>
|
|
||||||
*/
|
|
||||||
class FeatureFlags extends \Google\Protobuf\Internal\Message
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>bool use_staging = 1;</code>
|
|
||||||
*/
|
|
||||||
protected $use_staging = false;
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>bool use_subscription = 2;</code>
|
|
||||||
*/
|
|
||||||
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 <code>bool use_staging = 1;</code>
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
public function getUseStaging()
|
|
||||||
{
|
|
||||||
return $this->use_staging;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>bool use_staging = 1;</code>
|
|
||||||
* @param bool $var
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function setUseStaging($var)
|
|
||||||
{
|
|
||||||
GPBUtil::checkBool($var);
|
|
||||||
$this->use_staging = $var;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>bool use_subscription = 2;</code>
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
public function getUseSubscription()
|
|
||||||
{
|
|
||||||
return $this->use_subscription;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>bool use_subscription = 2;</code>
|
|
||||||
* @param bool $var
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function setUseSubscription($var)
|
|
||||||
{
|
|
||||||
GPBUtil::checkBool($var);
|
|
||||||
$this->use_subscription = $var;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,86 +0,0 @@
|
||||||
<?php
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
# source: registration.proto
|
|
||||||
|
|
||||||
namespace Registration\Core;
|
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf message <code>registration.core.FreeBibles</code>
|
|
||||||
*/
|
|
||||||
class FreeBibles extends \Google\Protobuf\Internal\Message
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status status = 1;</code>
|
|
||||||
*/
|
|
||||||
protected $status = 0;
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.Bible bibles = 2;</code>
|
|
||||||
*/
|
|
||||||
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 <code>.registration.core.Status status = 1;</code>
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public function getStatus()
|
|
||||||
{
|
|
||||||
return $this->status;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status status = 1;</code>
|
|
||||||
* @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 <code>repeated .registration.core.Bible bibles = 2;</code>
|
|
||||||
* @return \Google\Protobuf\Internal\RepeatedField
|
|
||||||
*/
|
|
||||||
public function getBibles()
|
|
||||||
{
|
|
||||||
return $this->bibles;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.Bible bibles = 2;</code>
|
|
||||||
* @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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
86
generated/Registration/Core/GetActivateCode.php
Normal file
86
generated/Registration/Core/GetActivateCode.php
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.GetActivateCode</code>
|
||||||
|
*/
|
||||||
|
class GetActivateCode extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string seat_bucket_id = 1;</code>
|
||||||
|
*/
|
||||||
|
protected $seat_bucket_id = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string organization_uuid = 2;</code>
|
||||||
|
*/
|
||||||
|
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 <code>string seat_bucket_id = 1;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getSeatBucketId()
|
||||||
|
{
|
||||||
|
return $this->seat_bucket_id;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string seat_bucket_id = 1;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setSeatBucketId($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->seat_bucket_id = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string organization_uuid = 2;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getOrganizationUuid()
|
||||||
|
{
|
||||||
|
return $this->organization_uuid;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string organization_uuid = 2;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setOrganizationUuid($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->organization_uuid = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -26,6 +26,10 @@ class GetAvailableVersion extends \Google\Protobuf\Internal\Message
|
||||||
* Generated from protobuf field <code>string format = 3;</code>
|
* Generated from protobuf field <code>string format = 3;</code>
|
||||||
*/
|
*/
|
||||||
protected $format = '';
|
protected $format = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bool user_initiated = 4;</code>
|
||||||
|
*/
|
||||||
|
protected $user_initiated = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
@ -36,6 +40,7 @@ class GetAvailableVersion extends \Google\Protobuf\Internal\Message
|
||||||
* @type bool $include_notes
|
* @type bool $include_notes
|
||||||
* @type string $channel
|
* @type string $channel
|
||||||
* @type string $format
|
* @type string $format
|
||||||
|
* @type bool $user_initiated
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
public function __construct($data = NULL) {
|
public function __construct($data = NULL) {
|
||||||
|
|
@ -109,5 +114,27 @@ class GetAvailableVersion extends \Google\Protobuf\Internal\Message
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bool user_initiated = 4;</code>
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getUserInitiated()
|
||||||
|
{
|
||||||
|
return $this->user_initiated;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bool user_initiated = 4;</code>
|
||||||
|
* @param bool $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setUserInitiated($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkBool($var);
|
||||||
|
$this->user_initiated = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@ use Google\Protobuf\Internal\RepeatedField;
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf message <code>registration.core.GetFreeBibles</code>
|
* Generated from protobuf message <code>registration.core.GetBibles</code>
|
||||||
*/
|
*/
|
||||||
class GetFreeBibles extends \Google\Protobuf\Internal\Message
|
class GetBibles extends \Google\Protobuf\Internal\Message
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
59
generated/Registration/Core/MarkNotificationsRead.php
Normal file
59
generated/Registration/Core/MarkNotificationsRead.php
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.MarkNotificationsRead</code>
|
||||||
|
*/
|
||||||
|
class MarkNotificationsRead extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated string id = 1;</code>
|
||||||
|
*/
|
||||||
|
private $id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor.
|
||||||
|
*
|
||||||
|
* @param array $data {
|
||||||
|
* Optional. Data for populating the Message object.
|
||||||
|
*
|
||||||
|
* @type array<string>|\Google\Protobuf\Internal\RepeatedField $id
|
||||||
|
* }
|
||||||
|
*/
|
||||||
|
public function __construct($data = NULL) {
|
||||||
|
\GPBMetadata\Registration::initOnce();
|
||||||
|
parent::__construct($data);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated string id = 1;</code>
|
||||||
|
* @return \Google\Protobuf\Internal\RepeatedField
|
||||||
|
*/
|
||||||
|
public function getId()
|
||||||
|
{
|
||||||
|
return $this->id;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated string id = 1;</code>
|
||||||
|
* @param array<string>|\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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
248
generated/Registration/Core/Notification.php
Normal file
248
generated/Registration/Core/Notification.php
Normal file
|
|
@ -0,0 +1,248 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.Notification</code>
|
||||||
|
*/
|
||||||
|
class Notification extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string id = 1;</code>
|
||||||
|
*/
|
||||||
|
protected $id = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string header = 2;</code>
|
||||||
|
*/
|
||||||
|
protected $header = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string body = 3;</code>
|
||||||
|
*/
|
||||||
|
protected $body = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string url = 4;</code>
|
||||||
|
*/
|
||||||
|
protected $url = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string url_display_text = 5;</code>
|
||||||
|
*/
|
||||||
|
protected $url_display_text = '';
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>uint64 created_at = 6;</code>
|
||||||
|
*/
|
||||||
|
protected $created_at = 0;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>uint64 expires_at = 7;</code>
|
||||||
|
*/
|
||||||
|
protected $expires_at = 0;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bool is_read = 8;</code>
|
||||||
|
*/
|
||||||
|
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 <code>string id = 1;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getId()
|
||||||
|
{
|
||||||
|
return $this->id;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string id = 1;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setId($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->id = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string header = 2;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getHeader()
|
||||||
|
{
|
||||||
|
return $this->header;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string header = 2;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setHeader($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->header = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string body = 3;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getBody()
|
||||||
|
{
|
||||||
|
return $this->body;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string body = 3;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setBody($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->body = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string url = 4;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getUrl()
|
||||||
|
{
|
||||||
|
return $this->url;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string url = 4;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setUrl($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->url = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string url_display_text = 5;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getUrlDisplayText()
|
||||||
|
{
|
||||||
|
return $this->url_display_text;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string url_display_text = 5;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setUrlDisplayText($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->url_display_text = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>uint64 created_at = 6;</code>
|
||||||
|
* @return int|string
|
||||||
|
*/
|
||||||
|
public function getCreatedAt()
|
||||||
|
{
|
||||||
|
return $this->created_at;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>uint64 created_at = 6;</code>
|
||||||
|
* @param int|string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setCreatedAt($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkUint64($var);
|
||||||
|
$this->created_at = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>uint64 expires_at = 7;</code>
|
||||||
|
* @return int|string
|
||||||
|
*/
|
||||||
|
public function getExpiresAt()
|
||||||
|
{
|
||||||
|
return $this->expires_at;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>uint64 expires_at = 7;</code>
|
||||||
|
* @param int|string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setExpiresAt($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkUint64($var);
|
||||||
|
$this->expires_at = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bool is_read = 8;</code>
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getIsRead()
|
||||||
|
{
|
||||||
|
return $this->is_read;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bool is_read = 8;</code>
|
||||||
|
* @param bool $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setIsRead($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkBool($var);
|
||||||
|
$this->is_read = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
59
generated/Registration/Core/NotificationCallback.php
Normal file
59
generated/Registration/Core/NotificationCallback.php
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.NotificationCallback</code>
|
||||||
|
*/
|
||||||
|
class NotificationCallback extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated .registration.core.Notification notifications = 2;</code>
|
||||||
|
*/
|
||||||
|
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 <code>repeated .registration.core.Notification notifications = 2;</code>
|
||||||
|
* @return \Google\Protobuf\Internal\RepeatedField
|
||||||
|
*/
|
||||||
|
public function getNotifications()
|
||||||
|
{
|
||||||
|
return $this->notifications;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated .registration.core.Notification notifications = 2;</code>
|
||||||
|
* @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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
59
generated/Registration/Core/NotificationData.php
Normal file
59
generated/Registration/Core/NotificationData.php
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.NotificationData</code>
|
||||||
|
*/
|
||||||
|
class NotificationData extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bytes data = 1;</code>
|
||||||
|
*/
|
||||||
|
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 <code>bytes data = 1;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getData()
|
||||||
|
{
|
||||||
|
return $this->data;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bytes data = 1;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setData($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, False);
|
||||||
|
$this->data = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
86
generated/Registration/Core/NotificationDataStore.php
Normal file
86
generated/Registration/Core/NotificationDataStore.php
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.NotificationDataStore</code>
|
||||||
|
*/
|
||||||
|
class NotificationDataStore extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated .registration.core.Notification notifications = 1;</code>
|
||||||
|
*/
|
||||||
|
private $notifications;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated string read_ids = 2;</code>
|
||||||
|
*/
|
||||||
|
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<string>|\Google\Protobuf\Internal\RepeatedField $read_ids
|
||||||
|
* }
|
||||||
|
*/
|
||||||
|
public function __construct($data = NULL) {
|
||||||
|
\GPBMetadata\Registration::initOnce();
|
||||||
|
parent::__construct($data);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated .registration.core.Notification notifications = 1;</code>
|
||||||
|
* @return \Google\Protobuf\Internal\RepeatedField
|
||||||
|
*/
|
||||||
|
public function getNotifications()
|
||||||
|
{
|
||||||
|
return $this->notifications;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated .registration.core.Notification notifications = 1;</code>
|
||||||
|
* @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 <code>repeated string read_ids = 2;</code>
|
||||||
|
* @return \Google\Protobuf\Internal\RepeatedField
|
||||||
|
*/
|
||||||
|
public function getReadIds()
|
||||||
|
{
|
||||||
|
return $this->read_ids;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated string read_ids = 2;</code>
|
||||||
|
* @param array<string>|\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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
59
generated/Registration/Core/Notifications.php
Normal file
59
generated/Registration/Core/Notifications.php
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.Notifications</code>
|
||||||
|
*/
|
||||||
|
class Notifications extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated .registration.core.Notification notifications = 1;</code>
|
||||||
|
*/
|
||||||
|
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 <code>repeated .registration.core.Notification notifications = 1;</code>
|
||||||
|
* @return \Google\Protobuf\Internal\RepeatedField
|
||||||
|
*/
|
||||||
|
public function getNotifications()
|
||||||
|
{
|
||||||
|
return $this->notifications;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>repeated .registration.core.Notification notifications = 1;</code>
|
||||||
|
* @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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -17,28 +17,48 @@ class PopupAlertMessage
|
||||||
*/
|
*/
|
||||||
const NoPopupAlert = 0;
|
const NoPopupAlert = 0;
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf enum <code>Activation = 1;</code>
|
* Generated from protobuf enum <code>SeatActivated = 1;</code>
|
||||||
*/
|
*/
|
||||||
const Activation = 1;
|
const SeatActivated = 1;
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf enum <code>ActivationNoSeat = 2;</code>
|
* Generated from protobuf enum <code>NoSeatActivated = 2;</code>
|
||||||
*/
|
*/
|
||||||
const ActivationNoSeat = 2;
|
const NoSeatActivated = 2;
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf enum <code>NotSignedIn = 3;</code>
|
* Generated from protobuf enum <code>NoLicenseActivated = 3;</code>
|
||||||
*/
|
*/
|
||||||
const NotSignedIn = 3;
|
const NoLicenseActivated = 3;
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf enum <code>SignedInNoSubscription = 4;</code>
|
* Generated from protobuf enum <code>LegacyLicenseProContentActivated = 4;</code>
|
||||||
*/
|
*/
|
||||||
const SignedInNoSubscription = 4;
|
const LegacyLicenseProContentActivated = 4;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>FirstLaunchLegacyLicense = 5;</code>
|
||||||
|
*/
|
||||||
|
const FirstLaunchLegacyLicense = 5;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>FullySignedOut = 6;</code>
|
||||||
|
*/
|
||||||
|
const FullySignedOut = 6;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>FirstLaunchSignedInNoSubscriptionNoLicense = 7;</code>
|
||||||
|
*/
|
||||||
|
const FirstLaunchSignedInNoSubscriptionNoLicense = 7;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>FirstLaunchSignedInNoSubscriptionLegacyLicense = 8;</code>
|
||||||
|
*/
|
||||||
|
const FirstLaunchSignedInNoSubscriptionLegacyLicense = 8;
|
||||||
|
|
||||||
private static $valueToName = [
|
private static $valueToName = [
|
||||||
self::NoPopupAlert => 'NoPopupAlert',
|
self::NoPopupAlert => 'NoPopupAlert',
|
||||||
self::Activation => 'Activation',
|
self::SeatActivated => 'SeatActivated',
|
||||||
self::ActivationNoSeat => 'ActivationNoSeat',
|
self::NoSeatActivated => 'NoSeatActivated',
|
||||||
self::NotSignedIn => 'NotSignedIn',
|
self::NoLicenseActivated => 'NoLicenseActivated',
|
||||||
self::SignedInNoSubscription => 'SignedInNoSubscription',
|
self::LegacyLicenseProContentActivated => 'LegacyLicenseProContentActivated',
|
||||||
|
self::FirstLaunchLegacyLicense => 'FirstLaunchLegacyLicense',
|
||||||
|
self::FullySignedOut => 'FullySignedOut',
|
||||||
|
self::FirstLaunchSignedInNoSubscriptionNoLicense => 'FirstLaunchSignedInNoSubscriptionNoLicense',
|
||||||
|
self::FirstLaunchSignedInNoSubscriptionLegacyLicense => 'FirstLaunchSignedInNoSubscriptionLegacyLicense',
|
||||||
];
|
];
|
||||||
|
|
||||||
public static function name($value)
|
public static function name($value)
|
||||||
|
|
|
||||||
|
|
@ -1,86 +0,0 @@
|
||||||
<?php
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
# source: registration.proto
|
|
||||||
|
|
||||||
namespace Registration\Core;
|
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf message <code>registration.core.PurchasedBibles</code>
|
|
||||||
*/
|
|
||||||
class PurchasedBibles extends \Google\Protobuf\Internal\Message
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status status = 1;</code>
|
|
||||||
*/
|
|
||||||
protected $status = 0;
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.PurchasedBible bibles = 2;</code>
|
|
||||||
*/
|
|
||||||
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 <code>.registration.core.Status status = 1;</code>
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public function getStatus()
|
|
||||||
{
|
|
||||||
return $this->status;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.Status status = 1;</code>
|
|
||||||
* @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 <code>repeated .registration.core.PurchasedBible bibles = 2;</code>
|
|
||||||
* @return \Google\Protobuf\Internal\RepeatedField
|
|
||||||
*/
|
|
||||||
public function getBibles()
|
|
||||||
{
|
|
||||||
return $this->bibles;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>repeated .registration.core.PurchasedBible bibles = 2;</code>
|
|
||||||
* @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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
# source: analyticsTrigger.proto
|
# source: registration.proto
|
||||||
|
|
||||||
namespace Rv\Analytics\Trigger;
|
namespace Registration\Core;
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
use Google\Protobuf\Internal\GPBType;
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf message <code>rv.analytics.Trigger.AudioBin</code>
|
* Generated from protobuf message <code>registration.core.ReadNotificationData</code>
|
||||||
*/
|
*/
|
||||||
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) {
|
public function __construct($data = NULL) {
|
||||||
\GPBMetadata\AnalyticsTrigger::initOnce();
|
\GPBMetadata\Registration::initOnce();
|
||||||
parent::__construct($data);
|
parent::__construct($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -25,8 +25,7 @@ class Request extends \Google\Protobuf\Internal\Message
|
||||||
* @type \Registration\Core\Register $register
|
* @type \Registration\Core\Register $register
|
||||||
* @type \Registration\Core\Unregister $unregister
|
* @type \Registration\Core\Unregister $unregister
|
||||||
* @type \Registration\Core\ChangeSeatType $change_seat_type
|
* @type \Registration\Core\ChangeSeatType $change_seat_type
|
||||||
* @type \Registration\Core\GetFreeBibles $get_free_bibles
|
* @type \Registration\Core\GetBibles $get_bibles
|
||||||
* @type \Registration\Core\GetPurchasedBibles $get_purchased_bibles
|
|
||||||
* @type \Registration\Core\ActivateBible $activate_bible
|
* @type \Registration\Core\ActivateBible $activate_bible
|
||||||
* @type \Registration\Core\DeactivateBible $deactivate_bible
|
* @type \Registration\Core\DeactivateBible $deactivate_bible
|
||||||
* @type \Registration\Core\DownloadBible $download_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\ActivateLink $activate_link
|
||||||
* @type \Registration\Core\UpdateToken $update_token
|
* @type \Registration\Core\UpdateToken $update_token
|
||||||
* @type \Registration\Core\OldTokenData $old_token_data
|
* @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) {
|
public function __construct($data = NULL) {
|
||||||
|
|
@ -128,214 +131,214 @@ class Request extends \Google\Protobuf\Internal\Message
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetFreeBibles get_free_bibles = 4;</code>
|
* Generated from protobuf field <code>.registration.core.GetBibles get_bibles = 4;</code>
|
||||||
* @return \Registration\Core\GetFreeBibles|null
|
* @return \Registration\Core\GetBibles|null
|
||||||
*/
|
*/
|
||||||
public function getGetFreeBibles()
|
public function getGetBibles()
|
||||||
{
|
{
|
||||||
return $this->readOneof(4);
|
return $this->readOneof(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasGetFreeBibles()
|
public function hasGetBibles()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(4);
|
return $this->hasOneof(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetFreeBibles get_free_bibles = 4;</code>
|
* Generated from protobuf field <code>.registration.core.GetBibles get_bibles = 4;</code>
|
||||||
* @param \Registration\Core\GetFreeBibles $var
|
* @param \Registration\Core\GetBibles $var
|
||||||
* @return $this
|
* @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);
|
$this->writeOneof(4, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetPurchasedBibles get_purchased_bibles = 5;</code>
|
* Generated from protobuf field <code>.registration.core.ActivateBible activate_bible = 5;</code>
|
||||||
* @return \Registration\Core\GetPurchasedBibles|null
|
* @return \Registration\Core\ActivateBible|null
|
||||||
*/
|
*/
|
||||||
public function getGetPurchasedBibles()
|
public function getActivateBible()
|
||||||
{
|
{
|
||||||
return $this->readOneof(5);
|
return $this->readOneof(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasGetPurchasedBibles()
|
public function hasActivateBible()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(5);
|
return $this->hasOneof(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetPurchasedBibles get_purchased_bibles = 5;</code>
|
* Generated from protobuf field <code>.registration.core.ActivateBible activate_bible = 5;</code>
|
||||||
* @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 <code>.registration.core.ActivateBible activate_bible = 6;</code>
|
|
||||||
* @return \Registration\Core\ActivateBible|null
|
|
||||||
*/
|
|
||||||
public function getActivateBible()
|
|
||||||
{
|
|
||||||
return $this->readOneof(6);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasActivateBible()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(6);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.ActivateBible activate_bible = 6;</code>
|
|
||||||
* @param \Registration\Core\ActivateBible $var
|
* @param \Registration\Core\ActivateBible $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setActivateBible($var)
|
public function setActivateBible($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\ActivateBible::class);
|
GPBUtil::checkMessage($var, \Registration\Core\ActivateBible::class);
|
||||||
$this->writeOneof(6, $var);
|
$this->writeOneof(5, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DeactivateBible deactivate_bible = 7;</code>
|
* Generated from protobuf field <code>.registration.core.DeactivateBible deactivate_bible = 6;</code>
|
||||||
* @return \Registration\Core\DeactivateBible|null
|
* @return \Registration\Core\DeactivateBible|null
|
||||||
*/
|
*/
|
||||||
public function getDeactivateBible()
|
public function getDeactivateBible()
|
||||||
{
|
{
|
||||||
return $this->readOneof(7);
|
return $this->readOneof(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasDeactivateBible()
|
public function hasDeactivateBible()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(7);
|
return $this->hasOneof(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DeactivateBible deactivate_bible = 7;</code>
|
* Generated from protobuf field <code>.registration.core.DeactivateBible deactivate_bible = 6;</code>
|
||||||
* @param \Registration\Core\DeactivateBible $var
|
* @param \Registration\Core\DeactivateBible $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setDeactivateBible($var)
|
public function setDeactivateBible($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\DeactivateBible::class);
|
GPBUtil::checkMessage($var, \Registration\Core\DeactivateBible::class);
|
||||||
$this->writeOneof(7, $var);
|
$this->writeOneof(6, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DownloadBible download_bible = 8;</code>
|
* Generated from protobuf field <code>.registration.core.DownloadBible download_bible = 7;</code>
|
||||||
* @return \Registration\Core\DownloadBible|null
|
* @return \Registration\Core\DownloadBible|null
|
||||||
*/
|
*/
|
||||||
public function getDownloadBible()
|
public function getDownloadBible()
|
||||||
{
|
{
|
||||||
return $this->readOneof(8);
|
return $this->readOneof(7);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasDownloadBible()
|
public function hasDownloadBible()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(8);
|
return $this->hasOneof(7);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.DownloadBible download_bible = 8;</code>
|
* Generated from protobuf field <code>.registration.core.DownloadBible download_bible = 7;</code>
|
||||||
* @param \Registration\Core\DownloadBible $var
|
* @param \Registration\Core\DownloadBible $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setDownloadBible($var)
|
public function setDownloadBible($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\DownloadBible::class);
|
GPBUtil::checkMessage($var, \Registration\Core\DownloadBible::class);
|
||||||
$this->writeOneof(8, $var);
|
$this->writeOneof(7, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.RegistrationData registration_data = 9;</code>
|
* Generated from protobuf field <code>.registration.core.RegistrationData registration_data = 8;</code>
|
||||||
* @return \Registration\Core\RegistrationData|null
|
* @return \Registration\Core\RegistrationData|null
|
||||||
*/
|
*/
|
||||||
public function getRegistrationData()
|
public function getRegistrationData()
|
||||||
{
|
{
|
||||||
return $this->readOneof(9);
|
return $this->readOneof(8);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasRegistrationData()
|
public function hasRegistrationData()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(9);
|
return $this->hasOneof(8);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.RegistrationData registration_data = 9;</code>
|
* Generated from protobuf field <code>.registration.core.RegistrationData registration_data = 8;</code>
|
||||||
* @param \Registration\Core\RegistrationData $var
|
* @param \Registration\Core\RegistrationData $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setRegistrationData($var)
|
public function setRegistrationData($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\RegistrationData::class);
|
GPBUtil::checkMessage($var, \Registration\Core\RegistrationData::class);
|
||||||
$this->writeOneof(9, $var);
|
$this->writeOneof(8, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ProductInformation product_information = 10;</code>
|
* Generated from protobuf field <code>.registration.core.ProductInformation product_information = 9;</code>
|
||||||
* @return \Registration\Core\ProductInformation|null
|
* @return \Registration\Core\ProductInformation|null
|
||||||
*/
|
*/
|
||||||
public function getProductInformation()
|
public function getProductInformation()
|
||||||
{
|
{
|
||||||
return $this->readOneof(10);
|
return $this->readOneof(9);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasProductInformation()
|
public function hasProductInformation()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(10);
|
return $this->hasOneof(9);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ProductInformation product_information = 10;</code>
|
* Generated from protobuf field <code>.registration.core.ProductInformation product_information = 9;</code>
|
||||||
* @param \Registration\Core\ProductInformation $var
|
* @param \Registration\Core\ProductInformation $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setProductInformation($var)
|
public function setProductInformation($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\ProductInformation::class);
|
GPBUtil::checkMessage($var, \Registration\Core\ProductInformation::class);
|
||||||
|
$this->writeOneof(9, $var);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.GetAvailableVersion get_upgrades_available = 10;</code>
|
||||||
|
* @return \Registration\Core\GetAvailableVersion|null
|
||||||
|
*/
|
||||||
|
public function getGetUpgradesAvailable()
|
||||||
|
{
|
||||||
|
return $this->readOneof(10);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasGetUpgradesAvailable()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(10);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.GetAvailableVersion get_upgrades_available = 10;</code>
|
||||||
|
* @param \Registration\Core\GetAvailableVersion $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setGetUpgradesAvailable($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkMessage($var, \Registration\Core\GetAvailableVersion::class);
|
||||||
$this->writeOneof(10, $var);
|
$this->writeOneof(10, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetAvailableVersion get_upgrades_available = 11;</code>
|
* Generated from protobuf field <code>.registration.core.GetAvailableVersion get_downgrade_available = 11;</code>
|
||||||
* @return \Registration\Core\GetAvailableVersion|null
|
* @return \Registration\Core\GetAvailableVersion|null
|
||||||
*/
|
*/
|
||||||
public function getGetUpgradesAvailable()
|
public function getGetDowngradeAvailable()
|
||||||
{
|
{
|
||||||
return $this->readOneof(11);
|
return $this->readOneof(11);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasGetUpgradesAvailable()
|
public function hasGetDowngradeAvailable()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(11);
|
return $this->hasOneof(11);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetAvailableVersion get_upgrades_available = 11;</code>
|
* Generated from protobuf field <code>.registration.core.GetAvailableVersion get_downgrade_available = 11;</code>
|
||||||
* @param \Registration\Core\GetAvailableVersion $var
|
* @param \Registration\Core\GetAvailableVersion $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setGetUpgradesAvailable($var)
|
public function setGetDowngradeAvailable($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\GetAvailableVersion::class);
|
GPBUtil::checkMessage($var, \Registration\Core\GetAvailableVersion::class);
|
||||||
$this->writeOneof(11, $var);
|
$this->writeOneof(11, $var);
|
||||||
|
|
@ -344,167 +347,248 @@ class Request extends \Google\Protobuf\Internal\Message
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetAvailableVersion get_downgrade_available = 12;</code>
|
* Generated from protobuf field <code>.registration.core.DownloadNewVersion download_new_version = 12;</code>
|
||||||
* @return \Registration\Core\GetAvailableVersion|null
|
* @return \Registration\Core\DownloadNewVersion|null
|
||||||
*/
|
*/
|
||||||
public function getGetDowngradeAvailable()
|
public function getDownloadNewVersion()
|
||||||
{
|
{
|
||||||
return $this->readOneof(12);
|
return $this->readOneof(12);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasGetDowngradeAvailable()
|
public function hasDownloadNewVersion()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(12);
|
return $this->hasOneof(12);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.GetAvailableVersion get_downgrade_available = 12;</code>
|
* Generated from protobuf field <code>.registration.core.DownloadNewVersion download_new_version = 12;</code>
|
||||||
* @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 <code>.registration.core.DownloadNewVersion download_new_version = 13;</code>
|
|
||||||
* @return \Registration\Core\DownloadNewVersion|null
|
|
||||||
*/
|
|
||||||
public function getDownloadNewVersion()
|
|
||||||
{
|
|
||||||
return $this->readOneof(13);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasDownloadNewVersion()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(13);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.registration.core.DownloadNewVersion download_new_version = 13;</code>
|
|
||||||
* @param \Registration\Core\DownloadNewVersion $var
|
* @param \Registration\Core\DownloadNewVersion $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setDownloadNewVersion($var)
|
public function setDownloadNewVersion($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\DownloadNewVersion::class);
|
GPBUtil::checkMessage($var, \Registration\Core\DownloadNewVersion::class);
|
||||||
$this->writeOneof(13, $var);
|
$this->writeOneof(12, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.Refresh refresh = 14;</code>
|
* Generated from protobuf field <code>.registration.core.Refresh refresh = 13;</code>
|
||||||
* @return \Registration\Core\Refresh|null
|
* @return \Registration\Core\Refresh|null
|
||||||
*/
|
*/
|
||||||
public function getRefresh()
|
public function getRefresh()
|
||||||
{
|
{
|
||||||
return $this->readOneof(14);
|
return $this->readOneof(13);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasRefresh()
|
public function hasRefresh()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(14);
|
return $this->hasOneof(13);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.Refresh refresh = 14;</code>
|
* Generated from protobuf field <code>.registration.core.Refresh refresh = 13;</code>
|
||||||
* @param \Registration\Core\Refresh $var
|
* @param \Registration\Core\Refresh $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setRefresh($var)
|
public function setRefresh($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\Refresh::class);
|
GPBUtil::checkMessage($var, \Registration\Core\Refresh::class);
|
||||||
$this->writeOneof(14, $var);
|
$this->writeOneof(13, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ActivateLink activate_link = 15;</code>
|
* Generated from protobuf field <code>.registration.core.ActivateLink activate_link = 14;</code>
|
||||||
* @return \Registration\Core\ActivateLink|null
|
* @return \Registration\Core\ActivateLink|null
|
||||||
*/
|
*/
|
||||||
public function getActivateLink()
|
public function getActivateLink()
|
||||||
{
|
{
|
||||||
return $this->readOneof(15);
|
return $this->readOneof(14);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasActivateLink()
|
public function hasActivateLink()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(15);
|
return $this->hasOneof(14);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.ActivateLink activate_link = 15;</code>
|
* Generated from protobuf field <code>.registration.core.ActivateLink activate_link = 14;</code>
|
||||||
* @param \Registration\Core\ActivateLink $var
|
* @param \Registration\Core\ActivateLink $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setActivateLink($var)
|
public function setActivateLink($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\ActivateLink::class);
|
GPBUtil::checkMessage($var, \Registration\Core\ActivateLink::class);
|
||||||
$this->writeOneof(15, $var);
|
$this->writeOneof(14, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.UpdateToken update_token = 16;</code>
|
* Generated from protobuf field <code>.registration.core.UpdateToken update_token = 15;</code>
|
||||||
* @return \Registration\Core\UpdateToken|null
|
* @return \Registration\Core\UpdateToken|null
|
||||||
*/
|
*/
|
||||||
public function getUpdateToken()
|
public function getUpdateToken()
|
||||||
{
|
{
|
||||||
return $this->readOneof(16);
|
return $this->readOneof(15);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasUpdateToken()
|
public function hasUpdateToken()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(16);
|
return $this->hasOneof(15);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.UpdateToken update_token = 16;</code>
|
* Generated from protobuf field <code>.registration.core.UpdateToken update_token = 15;</code>
|
||||||
* @param \Registration\Core\UpdateToken $var
|
* @param \Registration\Core\UpdateToken $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setUpdateToken($var)
|
public function setUpdateToken($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\UpdateToken::class);
|
GPBUtil::checkMessage($var, \Registration\Core\UpdateToken::class);
|
||||||
$this->writeOneof(16, $var);
|
$this->writeOneof(15, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.OldTokenData old_token_data = 17;</code>
|
* Generated from protobuf field <code>.registration.core.OldTokenData old_token_data = 16;</code>
|
||||||
* @return \Registration\Core\OldTokenData|null
|
* @return \Registration\Core\OldTokenData|null
|
||||||
*/
|
*/
|
||||||
public function getOldTokenData()
|
public function getOldTokenData()
|
||||||
{
|
{
|
||||||
return $this->readOneof(17);
|
return $this->readOneof(16);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasOldTokenData()
|
public function hasOldTokenData()
|
||||||
{
|
{
|
||||||
return $this->hasOneof(17);
|
return $this->hasOneof(16);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf field <code>.registration.core.OldTokenData old_token_data = 17;</code>
|
* Generated from protobuf field <code>.registration.core.OldTokenData old_token_data = 16;</code>
|
||||||
* @param \Registration\Core\OldTokenData $var
|
* @param \Registration\Core\OldTokenData $var
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setOldTokenData($var)
|
public function setOldTokenData($var)
|
||||||
{
|
{
|
||||||
GPBUtil::checkMessage($var, \Registration\Core\OldTokenData::class);
|
GPBUtil::checkMessage($var, \Registration\Core\OldTokenData::class);
|
||||||
|
$this->writeOneof(16, $var);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.Signout signout = 17;</code>
|
||||||
|
* @return \Registration\Core\Signout|null
|
||||||
|
*/
|
||||||
|
public function getSignout()
|
||||||
|
{
|
||||||
|
return $this->readOneof(17);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasSignout()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(17);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.Signout signout = 17;</code>
|
||||||
|
* @param \Registration\Core\Signout $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setSignout($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkMessage($var, \Registration\Core\Signout::class);
|
||||||
$this->writeOneof(17, $var);
|
$this->writeOneof(17, $var);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.GetActivateCode get_activate_code = 18;</code>
|
||||||
|
* @return \Registration\Core\GetActivateCode|null
|
||||||
|
*/
|
||||||
|
public function getGetActivateCode()
|
||||||
|
{
|
||||||
|
return $this->readOneof(18);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasGetActivateCode()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(18);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.GetActivateCode get_activate_code = 18;</code>
|
||||||
|
* @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 <code>.registration.core.NotificationData notification_data = 19;</code>
|
||||||
|
* @return \Registration\Core\NotificationData|null
|
||||||
|
*/
|
||||||
|
public function getNotificationData()
|
||||||
|
{
|
||||||
|
return $this->readOneof(19);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasNotificationData()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(19);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.NotificationData notification_data = 19;</code>
|
||||||
|
* @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 <code>.registration.core.MarkNotificationsRead markNotificationsRead = 20;</code>
|
||||||
|
* @return \Registration\Core\MarkNotificationsRead|null
|
||||||
|
*/
|
||||||
|
public function getMarkNotificationsRead()
|
||||||
|
{
|
||||||
|
return $this->readOneof(20);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasMarkNotificationsRead()
|
||||||
|
{
|
||||||
|
return $this->hasOneof(20);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.MarkNotificationsRead markNotificationsRead = 20;</code>
|
||||||
|
* @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
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
86
generated/Registration/Core/SetClientInfo.php
Normal file
86
generated/Registration/Core/SetClientInfo.php
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.SetClientInfo</code>
|
||||||
|
*/
|
||||||
|
class SetClientInfo extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>int32 client_id = 1;</code>
|
||||||
|
*/
|
||||||
|
protected $client_id = 0;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string client_secret = 2;</code>
|
||||||
|
*/
|
||||||
|
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 <code>int32 client_id = 1;</code>
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getClientId()
|
||||||
|
{
|
||||||
|
return $this->client_id;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>int32 client_id = 1;</code>
|
||||||
|
* @param int $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setClientId($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkInt32($var);
|
||||||
|
$this->client_id = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string client_secret = 2;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getClientSecret()
|
||||||
|
{
|
||||||
|
return $this->client_secret;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>string client_secret = 2;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setClientSecret($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, True);
|
||||||
|
$this->client_secret = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -10,9 +10,9 @@ use Google\Protobuf\Internal\RepeatedField;
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf message <code>registration.core.GetPurchasedBibles</code>
|
* Generated from protobuf message <code>registration.core.Signout</code>
|
||||||
*/
|
*/
|
||||||
class GetPurchasedBibles extends \Google\Protobuf\Internal\Message
|
class Signout extends \Google\Protobuf\Internal\Message
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -73,9 +73,25 @@ class Status
|
||||||
*/
|
*/
|
||||||
const NotInitialized = 14;
|
const NotInitialized = 14;
|
||||||
/**
|
/**
|
||||||
* Generated from protobuf enum <code>UnknownError = 15;</code>
|
* Generated from protobuf enum <code>TokenExpired = 15;</code>
|
||||||
*/
|
*/
|
||||||
const UnknownError = 15;
|
const TokenExpired = 15;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>TokenInvalid = 16;</code>
|
||||||
|
*/
|
||||||
|
const TokenInvalid = 16;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>ActivationCodeExpired = 17;</code>
|
||||||
|
*/
|
||||||
|
const ActivationCodeExpired = 17;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>ActivationCodeInvalid = 18;</code>
|
||||||
|
*/
|
||||||
|
const ActivationCodeInvalid = 18;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf enum <code>UnknownError = 19;</code>
|
||||||
|
*/
|
||||||
|
const UnknownError = 19;
|
||||||
|
|
||||||
private static $valueToName = [
|
private static $valueToName = [
|
||||||
self::Success => 'Success',
|
self::Success => 'Success',
|
||||||
|
|
@ -93,6 +109,10 @@ class Status
|
||||||
self::NetworkError => 'NetworkError',
|
self::NetworkError => 'NetworkError',
|
||||||
self::IOError => 'IOError',
|
self::IOError => 'IOError',
|
||||||
self::NotInitialized => 'NotInitialized',
|
self::NotInitialized => 'NotInitialized',
|
||||||
|
self::TokenExpired => 'TokenExpired',
|
||||||
|
self::TokenInvalid => 'TokenInvalid',
|
||||||
|
self::ActivationCodeExpired => 'ActivationCodeExpired',
|
||||||
|
self::ActivationCodeInvalid => 'ActivationCodeInvalid',
|
||||||
self::UnknownError => 'UnknownError',
|
self::UnknownError => 'UnknownError',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,10 @@ class UpgradesAvailable extends \Google\Protobuf\Internal\Message
|
||||||
* Generated from protobuf field <code>repeated .registration.core.BuildInformation upgrades = 5;</code>
|
* Generated from protobuf field <code>repeated .registration.core.BuildInformation upgrades = 5;</code>
|
||||||
*/
|
*/
|
||||||
private $upgrades;
|
private $upgrades;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 6;</code>
|
||||||
|
*/
|
||||||
|
protected $client_alert = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
@ -46,6 +50,7 @@ class UpgradesAvailable extends \Google\Protobuf\Internal\Message
|
||||||
* @type string $active_channel
|
* @type string $active_channel
|
||||||
* @type string $release_notes
|
* @type string $release_notes
|
||||||
* @type array<\Registration\Core\BuildInformation>|\Google\Protobuf\Internal\RepeatedField $upgrades
|
* @type array<\Registration\Core\BuildInformation>|\Google\Protobuf\Internal\RepeatedField $upgrades
|
||||||
|
* @type int $client_alert
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
public function __construct($data = NULL) {
|
public function __construct($data = NULL) {
|
||||||
|
|
@ -163,5 +168,27 @@ class UpgradesAvailable extends \Google\Protobuf\Internal\Message
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 6;</code>
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getClientAlert()
|
||||||
|
{
|
||||||
|
return $this->client_alert;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 6;</code>
|
||||||
|
* @param int $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setClientAlert($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkEnum($var, \Registration\Core\ClientAlertMessage::class);
|
||||||
|
$this->client_alert = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,14 @@ class VerificationComplete extends \Google\Protobuf\Internal\Message
|
||||||
* Generated from protobuf field <code>.registration.core.BannerMessage banner = 7;</code>
|
* Generated from protobuf field <code>.registration.core.BannerMessage banner = 7;</code>
|
||||||
*/
|
*/
|
||||||
protected $banner = 0;
|
protected $banner = 0;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 8;</code>
|
||||||
|
*/
|
||||||
|
protected $client_alert = 0;
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bool fully_launched = 9;</code>
|
||||||
|
*/
|
||||||
|
protected $fully_launched = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
@ -56,6 +64,8 @@ class VerificationComplete extends \Google\Protobuf\Internal\Message
|
||||||
* @type \Registration\Core\SubscriptionInfo $subscription_info
|
* @type \Registration\Core\SubscriptionInfo $subscription_info
|
||||||
* @type int $alert
|
* @type int $alert
|
||||||
* @type int $banner
|
* @type int $banner
|
||||||
|
* @type int $client_alert
|
||||||
|
* @type bool $fully_launched
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
public function __construct($data = NULL) {
|
public function __construct($data = NULL) {
|
||||||
|
|
@ -257,5 +267,49 @@ class VerificationComplete extends \Google\Protobuf\Internal\Message
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 8;</code>
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getClientAlert()
|
||||||
|
{
|
||||||
|
return $this->client_alert;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>.registration.core.ClientAlertMessage client_alert = 8;</code>
|
||||||
|
* @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 <code>bool fully_launched = 9;</code>
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getFullyLaunched()
|
||||||
|
{
|
||||||
|
return $this->fully_launched;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bool fully_launched = 9;</code>
|
||||||
|
* @param bool $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setFullyLaunched($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkBool($var);
|
||||||
|
$this->fully_launched = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
59
generated/Registration/Core/WriteNotificationData.php
Normal file
59
generated/Registration/Core/WriteNotificationData.php
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
<?php
|
||||||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||||
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||||||
|
# source: registration.proto
|
||||||
|
|
||||||
|
namespace Registration\Core;
|
||||||
|
|
||||||
|
use Google\Protobuf\Internal\GPBType;
|
||||||
|
use Google\Protobuf\Internal\RepeatedField;
|
||||||
|
use Google\Protobuf\Internal\GPBUtil;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf message <code>registration.core.WriteNotificationData</code>
|
||||||
|
*/
|
||||||
|
class WriteNotificationData extends \Google\Protobuf\Internal\Message
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bytes data = 1;</code>
|
||||||
|
*/
|
||||||
|
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 <code>bytes data = 1;</code>
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getData()
|
||||||
|
{
|
||||||
|
return $this->data;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generated from protobuf field <code>bytes data = 1;</code>
|
||||||
|
* @param string $var
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function setData($var)
|
||||||
|
{
|
||||||
|
GPBUtil::checkString($var, False);
|
||||||
|
$this->data = $var;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1,69 +0,0 @@
|
||||||
<?php
|
|
||||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
||||||
# NO CHECKED-IN PROTOBUF GENCODE
|
|
||||||
# source: analyticsApi.proto
|
|
||||||
|
|
||||||
namespace Rv\Analytics;
|
|
||||||
|
|
||||||
use Google\Protobuf\Internal\GPBType;
|
|
||||||
use Google\Protobuf\Internal\RepeatedField;
|
|
||||||
use Google\Protobuf\Internal\GPBUtil;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf message <code>rv.analytics.API</code>
|
|
||||||
*/
|
|
||||||
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 <code>.rv.analytics.API.MessageReceived message_received = 1;</code>
|
|
||||||
* @return \Rv\Analytics\API\MessageReceived|null
|
|
||||||
*/
|
|
||||||
public function getMessageReceived()
|
|
||||||
{
|
|
||||||
return $this->readOneof(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function hasMessageReceived()
|
|
||||||
{
|
|
||||||
return $this->hasOneof(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generated from protobuf field <code>.rv.analytics.API.MessageReceived message_received = 1;</code>
|
|
||||||
* @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");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue