class InspectSinkPublishRequest
Defined at line 108 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
Public Methods
void InspectSinkPublishRequest (Storage_ storage)
void InspectSinkPublishRequest ()
Defined at line 114 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
void InspectSinkPublishRequest (InspectSinkPublishRequest && )
Defined at line 115 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
bool IsEmpty ()
InspectSinkPublishRequest & operator= (InspectSinkPublishRequest && )
Defined at line 116 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
const std::optional< ::fidl::ClientEnd< ::fuchsia_inspect::Tree>> & tree ()
The Tree that the server will use to fetch Inspect data.
The connection will be closed if this isn't provided.
Required
::std::optional< ::fidl::ClientEnd< ::fuchsia_inspect::Tree>> & tree ()
The Tree that the server will use to fetch Inspect data.
The connection will be closed if this isn't provided.
Required
InspectSinkPublishRequest & tree (std::optional< ::fidl::ClientEnd< ::fuchsia_inspect::Tree>> value)
The Tree that the server will use to fetch Inspect data.
The connection will be closed if this isn't provided.
Required
const std::optional< ::std::string> & name ()
A name to identify this tree from the client perspective. This name
isn't required to be unique across multiple trees. Multiple trees
published under the same name are accepted and will not overwrite
previously published trees.
Optional
::std::optional< ::std::string> & name ()
A name to identify this tree from the client perspective. This name
isn't required to be unique across multiple trees. Multiple trees
published under the same name are accepted and will not overwrite
previously published trees.
Optional
InspectSinkPublishRequest & name (std::optional< ::std::string> value)
A name to identify this tree from the client perspective. This name
isn't required to be unique across multiple trees. Multiple trees
published under the same name are accepted and will not overwrite
previously published trees.
Optional
void InspectSinkPublishRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits