Interface GoogleAnalyticsMetadata.Builder

    • Method Detail

      • oAuthScopes

        GoogleAnalyticsMetadata.Builder oAuthScopes​(Collection<String> oAuthScopes)

        The desired authorization scope for the Google Analytics account.

        Parameters:
        oAuthScopes - The desired authorization scope for the Google Analytics account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • oAuthScopes

        GoogleAnalyticsMetadata.Builder oAuthScopes​(String... oAuthScopes)

        The desired authorization scope for the Google Analytics account.

        Parameters:
        oAuthScopes - The desired authorization scope for the Google Analytics account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.