public static final class AggregateProductStatus.ItemLevelIssue extends GeneratedMessage implements AggregateProductStatus.ItemLevelIssueOrBuilder
The ItemLevelIssue of the product status.
Protobuf type
google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int ATTRIBUTE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int CODE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int DESCRIPTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int DETAIL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int DOCUMENTATION_URI_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int PRODUCT_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int RESOLUTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int SEVERITY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static AggregateProductStatus.ItemLevelIssue getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static AggregateProductStatus.ItemLevelIssue.Builder newBuilder()
public static AggregateProductStatus.ItemLevelIssue.Builder newBuilder(AggregateProductStatus.ItemLevelIssue prototype)
public static AggregateProductStatus.ItemLevelIssue parseDelimitedFrom(InputStream input)
public static AggregateProductStatus.ItemLevelIssue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.ItemLevelIssue parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static AggregateProductStatus.ItemLevelIssue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.ItemLevelIssue parseFrom(ByteString data)
public static AggregateProductStatus.ItemLevelIssue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.ItemLevelIssue parseFrom(CodedInputStream input)
public static AggregateProductStatus.ItemLevelIssue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.ItemLevelIssue parseFrom(InputStream input)
public static AggregateProductStatus.ItemLevelIssue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AggregateProductStatus.ItemLevelIssue parseFrom(ByteBuffer data)
public static AggregateProductStatus.ItemLevelIssue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<AggregateProductStatus.ItemLevelIssue> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
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.
|
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.
|
The error code of the issue.
string code = 1;
| Returns |
| Type |
Description |
String |
The code.
|
public ByteString getCodeBytes()
The error code of the issue.
string code = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for code.
|
public AggregateProductStatus.ItemLevelIssue getDefaultInstanceForType()
public String getDescription()
A short issue description in English.
string description = 6;
| Returns |
| Type |
Description |
String |
The description.
|
public ByteString getDescriptionBytes()
A short issue description in English.
string description = 6;
| Returns |
| Type |
Description |
ByteString |
The bytes for description.
|
public String getDetail()
A detailed issue description in English.
string detail = 7;
| Returns |
| Type |
Description |
String |
The detail.
|
public ByteString getDetailBytes()
A detailed issue description in English.
string detail = 7;
| Returns |
| Type |
Description |
ByteString |
The bytes for detail.
|
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.
|
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.
|
public Parser<AggregateProductStatus.ItemLevelIssue> getParserForType()
Overrides
public long getProductCount()
The number of products affected by this issue.
int64 product_count = 9;
| Returns |
| Type |
Description |
long |
The productCount.
|
public AggregateProductStatus.ItemLevelIssue.Resolution getResolution()
Whether the issue can be resolved by the merchant.
.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue.Resolution resolution = 3;
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.
|
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public AggregateProductStatus.ItemLevelIssue.Severity getSeverity()
How this issue affects serving of the offer.
.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue.Severity severity = 2;
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.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public AggregateProductStatus.ItemLevelIssue.Builder newBuilderForType()
protected AggregateProductStatus.ItemLevelIssue.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public AggregateProductStatus.ItemLevelIssue.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides