public class YouTubeAnalytics.BatchReports.List extends YouTubeAnalyticsRequest<BatchReportList>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
YouTubeAnalytics.BatchReports.List(java.lang.String batchReportDefinitionId,
java.lang.String onBehalfOfContentOwner)
Retrieves a list of processed batch reports.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getBatchReportDefinitionId()
The batchReportDefinitionId parameter specifies the ID of the batch reportort definition for which
you are retrieving reports.
|
java.lang.String |
getOnBehalfOfContentOwner()
The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf
of.
|
YouTubeAnalytics.BatchReports.List |
set(java.lang.String parameterName,
java.lang.Object value) |
YouTubeAnalytics.BatchReports.List |
setAlt(java.lang.String alt)
Data format for the response.
|
YouTubeAnalytics.BatchReports.List |
setBatchReportDefinitionId(java.lang.String batchReportDefinitionId)
The batchReportDefinitionId parameter specifies the ID of the batch reportort definition
for which you are retrieving reports.
|
YouTubeAnalytics.BatchReports.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
YouTubeAnalytics.BatchReports.List |
setKey(java.lang.String key)
API key.
|
YouTubeAnalytics.BatchReports.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
YouTubeAnalytics.BatchReports.List |
setOnBehalfOfContentOwner(java.lang.String onBehalfOfContentOwner)
The onBehalfOfContentOwner parameter identifies the content owner that the user is acting
on behalf of.
|
YouTubeAnalytics.BatchReports.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
YouTubeAnalytics.BatchReports.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
YouTubeAnalytics.BatchReports.List |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysprotected YouTubeAnalytics.BatchReports.List(java.lang.String batchReportDefinitionId,
java.lang.String onBehalfOfContentOwner)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
YouTubeAnalytics.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
batchReportDefinitionId - The batchReportDefinitionId parameter specifies the ID of the batch reportort definition for which
you are retrieving reports.onBehalfOfContentOwner - The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on behalf
of.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<BatchReportList>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<BatchReportList>java.io.IOExceptionpublic YouTubeAnalytics.BatchReports.List setAlt(java.lang.String alt)
YouTubeAnalyticsRequestsetAlt in class YouTubeAnalyticsRequest<BatchReportList>public YouTubeAnalytics.BatchReports.List setFields(java.lang.String fields)
YouTubeAnalyticsRequestsetFields in class YouTubeAnalyticsRequest<BatchReportList>public YouTubeAnalytics.BatchReports.List setKey(java.lang.String key)
YouTubeAnalyticsRequestsetKey in class YouTubeAnalyticsRequest<BatchReportList>public YouTubeAnalytics.BatchReports.List setOauthToken(java.lang.String oauthToken)
YouTubeAnalyticsRequestsetOauthToken in class YouTubeAnalyticsRequest<BatchReportList>public YouTubeAnalytics.BatchReports.List setPrettyPrint(java.lang.Boolean prettyPrint)
YouTubeAnalyticsRequestsetPrettyPrint in class YouTubeAnalyticsRequest<BatchReportList>public YouTubeAnalytics.BatchReports.List setQuotaUser(java.lang.String quotaUser)
YouTubeAnalyticsRequestsetQuotaUser in class YouTubeAnalyticsRequest<BatchReportList>public YouTubeAnalytics.BatchReports.List setUserIp(java.lang.String userIp)
YouTubeAnalyticsRequestsetUserIp in class YouTubeAnalyticsRequest<BatchReportList>public java.lang.String getBatchReportDefinitionId()
public YouTubeAnalytics.BatchReports.List setBatchReportDefinitionId(java.lang.String batchReportDefinitionId)
public java.lang.String getOnBehalfOfContentOwner()
public YouTubeAnalytics.BatchReports.List setOnBehalfOfContentOwner(java.lang.String onBehalfOfContentOwner)
public YouTubeAnalytics.BatchReports.List set(java.lang.String parameterName, java.lang.Object value)
set in class YouTubeAnalyticsRequest<BatchReportList>