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