public class YouTubeAnalytics.Groups.List extends YouTubeAnalyticsRequest<GroupListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
YouTubeAnalytics.Groups.List()
Returns a collection of groups that match the API request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getId()
The id parameter specifies a comma-separated list of the YouTube group ID(s) for the resource(s)
that are being retrieved.
|
java.lang.Boolean |
getMine()
Set this parameter's value to true to instruct the API to only return groups owned by the
authenticated user.
|
java.lang.String |
getOnBehalfOfContentOwner()
Note: This parameter is intended exclusively for YouTube content partners.
|
java.lang.String |
getPageToken()
The pageToken parameter identifies a specific page in the result set that should be returned.
|
YouTubeAnalytics.Groups.List |
set(java.lang.String parameterName,
java.lang.Object value) |
YouTubeAnalytics.Groups.List |
setAlt(java.lang.String alt)
Data format for the response.
|
YouTubeAnalytics.Groups.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
YouTubeAnalytics.Groups.List |
setId(java.lang.String id)
The id parameter specifies a comma-separated list of the YouTube group ID(s) for the
resource(s) that are being retrieved.
|
YouTubeAnalytics.Groups.List |
setKey(java.lang.String key)
API key.
|
YouTubeAnalytics.Groups.List |
setMine(java.lang.Boolean mine)
Set this parameter's value to true to instruct the API to only return groups owned by the
authenticated user.
|
YouTubeAnalytics.Groups.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
YouTubeAnalytics.Groups.List |
setOnBehalfOfContentOwner(java.lang.String onBehalfOfContentOwner)
Note: This parameter is intended exclusively for YouTube content partners.
|
YouTubeAnalytics.Groups.List |
setPageToken(java.lang.String pageToken)
The pageToken parameter identifies a specific page in the result set that should be
returned.
|
YouTubeAnalytics.Groups.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
YouTubeAnalytics.Groups.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
YouTubeAnalytics.Groups.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.Groups.List()
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.
public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GroupListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GroupListResponse>java.io.IOExceptionpublic YouTubeAnalytics.Groups.List setAlt(java.lang.String alt)
YouTubeAnalyticsRequestsetAlt in class YouTubeAnalyticsRequest<GroupListResponse>public YouTubeAnalytics.Groups.List setFields(java.lang.String fields)
YouTubeAnalyticsRequestsetFields in class YouTubeAnalyticsRequest<GroupListResponse>public YouTubeAnalytics.Groups.List setKey(java.lang.String key)
YouTubeAnalyticsRequestsetKey in class YouTubeAnalyticsRequest<GroupListResponse>public YouTubeAnalytics.Groups.List setOauthToken(java.lang.String oauthToken)
YouTubeAnalyticsRequestsetOauthToken in class YouTubeAnalyticsRequest<GroupListResponse>public YouTubeAnalytics.Groups.List setPrettyPrint(java.lang.Boolean prettyPrint)
YouTubeAnalyticsRequestsetPrettyPrint in class YouTubeAnalyticsRequest<GroupListResponse>public YouTubeAnalytics.Groups.List setQuotaUser(java.lang.String quotaUser)
YouTubeAnalyticsRequestsetQuotaUser in class YouTubeAnalyticsRequest<GroupListResponse>public YouTubeAnalytics.Groups.List setUserIp(java.lang.String userIp)
YouTubeAnalyticsRequestsetUserIp in class YouTubeAnalyticsRequest<GroupListResponse>public java.lang.String getId()
public YouTubeAnalytics.Groups.List setId(java.lang.String id)
public java.lang.Boolean getMine()
public YouTubeAnalytics.Groups.List setMine(java.lang.Boolean mine)
public java.lang.String getOnBehalfOfContentOwner()
public YouTubeAnalytics.Groups.List setOnBehalfOfContentOwner(java.lang.String onBehalfOfContentOwner)
public java.lang.String getPageToken()
public YouTubeAnalytics.Groups.List setPageToken(java.lang.String pageToken)
public YouTubeAnalytics.Groups.List set(java.lang.String parameterName, java.lang.Object value)
set in class YouTubeAnalyticsRequest<GroupListResponse>