| <?xml version='1.0' encoding='UTF-8' standalone='no'?> |
| <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.9.8" xml:lang="en-US"> |
| <compounddef id="classiceberg_1_1table_1_1RemoveEncryptionKey" kind="class" language="C++" prot="public"> |
| <compoundname>iceberg::table::RemoveEncryptionKey</compoundname> |
| <basecompoundref refid="classiceberg_1_1TableUpdate" prot="public" virt="non-virtual">iceberg::TableUpdate</basecompoundref> |
| <includes refid="table__update_8h" local="no">table_update.h</includes> |
| <sectiondef kind="private-attrib"> |
| <memberdef kind="variable" id="classiceberg_1_1table_1_1RemoveEncryptionKey_1a76913192b20a8880e2ec45415709e6fc" prot="private" static="no" mutable="no"> |
| <type>std::string</type> |
| <definition>std::string iceberg::table::RemoveEncryptionKey::key_id_</definition> |
| <argsstring></argsstring> |
| <name>key_id_</name> |
| <qualifiedname>iceberg::table::RemoveEncryptionKey::key_id_</qualifiedname> |
| <briefdescription> |
| </briefdescription> |
| <detaileddescription> |
| </detaileddescription> |
| <inbodydescription> |
| </inbodydescription> |
| <location file="iceberg/table_update.h" line="653" column="15" bodyfile="iceberg/table_update.h" bodystart="653" bodyend="-1"/> |
| </memberdef> |
| </sectiondef> |
| <sectiondef kind="public-func"> |
| <memberdef kind="function" id="classiceberg_1_1table_1_1RemoveEncryptionKey_1a89c6a4525cedb7156d0a966e8c394978" prot="public" static="no" const="no" explicit="yes" inline="yes" virt="non-virtual"> |
| <type></type> |
| <definition>iceberg::table::RemoveEncryptionKey::RemoveEncryptionKey</definition> |
| <argsstring>(std::string key_id)</argsstring> |
| <name>RemoveEncryptionKey</name> |
| <qualifiedname>iceberg::table::RemoveEncryptionKey::RemoveEncryptionKey</qualifiedname> |
| <param> |
| <type>std::string</type> |
| <declname>key_id</declname> |
| </param> |
| <briefdescription> |
| </briefdescription> |
| <detaileddescription> |
| </detaileddescription> |
| <inbodydescription> |
| </inbodydescription> |
| <location file="iceberg/table_update.h" line="638" column="12" bodyfile="iceberg/table_update.h" bodystart="638" bodyend="638"/> |
| </memberdef> |
| <memberdef kind="function" id="classiceberg_1_1table_1_1RemoveEncryptionKey_1a96a314122818dc9cf9cfad31298c251b" prot="public" static="no" const="yes" explicit="no" inline="yes" virt="non-virtual"> |
| <type>const std::string &</type> |
| <definition>const std::string & iceberg::table::RemoveEncryptionKey::key_id</definition> |
| <argsstring>() const</argsstring> |
| <name>key_id</name> |
| <qualifiedname>iceberg::table::RemoveEncryptionKey::key_id</qualifiedname> |
| <briefdescription> |
| </briefdescription> |
| <detaileddescription> |
| </detaileddescription> |
| <inbodydescription> |
| </inbodydescription> |
| <location file="iceberg/table_update.h" line="640" column="21" bodyfile="iceberg/table_update.h" bodystart="640" bodyend="640"/> |
| </memberdef> |
| <memberdef kind="function" id="classiceberg_1_1table_1_1RemoveEncryptionKey_1a356b34cb46c9a959cbd29ae33675859a" prot="public" static="no" const="yes" explicit="no" inline="no" virt="virtual"> |
| <type>void</type> |
| <definition>void iceberg::table::RemoveEncryptionKey::ApplyTo</definition> |
| <argsstring>(TableMetadataBuilder &builder) const override</argsstring> |
| <name>ApplyTo</name> |
| <qualifiedname>iceberg::table::RemoveEncryptionKey::ApplyTo</qualifiedname> |
| <reimplements refid="classiceberg_1_1TableUpdate_1af07326d407ad45eb6072b586ee6c9485">ApplyTo</reimplements> |
| <param> |
| <type><ref refid="classiceberg_1_1TableMetadataBuilder" kindref="compound">TableMetadataBuilder</ref> &</type> |
| <declname>builder</declname> |
| </param> |
| <briefdescription> |
| <para>Apply this update to a <ref refid="classiceberg_1_1TableMetadataBuilder" kindref="compound">TableMetadataBuilder</ref>. </para> |
| </briefdescription> |
| <detaileddescription> |
| <para>This method modifies the builder by applying the update operation it represents. Each subclass implements this to apply its specific type of update.</para> |
| <para><parameterlist kind="param"><parameteritem> |
| <parameternamelist> |
| <parametername>builder</parametername> |
| </parameternamelist> |
| <parameterdescription> |
| <para>The builder to apply this update to </para> |
| </parameterdescription> |
| </parameteritem> |
| </parameterlist> |
| </para> |
| </detaileddescription> |
| <inbodydescription> |
| </inbodydescription> |
| <location file="iceberg/table_update.h" line="642" column="8"/> |
| </memberdef> |
| <memberdef kind="function" id="classiceberg_1_1table_1_1RemoveEncryptionKey_1a3565af2b8f17931e74b6e571bfbfcaf9" prot="public" static="no" const="yes" explicit="no" inline="no" virt="virtual"> |
| <type>void</type> |
| <definition>void iceberg::table::RemoveEncryptionKey::GenerateRequirements</definition> |
| <argsstring>(TableUpdateContext &context) const override</argsstring> |
| <name>GenerateRequirements</name> |
| <qualifiedname>iceberg::table::RemoveEncryptionKey::GenerateRequirements</qualifiedname> |
| <reimplements refid="classiceberg_1_1TableUpdate_1adddc714f83cea93141bc5b771e326e05">GenerateRequirements</reimplements> |
| <param> |
| <type><ref refid="classiceberg_1_1TableUpdateContext" kindref="compound">TableUpdateContext</ref> &</type> |
| <declname>context</declname> |
| </param> |
| <briefdescription> |
| <para>Generate update requirements for this metadata update. </para> |
| </briefdescription> |
| <detaileddescription> |
| <para>This method generates the appropriate UpdateRequirement instances that must be validated before this update can be applied. The context provides information about the base metadata and operation mode.</para> |
| <para><parameterlist kind="param"><parameteritem> |
| <parameternamelist> |
| <parametername>context</parametername> |
| </parameternamelist> |
| <parameterdescription> |
| <para>The context containing base metadata and operation state </para> |
| </parameterdescription> |
| </parameteritem> |
| </parameterlist> |
| </para> |
| </detaileddescription> |
| <inbodydescription> |
| </inbodydescription> |
| <location file="iceberg/table_update.h" line="644" column="8"/> |
| </memberdef> |
| <memberdef kind="function" id="classiceberg_1_1table_1_1RemoveEncryptionKey_1a8a4f2bddf7003af1ce0252e0bd175fb4" prot="public" static="no" const="yes" explicit="no" inline="yes" virt="virtual"> |
| <type>Kind</type> |
| <definition>Kind iceberg::table::RemoveEncryptionKey::kind</definition> |
| <argsstring>() const override</argsstring> |
| <name>kind</name> |
| <qualifiedname>iceberg::table::RemoveEncryptionKey::kind</qualifiedname> |
| <reimplements refid="classiceberg_1_1TableUpdate_1acf1e83fa9835010cda68a6a3387a08a5">kind</reimplements> |
| <briefdescription> |
| <para>Return the kind of this update. </para> |
| </briefdescription> |
| <detaileddescription> |
| </detaileddescription> |
| <inbodydescription> |
| </inbodydescription> |
| <location file="iceberg/table_update.h" line="646" column="8" bodyfile="iceberg/table_update.h" bodystart="646" bodyend="646"/> |
| </memberdef> |
| <memberdef kind="function" id="classiceberg_1_1table_1_1RemoveEncryptionKey_1ad0e6349f0b0ab1f1aae3a9698632b20b" prot="public" static="no" const="yes" explicit="no" inline="no" virt="virtual"> |
| <type>bool</type> |
| <definition>bool iceberg::table::RemoveEncryptionKey::Equals</definition> |
| <argsstring>(const TableUpdate &other) const override</argsstring> |
| <name>Equals</name> |
| <qualifiedname>iceberg::table::RemoveEncryptionKey::Equals</qualifiedname> |
| <reimplements refid="classiceberg_1_1TableUpdate_1afd0780e6106546f7462e8e66d62db1f2">Equals</reimplements> |
| <param> |
| <type>const <ref refid="classiceberg_1_1TableUpdate" kindref="compound">TableUpdate</ref> &</type> |
| <declname>other</declname> |
| </param> |
| <briefdescription> |
| <para>Check equality with another <ref refid="classiceberg_1_1TableUpdate" kindref="compound">TableUpdate</ref>. </para> |
| </briefdescription> |
| <detaileddescription> |
| <para><parameterlist kind="param"><parameteritem> |
| <parameternamelist> |
| <parametername>other</parametername> |
| </parameternamelist> |
| <parameterdescription> |
| <para>The update to compare with </para> |
| </parameterdescription> |
| </parameteritem> |
| </parameterlist> |
| <simplesect kind="return"><para>true if the updates are equal, false otherwise </para> |
| </simplesect> |
| </para> |
| </detaileddescription> |
| <inbodydescription> |
| </inbodydescription> |
| <location file="iceberg/table_update.h" line="648" column="8"/> |
| </memberdef> |
| <memberdef kind="function" id="classiceberg_1_1table_1_1RemoveEncryptionKey_1aeb8c6b8429933e9f65fa107ef7ed3f8d" prot="public" static="no" const="yes" explicit="no" inline="no" virt="virtual"> |
| <type>std::unique_ptr< <ref refid="classiceberg_1_1TableUpdate" kindref="compound">TableUpdate</ref> ></type> |
| <definition>std::unique_ptr< TableUpdate > iceberg::table::RemoveEncryptionKey::Clone</definition> |
| <argsstring>() const override</argsstring> |
| <name>Clone</name> |
| <qualifiedname>iceberg::table::RemoveEncryptionKey::Clone</qualifiedname> |
| <reimplements refid="classiceberg_1_1TableUpdate_1affb4be490ac63849864bf8ed636363aa">Clone</reimplements> |
| <briefdescription> |
| <para>Create a deep copy of this update. </para> |
| </briefdescription> |
| <detaileddescription> |
| <para><simplesect kind="return"><para>A unique_ptr to a new <ref refid="classiceberg_1_1TableUpdate" kindref="compound">TableUpdate</ref> that is a copy of this one </para> |
| </simplesect> |
| </para> |
| </detaileddescription> |
| <inbodydescription> |
| </inbodydescription> |
| <location file="iceberg/table_update.h" line="650" column="19"/> |
| </memberdef> |
| </sectiondef> |
| <briefdescription> |
| <para>Represents removing an encryption key from the table. </para> |
| </briefdescription> |
| <detaileddescription> |
| </detaileddescription> |
| <inheritancegraph> |
| <node id="2"> |
| <label>iceberg::TableUpdate</label> |
| <link refid="classiceberg_1_1TableUpdate"/> |
| </node> |
| <node id="1"> |
| <label>iceberg::table::RemoveEncryptionKey</label> |
| <link refid="classiceberg_1_1table_1_1RemoveEncryptionKey"/> |
| <childnode refid="2" relation="public-inheritance"> |
| </childnode> |
| </node> |
| </inheritancegraph> |
| <collaborationgraph> |
| <node id="2"> |
| <label>iceberg::TableUpdate</label> |
| <link refid="classiceberg_1_1TableUpdate"/> |
| </node> |
| <node id="1"> |
| <label>iceberg::table::RemoveEncryptionKey</label> |
| <link refid="classiceberg_1_1table_1_1RemoveEncryptionKey"/> |
| <childnode refid="2" relation="public-inheritance"> |
| </childnode> |
| </node> |
| </collaborationgraph> |
| <location file="iceberg/table_update.h" line="636" column="1" bodyfile="iceberg/table_update.h" bodystart="636" bodyend="654"/> |
| <listofallmembers> |
| <member refid="classiceberg_1_1table_1_1RemoveEncryptionKey_1a356b34cb46c9a959cbd29ae33675859a" prot="public" virt="virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>ApplyTo</name></member> |
| <member refid="classiceberg_1_1table_1_1RemoveEncryptionKey_1aeb8c6b8429933e9f65fa107ef7ed3f8d" prot="public" virt="virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>Clone</name></member> |
| <member refid="classiceberg_1_1table_1_1RemoveEncryptionKey_1ad0e6349f0b0ab1f1aae3a9698632b20b" prot="public" virt="virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>Equals</name></member> |
| <member refid="classiceberg_1_1table_1_1RemoveEncryptionKey_1a3565af2b8f17931e74b6e571bfbfcaf9" prot="public" virt="virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>GenerateRequirements</name></member> |
| <member refid="classiceberg_1_1table_1_1RemoveEncryptionKey_1a96a314122818dc9cf9cfad31298c251b" prot="public" virt="non-virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>key_id</name></member> |
| <member refid="classiceberg_1_1table_1_1RemoveEncryptionKey_1a76913192b20a8880e2ec45415709e6fc" prot="private" virt="non-virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>key_id_</name></member> |
| <member refid="classiceberg_1_1table_1_1RemoveEncryptionKey_1a8a4f2bddf7003af1ce0252e0bd175fb4" prot="public" virt="virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>kind</name></member> |
| <member refid="classiceberg_1_1TableUpdate_1ad8c72b1755b111ad20acff6ae6d4974d" prot="public" virt="non-virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>Kind</name></member> |
| <member refid="classiceberg_1_1table_1_1RemoveEncryptionKey_1a89c6a4525cedb7156d0a966e8c394978" prot="public" virt="non-virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>RemoveEncryptionKey</name></member> |
| <member refid="classiceberg_1_1TableUpdate_1a5967b7662042655f4ca0d9801935d375" prot="public" virt="virtual"><scope>iceberg::table::RemoveEncryptionKey</scope><name>~TableUpdate</name></member> |
| </listofallmembers> |
| </compounddef> |
| </doxygen> |