Class RenderProductIssuesResponse.Builder (1.16.0)

public static final class RenderProductIssuesResponse.Builder extends GeneratedMessage.Builder<RenderProductIssuesResponse.Builder> implements RenderProductIssuesResponseOrBuilder

Response containing an issue resolution content and actions for listed product issues.

Protobuf type google.shopping.merchant.issueresolution.v1.RenderProductIssuesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllRenderedIssues(Iterable<? extends RenderedIssue> values)

public RenderProductIssuesResponse.Builder addAllRenderedIssues(Iterable<? extends RenderedIssue> values)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameter
Name Description
values Iterable<? extends com.google.shopping.merchant.issueresolution.v1.RenderedIssue>
Returns
Type Description
RenderProductIssuesResponse.Builder

addRenderedIssues(RenderedIssue value)

public RenderProductIssuesResponse.Builder addRenderedIssues(RenderedIssue value)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameter
Name Description
value RenderedIssue
Returns
Type Description
RenderProductIssuesResponse.Builder

addRenderedIssues(RenderedIssue.Builder builderForValue)

public RenderProductIssuesResponse.Builder addRenderedIssues(RenderedIssue.Builder builderForValue)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameter
Name Description
builderForValue RenderedIssue.Builder
Returns
Type Description
RenderProductIssuesResponse.Builder

addRenderedIssues(int index, RenderedIssue value)

public RenderProductIssuesResponse.Builder addRenderedIssues(int index, RenderedIssue value)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameters
Name Description
index int
value RenderedIssue
Returns
Type Description
RenderProductIssuesResponse.Builder

addRenderedIssues(int index, RenderedIssue.Builder builderForValue)

public RenderProductIssuesResponse.Builder addRenderedIssues(int index, RenderedIssue.Builder builderForValue)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameters
Name Description
index int
builderForValue RenderedIssue.Builder
Returns
Type Description
RenderProductIssuesResponse.Builder

addRenderedIssuesBuilder()

public RenderedIssue.Builder addRenderedIssuesBuilder()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Returns
Type Description
RenderedIssue.Builder

addRenderedIssuesBuilder(int index)

public RenderedIssue.Builder addRenderedIssuesBuilder(int index)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameter
Name Description
index int
Returns
Type Description
RenderedIssue.Builder

build()

public RenderProductIssuesResponse build()
Returns
Type Description
RenderProductIssuesResponse

buildPartial()

public RenderProductIssuesResponse buildPartial()
Returns
Type Description
RenderProductIssuesResponse

clear()

public RenderProductIssuesResponse.Builder clear()
Returns
Type Description
RenderProductIssuesResponse.Builder
Overrides

clearRenderedIssues()

public RenderProductIssuesResponse.Builder clearRenderedIssues()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Returns
Type Description
RenderProductIssuesResponse.Builder

getDefaultInstanceForType()

public RenderProductIssuesResponse getDefaultInstanceForType()
Returns
Type Description
RenderProductIssuesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getRenderedIssues(int index)

public RenderedIssue getRenderedIssues(int index)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameter
Name Description
index int
Returns
Type Description
RenderedIssue

getRenderedIssuesBuilder(int index)

public RenderedIssue.Builder getRenderedIssuesBuilder(int index)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameter
Name Description
index int
Returns
Type Description
RenderedIssue.Builder

getRenderedIssuesBuilderList()

public List<RenderedIssue.Builder> getRenderedIssuesBuilderList()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Returns
Type Description
List<Builder>

getRenderedIssuesCount()

public int getRenderedIssuesCount()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Returns
Type Description
int

getRenderedIssuesList()

public List<RenderedIssue> getRenderedIssuesList()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Returns
Type Description
List<RenderedIssue>

getRenderedIssuesOrBuilder(int index)

public RenderedIssueOrBuilder getRenderedIssuesOrBuilder(int index)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameter
Name Description
index int
Returns
Type Description
RenderedIssueOrBuilder

getRenderedIssuesOrBuilderList()

public List<? extends RenderedIssueOrBuilder> getRenderedIssuesOrBuilderList()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.issueresolution.v1.RenderedIssueOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RenderProductIssuesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RenderProductIssuesResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RenderProductIssuesResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RenderProductIssuesResponse.Builder
Overrides

mergeFrom(RenderProductIssuesResponse other)

public RenderProductIssuesResponse.Builder mergeFrom(RenderProductIssuesResponse other)
Parameter
Name Description
other RenderProductIssuesResponse
Returns
Type Description
RenderProductIssuesResponse.Builder

removeRenderedIssues(int index)

public RenderProductIssuesResponse.Builder removeRenderedIssues(int index)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameter
Name Description
index int
Returns
Type Description
RenderProductIssuesResponse.Builder

setRenderedIssues(int index, RenderedIssue value)

public RenderProductIssuesResponse.Builder setRenderedIssues(int index, RenderedIssue value)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameters
Name Description
index int
value RenderedIssue
Returns
Type Description
RenderProductIssuesResponse.Builder

setRenderedIssues(int index, RenderedIssue.Builder builderForValue)

public RenderProductIssuesResponse.Builder setRenderedIssues(int index, RenderedIssue.Builder builderForValue)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1.RenderedIssue rendered_issues = 1;

Parameters
Name Description
index int
builderForValue RenderedIssue.Builder
Returns
Type Description
RenderProductIssuesResponse.Builder