final case class ImageComponent(imageUri: String = "", altText: String = "", cropStyle: Option[ImageCropStyle] = _root_.scala.None, borderStyle: Option[BorderStyle] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ImageComponent] with Product with Serializable
Represents an image.
[Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):
- imageUri
The image URL.
- altText
The accessibility label for the image.
- cropStyle
The crop style to apply to the image.
- borderStyle
The border style to apply to the image.
- Annotations
- @SerialVersionUID()
- Source
- ImageComponent.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImageComponent
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ImageComponent(imageUri: String = "", altText: String = "", cropStyle: Option[ImageCropStyle] = _root_.scala.None, borderStyle: Option[BorderStyle] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- imageUri
The image URL.
- altText
The accessibility label for the image.
- cropStyle
The crop style to apply to the image.
- borderStyle
The border style to apply to the image.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val altText: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val borderStyle: Option[BorderStyle]
- def clearBorderStyle: ImageComponent
- def clearCropStyle: ImageComponent
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def companion: ImageComponent.type
- Definition Classes
- ImageComponent → GeneratedMessage
- val cropStyle: Option[ImageCropStyle]
- def discardUnknownFields: ImageComponent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getBorderStyle: BorderStyle
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getCropStyle: ImageCropStyle
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ImageComponent → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ImageComponent → GeneratedMessage
- val imageUri: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ImageComponent → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ImageComponent → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ImageComponent, ImageComponent]) => Mutation[ImageComponent]*): ImageComponent
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAltText(__v: String): ImageComponent
- def withBorderStyle(__v: BorderStyle): ImageComponent
- def withCropStyle(__v: ImageCropStyle): ImageComponent
- def withImageUri(__v: String): ImageComponent
- def withUnknownFields(__v: UnknownFieldSet): ImageComponent
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ImageComponent → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage