Class TranscoderServiceGrpc
- java.lang.Object
-
- com.google.cloud.video.transcoder.v1.TranscoderServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/video/transcoder/v1/services.proto") public final class TranscoderServiceGrpc extends Object
Using the Transcoder API, you can queue asynchronous jobs for transcoding media into various output formats. Output formats may include different streaming standards such as HTTP Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH). You can also customize jobs using advanced features such as Digital Rights Management (DRM), audio equalization, content concatenation, and digital ad-stitch ready content generation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTranscoderServiceGrpc.AsyncServiceUsing the Transcoder API, you can queue asynchronous jobs for transcoding media into various output formats.static classTranscoderServiceGrpc.TranscoderServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service TranscoderService.static classTranscoderServiceGrpc.TranscoderServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service TranscoderService.static classTranscoderServiceGrpc.TranscoderServiceImplBaseBase class for the server implementation of the service TranscoderService.static classTranscoderServiceGrpc.TranscoderServiceStubA stub to allow clients to do asynchronous rpc calls to service TranscoderService.
-
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(TranscoderServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateJobRequest,Job>getCreateJobMethod()static io.grpc.MethodDescriptor<CreateJobTemplateRequest,JobTemplate>getCreateJobTemplateMethod()static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty>getDeleteJobMethod()static io.grpc.MethodDescriptor<DeleteJobTemplateRequest,com.google.protobuf.Empty>getDeleteJobTemplateMethod()static io.grpc.MethodDescriptor<GetJobRequest,Job>getGetJobMethod()static io.grpc.MethodDescriptor<GetJobTemplateRequest,JobTemplate>getGetJobTemplateMethod()static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>getListJobsMethod()static io.grpc.MethodDescriptor<ListJobTemplatesRequest,ListJobTemplatesResponse>getListJobTemplatesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static TranscoderServiceGrpc.TranscoderServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TranscoderServiceGrpc.TranscoderServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TranscoderServiceGrpc.TranscoderServiceStubnewStub(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
-
getCreateJobMethod
public static io.grpc.MethodDescriptor<CreateJobRequest,Job> getCreateJobMethod()
-
getListJobsMethod
public static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
-
getGetJobMethod
public static io.grpc.MethodDescriptor<GetJobRequest,Job> getGetJobMethod()
-
getDeleteJobMethod
public static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> getDeleteJobMethod()
-
getCreateJobTemplateMethod
public static io.grpc.MethodDescriptor<CreateJobTemplateRequest,JobTemplate> getCreateJobTemplateMethod()
-
getListJobTemplatesMethod
public static io.grpc.MethodDescriptor<ListJobTemplatesRequest,ListJobTemplatesResponse> getListJobTemplatesMethod()
-
getGetJobTemplateMethod
public static io.grpc.MethodDescriptor<GetJobTemplateRequest,JobTemplate> getGetJobTemplateMethod()
-
getDeleteJobTemplateMethod
public static io.grpc.MethodDescriptor<DeleteJobTemplateRequest,com.google.protobuf.Empty> getDeleteJobTemplateMethod()
-
newStub
public static TranscoderServiceGrpc.TranscoderServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TranscoderServiceGrpc.TranscoderServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TranscoderServiceGrpc.TranscoderServiceFutureStub 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(TranscoderServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-