Interface ViewUpdateRequest
- All Superinterfaces:
RESTMessage,RESTRequest
- All Known Implementing Classes:
ViewUpdateRequest.RemoveViewPropertyRequest,ViewUpdateRequest.RenameViewRequest,ViewUpdateRequest.ReplaceViewRequest,ViewUpdateRequest.SetViewPropertyRequest
Represents a request to update a view.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classRepresents a request to remove a property of a view.static classRepresents a request to rename a view.static classRepresents a request to atomically replace the body (columns, representations, default catalog, default schema and comment) of a view.static classRepresents a request to set a property of a view. -
Method Summary
Modifier and TypeMethodDescriptionThe view change represented by this request.Methods inherited from interface org.apache.gravitino.rest.RESTMessage
validate
-
Method Details
-
viewChange
ViewChange viewChange()The view change represented by this request.- Returns:
- An instance of
ViewChange.
-