public static interface AccountIssue.ImpactedDestination.ImpactOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRegionCode()
public abstract String getRegionCode()
The CLDR region code where this issue applies.
string region_code = 1;
Returns | |
---|---|
Type | Description |
String |
The regionCode. |
getRegionCodeBytes()
public abstract ByteString getRegionCodeBytes()
The CLDR region code where this issue applies.
string region_code = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for regionCode. |
getSeverity()
public abstract AccountIssue.Severity getSeverity()
The severity of the issue on the destination and region.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 2;
Returns | |
---|---|
Type | Description |
AccountIssue.Severity |
The severity. |
getSeverityValue()
public abstract int getSeverityValue()
The severity of the issue on the destination and region.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for severity. |