public static final class InputField.CheckboxInput.Builder extends GeneratedMessage.Builder<InputField.CheckboxInput.Builder> implements InputField.CheckboxInputOrBuilderCheckbox input allows the business to provide a boolean value. Corresponds to the html input type=checkbox.
If the business checks the box, the input value for the field is true,
otherwise it is false.
This type of input is often used as a confirmation that the business completed required steps before they are allowed to start the action. In such a case, the input field is marked as required and the button to trigger the action should stay disabled until the business checks the box.
Protobuf type
google.shopping.merchant.issueresolution.v1beta.InputField.CheckboxInput
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InputField.CheckboxInput.BuilderImplements
InputField.CheckboxInputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public InputField.CheckboxInput build()| Returns | |
|---|---|
| Type | Description |
InputField.CheckboxInput |
|
buildPartial()
public InputField.CheckboxInput buildPartial()| Returns | |
|---|---|
| Type | Description |
InputField.CheckboxInput |
|
clear()
public InputField.CheckboxInput.Builder clear()| Returns | |
|---|---|
| Type | Description |
InputField.CheckboxInput.Builder |
|
getDefaultInstanceForType()
public InputField.CheckboxInput getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InputField.CheckboxInput |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InputField.CheckboxInput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InputField.CheckboxInput.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InputField.CheckboxInput.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InputField.CheckboxInput.Builder |
|
mergeFrom(InputField.CheckboxInput other)
public InputField.CheckboxInput.Builder mergeFrom(InputField.CheckboxInput other)| Parameter | |
|---|---|
| Name | Description |
other |
InputField.CheckboxInput |
| Returns | |
|---|---|
| Type | Description |
InputField.CheckboxInput.Builder |
|