Class UpdateCatalogRequest
java.lang.Object
org.apache.polaris.core.admin.model.UpdateCatalogRequest
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class UpdateCatalogRequest
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUpdateCatalogRequest(Integer currentEntityVersion, Map<String, String> properties, StorageConfigInfo storageConfigInfo) -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateCatalogRequest.Builderbuilder()booleanThe version of the object onto which this update is applied; if the object changed, the update will fail and the caller should retry after fetching the latest version.inthashCode()toString()
-
Constructor Details
-
UpdateCatalogRequest
public UpdateCatalogRequest(Integer currentEntityVersion, Map<String, String> properties, StorageConfigInfo storageConfigInfo)
-
-
Method Details
-
getCurrentEntityVersion
The version of the object onto which this update is applied; if the object changed, the update will fail and the caller should retry after fetching the latest version. -
getProperties
-
getStorageConfigInfo
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-