public static interface InputField.TextInputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAdditionalInfo()
public abstract TextWithTooltip getAdditionalInfo()
Additional info regarding the field to be displayed to the business. For example, warning to not include personal identifiable information. There may be more information to be shown in a tooltip.
optional .google.shopping.merchant.issueresolution.v1beta.TextWithTooltip additional_info = 2;
Returns | |
---|---|
Type | Description |
TextWithTooltip |
The additionalInfo. |
getAdditionalInfoOrBuilder()
public abstract TextWithTooltipOrBuilder getAdditionalInfoOrBuilder()
Additional info regarding the field to be displayed to the business. For example, warning to not include personal identifiable information. There may be more information to be shown in a tooltip.
optional .google.shopping.merchant.issueresolution.v1beta.TextWithTooltip additional_info = 2;
Returns | |
---|---|
Type | Description |
TextWithTooltipOrBuilder |
getAriaLabel()
public abstract String getAriaLabel()
Text to be used as the aria-label for the input.
optional string aria_label = 4;
Returns | |
---|---|
Type | Description |
String |
The ariaLabel. |
getAriaLabelBytes()
public abstract ByteString getAriaLabelBytes()
Text to be used as the aria-label for the input.
optional string aria_label = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ariaLabel. |
getFormatInfo()
public abstract String getFormatInfo()
Information about the required format. If present, it should be shown close to the input field to help the business to provide a correct value. For example: "VAT numbers should be in a format similar to SK9999999999"
optional string format_info = 3;
Returns | |
---|---|
Type | Description |
String |
The formatInfo. |
getFormatInfoBytes()
public abstract ByteString getFormatInfoBytes()
Information about the required format. If present, it should be shown close to the input field to help the business to provide a correct value. For example: "VAT numbers should be in a format similar to SK9999999999"
optional string format_info = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for formatInfo. |
getType()
public abstract InputField.TextInput.TextInputType getType()
Type of the text input
.google.shopping.merchant.issueresolution.v1beta.InputField.TextInput.TextInputType type = 1;
Returns | |
---|---|
Type | Description |
InputField.TextInput.TextInputType |
The type. |
getTypeValue()
public abstract int getTypeValue()
Type of the text input
.google.shopping.merchant.issueresolution.v1beta.InputField.TextInput.TextInputType type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |
hasAdditionalInfo()
public abstract boolean hasAdditionalInfo()
Additional info regarding the field to be displayed to the business. For example, warning to not include personal identifiable information. There may be more information to be shown in a tooltip.
optional .google.shopping.merchant.issueresolution.v1beta.TextWithTooltip additional_info = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the additionalInfo field is set. |
hasAriaLabel()
public abstract boolean hasAriaLabel()
Text to be used as the aria-label for the input.
optional string aria_label = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the ariaLabel field is set. |
hasFormatInfo()
public abstract boolean hasFormatInfo()
Information about the required format. If present, it should be shown close to the input field to help the business to provide a correct value. For example: "VAT numbers should be in a format similar to SK9999999999"
optional string format_info = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the formatInfo field is set. |