class InspectSinkFetchEscrowRequest
Defined at line 360 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
Public Methods
void InspectSinkFetchEscrowRequest (Storage_ storage)
void InspectSinkFetchEscrowRequest ()
Defined at line 366 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
void InspectSinkFetchEscrowRequest (InspectSinkFetchEscrowRequest && )
Defined at line 367 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
bool IsEmpty ()
InspectSinkFetchEscrowRequest & operator= (InspectSinkFetchEscrowRequest && )
Defined at line 368 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
const std::optional< ::fuchsia_inspect::EscrowToken> & token ()
The token associated with the VMO taht we want to fetch. If this
token isn't associated with any VMO the response will be empty.
Required
::std::optional< ::fuchsia_inspect::EscrowToken> & token ()
The token associated with the VMO taht we want to fetch. If this
token isn't associated with any VMO the response will be empty.
Required
InspectSinkFetchEscrowRequest & token (std::optional< ::fuchsia_inspect::EscrowToken> value)
The token associated with the VMO taht we want to fetch. If this
token isn't associated with any VMO the response will be empty.
Required
const std::optional< ::fidl::ClientEnd< ::fuchsia_inspect::Tree>> & tree ()
A handle that the server can use to continue reading data associated
with this VMO. The previous name that the component had given to
this VMO will be maintained. This would be equivalent to calling
`Publish` with the return VMO, except that it removes the race that
can happen if Inspect data is read, between the time that the
component fetches the VMO and publishes a tree for it.
Optional
::std::optional< ::fidl::ClientEnd< ::fuchsia_inspect::Tree>> & tree ()
A handle that the server can use to continue reading data associated
with this VMO. The previous name that the component had given to
this VMO will be maintained. This would be equivalent to calling
`Publish` with the return VMO, except that it removes the race that
can happen if Inspect data is read, between the time that the
component fetches the VMO and publishes a tree for it.
Optional
InspectSinkFetchEscrowRequest & tree (std::optional< ::fidl::ClientEnd< ::fuchsia_inspect::Tree>> value)
A handle that the server can use to continue reading data associated
with this VMO. The previous name that the component had given to
this VMO will be maintained. This would be equivalent to calling
`Publish` with the return VMO, except that it removes the race that
can happen if Inspect data is read, between the time that the
component fetches the VMO and publishes a tree for it.
Optional
void InspectSinkFetchEscrowRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits