Interface WebhookRequest.FulfillmentInfoOrBuilder (0.11.5)

public static interface WebhookRequest.FulfillmentInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTag()

public abstract String getTag()

Always present. The tag used to identify which fulfillment is being called.

string tag = 1;

Returns
TypeDescription
String

The tag.

getTagBytes()

public abstract ByteString getTagBytes()

Always present. The tag used to identify which fulfillment is being called.

string tag = 1;

Returns
TypeDescription
ByteString

The bytes for tag.