> ## 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.

# RestoreBackupRequest

> RestoreBackupRequest — 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 RestoreBackupRequest" className="title">Class RestoreBackupRequest</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.RestoreBackupRequest</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">RestoreBackupRequest</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#restoreBackup(com.gpudb.protocol.RestoreBackupRequest)"><code>GPUdb.restoreBackup</code></a>.
      <p> Restores database objects from a <a href="/content/admin/backup_restore/#database-backup" target="_top">backup</a> accessible via the <a href="/content/concepts/data_sources/" target="_top">data source</a> specified by <a href="#getDatasourceName()"><code>datasourceName</code></a>.</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/RestoreBackupRequest.Options" className="type-name-link" title="class in com.gpudb.protocol">RestoreBackupRequest.Options</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/RestoreBackupRequest" title="class in com.gpudb.protocol"><code>RestoreBackupRequest</code></a> parameter <a href="#getOptions()"><code>options</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/RestoreBackupRequest.RestoreObjectsMap" className="type-name-link" title="class in com.gpudb.protocol">RestoreBackupRequest.RestoreObjectsMap</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/RestoreBackupRequest" title="class in com.gpudb.protocol"><code>RestoreBackupRequest</code></a> parameter <a href="#getRestoreObjectsMap()"><code>restoreObjectsMap</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">RestoreBackupRequest</a>()</code></div>

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

            <div className="col-constructor-name odd-row-color"><code><a href="#%3Cinit%3E(java.lang.String,java.util.Map,java.lang.String,java.util.Map)" className="member-name-link">RestoreBackupRequest</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> backupName, <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>> restoreObjectsMap, <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> datasourceName, <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 RestoreBackupRequest 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-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="#getBackupName()" className="member-name-link">getBackupName</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Name of the backup to restore from, which must refer to an existing backup.</div>
                </div>

                <div className="col-first odd-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 odd-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 odd-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 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="#getDatasourceName()" className="member-name-link">getDatasourceName</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Data source through which the backup will be restored.</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/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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getRestoreObjectsMap()" className="member-name-link">getRestoreObjectsMap</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Map of database objects to be restored from the backup.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>org.apache.avro.Schema</code></div>
                <div className="col-second odd-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 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-tab2 method-summary-table-tab4"><code>int</code></div>
                <div className="col-second even-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 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>void</code></div>
                <div className="col-second odd-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 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-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest" title="class in com.gpudb.protocol">RestoreBackupRequest</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setBackupName(java.lang.String)" className="member-name-link">setBackupName</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> backupName)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Name of the backup to restore from, which must refer to an existing backup.</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/RestoreBackupRequest" title="class in com.gpudb.protocol">RestoreBackupRequest</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setDatasourceName(java.lang.String)" className="member-name-link">setDatasourceName</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> datasourceName)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Data source through which the backup will be restored.</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/RestoreBackupRequest" title="class in com.gpudb.protocol">RestoreBackupRequest</a></code></div>
                <div className="col-second even-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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Optional parameters.</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/RestoreBackupRequest" title="class in com.gpudb.protocol">RestoreBackupRequest</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setRestoreObjectsMap(java.util.Map)" className="member-name-link">setRestoreObjectsMap</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>> restoreObjectsMap)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Map of database objects to be restored from the backup.</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>RestoreBackupRequest</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="element-name">RestoreBackupRequest</span>()</div>
                <div className="block">Constructs a RestoreBackupRequest object with default parameters.</div>
              </div>
            </li>

            <li>
              <div className="section detail" id="<init>(java.lang.String,java.util.Map,java.lang.String,java.util.Map)">
                <h3>RestoreBackupRequest</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="element-name">RestoreBackupRequest</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> backupName, <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>> restoreObjectsMap, <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> datasourceName, <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 RestoreBackupRequest object with the specified parameters.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>backupName</code> - Name of the backup to restore from, which must refer to an existing backup. The default value is ''.</div>

                  <div className="dd">
                    <code>restoreObjectsMap</code> - Map of database objects to be restored from the backup.

                    <ul>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#ALL"><code>ALL</code></a>: All object types and data contained in the given <a href="/content/concepts/schemas/" target="_top">schema(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#CONTEXT"><code>CONTEXT</code></a>: <a href="/content/sql-gpt/concepts/#sql-gpt-context" target="_top">Context(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#CREDENTIAL"><code>CREDENTIAL</code></a>: <a href="/content/concepts/credentials/" target="_top">Credential(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#DATASINK"><code>DATASINK</code></a>: <a href="/content/concepts/data_sinks/" target="_top">Data sink(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#DATASOURCE"><code>DATASOURCE</code></a>: <a href="/content/concepts/data_sources/" target="_top">Data source(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#FUNCTION_ENVIRONMENT"><code>FUNCTION\_ENVIRONMENT</code></a>: <a href="/content/udf/python/writing/#udf-python-func-env" target="_top">Python UDF function environment(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#GRAPH"><code>GRAPH</code></a>: <a href="/content/graph_solver/network_graph_solver/" target="_top">Graph(s)</a> definition. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#MONITOR"><code>MONITOR</code></a>: <a href="/content/concepts/table_monitors/" target="_top">Table monitor(s)</a> / <a href="/content/sql/ddl/#create-stream" target="_top">SQL stream(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#RESOURCE_GROUP"><code>RESOURCE\_GROUP</code></a>: <a href="/content/rm/concepts/#resource-groups" target="_top">Resource group(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#ROLE"><code>ROLE</code></a>: <a href="/content/security/sec_concepts/#roles" target="_top">Role(s)</a>, role members (roles or users, recursively), and associated permissions. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#STORED_PROCEDURE"><code>STORED\_PROCEDURE</code></a>: <a href="/content/sql/procedure/" target="_top">SQL procedure(s)</a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#TABLE"><code>TABLE</code></a>: <a href="/content/concepts/tables/" target="_top">Table(s)</a> and <a href="/content/sql/ddl/#create-view" target="_top">SQL view(s)</a>. Tables with subscriptions will by default be restored in the state they were in at the time of the snapshot. See <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_SUBSCRIPTIONS"><code>RESTORE\_SUBSCRIPTIONS</code></a> for options to override the default behavior. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#USER"><code>USER</code></a>: <a href="/content/security/sec_concepts/#security-concepts-users" target="_top">User(s)</a> (internal and external) and associated permissions. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#USER_DEFINED_FUNCTION"><code>USER\_DEFINED\_FUNCTION</code></a>: <a href="/content/udf_overview" target="_top">UDF(s)</a>. </li>
                    </ul>
                  </div>

                  <div className="dd"><code>datasourceName</code> - Data source through which the backup will be restored.</div>

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

                    <ul>
                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#BACKUP_ID"><code>BACKUP\_ID</code></a>: ID of the snapshot to restore. Leave empty to restore the most recent snapshot in the backup. The default value is ''. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CHECKSUM"><code>CHECKSUM</code></a>: Whether or not to verify checksums for backup files when restoring. Supported values:

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

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

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CREATE_SCHEMA_IF_NOT_EXIST"><code>CREATE\_SCHEMA\_IF\_NOT\_EXIST</code></a>: Behavior to apply when the schema containing any database object to restore does not already exist. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: If the schema containing any restored object does not exist, create it automatically. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: If the schema containing any restored object does not exist, return an error. </li>
                        </ul>

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

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#DDL_ONLY"><code>DDL\_ONLY</code></a>: Behavior to apply when restoring tables. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: Restore table DDL, but do not restore data. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: Restore tables and their data. </li>
                        </ul>

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

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#DRY_RUN"><code>DRY\_RUN</code></a>: Whether or not to perform a dry run of the restoration operation. Supported values:

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

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

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_SUBSCRIPTIONS"><code>RESTORE\_SUBSCRIPTIONS</code></a>: Behavior to apply when restoring datasource subscriptions on tables. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESUME"><code>RESUME</code></a>: Resume subscriptions that were active when the backup was made. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#PAUSE"><code>PAUSE</code></a>: Pause subscriptions that were active when the backup was made. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CANCEL"><code>CANCEL</code></a>: Cancel active subscriptions. </li>
                        </ul>

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

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#REINGEST"><code>REINGEST</code></a>: Behavior to apply when restoring table data. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: Restore table data by re-ingesting it. This is the default behavior if the cluster topology differs from that of the contained backup. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: Restore the persisted data files directly. </li>
                        </ul>

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

                      <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAMED_OBJECTS_SCHEMA"><code>RENAMED\_OBJECTS\_SCHEMA</code></a>: If the <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_POLICY"><code>RESTORE\_POLICY</code></a> is <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAME"><code>RENAME</code></a>, use this schema for relocated existing objects instead of the default generated one. The default value is ''. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_POLICY"><code>RESTORE\_POLICY</code></a>: Behavior to apply when any database object to restore already exists. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#NONE"><code>NONE</code></a>: If an object to be restored already exists with the same name, abort and return error. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#REPLACE"><code>REPLACE</code></a>: If an object to be restored already exists with the same name, replace it with the backup version. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAME"><code>RENAME</code></a>: If an object to be restored already exists with the same name, move that existing one to the schema specified by <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAMED_OBJECTS_SCHEMA"><code>RENAMED\_OBJECTS\_SCHEMA</code></a>. This policy does not apply to non-schema objects. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#NONE"><code>NONE</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="getBackupName()">
                <h3>getBackupName</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">getBackupName</span>()</div>
                <div className="block">Name of the backup to restore from, which must refer to an existing backup. The default value is ''.</div>

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

            <li>
              <div className="section detail" id="setBackupName(java.lang.String)">
                <h3>setBackupName</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest" title="class in com.gpudb.protocol">RestoreBackupRequest</a></span> <span className="element-name">setBackupName</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> backupName)</span></div>
                <div className="block">Name of the backup to restore from, which must refer to an existing backup. The default value is ''.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>backupName</code> - The new value for <code>backupName</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="getRestoreObjectsMap()">
                <h3>getRestoreObjectsMap</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">getRestoreObjectsMap</span>()</div>

                <div className="block">
                  Map of database objects to be restored from the backup.

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#ALL"><code>ALL</code></a>: All object types and data contained in the given <a href="/content/concepts/schemas/" target="_top">schema(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#CONTEXT"><code>CONTEXT</code></a>: <a href="/content/sql-gpt/concepts/#sql-gpt-context" target="_top">Context(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#CREDENTIAL"><code>CREDENTIAL</code></a>: <a href="/content/concepts/credentials/" target="_top">Credential(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#DATASINK"><code>DATASINK</code></a>: <a href="/content/concepts/data_sinks/" target="_top">Data sink(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#DATASOURCE"><code>DATASOURCE</code></a>: <a href="/content/concepts/data_sources/" target="_top">Data source(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#FUNCTION_ENVIRONMENT"><code>FUNCTION\_ENVIRONMENT</code></a>: <a href="/content/udf/python/writing/#udf-python-func-env" target="_top">Python UDF function environment(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#GRAPH"><code>GRAPH</code></a>: <a href="/content/graph_solver/network_graph_solver/" target="_top">Graph(s)</a> definition. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#MONITOR"><code>MONITOR</code></a>: <a href="/content/concepts/table_monitors/" target="_top">Table monitor(s)</a> / <a href="/content/sql/ddl/#create-stream" target="_top">SQL stream(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#RESOURCE_GROUP"><code>RESOURCE\_GROUP</code></a>: <a href="/content/rm/concepts/#resource-groups" target="_top">Resource group(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#ROLE"><code>ROLE</code></a>: <a href="/content/security/sec_concepts/#roles" target="_top">Role(s)</a>, role members (roles or users, recursively), and associated permissions. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#STORED_PROCEDURE"><code>STORED\_PROCEDURE</code></a>: <a href="/content/sql/procedure/" target="_top">SQL procedure(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#TABLE"><code>TABLE</code></a>: <a href="/content/concepts/tables/" target="_top">Table(s)</a> and <a href="/content/sql/ddl/#create-view" target="_top">SQL view(s)</a>. Tables with subscriptions will by default be restored in the state they were in at the time of the snapshot. See <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_SUBSCRIPTIONS"><code>RESTORE\_SUBSCRIPTIONS</code></a> for options to override the default behavior. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#USER"><code>USER</code></a>: <a href="/content/security/sec_concepts/#security-concepts-users" target="_top">User(s)</a> (internal and external) and associated permissions. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#USER_DEFINED_FUNCTION"><code>USER\_DEFINED\_FUNCTION</code></a>: <a href="/content/udf_overview" target="_top">UDF(s)</a>. </li>
                  </ul>
                </div>

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

            <li>
              <div className="section detail" id="setRestoreObjectsMap(java.util.Map)">
                <h3>setRestoreObjectsMap</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest" title="class in com.gpudb.protocol">RestoreBackupRequest</a></span> <span className="element-name">setRestoreObjectsMap</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>> restoreObjectsMap)</span></div>

                <div className="block">
                  Map of database objects to be restored from the backup.

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#ALL"><code>ALL</code></a>: All object types and data contained in the given <a href="/content/concepts/schemas/" target="_top">schema(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#CONTEXT"><code>CONTEXT</code></a>: <a href="/content/sql-gpt/concepts/#sql-gpt-context" target="_top">Context(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#CREDENTIAL"><code>CREDENTIAL</code></a>: <a href="/content/concepts/credentials/" target="_top">Credential(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#DATASINK"><code>DATASINK</code></a>: <a href="/content/concepts/data_sinks/" target="_top">Data sink(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#DATASOURCE"><code>DATASOURCE</code></a>: <a href="/content/concepts/data_sources/" target="_top">Data source(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#FUNCTION_ENVIRONMENT"><code>FUNCTION\_ENVIRONMENT</code></a>: <a href="/content/udf/python/writing/#udf-python-func-env" target="_top">Python UDF function environment(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#GRAPH"><code>GRAPH</code></a>: <a href="/content/graph_solver/network_graph_solver/" target="_top">Graph(s)</a> definition. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#MONITOR"><code>MONITOR</code></a>: <a href="/content/concepts/table_monitors/" target="_top">Table monitor(s)</a> / <a href="/content/sql/ddl/#create-stream" target="_top">SQL stream(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#RESOURCE_GROUP"><code>RESOURCE\_GROUP</code></a>: <a href="/content/rm/concepts/#resource-groups" target="_top">Resource group(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#ROLE"><code>ROLE</code></a>: <a href="/content/security/sec_concepts/#roles" target="_top">Role(s)</a>, role members (roles or users, recursively), and associated permissions. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#STORED_PROCEDURE"><code>STORED\_PROCEDURE</code></a>: <a href="/content/sql/procedure/" target="_top">SQL procedure(s)</a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#TABLE"><code>TABLE</code></a>: <a href="/content/concepts/tables/" target="_top">Table(s)</a> and <a href="/content/sql/ddl/#create-view" target="_top">SQL view(s)</a>. Tables with subscriptions will by default be restored in the state they were in at the time of the snapshot. See <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_SUBSCRIPTIONS"><code>RESTORE\_SUBSCRIPTIONS</code></a> for options to override the default behavior. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#USER"><code>USER</code></a>: <a href="/content/security/sec_concepts/#security-concepts-users" target="_top">User(s)</a> (internal and external) and associated permissions. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.RestoreObjectsMap#USER_DEFINED_FUNCTION"><code>USER\_DEFINED\_FUNCTION</code></a>: <a href="/content/udf_overview" target="_top">UDF(s)</a>. </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>restoreObjectsMap</code> - The new value for <code>restoreObjectsMap</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="getDatasourceName()">
                <h3>getDatasourceName</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">getDatasourceName</span>()</div>
                <div className="block">Data source through which the backup will be restored.</div>

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

            <li>
              <div className="section detail" id="setDatasourceName(java.lang.String)">
                <h3>setDatasourceName</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest" title="class in com.gpudb.protocol">RestoreBackupRequest</a></span> <span className="element-name">setDatasourceName</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> datasourceName)</span></div>
                <div className="block">Data source through which the backup will be restored.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>datasourceName</code> - The new value for <code>datasourceName</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/RestoreBackupRequest.Options#BACKUP_ID"><code>BACKUP\_ID</code></a>: ID of the snapshot to restore. Leave empty to restore the most recent snapshot in the backup. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CHECKSUM"><code>CHECKSUM</code></a>: Whether or not to verify checksums for backup files when restoring. Supported values:

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

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CREATE_SCHEMA_IF_NOT_EXIST"><code>CREATE\_SCHEMA\_IF\_NOT\_EXIST</code></a>: Behavior to apply when the schema containing any database object to restore does not already exist. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: If the schema containing any restored object does not exist, create it automatically. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: If the schema containing any restored object does not exist, return an error. </li>
                      </ul>

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#DDL_ONLY"><code>DDL\_ONLY</code></a>: Behavior to apply when restoring tables. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: Restore table DDL, but do not restore data. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: Restore tables and their data. </li>
                      </ul>

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#DRY_RUN"><code>DRY\_RUN</code></a>: Whether or not to perform a dry run of the restoration operation. Supported values:

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

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_SUBSCRIPTIONS"><code>RESTORE\_SUBSCRIPTIONS</code></a>: Behavior to apply when restoring datasource subscriptions on tables. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESUME"><code>RESUME</code></a>: Resume subscriptions that were active when the backup was made. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#PAUSE"><code>PAUSE</code></a>: Pause subscriptions that were active when the backup was made. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CANCEL"><code>CANCEL</code></a>: Cancel active subscriptions. </li>
                      </ul>

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#REINGEST"><code>REINGEST</code></a>: Behavior to apply when restoring table data. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: Restore table data by re-ingesting it. This is the default behavior if the cluster topology differs from that of the contained backup. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: Restore the persisted data files directly. </li>
                      </ul>

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

                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAMED_OBJECTS_SCHEMA"><code>RENAMED\_OBJECTS\_SCHEMA</code></a>: If the <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_POLICY"><code>RESTORE\_POLICY</code></a> is <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAME"><code>RENAME</code></a>, use this schema for relocated existing objects instead of the default generated one. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_POLICY"><code>RESTORE\_POLICY</code></a>: Behavior to apply when any database object to restore already exists. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#NONE"><code>NONE</code></a>: If an object to be restored already exists with the same name, abort and return error. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#REPLACE"><code>REPLACE</code></a>: If an object to be restored already exists with the same name, replace it with the backup version. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAME"><code>RENAME</code></a>: If an object to be restored already exists with the same name, move that existing one to the schema specified by <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAMED_OBJECTS_SCHEMA"><code>RENAMED\_OBJECTS\_SCHEMA</code></a>. This policy does not apply to non-schema objects. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#NONE"><code>NONE</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/RestoreBackupRequest" title="class in com.gpudb.protocol">RestoreBackupRequest</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/RestoreBackupRequest.Options#BACKUP_ID"><code>BACKUP\_ID</code></a>: ID of the snapshot to restore. Leave empty to restore the most recent snapshot in the backup. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CHECKSUM"><code>CHECKSUM</code></a>: Whether or not to verify checksums for backup files when restoring. Supported values:

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

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CREATE_SCHEMA_IF_NOT_EXIST"><code>CREATE\_SCHEMA\_IF\_NOT\_EXIST</code></a>: Behavior to apply when the schema containing any database object to restore does not already exist. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: If the schema containing any restored object does not exist, create it automatically. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: If the schema containing any restored object does not exist, return an error. </li>
                      </ul>

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#DDL_ONLY"><code>DDL\_ONLY</code></a>: Behavior to apply when restoring tables. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: Restore table DDL, but do not restore data. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: Restore tables and their data. </li>
                      </ul>

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#DRY_RUN"><code>DRY\_RUN</code></a>: Whether or not to perform a dry run of the restoration operation. Supported values:

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

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_SUBSCRIPTIONS"><code>RESTORE\_SUBSCRIPTIONS</code></a>: Behavior to apply when restoring datasource subscriptions on tables. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESUME"><code>RESUME</code></a>: Resume subscriptions that were active when the backup was made. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#PAUSE"><code>PAUSE</code></a>: Pause subscriptions that were active when the backup was made. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#CANCEL"><code>CANCEL</code></a>: Cancel active subscriptions. </li>
                      </ul>

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

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#REINGEST"><code>REINGEST</code></a>: Behavior to apply when restoring table data. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#TRUE"><code>TRUE</code></a>: Restore table data by re-ingesting it. This is the default behavior if the cluster topology differs from that of the contained backup. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#FALSE"><code>FALSE</code></a>: Restore the persisted data files directly. </li>
                      </ul>

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

                    <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAMED_OBJECTS_SCHEMA"><code>RENAMED\_OBJECTS\_SCHEMA</code></a>: If the <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_POLICY"><code>RESTORE\_POLICY</code></a> is <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAME"><code>RENAME</code></a>, use this schema for relocated existing objects instead of the default generated one. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RESTORE_POLICY"><code>RESTORE\_POLICY</code></a>: Behavior to apply when any database object to restore already exists. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#NONE"><code>NONE</code></a>: If an object to be restored already exists with the same name, abort and return error. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#REPLACE"><code>REPLACE</code></a>: If an object to be restored already exists with the same name, replace it with the backup version. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAME"><code>RENAME</code></a>: If an object to be restored already exists with the same name, move that existing one to the schema specified by <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#RENAMED_OBJECTS_SCHEMA"><code>RENAMED\_OBJECTS\_SCHEMA</code></a>. This policy does not apply to non-schema objects. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/RestoreBackupRequest.Options#NONE"><code>NONE</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>
