Class LivestreamServiceGrpc.LivestreamServiceBlockingStub (0.45.0)

public static final class LivestreamServiceGrpc.LivestreamServiceBlockingStub extends AbstractBlockingStub<LivestreamServiceGrpc.LivestreamServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service LivestreamService.

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).

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > LivestreamServiceGrpc.LivestreamServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected LivestreamServiceGrpc.LivestreamServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
LivestreamServiceGrpc.LivestreamServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createAsset(CreateAssetRequest request)

public Operation createAsset(CreateAssetRequest request)

Creates a Asset with the provided unique ID in the specified region.

Parameter
Name Description
request CreateAssetRequest
Returns
Type Description
Operation

createChannel(CreateChannelRequest request)

public Operation createChannel(CreateChannelRequest request)

Creates a channel with the provided unique ID in the specified region.

Parameter
Name Description
request CreateChannelRequest
Returns
Type Description
Operation

createEvent(CreateEventRequest request)

public Event createEvent(CreateEventRequest request)

Creates an event with the provided unique ID in the specified channel.

Parameter
Name Description
request CreateEventRequest
Returns
Type Description
Event

createInput(CreateInputRequest request)

public Operation createInput(CreateInputRequest request)

Creates an input with the provided unique ID in the specified region.

Parameter
Name Description
request CreateInputRequest
Returns
Type Description
Operation

deleteAsset(DeleteAssetRequest request)

public Operation deleteAsset(DeleteAssetRequest request)

Deletes the specified asset if it is not used.

Parameter
Name Description
request DeleteAssetRequest
Returns
Type Description
Operation

deleteChannel(DeleteChannelRequest request)

public Operation deleteChannel(DeleteChannelRequest request)

Deletes the specified channel.

Parameter
Name Description
request DeleteChannelRequest
Returns
Type Description
Operation

deleteEvent(DeleteEventRequest request)

public Empty deleteEvent(DeleteEventRequest request)

Deletes the specified event.

Parameter
Name Description
request DeleteEventRequest
Returns
Type Description
Empty

deleteInput(DeleteInputRequest request)

public Operation deleteInput(DeleteInputRequest request)

Deletes the specified input.

Parameter
Name Description
request DeleteInputRequest
Returns
Type Description
Operation

getAsset(GetAssetRequest request)

public Asset getAsset(GetAssetRequest request)

Returns the specified asset.

Parameter
Name Description
request GetAssetRequest
Returns
Type Description
Asset

getChannel(GetChannelRequest request)

public Channel getChannel(GetChannelRequest request)

Returns the specified channel.

Parameter
Name Description
request GetChannelRequest
Returns
Type Description
Channel

getEvent(GetEventRequest request)

public Event getEvent(GetEventRequest request)

Returns the specified event.

Parameter
Name Description
request GetEventRequest
Returns
Type Description
Event

getInput(GetInputRequest request)

public Input getInput(GetInputRequest request)

Returns the specified input.

Parameter
Name Description
request GetInputRequest
Returns
Type Description
Input

getPool(GetPoolRequest request)

public Pool getPool(GetPoolRequest request)

Returns the specified pool.

Parameter
Name Description
request GetPoolRequest
Returns
Type Description
Pool

listAssets(ListAssetsRequest request)

public ListAssetsResponse listAssets(ListAssetsRequest request)

Returns a list of all assets in the specified region.

Parameter
Name Description
request ListAssetsRequest
Returns
Type Description
ListAssetsResponse

listChannels(ListChannelsRequest request)

public ListChannelsResponse listChannels(ListChannelsRequest request)

Returns a list of all channels in the specified region.

Parameter
Name Description
request ListChannelsRequest
Returns
Type Description
ListChannelsResponse

listEvents(ListEventsRequest request)

public ListEventsResponse listEvents(ListEventsRequest request)

Returns a list of all events in the specified channel.

Parameter
Name Description
request ListEventsRequest
Returns
Type Description
ListEventsResponse

listInputs(ListInputsRequest request)

public ListInputsResponse listInputs(ListInputsRequest request)

Returns a list of all inputs in the specified region.

Parameter
Name Description
request ListInputsRequest
Returns
Type Description
ListInputsResponse

startChannel(StartChannelRequest request)

public 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.

Parameter
Name Description
request StartChannelRequest
Returns
Type Description
Operation

stopChannel(StopChannelRequest request)

public 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.

Parameter
Name Description
request StopChannelRequest
Returns
Type Description
Operation

updateChannel(UpdateChannelRequest request)

public Operation updateChannel(UpdateChannelRequest request)

Updates the specified channel.

Parameter
Name Description
request UpdateChannelRequest
Returns
Type Description
Operation

updateInput(UpdateInputRequest request)

public Operation updateInput(UpdateInputRequest request)

Updates the specified input.

Parameter
Name Description
request UpdateInputRequest
Returns
Type Description
Operation

updatePool(UpdatePoolRequest request)

public Operation updatePool(UpdatePoolRequest request)

Updates the specified pool.

Parameter
Name Description
request UpdatePoolRequest
Returns
Type Description
Operation