Uses of Class
com.google.apps.card.v1.ImageCropStyle
Packages that use ImageCropStyle
-
Uses of ImageCropStyle in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ImageCropStyleModifier and TypeMethodDescriptionImageCropStyle.Builder.build()
ImageCropStyle.Builder.buildPartial()
ImageComponent.Builder.getCropStyle()
The crop style to apply to the image.ImageComponent.getCropStyle()
The crop style to apply to the image.ImageComponentOrBuilder.getCropStyle()
The crop style to apply to the image.static ImageCropStyle
ImageCropStyle.getDefaultInstance()
ImageCropStyle.Builder.getDefaultInstanceForType()
ImageCropStyle.getDefaultInstanceForType()
static ImageCropStyle
ImageCropStyle.parseDelimitedFrom
(InputStream input) static ImageCropStyle
ImageCropStyle.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ImageCropStyle
ImageCropStyle.parseFrom
(byte[] data) static ImageCropStyle
ImageCropStyle.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ImageCropStyle
ImageCropStyle.parseFrom
(com.google.protobuf.ByteString data) static ImageCropStyle
ImageCropStyle.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ImageCropStyle
ImageCropStyle.parseFrom
(com.google.protobuf.CodedInputStream input) static ImageCropStyle
ImageCropStyle.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ImageCropStyle
ImageCropStyle.parseFrom
(InputStream input) static ImageCropStyle
ImageCropStyle.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ImageCropStyle
ImageCropStyle.parseFrom
(ByteBuffer data) static ImageCropStyle
ImageCropStyle.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type ImageCropStyleModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ImageCropStyle> ImageCropStyle.getParserForType()
static com.google.protobuf.Parser
<ImageCropStyle> ImageCropStyle.parser()
Methods in com.google.apps.card.v1 with parameters of type ImageCropStyleModifier and TypeMethodDescriptionImageComponent.Builder.mergeCropStyle
(ImageCropStyle value) The crop style to apply to the image.ImageCropStyle.Builder.mergeFrom
(ImageCropStyle other) static ImageCropStyle.Builder
ImageCropStyle.newBuilder
(ImageCropStyle prototype) ImageComponent.Builder.setCropStyle
(ImageCropStyle value) The crop style to apply to the image.