Live Stream API

Service: livestream.googleapis.com

The Service name livestream.googleapis.com is needed to create RPC client stubs.

google.cloud.location.Locations

Methods
GetLocation Gets information about a location.
ListLocations Lists information about the supported locations for this service.

google.cloud.video.livestream.v1.LivestreamService

Methods
CreateAsset Creates a Asset with the provided unique ID in the specified region.
CreateChannel Creates a channel with the provided unique ID in the specified region.
CreateEvent Creates an event with the provided unique ID in the specified channel.
CreateInput Creates an input with the provided unique ID in the specified region.
DeleteAsset Deletes the specified asset if it is not used.
DeleteChannel Deletes the specified channel.
DeleteEvent Deletes the specified event.
DeleteInput Deletes the specified input.
GetAsset Returns the specified asset.
GetChannel Returns the specified channel.
GetEvent Returns the specified event.
GetInput Returns the specified input.
GetPool Returns the specified pool.
ListAssets Returns a list of all assets in the specified region.
ListChannels Returns a list of all channels in the specified region.
ListEvents Returns a list of all events in the specified channel.
ListInputs Returns a list of all inputs in the specified region.
StartChannel Starts the specified channel.
StopChannel Stops the specified channel.
UpdateChannel Updates the specified channel.
UpdateInput Updates the specified input.
UpdatePool Updates the specified pool.

google.longrunning.Operations

Methods
CancelOperation Starts asynchronous cancellation on a long-running operation.
DeleteOperation Deletes a long-running operation.
GetOperation Gets the latest state of a long-running operation.
ListOperations Lists operations that match the specified filter in the request.
WaitOperation Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.