Package org.apache.iceberg.rest.requests
Interface ReportMetricsRequest
- All Superinterfaces:
- RESTMessage,- RESTRequest
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic ReportMetricsRequestof(MetricsReport report) report()static ReportMetricsRequestunknown()default voidvalidate()Ensures that a constructed instance of a REST message is valid according to the REST spec.
- 
Method Details- 
reportTypeReportMetricsRequest.ReportType reportType()
- 
reportMetricsReport report()
- 
validatedefault void validate()Description copied from interface:RESTMessageEnsures that a constructed instance of a REST message is valid according to the REST spec.This is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present. - Specified by:
- validatein interface- RESTMessage
 
- 
of
- 
unknown
 
-