public static final class PreprocessingConfig.Deblock.Builder extends GeneratedMessageV3.Builder<PreprocessingConfig.Deblock.Builder> implements PreprocessingConfig.DeblockOrBuilder
Deblock preprocessing configuration.
Protobuf type google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PreprocessingConfig.Deblock.BuilderImplements
PreprocessingConfig.DeblockOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PreprocessingConfig.Deblock.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PreprocessingConfig.Deblock.Builder |
build()
public PreprocessingConfig.Deblock build()
Type | Description |
PreprocessingConfig.Deblock |
buildPartial()
public PreprocessingConfig.Deblock buildPartial()
Type | Description |
PreprocessingConfig.Deblock |
clear()
public PreprocessingConfig.Deblock.Builder clear()
Type | Description |
PreprocessingConfig.Deblock.Builder |
clearEnabled()
public PreprocessingConfig.Deblock.Builder clearEnabled()
Enable deblocker. The default is false
.
bool enabled = 2;
Type | Description |
PreprocessingConfig.Deblock.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PreprocessingConfig.Deblock.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PreprocessingConfig.Deblock.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PreprocessingConfig.Deblock.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PreprocessingConfig.Deblock.Builder |
clearStrength()
public PreprocessingConfig.Deblock.Builder clearStrength()
Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
double strength = 1;
Type | Description |
PreprocessingConfig.Deblock.Builder | This builder for chaining. |
clone()
public PreprocessingConfig.Deblock.Builder clone()
Type | Description |
PreprocessingConfig.Deblock.Builder |
getDefaultInstanceForType()
public PreprocessingConfig.Deblock getDefaultInstanceForType()
Type | Description |
PreprocessingConfig.Deblock |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEnabled()
public boolean getEnabled()
Enable deblocker. The default is false
.
bool enabled = 2;
Type | Description |
boolean | The enabled. |
getStrength()
public double getStrength()
Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
double strength = 1;
Type | Description |
double | The strength. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(PreprocessingConfig.Deblock other)
public PreprocessingConfig.Deblock.Builder mergeFrom(PreprocessingConfig.Deblock other)
Name | Description |
other | PreprocessingConfig.Deblock |
Type | Description |
PreprocessingConfig.Deblock.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PreprocessingConfig.Deblock.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PreprocessingConfig.Deblock.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PreprocessingConfig.Deblock.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PreprocessingConfig.Deblock.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PreprocessingConfig.Deblock.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PreprocessingConfig.Deblock.Builder |
setEnabled(boolean value)
public PreprocessingConfig.Deblock.Builder setEnabled(boolean value)
Enable deblocker. The default is false
.
bool enabled = 2;
Name | Description |
value | boolean The enabled to set. |
Type | Description |
PreprocessingConfig.Deblock.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PreprocessingConfig.Deblock.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PreprocessingConfig.Deblock.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PreprocessingConfig.Deblock.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PreprocessingConfig.Deblock.Builder |
setStrength(double value)
public PreprocessingConfig.Deblock.Builder setStrength(double value)
Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
double strength = 1;
Name | Description |
value | double The strength to set. |
Type | Description |
PreprocessingConfig.Deblock.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final PreprocessingConfig.Deblock.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PreprocessingConfig.Deblock.Builder |