Class Breakdown (0.2.0)

public final class Breakdown extends GeneratedMessageV3 implements BreakdownOrBuilder

A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.

Protobuf type google.shopping.merchant.issueresolution.v1beta.Breakdown

Implements

BreakdownOrBuilder

Static Fields

DETAILS_FIELD_NUMBER

public static final int DETAILS_FIELD_NUMBER
Field Value
Type Description
int

REGIONS_FIELD_NUMBER

public static final int REGIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Breakdown getDefaultInstance()
Returns
Type Description
Breakdown

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Breakdown.Builder newBuilder()
Returns
Type Description
Breakdown.Builder

newBuilder(Breakdown prototype)

public static Breakdown.Builder newBuilder(Breakdown prototype)
Parameter
Name Description
prototype Breakdown
Returns
Type Description
Breakdown.Builder

parseDelimitedFrom(InputStream input)

public static Breakdown parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Breakdown
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Breakdown parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Breakdown
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Breakdown parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Breakdown
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Breakdown parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Breakdown
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Breakdown parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Breakdown
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Breakdown parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Breakdown
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Breakdown parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Breakdown
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Breakdown parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Breakdown
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Breakdown parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Breakdown
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Breakdown parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Breakdown
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Breakdown parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Breakdown
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Breakdown parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Breakdown
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Breakdown> parser()
Returns
Type Description
Parser<Breakdown>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Breakdown getDefaultInstanceForType()
Returns
Type Description
Breakdown

getDetails(int index)

public 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 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 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 ProtocolStringList 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
ProtocolStringList

A list containing the details.

getParserForType()

public Parser<Breakdown> getParserForType()
Returns
Type Description
Parser<Breakdown>
Overrides

getRegions(int index)

public 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 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 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 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 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>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Breakdown.Builder newBuilderForType()
Returns
Type Description
Breakdown.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Breakdown.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Breakdown.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Breakdown.Builder toBuilder()
Returns
Type Description
Breakdown.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException