public interface ImpactOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBreakdowns(int index)
public abstract Breakdown getBreakdowns(int index)
Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown breakdowns = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Breakdown |
getBreakdownsCount()
public abstract int getBreakdownsCount()
Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown breakdowns = 3;
Returns | |
---|---|
Type | Description |
int |
getBreakdownsList()
public abstract List<Breakdown> getBreakdownsList()
Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown breakdowns = 3;
Returns | |
---|---|
Type | Description |
List<Breakdown> |
getBreakdownsOrBuilder(int index)
public abstract BreakdownOrBuilder getBreakdownsOrBuilder(int index)
Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown breakdowns = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
BreakdownOrBuilder |
getBreakdownsOrBuilderList()
public abstract List<? extends BreakdownOrBuilder> getBreakdownsOrBuilderList()
Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown breakdowns = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.issueresolution.v1beta.BreakdownOrBuilder> |
getMessage()
public abstract String getMessage()
Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the business. For example: "Disapproves 90k offers in 25 countries"
string message = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the business. For example: "Disapproves 90k offers in 25 countries"
string message = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getSeverity()
public abstract Severity getSeverity()
The severity of the issue.
.google.shopping.merchant.issueresolution.v1beta.Severity severity = 2;
Returns | |
---|---|
Type | Description |
Severity |
The severity. |
getSeverityValue()
public abstract int getSeverityValue()
The severity of the issue.
.google.shopping.merchant.issueresolution.v1beta.Severity severity = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for severity. |