Send feedback
Class MerchantReviewStatus.MerchantReviewItemLevelIssue (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.2.0 keyboard_arrow_down
public static final class MerchantReviewStatus . MerchantReviewItemLevelIssue extends GeneratedMessageV3 implements MerchantReviewStatus . MerchantReviewItemLevelIssueOrBuilder
The ItemLevelIssue of the merchant review status.
Protobuf type
google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(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_FIELD_NUMBER
Field Value
Type
Description
int
REPORTING_CONTEXT_FIELD_NUMBER
public static final int REPORTING_CONTEXT_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 MerchantReviewStatus . MerchantReviewItemLevelIssue getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static MerchantReviewStatus . MerchantReviewItemLevelIssue . Builder newBuilder ()
public static MerchantReviewStatus . MerchantReviewItemLevelIssue . Builder newBuilder ( MerchantReviewStatus . MerchantReviewItemLevelIssue prototype )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseDelimitedFrom ( InputStream input )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( ByteString data )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( CodedInputStream input )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( InputStream input )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( ByteBuffer data )
public static MerchantReviewStatus . MerchantReviewItemLevelIssue parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<MerchantReviewStatus . MerchantReviewItemLevelIssue > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public String getAttribute ()
Output only. The attribute's name, if the issue is caused by a single
attribute.
string attribute = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The attribute.
public ByteString getAttributeBytes ()
Output only. The attribute's name, if the issue is caused by a single
attribute.
string attribute = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for attribute.
Output only. The error code of the issue.
string code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The code.
public ByteString getCodeBytes ()
Output only. The error code of the issue.
string code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for code.
public MerchantReviewStatus . MerchantReviewItemLevelIssue getDefaultInstanceForType ()
public String getDescription ()
Output only. A short issue description in English.
string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The description.
public ByteString getDescriptionBytes ()
Output only. A short issue description in English.
string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for description.
public String getDetail ()
Output only. A detailed issue description in English.
string detail = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The detail.
public ByteString getDetailBytes ()
Output only. A detailed issue description in English.
string detail = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for detail.
public String getDocumentation ()
Output only. The URL of a web page to help with resolving this issue.
string documentation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The documentation.
public ByteString getDocumentationBytes ()
Output only. The URL of a web page to help with resolving this issue.
string documentation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for documentation.
public Parser<MerchantReviewStatus . MerchantReviewItemLevelIssue > getParserForType ()
Overrides
getReportingContext()
public ReportingContext . ReportingContextEnum getReportingContext ()
Output only. The reporting context the issue applies to.
.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
com.google.shopping.type.ReportingContext.ReportingContextEnum
The reportingContext.
getReportingContextValue()
public int getReportingContextValue ()
Output only. The reporting context the issue applies to.
.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for reportingContext.
public String getResolution ()
Output only. Whether the issue can be resolved by the merchant.
string resolution = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The resolution.
public ByteString getResolutionBytes ()
Output only. Whether the issue can be resolved by the merchant.
string resolution = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for resolution.
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public MerchantReviewStatus . MerchantReviewItemLevelIssue . Severity getSeverity ()
Output only. How this issue affects serving of the merchant review.
.google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity severity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getSeverityValue ()
Output only. How this issue affects serving of the merchant review.
.google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity severity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for severity.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public MerchantReviewStatus . MerchantReviewItemLevelIssue . Builder newBuilderForType ()
protected MerchantReviewStatus . MerchantReviewItemLevelIssue . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public MerchantReviewStatus . MerchantReviewItemLevelIssue . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-06 UTC."],[],[]]