Interface ExternalActionOrBuilder (0.2.0)

public interface ExternalActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract ExternalAction.ExternalActionType getType()

The type of external action.

.google.shopping.merchant.issueresolution.v1beta.ExternalAction.ExternalActionType type = 1;

Returns
Type Description
ExternalAction.ExternalActionType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of external action.

.google.shopping.merchant.issueresolution.v1beta.ExternalAction.ExternalActionType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

getUri()

public abstract String getUri()

URL to external system, for example Merchant Center, where the business can perform the action.

string uri = 2;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

URL to external system, for example Merchant Center, where the business can perform the action.

string uri = 2;

Returns
Type Description
ByteString

The bytes for uri.