public static final class PreprocessingConfig.Crop.Builder extends GeneratedMessageV3.Builder<PreprocessingConfig.Crop.Builder> implements PreprocessingConfig.CropOrBuilder
Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.
Protobuf type google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PreprocessingConfig.Crop.BuilderImplements
PreprocessingConfig.CropOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PreprocessingConfig.Crop.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PreprocessingConfig.Crop.Builder |
build()
public PreprocessingConfig.Crop build()
Type | Description |
PreprocessingConfig.Crop |
buildPartial()
public PreprocessingConfig.Crop buildPartial()
Type | Description |
PreprocessingConfig.Crop |
clear()
public PreprocessingConfig.Crop.Builder clear()
Type | Description |
PreprocessingConfig.Crop.Builder |
clearBottomPixels()
public PreprocessingConfig.Crop.Builder clearBottomPixels()
The number of pixels to crop from the bottom. The default is 0.
int32 bottom_pixels = 2;
Type | Description |
PreprocessingConfig.Crop.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PreprocessingConfig.Crop.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PreprocessingConfig.Crop.Builder |
clearLeftPixels()
public PreprocessingConfig.Crop.Builder clearLeftPixels()
The number of pixels to crop from the left. The default is 0.
int32 left_pixels = 3;
Type | Description |
PreprocessingConfig.Crop.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public PreprocessingConfig.Crop.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PreprocessingConfig.Crop.Builder |
clearRightPixels()
public PreprocessingConfig.Crop.Builder clearRightPixels()
The number of pixels to crop from the right. The default is 0.
int32 right_pixels = 4;
Type | Description |
PreprocessingConfig.Crop.Builder | This builder for chaining. |
clearTopPixels()
public PreprocessingConfig.Crop.Builder clearTopPixels()
The number of pixels to crop from the top. The default is 0.
int32 top_pixels = 1;
Type | Description |
PreprocessingConfig.Crop.Builder | This builder for chaining. |
clone()
public PreprocessingConfig.Crop.Builder clone()
Type | Description |
PreprocessingConfig.Crop.Builder |
getBottomPixels()
public int getBottomPixels()
The number of pixels to crop from the bottom. The default is 0.
int32 bottom_pixels = 2;
Type | Description |
int | The bottomPixels. |
getDefaultInstanceForType()
public PreprocessingConfig.Crop getDefaultInstanceForType()
Type | Description |
PreprocessingConfig.Crop |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLeftPixels()
public int getLeftPixels()
The number of pixels to crop from the left. The default is 0.
int32 left_pixels = 3;
Type | Description |
int | The leftPixels. |
getRightPixels()
public int getRightPixels()
The number of pixels to crop from the right. The default is 0.
int32 right_pixels = 4;
Type | Description |
int | The rightPixels. |
getTopPixels()
public int getTopPixels()
The number of pixels to crop from the top. The default is 0.
int32 top_pixels = 1;
Type | Description |
int | The topPixels. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(PreprocessingConfig.Crop other)
public PreprocessingConfig.Crop.Builder mergeFrom(PreprocessingConfig.Crop other)
Name | Description |
other | PreprocessingConfig.Crop |
Type | Description |
PreprocessingConfig.Crop.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PreprocessingConfig.Crop.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PreprocessingConfig.Crop.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PreprocessingConfig.Crop.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PreprocessingConfig.Crop.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PreprocessingConfig.Crop.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PreprocessingConfig.Crop.Builder |
setBottomPixels(int value)
public PreprocessingConfig.Crop.Builder setBottomPixels(int value)
The number of pixels to crop from the bottom. The default is 0.
int32 bottom_pixels = 2;
Name | Description |
value | int The bottomPixels to set. |
Type | Description |
PreprocessingConfig.Crop.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PreprocessingConfig.Crop.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PreprocessingConfig.Crop.Builder |
setLeftPixels(int value)
public PreprocessingConfig.Crop.Builder setLeftPixels(int value)
The number of pixels to crop from the left. The default is 0.
int32 left_pixels = 3;
Name | Description |
value | int The leftPixels to set. |
Type | Description |
PreprocessingConfig.Crop.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PreprocessingConfig.Crop.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PreprocessingConfig.Crop.Builder |
setRightPixels(int value)
public PreprocessingConfig.Crop.Builder setRightPixels(int value)
The number of pixels to crop from the right. The default is 0.
int32 right_pixels = 4;
Name | Description |
value | int The rightPixels to set. |
Type | Description |
PreprocessingConfig.Crop.Builder | This builder for chaining. |
setTopPixels(int value)
public PreprocessingConfig.Crop.Builder setTopPixels(int value)
The number of pixels to crop from the top. The default is 0.
int32 top_pixels = 1;
Name | Description |
value | int The topPixels to set. |
Type | Description |
PreprocessingConfig.Crop.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final PreprocessingConfig.Crop.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PreprocessingConfig.Crop.Builder |