- 1.77.0 (latest)
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.71.0
 - 1.69.0
 - 1.67.0
 - 1.66.0
 - 1.63.0
 - 1.62.0
 - 1.61.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.50.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.38.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.26.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.10.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.3.0
 - 1.2.5
 - 1.0.4
 - 0.4.3
 
public static final class Encryption.Builder extends GeneratedMessageV3.Builder<Encryption.Builder> implements EncryptionOrBuilderEncryption settings.
 Protobuf type google.cloud.video.transcoder.v1.Encryption
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Encryption.BuilderImplements
EncryptionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Encryption.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
build()
public Encryption build()| Returns | |
|---|---|
| Type | Description | 
Encryption | 
        |
buildPartial()
public Encryption buildPartial()| Returns | |
|---|---|
| Type | Description | 
Encryption | 
        |
clear()
public Encryption.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearAes128()
public Encryption.Builder clearAes128()Configuration for AES-128 encryption.
 .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3;
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearDrmSystems()
public Encryption.Builder clearDrmSystems()Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
 
 .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearEncryptionMode()
public Encryption.Builder clearEncryptionMode()| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public Encryption.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearId()
public Encryption.Builder clearId()Required. Identifier for this set of encryption options.
 string id = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        This builder for chaining.  | 
      
clearMpegCenc()
public Encryption.Builder clearMpegCenc()Configuration for MPEG Common Encryption (MPEG-CENC).
 .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5;
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public Encryption.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearSampleAes()
public Encryption.Builder clearSampleAes()Configuration for SAMPLE-AES encryption.
 .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4;
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearSecretManagerKeySource()
public Encryption.Builder clearSecretManagerKeySource()Keys are stored in Google Secret Manager.
 
 .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
 
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clearSecretSource()
public Encryption.Builder clearSecretSource()| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
clone()
public Encryption.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
getAes128()
public Encryption.Aes128Encryption getAes128()Configuration for AES-128 encryption.
 .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3;
| Returns | |
|---|---|
| Type | Description | 
Encryption.Aes128Encryption | 
        The aes128.  | 
      
getAes128Builder()
public Encryption.Aes128Encryption.Builder getAes128Builder()Configuration for AES-128 encryption.
 .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3;
| Returns | |
|---|---|
| Type | Description | 
Encryption.Aes128Encryption.Builder | 
        |
getAes128OrBuilder()
public Encryption.Aes128EncryptionOrBuilder getAes128OrBuilder()Configuration for AES-128 encryption.
 .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3;
| Returns | |
|---|---|
| Type | Description | 
Encryption.Aes128EncryptionOrBuilder | 
        |
getDefaultInstanceForType()
public Encryption getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Encryption | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDrmSystems()
public Encryption.DrmSystems getDrmSystems()Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
 
 .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Encryption.DrmSystems | 
        The drmSystems.  | 
      
getDrmSystemsBuilder()
public Encryption.DrmSystems.Builder getDrmSystemsBuilder()Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
 
 .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Encryption.DrmSystems.Builder | 
        |
getDrmSystemsOrBuilder()
public Encryption.DrmSystemsOrBuilder getDrmSystemsOrBuilder()Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
 
 .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Encryption.DrmSystemsOrBuilder | 
        |
getEncryptionModeCase()
public Encryption.EncryptionModeCase getEncryptionModeCase()| Returns | |
|---|---|
| Type | Description | 
Encryption.EncryptionModeCase | 
        |
getId()
public String getId()Required. Identifier for this set of encryption options.
 string id = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The id.  | 
      
getIdBytes()
public ByteString getIdBytes()Required. Identifier for this set of encryption options.
 string id = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for id.  | 
      
getMpegCenc()
public Encryption.MpegCommonEncryption getMpegCenc()Configuration for MPEG Common Encryption (MPEG-CENC).
 .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5;
| Returns | |
|---|---|
| Type | Description | 
Encryption.MpegCommonEncryption | 
        The mpegCenc.  | 
      
