Interface MetalakeUpdateRequest
- All Superinterfaces:
RESTMessage
,RESTRequest
- All Known Implementing Classes:
MetalakeUpdateRequest.RemoveMetalakePropertyRequest
,MetalakeUpdateRequest.RenameMetalakeRequest
,MetalakeUpdateRequest.SetMetalakePropertyRequest
,MetalakeUpdateRequest.UpdateMetalakeCommentRequest
Represents an interface for Metalake update requests.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Represents a request to remove a property from a Metalake.static class
Represents a request to rename a Metalake.static class
Represents a request to set a property on a Metalake.static class
Represents a request to update the comment on a Metalake. -
Method Summary
Modifier and TypeMethodDescriptionReturns the Metalake change associated with this request.Methods inherited from interface org.apache.gravitino.rest.RESTMessage
validate
-
Method Details
-
metalakeChange
MetalakeChange metalakeChange()Returns the Metalake change associated with this request.- Returns:
- The Metalake change.
-