Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
VideoContentDetailsRegionRestriction |
VideoContentDetails.getRegionRestriction()
The regionRestriction object contains information about the countries where a video is (or is
not) viewable.
|
VideoContentDetailsRegionRestriction |
VideoContentDetailsRegionRestriction.setAllowed(List<String> allowed)
A list of region codes that identify countries where the video is viewable.
|
VideoContentDetailsRegionRestriction |
VideoContentDetailsRegionRestriction.setBlocked(List<String> blocked)
A list of region codes that identify countries where the video is blocked.
|
Modifier and Type | Method and Description |
---|---|
VideoContentDetails |
VideoContentDetails.setRegionRestriction(VideoContentDetailsRegionRestriction regionRestriction)
The regionRestriction object contains information about the countries where a video is (or is
not) viewable.
|