Uses of Class
com.google.apps.card.v1.Grid.GridItem.Builder
Packages that use Grid.GridItem.Builder
-
Uses of Grid.GridItem.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Grid.GridItem.BuilderModifier and TypeMethodDescriptionGrid.Builder.addItemsBuilder()
The items to display in the grid.Grid.Builder.addItemsBuilder
(int index) The items to display in the grid.Grid.GridItem.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Grid.GridItem.Builder.clear()
Grid.GridItem.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Grid.GridItem.Builder.clearId()
A user-specified identifier for this grid item.Grid.GridItem.Builder.clearImage()
The image that displays in the grid item.Grid.GridItem.Builder.clearLayout()
The layout to use for the grid item.Grid.GridItem.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Grid.GridItem.Builder.clearSubtitle()
The grid item's subtitle.Grid.GridItem.Builder.clearTitle()
The grid item's title.Grid.GridItem.Builder.clone()
Grid.Builder.getItemsBuilder
(int index) The items to display in the grid.Grid.GridItem.Builder.mergeFrom
(Grid.GridItem other) Grid.GridItem.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Grid.GridItem.Builder.mergeFrom
(com.google.protobuf.Message other) Grid.GridItem.Builder.mergeImage
(ImageComponent value) The image that displays in the grid item.final Grid.GridItem.Builder
Grid.GridItem.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Grid.GridItem.Builder
Grid.GridItem.newBuilder()
static Grid.GridItem.Builder
Grid.GridItem.newBuilder
(Grid.GridItem prototype) Grid.GridItem.newBuilderForType()
protected Grid.GridItem.Builder
Grid.GridItem.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) A user-specified identifier for this grid item.Grid.GridItem.Builder.setIdBytes
(com.google.protobuf.ByteString value) A user-specified identifier for this grid item.Grid.GridItem.Builder.setImage
(ImageComponent value) The image that displays in the grid item.Grid.GridItem.Builder.setImage
(ImageComponent.Builder builderForValue) The image that displays in the grid item.Grid.GridItem.Builder.setLayout
(Grid.GridItem.GridItemLayout value) The layout to use for the grid item.Grid.GridItem.Builder.setLayoutValue
(int value) The layout to use for the grid item.Grid.GridItem.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Grid.GridItem.Builder.setSubtitle
(String value) The grid item's subtitle.Grid.GridItem.Builder.setSubtitleBytes
(com.google.protobuf.ByteString value) The grid item's subtitle.The grid item's title.Grid.GridItem.Builder.setTitleBytes
(com.google.protobuf.ByteString value) The grid item's title.final Grid.GridItem.Builder
Grid.GridItem.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Grid.GridItem.toBuilder()
Methods in com.google.apps.card.v1 that return types with arguments of type Grid.GridItem.BuilderModifier and TypeMethodDescriptionGrid.Builder.getItemsBuilderList()
The items to display in the grid.Methods in com.google.apps.card.v1 with parameters of type Grid.GridItem.BuilderModifier and TypeMethodDescriptionGrid.Builder.addItems
(int index, Grid.GridItem.Builder builderForValue) The items to display in the grid.Grid.Builder.addItems
(Grid.GridItem.Builder builderForValue) The items to display in the grid.Grid.Builder.setItems
(int index, Grid.GridItem.Builder builderForValue) The items to display in the grid.