Interface ProductView.ItemIssue.ItemIssueSeverity.IssueSeverityPerDestinationOrBuilder (0.4.0)

public static interface ProductView.ItemIssue.ItemIssueSeverity.IssueSeverityPerDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDemotedCountries(int index)

public abstract String getDemotedCountries(int index)

List of demoted countries in the destination, represented in ISO 3166 format.

repeated string demoted_countries = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The demotedCountries at the given index.

getDemotedCountriesBytes(int index)

public abstract ByteString getDemotedCountriesBytes(int index)

List of demoted countries in the destination, represented in ISO 3166 format.

repeated string demoted_countries = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the demotedCountries at the given index.

getDemotedCountriesCount()

public abstract int getDemotedCountriesCount()

List of demoted countries in the destination, represented in ISO 3166 format.

repeated string demoted_countries = 3;

Returns
TypeDescription
int

The count of demotedCountries.

getDemotedCountriesList()

public abstract List<String> getDemotedCountriesList()

List of demoted countries in the destination, represented in ISO 3166 format.

repeated string demoted_countries = 3;

Returns
TypeDescription
List<String>

A list containing the demotedCountries.

getDestination()

public abstract Destination getDestination()

Destination the issue applies to.

optional .google.shopping.type.Destination destination = 1;

Returns
TypeDescription
Destination

The destination.

getDestinationValue()

public abstract int getDestinationValue()

Destination the issue applies to.

optional .google.shopping.type.Destination destination = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for destination.

getDisapprovedCountries(int index)

public abstract String getDisapprovedCountries(int index)

List of disapproved countries in the destination, represented in ISO 3166 format.

repeated string disapproved_countries = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The disapprovedCountries at the given index.

getDisapprovedCountriesBytes(int index)

public abstract ByteString getDisapprovedCountriesBytes(int index)

List of disapproved countries in the destination, represented in ISO 3166 format.

repeated string disapproved_countries = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the disapprovedCountries at the given index.

getDisapprovedCountriesCount()

public abstract int getDisapprovedCountriesCount()

List of disapproved countries in the destination, represented in ISO 3166 format.

repeated string disapproved_countries = 2;

Returns
TypeDescription
int

The count of disapprovedCountries.

getDisapprovedCountriesList()

public abstract List<String> getDisapprovedCountriesList()

List of disapproved countries in the destination, represented in ISO 3166 format.

repeated string disapproved_countries = 2;

Returns
TypeDescription
List<String>

A list containing the disapprovedCountries.

hasDestination()

public abstract boolean hasDestination()

Destination the issue applies to.

optional .google.shopping.type.Destination destination = 1;

Returns
TypeDescription
boolean

Whether the destination field is set.