public static interface WidgetMarkup.FormAction.ActionParameterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKey()
public abstract String getKey()
The name of the parameter for the action script.
string key = 1;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
The name of the parameter for the action script.
string key = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getValue()
public abstract String getValue()
The value of the parameter.
string value = 2;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
The value of the parameter.
string value = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |