Uses of Interface
com.google.cloud.video.transcoder.v1.EncryptionOrBuilder
-
Packages that use EncryptionOrBuilder Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of EncryptionOrBuilder in com.google.cloud.video.transcoder.v1
Classes in com.google.cloud.video.transcoder.v1 that implement EncryptionOrBuilder Modifier and Type Class Description class
Encryption
Encryption settings.static class
Encryption.Builder
Encryption settings.Methods in com.google.cloud.video.transcoder.v1 that return EncryptionOrBuilder Modifier and Type Method Description EncryptionOrBuilder
JobConfig.Builder. getEncryptionsOrBuilder(int index)
List of encryption configurations for the content.EncryptionOrBuilder
JobConfig. getEncryptionsOrBuilder(int index)
List of encryption configurations for the content.EncryptionOrBuilder
JobConfigOrBuilder. getEncryptionsOrBuilder(int index)
List of encryption configurations for the content.Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type EncryptionOrBuilder Modifier and Type Method Description List<? extends EncryptionOrBuilder>
JobConfig.Builder. getEncryptionsOrBuilderList()
List of encryption configurations for the content.List<? extends EncryptionOrBuilder>
JobConfig. getEncryptionsOrBuilderList()
List of encryption configurations for the content.List<? extends EncryptionOrBuilder>
JobConfigOrBuilder. getEncryptionsOrBuilderList()
List of encryption configurations for the content.
-