class CrashReportingProduct
Defined at line 234 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Product information to report to the crash server.
Public Methods
void CrashReportingProduct (Storage_ storage)
void CrashReportingProduct ()
Defined at line 240 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void CrashReportingProduct (CrashReportingProduct && )
Defined at line 241 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void CrashReportingProduct (const CrashReportingProduct & other)
CrashReportingProduct & operator= (CrashReportingProduct && )
Defined at line 242 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
CrashReportingProduct & operator= (const CrashReportingProduct & other)
bool operator== (const CrashReportingProduct & other)
bool operator!= (const CrashReportingProduct & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()
The product name on the crash server.
* The first character has to be alphanumeric. The remaining characters must be printable,
but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other
characters will result in a ZX_ERR_INVALID_ARGS epitaph.
* Missing this required field will result in a ZX_ERR_INVALID_ARGS epitaph.
::std::optional< ::std::string> & name ()
The product name on the crash server.
* The first character has to be alphanumeric. The remaining characters must be printable,
but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other
characters will result in a ZX_ERR_INVALID_ARGS epitaph.
* Missing this required field will result in a ZX_ERR_INVALID_ARGS epitaph.
CrashReportingProduct & name (std::optional< ::std::string> value)
The product name on the crash server.
* The first character has to be alphanumeric. The remaining characters must be printable,
but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other
characters will result in a ZX_ERR_INVALID_ARGS epitaph.
* Missing this required field will result in a ZX_ERR_INVALID_ARGS epitaph.
const std::optional< ::std::string> & version ()
Optional product version of the component.
* The first character has to be alphanumeric. The remaining characters must be printable,
but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other
characters will result in a ZX_ERR_INVALID_ARGS epitaph.
If no version is specified then none is reported to the crash server.
::std::optional< ::std::string> & version ()
Optional product version of the component.
* The first character has to be alphanumeric. The remaining characters must be printable,
but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other
characters will result in a ZX_ERR_INVALID_ARGS epitaph.
If no version is specified then none is reported to the crash server.
CrashReportingProduct & version (std::optional< ::std::string> value)
Optional product version of the component.
* The first character has to be alphanumeric. The remaining characters must be printable,
but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other
characters will result in a ZX_ERR_INVALID_ARGS epitaph.
If no version is specified then none is reported to the crash server.
const std::optional< ::std::string> & channel ()
Optional product release channel for the component, e.g., "canary", "beta", "stable".
If no channel is specified then none is reported to the crash server.
::std::optional< ::std::string> & channel ()
Optional product release channel for the component, e.g., "canary", "beta", "stable".
If no channel is specified then none is reported to the crash server.
CrashReportingProduct & channel (std::optional< ::std::string> value)
Optional product release channel for the component, e.g., "canary", "beta", "stable".
If no channel is specified then none is reported to the crash server.
void CrashReportingProduct (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits