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
Copy file name to clipboardExpand all lines: clients/google-api-services-youtube/v3/2.0.0/com/google/api/services/youtube/model/PlaylistItemListResponse.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ public final class PlaylistItemListResponse extends com.google.api.client.json.G
57
57
58
58
/**
59
59
* Identifies what kind of resource this is. Value: the fixed string
60
-
* "youtube#playlistItemListResponse". Etag of this resource.
60
+
* "youtube#playlistItemListResponse".
61
61
* The value may be {@code null}.
62
62
*/
63
63
@com.google.api.client.util.Key
@@ -150,7 +150,7 @@ public PlaylistItemListResponse setItems(java.util.List<PlaylistItem> items) {
150
150
151
151
/**
152
152
* Identifies what kind of resource this is. Value: the fixed string
153
-
* "youtube#playlistItemListResponse". Etag of this resource.
153
+
* "youtube#playlistItemListResponse".
154
154
* @return value or {@code null} for none
155
155
*/
156
156
publicjava.lang.StringgetKind() {
@@ -159,7 +159,7 @@ public java.lang.String getKind() {
159
159
160
160
/**
161
161
* Identifies what kind of resource this is. Value: the fixed string
162
-
* "youtube#playlistItemListResponse". Etag of this resource.
0 commit comments