public static final class PreprocessingConfig.Builder extends GeneratedMessageV3.Builder<PreprocessingConfig.Builder> implements PreprocessingConfigOrBuilder
Preprocessing configurations.
Protobuf type google.cloud.video.transcoder.v1beta1.PreprocessingConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PreprocessingConfig.BuilderImplements
PreprocessingConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PreprocessingConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PreprocessingConfig.Builder |
build()
public PreprocessingConfig build()
Type | Description |
PreprocessingConfig |
buildPartial()
public PreprocessingConfig buildPartial()
Type | Description |
PreprocessingConfig |
clear()
public PreprocessingConfig.Builder clear()
Type | Description |
PreprocessingConfig.Builder |
clearAudio()
public PreprocessingConfig.Builder clearAudio()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Type | Description |
PreprocessingConfig.Builder |
clearColor()
public PreprocessingConfig.Builder clearColor()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Type | Description |
PreprocessingConfig.Builder |
clearCrop()
public PreprocessingConfig.Builder clearCrop()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Type | Description |
PreprocessingConfig.Builder |
clearDeblock()
public PreprocessingConfig.Builder clearDeblock()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Type | Description |
PreprocessingConfig.Builder |
clearDenoise()
public PreprocessingConfig.Builder clearDenoise()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Type | Description |
PreprocessingConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public PreprocessingConfig.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PreprocessingConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PreprocessingConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PreprocessingConfig.Builder |
clearPad()
public PreprocessingConfig.Builder clearPad()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Type | Description |
PreprocessingConfig.Builder |
clone()
public PreprocessingConfig.Builder clone()
Type | Description |
PreprocessingConfig.Builder |
getAudio()
public PreprocessingConfig.Audio getAudio()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Type | Description |
PreprocessingConfig.Audio | The audio. |
getAudioBuilder()
public PreprocessingConfig.Audio.Builder getAudioBuilder()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Type | Description |
PreprocessingConfig.Audio.Builder |
getAudioOrBuilder()
public PreprocessingConfig.AudioOrBuilder getAudioOrBuilder()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Type | Description |
PreprocessingConfig.AudioOrBuilder |
getColor()
public PreprocessingConfig.Color getColor()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Type | Description |
PreprocessingConfig.Color | The color. |
getColorBuilder()
public PreprocessingConfig.Color.Builder getColorBuilder()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Type | Description |
PreprocessingConfig.Color.Builder |
getColorOrBuilder()
public PreprocessingConfig.ColorOrBuilder getColorOrBuilder()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Type | Description |
PreprocessingConfig.ColorOrBuilder |
getCrop()
public PreprocessingConfig.Crop getCrop()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Type | Description |
PreprocessingConfig.Crop | The crop. |
getCropBuilder()
public PreprocessingConfig.Crop.Builder getCropBuilder()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Type | Description |
PreprocessingConfig.Crop.Builder |
getCropOrBuilder()
public PreprocessingConfig.CropOrBuilder getCropOrBuilder()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Type | Description |
PreprocessingConfig.CropOrBuilder |
getDeblock()
public PreprocessingConfig.Deblock getDeblock()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Type | Description |
PreprocessingConfig.Deblock | The deblock. |
getDeblockBuilder()
public PreprocessingConfig.Deblock.Builder getDeblockBuilder()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Type | Description |
PreprocessingConfig.Deblock.Builder |
getDeblockOrBuilder()
public PreprocessingConfig.DeblockOrBuilder getDeblockOrBuilder()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Type | Description |
PreprocessingConfig.DeblockOrBuilder |
getDefaultInstanceForType()
public PreprocessingConfig getDefaultInstanceForType()
Type | Description |
PreprocessingConfig |
getDenoise()
public PreprocessingConfig.Denoise getDenoise()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Type | Description |
PreprocessingConfig.Denoise | The denoise. |
getDenoiseBuilder()
public PreprocessingConfig.Denoise.Builder getDenoiseBuilder()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Type | Description |
PreprocessingConfig.Denoise.Builder |
getDenoiseOrBuilder()
public PreprocessingConfig.DenoiseOrBuilder getDenoiseOrBuilder()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Type | Description |
PreprocessingConfig.DenoiseOrBuilder |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getPad()
public PreprocessingConfig.Pad getPad()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Type | Description |
PreprocessingConfig.Pad | The pad. |
getPadBuilder()
public PreprocessingConfig.Pad.Builder getPadBuilder()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Type | Description |
PreprocessingConfig.Pad.Builder |
getPadOrBuilder()
public PreprocessingConfig.PadOrBuilder getPadOrBuilder()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Type | Description |
PreprocessingConfig.PadOrBuilder |
hasAudio()
public boolean hasAudio()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Type | Description |
boolean | Whether the audio field is set. |
hasColor()
public boolean hasColor()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Type | Description |
boolean | Whether the color field is set. |
hasCrop()
public boolean hasCrop()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Type | Description |
boolean | Whether the crop field is set. |
hasDeblock()
public boolean hasDeblock()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Type | Description |
boolean | Whether the deblock field is set. |
hasDenoise()
public boolean hasDenoise()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Type | Description |
boolean | Whether the denoise field is set. |
hasPad()
public boolean hasPad()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Type | Description |
boolean | Whether the pad field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeAudio(PreprocessingConfig.Audio value)
public PreprocessingConfig.Builder mergeAudio(PreprocessingConfig.Audio value)
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Name | Description |
value | PreprocessingConfig.Audio |
Type | Description |
PreprocessingConfig.Builder |
mergeColor(PreprocessingConfig.Color value)
public PreprocessingConfig.Builder mergeColor(PreprocessingConfig.Color value)
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Name | Description |
value | PreprocessingConfig.Color |
Type | Description |
PreprocessingConfig.Builder |
mergeCrop(PreprocessingConfig.Crop value)
public PreprocessingConfig.Builder mergeCrop(PreprocessingConfig.Crop value)
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Name | Description |
value | PreprocessingConfig.Crop |
Type | Description |
PreprocessingConfig.Builder |
mergeDeblock(PreprocessingConfig.Deblock value)
public PreprocessingConfig.Builder mergeDeblock(PreprocessingConfig.Deblock value)
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Name | Description |
value | PreprocessingConfig.Deblock |
Type | Description |
PreprocessingConfig.Builder |
mergeDenoise(PreprocessingConfig.Denoise value)
public PreprocessingConfig.Builder mergeDenoise(PreprocessingConfig.Denoise value)
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Name | Description |
value | PreprocessingConfig.Denoise |
Type | Description |
PreprocessingConfig.Builder |
mergeFrom(PreprocessingConfig other)
public PreprocessingConfig.Builder mergeFrom(PreprocessingConfig other)
Name | Description |
other | PreprocessingConfig |
Type | Description |
PreprocessingConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PreprocessingConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PreprocessingConfig.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PreprocessingConfig.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PreprocessingConfig.Builder |
mergePad(PreprocessingConfig.Pad value)
public PreprocessingConfig.Builder mergePad(PreprocessingConfig.Pad value)
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Name | Description |
value | PreprocessingConfig.Pad |
Type | Description |
PreprocessingConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PreprocessingConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PreprocessingConfig.Builder |
setAudio(PreprocessingConfig.Audio value)
public PreprocessingConfig.Builder setAudio(PreprocessingConfig.Audio value)
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Name | Description |
value | PreprocessingConfig.Audio |
Type | Description |
PreprocessingConfig.Builder |
setAudio(PreprocessingConfig.Audio.Builder builderForValue)
public PreprocessingConfig.Builder setAudio(PreprocessingConfig.Audio.Builder builderForValue)
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Name | Description |
builderForValue | PreprocessingConfig.Audio.Builder |
Type | Description |
PreprocessingConfig.Builder |
setColor(PreprocessingConfig.Color value)
public PreprocessingConfig.Builder setColor(PreprocessingConfig.Color value)
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Name | Description |
value | PreprocessingConfig.Color |
Type | Description |
PreprocessingConfig.Builder |
setColor(PreprocessingConfig.Color.Builder builderForValue)
public PreprocessingConfig.Builder setColor(PreprocessingConfig.Color.Builder builderForValue)
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Name | Description |
builderForValue | PreprocessingConfig.Color.Builder |
Type | Description |
PreprocessingConfig.Builder |
setCrop(PreprocessingConfig.Crop value)
public PreprocessingConfig.Builder setCrop(PreprocessingConfig.Crop value)
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Name | Description |
value | PreprocessingConfig.Crop |
Type | Description |
PreprocessingConfig.Builder |
setCrop(PreprocessingConfig.Crop.Builder builderForValue)
public PreprocessingConfig.Builder setCrop(PreprocessingConfig.Crop.Builder builderForValue)
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Name | Description |
builderForValue | PreprocessingConfig.Crop.Builder |
Type | Description |
PreprocessingConfig.Builder |
setDeblock(PreprocessingConfig.Deblock value)
public PreprocessingConfig.Builder setDeblock(PreprocessingConfig.Deblock value)
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Name | Description |
value | PreprocessingConfig.Deblock |
Type | Description |
PreprocessingConfig.Builder |
setDeblock(PreprocessingConfig.Deblock.Builder builderForValue)
public PreprocessingConfig.Builder setDeblock(PreprocessingConfig.Deblock.Builder builderForValue)
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Name | Description |
builderForValue | PreprocessingConfig.Deblock.Builder |
Type | Description |
PreprocessingConfig.Builder |
setDenoise(PreprocessingConfig.Denoise value)
public PreprocessingConfig.Builder setDenoise(PreprocessingConfig.Denoise value)
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Name | Description |
value | PreprocessingConfig.Denoise |
Type | Description |
PreprocessingConfig.Builder |
setDenoise(PreprocessingConfig.Denoise.Builder builderForValue)
public PreprocessingConfig.Builder setDenoise(PreprocessingConfig.Denoise.Builder builderForValue)
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Name | Description |
builderForValue | PreprocessingConfig.Denoise.Builder |
Type | Description |
PreprocessingConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public PreprocessingConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PreprocessingConfig.Builder |
setPad(PreprocessingConfig.Pad value)
public PreprocessingConfig.Builder setPad(PreprocessingConfig.Pad value)
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Name | Description |
value | PreprocessingConfig.Pad |
Type | Description |
PreprocessingConfig.Builder |
setPad(PreprocessingConfig.Pad.Builder builderForValue)
public PreprocessingConfig.Builder setPad(PreprocessingConfig.Pad.Builder builderForValue)
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Name | Description |
builderForValue | PreprocessingConfig.Pad.Builder |
Type | Description |
PreprocessingConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PreprocessingConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PreprocessingConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PreprocessingConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PreprocessingConfig.Builder |