list
public YouTube.I18nRegions.List list(java.lang.String part)
throws java.io.IOException
Returns a list of supported regions.
Create a request for the method "i18nRegions.list".
This request holds the parameters needed by the youtube server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
part
- The part parameter specifies a comma-separated list of one or more i18nRegion resource properties
that the API response will include. The part names that you can include in the parameter
value are id and snippet.
- Returns:
- the request
- Throws:
java.io.IOException