td-client-java does not support updateExpire. td-client-python and td-client-ruby support `update_expire`. https://github.com/treasure-data/td-client-ruby/blob/fa8f082c523be493d2e0171bb16afcd70dfb6c1e/lib/td/client/api/table.rb#L85-L87 https://github.com/treasure-data/td-client-python/blob/8da50c3c938a46fa37f81510bb1e28c24d4fb439/tdclient/table_api.py#L88-L96 It's better to support same as both 2 clients.