class AuthorityLookupResponse
Defined at line 1265 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
Public Methods
void AuthorityLookupResponse (Storage_ storage)
void AuthorityLookupResponse (::fuchsia_pkg::BlobId package_id, ::std::string http_blob_dir)
void AuthorityLookupResponse ()
Default constructs a |AuthorityLookupResponse| only if all of its members are default constructible.
Defined at line 1275 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
void AuthorityLookupResponse (AuthorityLookupResponse && )
Defined at line 1278 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
void AuthorityLookupResponse (const AuthorityLookupResponse & other)
bool operator!= (const AuthorityLookupResponse & other)
AuthorityLookupResponse & operator= (AuthorityLookupResponse && )
Defined at line 1279 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
AuthorityLookupResponse & operator= (const AuthorityLookupResponse & other)
bool operator== (const AuthorityLookupResponse & other)
const ::fuchsia_pkg::BlobId & package_id ()
The id of the package (the hash of its meta.far).
::fuchsia_pkg::BlobId & package_id ()
The id of the package (the hash of its meta.far).
AuthorityLookupResponse & package_id (::fuchsia_pkg::BlobId value)
The id of the package (the hash of its meta.far).
const ::std::string & http_blob_dir ()
A URL of a directory on an HTTP[S] server that contains all of the blobs of the package.
The filenames of the blobs in the directory are the hex-encoded hashes of the blobs.
The blob files are contained directly in the directory (e.g. the delivery blob type
does not need to be appended to the URL).
::std::string & http_blob_dir ()
A URL of a directory on an HTTP[S] server that contains all of the blobs of the package.
The filenames of the blobs in the directory are the hex-encoded hashes of the blobs.
The blob files are contained directly in the directory (e.g. the delivery blob type
does not need to be appended to the URL).
AuthorityLookupResponse & http_blob_dir (::std::string value)
A URL of a directory on an HTTP[S] server that contains all of the blobs of the package.
The filenames of the blobs in the directory are the hex-encoded hashes of the blobs.
The blob files are contained directly in the directory (e.g. the delivery blob type
does not need to be appended to the URL).
void AuthorityLookupResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits