# Functions
NewClient creates a new oauth http client suitable for use with the google APIs with all requests traced automatically.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithContext sets the context in the config.
WithEndpointMetadataDisabled allows to disable the enriched Google endpoint metadata behavior for this integration.
WithScopes sets the scopes used to create the oauth2 config for Google APIs.
WithServiceName sets the service name in the config.
WrapRoundTripper wraps a RoundTripper intended for interfacing with Google APIs and traces all requests.
# Type aliases
An Option customizes the config.