Send feedback
Class PreprocessingConfig (1.2.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.2.2 keyboard_arrow_down
public final class PreprocessingConfig extends GeneratedMessageV3 implements PreprocessingConfigOrBuilder
Preprocessing configurations.
Protobuf type google.cloud.video.transcoder.v1.PreprocessingConfig
Static Fields
AUDIO_FIELD_NUMBER
public static final int AUDIO_FIELD_NUMBER
Field Value
COLOR_FIELD_NUMBER
public static final int COLOR_FIELD_NUMBER
Field Value
CROP_FIELD_NUMBER
public static final int CROP_FIELD_NUMBER
Field Value
DEBLOCK_FIELD_NUMBER
public static final int DEBLOCK_FIELD_NUMBER
Field Value
DENOISE_FIELD_NUMBER
public static final int DENOISE_FIELD_NUMBER
Field Value
PAD_FIELD_NUMBER
public static final int PAD_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PreprocessingConfig getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static PreprocessingConfig . Builder newBuilder ()
Returns
newBuilder(PreprocessingConfig prototype)
public static PreprocessingConfig . Builder newBuilder ( PreprocessingConfig prototype )
Parameter
Returns
public static PreprocessingConfig parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static PreprocessingConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PreprocessingConfig parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PreprocessingConfig parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static PreprocessingConfig parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static PreprocessingConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static PreprocessingConfig parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static PreprocessingConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PreprocessingConfig parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<PreprocessingConfig> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAudio()
public PreprocessingConfig . Audio getAudio ()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
Returns
getAudioOrBuilder()
public PreprocessingConfig . AudioOrBuilder getAudioOrBuilder ()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
Returns
getColor()
public PreprocessingConfig . Color getColor ()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
Returns
getColorOrBuilder()
public PreprocessingConfig . ColorOrBuilder getColorOrBuilder ()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
Returns
getCrop()
public PreprocessingConfig . Crop getCrop ()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
Returns
getCropOrBuilder()
public PreprocessingConfig . CropOrBuilder getCropOrBuilder ()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
Returns
getDeblock()
public PreprocessingConfig . Deblock getDeblock ()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
Returns
getDeblockOrBuilder()
public PreprocessingConfig . DeblockOrBuilder getDeblockOrBuilder ()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
Returns
getDefaultInstanceForType()
public PreprocessingConfig getDefaultInstanceForType ()
Returns
getDenoise()
public PreprocessingConfig . Denoise getDenoise ()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
Returns
getDenoiseOrBuilder()
public PreprocessingConfig . DenoiseOrBuilder getDenoiseOrBuilder ()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
Returns
getPad()
public PreprocessingConfig . Pad getPad ()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
Returns
getPadOrBuilder()
public PreprocessingConfig . PadOrBuilder getPadOrBuilder ()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
Returns
getParserForType()
public Parser<PreprocessingConfig> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
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()
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.
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()
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.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public PreprocessingConfig . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PreprocessingConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public PreprocessingConfig . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]