Uses of Class
com.google.cloud.video.stitcher.v1.MediaCdnKey
-
Packages that use MediaCdnKey Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of MediaCdnKey in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return MediaCdnKey Modifier and Type Method Description MediaCdnKey
MediaCdnKey.Builder. build()
MediaCdnKey
MediaCdnKey.Builder. buildPartial()
static MediaCdnKey
MediaCdnKey. getDefaultInstance()
MediaCdnKey
MediaCdnKey.Builder. getDefaultInstanceForType()
MediaCdnKey
MediaCdnKey. getDefaultInstanceForType()
MediaCdnKey
CdnKey.Builder. getMediaCdnKey()
The configuration for a Media CDN key.MediaCdnKey
CdnKey. getMediaCdnKey()
The configuration for a Media CDN key.MediaCdnKey
CdnKeyOrBuilder. getMediaCdnKey()
The configuration for a Media CDN key.static MediaCdnKey
MediaCdnKey. parseDelimitedFrom(InputStream input)
static MediaCdnKey
MediaCdnKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MediaCdnKey
MediaCdnKey. parseFrom(byte[] data)
static MediaCdnKey
MediaCdnKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MediaCdnKey
MediaCdnKey. parseFrom(com.google.protobuf.ByteString data)
static MediaCdnKey
MediaCdnKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MediaCdnKey
MediaCdnKey. parseFrom(com.google.protobuf.CodedInputStream input)
static MediaCdnKey
MediaCdnKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MediaCdnKey
MediaCdnKey. parseFrom(InputStream input)
static MediaCdnKey
MediaCdnKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MediaCdnKey
MediaCdnKey. parseFrom(ByteBuffer data)
static MediaCdnKey
MediaCdnKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type MediaCdnKey Modifier and Type Method Description com.google.protobuf.Parser<MediaCdnKey>
MediaCdnKey. getParserForType()
static com.google.protobuf.Parser<MediaCdnKey>
MediaCdnKey. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type MediaCdnKey Modifier and Type Method Description MediaCdnKey.Builder
MediaCdnKey.Builder. mergeFrom(MediaCdnKey other)
CdnKey.Builder
CdnKey.Builder. mergeMediaCdnKey(MediaCdnKey value)
The configuration for a Media CDN key.static MediaCdnKey.Builder
MediaCdnKey. newBuilder(MediaCdnKey prototype)
CdnKey.Builder
CdnKey.Builder. setMediaCdnKey(MediaCdnKey value)
The configuration for a Media CDN key.
-