| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
SearchResultSnippet |
SearchResultSnippet.clone() |
SearchResultSnippet |
SearchResult.getSnippet()
The snippet object contains basic details about a search result, such as its title or
description.
|
SearchResultSnippet |
SearchResultSnippet.set(java.lang.String fieldName,
java.lang.Object value) |
SearchResultSnippet |
SearchResultSnippet.setChannelId(java.lang.String channelId)
The value that YouTube uses to uniquely identify the channel that published the resource that
the search result identifies.
|
SearchResultSnippet |
SearchResultSnippet.setChannelTitle(java.lang.String channelTitle)
The title of the channel that published the resource that the search result identifies.
|
SearchResultSnippet |
SearchResultSnippet.setDescription(java.lang.String description)
A description of the search result.
|
SearchResultSnippet |
SearchResultSnippet.setLiveBroadcastContent(java.lang.String liveBroadcastContent)
It indicates if the resource (video or channel) has upcoming/active live broadcast content.
|
SearchResultSnippet |
SearchResultSnippet.setPublishedAt(com.google.api.client.util.DateTime publishedAt)
The creation date and time of the resource that the search result identifies.
|
SearchResultSnippet |
SearchResultSnippet.setThumbnails(ThumbnailDetails thumbnails)
A map of thumbnail images associated with the search result.
|
SearchResultSnippet |
SearchResultSnippet.setTitle(java.lang.String title)
The title of the search result.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchResult.setSnippet(SearchResultSnippet snippet)
The snippet object contains basic details about a search result, such as its title or
description.
|