Class PreprocessingConfig.Builder (1.73.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 PreprocessingConfig.BuilderextendsGeneratedMessageV3.Builder<PreprocessingConfig.Builder>implementsPreprocessingConfigOrBuilderPreprocessing configurations.
Protobuf type google.cloud.video.transcoder.v1.PreprocessingConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PreprocessingConfig.BuilderImplements
PreprocessingConfigOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicPreprocessingConfig.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
build()
publicPreprocessingConfigbuild()| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig |
|
buildPartial()
publicPreprocessingConfigbuildPartial()| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig |
|
clear()
publicPreprocessingConfig.Builderclear()| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearAudio()
publicPreprocessingConfig.BuilderclearAudio()Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearColor()
publicPreprocessingConfig.BuilderclearColor()Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearCrop()
publicPreprocessingConfig.BuilderclearCrop()Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearDeblock()
publicPreprocessingConfig.BuilderclearDeblock()Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearDeinterlace()
publicPreprocessingConfig.BuilderclearDeinterlace()Specify the video deinterlace configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearDenoise()
publicPreprocessingConfig.BuilderclearDenoise()Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicPreprocessingConfig.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicPreprocessingConfig.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clearPad()
publicPreprocessingConfig.BuilderclearPad()Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
clone()
publicPreprocessingConfig.Builderclone()| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
getAudio()
publicPreprocessingConfig.AudiogetAudio()Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Audio |
The audio. |
getAudioBuilder()
publicPreprocessingConfig.Audio.BuildergetAudioBuilder()Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Audio.Builder |
|
getAudioOrBuilder()
publicPreprocessingConfig.AudioOrBuildergetAudioOrBuilder()Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.AudioOrBuilder |
|
getColor()
publicPreprocessingConfig.ColorgetColor()Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Color |
The color. |
getColorBuilder()
publicPreprocessingConfig.Color.BuildergetColorBuilder()Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Color.Builder |
|
getColorOrBuilder()
publicPreprocessingConfig.ColorOrBuildergetColorOrBuilder()Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.ColorOrBuilder |
|
getCrop()
publicPreprocessingConfig.CropgetCrop()Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Crop |
The crop. |
getCropBuilder()
publicPreprocessingConfig.Crop.BuildergetCropBuilder()Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Crop.Builder |
|
getCropOrBuilder()
publicPreprocessingConfig.CropOrBuildergetCropOrBuilder()Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.CropOrBuilder |
|
getDeblock()
publicPreprocessingConfig.DeblockgetDeblock()Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Deblock |
The deblock. |
getDeblockBuilder()
publicPreprocessingConfig.Deblock.BuildergetDeblockBuilder()Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Deblock.Builder |
|
getDeblockOrBuilder()
publicPreprocessingConfig.DeblockOrBuildergetDeblockOrBuilder()Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.DeblockOrBuilder |
|
getDefaultInstanceForType()
publicPreprocessingConfiggetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig |
|
getDeinterlace()
publicPreprocessingConfig.DeinterlacegetDeinterlace()Specify the video deinterlace configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Deinterlace |
The deinterlace. |
getDeinterlaceBuilder()
publicPreprocessingConfig.Deinterlace.BuildergetDeinterlaceBuilder()Specify the video deinterlace configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Deinterlace.Builder |
|
getDeinterlaceOrBuilder()
publicPreprocessingConfig.DeinterlaceOrBuildergetDeinterlaceOrBuilder()Specify the video deinterlace configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.DeinterlaceOrBuilder |
|
getDenoise()
publicPreprocessingConfig.DenoisegetDenoise()Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Denoise |
The denoise. |
getDenoiseBuilder()
publicPreprocessingConfig.Denoise.BuildergetDenoiseBuilder()Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Denoise.Builder |
|
getDenoiseOrBuilder()
publicPreprocessingConfig.DenoiseOrBuildergetDenoiseOrBuilder()Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.DenoiseOrBuilder |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPad()
publicPreprocessingConfig.PadgetPad()Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Pad |
The pad. |
getPadBuilder()
publicPreprocessingConfig.Pad.BuildergetPadBuilder()Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Pad.Builder |
|
getPadOrBuilder()
publicPreprocessingConfig.PadOrBuildergetPadOrBuilder()Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.PadOrBuilder |
|
hasAudio()
publicbooleanhasAudio()Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the audio field is set. |
hasColor()
publicbooleanhasColor()Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the color field is set. |
hasCrop()
publicbooleanhasCrop()Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the crop field is set. |
hasDeblock()
publicbooleanhasDeblock()Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deblock field is set. |
hasDeinterlace()
publicbooleanhasDeinterlace()Specify the video deinterlace configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deinterlace field is set. |
hasDenoise()
publicbooleanhasDenoise()Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the denoise field is set. |
hasPad()
publicbooleanhasPad()Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pad field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAudio(PreprocessingConfig.Audio value)
publicPreprocessingConfig.BuildermergeAudio(PreprocessingConfig.Audiovalue)Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Audio |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergeColor(PreprocessingConfig.Color value)
publicPreprocessingConfig.BuildermergeColor(PreprocessingConfig.Colorvalue)Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Color |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergeCrop(PreprocessingConfig.Crop value)
publicPreprocessingConfig.BuildermergeCrop(PreprocessingConfig.Cropvalue)Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Crop |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergeDeblock(PreprocessingConfig.Deblock value)
publicPreprocessingConfig.BuildermergeDeblock(PreprocessingConfig.Deblockvalue)Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Deblock |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergeDeinterlace(PreprocessingConfig.Deinterlace value)
publicPreprocessingConfig.BuildermergeDeinterlace(PreprocessingConfig.Deinterlacevalue)Specify the video deinterlace configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Deinterlace |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergeDenoise(PreprocessingConfig.Denoise value)
publicPreprocessingConfig.BuildermergeDenoise(PreprocessingConfig.Denoisevalue)Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Denoise |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergeFrom(PreprocessingConfig other)
publicPreprocessingConfig.BuildermergeFrom(PreprocessingConfigother)| Parameter | |
|---|---|
| Name | Description |
other |
PreprocessingConfig |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicPreprocessingConfig.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicPreprocessingConfig.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergePad(PreprocessingConfig.Pad value)
publicPreprocessingConfig.BuildermergePad(PreprocessingConfig.Padvalue)Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Pad |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalPreprocessingConfig.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setAudio(PreprocessingConfig.Audio value)
publicPreprocessingConfig.BuildersetAudio(PreprocessingConfig.Audiovalue)Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Audio |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setAudio(PreprocessingConfig.Audio.Builder builderForValue)
publicPreprocessingConfig.BuildersetAudio(PreprocessingConfig.Audio.BuilderbuilderForValue)Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PreprocessingConfig.Audio.Builder |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setColor(PreprocessingConfig.Color value)
publicPreprocessingConfig.BuildersetColor(PreprocessingConfig.Colorvalue)Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Color |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setColor(PreprocessingConfig.Color.Builder builderForValue)
publicPreprocessingConfig.BuildersetColor(PreprocessingConfig.Color.BuilderbuilderForValue)Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PreprocessingConfig.Color.Builder |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setCrop(PreprocessingConfig.Crop value)
publicPreprocessingConfig.BuildersetCrop(PreprocessingConfig.Cropvalue)Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Crop |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setCrop(PreprocessingConfig.Crop.Builder builderForValue)
publicPreprocessingConfig.BuildersetCrop(PreprocessingConfig.Crop.BuilderbuilderForValue)Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PreprocessingConfig.Crop.Builder |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setDeblock(PreprocessingConfig.Deblock value)
publicPreprocessingConfig.BuildersetDeblock(PreprocessingConfig.Deblockvalue)Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Deblock |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setDeblock(PreprocessingConfig.Deblock.Builder builderForValue)
publicPreprocessingConfig.BuildersetDeblock(PreprocessingConfig.Deblock.BuilderbuilderForValue)Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PreprocessingConfig.Deblock.Builder |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setDeinterlace(PreprocessingConfig.Deinterlace value)
publicPreprocessingConfig.BuildersetDeinterlace(PreprocessingConfig.Deinterlacevalue)Specify the video deinterlace configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Deinterlace |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setDeinterlace(PreprocessingConfig.Deinterlace.Builder builderForValue)
publicPreprocessingConfig.BuildersetDeinterlace(PreprocessingConfig.Deinterlace.BuilderbuilderForValue)Specify the video deinterlace configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PreprocessingConfig.Deinterlace.Builder |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setDenoise(PreprocessingConfig.Denoise value)
publicPreprocessingConfig.BuildersetDenoise(PreprocessingConfig.Denoisevalue)Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Denoise |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setDenoise(PreprocessingConfig.Denoise.Builder builderForValue)
publicPreprocessingConfig.BuildersetDenoise(PreprocessingConfig.Denoise.BuilderbuilderForValue)Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PreprocessingConfig.Denoise.Builder |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicPreprocessingConfig.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setPad(PreprocessingConfig.Pad value)
publicPreprocessingConfig.BuildersetPad(PreprocessingConfig.Padvalue)Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
PreprocessingConfig.Pad |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setPad(PreprocessingConfig.Pad.Builder builderForValue)
publicPreprocessingConfig.BuildersetPad(PreprocessingConfig.Pad.BuilderbuilderForValue)Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PreprocessingConfig.Pad.Builder |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicPreprocessingConfig.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalPreprocessingConfig.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Builder |
|