Class AggregateProductStatus.ItemLevelIssue (0.7.0)

public static final class AggregateProductStatus.ItemLevelIssue extends GeneratedMessageV3 implements AggregateProductStatus.ItemLevelIssueOrBuilder

The ItemLevelIssue of the product status.

Protobuf type google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AggregateProductStatus.ItemLevelIssue

Static Fields

ATTRIBUTE_FIELD_NUMBER

public static final int ATTRIBUTE_FIELD_NUMBER
Field Value
Type Description
int

CODE_FIELD_NUMBER

public static final int CODE_FIELD_NUMBER
Field Value
Type Description
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

DETAIL_FIELD_NUMBER

public static final int DETAIL_FIELD_NUMBER
Field Value
Type Description
int

DOCUMENTATION_URI_FIELD_NUMBER

public static final int DOCUMENTATION_URI_FIELD_NUMBER
Field Value
Type Description
int

PRODUCT_COUNT_FIELD_NUMBER

public static final int PRODUCT_COUNT_FIELD_NUMBER
Field Value
Type Description
int

RESOLUTION_FIELD_NUMBER

public static final int RESOLUTION_FIELD_NUMBER
Field Value
Type Description
int

SEVERITY_FIELD_NUMBER

public static final int SEVERITY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AggregateProductStatus.ItemLevelIssue getDefaultInstance()
Returns
Type Description
AggregateProductStatus.ItemLevelIssue

getDescriptor()

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

newBuilder()

public static AggregateProductStatus.ItemLevelIssue.Builder newBuilder()
Returns
Type Description
AggregateProductStatus.ItemLevelIssue.Builder

newBuilder(AggregateProductStatus.ItemLevelIssue prototype)

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

parseDelimitedFrom(InputStream input)

public static AggregateProductStatus.ItemLevelIssue parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AggregateProductStatus.ItemLevelIssue
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static AggregateProductStatus.ItemLevelIssue parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AggregateProductStatus.ItemLevelIssue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static AggregateProductStatus.ItemLevelIssue parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AggregateProductStatus.ItemLevelIssue
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static AggregateProductStatus.ItemLevelIssue parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AggregateProductStatus.ItemLevelIssue
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static AggregateProductStatus.ItemLevelIssue parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AggregateProductStatus.ItemLevelIssue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<AggregateProductStatus.ItemLevelIssue> parser()
Returns
Type Description
Parser<ItemLevelIssue>

Methods

equals(Object obj)

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

getAttribute()

public String getAttribute()

The attribute's name, if the issue is caused by a single attribute.

string attribute = 4;

Returns
Type Description
String

The attribute.

getAttributeBytes()

public ByteString getAttributeBytes()

The attribute's name, if the issue is caused by a single attribute.

string attribute = 4;

Returns
Type Description
ByteString

The bytes for attribute.

getCode()

public String getCode()

The error code of the issue.

string code = 1;

Returns
Type Description
String

The code.

getCodeBytes()

public ByteString getCodeBytes()

The error code of the issue.

string code = 1;

Returns
Type Description
ByteString

The bytes for code.

getDefaultInstanceForType()

public AggregateProductStatus.ItemLevelIssue getDefaultInstanceForType()
Returns
Type Description
AggregateProductStatus.ItemLevelIssue

getDescription()

public String getDescription()

A short issue description in English.

string description = 6;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

A short issue description in English.

string description = 6;

Returns
Type Description
ByteString

The bytes for description.

getDetail()

public String getDetail()

A detailed issue description in English.

string detail = 7;

Returns
Type Description
String

The detail.

getDetailBytes()

public ByteString getDetailBytes()

A detailed issue description in English.

string detail = 7;

Returns
Type Description
ByteString

The bytes for detail.

getDocumentationUri()

public String getDocumentationUri()

The URL of a web page to help with resolving this issue.

string documentation_uri = 8;

Returns
Type Description
String

The documentationUri.

getDocumentationUriBytes()

public ByteString getDocumentationUriBytes()

The URL of a web page to help with resolving this issue.

string documentation_uri = 8;

Returns
Type Description
ByteString

The bytes for documentationUri.

getParserForType()

public Parser<AggregateProductStatus.ItemLevelIssue> getParserForType()
Returns
Type Description
Parser<ItemLevelIssue>
Overrides

getProductCount()

public long getProductCount()

The number of products affected by this issue.

int64 product_count = 9;

Returns
Type Description
long

The productCount.

getResolution()

public AggregateProductStatus.ItemLevelIssue.Resolution getResolution()

Whether the issue can be resolved by the merchant.

.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue.Resolution resolution = 3;

Returns
Type Description
AggregateProductStatus.ItemLevelIssue.Resolution

The resolution.

getResolutionValue()

public int getResolutionValue()

Whether the issue can be resolved by the merchant.

.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue.Resolution resolution = 3;

Returns
Type Description
int

The enum numeric value on the wire for resolution.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSeverity()

public AggregateProductStatus.ItemLevelIssue.Severity getSeverity()

How this issue affects serving of the offer.

.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue.Severity severity = 2;

Returns
Type Description
AggregateProductStatus.ItemLevelIssue.Severity

The severity.

getSeverityValue()

public int getSeverityValue()

How this issue affects serving of the offer.

.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue.Severity severity = 2;

Returns
Type Description
int

The enum numeric value on the wire for severity.

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 AggregateProductStatus.ItemLevelIssue.Builder newBuilderForType()
Returns
Type Description
AggregateProductStatus.ItemLevelIssue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public AggregateProductStatus.ItemLevelIssue.Builder toBuilder()
Returns
Type Description
AggregateProductStatus.ItemLevelIssue.Builder

writeTo(CodedOutputStream output)

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