If you create a SQLAdmin with the builder, without setting application name by calling SQL.Builder(...).setApplicationName("app-name"), you'll see a warning coming from AbstractGoogleClient saying:
"Application name is not set. Call Builder#setApplicationName."
What's the purpose of setting application name? I don't see it being documented? If it's not needed, the warning should be removed.
If you create a
SQLAdminwith the builder, without setting application name by callingSQL.Builder(...).setApplicationName("app-name"), you'll see a warning coming fromAbstractGoogleClientsaying:"Application name is not set. Call Builder#setApplicationName."
What's the purpose of setting application name? I don't see it being documented? If it's not needed, the warning should be removed.