LiveStreamsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String id, {String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? $fields})
→ Future<void>
-
Deletes an existing stream for the authenticated user.
-
insert(LiveStream request, List<String> part, {String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? $fields})
→ Future<LiveStream>
-
Inserts a new stream for the authenticated user.
-
list(List<String> part, {List<String>? id, int? maxResults, bool? mine, String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? pageToken, String? $fields})
→ Future<LiveStreamListResponse>
-
Retrieve the list of streams associated with the given channel.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(LiveStream request, List<String> part, {String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? $fields})
→ Future<LiveStream>
-
Updates an existing stream for the authenticated user.