target.apidocs.com.google.api.services.analytics.Analytics.Management.UnsampledReports.html Maven / Gradle / Ivy
Analytics.Management.UnsampledReports (Google Analytics API v3-rev20190807-1.31.0)
com.google.api.services.analytics
Class Analytics.Management.UnsampledReports
- java.lang.Object
-
- com.google.api.services.analytics.Analytics.Management.UnsampledReports
-
- Enclosing class:
- Analytics.Management
public class Analytics.Management.UnsampledReports
extends Object
The "unsampledReports" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Analytics.Management.UnsampledReports.Delete
class
Analytics.Management.UnsampledReports.Get
class
Analytics.Management.UnsampledReports.Insert
class
Analytics.Management.UnsampledReports.List
-
Constructor Summary
Constructors
Constructor and Description
UnsampledReports()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Analytics.Management.UnsampledReports.Delete
delete(String accountId,
String webPropertyId,
String profileId,
String unsampledReportId)
Deletes an unsampled report.
Analytics.Management.UnsampledReports.Get
get(String accountId,
String webPropertyId,
String profileId,
String unsampledReportId)
Returns a single unsampled report.
Analytics.Management.UnsampledReports.Insert
insert(String accountId,
String webPropertyId,
String profileId,
UnsampledReport content)
Create a new unsampled report.
Analytics.Management.UnsampledReports.List
list(String accountId,
String webPropertyId,
String profileId)
Lists unsampled reports to which the user has access.
-
-
Method Detail
-
delete
public Analytics.Management.UnsampledReports.Delete delete(String accountId,
String webPropertyId,
String profileId,
String unsampledReportId)
throws IOException
Deletes an unsampled report.
Create a request for the method "unsampledReports.delete".
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 to delete the unsampled report for.
webPropertyId
- Web property ID to delete the unsampled reports for.
profileId
- View (Profile) ID to delete the unsampled report for.
unsampledReportId
- ID of the unsampled report to be deleted.
- Returns:
- the request
- Throws:
IOException
-
get
public Analytics.Management.UnsampledReports.Get get(String accountId,
String webPropertyId,
String profileId,
String unsampledReportId)
throws IOException
Returns a single unsampled report.
Create a request for the method "unsampledReports.get".
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 to retrieve unsampled report for.
webPropertyId
- Web property ID to retrieve unsampled reports for.
profileId
- View (Profile) ID to retrieve unsampled report for.
unsampledReportId
- ID of the unsampled report to retrieve.
- Returns:
- the request
- Throws:
IOException
-
insert
public Analytics.Management.UnsampledReports.Insert insert(String accountId,
String webPropertyId,
String profileId,
UnsampledReport content)
throws IOException
Create a new unsampled report.
Create a request for the method "unsampledReports.insert".
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 to create the unsampled report for.
webPropertyId
- Web property ID to create the unsampled report for.
profileId
- View (Profile) ID to create the unsampled report for.
content
- the UnsampledReport
- Returns:
- the request
- Throws:
IOException
-
list
public Analytics.Management.UnsampledReports.List list(String accountId,
String webPropertyId,
String profileId)
throws IOException
Lists unsampled reports to which the user has access.
Create a request for the method "unsampledReports.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 to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported.
webPropertyId
- Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not
supported.
profileId
- View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is
not supported.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2020 Google. All rights reserved.