blob: 2a90632bd0d9cfbd59d5aac07ee33426326c1565 [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.8.0_181-google-v7) on Fri Oct 04 15:32:52 PDT 2019 -->
<title>IAMPolicyGrpc (java API)</title>
<meta name="date" content="2019-10-04">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IAMPolicyGrpc (java API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="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="../../../../com/google/iam/v1/GetPolicyOptionsOrBuilder.html" title="interface in com.google.iam.v1"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyBlockingStub.html" title="class in com.google.iam.v1"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/google/iam/v1/IAMPolicyGrpc.html" target="_top">Frames</a></li>
<li><a href="IAMPolicyGrpc.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&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">com.google.iam.v1</div>
<h2 title="Class IAMPolicyGrpc" class="title">Class IAMPolicyGrpc</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.google.iam.v1.IAMPolicyGrpc</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>@Generated(value="by gRPC proto compiler (version 1.10.0)",
comments="Source: google/iam/v1/iam_policy.proto")
public final class <span class="typeNameLabel">IAMPolicyGrpc</span>
extends java.lang.Object</pre>
<div class="block"><pre>
## API Overview
Manages Identity and Access Management (IAM) policies.
Any implementation of an API that offers access control features
implements the google.iam.v1.IAMPolicy interface.
## Data model
Access control is applied when a principal (user or service account), takes
some action on a resource exposed by a service. Resources, identified by
URI-like names, are the unit of access control specification. Service
implementations can choose the granularity of access control and the
supported permissions for their resources.
For example one database service may allow access control to be
specified only at the Table level, whereas another might allow access control
to also be specified at the Column level.
## Policy Structure
See google.iam.v1.Policy
This is intentionally not a CRUD style API because access control policies
are created and deleted implicitly with the resources to which they are
attached.
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyBlockingStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyBlockingStub</a></span></code>
<div class="block">
## API Overview
Manages Identity and Access Management (IAM) policies.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyFutureStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyFutureStub</a></span></code>
<div class="block">
## API Overview
Manages Identity and Access Management (IAM) policies.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyImplBase.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyImplBase</a></span></code>
<div class="block">
## API Overview
Manages Identity and Access Management (IAM) policies.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyStub</a></span></code>
<div class="block">
## API Overview
Manages Identity and Access Management (IAM) policies.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/GetIamPolicyRequest.html" title="class in com.google.iam.v1">GetIamPolicyRequest</a>,<a href="../../../../com/google/iam/v1/Policy.html" title="class in com.google.iam.v1">Policy</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#METHOD_GET_IAM_POLICY">METHOD_GET_IAM_POLICY</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/SetIamPolicyRequest.html" title="class in com.google.iam.v1">SetIamPolicyRequest</a>,<a href="../../../../com/google/iam/v1/Policy.html" title="class in com.google.iam.v1">Policy</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#METHOD_SET_IAM_POLICY">METHOD_SET_IAM_POLICY</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/TestIamPermissionsRequest.html" title="class in com.google.iam.v1">TestIamPermissionsRequest</a>,<a href="../../../../com/google/iam/v1/TestIamPermissionsResponse.html" title="class in com.google.iam.v1">TestIamPermissionsResponse</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#METHOD_TEST_IAM_PERMISSIONS">METHOD_TEST_IAM_PERMISSIONS</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#SERVICE_NAME">SERVICE_NAME</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/GetIamPolicyRequest.html" title="class in com.google.iam.v1">GetIamPolicyRequest</a>,<a href="../../../../com/google/iam/v1/Policy.html" title="class in com.google.iam.v1">Policy</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#getGetIamPolicyMethod--">getGetIamPolicyMethod</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static io.grpc.ServiceDescriptor</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#getServiceDescriptor--">getServiceDescriptor</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/SetIamPolicyRequest.html" title="class in com.google.iam.v1">SetIamPolicyRequest</a>,<a href="../../../../com/google/iam/v1/Policy.html" title="class in com.google.iam.v1">Policy</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#getSetIamPolicyMethod--">getSetIamPolicyMethod</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/TestIamPermissionsRequest.html" title="class in com.google.iam.v1">TestIamPermissionsRequest</a>,<a href="../../../../com/google/iam/v1/TestIamPermissionsResponse.html" title="class in com.google.iam.v1">TestIamPermissionsResponse</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#getTestIamPermissionsMethod--">getTestIamPermissionsMethod</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyBlockingStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyBlockingStub</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#newBlockingStub-io.grpc.Channel-">newBlockingStub</a></span>(io.grpc.Channel&nbsp;channel)</code>
<div class="block">Creates a new blocking-style stub that supports unary and streaming output calls on the service</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyFutureStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyFutureStub</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#newFutureStub-io.grpc.Channel-">newFutureStub</a></span>(io.grpc.Channel&nbsp;channel)</code>
<div class="block">Creates a new ListenableFuture-style stub that supports unary calls on the service</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyStub</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.html#newStub-io.grpc.Channel-">newStub</a></span>(io.grpc.Channel&nbsp;channel)</code>
<div class="block">Creates a new async stub that supports all call types for the service</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="SERVICE_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SERVICE_NAME</h4>
<pre>public static final&nbsp;java.lang.String SERVICE_NAME</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.google.iam.v1.IAMPolicyGrpc.SERVICE_NAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="METHOD_SET_IAM_POLICY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METHOD_SET_IAM_POLICY</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
@Deprecated
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/SetIamPolicyRequest.html" title="class in com.google.iam.v1">SetIamPolicyRequest</a>,<a href="../../../../com/google/iam/v1/Policy.html" title="class in com.google.iam.v1">Policy</a>&gt; METHOD_SET_IAM_POLICY</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</li>
</ul>
<a name="METHOD_GET_IAM_POLICY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METHOD_GET_IAM_POLICY</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
@Deprecated
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/GetIamPolicyRequest.html" title="class in com.google.iam.v1">GetIamPolicyRequest</a>,<a href="../../../../com/google/iam/v1/Policy.html" title="class in com.google.iam.v1">Policy</a>&gt; METHOD_GET_IAM_POLICY</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</li>
</ul>
<a name="METHOD_TEST_IAM_PERMISSIONS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>METHOD_TEST_IAM_PERMISSIONS</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
@Deprecated
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/TestIamPermissionsRequest.html" title="class in com.google.iam.v1">TestIamPermissionsRequest</a>,<a href="../../../../com/google/iam/v1/TestIamPermissionsResponse.html" title="class in com.google.iam.v1">TestIamPermissionsResponse</a>&gt; METHOD_TEST_IAM_PERMISSIONS</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getSetIamPolicyMethod--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSetIamPolicyMethod</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/SetIamPolicyRequest.html" title="class in com.google.iam.v1">SetIamPolicyRequest</a>,<a href="../../../../com/google/iam/v1/Policy.html" title="class in com.google.iam.v1">Policy</a>&gt;&nbsp;getSetIamPolicyMethod()</pre>
</li>
</ul>
<a name="getGetIamPolicyMethod--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGetIamPolicyMethod</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/GetIamPolicyRequest.html" title="class in com.google.iam.v1">GetIamPolicyRequest</a>,<a href="../../../../com/google/iam/v1/Policy.html" title="class in com.google.iam.v1">Policy</a>&gt;&nbsp;getGetIamPolicyMethod()</pre>
</li>
</ul>
<a name="getTestIamPermissionsMethod--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTestIamPermissionsMethod</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../com/google/iam/v1/TestIamPermissionsRequest.html" title="class in com.google.iam.v1">TestIamPermissionsRequest</a>,<a href="../../../../com/google/iam/v1/TestIamPermissionsResponse.html" title="class in com.google.iam.v1">TestIamPermissionsResponse</a>&gt;&nbsp;getTestIamPermissionsMethod()</pre>
</li>
</ul>
<a name="newStub-io.grpc.Channel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newStub</h4>
<pre>public static&nbsp;<a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyStub</a>&nbsp;newStub(io.grpc.Channel&nbsp;channel)</pre>
<div class="block">Creates a new async stub that supports all call types for the service</div>
</li>
</ul>
<a name="newBlockingStub-io.grpc.Channel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newBlockingStub</h4>
<pre>public static&nbsp;<a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyBlockingStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyBlockingStub</a>&nbsp;newBlockingStub(io.grpc.Channel&nbsp;channel)</pre>
<div class="block">Creates a new blocking-style stub that supports unary and streaming output calls on the service</div>
</li>
</ul>
<a name="newFutureStub-io.grpc.Channel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newFutureStub</h4>
<pre>public static&nbsp;<a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyFutureStub.html" title="class in com.google.iam.v1">IAMPolicyGrpc.IAMPolicyFutureStub</a>&nbsp;newFutureStub(io.grpc.Channel&nbsp;channel)</pre>
<div class="block">Creates a new ListenableFuture-style stub that supports unary calls on the service</div>
</li>
</ul>
<a name="getServiceDescriptor--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getServiceDescriptor</h4>
<pre>public static&nbsp;io.grpc.ServiceDescriptor&nbsp;getServiceDescriptor()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="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="../../../../com/google/iam/v1/GetPolicyOptionsOrBuilder.html" title="interface in com.google.iam.v1"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/google/iam/v1/IAMPolicyGrpc.IAMPolicyBlockingStub.html" title="class in com.google.iam.v1"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/google/iam/v1/IAMPolicyGrpc.html" target="_top">Frames</a></li>
<li><a href="IAMPolicyGrpc.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&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>