LiveBroadcastsResource 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
-
bind(String id, List<String> part, {String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? streamId, String? $fields})
→ Future<LiveBroadcast>
-
Bind a broadcast to a stream.
-
delete(String id, {String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? $fields})
→ Future<void>
-
Delete a given broadcast.
-
insert(LiveBroadcast request, List<String> part, {String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? $fields})
→ Future<LiveBroadcast>
-
Inserts a new stream for the authenticated user.
-
insertCuepoint(Cuepoint request, {String? id, String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, List<String>? part, String? $fields})
→ Future<Cuepoint>
-
Insert cuepoints in a broadcast
-
list(List<String> part, {String? broadcastStatus, String? broadcastType, List<String>? id, int? maxResults, bool? mine, String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? pageToken, String? $fields})
→ Future<LiveBroadcastListResponse>
-
Retrieve the list of broadcasts 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
-
transition(String broadcastStatus, String id, List<String> part, {String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? $fields})
→ Future<LiveBroadcast>
-
Transition a broadcast to a given status.
-
update(LiveBroadcast request, List<String> part, {String? onBehalfOfContentOwner, String? onBehalfOfContentOwnerChannel, String? $fields})
→ Future<LiveBroadcast>
-
Updates an existing broadcast for the authenticated user.