Class Encryption.DrmSystems.Builder (1.79.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.79.0 (latest)
- 1.77.0
- 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
publicstaticfinalclass Encryption.DrmSystems.BuilderextendsGeneratedMessageV3.Builder<Encryption.DrmSystems.Builder>implementsEncryption.DrmSystemsOrBuilderDefines configuration for DRM systems in use.
Protobuf type google.cloud.video.transcoder.v1.Encryption.DrmSystems
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Encryption.DrmSystems.BuilderImplements
Encryption.DrmSystemsOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicEncryption.DrmSystems.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
build()
publicEncryption.DrmSystemsbuild()| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems |
|
buildPartial()
publicEncryption.DrmSystemsbuildPartial()| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems |
|
clear()
publicEncryption.DrmSystems.Builderclear()| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
clearClearkey()
publicEncryption.DrmSystems.BuilderclearClearkey()Clearkey configuration.
.google.cloud.video.transcoder.v1.Encryption.Clearkey clearkey = 4;
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
clearFairplay()
publicEncryption.DrmSystems.BuilderclearFairplay()Fairplay configuration.
.google.cloud.video.transcoder.v1.Encryption.Fairplay fairplay = 2;
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicEncryption.DrmSystems.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicEncryption.DrmSystems.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
clearPlayready()
publicEncryption.DrmSystems.BuilderclearPlayready()Playready configuration.
.google.cloud.video.transcoder.v1.Encryption.Playready playready = 3;
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
clearWidevine()
publicEncryption.DrmSystems.BuilderclearWidevine()Widevine configuration.
.google.cloud.video.transcoder.v1.Encryption.Widevine widevine = 1;
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
clone()
publicEncryption.DrmSystems.Builderclone()| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
getClearkey()
publicEncryption.ClearkeygetClearkey()Clearkey configuration.
.google.cloud.video.transcoder.v1.Encryption.Clearkey clearkey = 4;
| Returns | |
|---|---|
| Type | Description |
Encryption.Clearkey |
The clearkey. |
getClearkeyBuilder()
publicEncryption.Clearkey.BuildergetClearkeyBuilder()Clearkey configuration.
.google.cloud.video.transcoder.v1.Encryption.Clearkey clearkey = 4;
| Returns | |
|---|---|
| Type | Description |
Encryption.Clearkey.Builder |
|
getClearkeyOrBuilder()
publicEncryption.ClearkeyOrBuildergetClearkeyOrBuilder()Clearkey configuration.
.google.cloud.video.transcoder.v1.Encryption.Clearkey clearkey = 4;
| Returns | |
|---|---|
| Type | Description |
Encryption.ClearkeyOrBuilder |
|
getDefaultInstanceForType()
publicEncryption.DrmSystemsgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFairplay()
publicEncryption.FairplaygetFairplay()Fairplay configuration.
.google.cloud.video.transcoder.v1.Encryption.Fairplay fairplay = 2;
| Returns | |
|---|---|
| Type | Description |
Encryption.Fairplay |
The fairplay. |
getFairplayBuilder()
publicEncryption.Fairplay.BuildergetFairplayBuilder()Fairplay configuration.
.google.cloud.video.transcoder.v1.Encryption.Fairplay fairplay = 2;
| Returns | |
|---|---|
| Type | Description |
Encryption.Fairplay.Builder |
|
getFairplayOrBuilder()
publicEncryption.FairplayOrBuildergetFairplayOrBuilder()Fairplay configuration.
.google.cloud.video.transcoder.v1.Encryption.Fairplay fairplay = 2;
| Returns | |
|---|---|
| Type | Description |
Encryption.FairplayOrBuilder |
|
getPlayready()
publicEncryption.PlayreadygetPlayready()Playready configuration.
.google.cloud.video.transcoder.v1.Encryption.Playready playready = 3;
| Returns | |
|---|---|
| Type | Description |
Encryption.Playready |
The playready. |
getPlayreadyBuilder()
publicEncryption.Playready.BuildergetPlayreadyBuilder()Playready configuration.
.google.cloud.video.transcoder.v1.Encryption.Playready playready = 3;
| Returns | |
|---|---|
| Type | Description |
Encryption.Playready.Builder |
|
getPlayreadyOrBuilder()
publicEncryption.PlayreadyOrBuildergetPlayreadyOrBuilder()Playready configuration.
.google.cloud.video.transcoder.v1.Encryption.Playready playready = 3;
| Returns | |
|---|---|
| Type | Description |
Encryption.PlayreadyOrBuilder |
|
getWidevine()
publicEncryption.WidevinegetWidevine()Widevine configuration.
.google.cloud.video.transcoder.v1.Encryption.Widevine widevine = 1;
| Returns | |
|---|---|
| Type | Description |
Encryption.Widevine |
The widevine. |
getWidevineBuilder()
publicEncryption.Widevine.BuildergetWidevineBuilder()Widevine configuration.
.google.cloud.video.transcoder.v1.Encryption.Widevine widevine = 1;
| Returns | |
|---|---|
| Type | Description |
Encryption.Widevine.Builder |
|
getWidevineOrBuilder()
publicEncryption.WidevineOrBuildergetWidevineOrBuilder()Widevine configuration.
.google.cloud.video.transcoder.v1.Encryption.Widevine widevine = 1;
| Returns | |
|---|---|
| Type | Description |
Encryption.WidevineOrBuilder |
|
hasClearkey()
publicbooleanhasClearkey()Clearkey configuration.
.google.cloud.video.transcoder.v1.Encryption.Clearkey clearkey = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the clearkey field is set. |
hasFairplay()
publicbooleanhasFairplay()Fairplay configuration.
.google.cloud.video.transcoder.v1.Encryption.Fairplay fairplay = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fairplay field is set. |
hasPlayready()
publicbooleanhasPlayready()Playready configuration.
.google.cloud.video.transcoder.v1.Encryption.Playready playready = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the playready field is set. |
hasWidevine()
publicbooleanhasWidevine()Widevine configuration.
.google.cloud.video.transcoder.v1.Encryption.Widevine widevine = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the widevine field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeClearkey(Encryption.Clearkey value)
publicEncryption.DrmSystems.BuildermergeClearkey(Encryption.Clearkeyvalue)Clearkey configuration.
.google.cloud.video.transcoder.v1.Encryption.Clearkey clearkey = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Encryption.Clearkey |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
mergeFairplay(Encryption.Fairplay value)
publicEncryption.DrmSystems.BuildermergeFairplay(Encryption.Fairplayvalue)Fairplay configuration.
.google.cloud.video.transcoder.v1.Encryption.Fairplay fairplay = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Encryption.Fairplay |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
mergeFrom(Encryption.DrmSystems other)
publicEncryption.DrmSystems.BuildermergeFrom(Encryption.DrmSystemsother)| Parameter | |
|---|---|
| Name | Description |
other |
Encryption.DrmSystems |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicEncryption.DrmSystems.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicEncryption.DrmSystems.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
mergePlayready(Encryption.Playready value)
publicEncryption.DrmSystems.BuildermergePlayready(Encryption.Playreadyvalue)Playready configuration.
.google.cloud.video.transcoder.v1.Encryption.Playready playready = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Encryption.Playready |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalEncryption.DrmSystems.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
mergeWidevine(Encryption.Widevine value)
publicEncryption.DrmSystems.BuildermergeWidevine(Encryption.Widevinevalue)Widevine configuration.
.google.cloud.video.transcoder.v1.Encryption.Widevine widevine = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Encryption.Widevine |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setClearkey(Encryption.Clearkey value)
publicEncryption.DrmSystems.BuildersetClearkey(Encryption.Clearkeyvalue)Clearkey configuration.
.google.cloud.video.transcoder.v1.Encryption.Clearkey clearkey = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Encryption.Clearkey |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setClearkey(Encryption.Clearkey.Builder builderForValue)
publicEncryption.DrmSystems.BuildersetClearkey(Encryption.Clearkey.BuilderbuilderForValue)Clearkey configuration.
.google.cloud.video.transcoder.v1.Encryption.Clearkey clearkey = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Encryption.Clearkey.Builder |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setFairplay(Encryption.Fairplay value)
publicEncryption.DrmSystems.BuildersetFairplay(Encryption.Fairplayvalue)Fairplay configuration.
.google.cloud.video.transcoder.v1.Encryption.Fairplay fairplay = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Encryption.Fairplay |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setFairplay(Encryption.Fairplay.Builder builderForValue)
publicEncryption.DrmSystems.BuildersetFairplay(Encryption.Fairplay.BuilderbuilderForValue)Fairplay configuration.
.google.cloud.video.transcoder.v1.Encryption.Fairplay fairplay = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Encryption.Fairplay.Builder |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicEncryption.DrmSystems.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setPlayready(Encryption.Playready value)
publicEncryption.DrmSystems.BuildersetPlayready(Encryption.Playreadyvalue)Playready configuration.
.google.cloud.video.transcoder.v1.Encryption.Playready playready = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Encryption.Playready |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setPlayready(Encryption.Playready.Builder builderForValue)
publicEncryption.DrmSystems.BuildersetPlayready(Encryption.Playready.BuilderbuilderForValue)Playready configuration.
.google.cloud.video.transcoder.v1.Encryption.Playready playready = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Encryption.Playready.Builder |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicEncryption.DrmSystems.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalEncryption.DrmSystems.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setWidevine(Encryption.Widevine value)
publicEncryption.DrmSystems.BuildersetWidevine(Encryption.Widevinevalue)Widevine configuration.
.google.cloud.video.transcoder.v1.Encryption.Widevine widevine = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Encryption.Widevine |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|
setWidevine(Encryption.Widevine.Builder builderForValue)
publicEncryption.DrmSystems.BuildersetWidevine(Encryption.Widevine.BuilderbuilderForValue)Widevine configuration.
.google.cloud.video.transcoder.v1.Encryption.Widevine widevine = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Encryption.Widevine.Builder |
| Returns | |
|---|---|
| Type | Description |
Encryption.DrmSystems.Builder |
|