| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelSectionTargeting |
ChannelSectionTargeting.clone() |
ChannelSectionTargeting |
ChannelSection.getTargeting()
The targeting object contains basic targeting settings about the channel section.
|
ChannelSectionTargeting |
ChannelSectionTargeting.set(java.lang.String fieldName,
java.lang.Object value) |
ChannelSectionTargeting |
ChannelSectionTargeting.setCountries(java.util.List<java.lang.String> countries)
The country the channel section is targeting.
|
ChannelSectionTargeting |
ChannelSectionTargeting.setLanguages(java.util.List<java.lang.String> languages)
The language the channel section is targeting.
|
ChannelSectionTargeting |
ChannelSectionTargeting.setRegions(java.util.List<java.lang.String> regions)
The region the channel section is targeting.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSection |
ChannelSection.setTargeting(ChannelSectionTargeting targeting)
The targeting object contains basic targeting settings about the channel section.
|