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.Section
Card.Section.Builder. build()
Card.Section
Card.Section.Builder. buildPartial()
static Card.Section
Card.Section. getDefaultInstance()
Card.Section
Card.Section.Builder. getDefaultInstanceForType()
Card.Section
Card.Section. getDefaultInstanceForType()
Card.Section
Card.Builder. getSections(int index)
Contains a collection of widgets.Card.Section
Card. getSections(int index)
Contains a collection of widgets.Card.Section
CardOrBuilder. getSections(int index)
Contains a collection of widgets.static Card.Section
Card.Section. parseDelimitedFrom(java.io.InputStream input)
static Card.Section
Card.Section. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card.Section
Card.Section. parseFrom(byte[] data)
static Card.Section
Card.Section. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card.Section
Card.Section. parseFrom(com.google.protobuf.ByteString data)
static Card.Section
Card.Section. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card.Section
Card.Section. parseFrom(com.google.protobuf.CodedInputStream input)
static Card.Section
Card.Section. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card.Section
Card.Section. parseFrom(java.io.InputStream input)
static Card.Section
Card.Section. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Card.Section
Card.Section. parseFrom(java.nio.ByteBuffer data)
static Card.Section
Card.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.Builder
Card.Builder. addSections(int index, Card.Section value)
Contains a collection of widgets.Card.Builder
Card.Builder. addSections(Card.Section value)
Contains a collection of widgets.Card.Section.Builder
Card.Section.Builder. mergeFrom(Card.Section other)
static Card.Section.Builder
Card.Section. newBuilder(Card.Section prototype)
Card.Builder
Card.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.Builder
Card.Builder. addAllSections(java.lang.Iterable<? extends Card.Section> values)
Contains a collection of widgets.
-