public class YouTube.Watermarks.Unset extends YouTubeRequest<java.lang.Void>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
YouTube.Watermarks.Unset(java.lang.String channelId)
Deletes a watermark.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelId()
The channelId parameter specifies a YouTube channel ID for which the watermark is being unset.
|
java.lang.String |
getOnBehalfOfContentOwner()
The onBehalfOfContentOwner parameter indicates that the authenticated user is acting on behalf of
the content owner specified in the parameter value.
|
YouTube.Watermarks.Unset |
set(java.lang.String parameterName,
java.lang.Object value) |
YouTube.Watermarks.Unset |
setAlt(java.lang.String alt)
Data format for the response.
|
YouTube.Watermarks.Unset |
setChannelId(java.lang.String channelId)
The channelId parameter specifies a YouTube channel ID for which the watermark is being
unset.
|
YouTube.Watermarks.Unset |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
YouTube.Watermarks.Unset |
setKey(java.lang.String key)
API key.
|
YouTube.Watermarks.Unset |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
YouTube.Watermarks.Unset |
setOnBehalfOfContentOwner(java.lang.String onBehalfOfContentOwner)
The onBehalfOfContentOwner parameter indicates that the authenticated user is acting on
behalf of the content owner specified in the parameter value.
|
YouTube.Watermarks.Unset |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
YouTube.Watermarks.Unset |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
YouTube.Watermarks.Unset |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
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 YouTube.Watermarks.Unset(java.lang.String channelId)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. YouTube.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
channelId
- The channelId parameter specifies a YouTube channel ID for which the watermark is being unset.public YouTube.Watermarks.Unset setAlt(java.lang.String alt)
YouTubeRequest
setAlt
in class YouTubeRequest<java.lang.Void>
public YouTube.Watermarks.Unset setFields(java.lang.String fields)
YouTubeRequest
setFields
in class YouTubeRequest<java.lang.Void>
public YouTube.Watermarks.Unset setKey(java.lang.String key)
YouTubeRequest
setKey
in class YouTubeRequest<java.lang.Void>
public YouTube.Watermarks.Unset setOauthToken(java.lang.String oauthToken)
YouTubeRequest
setOauthToken
in class YouTubeRequest<java.lang.Void>
public YouTube.Watermarks.Unset setPrettyPrint(java.lang.Boolean prettyPrint)
YouTubeRequest
setPrettyPrint
in class YouTubeRequest<java.lang.Void>
public YouTube.Watermarks.Unset setQuotaUser(java.lang.String quotaUser)
YouTubeRequest
setQuotaUser
in class YouTubeRequest<java.lang.Void>
public YouTube.Watermarks.Unset setUserIp(java.lang.String userIp)
YouTubeRequest
setUserIp
in class YouTubeRequest<java.lang.Void>
public java.lang.String getChannelId()
public YouTube.Watermarks.Unset setChannelId(java.lang.String channelId)
public java.lang.String getOnBehalfOfContentOwner()
public YouTube.Watermarks.Unset setOnBehalfOfContentOwner(java.lang.String onBehalfOfContentOwner)
public YouTube.Watermarks.Unset set(java.lang.String parameterName, java.lang.Object value)
set
in class YouTubeRequest<java.lang.Void>