Interface CatalogUpdateRequest
- All Superinterfaces:
RESTMessage
,RESTRequest
- All Known Implementing Classes:
CatalogUpdateRequest.RemoveCatalogPropertyRequest
,CatalogUpdateRequest.RenameCatalogRequest
,CatalogUpdateRequest.SetCatalogPropertyRequest
,CatalogUpdateRequest.UpdateCatalogCommentRequest
Represents an interface for catalog update requests.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Request to remove a property from a catalog.static class
Request to rename a catalog.static class
Request to set a property on a catalog.static class
Request to update the comment of a catalog. -
Method Summary
Modifier and TypeMethodDescriptionReturns the catalog change associated with this request.Methods inherited from interface org.apache.gravitino.rest.RESTMessage
validate
-
Method Details
-
catalogChange
CatalogChange catalogChange()Returns the catalog change associated with this request.- Returns:
- The catalog change.
-