Uses of Class
com.google.cloud.video.transcoder.v1.Encryption
-
Packages that use Encryption Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of Encryption in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return Encryption Modifier and Type Method Description EncryptionEncryption.Builder. build()EncryptionEncryption.Builder. buildPartial()static EncryptionEncryption. getDefaultInstance()EncryptionEncryption.Builder. getDefaultInstanceForType()EncryptionEncryption. getDefaultInstanceForType()EncryptionJobConfig.Builder. getEncryptions(int index)List of encryption configurations for the content.EncryptionJobConfig. getEncryptions(int index)List of encryption configurations for the content.EncryptionJobConfigOrBuilder. getEncryptions(int index)List of encryption configurations for the content.static EncryptionEncryption. parseDelimitedFrom(InputStream input)static EncryptionEncryption. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionEncryption. parseFrom(byte[] data)static EncryptionEncryption. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionEncryption. parseFrom(com.google.protobuf.ByteString data)static EncryptionEncryption. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionEncryption. parseFrom(com.google.protobuf.CodedInputStream input)static EncryptionEncryption. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionEncryption. parseFrom(InputStream input)static EncryptionEncryption. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionEncryption. parseFrom(ByteBuffer data)static EncryptionEncryption. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type Encryption Modifier and Type Method Description List<Encryption>JobConfig.Builder. getEncryptionsList()List of encryption configurations for the content.List<Encryption>JobConfig. getEncryptionsList()List of encryption configurations for the content.List<Encryption>JobConfigOrBuilder. getEncryptionsList()List of encryption configurations for the content.com.google.protobuf.Parser<Encryption>Encryption. getParserForType()static com.google.protobuf.Parser<Encryption>Encryption. parser()Methods in com.google.cloud.video.transcoder.v1 with parameters of type Encryption Modifier and Type Method Description JobConfig.BuilderJobConfig.Builder. addEncryptions(int index, Encryption value)List of encryption configurations for the content.JobConfig.BuilderJobConfig.Builder. addEncryptions(Encryption value)List of encryption configurations for the content.Encryption.BuilderEncryption.Builder. mergeFrom(Encryption other)static Encryption.BuilderEncryption. newBuilder(Encryption prototype)JobConfig.BuilderJobConfig.Builder. setEncryptions(int index, Encryption value)List of encryption configurations for the content.Method parameters in com.google.cloud.video.transcoder.v1 with type arguments of type Encryption Modifier and Type Method Description JobConfig.BuilderJobConfig.Builder. addAllEncryptions(Iterable<? extends Encryption> values)List of encryption configurations for the content.
-