| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
VideoContentDetailsRegionRestriction |
VideoContentDetailsRegionRestriction.clone() |
VideoContentDetailsRegionRestriction |
VideoContentDetails.getRegionRestriction()
The regionRestriction object contains information about the countries where a video is (or is
not) viewable.
|
VideoContentDetailsRegionRestriction |
VideoContentDetailsRegionRestriction.set(java.lang.String fieldName,
java.lang.Object value) |
VideoContentDetailsRegionRestriction |
VideoContentDetailsRegionRestriction.setAllowed(java.util.List<java.lang.String> allowed)
A list of region codes that identify countries where the video is viewable.
|
VideoContentDetailsRegionRestriction |
VideoContentDetailsRegionRestriction.setBlocked(java.util.List<java.lang.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.
|