Uses of Class
com.google.cloud.video.stitcher.v1.VideoStitcherServiceSettings
-
Packages that use VideoStitcherServiceSettings Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of VideoStitcherServiceSettings in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VideoStitcherServiceSettings Modifier and Type Method Description VideoStitcherServiceSettings
VideoStitcherServiceSettings.Builder. build()
static VideoStitcherServiceSettings
VideoStitcherServiceSettings. create(VideoStitcherServiceStubSettings stub)
VideoStitcherServiceSettings
VideoStitcherServiceClient. getSettings()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type VideoStitcherServiceSettings Modifier and Type Method Description static VideoStitcherServiceClient
VideoStitcherServiceClient. create(VideoStitcherServiceSettings settings)
Constructs an instance of VideoStitcherServiceClient, using the given settings.Constructors in com.google.cloud.video.stitcher.v1 with parameters of type VideoStitcherServiceSettings Constructor Description Builder(VideoStitcherServiceSettings settings)
VideoStitcherServiceClient(VideoStitcherServiceSettings settings)
Constructs an instance of VideoStitcherServiceClient, using the given settings.
-