list
public YouTube.GuideCategories.List list(java.lang.String part)
throws java.io.IOException
Returns a list of categories that can be associated with YouTube channels.
Create a request for the method "guideCategories.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 the guideCategory resource properties that the API response will
include. Set the parameter value to snippet.
- Returns:
- the request
- Throws:
java.io.IOException