Class RenderProductIssuesResponse (0.2.0)

public final class RenderProductIssuesResponse extends GeneratedMessageV3 implements RenderProductIssuesResponseOrBuilder

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

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

Static Fields

RENDERED_ISSUES_FIELD_NUMBER

public static final int RENDERED_ISSUES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RenderProductIssuesResponse getDefaultInstance()
Returns
Type Description
RenderProductIssuesResponse

getDescriptor()

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

newBuilder()

public static RenderProductIssuesResponse.Builder newBuilder()
Returns
Type Description
RenderProductIssuesResponse.Builder

newBuilder(RenderProductIssuesResponse prototype)

public static RenderProductIssuesResponse.Builder newBuilder(RenderProductIssuesResponse prototype)
Parameter
Name Description
prototype RenderProductIssuesResponse
Returns
Type Description
RenderProductIssuesResponse.Builder

parseDelimitedFrom(InputStream input)

public static RenderProductIssuesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RenderProductIssuesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RenderProductIssuesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RenderProductIssuesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RenderProductIssuesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RenderProductIssuesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RenderProductIssuesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RenderProductIssuesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RenderProductIssuesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RenderProductIssuesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RenderProductIssuesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RenderProductIssuesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RenderProductIssuesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RenderProductIssuesResponse> parser()
Returns
Type Description
Parser<RenderProductIssuesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RenderProductIssuesResponse getDefaultInstanceForType()
Returns
Type Description
RenderProductIssuesResponse

getParserForType()

public Parser<RenderProductIssuesResponse> getParserForType()
Returns
Type Description
Parser<RenderProductIssuesResponse>
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.v1beta.RenderedIssue rendered_issues = 1;

Parameter
Name Description
index int
Returns
Type Description
RenderedIssue

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.v1beta.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.v1beta.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.v1beta.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.v1beta.RenderedIssue rendered_issues = 1;

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RenderProductIssuesResponse.Builder newBuilderForType()
Returns
Type Description
RenderProductIssuesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RenderProductIssuesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RenderProductIssuesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RenderProductIssuesResponse.Builder toBuilder()
Returns
Type Description
RenderProductIssuesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException