Uses of Class
com.google.apps.card.v1.ImageComponent.Builder
Packages that use ImageComponent.Builder
-
Uses of ImageComponent.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ImageComponent.BuilderModifier and TypeMethodDescriptionImageComponent.Builder.clear()ImageComponent.Builder.clearAltText()The accessibility label for the image.ImageComponent.Builder.clearBorderStyle()The border style to apply to the image.ImageComponent.Builder.clearCropStyle()The crop style to apply to the image.ImageComponent.Builder.clearImageUri()The image URL.Grid.GridItem.Builder.getImageBuilder()The image that displays in the grid item.ImageComponent.Builder.mergeBorderStyle(BorderStyle value) The border style to apply to the image.ImageComponent.Builder.mergeCropStyle(ImageCropStyle value) The crop style to apply to the image.ImageComponent.Builder.mergeFrom(ImageComponent other) ImageComponent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageComponent.Builder.mergeFrom(com.google.protobuf.Message other) static ImageComponent.BuilderImageComponent.newBuilder()static ImageComponent.BuilderImageComponent.newBuilder(ImageComponent prototype) ImageComponent.newBuilderForType()protected ImageComponent.BuilderImageComponent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImageComponent.Builder.setAltText(String value) The accessibility label for the image.ImageComponent.Builder.setAltTextBytes(com.google.protobuf.ByteString value) The accessibility label for the image.ImageComponent.Builder.setBorderStyle(BorderStyle value) The border style to apply to the image.ImageComponent.Builder.setBorderStyle(BorderStyle.Builder builderForValue) The border style to apply to the image.ImageComponent.Builder.setCropStyle(ImageCropStyle value) The crop style to apply to the image.ImageComponent.Builder.setCropStyle(ImageCropStyle.Builder builderForValue) The crop style to apply to the image.ImageComponent.Builder.setImageUri(String value) The image URL.ImageComponent.Builder.setImageUriBytes(com.google.protobuf.ByteString value) The image URL.ImageComponent.toBuilder()Methods in com.google.apps.card.v1 with parameters of type ImageComponent.BuilderModifier and TypeMethodDescriptionGrid.GridItem.Builder.setImage(ImageComponent.Builder builderForValue) The image that displays in the grid item.