Interface Encryption.MpegCommonEncryptionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getScheme()
      Required.
      com.google.protobuf.ByteString getSchemeBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getScheme

        String getScheme()
         Required. Specify the encryption scheme.
        
         Supported encryption schemes:
        
         - `cenc`
         - `cbcs`
         
        string scheme = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The scheme.
      • getSchemeBytes

        com.google.protobuf.ByteString getSchemeBytes()
         Required. Specify the encryption scheme.
        
         Supported encryption schemes:
        
         - `cenc`
         - `cbcs`
         
        string scheme = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for scheme.