public class GrpcLiveVideoAnalyticsStub extends LiveVideoAnalyticsStub
gRPC stub implementation for the LiveVideoAnalytics service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcLiveVideoAnalyticsStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
GrpcLiveVideoAnalyticsStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcLiveVideoAnalyticsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext |
ClientContext |
callableFactory |
GrpcStubCallableFactory |
Returns | |
---|---|
Type | Description |
GrpcLiveVideoAnalyticsStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(LiveVideoAnalyticsStubSettings settings)
public static final GrpcLiveVideoAnalyticsStub create(LiveVideoAnalyticsStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
LiveVideoAnalyticsStubSettings |
Returns | |
---|---|
Type | Description |
GrpcLiveVideoAnalyticsStub |
Exceptions | |
---|---|
Type | Description |
IOException |
Constructors
GrpcLiveVideoAnalyticsStub(LiveVideoAnalyticsStubSettings settings, ClientContext clientContext)
protected GrpcLiveVideoAnalyticsStub(LiveVideoAnalyticsStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcLiveVideoAnalyticsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
LiveVideoAnalyticsStubSettings |
clientContext |
ClientContext |
GrpcLiveVideoAnalyticsStub(LiveVideoAnalyticsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcLiveVideoAnalyticsStub(LiveVideoAnalyticsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcLiveVideoAnalyticsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
LiveVideoAnalyticsStubSettings |
clientContext |
ClientContext |
callableFactory |
GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration |
long |
unit |
TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
batchRunProcessCallable()
public UnaryCallable<BatchRunProcessRequest,Operation> batchRunProcessCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<BatchRunProcessRequest,Operation> |
batchRunProcessOperationCallable()
public OperationCallable<BatchRunProcessRequest,BatchRunProcessResponse,OperationMetadata> batchRunProcessOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<BatchRunProcessRequest,BatchRunProcessResponse,OperationMetadata> |
close()
public final void close()
createAnalysisCallable()
public UnaryCallable<CreateAnalysisRequest,Operation> createAnalysisCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateAnalysisRequest,Operation> |
createAnalysisOperationCallable()
public OperationCallable<CreateAnalysisRequest,Analysis,OperationMetadata> createAnalysisOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateAnalysisRequest,Analysis,OperationMetadata> |
createOperatorCallable()
public UnaryCallable<CreateOperatorRequest,Operation> createOperatorCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateOperatorRequest,Operation> |
createOperatorOperationCallable()
public OperationCallable<CreateOperatorRequest,Operator,OperationMetadata> createOperatorOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateOperatorRequest,Operator,OperationMetadata> |
createProcessCallable()
public UnaryCallable<CreateProcessRequest,Operation> createProcessCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateProcessRequest,Operation> |
createProcessOperationCallable()
public OperationCallable<CreateProcessRequest,Process,OperationMetadata> createProcessOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateProcessRequest,Process,OperationMetadata> |
deleteAnalysisCallable()
public UnaryCallable<DeleteAnalysisRequest,Operation> deleteAnalysisCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteAnalysisRequest,Operation> |
deleteAnalysisOperationCallable()
public OperationCallable<DeleteAnalysisRequest,Empty,OperationMetadata> deleteAnalysisOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteAnalysisRequest,Empty,OperationMetadata> |
deleteOperatorCallable()
public UnaryCallable<DeleteOperatorRequest,Operation> deleteOperatorCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteOperatorRequest,Operation> |
deleteOperatorOperationCallable()
public OperationCallable<DeleteOperatorRequest,Empty,OperationMetadata> deleteOperatorOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteOperatorRequest,Empty,OperationMetadata> |
deleteProcessCallable()
public UnaryCallable<DeleteProcessRequest,Operation> deleteProcessCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteProcessRequest,Operation> |
deleteProcessOperationCallable()
public OperationCallable<DeleteProcessRequest,Empty,OperationMetadata> deleteProcessOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteProcessRequest,Empty,OperationMetadata> |
getAnalysisCallable()
public UnaryCallable<GetAnalysisRequest,Analysis> getAnalysisCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetAnalysisRequest,Analysis> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns | |
---|---|
Type | Description |
GrpcOperationsStub |
getOperatorCallable()
public UnaryCallable<GetOperatorRequest,Operator> getOperatorCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetOperatorRequest,Operator> |
getProcessCallable()
public UnaryCallable<GetProcessRequest,Process> getProcessCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetProcessRequest,Process> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listAnalysesCallable()
public UnaryCallable<ListAnalysesRequest,ListAnalysesResponse> listAnalysesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAnalysesRequest,ListAnalysesResponse> |
listAnalysesPagedCallable()
public UnaryCallable<ListAnalysesRequest,LiveVideoAnalyticsClient.ListAnalysesPagedResponse> listAnalysesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAnalysesRequest,ListAnalysesPagedResponse> |
listOperatorsCallable()
public UnaryCallable<ListOperatorsRequest,ListOperatorsResponse> listOperatorsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListOperatorsRequest,ListOperatorsResponse> |
listOperatorsPagedCallable()
public UnaryCallable<ListOperatorsRequest,LiveVideoAnalyticsClient.ListOperatorsPagedResponse> listOperatorsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListOperatorsRequest,ListOperatorsPagedResponse> |
listProcessesCallable()
public UnaryCallable<ListProcessesRequest,ListProcessesResponse> listProcessesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListProcessesRequest,ListProcessesResponse> |
listProcessesPagedCallable()
public UnaryCallable<ListProcessesRequest,LiveVideoAnalyticsClient.ListProcessesPagedResponse> listProcessesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListProcessesRequest,ListProcessesPagedResponse> |
listPublicOperatorsCallable()
public UnaryCallable<ListPublicOperatorsRequest,ListPublicOperatorsResponse> listPublicOperatorsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListPublicOperatorsRequest,ListPublicOperatorsResponse> |
listPublicOperatorsPagedCallable()
public UnaryCallable<ListPublicOperatorsRequest,LiveVideoAnalyticsClient.ListPublicOperatorsPagedResponse> listPublicOperatorsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListPublicOperatorsRequest,ListPublicOperatorsPagedResponse> |
resolveOperatorInfoCallable()
public UnaryCallable<ResolveOperatorInfoRequest,ResolveOperatorInfoResponse> resolveOperatorInfoCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ResolveOperatorInfoRequest,ResolveOperatorInfoResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateAnalysisCallable()
public UnaryCallable<UpdateAnalysisRequest,Operation> updateAnalysisCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateAnalysisRequest,Operation> |
updateAnalysisOperationCallable()
public OperationCallable<UpdateAnalysisRequest,Analysis,OperationMetadata> updateAnalysisOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateAnalysisRequest,Analysis,OperationMetadata> |
updateOperatorCallable()
public UnaryCallable<UpdateOperatorRequest,Operation> updateOperatorCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateOperatorRequest,Operation> |
updateOperatorOperationCallable()
public OperationCallable<UpdateOperatorRequest,Operator,OperationMetadata> updateOperatorOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateOperatorRequest,Operator,OperationMetadata> |
updateProcessCallable()
public UnaryCallable<UpdateProcessRequest,Operation> updateProcessCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateProcessRequest,Operation> |
updateProcessOperationCallable()
public OperationCallable<UpdateProcessRequest,Process,OperationMetadata> updateProcessOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateProcessRequest,Process,OperationMetadata> |