Uses of Class
com.google.cloud.video.stitcher.v1.SlateName
-
Packages that use SlateName Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of SlateName in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return SlateName Modifier and Type Method Description SlateName
SlateName.Builder. build()
static SlateName
SlateName. of(String project, String location, String slate)
static SlateName
SlateName. parse(String formattedString)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type SlateName Modifier and Type Method Description static List<SlateName>
SlateName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.video.stitcher.v1 with parameters of type SlateName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceClient. deleteSlateAsync(SlateName name)
Deletes the specified slate.Slate
VideoStitcherServiceClient. getSlate(SlateName name)
Returns the specified slate.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type SlateName Modifier and Type Method Description static List<String>
SlateName. toStringList(List<SlateName> values)
-