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/SubscriptionSnippet.java
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,6 @@ public final class SubscriptionSnippet extends com.google.api.client.json.Generi
37
37
@com.google.api.client.util.Key
38
38
privatejava.lang.StringchannelId;
39
39
40
-
/**
41
-
* Channel title for the channel that the subscription belongs to.
42
-
* The value may be {@code null}.
43
-
*/
44
-
@com.google.api.client.util.Key
45
-
privatejava.lang.StringchannelTitle;
46
-
47
40
/**
48
41
* The subscription's details.
49
42
* The value may be {@code null}.
@@ -98,23 +91,6 @@ public SubscriptionSnippet setChannelId(java.lang.String channelId) {
98
91
returnthis;
99
92
}
100
93
101
-
/**
102
-
* Channel title for the channel that the subscription belongs to.
103
-
* @return value or {@code null} for none
104
-
*/
105
-
publicjava.lang.StringgetChannelTitle() {
106
-
returnchannelTitle;
107
-
}
108
-
109
-
/**
110
-
* Channel title for the channel that the subscription belongs to.
111
-
* @param channelTitle channelTitle or {@code null} for none
0 commit comments