bigframes._config.BigQueryOptions.application_name#

property BigQueryOptions.application_name: str | None#

The application name to amend to the user-agent sent to Google APIs.

The application name to amend to the user agent sent to Google APIs. The recommended format is "application-name/major.minor.patch_version" or "(gpn:PartnerName;)" for official Google partners.

Returns:

Application name as a string if exists; otherwise None.

Return type:

None or str