Uses of Class
com.google.cloud.videointelligence.v1p3beta1.stub.StreamingVideoIntelligenceServiceStubSettings
-
Packages that use StreamingVideoIntelligenceServiceStubSettings Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence APIcom.google.cloud.videointelligence.v1p3beta1.stub -
-
Uses of StreamingVideoIntelligenceServiceStubSettings in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type StreamingVideoIntelligenceServiceStubSettings Modifier and Type Method Description static StreamingVideoIntelligenceServiceSettingsStreamingVideoIntelligenceServiceSettings. create(StreamingVideoIntelligenceServiceStubSettings stub) -
Uses of StreamingVideoIntelligenceServiceStubSettings in com.google.cloud.videointelligence.v1p3beta1.stub
Methods in com.google.cloud.videointelligence.v1p3beta1.stub that return StreamingVideoIntelligenceServiceStubSettings Modifier and Type Method Description StreamingVideoIntelligenceServiceStubSettingsStreamingVideoIntelligenceServiceStubSettings.Builder. build()Methods in com.google.cloud.videointelligence.v1p3beta1.stub with parameters of type StreamingVideoIntelligenceServiceStubSettings Modifier and Type Method Description static GrpcStreamingVideoIntelligenceServiceStubGrpcStreamingVideoIntelligenceServiceStub. create(StreamingVideoIntelligenceServiceStubSettings settings)Constructors in com.google.cloud.videointelligence.v1p3beta1.stub with parameters of type StreamingVideoIntelligenceServiceStubSettings Constructor Description Builder(StreamingVideoIntelligenceServiceStubSettings settings)GrpcStreamingVideoIntelligenceServiceStub(StreamingVideoIntelligenceServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcStreamingVideoIntelligenceServiceStub, using the given settings.GrpcStreamingVideoIntelligenceServiceStub(StreamingVideoIntelligenceServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcStreamingVideoIntelligenceServiceStub, using the given settings.
-