Uses of Class
com.google.cloud.videointelligence.v1p3beta1.stub.VideoIntelligenceServiceStubSettings
-
Packages that use VideoIntelligenceServiceStubSettings Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence APIcom.google.cloud.videointelligence.v1p3beta1.stub -
-
Uses of VideoIntelligenceServiceStubSettings in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type VideoIntelligenceServiceStubSettings Modifier and Type Method Description static VideoIntelligenceServiceSettings
VideoIntelligenceServiceSettings. create(VideoIntelligenceServiceStubSettings stub)
-
Uses of VideoIntelligenceServiceStubSettings in com.google.cloud.videointelligence.v1p3beta1.stub
Methods in com.google.cloud.videointelligence.v1p3beta1.stub that return VideoIntelligenceServiceStubSettings Modifier and Type Method Description VideoIntelligenceServiceStubSettings
VideoIntelligenceServiceStubSettings.Builder. build()
Methods in com.google.cloud.videointelligence.v1p3beta1.stub with parameters of type VideoIntelligenceServiceStubSettings Modifier and Type Method Description static GrpcVideoIntelligenceServiceStub
GrpcVideoIntelligenceServiceStub. create(VideoIntelligenceServiceStubSettings settings)
static HttpJsonVideoIntelligenceServiceStub
HttpJsonVideoIntelligenceServiceStub. create(VideoIntelligenceServiceStubSettings settings)
Constructors in com.google.cloud.videointelligence.v1p3beta1.stub with parameters of type VideoIntelligenceServiceStubSettings Constructor Description Builder(VideoIntelligenceServiceStubSettings settings)
GrpcVideoIntelligenceServiceStub(VideoIntelligenceServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcVideoIntelligenceServiceStub, using the given settings.GrpcVideoIntelligenceServiceStub(VideoIntelligenceServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcVideoIntelligenceServiceStub, using the given settings.HttpJsonVideoIntelligenceServiceStub(VideoIntelligenceServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonVideoIntelligenceServiceStub, using the given settings.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.
-