c

com.google.apps.card.v1

CollapseControl

final class CollapseControl extends GeneratedMessageV3 with CollapseControlOrBuilder

Represent an expand and collapse control.

[Google Workspace add-ons and Chat
apps](https://developers.google.com/workspace/extend):

Protobuf type google.apps.card.v1.CollapseControl

Source
CollapseControl.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollapseControl
  2. CollapseControlOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    CollapseControl → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  9. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getCollapseButton(): Button

    Optional. Define a customizable button to collapse the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    Optional. Define a customizable button to collapse the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    .google.apps.card.v1.Button collapse_button = 3;

    returns

    The collapseButton.

    Definition Classes
    CollapseControlCollapseControlOrBuilder
    Annotations
    @Override()
  12. def getCollapseButtonOrBuilder(): ButtonOrBuilder

    Optional. Define a customizable button to collapse the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    Optional. Define a customizable button to collapse the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    .google.apps.card.v1.Button collapse_button = 3;

    Definition Classes
    CollapseControlCollapseControlOrBuilder
    Annotations
    @Override()
  13. def getDefaultInstanceForType(): CollapseControl
    Definition Classes
    CollapseControl → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  14. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  15. def getExpandButton(): Button

    Optional. Define a customizable button to expand the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    Optional. Define a customizable button to expand the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    .google.apps.card.v1.Button expand_button = 2;

    returns

    The expandButton.

    Definition Classes
    CollapseControlCollapseControlOrBuilder
    Annotations
    @Override()
  16. def getExpandButtonOrBuilder(): ButtonOrBuilder

    Optional. Define a customizable button to expand the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    Optional. Define a customizable button to expand the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    .google.apps.card.v1.Button expand_button = 2;

    Definition Classes
    CollapseControlCollapseControlOrBuilder
    Annotations
    @Override()
  17. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  18. def getHorizontalAlignment(): HorizontalAlignment

    The horizontal alignment of the expand and collapse button.
    

    The horizontal alignment of the expand and collapse button.
    

    .google.apps.card.v1.Widget.HorizontalAlignment horizontal_alignment = 1;

    returns

    The horizontalAlignment.

    Definition Classes
    CollapseControlCollapseControlOrBuilder
    Annotations
    @Override()
  19. def getHorizontalAlignmentValue(): Int

    The horizontal alignment of the expand and collapse button.
    

    The horizontal alignment of the expand and collapse button.
    

    .google.apps.card.v1.Widget.HorizontalAlignment horizontal_alignment = 1;

    returns

    The enum numeric value on the wire for horizontalAlignment.

    Definition Classes
    CollapseControlCollapseControlOrBuilder
    Annotations
    @Override()
  20. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  21. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  22. def getParserForType(): Parser[CollapseControl]
    Definition Classes
    CollapseControl → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  23. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  24. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  25. def getSerializedSize(): Int
    Definition Classes
    CollapseControl → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  26. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  27. def hasCollapseButton(): Boolean

    Optional. Define a customizable button to collapse the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    Optional. Define a customizable button to collapse the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    .google.apps.card.v1.Button collapse_button = 3;

    returns

    Whether the collapseButton field is set.

    Definition Classes
    CollapseControlCollapseControlOrBuilder
    Annotations
    @Override()
  28. def hasExpandButton(): Boolean

    Optional. Define a customizable button to expand the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    Optional. Define a customizable button to expand the section.
    Both expand_button and collapse_button field must be set. Only one
    field set will not take into effect.
    If this field isn't set, the default button is used.
    

    .google.apps.card.v1.Button expand_button = 2;

    returns

    Whether the expandButton field is set.

    Definition Classes
    CollapseControlCollapseControlOrBuilder
    Annotations
    @Override()
  29. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  30. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  31. def hashCode(): Int
    Definition Classes
    CollapseControl → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  32. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1]
    Definition Classes
    CollapseControl → GeneratedMessageV3
    Annotations
    @Override()
  33. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  34. final def isInitialized(): Boolean
    Definition Classes
    CollapseControl → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def makeExtensionsImmutable(): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1]
    Definition Classes
    CollapseControl → GeneratedMessageV3
    Annotations
    @Override()
  39. def newBuilderForType(): Builder
    Definition Classes
    CollapseControl → Message → MessageLite
    Annotations
    @Override()
  40. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  41. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1]
    Definition Classes
    CollapseControl → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  45. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toBuilder(): Builder
    Definition Classes
    CollapseControl → Message → MessageLite
    Annotations
    @Override()
  48. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  49. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  50. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  55. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  56. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    CollapseControl → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  57. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
    Deprecated

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped