Interface BreakdownOrBuilder (0.2.0)

public interface BreakdownOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails(int index)

public abstract String getDetails(int index)

Human readable, localized description of issue's effect on different targets. Should be rendered as a list.

For example:

  • "Products not showing in ads"
  • "Products not showing organically"

repeated string details = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The details at the given index.

getDetailsBytes(int index)

public abstract ByteString getDetailsBytes(int index)

Human readable, localized description of issue's effect on different targets. Should be rendered as a list.

For example:

  • "Products not showing in ads"
  • "Products not showing organically"

repeated string details = 4;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the details at the given index.

getDetailsCount()

public abstract int getDetailsCount()

Human readable, localized description of issue's effect on different targets. Should be rendered as a list.

For example:

  • "Products not showing in ads"
  • "Products not showing organically"

repeated string details = 4;

Returns
Type Description
int

The count of details.

getDetailsList()

public abstract List<String> getDetailsList()

Human readable, localized description of issue's effect on different targets. Should be rendered as a list.

For example:

  • "Products not showing in ads"
  • "Products not showing organically"

repeated string details = 4;

Returns
Type Description
List<String>

A list containing the details.

getRegions(int index)

public abstract Breakdown.Region getRegions(int index)

Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.

repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown.Region regions = 1;

Parameter
Name Description
index int
Returns
Type Description
Breakdown.Region

getRegionsCount()

public abstract int getRegionsCount()

Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.

repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown.Region regions = 1;

Returns
Type Description
int

getRegionsList()

public abstract List<Breakdown.Region> getRegionsList()

Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.

repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown.Region regions = 1;

Returns
Type Description
List<Region>

getRegionsOrBuilder(int index)

public abstract Breakdown.RegionOrBuilder getRegionsOrBuilder(int index)

Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.

repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown.Region regions = 1;

Parameter
Name Description
index int
Returns
Type Description
Breakdown.RegionOrBuilder

getRegionsOrBuilderList()

public abstract List<? extends Breakdown.RegionOrBuilder> getRegionsOrBuilderList()

Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.

repeated .google.shopping.merchant.issueresolution.v1beta.Breakdown.Region regions = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.issueresolution.v1beta.Breakdown.RegionOrBuilder>