Uses of Enum
com.google.apps.card.v1.ImageCropStyle.ImageCropType
Packages that use ImageCropStyle.ImageCropType
-
Uses of ImageCropStyle.ImageCropType in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ImageCropStyle.ImageCropTypeModifier and TypeMethodDescriptionstatic ImageCropStyle.ImageCropType
ImageCropStyle.ImageCropType.forNumber
(int value) ImageCropStyle.Builder.getType()
The crop type.ImageCropStyle.getType()
The crop type.ImageCropStyleOrBuilder.getType()
The crop type.static ImageCropStyle.ImageCropType
ImageCropStyle.ImageCropType.valueOf
(int value) Deprecated.static ImageCropStyle.ImageCropType
ImageCropStyle.ImageCropType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ImageCropStyle.ImageCropType
Returns the enum constant of this type with the specified name.static ImageCropStyle.ImageCropType[]
ImageCropStyle.ImageCropType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type ImageCropStyle.ImageCropTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<ImageCropStyle.ImageCropType> ImageCropStyle.ImageCropType.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type ImageCropStyle.ImageCropTypeModifier and TypeMethodDescriptionImageCropStyle.Builder.setType
(ImageCropStyle.ImageCropType value) The crop type.