- 2.65.1 (latest)
- 2.65.0
- 2.64.1
- 2.63.2
- 2.62.0
- 2.61.3
- 2.60.0
- 2.59.2
- 2.58.0
- 2.57.0
- 2.56.0
- 2.54.1
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.1
- 2.49.0
- 2.48.0
- 2.46.0
- 2.45.1
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.1
- 2.38.0
- 2.37.1
- 2.36.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.1
- 2.24.0
- 2.23.1
- 2.22.1
- 2.21.1
- 2.15.0
- 2.14.3
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.6
- 2.8.4
- 2.7.4
public static final class Card.NestedWidget.Builder extends GeneratedMessage.Builder<Card.NestedWidget.Builder> implements Card.NestedWidgetOrBuilder A list of widgets that can be displayed in a containing layout, such
as a CarouselCard.
Google Chat apps:
Protobuf type google.apps.card.v1.Card.NestedWidget
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Card.NestedWidget.BuilderImplements
Card.NestedWidgetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Card.NestedWidget build()| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget |
|
buildPartial()
public Card.NestedWidget buildPartial()| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget |
|
clear()
public Card.NestedWidget.Builder clear()| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
clearButtonList()
public Card.NestedWidget.Builder clearButtonList()A button list widget.
.google.apps.card.v1.ButtonList button_list = 3;
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
clearData()
public Card.NestedWidget.Builder clearData()| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
clearImage()
public Card.NestedWidget.Builder clearImage()An image widget.
.google.apps.card.v1.Image image = 10;
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
clearTextParagraph()
public Card.NestedWidget.Builder clearTextParagraph()A text paragraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
getButtonList()
public ButtonList getButtonList()A button list widget.
.google.apps.card.v1.ButtonList button_list = 3;
| Returns | |
|---|---|
| Type | Description |
ButtonList |
The buttonList. |
getButtonListBuilder()
public ButtonList.Builder getButtonListBuilder()A button list widget.
.google.apps.card.v1.ButtonList button_list = 3;
| Returns | |
|---|---|
| Type | Description |
ButtonList.Builder |
|
getButtonListOrBuilder()
public ButtonListOrBuilder getButtonListOrBuilder()A button list widget.
.google.apps.card.v1.ButtonList button_list = 3;
| Returns | |
|---|---|
| Type | Description |
ButtonListOrBuilder |
|
getDataCase()
public Card.NestedWidget.DataCase getDataCase()| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.DataCase |
|
getDefaultInstanceForType()
public Card.NestedWidget getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getImage()
public Image getImage()An image widget.
.google.apps.card.v1.Image image = 10;
| Returns | |
|---|---|
| Type | Description |
Image |
The image. |
getImageBuilder()
public Image.Builder getImageBuilder()An image widget.
.google.apps.card.v1.Image image = 10;
| Returns | |
|---|---|
| Type | Description |
Image.Builder |
|
getImageOrBuilder()
public ImageOrBuilder getImageOrBuilder()An image widget.
.google.apps.card.v1.Image image = 10;
| Returns | |
|---|---|
| Type | Description |
ImageOrBuilder |
|
getTextParagraph()
public TextParagraph getTextParagraph()A text paragraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Returns | |
|---|---|
| Type | Description |
TextParagraph |
The textParagraph. |
getTextParagraphBuilder()
public TextParagraph.Builder getTextParagraphBuilder()A text paragraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Returns | |
|---|---|
| Type | Description |
TextParagraph.Builder |
|
getTextParagraphOrBuilder()
public TextParagraphOrBuilder getTextParagraphOrBuilder()A text paragraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Returns | |
|---|---|
| Type | Description |
TextParagraphOrBuilder |
|
hasButtonList()
public boolean hasButtonList()A button list widget.
.google.apps.card.v1.ButtonList button_list = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the buttonList field is set. |
hasImage()
public boolean hasImage()An image widget.
.google.apps.card.v1.Image image = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the image field is set. |
hasTextParagraph()
public boolean hasTextParagraph()A text paragraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the textParagraph field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeButtonList(ButtonList value)
public Card.NestedWidget.Builder mergeButtonList(ButtonList value)A button list widget.
.google.apps.card.v1.ButtonList button_list = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ButtonList |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
mergeFrom(Card.NestedWidget other)
public Card.NestedWidget.Builder mergeFrom(Card.NestedWidget other)| Parameter | |
|---|---|
| Name | Description |
other |
Card.NestedWidget |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Card.NestedWidget.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Card.NestedWidget.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
mergeImage(Image value)
public Card.NestedWidget.Builder mergeImage(Image value)An image widget.
.google.apps.card.v1.Image image = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
Image |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
mergeTextParagraph(TextParagraph value)
public Card.NestedWidget.Builder mergeTextParagraph(TextParagraph value)A text paragraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
TextParagraph |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
setButtonList(ButtonList value)
public Card.NestedWidget.Builder setButtonList(ButtonList value)A button list widget.
.google.apps.card.v1.ButtonList button_list = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ButtonList |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
setButtonList(ButtonList.Builder builderForValue)
public Card.NestedWidget.Builder setButtonList(ButtonList.Builder builderForValue)A button list widget.
.google.apps.card.v1.ButtonList button_list = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ButtonList.Builder |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
setImage(Image value)
public Card.NestedWidget.Builder setImage(Image value)An image widget.
.google.apps.card.v1.Image image = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
Image |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
setImage(Image.Builder builderForValue)
public Card.NestedWidget.Builder setImage(Image.Builder builderForValue)An image widget.
.google.apps.card.v1.Image image = 10;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Image.Builder |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
setTextParagraph(TextParagraph value)
public Card.NestedWidget.Builder setTextParagraph(TextParagraph value)A text paragraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
TextParagraph |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|
setTextParagraph(TextParagraph.Builder builderForValue)
public Card.NestedWidget.Builder setTextParagraph(TextParagraph.Builder builderForValue)A text paragraph widget.
.google.apps.card.v1.TextParagraph text_paragraph = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TextParagraph.Builder |
| Returns | |
|---|---|
| Type | Description |
Card.NestedWidget.Builder |
|