getMpegCencBuilder()
public Encryption.MpegCommonEncryption.Builder getMpegCencBuilder()Configuration for MPEG Common Encryption (MPEG-CENC).
 .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5;
| Returns | |
|---|---|
| Type | Description | 
Encryption.MpegCommonEncryption.Builder | 
        |
getMpegCencOrBuilder()
public Encryption.MpegCommonEncryptionOrBuilder getMpegCencOrBuilder()Configuration for MPEG Common Encryption (MPEG-CENC).
 .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5;
| Returns | |
|---|---|
| Type | Description | 
Encryption.MpegCommonEncryptionOrBuilder | 
        |
getSampleAes()
public Encryption.SampleAesEncryption getSampleAes()Configuration for SAMPLE-AES encryption.
 .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4;
| Returns | |
|---|---|
| Type | Description | 
Encryption.SampleAesEncryption | 
        The sampleAes.  | 
      
getSampleAesBuilder()
public Encryption.SampleAesEncryption.Builder getSampleAesBuilder()Configuration for SAMPLE-AES encryption.
 .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4;
| Returns | |
|---|---|
| Type | Description | 
Encryption.SampleAesEncryption.Builder | 
        |
getSampleAesOrBuilder()
public Encryption.SampleAesEncryptionOrBuilder getSampleAesOrBuilder()Configuration for SAMPLE-AES encryption.
 .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4;
| Returns | |
|---|---|
| Type | Description | 
Encryption.SampleAesEncryptionOrBuilder | 
        |
getSecretManagerKeySource()
public Encryption.SecretManagerSource getSecretManagerKeySource()Keys are stored in Google Secret Manager.
 
 .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
 
| Returns | |
|---|---|
| Type | Description | 
Encryption.SecretManagerSource | 
        The secretManagerKeySource.  | 
      
getSecretManagerKeySourceBuilder()
public Encryption.SecretManagerSource.Builder getSecretManagerKeySourceBuilder()Keys are stored in Google Secret Manager.
 
 .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
 
| Returns | |
|---|---|
| Type | Description | 
Encryption.SecretManagerSource.Builder | 
        |
getSecretManagerKeySourceOrBuilder()
public Encryption.SecretManagerSourceOrBuilder getSecretManagerKeySourceOrBuilder()Keys are stored in Google Secret Manager.
 
 .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
 
| Returns | |
|---|---|
| Type | Description | 
Encryption.SecretManagerSourceOrBuilder | 
        |
getSecretSourceCase()
public Encryption.SecretSourceCase getSecretSourceCase()| Returns | |
|---|---|
| Type | Description | 
Encryption.SecretSourceCase | 
        |
hasAes128()
public boolean hasAes128()Configuration for AES-128 encryption.
 .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the aes128 field is set.  | 
      
hasDrmSystems()
public boolean hasDrmSystems()Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
 
 .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the drmSystems field is set.  | 
      
hasMpegCenc()
public boolean hasMpegCenc()Configuration for MPEG Common Encryption (MPEG-CENC).
 .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the mpegCenc field is set.  | 
      
hasSampleAes()
public boolean hasSampleAes()Configuration for SAMPLE-AES encryption.
 .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the sampleAes field is set.  | 
      
hasSecretManagerKeySource()
public boolean hasSecretManagerKeySource()Keys are stored in Google Secret Manager.
 
 .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the secretManagerKeySource field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeAes128(Encryption.Aes128Encryption value)
public Encryption.Builder mergeAes128(Encryption.Aes128Encryption value)Configuration for AES-128 encryption.
 .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.Aes128Encryption | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
mergeDrmSystems(Encryption.DrmSystems value)
public Encryption.Builder mergeDrmSystems(Encryption.DrmSystems value)Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
 
 .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.DrmSystems | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
