Class ImagesServicePb.Transform (2.0.0)

public static final class ImagesServicePb.Transform extends GeneratedMessageV3 implements ImagesServicePb.TransformOrBuilder

Inheritance

Object > com.google.protobuf.AbstractMessageLite > com.google.protobuf.AbstractMessage > com.google.protobuf.GeneratedMessageV3 > ImagesServicePb.Transform

Static Fields

ALLOW_STRETCH_FIELD_NUMBER

public static final int ALLOW_STRETCH_FIELD_NUMBER
Field Value
Type Description
int

AUTOLEVELS_FIELD_NUMBER

public static final int AUTOLEVELS_FIELD_NUMBER
Field Value
Type Description
int

CROP_BOTTOM_Y_FIELD_NUMBER

public static final int CROP_BOTTOM_Y_FIELD_NUMBER
Field Value
Type Description
int

CROP_LEFT_X_FIELD_NUMBER

public static final int CROP_LEFT_X_FIELD_NUMBER
Field Value
Type Description
int

CROP_OFFSET_X_FIELD_NUMBER

public static final int CROP_OFFSET_X_FIELD_NUMBER
Field Value
Type Description
int

CROP_OFFSET_Y_FIELD_NUMBER

public static final int CROP_OFFSET_Y_FIELD_NUMBER
Field Value
Type Description
int

CROP_RIGHT_X_FIELD_NUMBER

public static final int CROP_RIGHT_X_FIELD_NUMBER
Field Value
Type Description
int

CROP_TOP_Y_FIELD_NUMBER

public static final int CROP_TOP_Y_FIELD_NUMBER
Field Value
Type Description
int

CROP_TO_FIT_FIELD_NUMBER

public static final int CROP_TO_FIT_FIELD_NUMBER
Field Value
Type Description
int

DEPRECATED_CROP_BOTTOM_Y_SET_FIELD_NUMBER

public static final int DEPRECATED_CROP_BOTTOM_Y_SET_FIELD_NUMBER
Field Value
Type Description
int

DEPRECATED_CROP_OFFSET_X_SET_FIELD_NUMBER

public static final int DEPRECATED_CROP_OFFSET_X_SET_FIELD_NUMBER
Field Value
Type Description
int

DEPRECATED_CROP_OFFSET_Y_SET_FIELD_NUMBER

public static final int DEPRECATED_CROP_OFFSET_Y_SET_FIELD_NUMBER
Field Value
Type Description
int

DEPRECATED_CROP_RIGHT_X_SET_FIELD_NUMBER

public static final int DEPRECATED_CROP_RIGHT_X_SET_FIELD_NUMBER
Field Value
Type Description
int

DEPRECATED_HEIGHT_SET_FIELD_NUMBER

public static final int DEPRECATED_HEIGHT_SET_FIELD_NUMBER
Field Value
Type Description
int

DEPRECATED_WIDTH_SET_FIELD_NUMBER

public static final int DEPRECATED_WIDTH_SET_FIELD_NUMBER
Field Value
Type Description
int

HEIGHT_FIELD_NUMBER

public static final int HEIGHT_FIELD_NUMBER
Field Value
Type Description
int

HORIZONTAL_FLIP_FIELD_NUMBER

public static final int HORIZONTAL_FLIP_FIELD_NUMBER
Field Value
Type Description
int

PARSER

public static final Parser<ImagesServicePb.Transform> PARSER
Field Value
Type Description
com.google.protobuf.Parser<Transform>

ROTATE_FIELD_NUMBER

public static final int ROTATE_FIELD_NUMBER
Field Value
Type Description
int

VERTICAL_FLIP_FIELD_NUMBER

public static final int VERTICAL_FLIP_FIELD_NUMBER
Field Value
Type Description
int

WIDTH_FIELD_NUMBER

public static final int WIDTH_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ImagesServicePb.Transform getDefaultInstance()
Returns
Type Description
ImagesServicePb.Transform

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
com.google.protobuf.Descriptors.Descriptor

newBuilder()

public static ImagesServicePb.Transform.Builder newBuilder()
Returns
Type Description
Builder

newBuilder(ImagesServicePb.Transform arg0)

public static ImagesServicePb.Transform.Builder newBuilder(ImagesServicePb.Transform arg0)
Parameter
Name Description
arg0 ImagesServicePb.Transform
Returns
Type Description
Builder

parseDelimitedFrom(InputStream arg0)

public static ImagesServicePb.Transform parseDelimitedFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.Transform parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
IOException

parseFrom(byte[] arg0)

public static ImagesServicePb.Transform parseFrom(byte[] arg0)
Parameter
Name Description
arg0 byte[]
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(byte[] arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.Transform parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 byte[]
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0)

public static ImagesServicePb.Transform parseFrom(ByteString arg0)
Parameter
Name Description
arg0 com.google.protobuf.ByteString
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.Transform parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.ByteString
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(CodedInputStream arg0)

public static ImagesServicePb.Transform parseFrom(CodedInputStream arg0)
Parameter
Name Description
arg0 com.google.protobuf.CodedInputStream
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
IOException

parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.Transform parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.CodedInputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
IOException

parseFrom(InputStream arg0)

public static ImagesServicePb.Transform parseFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
IOException

parseFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.Transform parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
IOException

parseFrom(ByteBuffer arg0)

public static ImagesServicePb.Transform parseFrom(ByteBuffer arg0)
Parameter
Name Description
arg0 ByteBuffer
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.Transform parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 ByteBuffer
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.Transform
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parser()

