You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: This sample calls the API's <code>activities.insert</code> method to post a bulletin to the channel
62
62
associated with the request.
63
63
64
-
### [Set and retrieve localized metadata for a channel](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/ChannelLocalizations.java)
64
+
### [Set and retrieve localized channel metadata](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/ChannelLocalizations.java)
Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -76,7 +76,7 @@ retrieve localized metadata in that language.</li>
76
76
parameter value to retrieve all of the localized metadata for that channel.</li>
77
77
</ul>
78
78
79
-
### [Set and retrieve localized metadata for a channel section](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/ChannelSectionLocalizations.java)
79
+
### [Set and retrieve localized channel section metadata](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/ChannelSectionLocalizations.java)
Description: This sample demonstrates how to use the following API methods to set and retrieve localized metadata for a
@@ -123,9 +123,9 @@ channel comment. In each case, the request body contains the <code>comment</code
123
123
### [Search by geolocation](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/GeolocationSearch.java)
Description: This sample calls the API's <code>search.list</code> method with <code>q</code>, <code>location</code> and
126
+
Description: This sample calls the API's <code>search.list</code> method with the <code>type</code>, <code>q</code>, <code>location</code>, and
127
127
<code>locationRadius</code> parameters to retrieve search results matching the provided keyword within the radius centered
128
-
at a particular location. Using the video ids from the search result, the sample calls the API's <code>videos.list</code>
128
+
at a particular location. Using the video IDs from the search result, the sample calls the API's <code>videos.list</code>
129
129
method to retrieve location details of each video.
130
130
131
131
### [Retrieve my uploads](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/MyUploads.java)
@@ -136,7 +136,7 @@ to the channel associated with the request. The code also calls the <code>channe
136
136
<code>mine</code> parameter set to <code>true</code> to retrieve the playlist ID that identifies the channel's uploaded
137
137
videos.
138
138
139
-
### [Set and retrieve localized metadata for a playlist](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/PlaylistLocalizations.java)
139
+
### [Set and retrieve localized playlist metadata](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/PlaylistLocalizations.java)
Description: This sample calls the API's <code>videos.update</code> method to update a video owned by the channel
169
169
authorizing the request.
170
170
171
-
### [Upload a video thumbnail image](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/UploadThumbnail.java)
171
+
### [Upload a custom video thumbnail image](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/UploadThumbnail.java)
172
172
173
173
Method: youtube.thumbnails.set<br>
174
174
Description: This sample calls the API's <code>thumbnails.set</code> method to upload an image and set it as the
Description: This sample calls the API's <code>videos.insert</code> method to upload a video to the channel associated
181
181
with the request.
182
182
183
-
### [Set and retrieve localized metadata for a video](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/VideoLocalizations.java)
183
+
### [Set and retrieve localized video metadata](/youtube/api-samples/blob/master/java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/VideoLocalizations.java)
0 commit comments