mergeFrom(Encryption other)
public Encryption.Builder mergeFrom(Encryption other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Encryption | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Encryption.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Encryption.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
mergeMpegCenc(Encryption.MpegCommonEncryption value)
public Encryption.Builder mergeMpegCenc(Encryption.MpegCommonEncryption value)Configuration for MPEG Common Encryption (MPEG-CENC).
 .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.MpegCommonEncryption | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
mergeSampleAes(Encryption.SampleAesEncryption value)
public Encryption.Builder mergeSampleAes(Encryption.SampleAesEncryption value)Configuration for SAMPLE-AES encryption.
 .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.SampleAesEncryption | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
mergeSecretManagerKeySource(Encryption.SecretManagerSource value)
public Encryption.Builder mergeSecretManagerKeySource(Encryption.SecretManagerSource value)Keys are stored in Google Secret Manager.
 
 .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.SecretManagerSource | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Encryption.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setAes128(Encryption.Aes128Encryption value)
public Encryption.Builder setAes128(Encryption.Aes128Encryption value)Configuration for AES-128 encryption.
 .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.Aes128Encryption | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setAes128(Encryption.Aes128Encryption.Builder builderForValue)
public Encryption.Builder setAes128(Encryption.Aes128Encryption.Builder builderForValue)Configuration for AES-128 encryption.
 .google.cloud.video.transcoder.v1.Encryption.Aes128Encryption aes_128 = 3;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Encryption.Aes128Encryption.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setDrmSystems(Encryption.DrmSystems value)
public Encryption.Builder setDrmSystems(Encryption.DrmSystems value)Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
 
 .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.DrmSystems | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setDrmSystems(Encryption.DrmSystems.Builder builderForValue)
public Encryption.Builder setDrmSystems(Encryption.DrmSystems.Builder builderForValue)Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
 
 .google.cloud.video.transcoder.v1.Encryption.DrmSystems drm_systems = 8 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Encryption.DrmSystems.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public Encryption.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setId(String value)
public Encryption.Builder setId(String value)Required. Identifier for this set of encryption options.
 string id = 6 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe id to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        This builder for chaining.  | 
      
setIdBytes(ByteString value)
public Encryption.Builder setIdBytes(ByteString value)Required. Identifier for this set of encryption options.
 string id = 6 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for id to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        This builder for chaining.  | 
      
setMpegCenc(Encryption.MpegCommonEncryption value)
public Encryption.Builder setMpegCenc(Encryption.MpegCommonEncryption value)Configuration for MPEG Common Encryption (MPEG-CENC).
 .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.MpegCommonEncryption | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setMpegCenc(Encryption.MpegCommonEncryption.Builder builderForValue)
public Encryption.Builder setMpegCenc(Encryption.MpegCommonEncryption.Builder builderForValue)Configuration for MPEG Common Encryption (MPEG-CENC).
 .google.cloud.video.transcoder.v1.Encryption.MpegCommonEncryption mpeg_cenc = 5;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Encryption.MpegCommonEncryption.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Encryption.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setSampleAes(Encryption.SampleAesEncryption value)
public Encryption.Builder setSampleAes(Encryption.SampleAesEncryption value)Configuration for SAMPLE-AES encryption.
 .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.SampleAesEncryption | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setSampleAes(Encryption.SampleAesEncryption.Builder builderForValue)
public Encryption.Builder setSampleAes(Encryption.SampleAesEncryption.Builder builderForValue)Configuration for SAMPLE-AES encryption.
 .google.cloud.video.transcoder.v1.Encryption.SampleAesEncryption sample_aes = 4;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Encryption.SampleAesEncryption.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setSecretManagerKeySource(Encryption.SecretManagerSource value)
public Encryption.Builder setSecretManagerKeySource(Encryption.SecretManagerSource value)Keys are stored in Google Secret Manager.
 
 .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Encryption.SecretManagerSource | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setSecretManagerKeySource(Encryption.SecretManagerSource.Builder builderForValue)
public Encryption.Builder setSecretManagerKeySource(Encryption.SecretManagerSource.Builder builderForValue)Keys are stored in Google Secret Manager.
 
 .google.cloud.video.transcoder.v1.Encryption.SecretManagerSource secret_manager_key_source = 7;
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Encryption.SecretManagerSource.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final Encryption.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Encryption.Builder | 
        |