Package | Description |
---|---|
com.google.api.services.youtube |
Modifier and Type | Method and Description |
---|---|
YouTube.Thumbnails.Set |
YouTube.Thumbnails.set(String videoId)
As this is not an insert in a strict sense (it supports uploading/setting of a thumbnail for
multiple videos, which doesn't result in creation of a single resource), I use a custom verb
here.
|
YouTube.Thumbnails.Set |
YouTube.Thumbnails.set(String videoId,
AbstractInputStreamContent mediaContent)
As this is not an insert in a strict sense (it supports uploading/setting of a thumbnail for
multiple videos, which doesn't result in creation of a single resource), I use a custom verb
here.
|
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.set(String parameterName,
Object value) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.set$Xgafv(String $Xgafv) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setAccessToken(String accessToken) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setAlt(String alt) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setCallback(String callback) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setFields(String fields) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setKey(String key) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setOauthToken(String oauthToken) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setOnBehalfOfContentOwner(String onBehalfOfContentOwner)
*Note:* This parameter is intended exclusively for YouTube content partners.
|
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setPrettyPrint(Boolean prettyPrint) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setQuotaUser(String quotaUser) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setUploadProtocol(String uploadProtocol) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setUploadType(String uploadType) |
YouTube.Thumbnails.Set |
YouTube.Thumbnails.Set.setVideoId(String videoId)
Returns the Thumbnail with the given video IDs for Stubby or Apiary.
|
Copyright © 2011–2021 Google. All rights reserved.