public static final class Encryption.SampleAesEncryption.Builder extends GeneratedMessageV3.Builder<Encryption.SampleAesEncryption.Builder> implements Encryption.SampleAesEncryptionOrBuilder
Configuration for SAMPLE-AES encryption.
Protobuf type google.cloud.video.transcoder.v1beta1.Encryption.SampleAesEncryption
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Encryption.SampleAesEncryption.BuilderImplements
Encryption.SampleAesEncryptionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Encryption.SampleAesEncryption.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Encryption.SampleAesEncryption.Builder |
build()
public Encryption.SampleAesEncryption build()
Type | Description |
Encryption.SampleAesEncryption |
buildPartial()
public Encryption.SampleAesEncryption buildPartial()
Type | Description |
Encryption.SampleAesEncryption |
clear()
public Encryption.SampleAesEncryption.Builder clear()
Type | Description |
Encryption.SampleAesEncryption.Builder |
clearField(Descriptors.FieldDescriptor field)
public Encryption.SampleAesEncryption.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Encryption.SampleAesEncryption.Builder |
clearKeyUri()
public Encryption.SampleAesEncryption.Builder clearKeyUri()
Required. URI of the key delivery service. This URI is inserted into the M3U8 header.
string key_uri = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Encryption.SampleAesEncryption.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Encryption.SampleAesEncryption.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Encryption.SampleAesEncryption.Builder |
clone()
public Encryption.SampleAesEncryption.Builder clone()
Type | Description |
Encryption.SampleAesEncryption.Builder |
getDefaultInstanceForType()
public Encryption.SampleAesEncryption getDefaultInstanceForType()
Type | Description |
Encryption.SampleAesEncryption |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getKeyUri()
public String getKeyUri()
Required. URI of the key delivery service. This URI is inserted into the M3U8 header.
string key_uri = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The keyUri. |
getKeyUriBytes()
public ByteString getKeyUriBytes()
Required. URI of the key delivery service. This URI is inserted into the M3U8 header.
string key_uri = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for keyUri. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Encryption.SampleAesEncryption other)
public Encryption.SampleAesEncryption.Builder mergeFrom(Encryption.SampleAesEncryption other)
Name | Description |
other | Encryption.SampleAesEncryption |
Type | Description |
Encryption.SampleAesEncryption.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Encryption.SampleAesEncryption.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Encryption.SampleAesEncryption.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Encryption.SampleAesEncryption.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Encryption.SampleAesEncryption.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Encryption.SampleAesEncryption.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Encryption.SampleAesEncryption.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Encryption.SampleAesEncryption.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Encryption.SampleAesEncryption.Builder |
setKeyUri(String value)
public Encryption.SampleAesEncryption.Builder setKeyUri(String value)
Required. URI of the key delivery service. This URI is inserted into the M3U8 header.
string key_uri = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The keyUri to set. |
Type | Description |
Encryption.SampleAesEncryption.Builder | This builder for chaining. |
setKeyUriBytes(ByteString value)
public Encryption.SampleAesEncryption.Builder setKeyUriBytes(ByteString value)
Required. URI of the key delivery service. This URI is inserted into the M3U8 header.
string key_uri = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for keyUri to set. |
Type | Description |
Encryption.SampleAesEncryption.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Encryption.SampleAesEncryption.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Encryption.SampleAesEncryption.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Encryption.SampleAesEncryption.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Encryption.SampleAesEncryption.Builder |