Class VideoStitcherServiceGrpc
- java.lang.Object
-
- com.google.cloud.video.stitcher.v1.VideoStitcherServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/video/stitcher/v1/video_stitcher_service.proto") public final class VideoStitcherServiceGrpc extends Object
Video-On-Demand content stitching API allows you to insert ads into (VoD) video on demand files. You will be able to render custom scrubber bars with highlighted ads, enforce ad policies, allow seamless playback and tracking on native players and monetize content with any standard VMAP compliant ad server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoStitcherServiceGrpc.AsyncServiceVideo-On-Demand content stitching API allows you to insert ads into (VoD) video on demand files.static classVideoStitcherServiceGrpc.VideoStitcherServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service VideoStitcherService.static classVideoStitcherServiceGrpc.VideoStitcherServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service VideoStitcherService.static classVideoStitcherServiceGrpc.VideoStitcherServiceImplBaseBase class for the server implementation of the service VideoStitcherService.static classVideoStitcherServiceGrpc.VideoStitcherServiceStubA stub to allow clients to do asynchronous rpc calls to service VideoStitcherService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(VideoStitcherServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateCdnKeyRequest,com.google.longrunning.Operation>getCreateCdnKeyMethod()static io.grpc.MethodDescriptor<CreateLiveConfigRequest,com.google.longrunning.Operation>getCreateLiveConfigMethod()static io.grpc.MethodDescriptor<CreateLiveSessionRequest,LiveSession>getCreateLiveSessionMethod()static io.grpc.MethodDescriptor<CreateSlateRequest,com.google.longrunning.Operation>getCreateSlateMethod()static io.grpc.MethodDescriptor<CreateVodSessionRequest,VodSession>getCreateVodSessionMethod()static io.grpc.MethodDescriptor<DeleteCdnKeyRequest,com.google.longrunning.Operation>getDeleteCdnKeyMethod()static io.grpc.MethodDescriptor<DeleteLiveConfigRequest,com.google.longrunning.Operation>getDeleteLiveConfigMethod()static io.grpc.MethodDescriptor<DeleteSlateRequest,com.google.longrunning.Operation>getDeleteSlateMethod()static io.grpc.MethodDescriptor<GetCdnKeyRequest,CdnKey>getGetCdnKeyMethod()static io.grpc.MethodDescriptor<GetLiveAdTagDetailRequest,LiveAdTagDetail>getGetLiveAdTagDetailMethod()static io.grpc.MethodDescriptor<GetLiveConfigRequest,LiveConfig>getGetLiveConfigMethod()static io.grpc.MethodDescriptor<GetLiveSessionRequest,LiveSession>getGetLiveSessionMethod()static io.grpc.MethodDescriptor<GetSlateRequest,Slate>getGetSlateMethod()static io.grpc.MethodDescriptor<GetVodAdTagDetailRequest,VodAdTagDetail>getGetVodAdTagDetailMethod()static io.grpc.MethodDescriptor<GetVodSessionRequest,VodSession>getGetVodSessionMethod()static io.grpc.MethodDescriptor<GetVodStitchDetailRequest,VodStitchDetail>getGetVodStitchDetailMethod()static io.grpc.MethodDescriptor<ListCdnKeysRequest,ListCdnKeysResponse>getListCdnKeysMethod()static io.grpc.MethodDescriptor<ListLiveAdTagDetailsRequest,ListLiveAdTagDetailsResponse>getListLiveAdTagDetailsMethod()static io.grpc.MethodDescriptor<ListLiveConfigsRequest,ListLiveConfigsResponse>getListLiveConfigsMethod()static io.grpc.MethodDescriptor<ListSlatesRequest,ListSlatesResponse>getListSlatesMethod()static io.grpc.MethodDescriptor<ListVodAdTagDetailsRequest,ListVodAdTagDetailsResponse>getListVodAdTagDetailsMethod()static io.grpc.MethodDescriptor<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse>getListVodStitchDetailsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateCdnKeyRequest,com.google.longrunning.Operation>getUpdateCdnKeyMethod()static io.grpc.MethodDescriptor<UpdateSlateRequest,com.google.longrunning.Operation>getUpdateSlateMethod()static VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic VideoStitcherServiceGrpc.VideoStitcherServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic VideoStitcherServiceGrpc.VideoStitcherServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateCdnKeyMethod
public static io.grpc.MethodDescriptor<CreateCdnKeyRequest,com.google.longrunning.Operation> getCreateCdnKeyMethod()
-
getListCdnKeysMethod
public static io.grpc.MethodDescriptor<ListCdnKeysRequest,ListCdnKeysResponse> getListCdnKeysMethod()
-
getGetCdnKeyMethod
public static io.grpc.MethodDescriptor<GetCdnKeyRequest,CdnKey> getGetCdnKeyMethod()
-
getDeleteCdnKeyMethod
public static io.grpc.MethodDescriptor<DeleteCdnKeyRequest,com.google.longrunning.Operation> getDeleteCdnKeyMethod()
-
getUpdateCdnKeyMethod
public static io.grpc.MethodDescriptor<UpdateCdnKeyRequest,com.google.longrunning.Operation> getUpdateCdnKeyMethod()
-
getCreateVodSessionMethod
public static io.grpc.MethodDescriptor<CreateVodSessionRequest,VodSession> getCreateVodSessionMethod()
-
getGetVodSessionMethod
public static io.grpc.MethodDescriptor<GetVodSessionRequest,VodSession> getGetVodSessionMethod()
-
getListVodStitchDetailsMethod
public static io.grpc.MethodDescriptor<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse> getListVodStitchDetailsMethod()
-
getGetVodStitchDetailMethod
public static io.grpc.MethodDescriptor<GetVodStitchDetailRequest,VodStitchDetail> getGetVodStitchDetailMethod()
-
getListVodAdTagDetailsMethod
public static io.grpc.MethodDescriptor<ListVodAdTagDetailsRequest,ListVodAdTagDetailsResponse> getListVodAdTagDetailsMethod()
-
getGetVodAdTagDetailMethod
public static io.grpc.MethodDescriptor<GetVodAdTagDetailRequest,VodAdTagDetail> getGetVodAdTagDetailMethod()
-
getListLiveAdTagDetailsMethod
public static io.grpc.MethodDescriptor<ListLiveAdTagDetailsRequest,ListLiveAdTagDetailsResponse> getListLiveAdTagDetailsMethod()
-
getGetLiveAdTagDetailMethod
public static io.grpc.MethodDescriptor<GetLiveAdTagDetailRequest,LiveAdTagDetail> getGetLiveAdTagDetailMethod()
-
getCreateSlateMethod
public static io.grpc.MethodDescriptor<CreateSlateRequest,com.google.longrunning.Operation> getCreateSlateMethod()
-
getListSlatesMethod
public static io.grpc.MethodDescriptor<ListSlatesRequest,ListSlatesResponse> getListSlatesMethod()
-
getGetSlateMethod
public static io.grpc.MethodDescriptor<GetSlateRequest,Slate> getGetSlateMethod()
-
getUpdateSlateMethod
public static io.grpc.MethodDescriptor<UpdateSlateRequest,com.google.longrunning.Operation> getUpdateSlateMethod()
-
getDeleteSlateMethod
public static io.grpc.MethodDescriptor<DeleteSlateRequest,com.google.longrunning.Operation> getDeleteSlateMethod()
-
getCreateLiveSessionMethod
public static io.grpc.MethodDescriptor<CreateLiveSessionRequest,LiveSession> getCreateLiveSessionMethod()
-
getGetLiveSessionMethod
public static io.grpc.MethodDescriptor<GetLiveSessionRequest,LiveSession> getGetLiveSessionMethod()
-
getCreateLiveConfigMethod
public static io.grpc.MethodDescriptor<CreateLiveConfigRequest,com.google.longrunning.Operation> getCreateLiveConfigMethod()
-
getListLiveConfigsMethod
public static io.grpc.MethodDescriptor<ListLiveConfigsRequest,ListLiveConfigsResponse> getListLiveConfigsMethod()
-
getGetLiveConfigMethod
public static io.grpc.MethodDescriptor<GetLiveConfigRequest,LiveConfig> getGetLiveConfigMethod()
-
getDeleteLiveConfigMethod
public static io.grpc.MethodDescriptor<DeleteLiveConfigRequest,com.google.longrunning.Operation> getDeleteLiveConfigMethod()
-
newStub
public static VideoStitcherServiceGrpc.VideoStitcherServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static VideoStitcherServiceGrpc.VideoStitcherServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(VideoStitcherServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-