Documentation
¶
Index ¶
- func NewTestClient(body []byte) *http.Client
- func RunReportResponseBody(options ...func(*analyticsdata.RunReportResponse)) []byte
- func RunReportResponseBodyWithQuota(quota analyticsdata.PropertyQuota) func(*analyticsdata.RunReportResponse)
- func RunReportResponseBodyWithRowCount(count int64) func(*analyticsdata.RunReportResponse)
- func RunReportResponseBodyWithRows(dimensionHeaders []string, metricHeaders []string, dimensionValues [][]string, ...) func(*analyticsdata.RunReportResponse)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunReportResponseBody ¶
func RunReportResponseBody(options ...func(*analyticsdata.RunReportResponse)) []byte
RunReportResponseBody :
func RunReportResponseBodyWithQuota ¶
func RunReportResponseBodyWithQuota( quota analyticsdata.PropertyQuota, ) func(*analyticsdata.RunReportResponse)
RunReportResponseBodyWithQuota :
func RunReportResponseBodyWithRowCount ¶
func RunReportResponseBodyWithRowCount(count int64) func(*analyticsdata.RunReportResponse)
RunReportResponseBodyWithRowCount :
func RunReportResponseBodyWithRows ¶
func RunReportResponseBodyWithRows( dimensionHeaders []string, metricHeaders []string, dimensionValues [][]string, metricValues [][]string, ) func(*analyticsdata.RunReportResponse)
RunReportResponseBodyWithRows :
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.