gravitino.client.metadata_object_role_operations.MetadataObjectRoleOperations¶
- class gravitino.client.metadata_object_role_operations.MetadataObjectRoleOperations(metalake_name: str, metadata_object: MetadataObject, rest_client: HTTPClient)¶
Bases:
SupportsRolesRepresents a response for a list of entity names.
- __init__(metalake_name: str, metadata_object: MetadataObject, rest_client: HTTPClient) None¶
Methods
__init__(metalake_name, metadata_object, ...)List all the role names associated with this metadata object.
- list_binding_role_names() list[str]¶
List all the role names associated with this metadata object.
- Raises:
NotImplementedError: If the method is not implemented.
- Returns:
list[str]: The role name list associated with this metadata object.