public static interface AggregateProductStatus.ItemLevelIssueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttribute()
public abstract 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 abstract 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 abstract String getCode()The error code of the issue.
string code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()The error code of the issue.
string code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for code. |
getDescription()
public abstract String getDescription()A short issue description in English.
string description = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A short issue description in English.
string description = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDetail()
public abstract String getDetail()A detailed issue description in English.
string detail = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The detail. |
getDetailBytes()
public abstract ByteString getDetailBytes()A detailed issue description in English.
string detail = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for detail. |
getDocumentationUri()
public abstract 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 abstract 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. |
getProductCount()
public abstract long getProductCount()The number of products affected by this issue.
int64 product_count = 9;
| Returns | |
|---|---|
| Type | Description |
long |
The productCount. |
getResolution()
public abstract AggregateProductStatus.ItemLevelIssue.Resolution getResolution()Whether the issue can be resolved by the merchant.
.google.shopping.merchant.issueresolution.v1.AggregateProductStatus.ItemLevelIssue.Resolution resolution = 3;
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.ItemLevelIssue.Resolution |
The resolution. |
getResolutionValue()
public abstract int getResolutionValue()Whether the issue can be resolved by the merchant.
.google.shopping.merchant.issueresolution.v1.AggregateProductStatus.ItemLevelIssue.Resolution resolution = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for resolution. |
getSeverity()
public abstract AggregateProductStatus.ItemLevelIssue.Severity getSeverity()How this issue affects serving of the offer.
.google.shopping.merchant.issueresolution.v1.AggregateProductStatus.ItemLevelIssue.Severity severity = 2;
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatus.ItemLevelIssue.Severity |
The severity. |
getSeverityValue()
public abstract int getSeverityValue()How this issue affects serving of the offer.
.google.shopping.merchant.issueresolution.v1.AggregateProductStatus.ItemLevelIssue.Severity severity = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for severity. |