Class Encryption.MpegCommonEncryption.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Encryption.MpegCommonEncryption.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Encryption.MpegCommonEncryption.Builder>
      • getDefaultInstanceForType

        public Encryption.MpegCommonEncryption getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Encryption.MpegCommonEncryption build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Encryption.MpegCommonEncryption buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Encryption.MpegCommonEncryption.Builder>
      • getScheme

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

        public com.google.protobuf.ByteString getSchemeBytes()
         Required. Specify the encryption scheme.
        
         Supported encryption schemes:
        
         - `cenc`
         - `cbcs`
         
        string scheme = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getSchemeBytes in interface Encryption.MpegCommonEncryptionOrBuilder
        Returns:
        The bytes for scheme.
      • setScheme

        public Encryption.MpegCommonEncryption.Builder setScheme​(String value)
         Required. Specify the encryption scheme.
        
         Supported encryption schemes:
        
         - `cenc`
         - `cbcs`
         
        string scheme = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The scheme to set.
        Returns:
        This builder for chaining.
      • clearScheme

        public Encryption.MpegCommonEncryption.Builder clearScheme()
         Required. Specify the encryption scheme.
        
         Supported encryption schemes:
        
         - `cenc`
         - `cbcs`
         
        string scheme = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setSchemeBytes

        public Encryption.MpegCommonEncryption.Builder setSchemeBytes​(com.google.protobuf.ByteString value)
         Required. Specify the encryption scheme.
        
         Supported encryption schemes:
        
         - `cenc`
         - `cbcs`
         
        string scheme = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for scheme to set.
        Returns:
        This builder for chaining.