public static Parser<ImagesServicePb.Transform> parser()
Returns
Type Description
com.google.protobuf.Parser<Transform>

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
Name Description
arg0 Object
Returns
Type Description
boolean
Overrides
com.google.protobuf.AbstractMessage.equals(java.lang.Object)

getAllowStretch()

public boolean getAllowStretch()
Returns
Type Description
boolean

getAutolevels()

public boolean getAutolevels()
Returns
Type Description
boolean

getCropBottomY()

public float getCropBottomY()
Returns
Type Description
float

getCropLeftX()

public float getCropLeftX()
Returns
Type Description
float

getCropOffsetX()

public float getCropOffsetX()
Returns
Type Description
float

getCropOffsetY()

public float getCropOffsetY()
Returns
Type Description
float

getCropRightX()

public float getCropRightX()
Returns
Type Description
float

getCropToFit()

public boolean getCropToFit()
Returns
Type Description
boolean

getCropTopY()

public float getCropTopY()
Returns
Type Description
float

getDefaultInstanceForType()

public ImagesServicePb.Transform getDefaultInstanceForType()
Returns
Type Description
ImagesServicePb.Transform

getDeprecatedCropBottomYSet()

public boolean getDeprecatedCropBottomYSet()
Returns
Type Description
boolean

getDeprecatedCropOffsetXSet()

public boolean getDeprecatedCropOffsetXSet()
Returns
Type Description
boolean

getDeprecatedCropOffsetYSet()

public boolean getDeprecatedCropOffsetYSet()
Returns
Type Description
boolean

getDeprecatedCropRightXSet()

public boolean getDeprecatedCropRightXSet()
Returns
Type Description
boolean

getDeprecatedHeightSet()

public boolean getDeprecatedHeightSet()
Returns
Type Description
boolean

getDeprecatedWidthSet()

public boolean getDeprecatedWidthSet()
Returns
Type Description
boolean

getHeight()

public int getHeight()
Returns
Type Description
int

getHorizontalFlip()

public boolean getHorizontalFlip()
Returns
Type Description
boolean

getParserForType()

public Parser<ImagesServicePb.Transform> getParserForType()
Returns
Type Description
com.google.protobuf.Parser<Transform>
Overrides
com.google.protobuf.GeneratedMessageV3.getParserForType()

getRotate()

public int getRotate()
Returns
Type Description
int

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides
com.google.protobuf.GeneratedMessageV3.getSerializedSize()

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
com.google.protobuf.UnknownFieldSet
Overrides
com.google.protobuf.GeneratedMessageV3.getUnknownFields()

getVerticalFlip()

public boolean getVerticalFlip()
Returns
Type Description
boolean

getWidth()

public int getWidth()
Returns
Type Description
int

hasAllowStretch()

public boolean hasAllowStretch()
Returns
Type Description
boolean

hasAutolevels()

public boolean hasAutolevels()
Returns
Type Description
boolean

hasCropBottomY()

public boolean hasCropBottomY()
Returns
Type Description
boolean

hasCropLeftX()

public boolean hasCropLeftX()
Returns
Type Description
boolean

hasCropOffsetX()

public boolean hasCropOffsetX()
Returns
Type Description
boolean

hasCropOffsetY()

public boolean hasCropOffsetY()
Returns
Type Description
boolean

hasCropRightX()

public boolean hasCropRightX()
Returns
Type Description
boolean

hasCropToFit()

public boolean hasCropToFit()
Returns
Type Description
boolean

hasCropTopY()

public boolean hasCropTopY()
Returns
Type Description
boolean

hasDeprecatedCropBottomYSet()

public boolean hasDeprecatedCropBottomYSet()
Returns
Type Description
boolean

hasDeprecatedCropOffsetXSet()

public boolean hasDeprecatedCropOffsetXSet()
Returns
Type Description
boolean

hasDeprecatedCropOffsetYSet()

public boolean hasDeprecatedCropOffsetYSet()
Returns
Type Description
boolean

hasDeprecatedCropRightXSet()

public boolean hasDeprecatedCropRightXSet()
Returns
Type Description
boolean

hasDeprecatedHeightSet()

public boolean hasDeprecatedHeightSet()
Returns
Type Description
boolean

hasDeprecatedWidthSet()

public boolean hasDeprecatedWidthSet()
Returns
Type Description
boolean

hasHeight()

public boolean hasHeight()
Returns
Type Description
boolean

hasHorizontalFlip()

public boolean hasHorizontalFlip()
Returns
Type Description
boolean

hasRotate()

public boolean hasRotate()
Returns
Type Description
boolean

hasVerticalFlip()

public boolean hasVerticalFlip()
Returns
Type Description
boolean

hasWidth()

public boolean hasWidth()
Returns
Type Description
boolean

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides
com.google.protobuf.AbstractMessage.hashCode()

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
com.google.protobuf.GeneratedMessageV3.isInitialized()

newBuilderForType()

public ImagesServicePb.Transform.Builder newBuilderForType()
Returns
Type Description
Builder

newBuilderForType(GeneratedMessageV3.BuilderParent arg0)

protected ImagesServicePb.Transform.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter
Name Description
arg0 com.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
Type Description
Builder
Overrides
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)

newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter
Name Description
arg0 com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Returns
Type Description
Object
Overrides
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)

toBuilder()

public ImagesServicePb.Transform.Builder toBuilder()
Returns
Type Description
Builder

writeTo(CodedOutputStream arg0)

public void writeTo(CodedOutputStream arg0)
Parameter
Name Description
arg0 com.google.protobuf.CodedOutputStream
Overrides
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions
Type Description
IOException