> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GrantPermissionRequest

> GrantPermissionRequest — Kinetica Java API

<div className="kinetica-javadoc">
  <div className="header">
    <div className="sub-title"><span className="package-label-in-type">Package</span> <a href="/content/api/java/com/gpudb/protocol/package-summary">com.gpudb.protocol</a></div>
    <h1 title="Class GrantPermissionRequest" className="title">Class GrantPermissionRequest</h1>
  </div>

  <div className="inheritance" title="Inheritance Tree">
    <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">java.lang.Object</a>
    <div className="inheritance">com.gpudb.protocol.GrantPermissionRequest</div>
  </div>

  <div className="section class-description" id="class-description">
    <div className="dl notes">
      <div className="dt">All Implemented Interfaces:</div>
      <div className="dd"><code>org.apache.avro.generic.GenericContainer</code>, <code>org.apache.avro.generic.IndexedRecord</code></div>
    </div>

    <hr />

    <div className="type-signature"><span className="modifiers">public class </span><span className="element-name type-name-label">GrantPermissionRequest</span> <span className="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> implements org.apache.avro.generic.IndexedRecord</span></div>

    <div className="block">
      A set of parameters for <a href="/content/api/java/com/gpudb/GPUdb#grantPermission(com.gpudb.protocol.GrantPermissionRequest)"><code>GPUdb.grantPermission</code></a>.
      <p> Grant user or role the specified permission on the specified object.</p>
    </div>
  </div>

  <div className="section summary">
    <ul className="summary-list">
      <li>
        <div className="section nested-class-summary" id="nested-class-summary">
          <h2>Nested Class Summary</h2>
          <div className="caption"><span>Nested Classes</span></div>

          <div className="summary-table three-column-summary">
            <div className="table-header col-first">Modifier and Type</div>
            <div className="table-header col-second">Class</div>
            <div className="table-header col-last">Description</div>
            <div className="col-first even-row-color"><code>static final class </code></div>
            <div className="col-second even-row-color"><code><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType" className="type-name-link" title="class in com.gpudb.protocol">GrantPermissionRequest.ObjectType</a></code></div>

            <div className="col-last even-row-color">
              <div className="block">A set of string constants for the <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol"><code>GrantPermissionRequest</code></a> parameter <a href="#getObjectType()"><code>objectType</code></a>.</div>
            </div>

            <div className="col-first odd-row-color"><code>static final class </code></div>
            <div className="col-second odd-row-color"><code><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options" className="type-name-link" title="class in com.gpudb.protocol">GrantPermissionRequest.Options</a></code></div>

            <div className="col-last odd-row-color">
              <div className="block">A set of string constants for the <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol"><code>GrantPermissionRequest</code></a> parameter <a href="#getOptions()"><code>options</code></a>.</div>
            </div>

            <div className="col-first even-row-color"><code>static final class </code></div>
            <div className="col-second even-row-color"><code><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission" className="type-name-link" title="class in com.gpudb.protocol">GrantPermissionRequest.Permission</a></code></div>

            <div className="col-last even-row-color">
              <div className="block">A set of string constants for the <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol"><code>GrantPermissionRequest</code></a> parameter <a href="#getPermission()"><code>permission</code></a>.</div>
            </div>
          </div>
        </div>
      </li>

      <li>
        <div className="section constructor-summary" id="constructor-summary">
          <h2>Constructor Summary</h2>
          <div className="caption"><span>Constructors</span></div>

          <div className="summary-table two-column-summary">
            <div className="table-header col-first">Constructor</div>
            <div className="table-header col-last">Description</div>
            <div className="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" className="member-name-link">GrantPermissionRequest</a>()</code></div>

            <div className="col-last even-row-color">
              <div className="block">Constructs a GrantPermissionRequest object with default parameters.</div>
            </div>

            <div className="col-constructor-name odd-row-color"><code><a href="#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map)" className="member-name-link">GrantPermissionRequest</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> principal, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> object, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> objectType, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> permission, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</code></div>

            <div className="col-last odd-row-color">
              <div className="block">Constructs a GrantPermissionRequest object with the specified parameters.</div>
            </div>
          </div>
        </div>
      </li>

      <li>
        <div className="section method-summary" id="method-summary">
          <h2>Method Summary</h2>

          <div id="method-summary-table">
            <div className="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabIndex="0" className="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Concrete Methods</button></div>

            <div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
              <div className="summary-table three-column-summary">
                <div className="table-header col-first">Modifier and Type</div>
                <div className="table-header col-second">Method</div>
                <div className="table-header col-last">Description</div>
                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#equals(java.lang.Object)" className="member-name-link">equals</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> obj)</code></div>
                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#get(int)" className="member-name-link">get</a><wbr />(int index)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.avro.Schema</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getClassSchema()" className="member-name-link">getClassSchema</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getObject()" className="member-name-link">getObject</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Name of object permission is being granted to.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getObjectType()" className="member-name-link">getObjectType</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">The type of object being granted to.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOptions()" className="member-name-link">getOptions</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Optional parameters.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getPermission()" className="member-name-link">getPermission</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Permission being granted.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getPrincipal()" className="member-name-link">getPrincipal</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Name of the user or role for which the permission is being granted.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>org.apache.avro.Schema</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSchema()" className="member-name-link">getSchema</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hashCode()" className="member-name-link">hashCode</a>()</code></div>
                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#put(int,java.lang.Object)" className="member-name-link">put</a><wbr />(int index, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> value)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setObject(java.lang.String)" className="member-name-link">setObject</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> object)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Name of object permission is being granted to.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setObjectType(java.lang.String)" className="member-name-link">setObjectType</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> objectType)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">The type of object being granted to.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setOptions(java.util.Map)" className="member-name-link">setOptions</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Optional parameters.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setPermission(java.lang.String)" className="member-name-link">setPermission</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> permission)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Permission being granted.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setPrincipal(java.lang.String)" className="member-name-link">setPrincipal</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> principal)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Name of the user or role for which the permission is being granted.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" className="member-name-link">toString</a>()</code></div>
                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
              </div>
            </div>
          </div>

          <div className="inherited-list">
            <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></h3>
            <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" className="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" className="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" className="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" className="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" className="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" className="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" className="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" className="external-link">wait</a></code>
          </div>
        </div>
      </li>
    </ul>
  </div>

  <div className="section details">
    <ul className="details-list">
      <li>
        <div className="section constructor-details" id="constructor-detail">
          <h2>Constructor Details</h2>

          <ul className="member-list">
            <li>
              <div className="section detail" id="<init>()">
                <h3>GrantPermissionRequest</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="element-name">GrantPermissionRequest</span>()</div>
                <div className="block">Constructs a GrantPermissionRequest object with default parameters.</div>
              </div>
            </li>

            <li>
              <div className="section detail" id="<init>(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map)">
                <h3>GrantPermissionRequest</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="element-name">GrantPermissionRequest</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> principal, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> object, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> objectType, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> permission, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</span></div>
                <div className="block">Constructs a GrantPermissionRequest object with the specified parameters.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>principal</code> - Name of the user or role for which the permission is being granted. Must be an existing user or role. The default value is ''.</div>
                  <div className="dd"><code>object</code> - Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible.</div>

                  <div className="dd">
                    <code>objectType</code> - The type of object being granted to. Supported values:

                    <ul>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CATALOG"><code>CATALOG</code></a>: Catalog </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CONTEXT"><code>CONTEXT</code></a>: Context </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CREDENTIAL"><code>CREDENTIAL</code></a>: Credential </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DATASINK"><code>DATASINK</code></a>: Data Sink </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DATASOURCE"><code>DATASOURCE</code></a>: Data Source </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DIRECTORY"><code>DIRECTORY</code></a>: KIFS File Directory </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#GRAPH"><code>GRAPH</code></a>: A Graph object </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#PROC"><code>PROC</code></a>: UDF Procedure </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SCHEMA"><code>SCHEMA</code></a>: Schema </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SQL_PROC"><code>SQL\_PROC</code></a>: SQL Procedure </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SYSTEM"><code>SYSTEM</code></a>: System-level access </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#TABLE"><code>TABLE</code></a>: Database Table </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#TABLE_MONITOR"><code>TABLE\_MONITOR</code></a>: Table monitor </li>
                    </ul>
                  </div>

                  <div className="dd">
                    <code>permission</code> - Permission being granted. Supported values:

                    <ul>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#ADMIN"><code>ADMIN</code></a>: Full read/write and administrative access on the object. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#CONNECT"><code>CONNECT</code></a>: Connect access on the given data source or data sink. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#CREATE"><code>CREATE</code></a>: Ability to create new objects of this type. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#DELETE"><code>DELETE</code></a>: Delete rows from tables. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#EXECUTE"><code>EXECUTE</code></a>: Ability to Execute the Procedure object. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#INSERT"><code>INSERT</code></a>: Insert access to tables. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#MONITOR"><code>MONITOR</code></a>: Monitor logs and statistics. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#READ"><code>READ</code></a>: Ability to read, list and use the object. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#SEND_ALERT"><code>SEND\_ALERT</code></a>: Ability to send system alerts. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#UPDATE"><code>UPDATE</code></a>: Update access to the table. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#USER_ADMIN"><code>USER\_ADMIN</code></a>: Access to administer users and roles that do not have system\_admin permission. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#WRITE"><code>WRITE</code></a>: Access to write, change and delete objects. </li>
                    </ul>
                  </div>

                  <div className="dd">
                    <code>options</code> - Optional parameters.

                    <ul>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#COLUMNS"><code>COLUMNS</code></a>: Apply table security to these columns, comma-separated. The default value is ''. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FILTER_EXPRESSION"><code>FILTER\_EXPRESSION</code></a>: Filter expression to apply to this grant. Only rows that match the filter will be affected. The default value is ''. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#WITH_GRANT_OPTION"><code>WITH\_GRANT\_OPTION</code></a>: Allow the recipient to grant the same permission (or subset) to others. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#TRUE"><code>TRUE</code></a> </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FALSE"><code>FALSE</code></a> </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FALSE"><code>FALSE</code></a>.
                      </li>
                    </ul>

                    The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.
                  </div>
                </div>
              </div>
            </li>
          </ul>
        </div>
      </li>

      <li>
        <div className="section method-details" id="method-detail">
          <h2>Method Details</h2>

          <ul className="member-list">
            <li>
              <div className="section detail" id="getClassSchema()">
                <h3>getClassSchema</h3>
                <div className="member-signature"><span className="modifiers">public static</span> <span className="return-type">org.apache.avro.Schema</span> <span className="element-name">getClassSchema</span>()</div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The schema for the class.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getPrincipal()">
                <h3>getPrincipal</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">getPrincipal</span>()</div>
                <div className="block">Name of the user or role for which the permission is being granted. Must be an existing user or role. The default value is ''.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>principal</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setPrincipal(java.lang.String)">
                <h3>setPrincipal</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></span> <span className="element-name">setPrincipal</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> principal)</span></div>
                <div className="block">Name of the user or role for which the permission is being granted. Must be an existing user or role. The default value is ''.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>principal</code> - The new value for <code>principal</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getObject()">
                <h3>getObject</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">getObject</span>()</div>
                <div className="block">Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>object</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setObject(java.lang.String)">
                <h3>setObject</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></span> <span className="element-name">setObject</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> object)</span></div>
                <div className="block">Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>object</code> - The new value for <code>object</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getObjectType()">
                <h3>getObjectType</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">getObjectType</span>()</div>

                <div className="block">
                  The type of object being granted to. Supported values:

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CATALOG"><code>CATALOG</code></a>: Catalog </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CONTEXT"><code>CONTEXT</code></a>: Context </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CREDENTIAL"><code>CREDENTIAL</code></a>: Credential </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DATASINK"><code>DATASINK</code></a>: Data Sink </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DATASOURCE"><code>DATASOURCE</code></a>: Data Source </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DIRECTORY"><code>DIRECTORY</code></a>: KIFS File Directory </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#GRAPH"><code>GRAPH</code></a>: A Graph object </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#PROC"><code>PROC</code></a>: UDF Procedure </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SCHEMA"><code>SCHEMA</code></a>: Schema </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SQL_PROC"><code>SQL\_PROC</code></a>: SQL Procedure </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SYSTEM"><code>SYSTEM</code></a>: System-level access </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#TABLE"><code>TABLE</code></a>: Database Table </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#TABLE_MONITOR"><code>TABLE\_MONITOR</code></a>: Table monitor </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>objectType</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setObjectType(java.lang.String)">
                <h3>setObjectType</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></span> <span className="element-name">setObjectType</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> objectType)</span></div>

                <div className="block">
                  The type of object being granted to. Supported values:

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CATALOG"><code>CATALOG</code></a>: Catalog </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CONTEXT"><code>CONTEXT</code></a>: Context </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#CREDENTIAL"><code>CREDENTIAL</code></a>: Credential </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DATASINK"><code>DATASINK</code></a>: Data Sink </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DATASOURCE"><code>DATASOURCE</code></a>: Data Source </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#DIRECTORY"><code>DIRECTORY</code></a>: KIFS File Directory </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#GRAPH"><code>GRAPH</code></a>: A Graph object </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#PROC"><code>PROC</code></a>: UDF Procedure </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SCHEMA"><code>SCHEMA</code></a>: Schema </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SQL_PROC"><code>SQL\_PROC</code></a>: SQL Procedure </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#SYSTEM"><code>SYSTEM</code></a>: System-level access </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#TABLE"><code>TABLE</code></a>: Database Table </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.ObjectType#TABLE_MONITOR"><code>TABLE\_MONITOR</code></a>: Table monitor </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>objectType</code> - The new value for <code>objectType</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getPermission()">
                <h3>getPermission</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">getPermission</span>()</div>

                <div className="block">
                  Permission being granted. Supported values:

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#ADMIN"><code>ADMIN</code></a>: Full read/write and administrative access on the object. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#CONNECT"><code>CONNECT</code></a>: Connect access on the given data source or data sink. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#CREATE"><code>CREATE</code></a>: Ability to create new objects of this type. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#DELETE"><code>DELETE</code></a>: Delete rows from tables. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#EXECUTE"><code>EXECUTE</code></a>: Ability to Execute the Procedure object. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#INSERT"><code>INSERT</code></a>: Insert access to tables. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#MONITOR"><code>MONITOR</code></a>: Monitor logs and statistics. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#READ"><code>READ</code></a>: Ability to read, list and use the object. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#SEND_ALERT"><code>SEND\_ALERT</code></a>: Ability to send system alerts. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#UPDATE"><code>UPDATE</code></a>: Update access to the table. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#USER_ADMIN"><code>USER\_ADMIN</code></a>: Access to administer users and roles that do not have system\_admin permission. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#WRITE"><code>WRITE</code></a>: Access to write, change and delete objects. </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>permission</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setPermission(java.lang.String)">
                <h3>setPermission</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></span> <span className="element-name">setPermission</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> permission)</span></div>

                <div className="block">
                  Permission being granted. Supported values:

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#ADMIN"><code>ADMIN</code></a>: Full read/write and administrative access on the object. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#CONNECT"><code>CONNECT</code></a>: Connect access on the given data source or data sink. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#CREATE"><code>CREATE</code></a>: Ability to create new objects of this type. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#DELETE"><code>DELETE</code></a>: Delete rows from tables. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#EXECUTE"><code>EXECUTE</code></a>: Ability to Execute the Procedure object. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#INSERT"><code>INSERT</code></a>: Insert access to tables. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#MONITOR"><code>MONITOR</code></a>: Monitor logs and statistics. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#READ"><code>READ</code></a>: Ability to read, list and use the object. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#SEND_ALERT"><code>SEND\_ALERT</code></a>: Ability to send system alerts. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#UPDATE"><code>UPDATE</code></a>: Update access to the table. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#USER_ADMIN"><code>USER\_ADMIN</code></a>: Access to administer users and roles that do not have system\_admin permission. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Permission#WRITE"><code>WRITE</code></a>: Access to write, change and delete objects. </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>permission</code> - The new value for <code>permission</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getOptions()">
                <h3>getOptions</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></span> <span className="element-name">getOptions</span>()</div>

                <div className="block">
                  Optional parameters.

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#COLUMNS"><code>COLUMNS</code></a>: Apply table security to these columns, comma-separated. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FILTER_EXPRESSION"><code>FILTER\_EXPRESSION</code></a>: Filter expression to apply to this grant. Only rows that match the filter will be affected. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#WITH_GRANT_OPTION"><code>WITH\_GRANT\_OPTION</code></a>: Allow the recipient to grant the same permission (or subset) to others. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>
                  </ul>

                  The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.
                </div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>options</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setOptions(java.util.Map)">
                <h3>setOptions</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest" title="class in com.gpudb.protocol">GrantPermissionRequest</a></span> <span className="element-name">setOptions</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</span></div>

                <div className="block">
                  Optional parameters.

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#COLUMNS"><code>COLUMNS</code></a>: Apply table security to these columns, comma-separated. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FILTER_EXPRESSION"><code>FILTER\_EXPRESSION</code></a>: Filter expression to apply to this grant. Only rows that match the filter will be affected. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#WITH_GRANT_OPTION"><code>WITH\_GRANT\_OPTION</code></a>: Allow the recipient to grant the same permission (or subset) to others. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/GrantPermissionRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>
                  </ul>

                  The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.
                </div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>options</code> - The new value for <code>options</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getSchema()">
                <h3>getSchema</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">org.apache.avro.Schema</span> <span className="element-name">getSchema</span>()</div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>getSchema</code> in interface <code>org.apache.avro.generic.GenericContainer</code></div>
                  <div className="dt">Returns:</div>
                  <div className="dd">The schema object describing this class.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="get(int)">
                <h3>get</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></span> <span className="element-name">get</span><wbr /><span className="parameters">(int index)</span></div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>get</code> in interface <code>org.apache.avro.generic.IndexedRecord</code></div>
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>index</code> - the position of the field to get</div>
                  <div className="dt">Returns:</div>
                  <div className="dd">value of the field with the given index.</div>
                  <div className="dt">Throws:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IndexOutOfBoundsException.html" title="class or interface in java.lang" className="external-link">IndexOutOfBoundsException</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="put(int,java.lang.Object)">
                <h3>put</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">void</span> <span className="element-name">put</span><wbr /><span className="parameters">(int index, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> value)</span></div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>put</code> in interface <code>org.apache.avro.generic.IndexedRecord</code></div>
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>index</code> - the position of the field to set</div>
                  <div className="dd"><code>value</code> - the value to set</div>
                  <div className="dt">Throws:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IndexOutOfBoundsException.html" title="class or interface in java.lang" className="external-link">IndexOutOfBoundsException</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="equals(java.lang.Object)">
                <h3>equals</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">boolean</span> <span className="element-name">equals</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> obj)</span></div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" className="external-link">equals</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="toString()">
                <h3>toString</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">toString</span>()</div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" className="external-link">toString</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="hashCode()">
                <h3>hashCode</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">int</span> <span className="element-name">hashCode</span>()</div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" className="external-link">hashCode</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>
          </ul>
        </div>
      </li>
    </ul>
  </div>
</div>
