Class PreprocessingConfig.Builder (1.0.2)

public static final class PreprocessingConfig.Builder extends GeneratedMessageV3.Builder<PreprocessingConfig.Builder> implements PreprocessingConfigOrBuilder

Preprocessing configurations.

Protobuf type google.cloud.video.transcoder.v1.PreprocessingConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PreprocessingConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

build()

public PreprocessingConfig build()
Returns
TypeDescription
PreprocessingConfig

buildPartial()

public PreprocessingConfig buildPartial()
Returns
TypeDescription
PreprocessingConfig

clear()

public PreprocessingConfig.Builder clear()
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

clearAudio()

public PreprocessingConfig.Builder clearAudio()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;

Returns
TypeDescription
PreprocessingConfig.Builder

clearColor()

public PreprocessingConfig.Builder clearColor()

Color preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;

Returns
TypeDescription
PreprocessingConfig.Builder

clearCrop()

public PreprocessingConfig.Builder clearCrop()

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;

Returns
TypeDescription
PreprocessingConfig.Builder

clearDeblock()

public PreprocessingConfig.Builder clearDeblock()

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
PreprocessingConfig.Builder

clearDenoise()

public PreprocessingConfig.Builder clearDenoise()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;

Returns
TypeDescription
PreprocessingConfig.Builder

clearField(Descriptors.FieldDescriptor field)

public PreprocessingConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PreprocessingConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

clearPad()

public PreprocessingConfig.Builder clearPad()

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;

Returns
TypeDescription
PreprocessingConfig.Builder

clone()

public PreprocessingConfig.Builder clone()
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

getAudio()

public PreprocessingConfig.Audio getAudio()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;

Returns
TypeDescription
PreprocessingConfig.Audio

The audio.

getAudioBuilder()

public PreprocessingConfig.Audio.Builder getAudioBuilder()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;

Returns
TypeDescription
PreprocessingConfig.Audio.Builder

getAudioOrBuilder()

public PreprocessingConfig.AudioOrBuilder getAudioOrBuilder()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;

Returns
TypeDescription
PreprocessingConfig.AudioOrBuilder

getColor()

public PreprocessingConfig.Color getColor()

Color preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;

Returns
TypeDescription
PreprocessingConfig.Color

The color.

getColorBuilder()

public PreprocessingConfig.Color.Builder getColorBuilder()

Color preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;

Returns
TypeDescription
PreprocessingConfig.Color.Builder

getColorOrBuilder()

public PreprocessingConfig.ColorOrBuilder getColorOrBuilder()

Color preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;

Returns
TypeDescription
PreprocessingConfig.ColorOrBuilder

getCrop()

public PreprocessingConfig.Crop getCrop()

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;

Returns
TypeDescription
PreprocessingConfig.Crop

The crop.

getCropBuilder()

public PreprocessingConfig.Crop.Builder getCropBuilder()

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;

Returns
TypeDescription
PreprocessingConfig.Crop.Builder

getCropOrBuilder()

public PreprocessingConfig.CropOrBuilder getCropOrBuilder()

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;

Returns
TypeDescription
PreprocessingConfig.CropOrBuilder

getDeblock()

public PreprocessingConfig.Deblock getDeblock()

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
PreprocessingConfig.Deblock

The deblock.

getDeblockBuilder()

public PreprocessingConfig.Deblock.Builder getDeblockBuilder()

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
PreprocessingConfig.Deblock.Builder

getDeblockOrBuilder()

public PreprocessingConfig.DeblockOrBuilder getDeblockOrBuilder()

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
PreprocessingConfig.DeblockOrBuilder

getDefaultInstanceForType()

public PreprocessingConfig getDefaultInstanceForType()
Returns
TypeDescription
PreprocessingConfig

getDenoise()

public PreprocessingConfig.Denoise getDenoise()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;

Returns
TypeDescription
PreprocessingConfig.Denoise

The denoise.

getDenoiseBuilder()

public PreprocessingConfig.Denoise.Builder getDenoiseBuilder()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;

Returns
TypeDescription
PreprocessingConfig.Denoise.Builder

getDenoiseOrBuilder()

public PreprocessingConfig.DenoiseOrBuilder getDenoiseOrBuilder()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;

Returns
TypeDescription
PreprocessingConfig.DenoiseOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPad()

public PreprocessingConfig.Pad getPad()

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;

Returns
TypeDescription
PreprocessingConfig.Pad

The pad.

getPadBuilder()

public PreprocessingConfig.Pad.Builder getPadBuilder()

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;

Returns
TypeDescription
PreprocessingConfig.Pad.Builder

getPadOrBuilder()

public PreprocessingConfig.PadOrBuilder getPadOrBuilder()

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;

Returns
TypeDescription
PreprocessingConfig.PadOrBuilder

hasAudio()

public boolean hasAudio()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;

Returns
TypeDescription
boolean

Whether the audio field is set.

hasColor()

public boolean hasColor()

Color preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;

Returns
TypeDescription
boolean

Whether the color field is set.

hasCrop()

public boolean hasCrop()

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;

Returns
TypeDescription
boolean

Whether the crop field is set.

hasDeblock()

public boolean hasDeblock()

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
boolean

Whether the deblock field is set.

hasDenoise()

public boolean hasDenoise()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;

Returns
TypeDescription
boolean

Whether the denoise field is set.

hasPad()

public boolean hasPad()

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;

Returns
TypeDescription
boolean

Whether the pad field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAudio(PreprocessingConfig.Audio value)

public PreprocessingConfig.Builder mergeAudio(PreprocessingConfig.Audio value)

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;

