Send feedback
Class CssProductStatus.ItemLevelIssue (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.0 keyboard_arrow_down
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int APPLICABLE_COUNTRIES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int ATTRIBUTE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int CODE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DESTINATION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DETAIL_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DOCUMENTATION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int RESOLUTION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SERVABILITY_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static CssProductStatus . ItemLevelIssue getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static CssProductStatus . ItemLevelIssue . Builder newBuilder ()
public static CssProductStatus . ItemLevelIssue . Builder newBuilder ( CssProductStatus . ItemLevelIssue prototype )
public static CssProductStatus . ItemLevelIssue parseDelimitedFrom ( InputStream input )
public static CssProductStatus . ItemLevelIssue parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CssProductStatus . ItemLevelIssue parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static CssProductStatus . ItemLevelIssue parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static CssProductStatus . ItemLevelIssue parseFrom ( ByteString data )
public static CssProductStatus . ItemLevelIssue parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CssProductStatus . ItemLevelIssue parseFrom ( CodedInputStream input )
public static CssProductStatus . ItemLevelIssue parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CssProductStatus . ItemLevelIssue parseFrom ( InputStream input )
public static CssProductStatus . ItemLevelIssue parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CssProductStatus . ItemLevelIssue parseFrom ( ByteBuffer data )
public static CssProductStatus . ItemLevelIssue parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<CssProductStatus . ItemLevelIssue > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
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
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The applicableCountries at the given 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
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the applicableCountries at the given index.
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
Type
Description
int
The count of applicableCountries.
public ProtocolStringList getApplicableCountriesList ()
List of country codes (ISO 3166-1 alpha-2) where issue applies to the
aggregate offer.
repeated string applicable_countries = 9;
public String getAttribute ()
The attribute's name, if the issue is caused by a single attribute.
string attribute = 4;
Returns
Type
Description
String
The attribute.
public ByteString getAttributeBytes ()
The attribute's name, if the issue is caused by a single attribute.
string attribute = 4;
Returns
Type
Description
ByteString
The bytes for attribute.
The error code of the issue.
string code = 1;
Returns
Type
Description
String
The code.
public ByteString getCodeBytes ()
The error code of the issue.
string code = 1;
Returns
Type
Description
ByteString
The bytes for code.
public CssProductStatus . ItemLevelIssue getDefaultInstanceForType ()
public String getDescription ()
A short issue description in English.
string description = 6;
Returns
Type
Description
String
The description.
public ByteString getDescriptionBytes ()
A short issue description in English.
string description = 6;
Returns
Type
Description
ByteString
The bytes for description.
public String getDestination ()
The destination the issue applies to.
string destination = 5;
Returns
Type
Description
String
The destination.
public ByteString getDestinationBytes ()
The destination the issue applies to.
string destination = 5;
Returns
Type
Description
ByteString
The bytes for destination.
public String getDetail ()
A detailed issue description in English.
string detail = 7;
Returns
Type
Description
String
The detail.
public ByteString getDetailBytes ()
A detailed issue description in English.
string detail = 7;
Returns
Type
Description
ByteString
The bytes for detail.
public String getDocumentation ()
The URL of a web page to help with resolving this issue.
string documentation = 8;
Returns
Type
Description
String
The documentation.
public ByteString getDocumentationBytes ()
The URL of a web page to help with resolving this issue.
string documentation = 8;
Returns
Type
Description
ByteString
The bytes for documentation.
public Parser<CssProductStatus . ItemLevelIssue > getParserForType ()
Overrides
public String getResolution ()
Whether the issue can be resolved by the merchant.
string resolution = 3;
Returns
Type
Description
String
The resolution.
public ByteString getResolutionBytes ()
Whether the issue can be resolved by the merchant.
string resolution = 3;
Returns
Type
Description
ByteString
The bytes for resolution.
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public String getServability ()
How this issue affects serving of the aggregate offer.
string servability = 2;
Returns
Type
Description
String
The servability.
public ByteString getServabilityBytes ()
How this issue affects serving of the aggregate offer.
string servability = 2;
Returns
Type
Description
ByteString
The bytes for servability.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public CssProductStatus . ItemLevelIssue . Builder newBuilderForType ()
protected CssProductStatus . ItemLevelIssue . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public CssProductStatus . ItemLevelIssue . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]