Class BuiltInSimpleAction (0.8.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.8.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  BuiltInSimpleAction   extends   GeneratedMessageV3   implements   BuiltInSimpleActionOrBuilder  
   Action that is implemented and performed in (your) third-party application.
 Represents various functionality that is expected to be available to business
 and will help them with resolving the issue. The application should point the
 business to the place, where they can access the corresponding functionality.
 If the functionality is not supported, it is recommended to explain the
 situation to the business and provide them with instructions how to solve the
 issue.
 Protobuf type google.shopping.merchant.issueresolution.v1beta.BuiltInSimpleAction
    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
   
  ADDITIONAL_CONTENT_FIELD_NUMBER 
  
    
public   static   final   int   ADDITIONAL_CONTENT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   ATTRIBUTE_CODE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   TYPE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   BuiltInSimpleAction   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   BuiltInSimpleAction . Builder   newBuilder ()  
  
  
    
public   static   BuiltInSimpleAction . Builder   newBuilder ( BuiltInSimpleAction   prototype )  
  
  
  
    
public   static   BuiltInSimpleAction   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   BuiltInSimpleAction   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<BuiltInSimpleAction>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getAdditionalContent() 
  
    
public   BuiltInSimpleAction . AdditionalContent   getAdditionalContent ()  
   Long text from an external source that should be available to the business.
 Present when the
 type 
 is SHOW_ADDITIONAL_CONTENT.
 
 optional .google.shopping.merchant.issueresolution.v1beta.BuiltInSimpleAction.AdditionalContent additional_content = 3;
 
getAdditionalContentOrBuilder() 
  
    
public   BuiltInSimpleAction . AdditionalContentOrBuilder   getAdditionalContentOrBuilder ()  
   Long text from an external source that should be available to the business.
 Present when the
 type 
 is SHOW_ADDITIONAL_CONTENT.
 
 optional .google.shopping.merchant.issueresolution.v1beta.BuiltInSimpleAction.AdditionalContent additional_content = 3;
 
    
public   String   getAttributeCode ()  
   The attribute that needs to be updated. Present when the
 type 
 is EDIT_ITEM_ATTRIBUTE.
 This field contains a code for attribute, represented in snake_case. You
 can find a list of product's attributes, with their codes
 here .
 optional string attribute_code = 2;
    
      
        Returns  
      
        Type Description  
      
        String The attributeCode.
 
     
  
  
    
public   ByteString   getAttributeCodeBytes ()  
   The attribute that needs to be updated. Present when the
 type 
 is EDIT_ITEM_ATTRIBUTE.
 This field contains a code for attribute, represented in snake_case. You
 can find a list of product's attributes, with their codes
 here .
 optional string attribute_code = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for attributeCode.
 
     
  
  
    
public   BuiltInSimpleAction   getDefaultInstanceForType ()  
  
  
    
public   Parser<BuiltInSimpleAction>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   BuiltInSimpleAction . BuiltInSimpleActionType   getType ()  
   The type of action that represents a functionality that is expected to be
 available in third-party application.
 
 .google.shopping.merchant.issueresolution.v1beta.BuiltInSimpleAction.BuiltInSimpleActionType type = 1;
 
    
public   int   getTypeValue ()  
   The type of action that represents a functionality that is expected to be
 available in third-party application.
 
 .google.shopping.merchant.issueresolution.v1beta.BuiltInSimpleAction.BuiltInSimpleActionType type = 1;
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for type.
 
     
  
  hasAdditionalContent() 
  
    
public   boolean   hasAdditionalContent ()  
   Long text from an external source that should be available to the business.
 Present when the
 type 
 is SHOW_ADDITIONAL_CONTENT.
 
 optional .google.shopping.merchant.issueresolution.v1beta.BuiltInSimpleAction.AdditionalContent additional_content = 3;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the additionalContent field is set.
 
     
  
  
    
public   boolean   hasAttributeCode ()  
   The attribute that needs to be updated. Present when the
 type 
 is EDIT_ITEM_ATTRIBUTE.
 This field contains a code for attribute, represented in snake_case. You
 can find a list of product's attributes, with their codes
 here .
 optional string attribute_code = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the attributeCode field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   BuiltInSimpleAction . Builder   newBuilderForType ()  
  
  
    
protected   BuiltInSimpleAction . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   BuiltInSimpleAction . 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."],[],[]]