Package org.apache.iceberg.rest.responses
-
Class Summary Class Description ConfigResponse Represents a response to requesting server-side provided configuration for the REST catalog.ConfigResponse.Builder CreateNamespaceResponse Represents a REST response for a request to create a namespace / database.CreateNamespaceResponse.Builder ErrorResponse Standard response body for all API errorsErrorResponse.Builder ErrorResponseParser GetNamespaceResponse Represents a REST response to fetch a namespace and its metadata propertiesGetNamespaceResponse.Builder ListNamespacesResponse ListNamespacesResponse.Builder ListTablesResponse A list of table identifiers in a given namespace.ListTablesResponse.Builder LoadTableResponse A REST response that is used when a table is successfully loaded.LoadTableResponse.Builder OAuthErrorResponseParser OAuthTokenResponse OAuthTokenResponse.Builder UpdateNamespacePropertiesResponse A REST response to a request to set and/or remove properties on a namespace.UpdateNamespacePropertiesResponse.Builder