public static final class LiveVideoAnalyticsGrpc.LiveVideoAnalyticsBlockingStub extends AbstractBlockingStub<LiveVideoAnalyticsGrpc.LiveVideoAnalyticsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service LiveVideoAnalytics.
Service describing handlers for resources. The service enables clients to run
Live Video Analytics (LVA) on the streaming inputs.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractBlockingStub >
LiveVideoAnalyticsGrpc.LiveVideoAnalyticsBlockingStub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
batchRunProcess(BatchRunProcessRequest request)
public Operation batchRunProcess(BatchRunProcessRequest request)
Run all of the processes to "completion". Max time for each process is
the LRO time limit.
build(Channel channel, CallOptions callOptions)
protected LiveVideoAnalyticsGrpc.LiveVideoAnalyticsBlockingStub build(Channel channel, CallOptions callOptions)
Parameters |
Name |
Description |
channel |
io.grpc.Channel
|
callOptions |
io.grpc.CallOptions
|
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createAnalysis(CreateAnalysisRequest request)
public Operation createAnalysis(CreateAnalysisRequest request)
Creates a new Analysis in a given project and location.
createOperator(CreateOperatorRequest request)
public Operation createOperator(CreateOperatorRequest request)
Creates a new Operator in a given project and location.
createProcess(CreateProcessRequest request)
public Operation createProcess(CreateProcessRequest request)
Creates a new Process in a given project and location.
deleteAnalysis(DeleteAnalysisRequest request)
public Operation deleteAnalysis(DeleteAnalysisRequest request)
Deletes a single Analysis.
deleteOperator(DeleteOperatorRequest request)
public Operation deleteOperator(DeleteOperatorRequest request)
Deletes a single Operator.
deleteProcess(DeleteProcessRequest request)
public Operation deleteProcess(DeleteProcessRequest request)
Deletes a single Process.
getAnalysis(GetAnalysisRequest request)
public Analysis getAnalysis(GetAnalysisRequest request)
Gets details of a single Analysis.
getOperator(GetOperatorRequest request)
public Operator getOperator(GetOperatorRequest request)
Gets details of a single Operator.
getProcess(GetProcessRequest request)
public Process getProcess(GetProcessRequest request)
Gets details of a single Process.
listAnalyses(ListAnalysesRequest request)
public ListAnalysesResponse listAnalyses(ListAnalysesRequest request)
Lists Analyses in a given project and location.
listOperators(ListOperatorsRequest request)
public ListOperatorsResponse listOperators(ListOperatorsRequest request)
Lists Operators in a given project and location.
listProcesses(ListProcessesRequest request)
public ListProcessesResponse listProcesses(ListProcessesRequest request)
Lists Processes in a given project and location.
listPublicOperators(ListPublicOperatorsRequest request)
public ListPublicOperatorsResponse listPublicOperators(ListPublicOperatorsRequest request)
ListPublicOperators returns all the operators in public registry.
resolveOperatorInfo(ResolveOperatorInfoRequest request)
public ResolveOperatorInfoResponse resolveOperatorInfo(ResolveOperatorInfoRequest request)
ResolveOperatorInfo returns the operator information based on the request.
updateAnalysis(UpdateAnalysisRequest request)
public Operation updateAnalysis(UpdateAnalysisRequest request)
Updates the parameters of a single Analysis.
updateOperator(UpdateOperatorRequest request)
public Operation updateOperator(UpdateOperatorRequest request)
Updates the parameters of a single Operator.
updateProcess(UpdateProcessRequest request)
public Operation updateProcess(UpdateProcessRequest request)
Updates the parameters of a single Process.