Mesos

Mesos

new Mesos() → {object}

The Mesos protocol buffers helper

Source:
Returns:
Type:
object

An object with the Mesos protocol buffer definitions

Methods

build(messageType) → {ProtoBuf.Message|undefined|ProtoBuf.Message}

Convenience method to get a ProtoBuf.Message instance of the specified messageType

Source:
Parameters:
Name Type Description
messageType string

The

Returns:
Type:
ProtoBuf.Message | undefined | ProtoBuf.Message

A ProtoBuf.Message instance

getBuilder() → {ProtoBuf.Builder|undefined|ProtoBuf.Builder}

Get a ProtoBuf.Builder instance

Source:
Returns:
Type:
ProtoBuf.Builder | undefined | ProtoBuf.Builder

A ProtoBuf.Builder instance

getMesos() → {Mesos}

Source:
Returns:
Type:
Mesos

getProtoBuf() → {function}

Get a reference to the protobuf.js module

Source:
Returns:
Type:
function

A reference to the protobuf.js module