target.apidocs.com.google.api.services.youtube.YouTube.I18nRegions.html Maven / Gradle / Ivy
YouTube.I18nRegions (YouTube Data API v3 v3-rev20210410-1.31.0)
com.google.api.services.youtube
Class YouTube.I18nRegions
- java.lang.Object
-
- com.google.api.services.youtube.YouTube.I18nRegions
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
YouTube.I18nRegions.List
-
Constructor Summary
Constructors
Constructor and Description
I18nRegions()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
YouTube.I18nRegions.List
list(List<String> part)
Retrieves a list of resources, possibly filtered.
-
-
Method Detail
-
list
public YouTube.I18nRegions.List list(List<String> part)
throws IOException
Retrieves a list of resources, possibly filtered.
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 the i18nRegion resource properties that the API response will
include. Set the parameter value to snippet.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2021 Google. All rights reserved.