Class AggregateProductStatus.ItemLevelIssue (1.0.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.0.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  AggregateProductStatus . ItemLevelIssue   extends   GeneratedMessageV3   implements   AggregateProductStatus . ItemLevelIssueOrBuilder  
   The ItemLevelIssue of the product status.
 Protobuf type 
 google.shopping.merchant.issueresolution.v1.AggregateProductStatus.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   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   DETAIL_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   DOCUMENTATION_URI_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   PRODUCT_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   RESOLUTION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   SEVERITY_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   AggregateProductStatus . ItemLevelIssue   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue . Builder   newBuilder ()  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue . Builder   newBuilder ( AggregateProductStatus . ItemLevelIssue   prototype )  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   AggregateProductStatus . ItemLevelIssue   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<AggregateProductStatus . ItemLevelIssue >  parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
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   AggregateProductStatus . 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   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   getDocumentationUri ()  
   The URL of a web page to help with resolving this issue.
 string documentation_uri = 8;
    
      
        Returns  
      
        Type Description  
      
        String The documentationUri.
 
     
  
  
    
public   ByteString   getDocumentationUriBytes ()  
   The URL of a web page to help with resolving this issue.
 string documentation_uri = 8;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for documentationUri.
 
     
  
  
    
public   Parser<AggregateProductStatus . ItemLevelIssue >  getParserForType ()  
  
  Overrides 
  
  
    
public   long   getProductCount ()  
   The number of products affected by this issue.
 int64 product_count = 9;
    
      
        Returns  
      
        Type Description  
      
        long The productCount.
 
     
  
  
    
public   AggregateProductStatus . ItemLevelIssue . Resolution   getResolution ()  
   Whether the issue can be resolved by the merchant.
 
 .google.shopping.merchant.issueresolution.v1.AggregateProductStatus.ItemLevelIssue.Resolution resolution = 3;
 
    
public   int   getResolutionValue ()  
   Whether the issue can be resolved by the merchant.
 
 .google.shopping.merchant.issueresolution.v1.AggregateProductStatus.ItemLevelIssue.Resolution resolution = 3;
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for resolution.
 
     
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   AggregateProductStatus . ItemLevelIssue . Severity   getSeverity ()  
   How this issue affects serving of the offer.
 
 .google.shopping.merchant.issueresolution.v1.AggregateProductStatus.ItemLevelIssue.Severity severity = 2;
 
    
public   int   getSeverityValue ()  
   How this issue affects serving of the offer.
 
 .google.shopping.merchant.issueresolution.v1.AggregateProductStatus.ItemLevelIssue.Severity severity = 2;
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for severity.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   AggregateProductStatus . ItemLevelIssue . Builder   newBuilderForType ()  
  
  
    
protected   AggregateProductStatus . ItemLevelIssue . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   AggregateProductStatus . ItemLevelIssue . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]