template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 751 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/wire_types.h
Public Methods
::fuchsia_power_system::wire::ActivityGovernorRegisterSuspendBlockerRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_suspend_blocker ()
void clear_suspend_blocker ()
Clears the suspend_blocker field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ClientEnd< ::fuchsia_power_system::SuspendBlocker> & suspend_blocker ()
The client end of the SuspendBlocker service.
Required.
BuilderImpl & suspend_blocker (::fidl::ClientEnd< ::fuchsia_power_system::SuspendBlocker> elem)
The client end of the SuspendBlocker service.
Required.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
The name of the suspend blocker.
Required.
The name cannot be empty but is not required to be globally unique.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the suspend blocker.
Required.
The name cannot be empty but is not required to be globally unique.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_power_system::wire::ActivityGovernorRegisterSuspendBlockerRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_power_system::wire::ActivityGovernorRegisterSuspendBlockerRequest>> && frame)