public class Analytics.Management.Profiles.Patch extends AnalyticsRequest<Profile>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Analytics.Management.Profiles.Patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Profile content)
Updates an existing view (profile).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId()
Account ID to which the view (profile) belongs
|
java.lang.String |
getProfileId()
ID of the view (profile) to be updated.
|
java.lang.String |
getWebPropertyId()
Web property ID to which the view (profile) belongs
|
Analytics.Management.Profiles.Patch |
set(java.lang.String parameterName,
java.lang.Object value) |
Analytics.Management.Profiles.Patch |
setAccountId(java.lang.String accountId)
Account ID to which the view (profile) belongs
|
Analytics.Management.Profiles.Patch |
setAlt(java.lang.String alt)
Data format for the response.
|
Analytics.Management.Profiles.Patch |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Analytics.Management.Profiles.Patch |
setKey(java.lang.String key)
API key.
|
Analytics.Management.Profiles.Patch |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Analytics.Management.Profiles.Patch |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Analytics.Management.Profiles.Patch |
setProfileId(java.lang.String profileId)
ID of the view (profile) to be updated.
|
Analytics.Management.Profiles.Patch |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Analytics.Management.Profiles.Patch |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
Analytics.Management.Profiles.Patch |
setWebPropertyId(java.lang.String webPropertyId)
Web property ID to which the view (profile) belongs
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
protected Analytics.Management.Profiles.Patch(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId, Profile content)
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 to which the view (profile) belongswebPropertyId
- Web property ID to which the view (profile) belongsprofileId
- ID of the view (profile) to be updated.content
- the Profile
public Analytics.Management.Profiles.Patch setAlt(java.lang.String alt)
AnalyticsRequest
setAlt
in class AnalyticsRequest<Profile>
public Analytics.Management.Profiles.Patch setFields(java.lang.String fields)
AnalyticsRequest
setFields
in class AnalyticsRequest<Profile>
public Analytics.Management.Profiles.Patch setKey(java.lang.String key)
AnalyticsRequest
setKey
in class AnalyticsRequest<Profile>
public Analytics.Management.Profiles.Patch setOauthToken(java.lang.String oauthToken)
AnalyticsRequest
setOauthToken
in class AnalyticsRequest<Profile>
public Analytics.Management.Profiles.Patch setPrettyPrint(java.lang.Boolean prettyPrint)
AnalyticsRequest
setPrettyPrint
in class AnalyticsRequest<Profile>
public Analytics.Management.Profiles.Patch setQuotaUser(java.lang.String quotaUser)
AnalyticsRequest
setQuotaUser
in class AnalyticsRequest<Profile>
public Analytics.Management.Profiles.Patch setUserIp(java.lang.String userIp)
AnalyticsRequest
setUserIp
in class AnalyticsRequest<Profile>
public java.lang.String getAccountId()
public Analytics.Management.Profiles.Patch setAccountId(java.lang.String accountId)
public java.lang.String getWebPropertyId()
public Analytics.Management.Profiles.Patch setWebPropertyId(java.lang.String webPropertyId)
public java.lang.String getProfileId()
public Analytics.Management.Profiles.Patch setProfileId(java.lang.String profileId)
public Analytics.Management.Profiles.Patch set(java.lang.String parameterName, java.lang.Object value)
set
in class AnalyticsRequest<Profile>