@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/video/livestream/v1/service.proto") public final class LivestreamServiceGrpc extends Object
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 | Class and Description |
|---|---|
static interface |
LivestreamServiceGrpc.AsyncService
Using Live Stream API, you can generate live streams in the various
renditions and streaming formats.
|
static class |
LivestreamServiceGrpc.LivestreamServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service LivestreamService.
|
static class |
LivestreamServiceGrpc.LivestreamServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service LivestreamService.
|
static class |
LivestreamServiceGrpc.LivestreamServiceImplBase
Base class for the server implementation of the service LivestreamService.
|
static class |
LivestreamServiceGrpc.LivestreamServiceStub
A stub to allow clients to do asynchronous rpc calls to service LivestreamService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(LivestreamServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateAssetRequest,com.google.longrunning.Operation> |
getCreateAssetMethod() |
static io.grpc.MethodDescriptor<CreateChannelRequest,com.google.longrunning.Operation> |
getCreateChannelMethod() |
static io.grpc.MethodDescriptor<CreateEventRequest,Event> |
getCreateEventMethod() |
static io.grpc.MethodDescriptor<CreateInputRequest,com.google.longrunning.Operation> |
getCreateInputMethod() |
static io.grpc.MethodDescriptor<DeleteAssetRequest,com.google.longrunning.Operation> |
getDeleteAssetMethod() |
static io.grpc.MethodDescriptor<DeleteChannelRequest,com.google.longrunning.Operation> |
getDeleteChannelMethod() |
static io.grpc.MethodDescriptor<DeleteEventRequest,com.google.protobuf.Empty> |
getDeleteEventMethod() |
static io.grpc.MethodDescriptor<DeleteInputRequest,com.google.longrunning.Operation> |
getDeleteInputMethod() |
static io.grpc.MethodDescriptor<GetAssetRequest,Asset> |
getGetAssetMethod() |
static io.grpc.MethodDescriptor<GetChannelRequest,Channel> |
getGetChannelMethod() |
static io.grpc.MethodDescriptor<GetEventRequest,Event> |
getGetEventMethod() |
static io.grpc.MethodDescriptor<GetInputRequest,Input> |
getGetInputMethod() |
static io.grpc.MethodDescriptor<GetPoolRequest,Pool> |
getGetPoolMethod() |
static io.grpc.MethodDescriptor<ListAssetsRequest,ListAssetsResponse> |
getListAssetsMethod() |
static io.grpc.MethodDescriptor<ListChannelsRequest,ListChannelsResponse> |
getListChannelsMethod() |
static io.grpc.MethodDescriptor<ListEventsRequest,ListEventsResponse> |
getListEventsMethod() |
static io.grpc.MethodDescriptor<ListInputsRequest,ListInputsResponse> |
getListInputsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StartChannelRequest,com.google.longrunning.Operation> |
getStartChannelMethod() |
static io.grpc.MethodDescriptor<StopChannelRequest,com.google.longrunning.Operation> |
getStopChannelMethod() |
static io.grpc.MethodDescriptor<UpdateChannelRequest,com.google.longrunning.Operation> |
getUpdateChannelMethod() |
static io.grpc.MethodDescriptor<UpdateInputRequest,com.google.longrunning.Operation> |
getUpdateInputMethod() |
static io.grpc.MethodDescriptor<UpdatePoolRequest,com.google.longrunning.Operation> |
getUpdatePoolMethod() |
static LivestreamServiceGrpc.LivestreamServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static LivestreamServiceGrpc.LivestreamServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static LivestreamServiceGrpc.LivestreamServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateChannelRequest,com.google.longrunning.Operation> getCreateChannelMethod()
public static io.grpc.MethodDescriptor<ListChannelsRequest,ListChannelsResponse> getListChannelsMethod()
public static io.grpc.MethodDescriptor<GetChannelRequest,Channel> getGetChannelMethod()
public static io.grpc.MethodDescriptor<DeleteChannelRequest,com.google.longrunning.Operation> getDeleteChannelMethod()
public static io.grpc.MethodDescriptor<UpdateChannelRequest,com.google.longrunning.Operation> getUpdateChannelMethod()
public static io.grpc.MethodDescriptor<StartChannelRequest,com.google.longrunning.Operation> getStartChannelMethod()
public static io.grpc.MethodDescriptor<StopChannelRequest,com.google.longrunning.Operation> getStopChannelMethod()
public static io.grpc.MethodDescriptor<CreateInputRequest,com.google.longrunning.Operation> getCreateInputMethod()
public static io.grpc.MethodDescriptor<ListInputsRequest,ListInputsResponse> getListInputsMethod()
public static io.grpc.MethodDescriptor<GetInputRequest,Input> getGetInputMethod()
public static io.grpc.MethodDescriptor<DeleteInputRequest,com.google.longrunning.Operation> getDeleteInputMethod()
public static io.grpc.MethodDescriptor<UpdateInputRequest,com.google.longrunning.Operation> getUpdateInputMethod()
public static io.grpc.MethodDescriptor<CreateEventRequest,Event> getCreateEventMethod()
public static io.grpc.MethodDescriptor<ListEventsRequest,ListEventsResponse> getListEventsMethod()
public static io.grpc.MethodDescriptor<GetEventRequest,Event> getGetEventMethod()
public static io.grpc.MethodDescriptor<DeleteEventRequest,com.google.protobuf.Empty> getDeleteEventMethod()
public static io.grpc.MethodDescriptor<CreateAssetRequest,com.google.longrunning.Operation> getCreateAssetMethod()
public static io.grpc.MethodDescriptor<DeleteAssetRequest,com.google.longrunning.Operation> getDeleteAssetMethod()
public static io.grpc.MethodDescriptor<GetAssetRequest,Asset> getGetAssetMethod()
public static io.grpc.MethodDescriptor<ListAssetsRequest,ListAssetsResponse> getListAssetsMethod()
public static io.grpc.MethodDescriptor<GetPoolRequest,Pool> getGetPoolMethod()
public static io.grpc.MethodDescriptor<UpdatePoolRequest,com.google.longrunning.Operation> getUpdatePoolMethod()
public static LivestreamServiceGrpc.LivestreamServiceStub newStub(io.grpc.Channel channel)
public static LivestreamServiceGrpc.LivestreamServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static LivestreamServiceGrpc.LivestreamServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(LivestreamServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.