Package org.apache.polaris.service.types
Class PolicyAttachmentTarget
java.lang.Object
org.apache.polaris.service.types.PolicyAttachmentTarget
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:55.320737337Z[UTC]",
comments="Generator version: 7.12.0")
public class PolicyAttachmentTarget
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enumPolicy can be attached to different levels: 1. -
Constructor Summary
ConstructorsConstructorDescriptionPolicyAttachmentTarget(PolicyAttachmentTarget.TypeEnum type, List<String> path) -
Method Summary
-
Constructor Details
-
PolicyAttachmentTarget
-
PolicyAttachmentTarget
-
-
Method Details
-
getType
Policy can be attached to different levels: 1. table-like: Policies specific to individual tables or views. 2. namespace: Policies applies to a namespace. 3. catalog: Policies that applies to a catalog -
getPath
A list representing the hierarchical path to the target, ordered from the namespace level down to the entity. If the target is catalog, the path should be either empty or not set. -
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-