Interface BuiltInSimpleActionOrBuilder (0.2.0)

public interface BuiltInSimpleActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdditionalContent()

public abstract 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;

Returns
Type Description
BuiltInSimpleAction.AdditionalContent

The additionalContent.

getAdditionalContentOrBuilder()

public abstract 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;

Returns
Type Description
BuiltInSimpleAction.AdditionalContentOrBuilder

getAttributeCode()

public abstract 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.

getAttributeCodeBytes()

public abstract 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.

getType()

public abstract 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;

Returns
Type Description
BuiltInSimpleAction.BuiltInSimpleActionType

The type.

getTypeValue()

public abstract 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 abstract 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.

hasAttributeCode()

public abstract 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.