Interface InputValue.ChoiceInputValueOrBuilder (0.2.0)

public static interface InputValue.ChoiceInputValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChoiceInputOptionId()

public abstract String getChoiceInputOptionId()

Required. Id of the option that was selected by the business.

string choice_input_option_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The choiceInputOptionId.

getChoiceInputOptionIdBytes()

public abstract ByteString getChoiceInputOptionIdBytes()

Required. Id of the option that was selected by the business.

string choice_input_option_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for choiceInputOptionId.