public static final class BuiltInSimpleAction.AdditionalContent.Builder extends GeneratedMessageV3.Builder<BuiltInSimpleAction.AdditionalContent.Builder> implements BuiltInSimpleAction.AdditionalContentOrBuilderLong text from external source.
 Protobuf type 
 google.shopping.merchant.issueresolution.v1beta.BuiltInSimpleAction.AdditionalContent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BuiltInSimpleAction.AdditionalContent.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllParagraphs(Iterable<String> values)
public BuiltInSimpleAction.AdditionalContent.Builder addAllParagraphs(Iterable<String> values)Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The paragraphs to add. | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | This builder for chaining. | 
addParagraphs(String value)
public BuiltInSimpleAction.AdditionalContent.Builder addParagraphs(String value)Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe paragraphs to add. | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | This builder for chaining. | 
addParagraphsBytes(ByteString value)
public BuiltInSimpleAction.AdditionalContent.Builder addParagraphsBytes(ByteString value)Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the paragraphs to add. | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BuiltInSimpleAction.AdditionalContent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
build()
public BuiltInSimpleAction.AdditionalContent build()| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent | |
buildPartial()
public BuiltInSimpleAction.AdditionalContent buildPartial()| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent | |
clear()
public BuiltInSimpleAction.AdditionalContent.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
clearField(Descriptors.FieldDescriptor field)
public BuiltInSimpleAction.AdditionalContent.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public BuiltInSimpleAction.AdditionalContent.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
clearParagraphs()
public BuiltInSimpleAction.AdditionalContent.Builder clearParagraphs()Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | This builder for chaining. | 
clearTitle()
public BuiltInSimpleAction.AdditionalContent.Builder clearTitle()Title of the additional content;
 string title = 1;
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | This builder for chaining. | 
clone()
public BuiltInSimpleAction.AdditionalContent.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
getDefaultInstanceForType()
public BuiltInSimpleAction.AdditionalContent getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getParagraphs(int index)
public 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 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 int getParagraphsCount()Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Returns | |
|---|---|
| Type | Description | 
| int | The count of paragraphs. | 
getParagraphsList()
public ProtocolStringList getParagraphsList()Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the paragraphs. | 
getTitle()
public String getTitle()Title of the additional content;
 string title = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The title. | 
getTitleBytes()
public ByteString getTitleBytes()Title of the additional content;
 string title = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for title. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BuiltInSimpleAction.AdditionalContent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public BuiltInSimpleAction.AdditionalContent.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
mergeFrom(BuiltInSimpleAction.AdditionalContent other)
public BuiltInSimpleAction.AdditionalContent.Builder mergeFrom(BuiltInSimpleAction.AdditionalContent other)| Parameter | |
|---|---|
| Name | Description | 
| other | BuiltInSimpleAction.AdditionalContent | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BuiltInSimpleAction.AdditionalContent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public BuiltInSimpleAction.AdditionalContent.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
setParagraphs(int index, String value)
public BuiltInSimpleAction.AdditionalContent.Builder setParagraphs(int index, String value)Long text organized into paragraphs.
 repeated string paragraphs = 2;
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe paragraphs to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BuiltInSimpleAction.AdditionalContent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |
setTitle(String value)
public BuiltInSimpleAction.AdditionalContent.Builder setTitle(String value)Title of the additional content;
 string title = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe title to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | This builder for chaining. | 
setTitleBytes(ByteString value)
public BuiltInSimpleAction.AdditionalContent.Builder setTitleBytes(ByteString value)Title of the additional content;
 string title = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for title to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final BuiltInSimpleAction.AdditionalContent.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| BuiltInSimpleAction.AdditionalContent.Builder | |