| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| <meta http-equiv="X-UA-Compatible" content="IE=11"/> |
| <meta name="generator" content="Doxygen 1.9.8"/> |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| <title>iceberg-cpp: iceberg/catalog/rest/resource_paths.h Source File</title> |
| <link href="tabs.css" rel="stylesheet" type="text/css"/> |
| <script type="text/javascript" src="jquery.js"></script> |
| <script type="text/javascript" src="dynsections.js"></script> |
| <link href="search/search.css" rel="stylesheet" type="text/css"/> |
| <script type="text/javascript" src="search/searchdata.js"></script> |
| <script type="text/javascript" src="search/search.js"></script> |
| <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| </head> |
| <body> |
| <div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| <div id="titlearea"> |
| <table cellspacing="0" cellpadding="0"> |
| <tbody> |
| <tr id="projectrow"> |
| <td id="projectalign"> |
| <div id="projectname">iceberg-cpp |
| </div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <!-- end header part --> |
| <!-- Generated by Doxygen 1.9.8 --> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| var searchBox = new SearchBox("searchBox", "search/",'.html'); |
| /* @license-end */ |
| </script> |
| <script type="text/javascript" src="menudata.js"></script> |
| <script type="text/javascript" src="menu.js"></script> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| $(function() { |
| initMenu('',true,false,'search.php','Search'); |
| $(document).ready(function() { init_search(); }); |
| }); |
| /* @license-end */ |
| </script> |
| <div id="main-nav"></div> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| $(document).ready(function() { init_codefold(0); }); |
| /* @license-end */ |
| </script> |
| <!-- window showing the filter options --> |
| <div id="MSearchSelectWindow" |
| onmouseover="return searchBox.OnSearchSelectShow()" |
| onmouseout="return searchBox.OnSearchSelectHide()" |
| onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| </div> |
| |
| <!-- iframe showing the search results (closed by default) --> |
| <div id="MSearchResultsWindow"> |
| <div id="MSearchResults"> |
| <div class="SRPage"> |
| <div id="SRIndex"> |
| <div id="SRResults"></div> |
| <div class="SRStatus" id="Loading">Loading...</div> |
| <div class="SRStatus" id="Searching">Searching...</div> |
| <div class="SRStatus" id="NoMatches">No Matches</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div id="nav-path" class="navpath"> |
| <ul> |
| <li class="navelem"><a class="el" href="dir_51d145386ec5f52aa06ebf5e46944abc.html">iceberg</a></li><li class="navelem"><a class="el" href="dir_a7beda0dac529a54d3cdf90e787bdce7.html">catalog</a></li><li class="navelem"><a class="el" href="dir_08d6efe6feae927f0fa1ad794a1878b0.html">rest</a></li> </ul> |
| </div> |
| </div><!-- top --> |
| <div class="header"> |
| <div class="headertitle"><div class="title">resource_paths.h</div></div> |
| </div><!--header--> |
| <div class="contents"> |
| <a href="resource__paths_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div> |
| <div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div> |
| <div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * or more contributor license agreements. See the NOTICE file</span></div> |
| <div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * distributed with this work for additional information</span></div> |
| <div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * regarding copyright ownership. The ASF licenses this file</span></div> |
| <div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div> |
| <div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * "License"); you may not use this file except in compliance</span></div> |
| <div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * with the License. You may obtain a copy of the License at</span></div> |
| <div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> *</span></div> |
| <div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div> |
| <div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> *</span></div> |
| <div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div> |
| <div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * software distributed under the License is distributed on an</span></div> |
| <div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div> |
| <div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * KIND, either express or implied. See the License for the</span></div> |
| <div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * specific language governing permissions and limitations</span></div> |
| <div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> * under the License.</span></div> |
| <div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> */</span></div> |
| <div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div> |
| <div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#pragma once</span></div> |
| <div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div> |
| <div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include <memory></span></div> |
| <div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include <optional></span></div> |
| <div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include <string></span></div> |
| <div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div> |
| <div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include "<a class="code" href="iceberg__rest__export_8h.html">iceberg/catalog/rest/iceberg_rest_export.h</a>"</span></div> |
| <div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include "<a class="code" href="result_8h.html">iceberg/result.h</a>"</span></div> |
| <div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#include "<a class="code" href="type__fwd_8h.html">iceberg/type_fwd.h</a>"</span></div> |
| <div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div> |
| <div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div> |
| <div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceiceberg_1_1rest.html">iceberg::rest</a> {</div> |
| <div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div> |
| <div class="foldopen" id="foldopen00038" data-start="{" data-end="};"> |
| <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html"> 38</a></span><span class="keyword">class </span>ICEBERG_REST_EXPORT <a class="code hl_class" href="classiceberg_1_1rest_1_1ResourcePaths.html">ResourcePaths</a> {</div> |
| <div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">public</span>:</div> |
| <div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#a60a564b5efc1e8ff070f999f384f91d6"> 45</a></span> <span class="keyword">static</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::unique_ptr<ResourcePaths></a>> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#a60a564b5efc1e8ff070f999f384f91d6">Make</a>(</div> |
| <div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> std::string base_uri, <span class="keyword">const</span> std::string& prefix,</div> |
| <div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keyword">const</span> std::string& namespace_separator);</div> |
| <div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div> |
| <div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#a39df95bafa305f14128069133c113f7c"> 50</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#a39df95bafa305f14128069133c113f7c">Config</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div> |
| <div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#ad4a2bd02c91621b5b1a6dc7f1c2ac9c7"> 53</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#ad4a2bd02c91621b5b1a6dc7f1c2ac9c7">OAuth2Tokens</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div> |
| <div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#aa39571091f6c160e37b7ffb745b7a19e"> 56</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#aa39571091f6c160e37b7ffb745b7a19e">Namespaces</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div> |
| <div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#a9de07c42e4a359b26936621d79e02438"> 59</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#a9de07c42e4a359b26936621d79e02438">Namespace_</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1Namespace.html">Namespace</a>& ns) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div> |
| <div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#a6860f189910407001913b43fc2650a10"> 62</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#a6860f189910407001913b43fc2650a10">NamespaceProperties</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1Namespace.html">Namespace</a>& ns) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div> |
| <div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#abc1bef5477af775cab3c49e702121d43"> 65</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#abc1bef5477af775cab3c49e702121d43">Tables</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1Namespace.html">Namespace</a>& ns) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div> |
| <div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#a7421a4362ddca6d891b826034901b1dd"> 68</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#a7421a4362ddca6d891b826034901b1dd">Table</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a>& ident) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div> |
| <div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#aa20bb6f430cdbc094e3edc50ec7d13b1"> 71</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#aa20bb6f430cdbc094e3edc50ec7d13b1">Register</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1Namespace.html">Namespace</a>& ns) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div> |
| <div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#aed78c91b66b32a7f6a80af6f770cd09a"> 74</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#aed78c91b66b32a7f6a80af6f770cd09a">Rename</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div> |
| <div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#ad62b65db1296fa5d52427bfc2598966d"> 78</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#ad62b65db1296fa5d52427bfc2598966d">Metrics</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a>& ident) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> </div> |
| <div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#a0b808b74d4bad41b9744d253a8ab6bf2"> 82</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#a0b808b74d4bad41b9744d253a8ab6bf2">Credentials</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a>& ident) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div> |
| <div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#af4ae8c278f7c9825c4024c8756c91fab"> 85</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#af4ae8c278f7c9825c4024c8756c91fab">CommitTransaction</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div> |
| <div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#afec9386f003d9fa784f94647a7288eb8"> 89</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#afec9386f003d9fa784f94647a7288eb8">Plan</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a>& ident,</div> |
| <div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> std::optional<std::string> plan_id = std::nullopt) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div> |
| <div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="classiceberg_1_1rest_1_1ResourcePaths.html#aaae390cb2c968959e5119a9a81c4fab5"> 94</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::string></a> <a class="code hl_function" href="classiceberg_1_1rest_1_1ResourcePaths.html#aaae390cb2c968959e5119a9a81c4fab5">FetchScanTasks</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a>& ident) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div> |
| <div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">private</span>:</div> |
| <div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <a class="code hl_class" href="classiceberg_1_1rest_1_1ResourcePaths.html">ResourcePaths</a>(std::string base_uri, <span class="keyword">const</span> std::string& prefix,</div> |
| <div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> std::string namespace_separator);</div> |
| <div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div> |
| <div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> std::string base_uri_; <span class="comment">// required</span></div> |
| <div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <span class="keyword">const</span> std::string prefix_; <span class="comment">// optional</span></div> |
| <div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keyword">const</span> std::string namespace_separator_;</div> |
| <div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span>};</div> |
| </div> |
| <div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div> |
| <div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span>} <span class="comment">// namespace iceberg::rest</span></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html">iceberg::rest::ResourcePaths</a></div><div class="ttdoc">Resource path builder for Iceberg REST catalog endpoints.</div><div class="ttdef"><b>Definition</b> resource_paths.h:38</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_a0b808b74d4bad41b9744d253a8ab6bf2"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#a0b808b74d4bad41b9744d253a8ab6bf2">iceberg::rest::ResourcePaths::Credentials</a></div><div class="ttdeci">Result< std::string > Credentials(const TableIdentifier &ident) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace}/tables/{table}/credentials endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_a39df95bafa305f14128069133c113f7c"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#a39df95bafa305f14128069133c113f7c">iceberg::rest::ResourcePaths::Config</a></div><div class="ttdeci">Result< std::string > Config() const</div><div class="ttdoc">Get the /v1/config endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_a60a564b5efc1e8ff070f999f384f91d6"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#a60a564b5efc1e8ff070f999f384f91d6">iceberg::rest::ResourcePaths::Make</a></div><div class="ttdeci">static Result< std::unique_ptr< ResourcePaths > > Make(std::string base_uri, const std::string &prefix, const std::string &namespace_separator)</div><div class="ttdoc">Construct a ResourcePaths with base URI and optional prefix.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_a6860f189910407001913b43fc2650a10"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#a6860f189910407001913b43fc2650a10">iceberg::rest::ResourcePaths::NamespaceProperties</a></div><div class="ttdeci">Result< std::string > NamespaceProperties(const Namespace &ns) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace}/properties endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_a7421a4362ddca6d891b826034901b1dd"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#a7421a4362ddca6d891b826034901b1dd">iceberg::rest::ResourcePaths::Table</a></div><div class="ttdeci">Result< std::string > Table(const TableIdentifier &ident) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace}/tables/{table} endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_a9de07c42e4a359b26936621d79e02438"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#a9de07c42e4a359b26936621d79e02438">iceberg::rest::ResourcePaths::Namespace_</a></div><div class="ttdeci">Result< std::string > Namespace_(const Namespace &ns) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace} endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_aa20bb6f430cdbc094e3edc50ec7d13b1"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#aa20bb6f430cdbc094e3edc50ec7d13b1">iceberg::rest::ResourcePaths::Register</a></div><div class="ttdeci">Result< std::string > Register(const Namespace &ns) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace}/register endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_aa39571091f6c160e37b7ffb745b7a19e"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#aa39571091f6c160e37b7ffb745b7a19e">iceberg::rest::ResourcePaths::Namespaces</a></div><div class="ttdeci">Result< std::string > Namespaces() const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_aaae390cb2c968959e5119a9a81c4fab5"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#aaae390cb2c968959e5119a9a81c4fab5">iceberg::rest::ResourcePaths::FetchScanTasks</a></div><div class="ttdeci">Result< std::string > FetchScanTasks(const TableIdentifier &ident) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace}/tables/{table}/tasks endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_abc1bef5477af775cab3c49e702121d43"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#abc1bef5477af775cab3c49e702121d43">iceberg::rest::ResourcePaths::Tables</a></div><div class="ttdeci">Result< std::string > Tables(const Namespace &ns) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace}/tables endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_ad4a2bd02c91621b5b1a6dc7f1c2ac9c7"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#ad4a2bd02c91621b5b1a6dc7f1c2ac9c7">iceberg::rest::ResourcePaths::OAuth2Tokens</a></div><div class="ttdeci">Result< std::string > OAuth2Tokens() const</div><div class="ttdoc">Get the /v1/oauth/tokens endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_ad62b65db1296fa5d52427bfc2598966d"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#ad62b65db1296fa5d52427bfc2598966d">iceberg::rest::ResourcePaths::Metrics</a></div><div class="ttdeci">Result< std::string > Metrics(const TableIdentifier &ident) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace}/tables/{table}/metrics endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_aed78c91b66b32a7f6a80af6f770cd09a"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#aed78c91b66b32a7f6a80af6f770cd09a">iceberg::rest::ResourcePaths::Rename</a></div><div class="ttdeci">Result< std::string > Rename() const</div><div class="ttdoc">Get the /v1/{prefix}/tables/rename endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_af4ae8c278f7c9825c4024c8756c91fab"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#af4ae8c278f7c9825c4024c8756c91fab">iceberg::rest::ResourcePaths::CommitTransaction</a></div><div class="ttdeci">Result< std::string > CommitTransaction() const</div><div class="ttdoc">Get the /v1/{prefix}/transactions/commit endpoint path.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1rest_1_1ResourcePaths_html_afec9386f003d9fa784f94647a7288eb8"><div class="ttname"><a href="classiceberg_1_1rest_1_1ResourcePaths.html#afec9386f003d9fa784f94647a7288eb8">iceberg::rest::ResourcePaths::Plan</a></div><div class="ttdeci">Result< std::string > Plan(const TableIdentifier &ident, std::optional< std::string > plan_id=std::nullopt) const</div><div class="ttdoc">Get the /v1/{prefix}/namespaces/{namespace}/tables/{table}/plan endpoint path, or /plan/{plan_id} if ...</div></div> |
| <div class="ttc" id="aiceberg__rest__export_8h_html"><div class="ttname"><a href="iceberg__rest__export_8h.html">iceberg_rest_export.h</a></div><div class="ttdoc">Define symbol visibility macros for the REST catalog library.</div></div> |
| <div class="ttc" id="anamespaceiceberg_1_1rest_html"><div class="ttname"><a href="namespaceiceberg_1_1rest.html">iceberg::rest</a></div><div class="ttdoc">REST catalog APIs.</div><div class="ttdef"><b>Definition</b> auth_manager.h:34</div></div> |
| <div class="ttc" id="anamespaceiceberg_html_a9d5594e371beb516b0120e07e69d3af6"><div class="ttname"><a href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">iceberg::Result</a></div><div class="ttdeci">std::expected< T, E > Result</div><div class="ttdoc">Result alias.</div><div class="ttdef"><b>Definition</b> result.h:88</div></div> |
| <div class="ttc" id="aresult_8h_html"><div class="ttname"><a href="result_8h.html">result.h</a></div><div class="ttdoc">Define Result, Status, and error helpers.</div></div> |
| <div class="ttc" id="astructiceberg_1_1Namespace_html"><div class="ttname"><a href="structiceberg_1_1Namespace.html">iceberg::Namespace</a></div><div class="ttdoc">A namespace in a catalog.</div><div class="ttdef"><b>Definition</b> table_identifier.h:35</div></div> |
| <div class="ttc" id="astructiceberg_1_1TableIdentifier_html"><div class="ttname"><a href="structiceberg_1_1TableIdentifier.html">iceberg::TableIdentifier</a></div><div class="ttdoc">Identifies a table in iceberg catalog.</div><div class="ttdef"><b>Definition</b> table_identifier.h:46</div></div> |
| <div class="ttc" id="atype__fwd_8h_html"><div class="ttname"><a href="type__fwd_8h.html">type_fwd.h</a></div></div> |
| </div><!-- fragment --></div><!-- contents --> |
| <!-- start footer part --> |
| <hr class="footer"/><address class="footer"><small> |
| Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 |
| </small></address> |
| </body> |
| </html> |