public static interface AccountIssue.ImpactedDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImpacts(int index)
public abstract AccountIssue.ImpactedDestination.Impact getImpacts(int index)The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination.Impact impacts = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact |
|
getImpactsCount()
public abstract int getImpactsCount()The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination.Impact impacts = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getImpactsList()
public abstract List<AccountIssue.ImpactedDestination.Impact> getImpactsList()The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination.Impact impacts = 2;
| Returns | |
|---|---|
| Type | Description |
List<Impact> |
|
getImpactsOrBuilder(int index)
public abstract AccountIssue.ImpactedDestination.ImpactOrBuilder getImpactsOrBuilder(int index)The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination.Impact impacts = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.ImpactOrBuilder |
|
getImpactsOrBuilderList()
public abstract List<? extends AccountIssue.ImpactedDestination.ImpactOrBuilder> getImpactsOrBuilderList()The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination.Impact impacts = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination.ImpactOrBuilder> |
|
getReportingContext()
public abstract ReportingContext.ReportingContextEnum getReportingContext()The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.ReportingContext.ReportingContextEnum |
The reportingContext. |
getReportingContextValue()
public abstract int getReportingContextValue()The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reportingContext. |
hasReportingContext()
public abstract boolean hasReportingContext()The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reportingContext field is set. |