Send feedback
Class InputField.TextInput (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class InputField . TextInput extends GeneratedMessageV3 implements InputField . TextInputOrBuilder
Text input allows the business to provide a text value.
Protobuf type google.shopping.merchant.issueresolution.v1beta.InputField.TextInput
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ADDITIONAL_INFO_FIELD_NUMBER
public static final int ADDITIONAL_INFO_FIELD_NUMBER
Field Value
Type
Description
int
ARIA_LABEL_FIELD_NUMBER
public static final int ARIA_LABEL_FIELD_NUMBER
Field Value
Type
Description
int
FORMAT_INFO_FIELD_NUMBER
public static final int FORMAT_INFO_FIELD_NUMBER
Field Value
Type
Description
int
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static InputField . TextInput getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InputField . TextInput . Builder newBuilder ()
newBuilder(InputField.TextInput prototype)
public static InputField . TextInput . Builder newBuilder ( InputField . TextInput prototype )
parseDelimitedFrom(InputStream input)
public static InputField . TextInput parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InputField . TextInput parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InputField . TextInput parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InputField . TextInput parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InputField . TextInput parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InputField . TextInput parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static InputField . TextInput parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InputField . TextInput parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static InputField . TextInput parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InputField . TextInput parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InputField . TextInput parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InputField . TextInput parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InputField . TextInput > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAdditionalInfo()
public 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;
getAdditionalInfoOrBuilder()
public 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;
getAriaLabel()
public 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 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.
getDefaultInstanceForType()
public InputField . TextInput getDefaultInstanceForType ()
getFormatInfo()
public 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 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.
getParserForType()
public Parser<InputField . TextInput > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getType()
public InputField . TextInput . TextInputType getType ()
Type of the text input
.google.shopping.merchant.issueresolution.v1beta.InputField.TextInput.TextInputType type = 1;
getTypeValue()
public 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 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 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 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.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InputField . TextInput . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InputField . TextInput . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InputField . TextInput . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-10 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-10 UTC."],[],[]]