public interface ActionInputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionFlowId()
public abstract String getActionFlowId()Required. Id of the selected action flow.
string action_flow_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The actionFlowId. |
getActionFlowIdBytes()
public abstract ByteString getActionFlowIdBytes()Required. Id of the selected action flow.
string action_flow_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for actionFlowId. |
getInputValues(int index)
public abstract InputValue getInputValues(int index)Required. Values for input fields.
repeated .google.shopping.merchant.issueresolution.v1.InputValue input_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InputValue |
|
getInputValuesCount()
public abstract int getInputValuesCount()Required. Values for input fields.
repeated .google.shopping.merchant.issueresolution.v1.InputValue input_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getInputValuesList()
public abstract List<InputValue> getInputValuesList()Required. Values for input fields.
repeated .google.shopping.merchant.issueresolution.v1.InputValue input_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<InputValue> |
|
getInputValuesOrBuilder(int index)
public abstract InputValueOrBuilder getInputValuesOrBuilder(int index)Required. Values for input fields.
repeated .google.shopping.merchant.issueresolution.v1.InputValue input_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InputValueOrBuilder |
|
getInputValuesOrBuilderList()
public abstract List<? extends InputValueOrBuilder> getInputValuesOrBuilderList()Required. Values for input fields.
repeated .google.shopping.merchant.issueresolution.v1.InputValue input_values = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.issueresolution.v1.InputValueOrBuilder> |
|