Send feedback
  
   
 
  
    
      Class AccountIssue (1.4.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  AccountIssue   extends   GeneratedMessageV3   implements   AccountIssueOrBuilder  
   Issues with your Merchant Center account that can impact all your products.
  For more information, see Account-level issues in Merchant
  Center .
 Protobuf type google.shopping.merchant.accounts.v1.AccountIssue
    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   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   IMPACTED_DESTINATIONS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   SEVERITY_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   TITLE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   AccountIssue   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   AccountIssue . Builder   newBuilder ()  
  
  
    
public   static   AccountIssue . Builder   newBuilder ( AccountIssue   prototype )  
  
  
  
    
public   static   AccountIssue   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   AccountIssue   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   AccountIssue   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   AccountIssue   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<AccountIssue>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   AccountIssue   getDefaultInstanceForType ()  
  
  
    
public   String   getDetail ()  
   Further localized details about the issue.
 string detail = 5;
    
      
        Returns  
      
        Type Description  
      
        String The detail.
 
     
  
  
    
public   ByteString   getDetailBytes ()  
   Further localized details about the issue.
 string detail = 5;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for detail.
 
     
  
  
    
public   String   getDocumentationUri ()  
   Link to Merchant Center Help Center providing further information about the
 issue and how to fix it.
 string documentation_uri = 6;
    
      
        Returns  
      
        Type Description  
      
        String The documentationUri.
 
     
  
  
    
public   ByteString   getDocumentationUriBytes ()  
   Link to Merchant Center Help Center providing further information about the
 issue and how to fix it.
 string documentation_uri = 6;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for documentationUri.
 
     
  
  
    
public   AccountIssue . ImpactedDestination   getImpactedDestinations ( int   index )  
   The impact this issue has on various destinations.
 
 repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination impacted_destinations = 4;
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  
    
public   int   getImpactedDestinationsCount ()  
   The impact this issue has on various destinations.
 
 repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination impacted_destinations = 4;
 
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  
    
public   List<AccountIssue . ImpactedDestination >  getImpactedDestinationsList ()  
   The impact this issue has on various destinations.
 
 repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination impacted_destinations = 4;
 
    
public   AccountIssue . ImpactedDestinationOrBuilder   getImpactedDestinationsOrBuilder ( int   index )  
   The impact this issue has on various destinations.
 
 repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination impacted_destinations = 4;
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  
    
public   List <?   extends   AccountIssue . ImpactedDestinationOrBuilder >  getImpactedDestinationsOrBuilderList ()  
   The impact this issue has on various destinations.
 
 repeated .google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination impacted_destinations = 4;
 
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestinationOrBuilder > 
     
  
   Identifier. The resource name of the account issue.
 Format: accounts/{account}/issues/{id}. For example,
   accounts/123456/issues/misrepresentation-of-self-or-products-unacceptable-business-practice-policy.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  
    
public   ByteString   getNameBytes ()  
   Identifier. The resource name of the account issue.
 Format: accounts/{account}/issues/{id}. For example,
   accounts/123456/issues/misrepresentation-of-self-or-products-unacceptable-business-practice-policy.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  
    
public   Parser<AccountIssue>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   AccountIssue . Severity   getSeverity ()  
   The overall severity of the issue.
 .google.shopping.merchant.accounts.v1.AccountIssue.Severity severity = 3;
    
public   int   getSeverityValue ()  
   The overall severity of the issue.
 .google.shopping.merchant.accounts.v1.AccountIssue.Severity severity = 3;
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for severity.
 
     
  
   The localized title of the issue.
 string title = 2;
    
      
        Returns  
      
        Type Description  
      
        String The title.
 
     
  
  
    
public   ByteString   getTitleBytes ()  
   The localized title of the issue.
 string title = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for title.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   AccountIssue . Builder   newBuilderForType ()  
  
  
    
protected   AccountIssue . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   AccountIssue . 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-10-29 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-10-29 UTC."],[],[]]