Parameter
NameDescription
valuePreprocessingConfig.Audio
Returns
TypeDescription
PreprocessingConfig.Builder

mergeColor(PreprocessingConfig.Color value)

public PreprocessingConfig.Builder mergeColor(PreprocessingConfig.Color value)

Color preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;

Parameter
NameDescription
valuePreprocessingConfig.Color
Returns
TypeDescription
PreprocessingConfig.Builder

mergeCrop(PreprocessingConfig.Crop value)

public PreprocessingConfig.Builder mergeCrop(PreprocessingConfig.Crop value)

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;

Parameter
NameDescription
valuePreprocessingConfig.Crop
Returns
TypeDescription
PreprocessingConfig.Builder

mergeDeblock(PreprocessingConfig.Deblock value)

public PreprocessingConfig.Builder mergeDeblock(PreprocessingConfig.Deblock value)

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;

Parameter
NameDescription
valuePreprocessingConfig.Deblock
Returns
TypeDescription
PreprocessingConfig.Builder

mergeDenoise(PreprocessingConfig.Denoise value)

public PreprocessingConfig.Builder mergeDenoise(PreprocessingConfig.Denoise value)

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;

Parameter
NameDescription
valuePreprocessingConfig.Denoise
Returns
TypeDescription
PreprocessingConfig.Builder

mergeFrom(PreprocessingConfig other)

public PreprocessingConfig.Builder mergeFrom(PreprocessingConfig other)
Parameter
NameDescription
otherPreprocessingConfig
Returns
TypeDescription
PreprocessingConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PreprocessingConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PreprocessingConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

mergePad(PreprocessingConfig.Pad value)

public PreprocessingConfig.Builder mergePad(PreprocessingConfig.Pad value)

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;

Parameter
NameDescription
valuePreprocessingConfig.Pad
Returns
TypeDescription
PreprocessingConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PreprocessingConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

setAudio(PreprocessingConfig.Audio value)

public PreprocessingConfig.Builder setAudio(PreprocessingConfig.Audio value)

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;

Parameter
NameDescription
valuePreprocessingConfig.Audio
Returns
TypeDescription
PreprocessingConfig.Builder

setAudio(PreprocessingConfig.Audio.Builder builderForValue)

public PreprocessingConfig.Builder setAudio(PreprocessingConfig.Audio.Builder builderForValue)

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;

Parameter
NameDescription
builderForValuePreprocessingConfig.Audio.Builder
Returns
TypeDescription
PreprocessingConfig.Builder

setColor(PreprocessingConfig.Color value)

public PreprocessingConfig.Builder setColor(PreprocessingConfig.Color value)

Color preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;

Parameter
NameDescription
valuePreprocessingConfig.Color
Returns
TypeDescription
PreprocessingConfig.Builder

setColor(PreprocessingConfig.Color.Builder builderForValue)

public PreprocessingConfig.Builder setColor(PreprocessingConfig.Color.Builder builderForValue)

Color preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;

Parameter
NameDescription
builderForValuePreprocessingConfig.Color.Builder
Returns
TypeDescription
PreprocessingConfig.Builder

setCrop(PreprocessingConfig.Crop value)

public PreprocessingConfig.Builder setCrop(PreprocessingConfig.Crop value)

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;

Parameter
NameDescription
valuePreprocessingConfig.Crop
Returns
TypeDescription
PreprocessingConfig.Builder

setCrop(PreprocessingConfig.Crop.Builder builderForValue)

public PreprocessingConfig.Builder setCrop(PreprocessingConfig.Crop.Builder builderForValue)

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;

Parameter
NameDescription
builderForValuePreprocessingConfig.Crop.Builder
Returns
TypeDescription
PreprocessingConfig.Builder

setDeblock(PreprocessingConfig.Deblock value)

public PreprocessingConfig.Builder setDeblock(PreprocessingConfig.Deblock value)

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;

Parameter
NameDescription
valuePreprocessingConfig.Deblock
Returns
TypeDescription
PreprocessingConfig.Builder

setDeblock(PreprocessingConfig.Deblock.Builder builderForValue)

public PreprocessingConfig.Builder setDeblock(PreprocessingConfig.Deblock.Builder builderForValue)

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;

Parameter
NameDescription
builderForValuePreprocessingConfig.Deblock.Builder
Returns
TypeDescription
PreprocessingConfig.Builder

setDenoise(PreprocessingConfig.Denoise value)

public PreprocessingConfig.Builder setDenoise(PreprocessingConfig.Denoise value)

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;

Parameter
NameDescription
valuePreprocessingConfig.Denoise
Returns
TypeDescription
PreprocessingConfig.Builder

setDenoise(PreprocessingConfig.Denoise.Builder builderForValue)

public PreprocessingConfig.Builder setDenoise(PreprocessingConfig.Denoise.Builder builderForValue)

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;

Parameter
NameDescription
builderForValuePreprocessingConfig.Denoise.Builder
Returns
TypeDescription
PreprocessingConfig.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public PreprocessingConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

setPad(PreprocessingConfig.Pad value)

public PreprocessingConfig.Builder setPad(PreprocessingConfig.Pad value)

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;

Parameter
NameDescription
valuePreprocessingConfig.Pad
Returns
TypeDescription
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.v1.PreprocessingConfig.Pad pad = 6;

Parameter
NameDescription
builderForValuePreprocessingConfig.Pad.Builder
Returns
TypeDescription
PreprocessingConfig.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PreprocessingConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PreprocessingConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PreprocessingConfig.Builder
Overrides