template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 286 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/wire_types.h
Public Methods
::fuchsia_net_filter::wire::CommitOptions Build ()
Build and return the table. The builder should not be used after this.
bool has_idempotent ()
void clear_idempotent ()
Clears the idempotent field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & idempotent ()
Whether additions or removals should be idempotent.
For example, an update to add a resource when the resource already
exists will fail with an `ALREADY_EXISTS` error if `idempotent` is
`false`, but will succeed if it is `true`. Likewise for removals and
`*_NOT_FOUND`.
If not set, interpreted as false.
BuilderImpl & idempotent (bool elem)
Whether additions or removals should be idempotent.
For example, an update to add a resource when the resource already
exists will fail with an `ALREADY_EXISTS` error if `idempotent` is
`false`, but will succeed if it is `true`. Likewise for removals and
`*_NOT_FOUND`.
If not set, interpreted as false.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_net_filter::wire::CommitOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_filter::wire::CommitOptions>> && frame)