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

# gpudb::ShowProcRequest

> gpudb::ShowProcRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ae7427428b2214adb5622e723382cb304">GPUdb::showProc</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__proc_8h_source">gpudb/protocol/show\_proc.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:ac444fe49bade3b3c2de00ccc64e04de0" id="r_ac444fe49bade3b3c2de00ccc64e04de0">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac444fe49bade3b3c2de00ccc64e04de0">ShowProcRequest</a> ()</td>
      </tr>

      <tr className="memdesc:ac444fe49bade3b3c2de00ccc64e04de0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowProcRequest" title="A set of parameters for GPUdb::showProc.">ShowProcRequest</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:ac444fe49bade3b3c2de00ccc64e04de0">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aceceb15156f99b8ce83e6ada06bfe9e1" id="r_aceceb15156f99b8ce83e6ada06bfe9e1">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aceceb15156f99b8ce83e6ada06bfe9e1">ShowProcRequest</a> (const std::string \&procName\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:aceceb15156f99b8ce83e6ada06bfe9e1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowProcRequest" title="A set of parameters for GPUdb::showProc.">ShowProcRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:aceceb15156f99b8ce83e6ada06bfe9e1">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:ad4ae45eabe14e00c003d2b048a920c79" id="r_ad4ae45eabe14e00c003d2b048a920c79">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad4ae45eabe14e00c003d2b048a920c79">procName</a></td>
      </tr>

      <tr className="memdesc:ad4ae45eabe14e00c003d2b048a920c79">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the proc to show information about. <br /></td>
      </tr>

      <tr className="separator:ad4ae45eabe14e00c003d2b048a920c79">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a427a274dea05087914a5cc0519ec845e" id="r_a427a274dea05087914a5cc0519ec845e">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a427a274dea05087914a5cc0519ec845e">options</a></td>
      </tr>

      <tr className="memdesc:a427a274dea05087914a5cc0519ec845e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

      <tr className="separator:a427a274dea05087914a5cc0519ec845e">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ae7427428b2214adb5622e723382cb304">GPUdb::showProc</a>. </p>
      <p>Shows information about a proc. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__proc_8h_source#l00017">17</a> of file <a className="el" href="/content/api/cpp/show__proc_8h_source">show\_proc.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ac444fe49bade3b3c2de00ccc64e04de0">◆ </a></span>ShowProcRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowProcRequest::ShowProcRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowProcRequest" title="A set of parameters for GPUdb::showProc.">ShowProcRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__proc_8h_source#l00022">22</a> of file <a className="el" href="/content/api/cpp/show__proc_8h_source">show\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aceceb15156f99b8ce83e6ada06bfe9e1">◆ </a></span>ShowProcRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowProcRequest::ShowProcRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">procName\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowProcRequest" title="A set of parameters for GPUdb::showProc.">ShowProcRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">procName\_</td>
                <td>Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. The default value is ''. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#aa10b05418a4d2243037e0b717419c8b0">show\_proc\_include\_files</a>: If set to <a className="el" href="/content/api/cpp/namespacegpudb#a65b2142b10ccfd6389f690e9da9d16bc">true</a>, the files that make up the proc will be returned. If set to <a className="el" href="/content/api/cpp/namespacegpudb#a0fb62f1764d96da8371fd11c9771a2cb">false</a>, the files will not be returned. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a65b2142b10ccfd6389f690e9da9d16bc">show\_proc\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0fb62f1764d96da8371fd11c9771a2cb">show\_proc\_false</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a0fb62f1764d96da8371fd11c9771a2cb">show\_proc\_false</a>.
                    </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__proc_8h_source#l00058">58</a> of file <a className="el" href="/content/api/cpp/show__proc_8h_source">show\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a427a274dea05087914a5cc0519ec845e">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ShowProcRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#aa10b05418a4d2243037e0b717419c8b0">show\_proc\_include\_files</a>: If set to <a className="el" href="/content/api/cpp/namespacegpudb#a65b2142b10ccfd6389f690e9da9d16bc">true</a>, the files that make up the proc will be returned. If set to <a className="el" href="/content/api/cpp/namespacegpudb#a0fb62f1764d96da8371fd11c9771a2cb">false</a>, the files will not be returned. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a65b2142b10ccfd6389f690e9da9d16bc">show\_proc\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0fb62f1764d96da8371fd11c9771a2cb">show\_proc\_false</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a0fb62f1764d96da8371fd11c9771a2cb">show\_proc\_false</a>.
          </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__proc_8h_source#l00089">89</a> of file <a className="el" href="/content/api/cpp/show__proc_8h_source">show\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad4ae45eabe14e00c003d2b048a920c79">◆ </a></span>procName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::ShowProcRequest::procName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the proc to show information about. </p>
        <p>If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. The default value is ''. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__proc_8h_source#l00069">69</a> of file <a className="el" href="/content/api/cpp/show__proc_8h_source">show\_proc.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/show__proc_8h_source">show\_proc.h</a></li>
    </ul>
  </div>
</div>
