public final class LiveVideoAnalyticsGrpc
Service describing handlers for resources. The service enables clients to run
Live Video Analytics (LVA) on the streaming inputs.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(LiveVideoAnalyticsGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(LiveVideoAnalyticsGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getBatchRunProcessMethod()
public static MethodDescriptor<BatchRunProcessRequest,Operation> getBatchRunProcessMethod()
getCreateAnalysisMethod()
public static MethodDescriptor<CreateAnalysisRequest,Operation> getCreateAnalysisMethod()
getCreateOperatorMethod()
public static MethodDescriptor<CreateOperatorRequest,Operation> getCreateOperatorMethod()
getCreateProcessMethod()
public static MethodDescriptor<CreateProcessRequest,Operation> getCreateProcessMethod()
getDeleteAnalysisMethod()
public static MethodDescriptor<DeleteAnalysisRequest,Operation> getDeleteAnalysisMethod()
getDeleteOperatorMethod()
public static MethodDescriptor<DeleteOperatorRequest,Operation> getDeleteOperatorMethod()
getDeleteProcessMethod()
public static MethodDescriptor<DeleteProcessRequest,Operation> getDeleteProcessMethod()
getGetAnalysisMethod()
public static MethodDescriptor<GetAnalysisRequest,Analysis> getGetAnalysisMethod()
getGetOperatorMethod()
public static MethodDescriptor<GetOperatorRequest,Operator> getGetOperatorMethod()
getGetProcessMethod()
public static MethodDescriptor<GetProcessRequest,Process> getGetProcessMethod()
getListAnalysesMethod()
public static MethodDescriptor<ListAnalysesRequest,ListAnalysesResponse> getListAnalysesMethod()
getListOperatorsMethod()
public static MethodDescriptor<ListOperatorsRequest,ListOperatorsResponse> getListOperatorsMethod()
getListProcessesMethod()
public static MethodDescriptor<ListProcessesRequest,ListProcessesResponse> getListProcessesMethod()
getListPublicOperatorsMethod()
public static MethodDescriptor<ListPublicOperatorsRequest,ListPublicOperatorsResponse> getListPublicOperatorsMethod()
getResolveOperatorInfoMethod()
public static MethodDescriptor<ResolveOperatorInfoRequest,ResolveOperatorInfoResponse> getResolveOperatorInfoMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateAnalysisMethod()
public static MethodDescriptor<UpdateAnalysisRequest,Operation> getUpdateAnalysisMethod()
getUpdateOperatorMethod()
public static MethodDescriptor<UpdateOperatorRequest,Operation> getUpdateOperatorMethod()
getUpdateProcessMethod()
public static MethodDescriptor<UpdateProcessRequest,Operation> getUpdateProcessMethod()
newBlockingStub(Channel channel)
public static LiveVideoAnalyticsGrpc.LiveVideoAnalyticsBlockingStub 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
|
newFutureStub(Channel channel)
public static LiveVideoAnalyticsGrpc.LiveVideoAnalyticsFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static LiveVideoAnalyticsGrpc.LiveVideoAnalyticsStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|