public class PostmasterTools.Domains.TrafficStats.List extends PostmasterToolsRequest<ListTrafficStatsResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String parent)
List traffic statistics for all available days.
|
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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, 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(String parent)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
PostmasterTools.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
parent - The resource name of the domain whose traffic statistics we'd like to list. It should have the form
`domains/{domain_name}`, where domain_name is the fully qualified domain name.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListTrafficStatsResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListTrafficStatsResponse>IOExceptionpublic PostmasterTools.Domains.TrafficStats.List set$Xgafv(String $Xgafv)
PostmasterToolsRequestset$Xgafv in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setAccessToken(String accessToken)
PostmasterToolsRequestsetAccessToken in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setAlt(String alt)
PostmasterToolsRequestsetAlt in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setCallback(String callback)
PostmasterToolsRequestsetCallback in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setFields(String fields)
PostmasterToolsRequestsetFields in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setKey(String key)
PostmasterToolsRequestsetKey in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setOauthToken(String oauthToken)
PostmasterToolsRequestsetOauthToken in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setPrettyPrint(Boolean prettyPrint)
PostmasterToolsRequestsetPrettyPrint in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setQuotaUser(String quotaUser)
PostmasterToolsRequestsetQuotaUser in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setUploadType(String uploadType)
PostmasterToolsRequestsetUploadType in class PostmasterToolsRequest<ListTrafficStatsResponse>public PostmasterTools.Domains.TrafficStats.List setUploadProtocol(String uploadProtocol)
PostmasterToolsRequestsetUploadProtocol in class PostmasterToolsRequest<ListTrafficStatsResponse>public String getParent()
public PostmasterTools.Domains.TrafficStats.List setParent(String parent)
public Integer getEndDateDay()
public PostmasterTools.Domains.TrafficStats.List setEndDateDay(Integer endDateDay)
public Integer getEndDateMonth()
public PostmasterTools.Domains.TrafficStats.List setEndDateMonth(Integer endDateMonth)
public Integer getEndDateYear()
public PostmasterTools.Domains.TrafficStats.List setEndDateYear(Integer endDateYear)
public Integer getPageSize()
public PostmasterTools.Domains.TrafficStats.List setPageSize(Integer pageSize)
public String getPageToken()
public PostmasterTools.Domains.TrafficStats.List setPageToken(String pageToken)
public Integer getStartDateDay()
public PostmasterTools.Domains.TrafficStats.List setStartDateDay(Integer startDateDay)
public Integer getStartDateMonth()
public PostmasterTools.Domains.TrafficStats.List setStartDateMonth(Integer startDateMonth)
public Integer getStartDateYear()
public PostmasterTools.Domains.TrafficStats.List setStartDateYear(Integer startDateYear)
public PostmasterTools.Domains.TrafficStats.List set(String parameterName, Object value)
set in class PostmasterToolsRequest<ListTrafficStatsResponse>Copyright © 2011–2025 Google. All rights reserved.