Class Carousel.CarouselCard

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.apps.card.v1.Carousel.CarouselCard
All Implemented Interfaces:
Carousel.CarouselCardOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
Carousel

public static final class Carousel.CarouselCard extends com.google.protobuf.GeneratedMessageV3 implements Carousel.CarouselCardOrBuilder
 A card that can be displayed as a carousel item.
 [Google Chat apps](https://developers.google.com/workspace/chat):
 
Protobuf type google.apps.card.v1.Carousel.CarouselCard
See Also:
  • Field Details

    • WIDGETS_FIELD_NUMBER

      public static final int WIDGETS_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getWidgetsList

      public List<Card.NestedWidget> getWidgetsList()
       A list of widgets displayed in the carousel card. The widgets are
       displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;
      Specified by:
      getWidgetsList in interface Carousel.CarouselCardOrBuilder
    • getWidgetsOrBuilderList

      public List<? extends Card.NestedWidgetOrBuilder> getWidgetsOrBuilderList()
       A list of widgets displayed in the carousel card. The widgets are
       displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;
      Specified by:
      getWidgetsOrBuilderList in interface Carousel.CarouselCardOrBuilder
    • getWidgetsCount

      public int getWidgetsCount()
       A list of widgets displayed in the carousel card. The widgets are
       displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;
      Specified by:
      getWidgetsCount in interface Carousel.CarouselCardOrBuilder
    • getWidgets

      public Card.NestedWidget getWidgets(int index)
       A list of widgets displayed in the carousel card. The widgets are
       displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;
      Specified by:
      getWidgets in interface Carousel.CarouselCardOrBuilder
    • getWidgetsOrBuilder

      public Card.NestedWidgetOrBuilder getWidgetsOrBuilder(int index)
       A list of widgets displayed in the carousel card. The widgets are
       displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget widgets = 1;
      Specified by:
      getWidgetsOrBuilder in interface Carousel.CarouselCardOrBuilder
    • getFooterWidgetsList

      public List<Card.NestedWidget> getFooterWidgetsList()
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
      Specified by:
      getFooterWidgetsList in interface Carousel.CarouselCardOrBuilder
    • getFooterWidgetsOrBuilderList

      public List<? extends Card.NestedWidgetOrBuilder> getFooterWidgetsOrBuilderList()
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
      Specified by:
      getFooterWidgetsOrBuilderList in interface Carousel.CarouselCardOrBuilder
    • getFooterWidgetsCount

      public int getFooterWidgetsCount()
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
      Specified by:
      getFooterWidgetsCount in interface Carousel.CarouselCardOrBuilder
    • getFooterWidgets

      public Card.NestedWidget getFooterWidgets(int index)
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
      Specified by:
      getFooterWidgets in interface Carousel.CarouselCardOrBuilder
    • getFooterWidgetsOrBuilder

      public Card.NestedWidgetOrBuilder getFooterWidgetsOrBuilder(int index)
       A list of widgets displayed at the bottom of the carousel card. The
       widgets are displayed in the order that they are specified.
       
      repeated .google.apps.card.v1.Card.NestedWidget footer_widgets = 2;
      Specified by:
      getFooterWidgetsOrBuilder in interface Carousel.CarouselCardOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Carousel.CarouselCard parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Carousel.CarouselCard parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Carousel.CarouselCard parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Carousel.CarouselCard parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Carousel.CarouselCard.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Carousel.CarouselCard.Builder newBuilder()
    • newBuilder

      public static Carousel.CarouselCard.Builder newBuilder(Carousel.CarouselCard prototype)
    • toBuilder

      public Carousel.CarouselCard.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Carousel.CarouselCard.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Carousel.CarouselCard getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Carousel.CarouselCard> parser()
    • getParserForType

      public com.google.protobuf.Parser<Carousel.CarouselCard> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Carousel.CarouselCard getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder