Send feedback
Class ExternalAction (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class ExternalAction extends GeneratedMessageV3 implements ExternalActionOrBuilder
Action that is implemented and performed outside of the third-party
application. It should redirect the business to the provided URL of an
external system where they can perform the action. For example to request a
review in the Merchant Center.
Protobuf type google.shopping.merchant.issueresolution.v1beta.ExternalAction
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 TYPE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int URI_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static ExternalAction getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ExternalAction . Builder newBuilder ()
public static ExternalAction . Builder newBuilder ( ExternalAction prototype )
public static ExternalAction parseDelimitedFrom ( InputStream input )
public static ExternalAction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ExternalAction parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ExternalAction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ExternalAction parseFrom ( ByteString data )
public static ExternalAction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ExternalAction parseFrom ( CodedInputStream input )
public static ExternalAction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ExternalAction parseFrom ( InputStream input )
public static ExternalAction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ExternalAction parseFrom ( ByteBuffer data )
public static ExternalAction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ExternalAction> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public ExternalAction getDefaultInstanceForType ()
public Parser<ExternalAction> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public ExternalAction . ExternalActionType getType ()
The type of external action.
.google.shopping.merchant.issueresolution.v1beta.ExternalAction.ExternalActionType type = 1;
public 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.
URL to external system, for example Merchant Center, where the business can
perform the action.
string uri = 2;
Returns
Type
Description
String
The uri.
public 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.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ExternalAction . Builder newBuilderForType ()
protected ExternalAction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ExternalAction . 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-05-10 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-05-10 UTC."],[],[]]