public static final class LivestreamServiceGrpc.LivestreamServiceStub extends io.grpc.stub.AbstractAsyncStub<LivestreamServiceGrpc.LivestreamServiceStub>
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.LivestreamServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createAsset(CreateAssetRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a Asset with the provided unique ID in the specified
region.
|
void |
createChannel(CreateChannelRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a channel with the provided unique ID in the specified
region.
|
void |
createEvent(CreateEventRequest request,
io.grpc.stub.StreamObserver<Event> responseObserver)
Creates an event with the provided unique ID in the specified channel.
|
void |
createInput(CreateInputRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates an input with the provided unique ID in the specified region.
|
void |
deleteAsset(DeleteAssetRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified asset if it is not used.
|
void |
deleteChannel(DeleteChannelRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified channel.
|
void |
deleteEvent(DeleteEventRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified event.
|
void |
deleteInput(DeleteInputRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified input.
|
void |
getAsset(GetAssetRequest request,
io.grpc.stub.StreamObserver<Asset> responseObserver)
Returns the specified asset.
|
void |
getChannel(GetChannelRequest request,
io.grpc.stub.StreamObserver<Channel> responseObserver)
Returns the specified channel.
|
void |
getEvent(GetEventRequest request,
io.grpc.stub.StreamObserver<Event> responseObserver)
Returns the specified event.
|
void |
getInput(GetInputRequest request,
io.grpc.stub.StreamObserver<Input> responseObserver)
Returns the specified input.
|
void |
getPool(GetPoolRequest request,
io.grpc.stub.StreamObserver<Pool> responseObserver)
Returns the specified pool.
|
void |
listAssets(ListAssetsRequest request,
io.grpc.stub.StreamObserver<ListAssetsResponse> responseObserver)
Returns a list of all assets in the specified region.
|
void |
listChannels(ListChannelsRequest request,
io.grpc.stub.StreamObserver<ListChannelsResponse> responseObserver)
Returns a list of all channels in the specified region.
|
void |
listEvents(ListEventsRequest request,
io.grpc.stub.StreamObserver<ListEventsResponse> responseObserver)
Returns a list of all events in the specified channel.
|
void |
listInputs(ListInputsRequest request,
io.grpc.stub.StreamObserver<ListInputsResponse> responseObserver)
Returns a list of all inputs in the specified region.
|
void |
startChannel(StartChannelRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts the specified channel.
|
void |
stopChannel(StopChannelRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Stops the specified channel.
|
void |
updateChannel(UpdateChannelRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified channel.
|
void |
updateInput(UpdateInputRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified input.
|
void |
updatePool(UpdatePoolRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified pool.
|
protected LivestreamServiceGrpc.LivestreamServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<LivestreamServiceGrpc.LivestreamServiceStub>public void createChannel(CreateChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a channel with the provided unique ID in the specified region.
public void listChannels(ListChannelsRequest request, io.grpc.stub.StreamObserver<ListChannelsResponse> responseObserver)
Returns a list of all channels in the specified region.
public void getChannel(GetChannelRequest request, io.grpc.stub.StreamObserver<Channel> responseObserver)
Returns the specified channel.
public void deleteChannel(DeleteChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified channel.
public void updateChannel(UpdateChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified channel.
public void startChannel(StartChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts the specified channel. Part of the video pipeline will be created only when the StartChannel request is received by the server.
public void stopChannel(StopChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Stops the specified channel. Part of the video pipeline will be released when the StopChannel request is received by the server.
public void createInput(CreateInputRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates an input with the provided unique ID in the specified region.
public void listInputs(ListInputsRequest request, io.grpc.stub.StreamObserver<ListInputsResponse> responseObserver)
Returns a list of all inputs in the specified region.
public void getInput(GetInputRequest request, io.grpc.stub.StreamObserver<Input> responseObserver)
Returns the specified input.
public void deleteInput(DeleteInputRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified input.
public void updateInput(UpdateInputRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified input.
public void createEvent(CreateEventRequest request, io.grpc.stub.StreamObserver<Event> responseObserver)
Creates an event with the provided unique ID in the specified channel.
public void listEvents(ListEventsRequest request, io.grpc.stub.StreamObserver<ListEventsResponse> responseObserver)
Returns a list of all events in the specified channel.
public void getEvent(GetEventRequest request, io.grpc.stub.StreamObserver<Event> responseObserver)
Returns the specified event.
public void deleteEvent(DeleteEventRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified event.
public void createAsset(CreateAssetRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a Asset with the provided unique ID in the specified region.
public void deleteAsset(DeleteAssetRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified asset if it is not used.
public void getAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)
Returns the specified asset.
public void listAssets(ListAssetsRequest request, io.grpc.stub.StreamObserver<ListAssetsResponse> responseObserver)
Returns a list of all assets in the specified region.
public void getPool(GetPoolRequest request, io.grpc.stub.StreamObserver<Pool> responseObserver)
Returns the specified pool.
public void updatePool(UpdatePoolRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified pool.
Copyright © 2023 Google LLC. All rights reserved.