list
public Analytics.Management.CustomDataSources.List list(java.lang.String accountId,
java.lang.String webPropertyId)
throws java.io.IOException
List custom data sources to which the user has access.
Create a request for the method "customDataSources.list".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
accountId - Account Id for the custom data sources to retrieve.webPropertyId - Web property Id for the custom data sources to retrieve.
- Returns:
- the request
- Throws:
java.io.IOException