Class LiveVideoAnalyticsGrpc (0.2.0)

public final class LiveVideoAnalyticsGrpc

Service describing handlers for resources. The service enables clients to run Live Video Analytics (LVA) on the streaming inputs.

Inheritance

java.lang.Object > LiveVideoAnalyticsGrpc

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)
Parameter
Name Description
service LiveVideoAnalyticsGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getBatchRunProcessMethod()

public static MethodDescriptor<BatchRunProcessRequest,Operation> getBatchRunProcessMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchRunProcessRequest,Operation>

getCreateAnalysisMethod()

public static MethodDescriptor<CreateAnalysisRequest,Operation> getCreateAnalysisMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateAnalysisRequest,Operation>

getCreateOperatorMethod()

public static MethodDescriptor<CreateOperatorRequest,Operation> getCreateOperatorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateOperatorRequest,Operation>

getCreateProcessMethod()

public static MethodDescriptor<CreateProcessRequest,Operation> getCreateProcessMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateProcessRequest,Operation>

getDeleteAnalysisMethod()

public static MethodDescriptor<DeleteAnalysisRequest,Operation> getDeleteAnalysisMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteAnalysisRequest,Operation>

getDeleteOperatorMethod()

public static MethodDescriptor<DeleteOperatorRequest,Operation> getDeleteOperatorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteOperatorRequest,Operation>

getDeleteProcessMethod()

public static MethodDescriptor<DeleteProcessRequest,Operation> getDeleteProcessMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteProcessRequest,Operation>

getGetAnalysisMethod()

public static MethodDescriptor<GetAnalysisRequest,Analysis> getGetAnalysisMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAnalysisRequest,Analysis>

getGetOperatorMethod()

public static MethodDescriptor<GetOperatorRequest,Operator> getGetOperatorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetOperatorRequest,Operator>

getGetProcessMethod()

public static MethodDescriptor<GetProcessRequest,Process> getGetProcessMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetProcessRequest,Process>

getListAnalysesMethod()

public static MethodDescriptor<ListAnalysesRequest,ListAnalysesResponse> getListAnalysesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAnalysesRequest,ListAnalysesResponse>

getListOperatorsMethod()

public static MethodDescriptor<ListOperatorsRequest,ListOperatorsResponse> getListOperatorsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListOperatorsRequest,ListOperatorsResponse>

getListProcessesMethod()

public static MethodDescriptor<ListProcessesRequest,ListProcessesResponse> getListProcessesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListProcessesRequest,ListProcessesResponse>

getListPublicOperatorsMethod()

public static MethodDescriptor<ListPublicOperatorsRequest,ListPublicOperatorsResponse> getListPublicOperatorsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListPublicOperatorsRequest,ListPublicOperatorsResponse>

getResolveOperatorInfoMethod()

public static MethodDescriptor<ResolveOperatorInfoRequest,ResolveOperatorInfoResponse> getResolveOperatorInfoMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ResolveOperatorInfoRequest,ResolveOperatorInfoResponse>

getServiceDescriptor()

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

getUpdateAnalysisMethod()

public static MethodDescriptor<UpdateAnalysisRequest,Operation> getUpdateAnalysisMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAnalysisRequest,Operation>

getUpdateOperatorMethod()

public static MethodDescriptor<UpdateOperatorRequest,Operation> getUpdateOperatorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateOperatorRequest,Operation>

getUpdateProcessMethod()

public static MethodDescriptor<UpdateProcessRequest,Operation> getUpdateProcessMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateProcessRequest,Operation>

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
Returns
Type Description
LiveVideoAnalyticsGrpc.LiveVideoAnalyticsBlockingStub

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
Returns
Type Description
LiveVideoAnalyticsGrpc.LiveVideoAnalyticsFutureStub

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
Returns
Type Description
LiveVideoAnalyticsGrpc.LiveVideoAnalyticsStub