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(List<String> part,
Caption content)
Inserts a new resource into this collection.
|
YouTube.Captions.Insert |
YouTube.Captions.insert(List<String> part,
Caption content,
AbstractInputStreamContent mediaContent)
Inserts a new resource into this collection.
|
YouTube.Captions.Update |
YouTube.Captions.update(List<String> part,
Caption content)
Updates an existing resource.
|
YouTube.Captions.Update |
YouTube.Captions.update(List<String> part,
Caption content,
AbstractInputStreamContent mediaContent)
Updates an existing resource.
|
Constructor and Description |
---|
Insert(List<String> part,
Caption content)
Inserts a new resource into this collection.
|
Insert(List<String> part,
Caption content,
AbstractInputStreamContent mediaContent)
Inserts a new resource into this collection.
|
Update(List<String> part,
Caption content)
Updates an existing resource.
|
Update(List<String> part,
Caption content,
AbstractInputStreamContent mediaContent)
Updates an existing resource.
|
Modifier and Type | Method and Description |
---|---|
Caption |
Caption.clone() |
Caption |
Caption.set(String fieldName,
Object value) |
Caption |
Caption.setEtag(String etag)
Etag of this resource.
|
Caption |
Caption.setId(String id)
The ID that YouTube uses to uniquely identify the caption track.
|
Caption |
Caption.setKind(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 |
---|---|
List<Caption> |
CaptionListResponse.getItems()
A list of captions that match the request criteria.
|
Modifier and Type | Method and Description |
---|---|
CaptionListResponse |
CaptionListResponse.setItems(List<Caption> items)
A list of captions that match the request criteria.
|
Copyright © 2011–2021 Google. All rights reserved.