Proto commits in KillrVideo/killrvideo-python

These 18 commits are when the Protocol Buffers files have changed:

Commit:420ad68
Author:Jeffrey Carpenter

Add 'lib/killrvideo-service-protos/' from commit '90c9c87e818c321f3914e262f4709b3e9e5f13f6' git-subtree-dir: lib/killrvideo-service-protos git-subtree-mainline: f259188a1eef78df3f0410d64e0c9661b49c2d15 git-subtree-split: 90c9c87e818c321f3914e262f4709b3e9e5f13f6

The documentation is generated from this commit.

Commit:90c9c87
Author:Luke Tillman

Remove sample data as a service - This is now a standalone application that can be reused by multiple service implementations, rather than a service itself that needs to be reimplemented everywhere

Commit:f66913b
Author:Luke Tillman

In services that provide paging, allow "stable" paging where possible by allowing the client to provide that starting point for the list

Commit:765d688
Author:Luke Tillman

Update C# namespace for common types

Commit:c702994
Author:Luke Tillman

Add compiler option for when compiling to C# (other languages hints can be added as necessary)

Commit:2c7cda6
Author:Luke Tillman

Use fully-qualified names on common types (Uuid and TimeUuid)

Commit:a7bb4f0
Author:Luke Tillman

Add package name to common and update some other package names

Commit:19f4aac
Author:Luke Tillman

Use fully-qualified name for google.protobuf.Timestamp type (otherwise compiler will fail)

Commit:6bd9b86
Author:Luke Tillman

Add service definition and events for video catalog

Commit:07eaae5
Author:Luke Tillman

Add definition for user management service and events

Commit:cea62d7
Author:Luke Tillman

Add upload service and events definition

Commit:b1ba68d
Author:Luke Tillman

Add suggested videos service definition

Commit:c4a57b9
Author:Luke Tillman

Fix package namespace for sample data

Commit:9a05ab2
Author:Luke Tillman
Committer:Luke Tillman

Add definition for statistics service

Commit:f66e9ec
Author:Luke Tillman

Add search service definition, add a couple missing fields to comments service definition

Commit:c0a1caf
Author:Luke Tillman

Add the sample data service definition

Commit:124fc9f
Author:Luke Tillman

Add ratings service/events definition

Commit:104de8c
Author:Luke Tillman

Add some common definitions and the API for comments service/events