| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
I18nRegionSnippet |
I18nRegionSnippet.clone() |
I18nRegionSnippet |
I18nRegion.getSnippet()
The snippet object contains basic details about the i18n region, such as region code and human-
readable name.
|
I18nRegionSnippet |
I18nRegionSnippet.set(java.lang.String fieldName,
java.lang.Object value) |
I18nRegionSnippet |
I18nRegionSnippet.setGl(java.lang.String gl)
The region code as a 2-letter ISO country code.
|
I18nRegionSnippet |
I18nRegionSnippet.setName(java.lang.String name)
The human-readable name of the region.
|
| Modifier and Type | Method and Description |
|---|---|
I18nRegion |
I18nRegion.setSnippet(I18nRegionSnippet snippet)
The snippet object contains basic details about the i18n region, such as region code and human-
readable name.
|