query
public Dfareporting.DimensionValues.Query query(java.lang.Long profileId,
DimensionValueRequest content)
throws java.io.IOException
Retrieves list of report dimension values for a list of filters.
Create a request for the method "dimensionValues.query".
This request holds the parameters needed by the dfareporting server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
profileId - The DFA user profile ID.content - the DimensionValueRequest
- Returns:
- the request
- Throws:
java.io.IOException