Class: Google::Cloud::Video::Transcoder::V1beta1::Encryption

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Encryption settings.

Defined Under Namespace

Classes: Aes128Encryption, MpegCommonEncryption, SampleAesEncryption

Instance Attribute Summary collapse

Instance Attribute Details

#aes_128::Google::Cloud::Video::Transcoder::V1beta1::Encryption::Aes128Encryption

Returns Configuration for AES-128 encryption.

Returns:



968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 968

class Encryption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Configuration for AES-128 encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class Aes128Encryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for SAMPLE-AES encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class SampleAesEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for MPEG Common Encryption (MPEG-CENC).
  # @!attribute [rw] key_id
  #   @return [::String]
  #     Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with
  #     common encryption.
  # @!attribute [rw] scheme
  #   @return [::String]
  #     Required. Specify the encryption scheme.
  #
  #     Supported encryption schemes:
  #     - 'cenc'
  #     - 'cbcs'
  class MpegCommonEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#iv::String

Returns Required. 128 bit Initialization Vector (IV) represented as lowercase hexadecimal digits.

Returns:

  • (::String)

    Required. 128 bit Initialization Vector (IV) represented as lowercase hexadecimal digits.



968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 968

class Encryption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Configuration for AES-128 encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class Aes128Encryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for SAMPLE-AES encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class SampleAesEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for MPEG Common Encryption (MPEG-CENC).
  # @!attribute [rw] key_id
  #   @return [::String]
  #     Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with
  #     common encryption.
  # @!attribute [rw] scheme
  #   @return [::String]
  #     Required. Specify the encryption scheme.
  #
  #     Supported encryption schemes:
  #     - 'cenc'
  #     - 'cbcs'
  class MpegCommonEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#key::String

Returns Required. 128 bit encryption key represented as lowercase hexadecimal digits.

Returns:

  • (::String)

    Required. 128 bit encryption key represented as lowercase hexadecimal digits.



968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 968

class Encryption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Configuration for AES-128 encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class Aes128Encryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for SAMPLE-AES encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class SampleAesEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for MPEG Common Encryption (MPEG-CENC).
  # @!attribute [rw] key_id
  #   @return [::String]
  #     Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with
  #     common encryption.
  # @!attribute [rw] scheme
  #   @return [::String]
  #     Required. Specify the encryption scheme.
  #
  #     Supported encryption schemes:
  #     - 'cenc'
  #     - 'cbcs'
  class MpegCommonEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#mpeg_cenc::Google::Cloud::Video::Transcoder::V1beta1::Encryption::MpegCommonEncryption

Returns Configuration for MPEG Common Encryption (MPEG-CENC).

Returns:



968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 968

class Encryption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Configuration for AES-128 encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class Aes128Encryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for SAMPLE-AES encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class SampleAesEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for MPEG Common Encryption (MPEG-CENC).
  # @!attribute [rw] key_id
  #   @return [::String]
  #     Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with
  #     common encryption.
  # @!attribute [rw] scheme
  #   @return [::String]
  #     Required. Specify the encryption scheme.
  #
  #     Supported encryption schemes:
  #     - 'cenc'
  #     - 'cbcs'
  class MpegCommonEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#sample_aes::Google::Cloud::Video::Transcoder::V1beta1::Encryption::SampleAesEncryption

Returns Configuration for SAMPLE-AES encryption.

Returns:



968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 968

class Encryption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Configuration for AES-128 encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class Aes128Encryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for SAMPLE-AES encryption.
  # @!attribute [rw] key_uri
  #   @return [::String]
  #     Required. URI of the key delivery service. This URI is inserted into the M3U8
  #     header.
  class SampleAesEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Configuration for MPEG Common Encryption (MPEG-CENC).
  # @!attribute [rw] key_id
  #   @return [::String]
  #     Required. 128 bit Key ID represented as lowercase hexadecimal digits for use with
  #     common encryption.
  # @!attribute [rw] scheme
  #   @return [::String]
  #     Required. Specify the encryption scheme.
  #
  #     Supported encryption schemes:
  #     - 'cenc'
  #     - 'cbcs'
  class MpegCommonEncryption
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end