public static final class MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder extends GeneratedMessageV3.Builder<MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder> implements MerchantReviewStatus.MerchantReviewItemLevelIssueOrBuilderThe ItemLevelIssue of the merchant review status.
Protobuf type
google.shopping.merchant.reviews.v1beta.MerchantReviewStatus.MerchantReviewItemLevelIssue
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MerchantReviewStatus.MerchantReviewItemLevelIssue.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
build()
public MerchantReviewStatus.MerchantReviewItemLevelIssue build()| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue |
|
buildPartial()
public MerchantReviewStatus.MerchantReviewItemLevelIssue buildPartial()| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue |
|
clear()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clear()| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
clearAttribute()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearAttribute()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 |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
clearCode()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearCode()Output only. The error code of the issue.
string code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
clearDescription()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearDescription()Output only. A short issue description in English.
string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
clearDetail()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearDetail()Output only. A detailed issue description in English.
string detail = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
clearDocumentation()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearDocumentation()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 |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
clearReportingContext()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearReportingContext()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 |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
clearResolution()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearResolution()Output only. Whether the issue can be resolved by the merchant.
string resolution = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
clearSeverity()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clearSeverity()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 |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
clone()
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder clone()| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
getAttribute()
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. |
getAttributeBytes()
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. |
getCode()
public String getCode()Output only. The error code of the issue.
string code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The code. |
getCodeBytes()
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. |
getDefaultInstanceForType()
public MerchantReviewStatus.MerchantReviewItemLevelIssue getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue |
|
getDescription()
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. |
getDescriptionBytes()
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. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDetail()
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. |
getDetailBytes()
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. |
getDocumentation()
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. |
getDocumentationBytes()
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. |
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. |
getResolution()
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. |
getResolutionBytes()
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. |
getSeverity()
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];
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity |
The severity. |
getSeverityValue()
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
mergeFrom(MerchantReviewStatus.MerchantReviewItemLevelIssue other)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder mergeFrom(MerchantReviewStatus.MerchantReviewItemLevelIssue other)| Parameter | |
|---|---|
| Name | Description |
other |
MerchantReviewStatus.MerchantReviewItemLevelIssue |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
setAttribute(String value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setAttribute(String value)Output only. The attribute's name, if the issue is caused by a single attribute.
string attribute = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe attribute to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setAttributeBytes(ByteString value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setAttributeBytes(ByteString value)Output only. The attribute's name, if the issue is caused by a single attribute.
string attribute = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for attribute to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setCode(String value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setCode(String value)Output only. The error code of the issue.
string code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe code to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setCodeBytes(ByteString value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setCodeBytes(ByteString value)Output only. The error code of the issue.
string code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for code to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setDescription(String value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setDescription(String value)Output only. A short issue description in English.
string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe description to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setDescriptionBytes(ByteString value)Output only. A short issue description in English.
string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for description to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setDetail(String value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setDetail(String value)Output only. A detailed issue description in English.
string detail = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe detail to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setDetailBytes(ByteString value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setDetailBytes(ByteString value)Output only. A detailed issue description in English.
string detail = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for detail to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setDocumentation(String value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setDocumentation(String value)Output only. The URL of a web page to help with resolving this issue.
string documentation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe documentation to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setDocumentationBytes(ByteString value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setDocumentationBytes(ByteString value)Output only. The URL of a web page to help with resolving this issue.
string documentation = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for documentation to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|
setReportingContext(ReportingContext.ReportingContextEnum value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setReportingContext(ReportingContext.ReportingContextEnum value)Output only. The reporting context the issue applies to.
.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.shopping.type.ReportingContext.ReportingContextEnumThe reportingContext to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setReportingContextValue(int value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setReportingContextValue(int value)Output only. The reporting context the issue applies to.
.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for reportingContext to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setResolution(String value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setResolution(String value)Output only. Whether the issue can be resolved by the merchant.
string resolution = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resolution to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setResolutionBytes(ByteString value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setResolutionBytes(ByteString value)Output only. Whether the issue can be resolved by the merchant.
string resolution = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resolution to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setSeverity(MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setSeverity(MerchantReviewStatus.MerchantReviewItemLevelIssue.Severity value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
MerchantReviewStatus.MerchantReviewItemLevelIssue.SeverityThe severity to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setSeverityValue(int value)
public MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setSeverityValue(int value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for severity to set. |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
MerchantReviewStatus.MerchantReviewItemLevelIssue.Builder |
|