blob: fae44bb0f5329554487843965c82035bd08adacd [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.7.0_131) on Fri Mar 10 00:30:29 UTC 2017 -->
<title>Protos.Offer.OperationOrBuilder</title>
<meta name="date" content="2017-03-10">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Protos.Offer.OperationOrBuilder";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../org/apache/mesos/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/apache/mesos/Protos.Offer.Operation.UnreserveOrBuilder.html" title="interface in org.apache.mesos"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/apache/mesos/Protos.OfferID.html" title="class in org.apache.mesos"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/mesos/Protos.Offer.OperationOrBuilder.html" target="_top">Frames</a></li>
<li><a href="Protos.Offer.OperationOrBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.mesos</div>
<h2 title="Interface Protos.Offer.OperationOrBuilder" class="title">Interface Protos.Offer.OperationOrBuilder</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../org/apache/mesos/Protos.Offer.Operation.html" title="class in org.apache.mesos">Protos.Offer.Operation</a>, <a href="../../../org/apache/mesos/Protos.Offer.Operation.Builder.html" title="class in org.apache.mesos">Protos.Offer.Operation.Builder</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../org/apache/mesos/Protos.Offer.html" title="class in org.apache.mesos">Protos.Offer</a></dd>
</dl>
<hr>
<br>
<pre>public static interface <span class="strong">Protos.Offer.OperationOrBuilder</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.Create.html" title="class in org.apache.mesos">Protos.Offer.Operation.Create</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getCreate()">getCreate</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Create create = 5;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.CreateOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.CreateOrBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getCreateOrBuilder()">getCreateOrBuilder</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Create create = 5;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.Destroy.html" title="class in org.apache.mesos">Protos.Offer.Operation.Destroy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getDestroy()">getDestroy</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Destroy destroy = 6;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.DestroyOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.DestroyOrBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getDestroyOrBuilder()">getDestroyOrBuilder</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Destroy destroy = 6;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.Launch.html" title="class in org.apache.mesos">Protos.Offer.Operation.Launch</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getLaunch()">getLaunch</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Launch launch = 2;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.LaunchGroup.html" title="class in org.apache.mesos">Protos.Offer.Operation.LaunchGroup</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getLaunchGroup()">getLaunchGroup</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.LaunchGroup launch_group = 7;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.LaunchGroupOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.LaunchGroupOrBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getLaunchGroupOrBuilder()">getLaunchGroupOrBuilder</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.LaunchGroup launch_group = 7;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.LaunchOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.LaunchOrBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getLaunchOrBuilder()">getLaunchOrBuilder</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Launch launch = 2;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.Reserve.html" title="class in org.apache.mesos">Protos.Offer.Operation.Reserve</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getReserve()">getReserve</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Reserve reserve = 3;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.ReserveOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.ReserveOrBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getReserveOrBuilder()">getReserveOrBuilder</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Reserve reserve = 3;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.Type.html" title="enum in org.apache.mesos">Protos.Offer.Operation.Type</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getType()">getType</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Type type = 1;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.Unreserve.html" title="class in org.apache.mesos">Protos.Offer.Operation.Unreserve</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getUnreserve()">getUnreserve</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Unreserve unreserve = 4;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Offer.Operation.UnreserveOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.UnreserveOrBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#getUnreserveOrBuilder()">getUnreserveOrBuilder</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Unreserve unreserve = 4;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#hasCreate()">hasCreate</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Create create = 5;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#hasDestroy()">hasDestroy</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Destroy destroy = 6;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#hasLaunch()">hasLaunch</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Launch launch = 2;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#hasLaunchGroup()">hasLaunchGroup</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.LaunchGroup launch_group = 7;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#hasReserve()">hasReserve</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Reserve reserve = 3;</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#hasType()">hasType</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Type type = 1;</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/mesos/Protos.Offer.OperationOrBuilder.html#hasUnreserve()">hasUnreserve</a></strong>()</code>
<div class="block"><code>optional .mesos.Offer.Operation.Unreserve unreserve = 4;</code></div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="hasType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasType</h4>
<pre>boolean&nbsp;hasType()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Type type = 1;</code></div>
</li>
</ul>
<a name="getType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getType</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.Type.html" title="enum in org.apache.mesos">Protos.Offer.Operation.Type</a>&nbsp;getType()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Type type = 1;</code></div>
</li>
</ul>
<a name="hasLaunch()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasLaunch</h4>
<pre>boolean&nbsp;hasLaunch()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Launch launch = 2;</code></div>
</li>
</ul>
<a name="getLaunch()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLaunch</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.Launch.html" title="class in org.apache.mesos">Protos.Offer.Operation.Launch</a>&nbsp;getLaunch()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Launch launch = 2;</code></div>
</li>
</ul>
<a name="getLaunchOrBuilder()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLaunchOrBuilder</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.LaunchOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.LaunchOrBuilder</a>&nbsp;getLaunchOrBuilder()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Launch launch = 2;</code></div>
</li>
</ul>
<a name="hasLaunchGroup()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasLaunchGroup</h4>
<pre>boolean&nbsp;hasLaunchGroup()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.LaunchGroup launch_group = 7;</code></div>
</li>
</ul>
<a name="getLaunchGroup()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLaunchGroup</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.LaunchGroup.html" title="class in org.apache.mesos">Protos.Offer.Operation.LaunchGroup</a>&nbsp;getLaunchGroup()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.LaunchGroup launch_group = 7;</code></div>
</li>
</ul>
<a name="getLaunchGroupOrBuilder()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLaunchGroupOrBuilder</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.LaunchGroupOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.LaunchGroupOrBuilder</a>&nbsp;getLaunchGroupOrBuilder()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.LaunchGroup launch_group = 7;</code></div>
</li>
</ul>
<a name="hasReserve()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasReserve</h4>
<pre>boolean&nbsp;hasReserve()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Reserve reserve = 3;</code></div>
</li>
</ul>
<a name="getReserve()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReserve</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.Reserve.html" title="class in org.apache.mesos">Protos.Offer.Operation.Reserve</a>&nbsp;getReserve()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Reserve reserve = 3;</code></div>
</li>
</ul>
<a name="getReserveOrBuilder()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReserveOrBuilder</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.ReserveOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.ReserveOrBuilder</a>&nbsp;getReserveOrBuilder()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Reserve reserve = 3;</code></div>
</li>
</ul>
<a name="hasUnreserve()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasUnreserve</h4>
<pre>boolean&nbsp;hasUnreserve()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Unreserve unreserve = 4;</code></div>
</li>
</ul>
<a name="getUnreserve()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUnreserve</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.Unreserve.html" title="class in org.apache.mesos">Protos.Offer.Operation.Unreserve</a>&nbsp;getUnreserve()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Unreserve unreserve = 4;</code></div>
</li>
</ul>
<a name="getUnreserveOrBuilder()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUnreserveOrBuilder</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.UnreserveOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.UnreserveOrBuilder</a>&nbsp;getUnreserveOrBuilder()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Unreserve unreserve = 4;</code></div>
</li>
</ul>
<a name="hasCreate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasCreate</h4>
<pre>boolean&nbsp;hasCreate()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Create create = 5;</code></div>
</li>
</ul>
<a name="getCreate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCreate</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.Create.html" title="class in org.apache.mesos">Protos.Offer.Operation.Create</a>&nbsp;getCreate()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Create create = 5;</code></div>
</li>
</ul>
<a name="getCreateOrBuilder()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCreateOrBuilder</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.CreateOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.CreateOrBuilder</a>&nbsp;getCreateOrBuilder()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Create create = 5;</code></div>
</li>
</ul>
<a name="hasDestroy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasDestroy</h4>
<pre>boolean&nbsp;hasDestroy()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Destroy destroy = 6;</code></div>
</li>
</ul>
<a name="getDestroy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDestroy</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.Destroy.html" title="class in org.apache.mesos">Protos.Offer.Operation.Destroy</a>&nbsp;getDestroy()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Destroy destroy = 6;</code></div>
</li>
</ul>
<a name="getDestroyOrBuilder()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getDestroyOrBuilder</h4>
<pre><a href="../../../org/apache/mesos/Protos.Offer.Operation.DestroyOrBuilder.html" title="interface in org.apache.mesos">Protos.Offer.Operation.DestroyOrBuilder</a>&nbsp;getDestroyOrBuilder()</pre>
<div class="block"><code>optional .mesos.Offer.Operation.Destroy destroy = 6;</code></div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../org/apache/mesos/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/apache/mesos/Protos.Offer.Operation.UnreserveOrBuilder.html" title="interface in org.apache.mesos"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/apache/mesos/Protos.OfferID.html" title="class in org.apache.mesos"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/mesos/Protos.Offer.OperationOrBuilder.html" target="_top">Frames</a></li>
<li><a href="Protos.Offer.OperationOrBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>