| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
VideoSuggestionsTagSuggestion |
VideoSuggestionsTagSuggestion.clone() |
VideoSuggestionsTagSuggestion |
VideoSuggestionsTagSuggestion.set(java.lang.String fieldName,
java.lang.Object value) |
VideoSuggestionsTagSuggestion |
VideoSuggestionsTagSuggestion.setCategoryRestricts(java.util.List<java.lang.String> categoryRestricts)
A set of video categories for which the tag is relevant.
|
VideoSuggestionsTagSuggestion |
VideoSuggestionsTagSuggestion.setTag(java.lang.String tag)
The keyword tag suggested for the video.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VideoSuggestionsTagSuggestion> |
VideoSuggestions.getTagSuggestions()
A list of keyword tags that could be added to the video's metadata to increase the likelihood
that users will locate your video when searching or browsing on YouTube.
|
| Modifier and Type | Method and Description |
|---|---|
VideoSuggestions |
VideoSuggestions.setTagSuggestions(java.util.List<VideoSuggestionsTagSuggestion> tagSuggestions)
A list of keyword tags that could be added to the video's metadata to increase the likelihood
that users will locate your video when searching or browsing on YouTube.
|