@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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TranscoderServiceGrpc.AsyncService
Using the Transcoder API, you can queue asynchronous jobs for transcoding
media into various output formats.
|
static class |
TranscoderServiceGrpc.TranscoderServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service TranscoderService.
|
static class |
TranscoderServiceGrpc.TranscoderServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service TranscoderService.
|
static class |
TranscoderServiceGrpc.TranscoderServiceImplBase
Base class for the server implementation of the service TranscoderService.
|
static class |
TranscoderServiceGrpc.TranscoderServiceStub
A stub to allow clients to do asynchronous rpc calls to service TranscoderService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(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.ServiceDescriptor |
getServiceDescriptor() |
static TranscoderServiceGrpc.TranscoderServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TranscoderServiceGrpc.TranscoderServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TranscoderServiceGrpc.TranscoderServiceStub |
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<CreateJobRequest,Job> getCreateJobMethod()
public static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
public static io.grpc.MethodDescriptor<GetJobRequest,Job> getGetJobMethod()
public static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> getDeleteJobMethod()
public static io.grpc.MethodDescriptor<CreateJobTemplateRequest,JobTemplate> getCreateJobTemplateMethod()
public static io.grpc.MethodDescriptor<ListJobTemplatesRequest,ListJobTemplatesResponse> getListJobTemplatesMethod()
public static io.grpc.MethodDescriptor<GetJobTemplateRequest,JobTemplate> getGetJobTemplateMethod()
public static io.grpc.MethodDescriptor<DeleteJobTemplateRequest,com.google.protobuf.Empty> getDeleteJobTemplateMethod()
public static TranscoderServiceGrpc.TranscoderServiceStub newStub(io.grpc.Channel channel)
public static TranscoderServiceGrpc.TranscoderServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TranscoderServiceGrpc.TranscoderServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(TranscoderServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.