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