Interface AggregateProductStatusOrBuilder (0.7.0)

public interface AggregateProductStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCountry()

public abstract String getCountry()

The country of the aggregate product statuses. Represented as a CLDR territory code.

string country = 4;

Returns
Type Description
String

The country.

getCountryBytes()

public abstract ByteString getCountryBytes()

The country of the aggregate product statuses. Represented as a CLDR territory code.

string country = 4;

Returns
Type Description
ByteString

The bytes for country.

getItemLevelIssues(int index)

public abstract AggregateProductStatus.ItemLevelIssue getItemLevelIssues(int index)

The product issues that affect the given reporting context and country.

repeated .google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue item_level_issues = 6;

Parameter
Name Description
index int
Returns
Type Description
AggregateProductStatus.ItemLevelIssue

getItemLevelIssuesCount()

public abstract int getItemLevelIssuesCount()

The product issues that affect the given reporting context and country.

repeated .google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue item_level_issues = 6;

Returns
Type Description
int

getItemLevelIssuesList()

public abstract List<AggregateProductStatus.ItemLevelIssue> getItemLevelIssuesList()

The product issues that affect the given reporting context and country.

repeated .google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue item_level_issues = 6;

Returns
Type Description
List<ItemLevelIssue>

getItemLevelIssuesOrBuilder(int index)

public abstract AggregateProductStatus.ItemLevelIssueOrBuilder getItemLevelIssuesOrBuilder(int index)

The product issues that affect the given reporting context and country.

repeated .google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue item_level_issues = 6;

Parameter
Name Description
index int
Returns
Type Description
AggregateProductStatus.ItemLevelIssueOrBuilder

getItemLevelIssuesOrBuilderList()

public abstract List<? extends AggregateProductStatus.ItemLevelIssueOrBuilder> getItemLevelIssuesOrBuilderList()

The product issues that affect the given reporting context and country.

repeated .google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue item_level_issues = 6;

Returns
Type Description
List<? extends com.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssueOrBuilder>

getName()

public abstract String getName()

Identifier. The name of the AggregateProductStatuses resource. Format: accounts/{account}/aggregateProductStatuses/{aggregateProductStatuses}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of the AggregateProductStatuses resource. Format: accounts/{account}/aggregateProductStatuses/{aggregateProductStatuses}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getReportingContext()

public abstract ReportingContext.ReportingContextEnum getReportingContext()

The reporting context of the aggregate product statuses.

.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 3;

Returns
Type Description
com.google.shopping.type.ReportingContext.ReportingContextEnum

The reportingContext.

getReportingContextValue()

public abstract int getReportingContextValue()

The reporting context of the aggregate product statuses.

.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 3;

Returns
Type Description
int

The enum numeric value on the wire for reportingContext.

getStats()

public abstract AggregateProductStatus.Stats getStats()

Products statistics for the given reporting context and country.

.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.Stats stats = 5;

Returns
Type Description
AggregateProductStatus.Stats

The stats.

getStatsOrBuilder()

public abstract AggregateProductStatus.StatsOrBuilder getStatsOrBuilder()

Products statistics for the given reporting context and country.

.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.Stats stats = 5;

Returns
Type Description
AggregateProductStatus.StatsOrBuilder

hasStats()

public abstract boolean hasStats()

Products statistics for the given reporting context and country.

.google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.Stats stats = 5;

Returns
Type Description
boolean

Whether the stats field is set.