@BetaApi @Generated(value="by gapic-generator-java") public class HttpJsonVideoIntelligenceServiceStub extends VideoIntelligenceServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonVideoIntelligenceServiceStub(VideoIntelligenceServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonVideoIntelligenceServiceStub, using the given settings.
|
protected |
HttpJsonVideoIntelligenceServiceStub(VideoIntelligenceServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonVideoIntelligenceServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<AnnotateVideoRequest,com.google.longrunning.Operation> |
annotateVideoCallable() |
com.google.api.gax.rpc.OperationCallable<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress> |
annotateVideoOperationCallable() |
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonVideoIntelligenceServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonVideoIntelligenceServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonVideoIntelligenceServiceStub |
create(VideoIntelligenceServiceStubSettings settings) |
com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub |
getHttpJsonOperationsStub() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
void |
shutdownNow() |
getOperationsStubprotected HttpJsonVideoIntelligenceServiceStub(VideoIntelligenceServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonVideoIntelligenceServiceStub(VideoIntelligenceServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonVideoIntelligenceServiceStub create(VideoIntelligenceServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonVideoIntelligenceServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonVideoIntelligenceServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub in class VideoIntelligenceServiceStubpublic com.google.api.gax.rpc.UnaryCallable<AnnotateVideoRequest,com.google.longrunning.Operation> annotateVideoCallable()
annotateVideoCallable in class VideoIntelligenceServiceStubpublic com.google.api.gax.rpc.OperationCallable<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress> annotateVideoOperationCallable()
annotateVideoOperationCallable in class VideoIntelligenceServiceStubpublic final void close()
close in interface AutoCloseableclose in class VideoIntelligenceServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2023 Google LLC. All rights reserved.