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
Subclasses with type arguments of type ImageCropStyle.ImageCropType in com.google.apps.card.v1Modifier and TypeClassDescriptionstatic enumRepresents the crop style applied to an image.Methods in com.google.apps.card.v1 that return ImageCropStyle.ImageCropTypeModifier and TypeMethodDescriptionstatic ImageCropStyle.ImageCropTypeImageCropStyle.ImageCropType.forNumber(int value) ImageCropStyle.Builder.getType()The crop type.ImageCropStyle.getType()The crop type.ImageCropStyleOrBuilder.getType()The crop type.static ImageCropStyle.ImageCropTypeImageCropStyle.ImageCropType.valueOf(int value) Deprecated.static ImageCropStyle.ImageCropTypeImageCropStyle.ImageCropType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ImageCropStyle.ImageCropTypeReturns 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.