public static final class LivestreamServiceGrpc.LivestreamServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<LivestreamServiceGrpc.LivestreamServiceBlockingStub>
Using Live Stream API, you can generate live streams in the various renditions and streaming formats. The streaming format include HTTP Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH). You can send a source stream in the various ways, including Real-Time Messaging Protocol (RTMP) and Secure Reliable Transport (SRT).
| Modifier and Type | Method and Description |
|---|---|
protected LivestreamServiceGrpc.LivestreamServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createAsset(CreateAssetRequest request)
Creates a Asset with the provided unique ID in the specified
region.
|
com.google.longrunning.Operation |
createChannel(CreateChannelRequest request)
Creates a channel with the provided unique ID in the specified
region.
|
Event |
createEvent(CreateEventRequest request)
Creates an event with the provided unique ID in the specified channel.
|
com.google.longrunning.Operation |
createInput(CreateInputRequest request)
Creates an input with the provided unique ID in the specified region.
|
com.google.longrunning.Operation |
deleteAsset(DeleteAssetRequest request)
Deletes the specified asset if it is not used.
|
com.google.longrunning.Operation |
deleteChannel(DeleteChannelRequest request)
Deletes the specified channel.
|
com.google.protobuf.Empty |
deleteEvent(DeleteEventRequest request)
Deletes the specified event.
|
com.google.longrunning.Operation |
deleteInput(DeleteInputRequest request)
Deletes the specified input.
|
Asset |
getAsset(GetAssetRequest request)
Returns the specified asset.
|
Channel |
getChannel(GetChannelRequest request)
Returns the specified channel.
|
Event |
getEvent(GetEventRequest request)
Returns the specified event.
|
Input |
getInput(GetInputRequest request)
Returns the specified input.
|
Pool |
getPool(GetPoolRequest request)
Returns the specified pool.
|
ListAssetsResponse |
listAssets(ListAssetsRequest request)
Returns a list of all assets in the specified region.
|
ListChannelsResponse |
listChannels(ListChannelsRequest request)
Returns a list of all channels in the specified region.
|
ListEventsResponse |
listEvents(ListEventsRequest request)
Returns a list of all events in the specified channel.
|
ListInputsResponse |
listInputs(ListInputsRequest request)
Returns a list of all inputs in the specified region.
|
com.google.longrunning.Operation |
startChannel(StartChannelRequest request)
Starts the specified channel.
|
com.google.longrunning.Operation |
stopChannel(StopChannelRequest request)
Stops the specified channel.
|
com.google.longrunning.Operation |
updateChannel(UpdateChannelRequest request)
Updates the specified channel.
|
com.google.longrunning.Operation |
updateInput(UpdateInputRequest request)
Updates the specified input.
|
com.google.longrunning.Operation |
updatePool(UpdatePoolRequest request)
Updates the specified pool.
|
protected LivestreamServiceGrpc.LivestreamServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<LivestreamServiceGrpc.LivestreamServiceBlockingStub>public com.google.longrunning.Operation createChannel(CreateChannelRequest request)
Creates a channel with the provided unique ID in the specified region.
public ListChannelsResponse listChannels(ListChannelsRequest request)
Returns a list of all channels in the specified region.
public Channel getChannel(GetChannelRequest request)
Returns the specified channel.
public com.google.longrunning.Operation deleteChannel(DeleteChannelRequest request)
Deletes the specified channel.
public com.google.longrunning.Operation updateChannel(UpdateChannelRequest request)
Updates the specified channel.
public com.google.longrunning.Operation startChannel(StartChannelRequest request)
Starts the specified channel. Part of the video pipeline will be created only when the StartChannel request is received by the server.
public com.google.longrunning.Operation stopChannel(StopChannelRequest request)
Stops the specified channel. Part of the video pipeline will be released when the StopChannel request is received by the server.
public com.google.longrunning.Operation createInput(CreateInputRequest request)
Creates an input with the provided unique ID in the specified region.
public ListInputsResponse listInputs(ListInputsRequest request)
Returns a list of all inputs in the specified region.
public Input getInput(GetInputRequest request)
Returns the specified input.
public com.google.longrunning.Operation deleteInput(DeleteInputRequest request)
Deletes the specified input.
public com.google.longrunning.Operation updateInput(UpdateInputRequest request)
Updates the specified input.
public Event createEvent(CreateEventRequest request)
Creates an event with the provided unique ID in the specified channel.
public ListEventsResponse listEvents(ListEventsRequest request)
Returns a list of all events in the specified channel.
public Event getEvent(GetEventRequest request)
Returns the specified event.
public com.google.protobuf.Empty deleteEvent(DeleteEventRequest request)
Deletes the specified event.
public com.google.longrunning.Operation createAsset(CreateAssetRequest request)
Creates a Asset with the provided unique ID in the specified region.
public com.google.longrunning.Operation deleteAsset(DeleteAssetRequest request)
Deletes the specified asset if it is not used.
public Asset getAsset(GetAssetRequest request)
Returns the specified asset.
public ListAssetsResponse listAssets(ListAssetsRequest request)
Returns a list of all assets in the specified region.
public Pool getPool(GetPoolRequest request)
Returns the specified pool.
public com.google.longrunning.Operation updatePool(UpdatePoolRequest request)
Updates the specified pool.
Copyright © 2023 Google LLC. All rights reserved.