Send feedback
Class HttpJsonLiveVideoAnalyticsStub (0.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.13.0 keyboard_arrow_down
public class HttpJsonLiveVideoAnalyticsStub extends LiveVideoAnalyticsStub
REST 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 HttpJsonLiveVideoAnalyticsStub create ( ClientContext clientContext )
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonLiveVideoAnalyticsStub create ( ClientContext clientContext , HttpJsonStubCallableFactory callableFactory )
create(LiveVideoAnalyticsStubSettings settings)
public static final HttpJsonLiveVideoAnalyticsStub create ( LiveVideoAnalyticsStubSettings settings )
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors ()
Constructors
HttpJsonLiveVideoAnalyticsStub(LiveVideoAnalyticsStubSettings settings, ClientContext clientContext)
protected HttpJsonLiveVideoAnalyticsStub ( LiveVideoAnalyticsStubSettings settings , ClientContext clientContext )
Constructs an instance of HttpJsonLiveVideoAnalyticsStub, 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.
HttpJsonLiveVideoAnalyticsStub(LiveVideoAnalyticsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonLiveVideoAnalyticsStub ( LiveVideoAnalyticsStubSettings settings , ClientContext clientContext , HttpJsonStubCallableFactory callableFactory )
Constructs an instance of HttpJsonLiveVideoAnalyticsStub, 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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination ( long duration , TimeUnit unit )
batchRunProcessCallable()
public UnaryCallable<BatchRunProcessRequest , Operation > batchRunProcessCallable ()
Overrides
batchRunProcessOperationCallable()
public OperationCallable<BatchRunProcessRequest , BatchRunProcessResponse , OperationMetadata > batchRunProcessOperationCallable ()
Overrides
close()
public final void close ()
Overrides
createAnalysisCallable()
public UnaryCallable<CreateAnalysisRequest , Operation > createAnalysisCallable ()
Overrides
createAnalysisOperationCallable()
public OperationCallable<CreateAnalysisRequest , Analysis , OperationMetadata > createAnalysisOperationCallable ()
Overrides
createOperatorCallable()
public UnaryCallable<CreateOperatorRequest , Operation > createOperatorCallable ()
Overrides
createOperatorOperationCallable()
public OperationCallable<CreateOperatorRequest , Operator , OperationMetadata > createOperatorOperationCallable ()
Overrides
createProcessCallable()
public UnaryCallable<CreateProcessRequest , Operation > createProcessCallable ()
Overrides
createProcessOperationCallable()
public OperationCallable<CreateProcessRequest , Process , OperationMetadata > createProcessOperationCallable ()
Overrides
deleteAnalysisCallable()
public UnaryCallable<DeleteAnalysisRequest , Operation > deleteAnalysisCallable ()
Overrides
deleteAnalysisOperationCallable()
public OperationCallable<DeleteAnalysisRequest , Empty , OperationMetadata > deleteAnalysisOperationCallable ()
Overrides
deleteOperatorCallable()
public UnaryCallable<DeleteOperatorRequest , Operation > deleteOperatorCallable ()
Overrides
deleteOperatorOperationCallable()
public OperationCallable<DeleteOperatorRequest , Empty , OperationMetadata > deleteOperatorOperationCallable ()
Overrides
deleteProcessCallable()
public UnaryCallable<DeleteProcessRequest , Operation > deleteProcessCallable ()
Overrides
deleteProcessOperationCallable()
public OperationCallable<DeleteProcessRequest , Empty , OperationMetadata > deleteProcessOperationCallable ()
Overrides
getAnalysisCallable()
public UnaryCallable<GetAnalysisRequest , Analysis > getAnalysisCallable ()
Overrides
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub ()
Overrides
getOperatorCallable()
public UnaryCallable<GetOperatorRequest , Operator > getOperatorCallable ()
Overrides
getProcessCallable()
public UnaryCallable<GetProcessRequest , Process > getProcessCallable ()
Overrides
isShutdown()
public boolean isShutdown ()
isTerminated()
public boolean isTerminated ()
listAnalysesCallable()
public UnaryCallable<ListAnalysesRequest , ListAnalysesResponse > listAnalysesCallable ()
Overrides
listAnalysesPagedCallable()
public UnaryCallable<ListAnalysesRequest , LiveVideoAnalyticsClient . ListAnalysesPagedResponse > listAnalysesPagedCallable ()
Overrides
listOperatorsCallable()
public UnaryCallable<ListOperatorsRequest , ListOperatorsResponse > listOperatorsCallable ()
Overrides
listOperatorsPagedCallable()
public UnaryCallable<ListOperatorsRequest , LiveVideoAnalyticsClient . ListOperatorsPagedResponse > listOperatorsPagedCallable ()
Overrides
listProcessesCallable()
public UnaryCallable<ListProcessesRequest , ListProcessesResponse > listProcessesCallable ()
Overrides
listProcessesPagedCallable()
public UnaryCallable<ListProcessesRequest , LiveVideoAnalyticsClient . ListProcessesPagedResponse > listProcessesPagedCallable ()
Overrides
listPublicOperatorsCallable()
public UnaryCallable<ListPublicOperatorsRequest , ListPublicOperatorsResponse > listPublicOperatorsCallable ()
Overrides
listPublicOperatorsPagedCallable()
public UnaryCallable<ListPublicOperatorsRequest , LiveVideoAnalyticsClient . ListPublicOperatorsPagedResponse > listPublicOperatorsPagedCallable ()
Overrides
resolveOperatorInfoCallable()
public UnaryCallable<ResolveOperatorInfoRequest , ResolveOperatorInfoResponse > resolveOperatorInfoCallable ()
Overrides
shutdown()
shutdownNow()
public void shutdownNow ()
updateAnalysisCallable()
public UnaryCallable<UpdateAnalysisRequest , Operation > updateAnalysisCallable ()
Overrides
updateAnalysisOperationCallable()
public OperationCallable<UpdateAnalysisRequest , Analysis , OperationMetadata > updateAnalysisOperationCallable ()
Overrides
updateOperatorCallable()
public UnaryCallable<UpdateOperatorRequest , Operation > updateOperatorCallable ()
Overrides
updateOperatorOperationCallable()
public OperationCallable<UpdateOperatorRequest , Operator , OperationMetadata > updateOperatorOperationCallable ()
Overrides
updateProcessCallable()
public UnaryCallable<UpdateProcessRequest , Operation > updateProcessCallable ()
Overrides
updateProcessOperationCallable()
public OperationCallable<UpdateProcessRequest , Process , OperationMetadata > updateProcessOperationCallable ()
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[],[]]