Uses of Class
com.google.apps.card.v1.Card.Section
-
Packages that use Card.Section Package Description com.google.apps.card.v1 -
-
Uses of Card.Section in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.Section Modifier and Type Method Description Card.SectionCard.Section.Builder. build()Card.SectionCard.Section.Builder. buildPartial()static Card.SectionCard.Section. getDefaultInstance()Card.SectionCard.Section.Builder. getDefaultInstanceForType()Card.SectionCard.Section. getDefaultInstanceForType()Card.SectionCard.Builder. getSections(int index)Contains a collection of widgets.Card.SectionCard. getSections(int index)Contains a collection of widgets.Card.SectionCardOrBuilder. getSections(int index)Contains a collection of widgets.static Card.SectionCard.Section. parseDelimitedFrom(java.io.InputStream input)static Card.SectionCard.Section. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.SectionCard.Section. parseFrom(byte[] data)static Card.SectionCard.Section. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.SectionCard.Section. parseFrom(com.google.protobuf.ByteString data)static Card.SectionCard.Section. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.SectionCard.Section. parseFrom(com.google.protobuf.CodedInputStream input)static Card.SectionCard.Section. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.SectionCard.Section. parseFrom(java.io.InputStream input)static Card.SectionCard.Section. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Card.SectionCard.Section. parseFrom(java.nio.ByteBuffer data)static Card.SectionCard.Section. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.apps.card.v1 that return types with arguments of type Card.Section Modifier and Type Method Description com.google.protobuf.Parser<Card.Section>Card.Section. getParserForType()java.util.List<Card.Section>Card.Builder. getSectionsList()Contains a collection of widgets.java.util.List<Card.Section>Card. getSectionsList()Contains a collection of widgets.java.util.List<Card.Section>CardOrBuilder. getSectionsList()Contains a collection of widgets.static com.google.protobuf.Parser<Card.Section>Card.Section. parser()Methods in com.google.apps.card.v1 with parameters of type Card.Section Modifier and Type Method Description Card.BuilderCard.Builder. addSections(int index, Card.Section value)Contains a collection of widgets.Card.BuilderCard.Builder. addSections(Card.Section value)Contains a collection of widgets.Card.Section.BuilderCard.Section.Builder. mergeFrom(Card.Section other)static Card.Section.BuilderCard.Section. newBuilder(Card.Section prototype)Card.BuilderCard.Builder. setSections(int index, Card.Section value)Contains a collection of widgets.Method parameters in com.google.apps.card.v1 with type arguments of type Card.Section Modifier and Type Method Description Card.BuilderCard.Builder. addAllSections(java.lang.Iterable<? extends Card.Section> values)Contains a collection of widgets.
-