Uses of Class
com.google.cloud.video.stitcher.v1.VideoStitcherServiceClient
-
Packages that use VideoStitcherServiceClient Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of VideoStitcherServiceClient in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VideoStitcherServiceClient Modifier and Type Method Description static VideoStitcherServiceClient
VideoStitcherServiceClient. create()
Constructs an instance of VideoStitcherServiceClient with default settings.static VideoStitcherServiceClient
VideoStitcherServiceClient. create(VideoStitcherServiceStub stub)
Constructs an instance of VideoStitcherServiceClient, using the given stub for making calls.static VideoStitcherServiceClient
VideoStitcherServiceClient. create(VideoStitcherServiceSettings settings)
Constructs an instance of VideoStitcherServiceClient, using the given settings.
-