Uses of Class
com.google.cloud.videointelligence.v1beta2.stub.VideoIntelligenceServiceStubSettings
-
Packages that use VideoIntelligenceServiceStubSettings Package Description com.google.cloud.videointelligence.v1beta2 A client to Google Cloud Video Intelligence APIcom.google.cloud.videointelligence.v1beta2.stub -
-
Uses of VideoIntelligenceServiceStubSettings in com.google.cloud.videointelligence.v1beta2
Methods in com.google.cloud.videointelligence.v1beta2 with parameters of type VideoIntelligenceServiceStubSettings Modifier and Type Method Description static VideoIntelligenceServiceSettingsVideoIntelligenceServiceSettings. create(VideoIntelligenceServiceStubSettings stub) -
Uses of VideoIntelligenceServiceStubSettings in com.google.cloud.videointelligence.v1beta2.stub
Methods in com.google.cloud.videointelligence.v1beta2.stub that return VideoIntelligenceServiceStubSettings Modifier and Type Method Description VideoIntelligenceServiceStubSettingsVideoIntelligenceServiceStubSettings.Builder. build()Methods in com.google.cloud.videointelligence.v1beta2.stub with parameters of type VideoIntelligenceServiceStubSettings Modifier and Type Method Description static GrpcVideoIntelligenceServiceStubGrpcVideoIntelligenceServiceStub. create(VideoIntelligenceServiceStubSettings settings)static HttpJsonVideoIntelligenceServiceStubHttpJsonVideoIntelligenceServiceStub. create(VideoIntelligenceServiceStubSettings settings)Constructors in com.google.cloud.videointelligence.v1beta2.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.
-