Class VideoIntelligenceServiceGrpc (2.41.0)

public final class VideoIntelligenceServiceGrpc

Service that implements the Video Intelligence API.

Inheritance

java.lang.Object > VideoIntelligenceServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(VideoIntelligenceServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(VideoIntelligenceServiceGrpc.AsyncService service)
Parameter
Name Description
service VideoIntelligenceServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getAnnotateVideoMethod()

public static MethodDescriptor<AnnotateVideoRequest,Operation> getAnnotateVideoMethod()
Returns
Type Description
io.grpc.MethodDescriptor<AnnotateVideoRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub

newFutureStub(Channel channel)

public static VideoIntelligenceServiceGrpc.VideoIntelligenceServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
VideoIntelligenceServiceGrpc.VideoIntelligenceServiceFutureStub

newStub(Channel channel)

public static VideoIntelligenceServiceGrpc.VideoIntelligenceServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
VideoIntelligenceServiceGrpc.VideoIntelligenceServiceStub