public class YouTubeAnalytics.Groups.List extends YouTubeAnalyticsRequest<ListGroupsResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
List()
Returns a collection of groups that match the API request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getId()
The `id` parameter specifies a comma-separated list of the YouTube group ID(s) for the resource(s)
that are being retrieved.
|
Boolean |
getMine()
This parameter can only be used in a properly authorized request.
|
String |
getOnBehalfOfContentOwner()
This parameter can only be used in a properly authorized request.
|
String |
getPageToken()
The `pageToken` parameter identifies a specific page in the result set that should be returned.
|
YouTubeAnalytics.Groups.List |
set(String parameterName,
Object value) |
YouTubeAnalytics.Groups.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
YouTubeAnalytics.Groups.List |
setAccessToken(String accessToken)
OAuth access token.
|
YouTubeAnalytics.Groups.List |
setAlt(String alt)
Data format for response.
|
YouTubeAnalytics.Groups.List |
setCallback(String callback)
JSONP
|
YouTubeAnalytics.Groups.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
YouTubeAnalytics.Groups.List |
setId(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(String key)
API key.
|
YouTubeAnalytics.Groups.List |
setMine(Boolean mine)
This parameter can only be used in a properly authorized request.
|
YouTubeAnalytics.Groups.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
YouTubeAnalytics.Groups.List |
setOnBehalfOfContentOwner(String onBehalfOfContentOwner)
This parameter can only be used in a properly authorized request.
|
YouTubeAnalytics.Groups.List |
setPageToken(String pageToken)
The `pageToken` parameter identifies a specific page in the result set that should be
returned.
|
YouTubeAnalytics.Groups.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
YouTubeAnalytics.Groups.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
YouTubeAnalytics.Groups.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
YouTubeAnalytics.Groups.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected 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 HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<ListGroupsResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ListGroupsResponse>IOExceptionpublic YouTubeAnalytics.Groups.List set$Xgafv(String $Xgafv)
YouTubeAnalyticsRequestset$Xgafv in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setAccessToken(String accessToken)
YouTubeAnalyticsRequestsetAccessToken in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setAlt(String alt)
YouTubeAnalyticsRequestsetAlt in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setCallback(String callback)
YouTubeAnalyticsRequestsetCallback in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setFields(String fields)
YouTubeAnalyticsRequestsetFields in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setKey(String key)
YouTubeAnalyticsRequestsetKey in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setOauthToken(String oauthToken)
YouTubeAnalyticsRequestsetOauthToken in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setPrettyPrint(Boolean prettyPrint)
YouTubeAnalyticsRequestsetPrettyPrint in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setQuotaUser(String quotaUser)
YouTubeAnalyticsRequestsetQuotaUser in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setUploadType(String uploadType)
YouTubeAnalyticsRequestsetUploadType in class YouTubeAnalyticsRequest<ListGroupsResponse>public YouTubeAnalytics.Groups.List setUploadProtocol(String uploadProtocol)
YouTubeAnalyticsRequestsetUploadProtocol in class YouTubeAnalyticsRequest<ListGroupsResponse>public String getId()
public YouTubeAnalytics.Groups.List setId(String id)
public Boolean getMine()
public YouTubeAnalytics.Groups.List setMine(Boolean mine)
public String getOnBehalfOfContentOwner()
public YouTubeAnalytics.Groups.List setOnBehalfOfContentOwner(String onBehalfOfContentOwner)
public String getPageToken()
public YouTubeAnalytics.Groups.List setPageToken(String pageToken)
public YouTubeAnalytics.Groups.List set(String parameterName, Object value)
set in class YouTubeAnalyticsRequest<ListGroupsResponse>Copyright © 2011–2019 Google. All rights reserved.