public static interface BuiltInSimpleAction.AdditionalContentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParagraphs(int index)
public abstract String getParagraphs(int index)Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The paragraphs at the given index. | 
getParagraphsBytes(int index)
public abstract ByteString getParagraphsBytes(int index)Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the paragraphs at the given index. | 
getParagraphsCount()
public abstract int getParagraphsCount()Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Returns | |
|---|---|
| Type | Description | 
| int | The count of paragraphs. | 
getParagraphsList()
public abstract List<String> getParagraphsList()Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the paragraphs. | 
getTitle()
public abstract String getTitle()Title of the additional content;
 string title = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The title. | 
getTitleBytes()
public abstract ByteString getTitleBytes()Title of the additional content;
 string title = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for title. |