public final class TelemetryOptions extends Object
TelemetryFactory
. Please refer to the Factory for more information.Modifier and Type | Field and Description |
---|---|
static TelemetryOptions |
DEFAULT |
Constructor and Description |
---|
TelemetryOptions(String userAgentPrefix) |
public static final TelemetryOptions DEFAULT
public TelemetryOptions(String userAgentPrefix)
userAgentPrefix
- A string prepended to each request's User-Agent and sent to the service. The service records.
the user-agent in logs for diagnostics and tracking of client requests.public String getUserAgentPrefix()
This documentation was released into the public domain.