public class Analytics.Management.CustomDimensions.Get extends AnalyticsRequest<CustomDimension>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Analytics.Management.CustomDimensions.Get(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customDimensionId)
Get a custom dimension to which the user has access.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getAccountId()
Account ID for the custom dimension to retrieve.
|
java.lang.String |
getCustomDimensionId()
The ID of the custom dimension to retrieve.
|
java.lang.String |
getWebPropertyId()
Web property ID for the custom dimension to retrieve.
|
Analytics.Management.CustomDimensions.Get |
set(java.lang.String parameterName,
java.lang.Object value) |
Analytics.Management.CustomDimensions.Get |
setAccountId(java.lang.String accountId)
Account ID for the custom dimension to retrieve.
|
Analytics.Management.CustomDimensions.Get |
setAlt(java.lang.String alt)
Data format for the response.
|
Analytics.Management.CustomDimensions.Get |
setCustomDimensionId(java.lang.String customDimensionId)
The ID of the custom dimension to retrieve.
|
Analytics.Management.CustomDimensions.Get |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Analytics.Management.CustomDimensions.Get |
setKey(java.lang.String key)
API key.
|
Analytics.Management.CustomDimensions.Get |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Analytics.Management.CustomDimensions.Get |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Analytics.Management.CustomDimensions.Get |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Analytics.Management.CustomDimensions.Get |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
Analytics.Management.CustomDimensions.Get |
setWebPropertyId(java.lang.String webPropertyId)
Web property ID for the custom dimension to retrieve.
|
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 Analytics.Management.CustomDimensions.Get(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customDimensionId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Analytics.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
accountId - Account ID for the custom dimension to retrieve.webPropertyId - Web property ID for the custom dimension to retrieve.customDimensionId - The ID of the custom dimension to retrieve.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CustomDimension>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CustomDimension>java.io.IOExceptionpublic Analytics.Management.CustomDimensions.Get setAlt(java.lang.String alt)
AnalyticsRequestsetAlt in class AnalyticsRequest<CustomDimension>public Analytics.Management.CustomDimensions.Get setFields(java.lang.String fields)
AnalyticsRequestsetFields in class AnalyticsRequest<CustomDimension>public Analytics.Management.CustomDimensions.Get setKey(java.lang.String key)
AnalyticsRequestsetKey in class AnalyticsRequest<CustomDimension>public Analytics.Management.CustomDimensions.Get setOauthToken(java.lang.String oauthToken)
AnalyticsRequestsetOauthToken in class AnalyticsRequest<CustomDimension>public Analytics.Management.CustomDimensions.Get setPrettyPrint(java.lang.Boolean prettyPrint)
AnalyticsRequestsetPrettyPrint in class AnalyticsRequest<CustomDimension>public Analytics.Management.CustomDimensions.Get setQuotaUser(java.lang.String quotaUser)
AnalyticsRequestsetQuotaUser in class AnalyticsRequest<CustomDimension>public Analytics.Management.CustomDimensions.Get setUserIp(java.lang.String userIp)
AnalyticsRequestsetUserIp in class AnalyticsRequest<CustomDimension>public java.lang.String getAccountId()
public Analytics.Management.CustomDimensions.Get setAccountId(java.lang.String accountId)
public java.lang.String getWebPropertyId()
public Analytics.Management.CustomDimensions.Get setWebPropertyId(java.lang.String webPropertyId)
public java.lang.String getCustomDimensionId()
public Analytics.Management.CustomDimensions.Get setCustomDimensionId(java.lang.String customDimensionId)
public Analytics.Management.CustomDimensions.Get set(java.lang.String parameterName, java.lang.Object value)
set in class AnalyticsRequest<CustomDimension>