public class Analytics.Management.Uploads extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.Uploads.DeleteUploadData |
class |
Analytics.Management.Uploads.Get |
class |
Analytics.Management.Uploads.List |
class |
Analytics.Management.Uploads.UploadData |
| Constructor and Description |
|---|
Uploads() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Uploads.DeleteUploadData |
deleteUploadData(String accountId,
String webPropertyId,
String customDataSourceId,
AnalyticsDataimportDeleteUploadDataRequest content)
Delete data associated with a previous upload.
|
Analytics.Management.Uploads.Get |
get(String accountId,
String webPropertyId,
String customDataSourceId,
String uploadId)
List uploads to which the user has access.
|
Analytics.Management.Uploads.List |
list(String accountId,
String webPropertyId,
String customDataSourceId)
List uploads to which the user has access.
|
Analytics.Management.Uploads.UploadData |
uploadData(String accountId,
String webPropertyId,
String customDataSourceId)
Upload data for a custom data source.
|
Analytics.Management.Uploads.UploadData |
uploadData(String accountId,
String webPropertyId,
String customDataSourceId,
AbstractInputStreamContent mediaContent)
Upload data for a custom data source.
|
public Analytics.Management.Uploads.DeleteUploadData deleteUploadData(String accountId, String webPropertyId, String customDataSourceId, AnalyticsDataimportDeleteUploadDataRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account Id for the uploads to be deleted.webPropertyId - Web property Id for the uploads to be deleted.customDataSourceId - Custom data source Id for the uploads to be deleted.content - the AnalyticsDataimportDeleteUploadDataRequestIOExceptionpublic Analytics.Management.Uploads.Get get(String accountId, String webPropertyId, String customDataSourceId, String uploadId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account Id for the upload to retrieve.webPropertyId - Web property Id for the upload to retrieve.customDataSourceId - Custom data source Id for upload to retrieve.uploadId - Upload Id to retrieve.IOExceptionpublic Analytics.Management.Uploads.List list(String accountId, String webPropertyId, String customDataSourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account Id for the uploads to retrieve.webPropertyId - Web property Id for the uploads to retrieve.customDataSourceId - Custom data source Id for uploads to retrieve.IOExceptionpublic Analytics.Management.Uploads.UploadData uploadData(String accountId, String webPropertyId, String customDataSourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account Id associated with the upload.webPropertyId - Web property UA-string associated with the upload.customDataSourceId - Custom data source Id to which the data being uploaded belongs.IOExceptionpublic Analytics.Management.Uploads.UploadData uploadData(String accountId, String webPropertyId, String customDataSourceId, AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
This method should be used for uploading media content.
accountId - Account Id associated with the upload.@param webPropertyId Web property UA-string associated with the upload.@param customDataSourceId Custom data source Id to which the data being uploaded belongs.mediaContent - The media HTTP content or null if none.IOException - if the initialization of the request failsCopyright © 2011–2022 Google. All rights reserved.