Proto commits in tsuna/gohbase

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

Commit:58ca36d
Author:Claire Iacono
Committer:Aaron Beitch

pb: Add Admin.proto

The documentation is generated from this commit.

Commit:c8b69fd
Author:Claire Iacono
Committer:GitHub

hrpc: enable ScanMetrics (#254) Enable tracking scan metrics in the ScanResponse. Clients can access the metrics via calls to scanner.GetScanMetrics().

Commit:d372164
Author:Warren Hodgkinson
Committer:Benoit Sigoure

Propagate tracing information to hbase server

Commit:e8dcfdb
Author:Andrey Elenskiy
Committer:Andrey Elenskiy

gohbase: switch to google.golang.org/protobuf from deprecated github.com/golang/protobuf Change-Id: I8b249c886b2a348df85553dc4473e9d031e0a9b8

Commit:bba30e1
Author:Benoit Sigoure
Committer:Benoit Sigoure

pb: Remove unnecessary .proto files. These files range from useless to very unlikely to be needed in gohbase. Change-Id: I4cf69f54935ffd800dfa98cc99e8b7d829a747e0

Commit:a4aed99
Author:Ben Guidarelli
Committer:Andrey Elenskiy

adding protofiles from 1.3 branch

Commit:155803a
Author:Andrey Elenskiy

pb: move protobuf files out of internal Useful for debugging and implementing Client interface Change-Id: Ia721419ce1194ddaaa772b6bd1f3234fa802854a

Commit:15047cd
Author:Andrey Elenskiy
Committer:Andrey Elenskiy

gohbase/zk, gohbase/pb: make packages internal There's no need for them to be used by other than gohbase code Change-Id: Ic98320d803033f68f05010b8e96f2798f8ff6a54

Commit:81bab18
Author:Albert Strasheim
Committer:Benoit Sigoure

Update .proto files. Add Master.proto. Change-Id: I64b7bd05fbc5614cf71b0a6f4f884bdcc5b9211f

Commit:59d56f7
Author:Benoit Sigoure
Committer:Benoit Sigoure

Add the HBase protobuf files. These are actually the cleaned-up versions from AsyncHBase.