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