| Package | Description |
|---|---|
| com.google.api.services.youtube | |
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
YouTube.Captions.Insert |
YouTube.Captions.insert(java.lang.String part,
Caption content)
Uploads a caption track.
|
YouTube.Captions.Insert |
YouTube.Captions.insert(java.lang.String part,
Caption content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads a caption track.
|
YouTube.Captions.Update |
YouTube.Captions.update(java.lang.String part,
Caption content)
Updates a caption track.
|
YouTube.Captions.Update |
YouTube.Captions.update(java.lang.String part,
Caption content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Updates a caption track.
|
| Constructor and Description |
|---|
Insert(java.lang.String part,
Caption content)
Uploads a caption track.
|
Insert(java.lang.String part,
Caption content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads a caption track.
|
Update(java.lang.String part,
Caption content)
Updates a caption track.
|
Update(java.lang.String part,
Caption content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Updates a caption track.
|
| Modifier and Type | Method and Description |
|---|---|
Caption |
Caption.clone() |
Caption |
Caption.set(java.lang.String fieldName,
java.lang.Object value) |
Caption |
Caption.setEtag(java.lang.String etag)
Etag of this resource.
|
Caption |
Caption.setId(java.lang.String id)
The ID that YouTube uses to uniquely identify the caption track.
|
Caption |
Caption.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Caption |
Caption.setSnippet(CaptionSnippet snippet)
The snippet object contains basic details about the caption.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Caption> |
CaptionListResponse.getItems()
A list of captions that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
CaptionListResponse |
CaptionListResponse.setItems(java.util.List<Caption> items)
A list of captions that match the request criteria.
|