Class CssProductStatus.ItemLevelIssue (0.4.0)

public static final class CssProductStatus.ItemLevelIssue extends GeneratedMessageV3 implements CssProductStatus.ItemLevelIssueOrBuilder

The ItemLevelIssue of the product status.

Protobuf type google.shopping.css.v1.CssProductStatus.ItemLevelIssue

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CssProductStatus.ItemLevelIssue

Static Fields

APPLICABLE_COUNTRIES_FIELD_NUMBER

public static final int APPLICABLE_COUNTRIES_FIELD_NUMBER
Field Value
TypeDescription
int

ATTRIBUTE_FIELD_NUMBER

public static final int ATTRIBUTE_FIELD_NUMBER
Field Value
TypeDescription
int

CODE_FIELD_NUMBER

public static final int CODE_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

DESTINATION_FIELD_NUMBER

public static final int DESTINATION_FIELD_NUMBER
Field Value
TypeDescription
int

DETAIL_FIELD_NUMBER

public static final int DETAIL_FIELD_NUMBER
Field Value
TypeDescription
int

DOCUMENTATION_FIELD_NUMBER

public static final int DOCUMENTATION_FIELD_NUMBER
Field Value
TypeDescription
int

RESOLUTION_FIELD_NUMBER

public static final int RESOLUTION_FIELD_NUMBER
Field Value
TypeDescription
int

SERVABILITY_FIELD_NUMBER

public static final int SERVABILITY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CssProductStatus.ItemLevelIssue getDefaultInstance()
Returns
TypeDescription
CssProductStatus.ItemLevelIssue

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CssProductStatus.ItemLevelIssue.Builder newBuilder()
Returns
TypeDescription
CssProductStatus.ItemLevelIssue.Builder

newBuilder(CssProductStatus.ItemLevelIssue prototype)

public static CssProductStatus.ItemLevelIssue.Builder newBuilder(CssProductStatus.ItemLevelIssue prototype)
Parameter
NameDescription
prototypeCssProductStatus.ItemLevelIssue
Returns
TypeDescription
CssProductStatus.ItemLevelIssue.Builder

parseDelimitedFrom(InputStream input)

public static CssProductStatus.ItemLevelIssue parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CssProductStatus.ItemLevelIssue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CssProductStatus.ItemLevelIssue parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CssProductStatus.ItemLevelIssue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CssProductStatus.ItemLevelIssue parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CssProductStatus.ItemLevelIssue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CssProductStatus.ItemLevelIssue parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CssProductStatus.ItemLevelIssue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CssProductStatus.ItemLevelIssue parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CssProductStatus.ItemLevelIssue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CssProductStatus.ItemLevelIssue parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CssProductStatus.ItemLevelIssue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CssProductStatus.ItemLevelIssue
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CssProductStatus.ItemLevelIssue> parser()
Returns
TypeDescription
Parser<ItemLevelIssue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getApplicableCountries(int index)

public String getApplicableCountries(int index)

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

repeated string applicable_countries = 9;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The applicableCountries at the given index.

getApplicableCountriesBytes(int index)

public ByteString getApplicableCountriesBytes(int index)

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

repeated string applicable_countries = 9;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the applicableCountries at the given index.

getApplicableCountriesCount()

public int getApplicableCountriesCount()

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

repeated string applicable_countries = 9;

Returns
TypeDescription
int

The count of applicableCountries.

getApplicableCountriesList()

public ProtocolStringList getApplicableCountriesList()

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

repeated string applicable_countries = 9;

Returns
TypeDescription
ProtocolStringList

A list containing the applicableCountries.

getAttribute()

public String getAttribute()

The attribute's name, if the issue is caused by a single attribute.

string attribute = 4;

Returns
TypeDescription
String

The attribute.

getAttributeBytes()

public ByteString getAttributeBytes()

The attribute's name, if the issue is caused by a single attribute.

string attribute = 4;

Returns
TypeDescription
ByteString

The bytes for attribute.

getCode()

public String getCode()

The error code of the issue.

string code = 1;

Returns
TypeDescription
String

The code.

getCodeBytes()

public ByteString getCodeBytes()

The error code of the issue.

string code = 1;

Returns
TypeDescription
ByteString

The bytes for code.

getDefaultInstanceForType()

public CssProductStatus.ItemLevelIssue getDefaultInstanceForType()
Returns
TypeDescription
CssProductStatus.ItemLevelIssue

getDescription()

public String getDescription()

A short issue description in English.

string description = 6;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

A short issue description in English.

string description = 6;

Returns
TypeDescription
ByteString

The bytes for description.

getDestination()

public String getDestination()

The destination the issue applies to.

string destination = 5;

Returns
TypeDescription
String

The destination.

getDestinationBytes()

public ByteString getDestinationBytes()

The destination the issue applies to.

string destination = 5;

Returns
TypeDescription
ByteString

The bytes for destination.

getDetail()

public String getDetail()

A detailed issue description in English.

string detail = 7;

Returns
TypeDescription
String

The detail.

getDetailBytes()

public ByteString getDetailBytes()

A detailed issue description in English.

string detail = 7;

Returns
TypeDescription
ByteString

The bytes for detail.

getDocumentation()

public String getDocumentation()

The URL of a web page to help with resolving this issue.

string documentation = 8;

Returns
TypeDescription
String

The documentation.

getDocumentationBytes()

public ByteString getDocumentationBytes()

The URL of a web page to help with resolving this issue.

string documentation = 8;

Returns
TypeDescription
ByteString

The bytes for documentation.

getParserForType()

public Parser<CssProductStatus.ItemLevelIssue> getParserForType()
Returns
TypeDescription
Parser<ItemLevelIssue>
Overrides

getResolution()

public String getResolution()

Whether the issue can be resolved by the merchant.

string resolution = 3;

Returns
TypeDescription
String

The resolution.

getResolutionBytes()

public ByteString getResolutionBytes()

Whether the issue can be resolved by the merchant.

string resolution = 3;

Returns
TypeDescription
ByteString

The bytes for resolution.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServability()

public String getServability()

How this issue affects serving of the aggregate offer.

string servability = 2;

Returns
TypeDescription
String

The servability.

getServabilityBytes()

public ByteString getServabilityBytes()

How this issue affects serving of the aggregate offer.

string servability = 2;

Returns
TypeDescription
ByteString

The bytes for servability.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CssProductStatus.ItemLevelIssue.Builder newBuilderForType()
Returns
TypeDescription
CssProductStatus.ItemLevelIssue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CssProductStatus.ItemLevelIssue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CssProductStatus.ItemLevelIssue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CssProductStatus.ItemLevelIssue.Builder toBuilder()
Returns
TypeDescription
CssProductStatus.ItemLevelIssue.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException