gravitino.dto.responses.entity_list_response.EntityListResponse¶
- class gravitino.dto.responses.entity_list_response.EntityListResponse(_code: int, _idents: List[NameIdentifier])¶
Bases:
BaseResponse
Represents a response containing a list of catalogs.
- __init__(_code: int, _idents: List[NameIdentifier]) None ¶
Methods
__init__
(_code, _idents)code
()from_dict
(kvs, *[, infer_missing])from_json
(s, *[, parse_float, parse_int, ...])identifiers
()schema
(*[, infer_missing, only, exclude, ...])to_dict
([encode_json])to_json
(*[, skipkeys, ensure_ascii, ...])validate
()Validates the response data.
Attributes
dataclass_json_config
- validate()¶
Validates the response data.
- Raises:
IllegalArgumentException if catalog identifiers are not set.